@charset "UTF-8";
html, body {
  height: 100%; }

body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 130%;
  margin: 0;
  padding: 0;
  color: #443D33;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased; }

p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 130%;
  margin: 0 0 14px; }
  p:empty {
    display: none; }

.sm {
  font-size: 14px; }

.xs {
  font-size: 11px; }

.text-huge {
  font-size: 64px; }

.text-big {
  font-size: 51px; }

h1, .h1 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 41px;
  line-height: 110%;
  margin: 0.8em 0 14px; }

h2, .h2 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 33px;
  line-height: 110%;
  margin: 0.8em 0 14px; }

h3, .h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 110%;
  margin: 0.8em 0 14px; }

h4, .h4 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 110%;
  margin: 0.8em 0 14px; }

a {
  color: #04668C;
  outline: none;
  text-decoration: none; }

a:hover {
  color: #855843;
  text-decoration: underline; }

a.anchor {
  text-decoration: none; }

ul {
  padding-left: 25px;
  text-align: left;
  margin: 0 0 16px; }
  ul:not([class]) {
    padding-left: 0;
    list-style: none; }
    ul:not([class]) > li {
      margin-left: 1.3em; }
      ul:not([class]) > li:before {
        content: "—";
        margin-right: 0.5em;
        margin-left: -1.3em;
        text-indent: -1.3em; }

li {
  margin: 0 0 8px; }

.flex {
  display: flex;
  justify-content: space-between; }

/* tic-range-control-01 begin */
/* tic-range-control-01 end */
.price-filter {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 22px;
  margin-bottom: 0; }
  .price-filter .price-range-container {
    display: block;
    width: 100%; }
    .price-filter .price-range-container .irs {
      height: 76px; }
    .price-filter .price-range-container .irs--flat .irs-bar {
      top: 42px;
      height: 4px;
      background-color: #855843; }
    .price-filter .price-range-container .irs--flat .irs-line {
      top: 42px;
      height: 4px;
      background-color: #ccc;
      border-radius: 4px; }
    .price-filter .price-range-container .irs--flat .irs-handle {
      top: 34px;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #855843; }
    .price-filter .price-range-container .irs--flat .irs-from, .price-filter .price-range-container .irs--flat .irs-to, .price-filter .price-range-container .irs--flat .irs-single {
      color: white;
      font-size: 14px;
      text-shadow: none;
      padding: 4px 9px;
      background-color: #EFE2D0;
      border-radius: 4px; }
    .price-filter .price-range-container .irs--flat .irs-from:before, .price-filter .price-range-container .irs--flat .irs-to:before, .price-filter .price-range-container .irs--flat .irs-single:before {
      position: absolute;
      display: block;
      content: "";
      bottom: -6px;
      left: 50%;
      width: 0;
      height: 0;
      margin-left: -3px;
      overflow: hidden;
      border: 3px solid transparent;
      border-top-color: #EFE2D0; }
    .price-filter .price-range-container .irs-grid {
      height: 28px; }
    .price-filter .price-range-container .irs-grid-text {
      position: absolute;
      bottom: 0;
      left: 0;
      white-space: nowrap;
      text-align: center;
      font-size: 14px;
      padding: 0 3px;
      color: #443D33; }
    .price-filter .price-range-container .irs--flat .irs-handle > i {
      display: none; }
    .price-filter .price-range-container .irs--flat .irs-min, .price-filter .price-range-container .irs--flat .irs-max {
      display: none; }
  .price-filter .button-container {
    padding-left: 2em;
    padding-top: 4px;
    /*margin-top: round($handle-label-height / 1.2);*/ }

.price-filter-container {
  background-color: transparent;
  padding: 10px 17px;
  margin-bottom: 17px; }
  @media (max-width: 991px) {
    .price-filter-container {
      margin-bottom: -20px; } }

/* tic-switch-01 begin */
/* tic-switch-01 end */
.price-sorting {
  position: relative;
  min-height: 36px;
  margin: 30px 0 10px;
  width: 100%;
  max-width: 360px; }
  .price-sorting > div {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    font-size: 14px;
    line-height: 110%;
    /*white-space: nowrap;*/
    cursor: pointer; }
  .price-sorting > div:hover {
    color: #855843; }
  .price-sorting > div:nth-of-type(1) {
    left: 0;
    right: calc(50% + 47px);
    text-align: left; }
  .price-sorting > div:nth-of-type(2) {
    right: 0;
    left: calc(50% + 47px);
    text-align: left; }
  .price-sorting:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: calc(50% - 32px);
    top: calc(50% - 8px);
    height: 16px;
    width: 64px;
    background: #C4C4C4;
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 16px; }
  .price-sorting:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    height: 29px;
    width: 29px;
    border-radius: 29px;
    background: #EFE2D0;
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease-in; }
  .price-sorting.selected-right:after {
    left: calc(50% - -10px); }
  .price-sorting.selected-left:after {
    left: calc(50% - 39px); }
  .price-sorting > hr {
    display: block;
    position: absolute;
    z-index: 1;
    left: calc(50% - 1px);
    top: 0;
    bottom: 0;
    height: auto;
    width: 1px;
    margin: 0;
    border: none;
    background-color: #e5e5e5; }

.products-with-filters {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .products-with-filters {
      display: block; } }
  .products-with-filters > .filters-container {
    flex-grow: 0;
    margin-bottom: 33px;
    min-width: 256px;
    max-width: 256px;
    margin-right: 33px; }
    @media (max-width: 991px) {
      .products-with-filters > .filters-container {
        max-width: 100%;
        margin-right: 0; } }
    .products-with-filters > .filters-container > .filters {
      border: 1px solid #855843; }
      .products-with-filters > .filters-container > .filters .price-filter .button-container {
        display: none; }
      .products-with-filters > .filters-container > .filters .params-filter-container {
        padding: 0 24px; }
        .products-with-filters > .filters-container > .filters .params-filter-container .param-container {
          display: inline-block;
          vertical-align: top;
          padding: 0 33px 0 0; }
        .products-with-filters > .filters-container > .filters .params-filter-container h4 {
          margin: 30px 0 15px; }
        .products-with-filters > .filters-container > .filters .params-filter-container label {
          font-size: 14px;
          margin-bottom: 4px; }
        .products-with-filters > .filters-container > .filters .params-filter-container input[type="checkbox"] {
          width: 16px;
          height: 16px;
          margin-top: 3px; }
        .products-with-filters > .filters-container > .filters .params-filter-container .button-container {
          text-align: center; }
        .products-with-filters > .filters-container > .filters .params-filter-container .reset-filters {
          font-size: 14px;
          text-align: center;
          color: #04668C;
          cursor: pointer;
          margin: 10px 0 20px; }
  .products-with-filters > .product-list {
    flex-grow: 1; }

body.modal-open {
  overflow: hidden; }

input, select, textarea {
  border: 1px solid #C8CACE;
  outline: none;
  padding: 8px 1px;
  font-size: 17px;
  width: 300px;
  max-width: 100%; }

input[type=checkbox], input[type=radio] {
  width: auto; }

input.underline {
  border-color: transparent transparent #C8CACE transparent; }

.form-group {
  position: relative; }
  .form-group + .form-group {
    margin-top: 30px; }
  .form-group .form-label {
    position: absolute;
    left: 0;
    top: 10px;
    color: #999;
    font-weight: 300;
    font-size: 17px;
    background-color: #fff;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out; }
  .form-group.focused .form-label {
    transform: translateY(-100%);
    font-size: 11px; }
  .form-group .form-input {
    position: relative;
    padding: 12px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out; }
    .form-group .form-input.filled {
      box-shadow: 0 2px 0 0 lightgreen; }
    .form-group .form-input:focus {
      box-shadow: 0 2px 0 0 blue; }

label.with-note {
  padding-top: 5px;
  position: relative; }

.table-container {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  margin-bottom: 20px; }

.table-container table {
  margin: 0; }

.table-hover > tbody > tr:hover {
  background-color: #f0f0f3; }

label.with-note span.note {
  display: block;
  position: absolute;
  left: 3px;
  top: -5px;
  font-size: 12px;
  color: #999;
  background-color: #fff;
  white-space: nowrap;
  padding: 0 3px; }

label {
  font-weight: 400;
  display: block;
  font-size: 17px;
  margin-bottom: 10px; }

label + button {
  margin-top: 10px !important; }

label input[type=checkbox] {
  margin-top: 4px; }
  label input[type=checkbox] + span {
    margin-left: 0.5em;
    vertical-align: top; }

.input-note {
  margin-left: 10px;
  color: #FF3E3E;
  font-size: 14px; }

#mobile-menu-button {
  display: none;
  background-color: transparent;
  color: #443D33;
  position: relative;
  left: 0px;
  top: calc(50% - 8px);
  border: none;
  outline: none;
  font-size: 17px;
  opacity: 1;
  z-index: 100;
  cursor: pointer;
  transition: all linear 0.5s;
  padding: 5px 0; }
  #mobile-menu-button span {
    margin-left: 30px;
    text-shadow: 0px 0px 0px rgba(68, 61, 51, 0.5); }

#mobile-menu-button:hover {
  opacity: 1; }

#mobile-menu-button > div {
  position: absolute;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  background-color: #443D33; }
  #mobile-menu-button > div:nth-of-type(1) {
    left: 0;
    top: 10px; }
  #mobile-menu-button > div:nth-of-type(2) {
    left: 0;
    top: 15px; }
  #mobile-menu-button > div:nth-of-type(3) {
    left: 0;
    top: 20px; }

.pushy .close-mobile-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-image: url("../img/close-mobile-menu.png");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 101; }

.pushy-content ul {
  padding: 0px 0 0px 0; }

.pushy-content ul + ul {
  /*border-top: 1px solid #fff;*/ }

.pushy-content a:hover {
  /*background-color: #333;*/ }

.container {
  margin: 0 auto;
  position: relative;
  width: 1300px !important;
  max-width: calc(100% - 40px) !important;
  padding: 0; }

#header .container {
  overflow: visible; }

/* tic-button-01 begin */
/* tic-button-01 end */
button.button, a.button, .upload-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  border: 2px solid #855843;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all ease 0.3s;
  outline: none !important;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #855843;
  border-radius: 0px;
  padding: 22px 37px 22px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.05em;
  margin: 30px 0 50px; }
  button.button:hover, a.button:hover, .upload-button:hover {
    background: #B94B17 !important;
    border-color: #B94B17 !important;
    color: #fff !important; }
  button.button:hover, a.button:hover, .upload-button:hover {
    text-shadow: none; }
  button.button.small-button, a.button.small-button, .upload-button.small-button {
    padding: 6px 19px 5px;
    font-size: 11px; }
  button.button.transparent, a.button.transparent, .upload-button.transparent {
    background-color: transparent;
    border: 2px solid #855843;
    color: #855843; }

.upload-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer; }

#page {
  position: relative;
  z-index: 70;
  /*overflow: hidden;*/ }

ul.no-style {
  list-style: none; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

img {
  max-width: 100%;
  height: auto !important; }

/* tic-order-dialog-01 begin */
/* tic-order-dialog-01 end */
#call-back-dialog {
  max-width: 600px;
  text-align: left;
  padding: 0; }
  #call-back-dialog h3 {
    width: calc(100% - 32px);
    margin: 10px 0 32px; }
  #call-back-dialog label {
    margin-bottom: 15px; }
  #call-back-dialog input {
    width: 100%; }
  #call-back-dialog textarea {
    width: 100%; }

#question-dialog {
  max-width: 800px;
  text-align: left;
  padding: 0; }
  #question-dialog h3 {
    width: calc(100% - 32px);
    margin: 10px 0 32px; }
  #question-dialog label {
    margin-bottom: 15px; }
  #question-dialog input {
    width: 100%; }
  #question-dialog textarea {
    width: 100%; }
  #question-dialog textarea {
    height: 270px; }

.modal-bg {
  position: fixed;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0px;
  top: 0px;
  z-index: 90;
  overflow: auto; }

.modal-panel {
  position: absolute;
  background: #fff;
  left: 0px;
  top: 0px;
  z-index: 100;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
  padding: 32px 48px;
  margin: auto;
  max-width: 90%;
  cursor: default; }
  .modal-panel.alert {
    text-align: center; }
  .modal-panel.success {
    text-align: center; }
  .modal-panel.warning {
    text-align: center; }
  .modal-panel.fullscreen {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    box-shadow: none;
    overflow: auto; }
    .modal-panel.fullscreen .close-button-container {
      position: fixed;
      top: 12px;
      bottom: auto;
      right: 30px; }
    @media (max-width: 791px) {
      .modal-panel.fullscreen {
        padding: 0px 0px; } }
  .modal-panel iframe {
    max-width: 100%; }

.modal-panel.no-border {
  padding: 0px 0px; }

.close-button {
  width: 32px;
  height: 32px;
  background-image: url("../img/close-button.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 21px;
  cursor: pointer;
  transition: all ease-out 0.5s; }

.modal-panel .close-button-container {
  position: absolute;
  top: 12px;
  bottom: 0;
  right: 10px; }

.modal-panel .close-button {
  position: -webkit-sticky;
  position: sticky;
  top: 10px; }

.modal-panel .close-button:hover {
  transform: rotate(-90deg); }

.modal-panel .loading {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center; }

.modal-panel div.success-icon {
  width: 64px;
  height: 64px;
  margin: -8px auto 12px;
  background-image: url("../img/success-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px; }

.modal-panel div.warning-icon {
  width: 64px;
  height: 64px;
  margin: -8px auto 12px;
  background-image: url("../img/warning-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px; }

.modal-panel input, .modal-panel select {
  border: 1px solid #c0c0c0; }

#confidence {
  width: 600px;
  height: 400px;
  overflow: auto;
  background-color: #fff;
  color: #333 !important; }

#credits {
  position: relative;
  height: 0px;
  top: -17px; }

#credits > div {
  height: 16px;
  margin: 0 auto;
  text-align: left; }

#credits a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s linear;
  opacity: 0.3;
  font-size: 13px;
  line-height: 1;
  position: relative;
  left: calc(100% - 190px);
  top: -25px; }

#credits a:hover {
  opacity: 0.7; }

#credits a > img {
  position: relative;
  top: -1px; }

.switch {
  /* Переключатель */
  position: relative;
  min-height: 34px; }

.switch:before {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("../img/switch-bg.png");
  background-repeat: no-repeat;
  background-position: center; }

.switch:after {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("../img/switch-button.png");
  background-repeat: no-repeat;
  background-position: center calc(50% + 2px);
  transition: all 0.25s ease-in; }

.switch.switch-left:after {
  background-position: calc(50% - 20px) calc(50% + 2px); }

.switch.switch-right:after {
  background-position: calc(50% + 20px) calc(50% + 2px); }

.switch > div {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  line-height: 34px;
  cursor: pointer; }

.switch > div:nth-of-type(1) {
  left: 0;
  right: calc(50% + 40px);
  text-align: right; }

.switch > div:nth-of-type(2) {
  right: 0;
  left: calc(50% + 40px);
  text-align: left; }

div.radio {
  /* Радио-кнопки */
  position: relative;
  text-align: left; }

div.radio > div {
  display: inline-block;
  background-image: url("../img/radio-button-unchecked.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center top;
  padding-top: 34px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.25s ease-in; }
  div.radio > div:hover {
    background-image: url("../img/radio-button-checked.png"); }

div.radio > div + div {
  margin-left: 24px; }

div.radio > div.selected {
  background-image: url("../img/radio-button-checked.png"); }

.checkbox {
  /* Чекбоксы */
  position: relative;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 7px 0 0 44px;
  cursor: pointer;
  min-height: 32px;
  transition: all 0.25s ease-in;
  background-image: url("../img/checkbox-unchecked.png"); }

.checkbox.checked {
  background-image: url("../img/checkbox-checked.png"); }

/* Нумерация списков */
ol {
  padding-left: 0; }

ol > li > ol {
  margin-top: 10px; }

ol li {
  list-style-type: none; }

ol {
  counter-reset: section;
  list-style-type: none; }

ol > li:before {
  counter-increment: section;
  content: counter(section) ". "; }

ol > li > ol {
  counter-reset: subsection; }

ol > li > ol > li:before {
  counter-increment: subsection;
  content: counter(section) "." counter(subsection) " "; }

ol > li > ol > li > ol {
  counter-reset: subsubsection; }

ol > li > ol > li > ol > li:before {
  counter-increment: subsubsection;
  content: counter(section) "." counter(subsection) "." counter(subsubsection) " "; }

.contrast-setting {
  position: fixed;
  overflow: visibled;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  transform: translate3d(0, 0, 0);
  height: 50px;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  text-align: center; }

.contrast-setting .font-s {
  font-size: 16px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer; }

.contrast-setting .font-m {
  font-size: 20px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer; }

.contrast-setting .font-l {
  font-size: 24px;
  display: inline-block;
  margin: 0 8px 0 3px;
  cursor: pointer; }

.contrast-setting .contrast-positive {
  display: inline-block;
  margin: 0 3px;
  padding: 0 4px;
  border: 1px solid #000;
  background-color: #fff !important;
  color: #000 !important;
  cursor: pointer; }

.contrast-setting .contrast-negative {
  display: inline-block;
  margin: 0 3px;
  padding: 0 5px;
  border: 1px solid #fff;
  color: #fff !important;
  background-color: #000 !important;
  cursor: pointer; }

.breadcrumbs {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #443D33;
  margin: 20px 0 20px; }

.breadcrumbs a {
  color: #443D33; }

.breadcrumbs a:hover {
  color: #071645; }

.breadcrumbs span.separator {
  margin: 0 5px; }

.template1-page, .template2-page, .template3-page, .template4-page, .template5-page {
  padding-bottom: 66px;
  min-height: 700px; }

.pagination a {
  display: inline-block;
  background-color: #071645;
  color: #fff;
  font-size: 17px;
  padding: 7px 8px;
  border-radius: 2px; }

.pagination a:hover {
  color: #fff;
  background-color: #EFE2D0;
  text-decoration: none; }

.pagination a.current {
  background-color: #855843;
  cursor: default; }

:focus::-webkit-input-placeholder {
  color: transparent !important; }

:focus::-moz-placeholder {
  color: transparent !important; }

:focus:-moz-placeholder {
  color: transparent !important; }

:focus:-ms-input-placeholder {
  color: transparent !important; }

::-webkit-input-placeholder {
  color: #C8CACE !important;
  font-size: 17px;
  font-weight: 300; }

::-moz-placeholder {
  color: #C8CACE !important;
  font-size: 17px;
  font-weight: 300; }

:-moz-placeholder {
  color: #C8CACE !important;
  font-size: 17px;
  font-weight: 300; }

:-ms-input-placeholder {
  color: #C8CACE !important;
  font-size: 17px;
  font-weight: 300; }

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  opacity: 1; }

/* tic-proportion begin */
/* tic-proportion end */
/* tic-animated-underline begin */
/* tic-animated-underline end */
@media (max-width: 700px) {
  h1, .h1 {
    font-size: 28px; }

  h2, .h2 {
    font-size: 25px; }

  h3, .h3 {
    font-size: 22px; }

  h4, .h4 {
    font-size: 19px; } }
/* tic-columns-card begin */
/* tic-columns-card end */
/* tic-columns begin */
/* tic-columns end */
/* tic-header-top-arrse begin */
/* tic-header-top-arrse end */
#header-top {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 500;
  top: 0;
  height: 42px;
  white-space: nowrap;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  color: #ffffff; }
  #header-top .container {
    height: 100%; }
  #header-top a {
    color: #ffffff; }
  #header-top a:hover {
    text-decoration: none; }
  #header-top > .default {
    display: block;
    position: absolute;
    background: #071645;
    left: 0;
    right: 0;
    top: 0px;
    height: 42px;
    transition: all ease-out 0.5s; }
    #header-top > .default .content {
      display: flex;
      justify-content: space-between; }
  #header-top > .scrolled {
    display: block;
    position: absolute;
    background: #071645;
    left: 0;
    right: 0;
    top: -50px;
    height: 42px;
    transition: all ease-out 0.5s; }
    #header-top > .scrolled .content {
      display: flex;
      justify-content: space-between; }
  #header-top.scrolled > .default {
    top: -50px; }
  #header-top.scrolled > .scrolled {
    display: block;
    top: 0px; }
  #header-top.scrolled #mobile-menu-button {
    width: 23px; }
  @media (max-width: 991px) {
    #header-top > .default {
      top: -50px; }
    #header-top > .scrolled {
      display: block;
      top: 0px; }
    #header-top #mobile-menu-button {
      width: 23px; } }
  #header-top .content {
    position: relative; }
  #header-top a.logo {
    display: block;
    background-image: url("../img/logo-mobile.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 82px 33px;
    min-width: 100px;
    height: 42px;
    min-height: 20px;
    margin-left: 50px; }
    @media (max-width: 420px) {
      #header-top a.logo {
        margin-left: 30px;
        min-width: 90px; } }
  #header-top .mobile-icons a {
    margin-left: 1em;
    margin-right: 1em; }
    @media (max-width: 1000px) {
      #header-top .mobile-icons a {
        margin-left: 0.5em;
        margin-right: 0.5em; } }
  #header-top .top-phones {
    margin-top: 10px; }
    #header-top .top-phones a.phone {
      font-weight: 400;
      font-size: 19px;
      background-image: url("../img/phone2.png");
      background-position: left center;
      background-size: 20px 20px;
      background-repeat: no-repeat;
      padding: 0 0 0 30px; }
      @media (max-width: 735px) {
        #header-top .top-phones a.phone > span {
          display: none; } }
      @media (max-width: 460px) {
        #header-top .top-phones a.phone {
          display: none; } }
  #header-top > div {
    border-bottom: 1px solid #fff; }
  #header-top.no-login .mobile-icons {
    display: none; }
  #header-top.no-login .top-phones {
    display: none; }

/* tic-header-arrse begin */
/* tic-header-arrse end */
#header {
  margin-top: 14px;
  position: relative;
  z-index: 100;
  background: #FFFEFE;
  /*border-bottom: 1px solid rgba(0,0,0,0.05);*/
  padding: 13px 0 0px; }
  #header > .container > div {
    display: flex;
    justify-content: space-between; }
  #header .top-content {
    display: flex;
    justify-content: space-between; }
  #header .company {
    width: calc(50%); }
    #header .company .top-title {
      position: relative; }
      #header .company .top-title > span {
        font-size: 11px;
        line-height: 130%;
        letter-spacing: 0.05em;
        background-color: #fff;
        text-transform: uppercase;
        display: inline-block;
        padding-right: 10px; }
      #header .company .top-title:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        height: 1px;
        top: calc(50% + 1px);
        background-color: #EFE2D0;
        z-index: -1; }
  #header .logos {
    margin-top: 11px;
    margin-left: 0px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    order: 1; }
    #header .logos span {
      text-align: center;
      margin: 0 20px;
      display: block; }
      #header .logos span small {
        display: block;
        font-size: 11px;
        text-align: center;
        line-height: 120%;
        margin-top: 8px; }
  #header a:hover {
    text-decoration: none; }
  #header a.logo {
    display: block;
    font-weight: 900;
    font-size: 25px;
    line-height: 110%;
    letter-spacing: 0.05em;
    color: #443D33;
    margin-top: 25px;
    margin-left: 0px;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    max-width: 260px; }
  #header .contacts {
    min-width: 35%; }
    #header .contacts .phones {
      margin-top: 24px; }
      #header .contacts .phones a.phone {
        font-weight: 500;
        font-size: 21px;
        line-height: 110%;
        display: block;
        color: #443D33;
        margin-bottom: 6px;
        position: relative; }
        #header .contacts .phones a.phone span {
          white-space: nowrap; }
    #header .contacts a.email {
      font-weight: 400;
      font-size: 17px;
      line-height: 110%;
      display: block;
      color: #443D33;
      margin-top: 15px;
      position: relative; }
      #header .contacts a.email span {
        white-space: nowrap; }
  #header .main-menu-container {
    background-color: #EFE2D0;
    margin-top: 36px; }
  #header ul.main-menu {
    padding: 0;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0; }
    #header ul.main-menu > li {
      display: inline-block;
      position: relative;
      font-weight: 400;
      font-size: 17px;
      line-height: 130%;
      color: #443D33;
      text-shadow: 0px 0px 0px rgba(68, 61, 51, 0.5);
      margin: 0 25px 0 0; }
      #header ul.main-menu > li:hover {
        color: #B94B17; }
      #header ul.main-menu > li.with-sub {
        background-image: url("../img/drop-down.png");
        background-position: right 26px;
        background-repeat: no-repeat;
        background-size: 10px 7px;
        padding-right: 14px; }
      #header ul.main-menu > li > ul {
        display: none;
        z-index: 99;
        position: absolute;
        left: 2px;
        top: 45px;
        width: 256px;
        list-style: none;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        padding: 0;
        border: 1px solid rgba(133, 88, 67, 0.37); }
        #header ul.main-menu > li > ul li {
          display: block;
          position: relative;
          text-transform: none;
          font-size: 15px;
          line-height: 130%;
          color: #443D33;
          padding: 0px;
          margin: 0px;
          background-color: #EFE2D0; }
          #header ul.main-menu > li > ul li > a {
            padding: 12px 20px 11px 20px; }
          #header ul.main-menu > li > ul li + li {
            border-top: 1px solid rgba(133, 88, 67, 0.37); }
          #header ul.main-menu > li > ul li:before {
            display: none; }
          #header ul.main-menu > li > ul li:hover {
            background-color: #855843;
            outline: 1px solid #855843;
            color: #fff; }
          #header ul.main-menu > li > ul li.active {
            background-color: #855843;
            color: #fff; }
          #header ul.main-menu > li > ul li.with-sub {
            background-image: url("../img/drop-right.png");
            background-position: calc(100% - 10px) center;
            background-repeat: no-repeat; }
          #header ul.main-menu > li > ul li > ul {
            display: none;
            position: absolute;
            z-index: 100;
            right: 0px;
            top: 0px;
            width: 256px;
            list-style: none;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            border: 1px solid rgba(133, 88, 67, 0.37);
            padding: 0;
            transform: translateX(100%); }
    #header ul.main-menu a {
      color: inherit;
      display: block; }
      #header ul.main-menu a.no-action:hover {
        text-decoration: none; }
    #header ul.main-menu li > a {
      padding: 17px 0;
      display: block; }
    #header ul.main-menu li:hover > ul {
      display: block; }
  @media (max-width: 1056px) {
    #header > .container > div {
      display: block; }
    #header .company {
      width: 100%; }
    #header .logos {
      width: 100%;
      justify-content: space-evenly;
      margin-top: 0px;
      margin-left: 0px;
      margin-bottom: 0px; }
      #header .logos span {
        margin-bottom: 20px; } }
  @media (max-width: 600px) {
    #header .logos {
      flex-wrap: wrap; } }
  @media (max-width: 520px) {
    #header .top-content {
      display: block; }
      #header .top-content a.logo {
        max-width: 100%; } }
  @media (max-width: 1180px) {
    #header ul.main-menu {
      display: none; }
    #header #mobile-menu-button {
      display: inline-block; } }

ul.main-areas {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  margin: 34px 0 0px; }
  ul.main-areas li {
    margin: 0;
    outline: 1px solid #fff; }
    ul.main-areas li a {
      color: #443D33;
      display: block;
      font-size: 17px;
      line-height: 130%;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      background: #F7FAFF;
      padding: 12px 0 12px;
      transition: all 0.1s;
      text-decoration: none; }
      ul.main-areas li a:hover {
        color: #fff;
        background: #071645; }
    ul.main-areas li.active a {
      color: #fff;
      background: #071645; }

.with-left-sidebar {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end; }
  .with-left-sidebar .left-sidebar {
    width: calc(25% - 14px);
    min-width: 310px;
    position: relative;
    z-index: 100; }
    .with-left-sidebar .left-sidebar > div {
      /*position: sticky;
      top: 70px;*/ }
    .with-left-sidebar .left-sidebar .item {
      max-width: 260px;
      margin-bottom: 40px; }
      .with-left-sidebar .left-sidebar .item .button {
        margin-top: 0px; }
    .with-left-sidebar .left-sidebar ul.all-categories {
      list-style: none;
      margin: 0;
      padding: 0; }
      .with-left-sidebar .left-sidebar ul.all-categories ul.categories {
        margin: 0 0 40px 0; }
    .with-left-sidebar .left-sidebar ul.categories {
      margin: 0 0 70px 0;
      list-style: none;
      padding: 0;
      border-color: #E3E4E5;
      border-style: solid solid none solid;
      border-width: 1px; }
      .with-left-sidebar .left-sidebar ul.categories > li {
        margin: 0;
        position: relative; }
        .with-left-sidebar .left-sidebar ul.categories > li a {
          display: block;
          position: relative;
          z-index: 1;
          min-height: 41px;
          color: #443D33;
          display: flex;
          align-items: center;
          outline: 1px solid #E3E4E5;
          background-color: #fff; }
          .with-left-sidebar .left-sidebar ul.categories > li a > .icon {
            background-repeat: no-repeat;
            background-size: 32px 32px;
            background-position: center;
            width: 32px;
            height: 32px;
            margin: 0 7px 0 5px; }
          .with-left-sidebar .left-sidebar ul.categories > li a:before {
            content: "";
            display: block;
            position: absolute;
            z-index: -1;
            left: 0;
            top: 0;
            right: 100%;
            bottom: 0;
            background-color: #855843;
            transition: all 0s; }
        .with-left-sidebar .left-sidebar ul.categories > li:hover > a {
          color: #fff;
          outline: 1px solid #855843;
          z-index: 2; }
          .with-left-sidebar .left-sidebar ul.categories > li:hover > a > .icon {
            filter: brightness(0) invert(1); }
          .with-left-sidebar .left-sidebar ul.categories > li:hover > a:before {
            right: 0;
            transition: all 0.5s; }
        .with-left-sidebar .left-sidebar ul.categories > li:hover > ul {
          display: block;
          opacity: 1;
          visibility: visible; }
        .with-left-sidebar .left-sidebar ul.categories > li > ul {
          opacity: 0;
          visibility: hidden;
          transition-property: opacity, visibility;
          transition-duration: 0s;
          transition-delay: 0.3s;
          display: block;
          position: absolute;
          z-index: 100;
          left: 100%;
          top: 0;
          width: 160%;
          padding: 20px;
          background-color: #fff;
          box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.38); }
          .with-left-sidebar .left-sidebar ul.categories > li > ul > li {
            width: 100%;
            margin-bottom: -1px;
            border: 1px solid #E3E4E5;
            position: relative;
            z-index: 2; }
            .with-left-sidebar .left-sidebar ul.categories > li > ul > li:before {
              display: none; }
            .with-left-sidebar .left-sidebar ul.categories > li > ul > li > a {
              padding-left: 20px;
              outline: none; }
            .with-left-sidebar .left-sidebar ul.categories > li > ul > li:hover {
              border-left: 1px solid #855843;
              z-index: 2; }
              .with-left-sidebar .left-sidebar ul.categories > li > ul > li:hover > a {
                color: #fff;
                z-index: 2; }
                .with-left-sidebar .left-sidebar ul.categories > li > ul > li:hover > a:before {
                  right: 0;
                  transition: all 0.5s; }
    @media (max-width: 991px) {
      .with-left-sidebar .left-sidebar {
        display: none; } }
  .with-left-sidebar .main-content {
    width: calc(75% - 8px);
    margin-left: 20px; }
    @media (max-width: 991px) {
      .with-left-sidebar .main-content {
        width: 100%;
        max-width: 760px;
        margin-left: auto;
        margin-right: auto; } }

.checkout-page #header {
  display: none; }
  .checkout-page #header + #after-header {
    height: 40px; }
  @media print {
    .checkout-page #header {
      display: none; } }
.checkout-page #header-top > .default {
  top: -50px; }
.checkout-page #header-top > .scrolled {
  display: block;
  top: 0px; }
.checkout-page #header-top #mobile-menu-button {
  width: 23px; }
@media print {
  .checkout-page #header-top {
    display: none; } }
@media print {
  .checkout-page .breadcrumbs {
    display: none; } }

@media print {
  .order-page #header {
    display: none; } }
.order-page #header-top > .default {
  top: -50px; }
.order-page #header-top > .scrolled {
  display: block;
  top: 0px; }
.order-page #header-top #mobile-menu-button {
  width: 23px; }
@media print {
  .order-page #header-top {
    display: none; } }
@media print {
  .order-page .breadcrumbs {
    display: none; } }

.main-page #header {
  margin-bottom: 0; }

#template1-page {
  padding-top: 12px;
  padding-bottom: 132px;
  min-height: 500px; }

#template2-page {
  padding-top: 12px;
  padding-bottom: 132px;
  min-height: 500px; }

#template3-page {
  padding-top: 12px;
  padding-bottom: 132px;
  min-height: 500px; }

#template4-page {
  padding-top: 12px;
  padding-bottom: 132px;
  min-height: 500px; }

#template5-page {
  padding-top: 12px;
  padding-bottom: 132px;
  min-height: 500px; }

#template2-page img {
  margin: 5px; }

/* tic-slider-01 begin */
/* tic-slider-01 end */
#slider-0 {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 53px; }
  #slider-0 .slider-item {
    background-size: cover;
    background-position: center;
    height: 403px;
    position: relative;
    overflow: hidden; }
    #slider-0 .slider-item .slider-text {
      color: #fff;
      background: rgba(59, 20, 75, 0.85);
      height: 403px;
      padding: 35px 30px 20px 74px;
      width: 345px;
      max-width: 100%;
      text-align: left;
      transition: all ease-out 1s 0.5s;
      opacity: 0; }
      #slider-0 .slider-item .slider-text .item-label {
        font-size: 14px;
        font-weight: 300; }
      #slider-0 .slider-item .slider-text h3 {
        margin: 40px 0 25px 0; }
      #slider-0 .slider-item .slider-text .item-note {
        font-size: 17px;
        font-weight: 300;
        margin-bottom: 20px; }
      @media (max-width: 600px) {
        #slider-0 .slider-item .slider-text {
          width: 100%; } }
    #slider-0 .slider-item.slick-active .slider-text {
      opacity: 1; }
  #slider-0 .slick-prev, #slider-0 .slick-next {
    z-index: 10;
    width: 46px;
    height: 46px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 46px 46px;
    z-index: 2;
    bottom: 5px;
    top: auto; }
  #slider-0 .slick-prev:before, #slider-0 .slick-next:before {
    display: none; }
  #slider-0 .slick-prev {
    background-image: url("../img/slider-prev.png");
    left: 75px; }
  #slider-0 .slick-next {
    background-image: url("../img/slider-next.png");
    left: 135px; }

#showcase {
  padding-bottom: 46px; }

h2 + .product-list {
  margin-top: 50px; }

.product-list .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0; }
.product-list .columns > div {
  display: inline-block;
  width: calc(25% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 17px;
  position: relative; }
@media (max-width: 1300px) {
  .product-list .columns > div {
    width: calc(33% - 0px); } }
@media (max-width: 1100px) {
  .product-list .columns > div {
    width: calc(50% - 0px); } }
@media (max-width: 650px) {
  .product-list .columns > div {
    width: calc(100% - 0px); } }
.product-list .columns > div {
  margin: 0 0 -1px -1px; }
.product-list a, .product-list a:hover {
  text-decoration: none; }

.products-with-filters .product-list .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0; }
.products-with-filters .product-list .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 17px;
  position: relative; }
@media (max-width: 1200px) {
  .products-with-filters .product-list .columns > div {
    width: calc(50% - 0px); } }
@media (max-width: 600px) {
  .products-with-filters .product-list .columns > div {
    width: calc(100% - 0px); } }

/* tic-old-price-01 begin */
/* tic-old-price-01 end */
/* tic-product-card-03 begin */
/* tic-product-card-03 end */
.product-card {
  background: #FFFFFF;
  border: 1px solid #E3E4E5;
  max-width: 300px;
  transition: all ease-out 0.5s;
  padding-top: 0;
  padding-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 1; }
  .product-card:hover {
    box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.15);
    z-index: 50; }
  .product-card.moving {
    box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.15);
    transition: all 0s;
    position: absolute;
    z-index: 100; }
  .product-card .note {
    font-size: 14px;
    color: #443D33; }
  .product-card .product-photo {
    width: 100%;
    height: 187px;
    max-height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .product-card .product-photo.no-photo {
      background-image: url("../img/no-photo.png");
      background-size: auto; }
    .product-card .product-photo + img, .product-card .product-photo + picture {
      display: none; }
  .product-card .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 18px;
    text-align: center;
    color: #443D33;
    min-height: 72px; }
  .product-card .card-bottom {
    display: none;
    padding: 8px 9px 0 18px; }
    .product-card .card-bottom .currency {
      display: none; }
    .product-card .card-bottom .stock {
      display: block;
      font-size: 11px;
      color: #443D33;
      text-align: left; }
      .product-card .card-bottom .stock.stock0 {
        color: #855843; }
    .product-card .card-bottom input.cart-count {
      width: 50px; }
    .product-card .card-bottom .price {
      font-size: 25px;
      color: #443D33;
      vertical-align: top;
      margin-bottom: 3px; }
      .product-card .card-bottom .price.null {
        font-size: 17px; }
    .product-card .card-bottom .old-price {
      position: relative;
      display: inline-block;
      margin-top: 0px;
      vertical-align: top;
      margin-left: 0.5em;
      color: #A4A4A4;
      font-size: 20px; }
      .product-card .card-bottom .old-price:before {
        content: "";
        display: block;
        position: absolute;
        left: -2px;
        right: -2px;
        top: calc(50% - 1px);
        height: 1px;
        background-color: #C8CACE;
        transform: rotate(0deg);
        z-index: 2; }
      .product-card .card-bottom .old-price:after {
        content: "";
        display: block;
        position: absolute;
        left: -2px;
        right: -2px;
        top: calc(50% + 0px);
        height: 1px;
        background-color: #fff;
        transform: rotate(0deg);
        z-index: 1; }
      .product-card .card-bottom .old-price > .percent {
        display: none;
        position: absolute;
        left: 0;
        top: 1em;
        font-style: normal;
        color: #855843;
        font-weight: 500;
        font-size: 17px; }
      .product-card .card-bottom .old-price > .currency-label {
        display: none; }
    .product-card .card-bottom .price-note {
      display: none; }
    .product-card .card-bottom .actions {
      display: block; }
      .product-card .card-bottom .actions .count {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 16px 0 0px; }
        .product-card .card-bottom .actions .count .plus, .product-card .card-bottom .actions .count .minus {
          width: 32px;
          height: 32px;
          display: inline-block;
          background-color: #F6FAFF;
          border-radius: 4px;
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
          background-repeat: no-repeat;
          background-position: center;
          transition: all 0.2s; }
          .product-card .card-bottom .actions .count .plus.plus, .product-card .card-bottom .actions .count .minus.plus {
            background-image: url("../img/plus1.png");
            background-size: 13px 13px; }
          .product-card .card-bottom .actions .count .plus.minus, .product-card .card-bottom .actions .count .minus.minus {
            background-image: url("../img/minus1.png");
            background-size: 10px 3px; }
        .product-card .card-bottom .actions .count input {
          font-size: 22px;
          text-align: center;
          color: #443D33;
          width: 88px;
          margin: 0px 10px;
          padding: 7px 1px;
          -moz-appearance: textfield; }
          .product-card .card-bottom .actions .count input::-webkit-outer-spin-button, .product-card .card-bottom .actions .count input::-webkit-inner-spin-button {
            /* display: none; <- Crashes Chrome on hover */
            -webkit-appearance: none;
            margin: 0; }
      .product-card .card-bottom .actions .measure {
        height: 20px;
        font-size: 14px;
        color: #A4A4A4;
        line-height: 20px; }
      .product-card .card-bottom .actions .button {
        margin: 4px auto 0px; }
  .product-card .new {
    font-size: 11px;
    position: absolute;
    top: 120px;
    left: -10px;
    transform: rotate(-90deg);
    color: #855843; }
  .product-card .hit {
    font-size: 11px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    color: #443D33; }
  .product-card .sale {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.02em;
    position: absolute;
    top: 20px;
    left: -1px;
    color: #fff;
    background-color: #FF6B2C;
    padding: 8px 10px 7px; }

#categories {
  padding: 33px 0 55px;
  background: #291D2E;
  color: #fff;
  background-image: url("../img/store-bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }
  #categories .columns {
    margin-left: -17px;
    margin-right: -17px;
    font-size: 0; }
  #categories .columns > div {
    display: inline-block;
    width: calc(33.3333333333% - 33px);
    vertical-align: top;
    margin: 0 16px 33px;
    font-size: 17px;
    position: relative; }
  @media (max-width: 991px) {
    #categories .columns > div {
      width: calc(100% - 33px); } }
  #categories .columns {
    margin-top: 32px; }
  #categories a:hover {
    text-decoration: none; }

.categories {
  margin-top: 0px; }
  .categories .columns {
    margin-left: -17px;
    margin-right: -17px;
    font-size: 0; }
  .categories .columns > div {
    display: inline-block;
    width: calc(33.3333333333% - 33px);
    vertical-align: top;
    margin: 0 16px 33px;
    font-size: 17px;
    position: relative; }
  @media (max-width: 1200px) {
    .categories .columns > div {
      width: calc(50% - 33px); } }
  @media (max-width: 500px) {
    .categories .columns > div {
      width: calc(100% - 33px); } }
  .categories .columns {
    margin-top: 0px; }
  .categories a:hover {
    text-decoration: none; }

/* tic-category-card-02 begin */
/* tic-category-card-02 end */
.category-card {
  background: #FFFFFF;
  max-width: 400px;
  transition: all ease-out 0.5s;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  height: 100%; }
  .category-card:after {
    content: "Показать";
    position: absolute;
    display: none;
    bottom: 27px;
    left: 0;
    right: 0; }
  .category-card .category-photo {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .category-card .category-photo:before {
      content: "";
      padding-top: 64%;
      float: left; }
    .category-card .category-photo.no-photo {
      background-image: url("../img/no-photo.png");
      background-size: contain; }
  .category-card .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: calc(100% - 56px);
    min-height: 56px;
    background-color: rgba(5, 32, 65, 0.42);
    background-size: 92px 30px;
    background-position: center 0px;
    display: flex;
    align-items: center;
    transition: all 0.5s; }
    .category-card .info .title {
      font-weight: 500;
      font-size: 18px;
      line-height: 130%;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      padding: 0 18px;
      text-align: center;
      color: #fff;
      margin: 0;
      width: 100%; }
    .category-card .info .note {
      font-size: 14px;
      line-height: 130%;
      color: #443D33;
      padding: 0 18px; }
    .category-card .info .children-items {
      list-style: none;
      text-align: center;
      padding: 0 18px;
      margin: 0 0 14px;
      font-size: 14px;
      line-height: 130%; }
      .category-card .info .children-items li {
        display: inline;
        vertical-align: top;
        margin: 0; }
        .category-card .info .children-items li a {
          color: #443D33; }
        .category-card .info .children-items li a:hover {
          color: #855843; }
      .category-card .info .children-items li + li:before {
        content: "•";
        color: #443D33;
        margin-left: 5px;
        margin-right: 5px; }

#footer {
  background: #F2EBE1;
  border-top: 1px solid rgba(133, 88, 67, 0.21);
  color: #443D33;
  margin-top: 75px;
  padding: 20px 0 25px; }
  #footer .columns {
    display: flex;
    justify-content: space-between; }
    #footer .columns .first {
      min-width: calc(50% - 17px);
      margin-right: 33px;
      max-width: calc(50% - 17px);
      display: flex;
      justify-content: space-between; }
      #footer .columns .first .company {
        min-width: calc(50% - 17px);
        margin-right: 33px;
        max-width: calc(50% - 17px); }
        #footer .columns .first .company h3 {
          font-weight: 500;
          font-size: 26px;
          line-height: 110%;
          color: #855843;
          text-transform: uppercase;
          margin: 45px 0 52px; }
        #footer .columns .first .company .phone {
          display: block;
          font-weight: 500;
          font-size: 21px;
          line-height: 110%;
          margin-bottom: 6px; }
        #footer .columns .first .company .email {
          margin: 13px 0 10px; }
        #footer .columns .first .company .address {
          margin: 42px 0 10px; }
      #footer .columns .first .menu {
        border-color: rgba(133, 88, 67, 0.21);
        border-width: 1px;
        border-style: none solid;
        padding-left: 33px;
        padding-right: 33px; }
        #footer .columns .first .menu h4 {
          font-weight: 500;
          font-size: 21px;
          line-height: 110%;
          color: #855843;
          margin: 42px 0 45px;
          text-transform: uppercase; }
    #footer .columns .sponsors .logos {
      margin: 11px 0 0px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      #footer .columns .sponsors .logos span {
        text-align: center;
        margin: 0 20px 20px;
        display: block; }
        #footer .columns .sponsors .logos span small {
          display: block;
          font-size: 11px;
          text-align: center;
          line-height: 120%;
          margin-top: 8px; }
    #footer .columns .sponsors p {
      color: #855843; }
    #footer .columns .sponsors .partners {
      border-top: 1px solid rgba(133, 88, 67, 0.21);
      margin-top: 32px;
      display: flex;
      padding-top: 16px; }
      #footer .columns .sponsors .partners h4 {
        font-weight: 500;
        font-size: 17px;
        line-height: 110%;
        color: #855843;
        max-width: 130px;
        margin-right: 23px; }
      #footer .columns .sponsors .partners ul {
        margin-top: 15px; }
        #footer .columns .sponsors .partners ul a {
          /*text-decoration: underline;*/ }
  #footer a {
    color: #443D33; }
    #footer a.more {
      color: #855843; }
  #footer .footer-menu > ul > li > ul {
    display: none; }
  @media (max-width: 1000px) {
    #footer .columns {
      display: block; }
      #footer .columns .first {
        min-width: 100%;
        margin-right: 0;
        max-width: 100%; }
        #footer .columns .first .menu {
          border-color: rgba(133, 88, 67, 0.21);
          border-width: 1px;
          border-style: none none none solid; }
      #footer .columns .sponsors {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid rgba(133, 88, 67, 0.21); }
        #footer .columns .sponsors .partners {
          display: block; }
          #footer .columns .sponsors .partners h4 {
            max-width: 100%;
            margin-right: 0; }
          #footer .columns .sponsors .partners ul {
            margin-top: 15px; } }
  @media (max-width: 1000px) {
    #footer .columns .first {
      display: block; }
      #footer .columns .first .company {
        min-width: auto;
        margin-right: 0;
        max-width: 100%; }
      #footer .columns .first .menu {
        border-style: solid none none none;
        margin-top: 30px; } }

/* tic-pushy-01 begin */
/* tic-pushy-01 end */
.pushy {
  max-width: 380px;
  padding-top: 23px; }
  .pushy {
    background: #3C4758;
    color: #fff;
    text-align: center; }
  .pushy a {
    color: #fff; }
  .pushy .pushy-close {
    position: absolute;
    background-image: url("../img/pushy-close.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    width: 48px;
    height: 48px;
    right: 0;
    top: 0;
    cursor: pointer; }
  .pushy a.logo {
    display: block; }
  .pushy a.logo:hover {
    text-decoration: none; }
  .pushy a.logo > span {
    display: block; }
  .pushy hr {
    border-top: 1px solid #313D4F; }
  .pushy hr {
    margin: 30px 0; }
  .pushy a.logo {
    padding: 50px 0 0;
    margin: 0px 20px 10px;
    font-size: 26px;
    line-height: 110%; }
  .pushy a.phone {
    position: relative;
    overflow: hidden;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    display: inline-block; }
    .pushy a.phone:after {
      content: "";
      position: absolute;
      z-index: 1;
      right: 0;
      width: 0;
      bottom: 0px;
      background: #fff;
      height: 1px;
      transition-property: width;
      transition-duration: 0.3s;
      transition-timing-function: ease-out; }
    .pushy a.phone:hover, .pushy a.phone:focus, .pushy a.phone:active {
      text-decoration: none; }
    .pushy a.phone:hover:after, .pushy a.phone:focus:after, .pushy a.phone:active:after {
      left: 0px;
      right: auto;
      width: calc(100% - 0px); }
  .pushy a.email {
    position: relative;
    overflow: hidden;
    font-weight: 300;
    font-size: 17px;
    display: inline-block;
    padding-bottom: 3px;
    margin-top: 10px; }
    .pushy a.email:after {
      content: "";
      position: absolute;
      z-index: 1;
      right: 0;
      width: 0;
      bottom: 0px;
      background: #fff;
      height: 1px;
      transition-property: width;
      transition-duration: 0.3s;
      transition-timing-function: ease-out; }
    .pushy a.email:hover, .pushy a.email:focus, .pushy a.email:active {
      text-decoration: none; }
    .pushy a.email:hover:after, .pushy a.email:focus:after, .pushy a.email:active:after {
      left: 0px;
      right: auto;
      width: calc(100% - 0px); }
  .pushy ul.pushy-menu {
    display: inline-block;
    list-style: none;
    margin: 10px auto 20px;
    font-weight: 300; }
    .pushy ul.pushy-menu > li {
      margin-bottom: 10px; }
    .pushy ul.pushy-menu > li > a {
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .pushy ul.pushy-menu > li > a:after {
        content: "";
        position: absolute;
        z-index: 1;
        right: 0;
        width: 0;
        bottom: 0px;
        background: #fff;
        height: 1px;
        transition-property: width;
        transition-duration: 0.3s;
        transition-timing-function: ease-out; }
      .pushy ul.pushy-menu > li > a:hover, .pushy ul.pushy-menu > li > a:focus, .pushy ul.pushy-menu > li > a:active {
        text-decoration: none; }
      .pushy ul.pushy-menu > li > a:hover:after, .pushy ul.pushy-menu > li > a:focus:after, .pushy ul.pushy-menu > li > a:active:after {
        left: 0px;
        right: auto;
        width: calc(100% - 0px); }
    .pushy ul.pushy-menu > li.separator {
      display: none; }
    .pushy ul.pushy-menu > li > ul {
      display: none; }

div.more-products {
  display: block !important;
  text-align: center;
  width: 100% !important;
  margin: 0 !important; }
  div.more-products > .button {
    margin-top: 20px; }

.category-title-container {
  display: flex;
  justify-content: space-between; }
  .category-title-container > div > h1 {
    margin-top: 14px; }
  .category-title-container > a {
    margin-top: 25px;
    font-size: 14px; }

ul.children-category-items {
  margin-bottom: 30px;
  list-style: none;
  padding: 0; }
  ul.children-category-items li {
    display: inline-block;
    margin: 0 10px 10px 0; }
    ul.children-category-items li a {
      color: #071645;
      display: block;
      border: 1px solid #C8CACE;
      padding: 12px 20px 10px;
      border-radius: 0px;
      font-size: 14px;
      line-height: 130%;
      text-transform: uppercase; }
      ul.children-category-items li a:hover {
        border: 1px solid #855843;
        background-color: #855843;
        color: #fff;
        text-decoration: none; }

/* tic-product-page-01 begin */
/* tic-product-page-01 end */
.product-page {
  padding-top: 24px; }
.product-page .product-page-columns {
  display: flex;
  justify-content: flex-start; }
  .product-page .product-page-columns .left-container {
    width: 50%;
    margin-right: 33px;
    padding-bottom: 33px; }
  @media (max-width: 991px) {
    .product-page .product-page-columns {
      display: block; }
      .product-page .product-page-columns .left-container {
        width: auto;
        margin-right: 0;
        padding-bottom: 0; } }
.product-page .product-images {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 74px; }
  .product-page .product-images .product-new {
    position: absolute;
    right: 11px;
    top: -10px;
    display: block;
    background: #855843;
    color: #FFFFFF;
    padding: 8px 6px;
    font-size: 14px;
    font-weight: 900;
    z-index: 2; }
  .product-page .product-images .product-big-image {
    position: relative;
    z-index: 1;
    outline: 1px solid #E3E4E5;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    cursor: pointer; }
    .product-page .product-images .product-big-image:before {
      content: "";
      padding-top: 100%;
      float: left; }
    .product-page .product-images .product-big-image.no-photo {
      background-image: url("img/no-photo.png");
      background-size: auto;
      cursor: default; }
    .product-page .product-images .product-big-image.multiple {
      margin-left: 77px;
      /*width: calc(100% - 100px);*/ }
  .product-page .product-images .product-alt-images {
    position: absolute;
    width: 64px;
    left: 0px;
    top: 48px;
    z-index: 10; }
    .product-page .product-images .product-alt-images .slick-prev, .product-page .product-images .product-alt-images .slick-next {
      width: 46px;
      height: 46px;
      left: calc(50% - 23px);
      margin: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      background-repeat: no-repeat;
      background-position: center; }
    .product-page .product-images .product-alt-images .slick-prev:before, .product-page .product-images .product-alt-images .slick-next:before {
      display: none; }
    .product-page .product-images .product-alt-images .slick-prev {
      top: -48px;
      bottom: auto;
      background-image: url("../img/prev-up.png");
      background-size: 46px 46px; }
    .product-page .product-images .product-alt-images .slick-next {
      top: auto;
      bottom: -48px;
      background-image: url("../img/next-down.png");
      background-size: 46px 46px; }
    .product-page .product-images .product-alt-images .product-alt-image {
      width: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-color: #fff;
      cursor: pointer;
      overflow: hidden;
      border: 1px solid #E3E4E5; }
      .product-page .product-images .product-alt-images .product-alt-image:before {
        content: "";
        padding-top: 100%;
        float: left; }
      .product-page .product-images .product-alt-images .product-alt-image + .product-alt-image {
        border-top: none; }
.product-page .product-title {
  font-size: 33px;
  margin: 0.7em 0 14px;
  max-width: 18em; }
.product-page .product-note {
  font-size: 14px; }
.product-page .brand-logo {
  width: 100px;
  height: 100px;
  display: inline-block;
  outline: 1px solid #E3E4E5;
  vertical-align: middle; }
.product-page .brand-title {
  display: inline-block;
  margin: 15px 0 10px;
  text-align: left; }
.product-page .product-sale {
  display: inline-block;
  background: #FF871C;
  color: #FFFFFF;
  padding: 7px 7px 6px;
  font-size: 14px;
  font-weight: 900;
  z-index: 2;
  margin: 20px 0 -10px; }
.product-page .price-stock {
  margin: 20px 0 20px; }
  .product-page .price-stock .price {
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    color: #855843; }
    .product-page .price-stock .price > span.current-price {
      font-weight: 500; }
    .product-page .price-stock .price > span.currency {
      display: none; }
    .product-page .price-stock .price > span.currency-label {
      color: #443D33;
      font-size: 14px;
      margin-left: 0.25em; }
    .product-page .price-stock .price > span.price-note {
      margin-left: 8px;
      color: #444;
      font-size: 16px; }
    .product-page .price-stock .price > .old-price {
      position: relative;
      display: inline-block;
      margin-right: 1em;
      font-size: 17px;
      color: #C8CACE;
      vertical-align: top; }
      .product-page .price-stock .price > .old-price:before {
        content: "";
        display: block;
        position: absolute;
        left: -2px;
        right: -2px;
        top: calc(50% - 1px);
        height: 1px;
        background-color: #C8CACE;
        transform: rotate(-5deg);
        z-index: 2; }
      .product-page .price-stock .price > .old-price:after {
        content: "";
        display: block;
        position: absolute;
        left: -2px;
        right: -2px;
        top: calc(50% + 0px);
        height: 1px;
        background-color: #fff;
        transform: rotate(-5deg);
        z-index: 1; }
      .product-page .price-stock .price > .old-price > .percent {
        display: none;
        position: absolute;
        left: 0;
        top: 1em;
        font-style: normal;
        color: #855843;
        font-weight: 500;
        font-size: 17px; }
    .product-page .price-stock .price .product-hit {
      display: inline-block;
      position: relative;
      font-style: normal;
      font-weight: 500;
      font-size: 11px;
      text-align: center;
      color: #855843;
      border: 1px solid #855843;
      padding: 0px 20px;
      margin-left: 20px;
      transform: rotate(-15deg);
      transform-origin: left bottom; }
  .product-page .price-stock .stock {
    margin: 30px 0 0;
    font-size: 14px; }
    .product-page .price-stock .stock.stock0 {
      color: #443D33; }
    .product-page .price-stock .stock.stock1 {
      color: #443D33; }
.product-page .actions {
  margin-top: 0px; }
  .product-page .actions .button {
    margin: 0px;
    vertical-align: middle; }
  .product-page .actions > .form {
    display: inline-block;
    white-space: nowrap;
    margin-top: 1.5em; }
  .product-page .actions > span {
    font-size: 14px;
    margin: 0 1em;
    vertical-align: middle; }
  .product-page .actions input.cart-count {
    width: 4em;
    margin-right: 8px; }
.product-page .description {
  margin: 66px 0 17px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: left; }
.product-page table.product-params {
  background-color: #fff;
  margin: 66px 0 17px; }
.product-page a.product-question {
  position: relative;
  overflow: hidden;
  margin-top: 33px;
  display: inline-block;
  background-image: url("../img/question.png");
  background-position: left 2px;
  background-size: 48px 48px;
  background-repeat: no-repeat;
  padding: 7px 0 7px 60px;
  min-height: 48px; }
  .product-page a.product-question:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    width: 0;
    bottom: 5px;
    background: #C8CACE;
    height: 1px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out; }
  .product-page a.product-question:hover, .product-page a.product-question:focus, .product-page a.product-question:active {
    text-decoration: none; }
  .product-page a.product-question:hover:after, .product-page a.product-question:focus:after, .product-page a.product-question:active:after {
    left: 60px;
    right: auto;
    width: calc(100% - 60px); }
  .product-page a.product-question:hover {
    text-decoration: none; }
  .product-page a.product-question > span {
    font-size: 11px;
    display: block;
    color: #443D33; }
  .product-page a.product-question:hover > span {
    color: #443D33; }

.product-big-image.moving {
  box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.15);
  transition: all 0s;
  position: absolute !important;
  z-index: 100; }

/* tic-blog-01 begin */
/* tic-blog-01 end */
.blog h1 {
  margin: 17px 0 33px; }
.blog .blog-showcase {
  margin: 0 -17px; }
  .blog .blog-showcase > div.first-blog-post {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 7px 7px 0px 0px;
    width: calc(100% - $grid-gutter);
    display: inline-block;
    vertical-align: top;
    margin: 0 16px 58px;
    padding: 24px 24px 54px 24px;
    position: relative; }
    .blog .blog-showcase > div.first-blog-post > a:hover {
      text-decoration: none; }
    .blog .blog-showcase > div.first-blog-post .post-preview-container {
      overflow: hidden;
      position: relative;
      border-radius: 7px; }
      .blog .blog-showcase > div.first-blog-post .post-preview-container:before {
        content: "";
        padding-top: 58%;
        float: left; }
      .blog .blog-showcase > div.first-blog-post .post-preview-container .post-preview {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-size: cover;
        background-position: center;
        transition: all 0.5s ease-in-out; }
    .blog .blog-showcase > div.first-blog-post h2 {
      color: #443D33;
      margin: 8px 0 9px; }
  .blog .blog-showcase > div p.views {
    font-size: 14px;
    color: #C8CACE;
    margin-bottom: 5px; }
  .blog .blog-showcase > div p.note {
    color: #443D33; }
  .blog .blog-showcase > div.blog-posts {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 7px 7px 0px 0px;
    width: calc(50% - 32px);
    display: inline-block;
    vertical-align: top;
    margin: 0 16px 48px;
    padding: 24px 24px 58px 24px;
    position: relative; }
    .blog .blog-showcase > div.blog-posts > a {
      text-decoration: none; }
    .blog .blog-showcase > div.blog-posts h2 {
      font-size: 21px;
      color: #443D33;
      margin-bottom: 22px; }
    .blog .blog-showcase > div.blog-posts .post-preview-container {
      margin: -24px -24px 0 -24px;
      position: relative;
      overflow: hidden;
      border-radius: 7px 7px 0 0; }
      .blog .blog-showcase > div.blog-posts .post-preview-container:before {
        content: "";
        padding-top: 58%;
        float: left; }
      .blog .blog-showcase > div.blog-posts .post-preview-container .post-preview {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-size: cover;
        background-position: center;
        transition: all 0.5s ease-in-out; }
  .blog .blog-showcase > div:hover .post-preview {
    transform: scale(1.1);
    transition: all 1s ease-in-out; }
  .blog .blog-showcase .button-container {
    text-align: right;
    position: absolute;
    bottom: 3px;
    right: 24px; }
.blog .blog-most-popular {
  margin-top: 123px; }
  .blog .blog-most-popular > a > div {
    border-bottom: 1px solid #E6E6E6;
    padding: 11px 0 11px; }
    .blog .blog-most-popular > a > div h3 {
      display: inline;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 110%;
      color: #443D33; }
    .blog .blog-most-popular > a > div p {
      display: inline;
      font-size: 14px;
      line-height: 110%;
      color: #C8CACE; }
  .blog .blog-most-popular > a:hover {
    color: #855843;
    text-decoration: none; }
  .blog .blog-most-popular > a:hover h3 {
    color: #855843; }

.main-page-content {
  padding-bottom: 56px; }

#template2-page .columns {
  margin-left: -17px;
  margin-right: -17px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
#template2-page .columns > div {
  display: inline-block;
  width: calc(50% - 33px);
  max-width: calc(50% - 33px);
  vertical-align: top;
  margin: 0 16px 33px;
  font-size: 17px;
  position: relative; }
@media (max-width: 991px) {
  #template2-page .columns > div {
    width: calc(100% - 33px);
    max-width: calc(100% - 33px); } }
#template2-page .columns > div:nth-of-type(1) {
  max-width: 40%; }
  @media (max-width: 991px) {
    #template2-page .columns > div:nth-of-type(1) {
      display: none; } }
#template2-page .left-menu {
  position: sticky;
  top: 100px;
  padding: 20px 0 40px;
  margin-top: 100px; }
  #template2-page .left-menu:before {
    position: absolute;
    content: "";
    width: 256px;
    height: 100%;
    top: 0;
    left: 66px;
    background-color: #f5f5f5;
    z-index: -1; }
  #template2-page .left-menu ul li > a {
    color: #443D33;
    position: relative;
    overflow: hidden; }
    #template2-page .left-menu ul li > a:after {
      content: "";
      position: absolute;
      z-index: 1;
      right: 0;
      width: 0;
      bottom: -2px;
      background: #443D33;
      height: 1px;
      transition-property: width;
      transition-duration: 0.3s;
      transition-timing-function: ease-out; }
    #template2-page .left-menu ul li > a:hover, #template2-page .left-menu ul li > a:focus, #template2-page .left-menu ul li > a:active {
      text-decoration: none; }
    #template2-page .left-menu ul li > a:hover:after, #template2-page .left-menu ul li > a:focus:after, #template2-page .left-menu ul li > a:active:after {
      left: 0px;
      right: auto;
      width: calc(100% - 0px); }
    #template2-page .left-menu ul li > a:hover {
      color: #443D33; }
  #template2-page .left-menu ul li.active {
    font-weight: 600; }
#template2-page h2, #template2-page h3, #template2-page h4 {
  margin-top: 2em; }
  @media (max-width: 991px) {
    #template2-page h2, #template2-page h3, #template2-page h4 {
      margin-top: 2em; } }
#template2-page h1 + h2, #template2-page h2 + h3, #template2-page h2 + h4 {
  margin-top: 1.5em; }

.showcase-title {
  margin: 34px 0 34px; }

.showcase {
  margin-bottom: 90px; }

.content-two-columns .columns {
  margin-left: -17px;
  margin-right: -17px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.content-two-columns .columns > div {
  display: inline-block;
  width: calc(50% - 33px);
  max-width: calc(50% - 33px);
  vertical-align: top;
  margin: 0 16px 33px;
  font-size: 17px;
  position: relative; }
@media (max-width: 991px) {
  .content-two-columns .columns > div {
    width: calc(100% - 33px);
    max-width: calc(100% - 33px); } }
@media (min-width: 992px) {
  .content-two-columns .columns > div {
    max-width: 42%; }
    .content-two-columns .columns > div + div {
      margin-left: 10%; } }

.cabinet-user-form {
  margin-top: 30px; }

.nav-tabs {
  margin-top: 30px; }

.tab-pane h2 {
  margin-top: 40px !important; }

a.anchor {
  text-decoration: none; }

.help-dialog {
  width: 580px; }
  .help-dialog h3 {
    margin-top: 0;
    margin-bottom: 30px; }
  .help-dialog p.phone {
    margin-bottom: 30px; }
  .help-dialog textarea {
    display: block;
    width: 100%;
    height: 150px; }

.visual {
  overflow: hidden;
  max-height: 566px;
  background-image: url("../img/visual.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 47px 0 30px 0px;
  color: #fff; }
  .visual:before {
    content: "";
    padding-top: 40%;
    float: left; }
  .visual h1 {
    font-weight: 900;
    font-size: 56px;
    line-height: 110%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    max-width: 50%;
    margin-bottom: 42px; }
    @media (max-width: 580px) {
      .visual h1 {
        font-size: 40px; } }
  .visual p {
    max-width: 330px;
    padding-top: 16px;
    border-top: 1px solid #C4C4C4; }

.about-claster {
  padding: 100px 0 0; }
  .about-claster .columns {
    display: flex;
    justify-content: flex-start; }
    .about-claster .columns > div:first-child {
      min-width: calc(25% - 17px);
      margin-right: 33px;
      max-width: calc(25% - 17px); }
      .about-claster .columns > div:first-child h2 {
        font-size: 41px;
        border-bottom: 2px solid #EFE2D0;
        margin: 10px 0 20px 0;
        padding-bottom: 20px; }
    @media (max-width: 1000px) {
      .about-claster .columns {
        display: block; }
        .about-claster .columns > div:first-child {
          min-width: auto;
          margin-right: 0;
          max-width: 100%; } }
  .about-claster .columns > div:last-child {
    min-width: 25%;
    margin-left: 17px;
    max-width: 25%;
    text-align: right; }
    .about-claster .columns > div:last-child > img {
      margin-bottom: 20px; }
    @media (max-width: 1000px) {
      .about-claster .columns > div:last-child {
        display: none; } }

.news-anons {
  padding: 75px 0 65px; }
  .news-anons .block-header .columns {
    display: flex;
    justify-content: flex-start; }
    .news-anons .block-header .columns > div:first-child {
      min-width: calc(25% - 17px);
      margin-right: 33px;
      max-width: calc(25% - 17px); }
      .news-anons .block-header .columns > div:first-child h2 {
        font-size: 41px;
        border-bottom: 2px solid #EFE2D0;
        margin: 10px 0 20px 0;
        padding-bottom: 20px; }
    @media (max-width: 1000px) {
      .news-anons .block-header .columns {
        display: block; }
        .news-anons .block-header .columns > div:first-child {
          min-width: auto;
          margin-right: 0;
          max-width: 100%; } }
  .news-anons .block-header .columns {
    justify-content: space-between; }
    .news-anons .block-header .columns > div:last-child {
      align-self: flex-end;
      padding-bottom: 15px; }
      .news-anons .block-header .columns > div:last-child a {
        font-weight: 500;
        font-size: 12px;
        line-height: 130%;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #855843; }
  .news-anons .news-list {
    margin-top: 30px; }
    .news-anons .news-list .columns {
      margin-left: -17px;
      margin-right: -17px;
      font-size: 0; }
    .news-anons .news-list .columns > div {
      display: inline-block;
      width: calc(25% - 33px);
      vertical-align: top;
      margin: 0 16px 33px;
      font-size: 17px;
      position: relative; }
    @media (max-width: 1200px) {
      .news-anons .news-list .columns > div {
        width: calc(50% - 33px); } }
    @media (max-width: 500px) {
      .news-anons .news-list .columns > div {
        width: calc(100% - 33px); } }
    .news-anons .news-list .card .image-cover {
      overflow: hidden;
      position: relative; }
      .news-anons .news-list .card .image-cover:before {
        content: "";
        padding-top: 100%;
        float: left; }
      .news-anons .news-list .card .image-cover > img {
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    .news-anons .news-list .card .date {
      font-size: 11px;
      margin: 20px 0 7px; }
    .news-anons .news-list .card .title {
      font-weight: normal;
      font-size: 17px;
      line-height: 130%;
      margin: 0 0 20px; }

a.more {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #855843;
  background-image: url("../img/more1.png");
  background-position: left center;
  background-size: 24px 24px;
  min-height: 24px;
  background-repeat: no-repeat;
  padding: 6px 0 0 32px; }

a.more2 {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #855843;
  white-space: nowrap;
  background-image: url("../img/more2.png");
  background-position: right center;
  background-size: 24px 24px;
  min-height: 24px;
  background-repeat: no-repeat;
  padding: 6px 32px 0 0; }

.members {
  padding: 75px 0 0; }
  .members .block-header .columns {
    display: flex;
    justify-content: flex-start; }
    .members .block-header .columns > div:first-child {
      min-width: calc(25% - 17px);
      margin-right: 33px;
      max-width: calc(25% - 17px); }
      .members .block-header .columns > div:first-child h2 {
        font-size: 41px;
        border-bottom: 2px solid #EFE2D0;
        margin: 10px 0 20px 0;
        padding-bottom: 20px; }
    @media (max-width: 1000px) {
      .members .block-header .columns {
        display: block; }
        .members .block-header .columns > div:first-child {
          min-width: auto;
          margin-right: 0;
          max-width: 100%; } }
  .members .block-header .columns {
    justify-content: space-between; }
    .members .block-header .columns > div:last-child {
      align-self: flex-end;
      padding-bottom: 15px; }
      .members .block-header .columns > div:last-child a {
        font-weight: 500;
        font-size: 12px;
        line-height: 130%;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #855843; }
  .members .members-list {
    margin-top: 12px; }
    .members .members-list .columns {
      margin-left: -17px;
      margin-right: -17px;
      font-size: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
    .members .members-list .columns > div {
      display: inline-block;
      width: calc(20% - 33px);
      max-width: calc(20% - 33px);
      vertical-align: top;
      margin: 0 16px 33px;
      font-size: 17px;
      position: relative; }
    @media (max-width: 1350px) {
      .members .members-list .columns > div {
        width: calc(25% - 33px);
        max-width: calc(25% - 33px); } }
    @media (max-width: 1200px) {
      .members .members-list .columns > div {
        width: calc(50% - 33px);
        max-width: calc(50% - 33px); } }
    @media (max-width: 500px) {
      .members .members-list .columns > div {
        width: calc(100% - 33px);
        max-width: calc(100% - 33px); } }
    .members .members-list .columns > div.member-card h4 {
      font-size: 14px;
      line-height: 130%;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      max-width: 185px;
      margin: 30px 0 20px; }
    @media (max-width: 500px) {
      .members .members-list .columns > div.member-card {
        text-align: center; }
        .members .members-list .columns > div.member-card h4 {
          max-width: 100%;
          margin: 30px auto 20px; } }
    .members .members-list .columns > div.more {
      display: flex;
      align-items: flex-end;
      padding-bottom: 55px; }

.main-products {
  padding: 117px 0 0; }
  .main-products .columns {
    display: flex;
    justify-content: flex-start; }
    .main-products .columns > div:first-child {
      min-width: calc(25% - 17px);
      margin-right: 33px;
      max-width: calc(25% - 17px); }
      .main-products .columns > div:first-child h2 {
        font-size: 41px;
        border-bottom: 2px solid #EFE2D0;
        margin: 10px 0 20px 0;
        padding-bottom: 20px; }
    @media (max-width: 1000px) {
      .main-products .columns {
        display: block; }
        .main-products .columns > div:first-child {
          min-width: auto;
          margin-right: 0;
          max-width: 100%; } }
  .main-products .products-areas {
    padding-top: 105px; }
    .main-products .products-areas .columns {
      margin-left: -17px;
      margin-right: -17px;
      font-size: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
    .main-products .products-areas .columns > div {
      display: inline-block;
      width: calc(33.3333333333% - 33px);
      max-width: calc(33.3333333333% - 33px);
      vertical-align: top;
      margin: 0 16px 33px;
      font-size: 17px;
      position: relative; }
    @media (max-width: 1200px) {
      .main-products .products-areas .columns > div {
        width: calc(50% - 33px);
        max-width: calc(50% - 33px); } }
    @media (max-width: 500px) {
      .main-products .products-areas .columns > div {
        width: calc(100% - 33px);
        max-width: calc(100% - 33px); } }
    .main-products .products-areas .products-area {
      margin-bottom: 80px !important; }
    @media (max-width: 1000px) {
      .main-products .products-areas {
        padding-top: 20px; }
        .main-products .products-areas .products-area {
          margin-bottom: 50px !important; } }

.main-services {
  padding: 90px 0 0; }
  .main-services .columns {
    display: flex;
    justify-content: flex-start; }
    .main-services .columns > div:first-child {
      min-width: calc(25% - 17px);
      margin-right: 33px;
      max-width: calc(25% - 17px); }
      .main-services .columns > div:first-child h2 {
        font-size: 41px;
        border-bottom: 2px solid #EFE2D0;
        margin: 10px 0 20px 0;
        padding-bottom: 20px; }
    @media (max-width: 1000px) {
      .main-services .columns {
        display: block; }
        .main-services .columns > div:first-child {
          min-width: auto;
          margin-right: 0;
          max-width: 100%; } }
  .main-services .services-list {
    padding: 125px 0 0; }
    .main-services .services-list .service-item {
      margin-bottom: 75px !important;
      display: flex; }
      .main-services .services-list .service-item h3 {
        min-width: calc(33% - 17px);
        margin-right: 33px;
        max-width: calc(33% - 17px);
        margin-top: 0;
        margin-bottom: 30px; }
    @media (max-width: 600px) {
      .main-services .services-list {
        padding: 20px 0 0; }
        .main-services .services-list .service-item {
          display: block; }
          .main-services .services-list .service-item h3 {
            min-width: auto;
            margin-right: 0;
            max-width: 100%;
            margin-bottom: 20px; } }

.with-sidebar {
  display: flex;
  justify-content: space-between; }
  .with-sidebar .main-content {
    margin-right: 66px; }
  .with-sidebar .sidebar {
    min-width: calc(25% - 17px);
    max-width: calc(25% - 17px); }
    .with-sidebar .sidebar .pages-list {
      position: sticky;
      top: 20px; }
      .with-sidebar .sidebar .pages-list a {
        color: #443D33; }
      .with-sidebar .sidebar .pages-list a.parent-page {
        display: inline-block;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 21px; }
      .with-sidebar .sidebar .pages-list ul.pages-around {
        list-style: none;
        padding: 0;
        margin: 12px 0 32px; }
        .with-sidebar .sidebar .pages-list ul.pages-around > li {
          padding: 9px 0 3px 0; }
          .with-sidebar .sidebar .pages-list ul.pages-around > li + li {
            border-top: 1px solid #eee; }
          .with-sidebar .sidebar .pages-list ul.pages-around > li.active {
            font-weight: bold;
            color: #555; }
  @media (max-width: 780px) {
    .with-sidebar {
      display: block; }
      .with-sidebar .main-content {
        margin-right: 0; }
      .with-sidebar .sidebar {
        min-width: auto;
        max-width: 100%;
        margin-top: 40px;
        padding-top: 60px;
        border-top: 1px solid rgba(133, 88, 67, 0.21); } }

/*# sourceMappingURL=common.css.map */
