@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@400;500&family=Fira+Sans:wght@400;600;700&display=swap");
/* line 7, style.scss */
html {
  height: 100%; }

/* line 10, style.scss */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 14, style.scss */
body {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  background: #fff;
  color: #000;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 1300px) {
    /* line 14, style.scss */
    body {
      font-size: 16px; } }
  @media (max-width: 1000px) {
    /* line 14, style.scss */
    body {
      font-size: 14px; } }

/* line 40, style.scss */
main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: url(tile.png) repeat;
  /*@media (max-width: 1000px) {
  background-image: none;
}*/ }

/* line 49, style.scss */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1280px; }

/* line 57, style.scss */
a {
  color: inherit;
  text-decoration: none; }

/* line 63, style.scss */
.editor a {
  color: #AE0C20;
  text-decoration: underline; }
  /* line 66, style.scss */
  .editor a:hover {
    text-decoration: none; }
/* line 70, style.scss */
.editor p {
  margin-top: 0; }
/* line 73, style.scss */
.editor h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Fira Sans Condensed';
  margin-bottom: 30px; }
/* line 80, style.scss */
.editor strong {
  font-weight: 600 !important; }
/* line 81, style.scss */
.editor.product-decription strong {
  font-weight: 400 !important; }

/* line 86, style.scss */
.font-cond {
  font-family: 'Fira Sans Condensed', sans-serif; }

/* line 89, style.scss */
.fw-400 {
  font-weight: 400; }

/* line 90, style.scss */
.fw-500 {
  font-weight: 500; }

/* line 91, style.scss */
.fw-600 {
  font-weight: 600; }

/* line 92, style.scss */
.fw-700 {
  font-weight: 700; }

/* line 94, style.scss */
.text-center {
  text-align: center; }

/* line 98, style.scss */
button {
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0; }

/* line 105, style.scss */
.button-big {
  background: -o-radial-gradient(50% 50.59%, 50% 1439%, #4AB9FE 0%, #21579F 62.5%, #091D66 97.4%);
  background: radial-gradient(50% 1439% at 50% 50.59%, #4ab9fe 0%, #21579f 62.5%, #091d66 97.4%);
  font-size: 24px;
  white-space: nowrap;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  font-weight: 600;
  width: 456px;
  text-align: center; }
  /* line 117, style.scss */
  .button-big:before {
    content: "";
    display: inline-block;
    height: 85px;
    vertical-align: middle; }
    @media (max-width: 1300px) {
      /* line 117, style.scss */
      .button-big:before {
        height: 60px; } }
    @media (max-width: 1000px) {
      /* line 117, style.scss */
      .button-big:before {
        height: 55px; } }
  /* line 129, style.scss */
  .button-big:hover:not(.no-hover) {
    /*font-size: 26px;
    font-weight: 700;*/ }
    /* line 132, style.scss */
    .button-big:hover:not(.no-hover) span {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  @media (max-width: 1300px) {
    /* line 105, style.scss */
    .button-big {
      font-size: 20px;
      width: 330px; } }
  @media (max-width: 1300px) {
    /* line 105, style.scss */
    .button-big {
      font-size: 18px;
      width: 286px; } }
  /* line 145, style.scss */
  .button-big.flex {
    white-space: normal;
    height: 85px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 1300px) {
      /* line 145, style.scss */
      .button-big.flex {
        height: 60px; } }
    @media (max-width: 1000px) {
      /* line 145, style.scss */
      .button-big.flex {
        height: 55px; } }
    /* line 164, style.scss */
    .button-big.flex:before {
      display: none; }
  /* line 168, style.scss */
  .button-big span {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
  /* line 175, style.scss */
  .button-big.empty {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    cursor: pointer;
    background: #fff;
    padding: 0 30px;
    text-align: center;
    min-width: 306px;
    font-size: 24px;
    font-weight: 700;
    border: 8px solid;
    border-image-slice: 1;
    border-width: 4px;
    text-transform: uppercase;
    border-image-source: linear-gradient(90deg, #0E2B94 0%, #0FA1FF 50.52%, #0E2B94 98.44%); }
    /* line 192, style.scss */
    .button-big.empty span {
      background: -webkit-gradient(linear, left top, right top, from(#0E2B94), color-stop(50.52%, #0FA1FF), color-stop(98.44%, #0E2B94));
      background: -o-linear-gradient(left, #0E2B94 0%, #0FA1FF 50.52%, #0E2B94 98.44%);
      background: linear-gradient(90deg, #0E2B94 0%, #0FA1FF 50.52%, #0E2B94 98.44%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      vertical-align: middle;
      white-space: nowrap; }
    /* line 203, style.scss */
    .button-big.empty:before {
      content: "";
      display: inline-block;
      height: 59px;
      vertical-align: middle; }
      @media (max-width: 1300px) {
        /* line 203, style.scss */
        .button-big.empty:before {
          height: 55px; } }
      @media (max-width: 1000px) {
        /* line 203, style.scss */
        .button-big.empty:before {
          height: 50px; } }
    @media (max-width: 1300px) {
      /* line 175, style.scss */
      .button-big.empty {
        font-size: 20px;
        min-width: 240px; } }
    @media (max-width: 1000px) {
      /* line 175, style.scss */
      .button-big.empty {
        font-size: 18px;
        min-width: 220px; } }
    /* line 224, style.scss */
    .button-big.empty:hover {
      background: -webkit-gradient(linear, left top, right top, from(#0B236C), color-stop(50.52%, #0FA1FF), color-stop(98.44%, #091D66));
      background: -o-linear-gradient(left, #0B236C 0%, #0FA1FF 50.52%, #091D66 98.44%);
      background: linear-gradient(90deg, #0B236C 0%, #0FA1FF 50.52%, #091D66 98.44%);
      -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
      transform: scale(1.03); }
      /* line 231, style.scss */
      .button-big.empty:hover span {
        /*background: transparent;
        color: #fff;*/ }

/* line 242, style.scss */
.button {
  cursor: pointer;
  background: #fff;
  padding: 0 30px;
  text-align: center;
  min-width: 306px;
  font-size: 24px;
  font-weight: 700;
  border: 8px solid;
  border-image-slice: 1;
  border-width: 4px;
  text-transform: uppercase;
  border-image-source: linear-gradient(90deg, #0B236C 0%, #0FA1FF 50.52%, #091D66 98.44%); }
  /* line 256, style.scss */
  .button span {
    background: -webkit-gradient(linear, left top, right top, from(#0B236C), color-stop(50.52%, #0FA1FF), color-stop(98.44%, #091D66));
    background: -o-linear-gradient(left, #0B236C 0%, #0FA1FF 50.52%, #091D66 98.44%);
    background: linear-gradient(90deg, #0B236C 0%, #0FA1FF 50.52%, #091D66 98.44%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    vertical-align: middle;
    white-space: nowrap; }
  /* line 267, style.scss */
  .button:before {
    content: "";
    display: inline-block;
    height: 59px;
    vertical-align: middle; }
    @media (max-width: 1300px) {
      /* line 267, style.scss */
      .button:before {
        height: 55px; } }
    @media (max-width: 1000px) {
      /* line 267, style.scss */
      .button:before {
        height: 50px; } }
  @media (max-width: 1300px) {
    /* line 242, style.scss */
    .button {
      font-size: 20px;
      min-width: 240px; } }
  @media (max-width: 1000px) {
    /* line 242, style.scss */
    .button {
      font-size: 18px;
      min-width: 220px; } }
  /* line 288, style.scss */
  .button:hover {
    background: -webkit-gradient(linear, left top, right top, from(#0B236C), color-stop(50.52%, #0FA1FF), color-stop(98.44%, #091D66));
    background: -o-linear-gradient(left, #0B236C 0%, #0FA1FF 50.52%, #091D66 98.44%);
    background: linear-gradient(90deg, #0B236C 0%, #0FA1FF 50.52%, #091D66 98.44%); }
    /* line 293, style.scss */
    .button:hover span {
      background: transparent;
      color: #fff; }
  /* line 298, style.scss */
  .button.big {
    padding: 0 61px; }
    /* line 300, style.scss */
    .button.big:before {
      height: 73px; }
      @media (max-width: 1300px) {
        /* line 300, style.scss */
        .button.big:before {
          height: 60px; } }
      @media (max-width: 1000px) {
        /* line 300, style.scss */
        .button.big:before {
          height: 55px; } }

/* line 312, style.scss */
.index-about .button {
  background: #26292E;
  display: inline-block;
  border-image-source: linear-gradient(90deg, #0E2B94 0%, #46B0F7 50.52%, #0E2B94 98.44%); }
  /* line 313, style.scss */
  .index-about .button span {
    background: -webkit-gradient(linear, left top, right top, from(#0E2B94), color-stop(50.52%, #46B0F7), color-stop(98.44%, #0E2B94));
    background: -o-linear-gradient(left, #0E2B94 0%, #0FA1FF 50.52%, #0E2B94 98.44%);
    background: linear-gradient(90deg, #0E2B94 0%, #0FA1FF 50.52%, #0E2B94 98.44%);
    -webkit-background-clip: text;
    background-clip: text; }
  /* line 320, style.scss */
  .index-about .button:hover {
    background: -webkit-gradient(linear, left top, right top, from(#0E2B94), color-stop(50.52%, #46B0F7), color-stop(98.44%, #0E2B94));
    background: -o-linear-gradient(left, #0E2B94 0%, #46B0F7 50.52%, #0E2B94 98.44%);
    background: linear-gradient(90deg, #0E2B94 0%, #46B0F7 50.52%, #0E2B94 98.44%); }

/* line 327, style.scss */
.button-fill {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  background: #26292E;
  padding: 0 50px;
  color: #fff; }
  /* line 334, style.scss */
  .button-fill:hover {
    background: -o-radial-gradient(50% 50%, 50% 1188.28%, #4AB8FD 0%, #091D66 100%);
    background: radial-gradient(50% 1188.28% at 50% 50%, #4ab8fd 0%, #091d66 100%); }
  /* line 338, style.scss */
  .button-fill:before {
    content: "";
    display: inline-block;
    height: 64px;
    vertical-align: middle; }
    @media (max-width: 1300px) {
      /* line 338, style.scss */
      .button-fill:before {
        height: 50px; } }
    @media (max-width: 1000px) {
      /* line 338, style.scss */
      .button-fill:before {
        height: 50px; } }
  @media (max-width: 1300px) {
    /* line 327, style.scss */
    .button-fill {
      font-size: 16px;
      padding: 0 30px; } }

/* line 357, style.scss */
.decor-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, right top, from(#590725), color-stop(47.92%, #AE0C20), color-stop(98.96%, #580723));
  background-image: -o-linear-gradient(left, #590725 0%, #AE0C20 47.92%, #580723 98.96%);
  background-image: linear-gradient(90deg, #590725 0%, #AE0C20 47.92%, #580723 98.96%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  display: inline-block; }
  /* line 370, style.scss */
  .decor-link:after {
    content: '';
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#590725), color-stop(47.92%, #AE0C20), color-stop(98.96%, #580723));
    background: -o-linear-gradient(left, #590725 0%, #AE0C20 47.92%, #580723 98.96%);
    background: linear-gradient(90deg, #590725 0%, #AE0C20 47.92%, #580723 98.96%);
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0; }
  /* line 381, style.scss */
  .decor-link:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#AE0C20), color-stop(47.92%, #590725), color-stop(98.96%, #AE0C20));
    background-image: -o-linear-gradient(left, #AE0C20 0%, #590725 47.92%, #AE0C20 98.96%);
    background-image: linear-gradient(90deg, #AE0C20 0%, #590725 47.92%, #AE0C20 98.96%);
    /*color: #580723;*/ }
    /* line 386, style.scss */
    .decor-link:hover:after {
      /*background: #580723;*/
      background-image: -webkit-gradient(linear, left top, right top, from(#AE0C20), color-stop(47.92%, #590725), color-stop(98.96%, #AE0C20));
      background-image: -o-linear-gradient(left, #AE0C20 0%, #590725 47.92%, #AE0C20 98.96%);
      background-image: linear-gradient(90deg, #AE0C20 0%, #590725 47.92%, #AE0C20 98.96%); }
  @media (max-width: 480px) {
    /* line 357, style.scss */
    .decor-link {
      font-size: 16px; } }

/* line 399, style.scss */
.pagination {
  padding-top: 1.5rem; }
  /* line 402, style.scss */
  .pagination span, .pagination a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #26292E;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 7px; }
    /* line 413, style.scss */
    .pagination span svg, .pagination a svg {
      height: 32px; }
  /* line 417, style.scss */
  .pagination .current_page {
    background: -o-radial-gradient(50% 50%, 50% 50%, #48B5FA 0.52%, #193284 100%);
    background: radial-gradient(50% 50% at 50% 50%, #48b5fa 0.52%, #193284 100%);
    border-color: #193284;
    color: #fff; }
  /* line 423, style.scss */
  .pagination a:hover {
    color: #3181c6;
    border-color: #3181c6; }
    /* line 426, style.scss */
    .pagination a:hover svg path {
      fill: #3181c6; }
  /* line 432, style.scss */
  .pagination a.last_page:hover svg path, .pagination a.first_page:hover svg path {
    fill: none;
    stroke: #3181c6; }
  /* line 439, style.scss */
  .pagination a.prev_page svg, .pagination a.next_page svg {
    width: 8px; }
  /* line 443, style.scss */
  .pagination .first_page svg, .pagination .prev_page svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

/* line 448, style.scss */
header {
  position: relative;
  z-index: 1040;
  background: #26292E;
  color: #fff;
  padding: 8px 0;
  font-size: 20px;
  font-weight: 500; }
  /* line 456, style.scss */
  header a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Fira Sans Condensed'; }
    /* line 460, style.scss */
    header a:hover, header a:active, header a:focus, header a.active {
      background: -webkit-gradient(linear, left top, right top, from(#1B4890), color-stop(50.52%, #49B5FA), color-stop(98.44%, #1B4890));
      background: -o-linear-gradient(left, #1B4890 0%, #49B5FA 50.52%, #1B4890 98.44%);
      background: linear-gradient(90deg, #1B4890 0%, #49B5FA 50.52%, #1B4890 98.44%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent; }
  @media (max-width: 1300px) {
    /* line 448, style.scss */
    header {
      font-size: 16px; } }
  @media (max-width: 1000px) {
    /* line 448, style.scss */
    header {
      font-size: 16px; } }
  /* line 475, style.scss */
  header .tel {
    margin-left: 50px;
    font-size: 22px; }
    @media (max-width: 1300px) {
      /* line 475, style.scss */
      header .tel {
        font-size: 16px; } }
  /* line 482, style.scss */
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (max-width: 1000px) {
      /* line 482, style.scss */
      header .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        /* line 496, style.scss */
        header .container .logo {
          margin: 0; }
          /* line 498, style.scss */
          header .container .logo img {
            height: 50px; } }
  /* line 504, style.scss */
  header .logo {
    margin-right: auto; }
    /* line 506, style.scss */
    header .logo img {
      display: block;
      max-height: 44px; }
      @media (max-width: 768px) {
        /* line 506, style.scss */
        header .logo img {
          max-height: 40px; } }

/* line 518, style.scss */
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 525, style.scss */
  .social svg path {
    fill: #fff; }
  /* line 528, style.scss */
  .social a {
    margin-left: 14px;
    display: block;
    height: 33px; }
    /* line 534, style.scss */
    .social a:hover svg path {
      fill: url(#Gradient1); }
    @media (max-width: 1300px) {
      /* line 528, style.scss */
      .social a {
        height: 26px;
        margin-left: 4px; }
        /* line 542, style.scss */
        .social a svg {
          height: 25px; } }

/* line 547, style.scss */
.search {
  margin-left: 35px; }
  /* line 549, style.scss */
  .search form {
    background: #fff;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 280px;
    padding-right: 5px;
    /*  transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;*/ }
    /* line 562, style.scss */
    .search form button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: transparent;
      border: 0; }
      /* line 568, style.scss */
      .search form button svg {
        vertical-align: middle;
        height: 23px; }
        /* line 571, style.scss */
        .search form button svg path {
          fill: #26292E; }
        @media (max-width: 1300px) {
          /* line 568, style.scss */
          .search form button svg {
            height: 22px; } }
      /* line 580, style.scss */
      .search form button:hover svg path, .search form button:active svg path, .search form button:focus svg path {
        fill: url(#Gradient1); }
    /* line 586, style.scss */
    .search form input {
      background: transparent;
      border: none;
      height: 34px;
      line-height: 34px;
      font-size: 16px;
      padding: 0 10px;
      outline: none;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  /* line 601, style.scss */
  .search.closed form {
    background: transparent;
    /*transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;*/
    max-width: 33px;
    overflow: hidden; }
  /* line 610, style.scss */
  .search.closed input {
    display: none; }
  /* line 615, style.scss */
  .search.closed button svg path {
    fill: #fff; }
  @media (max-width: 1300px) {
    /* line 547, style.scss */
    .search {
      margin-left: 12px; } }

@media (min-width: 1001px) {
  /* line 626, style.scss */
  .show-1000 {
    display: none; } }

@media (max-width: 1000px) {
  /* line 632, style.scss */
  .hide-1000 {
    display: none !important; } }

/* mobile menu */
/* line 640, style.scss */
.mobile-menu {
  max-width: 344px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 1050; }
  /* line 653, style.scss */
  .mobile-menu .inner {
    position: relative;
    z-index: 200;
    height: 100%;
    overflow-y: auto;
    background: #FFFFFF;
    -webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
    padding: 38px 28px; }
  /* line 663, style.scss */
  .mobile-menu nav {
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    /* line 672, style.scss */
    .mobile-menu nav a {
      font-family: 'Fira Sans Condensed';
      font-style: normal;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 16px;
      margin-bottom: 14px; }
      /* line 679, style.scss */
      .mobile-menu nav a.active {
        color: #3181c6; }
  /* line 684, style.scss */
  .mobile-menu .logo {
    margin-bottom: 44px;
    display: block; }
    /* line 687, style.scss */
    .mobile-menu .logo svg {
      height: 71px; }
  /* line 691, style.scss */
  .mobile-menu .tel {
    display: block;
    font-family: 'Fira Sans Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 17px; }
  /* line 700, style.scss */
  .mobile-menu .social a {
    margin-left: 0;
    margin-right: 17px; }
  /* line 704, style.scss */
  .mobile-menu .social svg {
    height: 42px;
    width: auto; }
  /* line 708, style.scss */
  .mobile-menu .social svg path {
    fill: #26292E; }
  /* line 712, style.scss */
  .mobile-menu .search {
    margin-left: 0;
    border: 2px solid #26292E;
    margin-bottom: 26px; }
    /* line 716, style.scss */
    .mobile-menu .search form {
      height: 38px;
      max-width: inherit;
      width: calc(100% - 8px); }
    /* line 721, style.scss */
    .mobile-menu .search input {
      height: 38px;
      line-height: 38px; }
  /* line 726, style.scss */
  .mobile-menu .opaco {
    position: fixed;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 100%; }
  /* line 736, style.scss */
  .mobile-menu.closed {
    left: -370px; }
    /* line 738, style.scss */
    .mobile-menu.closed .opaco {
      right: auto;
      width: 0; }
  /* line 743, style.scss */
  .mobile-menu button.js-toggle-menu {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 0;
    outline: 0;
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 42px;
    z-index: 300;
    font-family: 'times new roman', auto;
    line-height: 1; }

/* footer */
/* line 761, style.scss */
footer {
  background: #26292E;
  padding: 9px 0;
  color: #fff;
  line-height: 1.4; }
  /* line 766, style.scss */
  footer a {
    color: #fff; }
    /* line 768, style.scss */
    footer a:hover, footer a:active, footer a:focus {
      background: -webkit-gradient(linear, left top, right top, from(#1B4890), color-stop(50.52%, #49B5FA), color-stop(98.44%, #1B4890));
      background: -o-linear-gradient(left, #1B4890 0%, #49B5FA 50.52%, #1B4890 98.44%);
      background: linear-gradient(90deg, #1B4890 0%, #49B5FA 50.52%, #1B4890 98.44%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent; }
  /* line 777, style.scss */
  footer .contacts {
    font-size: 20px; }
    /* line 779, style.scss */
    footer .contacts span {
      font-weight: 600; }
  /* line 783, style.scss */
  footer .credit {
    font-size: 20px;
    margin-left: auto;
    margin-bottom: auto; }
    /* line 787, style.scss */
    footer .credit a {
      font-weight: 600; }
  /* line 791, style.scss */
  footer .logo {
    margin-right: 110px; }
    /* line 793, style.scss */
    footer .logo img {
      display: block;
      max-height: 50px; }
  @media (max-width: 1300px) {
    /* line 761, style.scss */
    footer {
      padding: 10px 0; }
      /* line 800, style.scss */
      footer .logo {
        margin-right: 57px; }
      /* line 803, style.scss */
      footer .contacts {
        font-size: 18px; }
      /* line 806, style.scss */
      footer .credit {
        font-size: 16px; }
      /* line 809, style.scss */
      footer .logo img {
        height: 57px;
        width: auto; } }
  @media (max-width: 1000px) {
    /* line 815, style.scss */
    footer .logo {
      margin-right: 41px; }
    /* line 818, style.scss */
    footer .contacts {
      font-size: 16px; }
    /* line 821, style.scss */
    footer .logo img {
      height: 50px;
      width: auto; } }
  @media (max-width: 768px) {
    /* line 827, style.scss */
    footer .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
    /* line 837, style.scss */
    footer .logo img {
      display: none; }
    /* line 840, style.scss */
    footer .credit {
      margin-left: 0;
      margin-top: 10px; } }
  /* line 845, style.scss */
  footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

/* main */
/* line 858, style.scss */
.main-banner {
  /*margin-bottom: 40px;*/
  position: relative;
  /*@media (max-width: 1300px) {
    margin-bottom: 25px;
  }
  @media (max-width: 1000px) {
    margin-bottom: 25px;
  }
  @media (max-width: 768px) {
    margin-bottom: 38px;
  }*/
  height: 35vh;
  overflow: hidden; }
  /* line 870, style.scss */
  .main-banner .swiper a {
    display: block;
    height: 35vh;
    position: relative;
    width: 100%; }
  /* line 879, style.scss */
  .main-banner img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    max-height: 100%;
    min-height: 190px; }
  /* line 889, style.scss */
  .main-banner .button-big {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 10; }
    @media (max-width: 768px) {
      /* line 889, style.scss */
      .main-banner .button-big {
        width: calc(100% - 30px); } }
  /* line 899, style.scss */
  .main-banner .swiper-slide a {
    position: relative; }
    /* line 901, style.scss */
    .main-banner .swiper-slide a:after {
      content: '';
      background: linear-gradient(360deg, transparent -0.08%, rgba(0, 0, 0, 0.83) 100%);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
  /* line 913, style.scss */
  .main-banner .slide-text {
    font-weight: 500;
    font-size: 54px;
    line-height: 65px;
    z-index: 10;
    font-family: 'Fira Sans Condensed';
    font-style: normal;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    /* line 934, style.scss */
    .main-banner .slide-text span span {
      display: block;
      max-width: 57%; }
      @media (max-width: 1000px) {
        /* line 934, style.scss */
        .main-banner .slide-text span span {
          max-width: 68%; } }
    @media (max-width: 1600px) {
      /* line 913, style.scss */
      .main-banner .slide-text {
        font-size: 48px;
        line-height: 58px; } }
    @media (max-width: 1300px) {
      /* line 913, style.scss */
      .main-banner .slide-text {
        font-size: 32px;
        line-height: 38px; } }
    @media (max-width: 768px) {
      /* line 913, style.scss */
      .main-banner .slide-text {
        font-size: 28px;
        line-height: 34px; } }
    @media (max-width: 768px) {
      /* line 913, style.scss */
      .main-banner .slide-text {
        font-size: 24px;
        line-height: 30px; } }
    /* line 959, style.scss */
    .main-banner .slide-text .container {
      width: 100%; }
    @media (max-width: 768px) {
      /* line 913, style.scss */
      .main-banner .slide-text {
        /* top: 70px;
         -webkit-box-align: start;
                     -ms-flex-align: start;
                         align-items: flex-start;*/ }
        /* line 965, style.scss */
        .main-banner .slide-text span span {
          max-width: inherit;
          text-align: center; } }
  @media (max-width: 768px) {
    /* line 858, style.scss */
    .main-banner {
      margin-bottom: 60px; } }
  @media (max-width: 768px) {
    /* line 858, style.scss */
    .main-banner {
      height: calc(35vh + 29px); } }

/* line 980, style.scss */
.index-collections {
  display: grid;
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
  @media (max-width: 1300px) {
    /* line 980, style.scss */
    .index-collections {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-column-gap: 25px; } }
  @media (max-width: 1000px) {
    /* line 980, style.scss */
    .index-collections {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-column-gap: 33px; } }
  @media (max-width: 768px) {
    /* line 980, style.scss */
    .index-collections {
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 40px; } }
  /* line 996, style.scss */
  .index-collections a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 105px; }
    @media (max-width: 1300px) {
      /* line 996, style.scss */
      .index-collections a {
        margin-bottom: 75px; } }
    @media (max-width: 1000px) {
      /* line 996, style.scss */
      .index-collections a {
        margin-bottom: 55px; } }
    /* line 1015, style.scss */
    .index-collections a:after {
      content: '';
      display: block;
      margin-top: 8px;
      height: 3px;
      width: 100%;
      background: -webkit-gradient(linear, left top, right top, from(#0B236C), color-stop(#0FA1FF), to(#091D66));
      background: -o-linear-gradient(left, #0B236C, #0FA1FF, #091D66);
      background: linear-gradient(90deg, #0B236C, #0FA1FF, #091D66);
      background-size: 180px;
      background-position: 0 0;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s; }
    /* line 1032, style.scss */
    .index-collections a .title {
      transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      font-family: 'Fira Sans Condensed';
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 38px;
      text-transform: uppercase; }
    /* line 1055, style.scss */
    .index-collections a .img {
      width: 100%;
      position: relative;
      height: 0;
      padding-bottom: 83%;
      margin-bottom: 23px; }
      @media (max-width: 1300px) {
        /* line 1055, style.scss */
        .index-collections a .img {
          margin-bottom: 17px; } }
      @media (max-width: 768px) {
        /* line 1055, style.scss */
        .index-collections a .img {
          margin-bottom: 10px; } }
      /* line 1067, style.scss */
      .index-collections a .img .img-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
      /* line 1083, style.scss */
      .index-collections a .img img {
        max-width: 100%;
        max-height: 100%;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s; }
    /* line 1093, style.scss */
    .index-collections a:hover img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    /* line 1098, style.scss */
    .index-collections a:hover:after {
      height: 4px;
      margin-bottom: -1px;
      background-position: 180px 0; }
    /* line 1103, style.scss */
    .index-collections a:hover .title {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

/* line 1113, style.scss */
.index-menu {
  margin-bottom: 40px;
  display: grid;
  margin-top: -58px;
  position: relative;
  z-index: 1600;
  /*grid-column-gap: 11px;
  grid-row-gap: 14px;*/
  grid-template-columns: 1fr 1fr 1fr 1fr; }
  @media (max-width: 768px) {
    /* line 1113, style.scss */
    .index-menu {
      grid-template-columns: 1fr; } }
  /* line 1126, style.scss */
  .index-menu a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    white-space: nowrap;
    text-align: center; }
    /* line 1133, style.scss */
    .index-menu a span {
      background: -webkit-gradient(linear, left top, right top, from(#0F429E), color-stop(50%, #46B0F7), to(#1246A6));
      background: -o-linear-gradient(left, #0F429E 0%, #46B0F7 50%, #1246A6 100%);
      background: linear-gradient(90deg, #0F429E 0%, #46B0F7 50%, #1246A6 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      display: inline-block; }
    /* line 1147, style.scss */
    .index-menu a:hover {
      background: #26292E !important; }
      /* line 1149, style.scss */
      .index-menu a:hover span {
        -webkit-transform: scale(1.081);
        -ms-transform: scale(1.081);
        transform: scale(1.081); }
    /* line 1156, style.scss */
    .index-menu a:after {
      max-width: 70%;
      margin-left: auto;
      margin-right: auto;
      content: '';
      height: 3px;
      width: 100%;
      background: -webkit-gradient(linear, left top, right top, from(#0B236C), color-stop(#0FA1FF), to(#091D66));
      background: -o-linear-gradient(left, #0B236C, #0FA1FF, #091D66);
      background: linear-gradient(90deg, #0B236C, #0FA1FF, #091D66);
      background-position: 0 0;
      margin-top: -1px;
      margin-bottom: 0px;
      display: block; }
      @media (max-width: 1300px) {
        /* line 1156, style.scss */
        .index-menu a:after {
          height: 2px; } }
      @media (max-width: 1000px) {
        /* line 1156, style.scss */
        .index-menu a:after {
          display: none; } }
    /* line 1178, style.scss */
    .index-menu a:nth-child(1n+5):after {
      display: none; }
    /* line 1180, style.scss */
    .index-menu a .abs-d {
      position: absolute;
      left: -1px;
      top: 9px;
      margin-top: auto;
      margin-bottom: auto;
      content: '';
      width: 3px;
      height: 40px;
      background: -webkit-gradient(linear, left bottom, left top, from(#0B236C), color-stop(#0FA1FF), to(#091D66));
      background: -o-linear-gradient(bottom, #0B236C, #0FA1FF, #091D66);
      background: linear-gradient(0deg, #0B236C, #0FA1FF, #091D66);
      background-position: 0 0;
      margin-bottom: 0px;
      display: block; }
      @media (max-width: 1300px) {
        /* line 1180, style.scss */
        .index-menu a .abs-d {
          height: 30px;
          width: 2px; } }
      @media (max-width: 768px) {
        /* line 1180, style.scss */
        .index-menu a .abs-d {
          display: none; } }
    /* line 1207, style.scss */
    .index-menu a:nth-child(1) .abs-d, .index-menu a:nth-child(5) .abs-d {
      display: none; }
    @media (max-width: 1000px) {
      /* line 1210, style.scss */
      .index-menu a:nth-child(2) .abs-d {
        display: none; } }
  /* line 1213, style.scss */
  .index-menu .button-fill:before {
    content: "";
    display: inline-block;
    height: 58px;
    vertical-align: middle; }
    @media (max-width: 1300px) {
      /* line 1213, style.scss */
      .index-menu .button-fill:before {
        height: 45px; } }
    @media (max-width: 1000px) {
      /* line 1213, style.scss */
      .index-menu .button-fill:before {
        height: 40px; } }
    @media (max-width: 768px) {
      /* line 1213, style.scss */
      .index-menu .button-fill:before {
        height: 50px; } }
  @media (max-width: 768px) {
    /* line 1230, style.scss */
    .index-menu .button-fill {
      margin-bottom: 10px; } }
  @media (max-width: 1300px) {
    /* line 1113, style.scss */
    .index-menu {
      margin-top: -45px; } }
  @media (max-width: 1000px) {
    /* line 1113, style.scss */
    .index-menu {
      margin-top: -20px; } }
  @media (max-width: 480px) {
    /* line 1113, style.scss */
    .index-menu {
      margin-bottom: 5px;
      margin-top: 0; } }

/* line 1245, style.scss */
.index-about {
  color: #fff;
  background: #26292E;
  font-size: 20px;
  text-align: center;
  padding: 45px 0 72px 0; }
  /* line 1251, style.scss */
  .index-about a {
    color: #fff; }
  /* line 1254, style.scss */
  .index-about .title {
    text-align: center;
    letter-spacing: 0.085em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 26px; }
    @media (max-width: 1300px) {
      /* line 1254, style.scss */
      .index-about .title {
        font-size: 20px;
        margin-bottom: 20px; } }
    @media (max-width: 1000px) and (min-width: 768px) {
      /* line 1254, style.scss */
      .index-about .title {
        font-size: 18px; } }
  /* line 1270, style.scss */
  .index-about .editor {
    margin-bottom: 60px;
    line-height: 24px; }
    /* line 1273, style.scss */
    .index-about .editor:before {
      max-width: 440px;
      margin-left: auto;
      margin-right: auto;
      content: '';
      height: 4px;
      width: 100%;
      background: -webkit-gradient(linear, left top, right top, from(#0B236C), color-stop(#0FA1FF), to(#091D66));
      background: -o-linear-gradient(left, #0B236C, #0FA1FF, #091D66);
      background: linear-gradient(90deg, #0B236C, #0FA1FF, #091D66);
      background-position: 0 0;
      margin-bottom: 50px;
      display: block; }
    @media (max-width: 768px) {
      /* line 1289, style.scss */
      .index-about .editor:after {
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
        content: '';
        height: 4px;
        width: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#0B236C), color-stop(#0FA1FF), to(#091D66));
        background: -o-linear-gradient(left, #0B236C, #0FA1FF, #091D66);
        background: linear-gradient(90deg, #0B236C, #0FA1FF, #091D66);
        background-position: 0 0;
        margin-top: 10px;
        display: block; } }
    @media (max-width: 1300px) {
      /* line 1307, style.scss */
      .index-about .editor:after {
        margin-top: 30px; }
      /* line 1310, style.scss */
      .index-about .editor:before {
        margin-bottom: 30px; } }
    @media (max-width: 1300px) {
      /* line 1270, style.scss */
      .index-about .editor {
        font-size: 16px;
        line-height: 19px; } }
    @media (max-width: 768px) {
      /* line 1270, style.scss */
      .index-about .editor {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 0; } }
  @media (max-width: 1300px) {
    /* line 1245, style.scss */
    .index-about {
      padding: 40px 0 50px 0; } }
  @media (max-width: 768px) {
    /* line 1245, style.scss */
    .index-about {
      padding: 30px 0 40px 0; } }

/* index banners */
/* line 1334, style.scss */
.index-banners {
  overflow: hidden;
  background: -o-linear-gradient(158.16deg, #0D256E 0%, #4AB8FD 53.65%, #091D66 100%);
  background: linear-gradient(291.84deg, #0D256E 0%, #4AB8FD 53.65%, #091D66 100%);
  color: #fff; }
  /* line 1339, style.scss */
  .index-banners .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 40px; }
    @media (max-width: 1300px) {
      /* line 1339, style.scss */
      .index-banners .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px; } }
    @media (max-width: 1000px) and (min-width: 769px) {
      /* line 1339, style.scss */
      .index-banners .title {
        font-size: 18px;
        line-height: 22px; } }
    @media (max-width: 1000px) {
      /* line 1339, style.scss */
      .index-banners .title {
        margin-bottom: 20px; } }
    /* line 1357, style.scss */
    .index-banners .title:after {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
      content: '';
      height: 4px;
      width: 100%;
      background: -webkit-gradient(linear, left top, right top, from(#0B236C), color-stop(#0FA1FF), to(#091D66));
      background: -o-linear-gradient(left, #0B236C, #0FA1FF, #091D66);
      background: linear-gradient(90deg, #0B236C, #0FA1FF, #091D66);
      background-position: 0 0;
      margin-bottom: -21px;
      margin-top: 15px;
      display: block; }
      @media (max-width: 1300px) {
        /* line 1357, style.scss */
        .index-banners .title:after {
          margin-top: 11px; } }
      @media (max-width: 1000px) {
        /* line 1357, style.scss */
        .index-banners .title:after {
          margin-bottom: -7px;
          height: 3px; } }
  /* line 1381, style.scss */
  .index-banners .banner-info {
    line-height: 1.3;
    padding: 143px 113px;
    text-align: center;
    width: 50%; }
    @media (max-width: 1300px) {
      /* line 1381, style.scss */
      .index-banners .banner-info {
        padding: 62px 70px; } }
    @media (max-width: 1000px) {
      /* line 1381, style.scss */
      .index-banners .banner-info {
        padding: 50px; } }
    @media (max-width: 768px) {
      /* line 1381, style.scss */
      .index-banners .banner-info {
        padding: 35px 60px;
        width: 100%;
        margin-left: 0 !important; } }
    @media (min-width: 2150px) {
      /* line 1381, style.scss */
      .index-banners .banner-info {
        padding: 12% 113px; } }
  /* line 1403, style.scss */
  .index-banners .banner-container:last-child .banner-info {
    margin-left: 50%; }
  /* line 1406, style.scss */
  .index-banners .banner-container {
    position: relative; }
    /* line 1408, style.scss */
    .index-banners .banner-container .banner-img {
      position: absolute; }
      /* line 1410, style.scss */
      .index-banners .banner-container .banner-img img {
        display: block;
        height: 100%; }
      @media (max-width: 768px) {
        /* line 1408, style.scss */
        .index-banners .banner-container .banner-img {
          position: static;
          min-height: 320px; }
          /* line 1417, style.scss */
          .index-banners .banner-container .banner-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            min-height: 320px; } }
      @media (min-width: 2150px) {
        /* line 1408, style.scss */
        .index-banners .banner-container .banner-img {
          width: 50vw; }
          /* line 1427, style.scss */
          .index-banners .banner-container .banner-img img {
            width: 100%;
            object-fit: cover; } }
    /* line 1434, style.scss */
    .index-banners .banner-container:first-child .banner-img {
      left: 50%;
      top: 0;
      bottom: 0; }
    /* line 1441, style.scss */
    .index-banners .banner-container:last-child .banner-img {
      right: 50%;
      top: 0;
      bottom: 0; }
      /* line 1445, style.scss */
      .index-banners .banner-container:last-child .banner-img img {
        float: right; }
  /* line 1449, style.scss */
  .index-banners .container {
    max-width: 1440px;
    padding: 0; }
  @media (max-width: 768px) {
    /* line 1334, style.scss */
    .index-banners {
      background: -o-radial-gradient(50% 50.59%, 50% 1439%, #4AB9FE 0%, #21579F 62.5%, #091D66 97.4%);
      background: radial-gradient(50% 1439% at 50% 50.59%, #4ab9fe 0%, #21579f 62.5%, #091d66 97.4%); } }

/* line 1459, style.scss */
.root-header {
  margin-bottom: 80px; }
  @media (max-width: 1300px) {
    /* line 1459, style.scss */
    .root-header {
      margin-bottom: 60px; } }
  @media (max-width: 1000px) {
    /* line 1459, style.scss */
    .root-header {
      margin-bottom: 60px; } }
  @media (max-width: 768px) {
    /* line 1459, style.scss */
    .root-header {
      margin-bottom: 60px; } }
  /* line 1470, style.scss */
  .root-header .head-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    /* line 1477, style.scss */
    .root-header .head-links nav {
      position: relative;
      text-transform: uppercase;
      font-size: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-bottom: 5px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media (max-width: 1300px) {
        /* line 1477, style.scss */
        .root-header .head-links nav {
          padding-bottom: 8px; } }
      @media (max-width: 1000px) {
        /* line 1477, style.scss */
        .root-header .head-links nav {
          padding-bottom: 5px; } }
      /* line 1497, style.scss */
      .root-header .head-links nav:after {
        content: '';
        height: 3px;
        width: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#0B236C), color-stop(#0FA1FF), to(#091D66));
        background: -o-linear-gradient(left, #0B236C, #0FA1FF, #091D66);
        background: linear-gradient(90deg, #0B236C, #0FA1FF, #091D66);
        background-position: 0 0;
        position: absolute;
        top: calc(100% - 3px);
        display: block; }
      /* line 1510, style.scss */
      .root-header .head-links nav a {
        color: inherit;
        /*margin-right: 50px;*/
        display: block;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s; }
        /* line 1518, style.scss */
        .root-header .head-links nav a:hover {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        @media (max-width: 1300px) {
          /* line 1510, style.scss */
          .root-header .head-links nav a {
            /*margin-right: 30px;*/
            font-size: 18px; } }
        @media (max-width: 1000px) {
          /* line 1510, style.scss */
          .root-header .head-links nav a {
            /* margin-right: 14px;*/
            font-size: 16px; } }
        @media (max-width: 768px) {
          /* line 1510, style.scss */
          .root-header .head-links nav a {
            font-size: 14px;
            margin-right: 0;
            font-weight: 600; } }
      @media (max-width: 1000px) {
        /* line 1477, style.scss */
        .root-header .head-links nav {
          border-width: 3px; } }
    /* line 1541, style.scss */
    .root-header .head-links .button-big {
      margin-right: 42px; }
      @media (max-width: 1300px) {
        /* line 1541, style.scss */
        .root-header .head-links .button-big {
          margin-right: 30px; } }
      @media (max-width: 1000px) {
        /* line 1541, style.scss */
        .root-header .head-links .button-big {
          margin-right: 20px; } }
      @media (max-width: 768px) {
        /* line 1541, style.scss */
        .root-header .head-links .button-big {
          width: 100%; } }
    @media (max-width: 768px) {
      /* line 1470, style.scss */
      .root-header .head-links {
        display: block; }
        /* line 1556, style.scss */
        .root-header .head-links nav {
          margin-top: 40px;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          /* line 1561, style.scss */
          .root-header .head-links nav:empty {
            display: none; } }

/* line 1570, style.scss */
.page-wrapper {
  padding-top: 70px;
  padding-bottom: 120px; }
  @media (max-width: 1300px) {
    /* line 1570, style.scss */
    .page-wrapper {
      padding-top: 60px;
      padding-bottom: 100px; } }
  @media (max-width: 1000px) and (min-width: 769px) {
    /* line 1570, style.scss */
    .page-wrapper {
      padding-top: 50px; } }
  @media (max-width: 1000px) {
    /* line 1570, style.scss */
    .page-wrapper {
      padding-bottom: 65px; } }

/* line 1586, style.scss */
.sub-collections {
  grid-column-gap: 69px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 69px 1fr 69px 1fr 69px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr; }
  @media (max-width: 1300px) {
    /* line 1586, style.scss */
    .sub-collections {
      grid-column-gap: 33px; } }
  @media (max-width: 768px) {
    /* line 1586, style.scss */
    .sub-collections {
      grid-column-gap: 40px;
      grid-template-columns: 1fr 1fr; } }
  /* line 1598, style.scss */
  .sub-collections a {
    margin-bottom: 0px; }
    /* line 1600, style.scss */
    .sub-collections a .title {
      font-size: 18px;
      line-height: 1.4;
      height: auto;
      min-height: 50px; }
      @media (max-width: 1300px) {
        /* line 1600, style.scss */
        .sub-collections a .title {
          font-size: 16px; } }
      @media (max-width: 1000px) {
        /* line 1600, style.scss */
        .sub-collections a .title {
          font-size: 14px;
          min-height: 39px; } }
    /* line 1614, style.scss */
    .sub-collections a .img-wrap:after {
      content: '';
      display: block;
      margin-bottom: 8px;
      height: 3px;
      width: 100%;
      background: -webkit-gradient(linear, left top, right top, from(#0B236C), color-stop(#0FA1FF), to(#091D66));
      background: -o-linear-gradient(left, #0B236C, #0FA1FF, #091D66);
      background: linear-gradient(90deg, #0B236C, #0FA1FF, #091D66);
      background-size: 180px;
      background-position: 0 0;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      position: absolute;
      top: calc(100% + 14px); }
      @media (max-width: 1300px) {
        /* line 1614, style.scss */
        .sub-collections a .img-wrap:after {
          top: calc(100% + 8px); } }
      @media (max-width: 768px) {
        /* line 1614, style.scss */
        .sub-collections a .img-wrap:after {
          top: calc(100% + 1px); } }
    /* line 1641, style.scss */
    .sub-collections a:hover .img-wrap:after {
      height: 4px;
      margin-bottom: -1px;
      background-position: -180px 0; }
  /* line 1649, style.scss */
  .sub-collections + .decor-link {
    margin-top: 60px; }

/* line 1654, style.scss */
.h1 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Fira Sans Condensed';
  margin-bottom: 30px; }
  @media (max-width: 1300px) {
    /* line 1654, style.scss */
    .h1 {
      font-size: 19px;
      margin-bottom: 22px; } }

/* line 1666, style.scss */
.editor h1 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Fira Sans Condensed';
  margin-bottom: 30px; }
  @media (max-width: 1300px) {
    /* line 1666, style.scss */
    .editor h1 {
      font-size: 19px;
      margin-bottom: 22px; } }

/* line 1679, style.scss */
h1.button-big {
  margin-top: 0;
  margin-bottom: 0; }
  /* line 1682, style.scss */
  h1.button-big.flex {
    height: 70px; }
    @media (max-width: 1300px) {
      /* line 1682, style.scss */
      h1.button-big.flex {
        height: 60px; } }
    @media (max-width: 1000px) {
      /* line 1682, style.scss */
      h1.button-big.flex {
        height: 55px; } }

/* line 1694, style.scss */
.collection-inner .decor-link {
  float: right; }
  /* line 1696, style.scss */
  .collection-inner .decor-link + * {
    clear: both; }
/* line 1700, style.scss */
.collection-inner .pagination {
  margin-top: 50px; }
/* line 1703, style.scss */
.collection-inner .products-table {
  line-height: 1.3;
  font-family: 'Fira Sans Condensed';
  display: table;
  /*border-collapse: separate;
  margin-top: -20px;
  border-spacing: 0 20px;*/
  width: 100%;
  background: #fff; }
  /* line 1713, style.scss */
  .collection-inner .products-table .heading, .collection-inner .products-table a {
    display: table-row; }
  /* line 1717, style.scss */
  .collection-inner .products-table a.product-row img, .collection-inner .products-table a.product-row .prod-title span {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s; }
  /* line 1724, style.scss */
  .collection-inner .products-table a.product-row:hover {
    background: #F6F6F6; }
    /* line 1726, style.scss */
    .collection-inner .products-table a.product-row:hover img, .collection-inner .products-table a.product-row:hover .prod-title span {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  /* line 1732, style.scss */
  .collection-inner .products-table a.product-row:nth-child(odd):hover {
    background: #DCDCDC; }
  /* line 1735, style.scss */
  .collection-inner .products-table .heading {
    line-height: 1.2;
    height: 40px;
    text-transform: uppercase;
    font-size: 16px;
    background: #41454A;
    color: #fff;
    position: relative; }
    @media (max-width: 1300px) {
      /* line 1735, style.scss */
      .collection-inner .products-table .heading {
        font-size: 14px; } }
    @media (max-width: 768px) {
      /* line 1735, style.scss */
      .collection-inner .products-table .heading {
        background: #26292E;
        position: relative; }
        /* line 1750, style.scss */
        .collection-inner .products-table .heading:after {
          content: '';
          display: block;
          position: absolute;
          top: 38px;
          left: 0;
          height: 5px;
          width: 100%;
          background: -webkit-gradient(linear, left top, right top, from(#0B236C), color-stop(#0FA1FF), to(#091D66));
          background: -o-linear-gradient(left, #0B236C, #0FA1FF, #091D66);
          background: linear-gradient(90deg, #0B236C, #0FA1FF, #091D66);
          background-size: 100%;
          background-position: 0 0;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s; } }
    /* line 1770, style.scss */
    .collection-inner .products-table .heading .prod-cell {
      padding: 0 6px; }
  /* line 1774, style.scss */
  .collection-inner .products-table a:nth-child(odd) {
    background: #E9EAEA; }
  /* line 1777, style.scss */
  .collection-inner .products-table .prod-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 15%;
    padding: 8px 6px;
    margin-bottom: 20px; }
    /* line 1784, style.scss */
    .collection-inner .products-table .prod-cell:first-child {
      padding-left: 12px; }
      @media (max-width: 768px) {
        /* line 1784, style.scss */
        .collection-inner .products-table .prod-cell:first-child {
          width: 130px; } }
    /* line 1790, style.scss */
    .collection-inner .products-table .prod-cell:last-child {
      padding-right: 12px; }
    @media (max-width: 768px) {
      /* line 1777, style.scss */
      .collection-inner .products-table .prod-cell {
        width: auto; } }
  /* line 1797, style.scss */
  .collection-inner .products-table .price {
    font-weight: 500;
    font-size: 18px;
    white-space: nowrap; }
    @media (max-width: 769px) {
      /* line 1797, style.scss */
      .collection-inner .products-table .price {
        white-space: normal; } }
  /* line 1805, style.scss */
  .collection-inner .products-table .prod-title {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase; }
    /* line 1809, style.scss */
    .collection-inner .products-table .prod-title span {
      width: 230px;
      display: inline-block; }
      @media (max-width: 1000px) {
        /* line 1809, style.scss */
        .collection-inner .products-table .prod-title span {
          width: 150px; } }
      @media (max-width: 768px) {
        /* line 1809, style.scss */
        .collection-inner .products-table .prod-title span {
          /* max-width: 100px;*/ } }
  /* line 1821, style.scss */
  .collection-inner .products-table .prod-img img {
    max-width: 200px;
    max-height: 107px;
    margin-bottom: -4px; }
    @media (max-width: 1000px) {
      /* line 1821, style.scss */
      .collection-inner .products-table .prod-img img {
        max-width: 175px; } }
    @media (max-width: 768px) {
      /* line 1821, style.scss */
      .collection-inner .products-table .prod-img img {
        max-width: 100px; } }
  @media (max-width: 768px) {
    /* line 1703, style.scss */
    .collection-inner .products-table {
      position: relative; } }
  @media (max-width: 1000px) {
    /* line 1703, style.scss */
    .collection-inner .products-table {
      font-size: 16px; }
      /* line 1839, style.scss */
      .collection-inner .products-table .price, .collection-inner .products-table .prod-title {
        font-size: 16px; } }
/* line 1844, style.scss */
.collection-inner .products-list {
  padding-top: 30px; }
  @media (max-width: 1000px) {
    /* line 1848, style.scss */
    .collection-inner .products-list .products-table {
      width: 1000px;
      min-width: 1000px; }
    /* line 1852, style.scss */
    .collection-inner .products-list .table-ovh-wrapper {
      overflow-x: auto; } }
  @media (max-width: 1000px) and (max-width: 768px) {
    /* line 1852, style.scss */
    .collection-inner .products-list .table-ovh-wrapper {
      padding-top: 11px; }
      /* line 1856, style.scss */
      .collection-inner .products-list .table-ovh-wrapper .mb-track-x {
        left: 0;
        top: 0;
        width: 100%;
        height: 6px;
        background-color: #E9EAEA;
        opacity: 1; }
        /* line 1864, style.scss */
        .collection-inner .products-list .table-ovh-wrapper .mb-track-x .m-bar {
          background-color: #B1B1B1; } }

  @media (max-width: 768px) {
    /* line 1872, style.scss */
    .collection-inner .products-list .title {
      display: none; }
    /* line 1875, style.scss */
    .collection-inner .products-list .products-table {
      width: 880px;
      min-width: 880px; } }
  /* line 1880, style.scss */
  .collection-inner .products-list .title {
    font-family: 'Fira Sans Condensed';
    text-transform: uppercase;
    font-size: 20px;
    background: #26292E;
    color: #fff;
    text-align: center;
    font-weight: 500; }
    /* line 1890, style.scss */
    .collection-inner .products-list .title span {
      padding: 16px;
      display: inline-block;
      line-height: 1.2; }
      @media (max-width: 1000px) {
        /* line 1890, style.scss */
        .collection-inner .products-list .title span {
          padding: 13px; } }
    /* line 1899, style.scss */
    .collection-inner .products-list .title:after {
      content: '';
      display: block;
      height: 5px;
      width: 100%;
      background: -webkit-gradient(linear, left top, right top, from(#0B236C), color-stop(#0FA1FF), to(#091D66));
      background: -o-linear-gradient(left, #0B236C, #0FA1FF, #091D66);
      background: linear-gradient(90deg, #0B236C, #0FA1FF, #091D66);
      background-size: 100%;
      background-position: 0 0;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s; }

/* product page */
/* line 1922, style.scss */
.product-page .product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px; }
  @media (max-width: 1300px) {
    /* line 1922, style.scss */
    .product-page .product-inner {
      margin-bottom: 70px; } }
  @media (max-width: 1000px) and (min-width: 769px) {
    /* line 1922, style.scss */
    .product-page .product-inner {
      margin-bottom: 60px; } }
  /* line 1933, style.scss */
  .product-page .product-inner .product-photos {
    -ms-flex-preferred-size: 56%;
    flex-basis: 56%;
    max-width: 56%; }
    @media (max-width: 1300px) {
      /* line 1933, style.scss */
      .product-page .product-inner .product-photos {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        max-width: 45%; } }
    @media (max-width: 768px) {
      /* line 1933, style.scss */
      .product-page .product-inner .product-photos {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 62px; } }
    /* line 1948, style.scss */
    .product-page .product-inner .product-photos .swiper-slide {
      padding: 15px 56px;
      background: #fff; }
      @media (max-width: 1300px) {
        /* line 1948, style.scss */
        .product-page .product-inner .product-photos .swiper-slide {
          padding: 10px 45px; } }
      @media (max-width: 1000px) {
        /* line 1948, style.scss */
        .product-page .product-inner .product-photos .swiper-slide {
          padding: 8px 30px; } }
    /* line 1958, style.scss */
    .product-page .product-inner .product-photos .img {
      display: block;
      height: 0;
      padding-bottom: 75%;
      width: 100%;
      position: relative; }
    /* line 1965, style.scss */
    .product-page .product-inner .product-photos .img-wrap {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      /* line 1980, style.scss */
      .product-page .product-inner .product-photos .img-wrap img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    /* line 1988, style.scss */
    .product-page .product-inner .product-photos .swiper-button-next, .product-page .product-inner .product-photos .swiper-button-prev {
      height: 40px;
      color: #BABDC1; }
      /* line 1991, style.scss */
      .product-page .product-inner .product-photos .swiper-button-next:after, .product-page .product-inner .product-photos .swiper-button-next:after, .product-page .product-inner .product-photos .swiper-button-prev:after, .product-page .product-inner .product-photos .swiper-button-prev:after {
        font-size: 40px; }
      /* line 1994, style.scss */
      .product-page .product-inner .product-photos .swiper-button-next:hover, .product-page .product-inner .product-photos .swiper-button-prev:hover {
        color: #26292E; }
      @media (max-width: 1300px) {
        /* line 1988, style.scss */
        .product-page .product-inner .product-photos .swiper-button-next, .product-page .product-inner .product-photos .swiper-button-prev {
          height: 23px; }
          /* line 1999, style.scss */
          .product-page .product-inner .product-photos .swiper-button-next:after, .product-page .product-inner .product-photos .swiper-button-next:after, .product-page .product-inner .product-photos .swiper-button-prev:after, .product-page .product-inner .product-photos .swiper-button-prev:after {
            font-size: 22px; } }
      @media (max-width: 1000px) {
        /* line 1988, style.scss */
        .product-page .product-inner .product-photos .swiper-button-next, .product-page .product-inner .product-photos .swiper-button-prev {
          height: 18px; }
          /* line 2005, style.scss */
          .product-page .product-inner .product-photos .swiper-button-next:after, .product-page .product-inner .product-photos .swiper-button-next:after, .product-page .product-inner .product-photos .swiper-button-prev:after, .product-page .product-inner .product-photos .swiper-button-prev:after {
            font-size: 18px; } }
    /* line 2010, style.scss */
    .product-page .product-inner .product-photos .swiper-button-next {
      right: 15px; }
      @media (max-width: 1300px) {
        /* line 2010, style.scss */
        .product-page .product-inner .product-photos .swiper-button-next {
          right: 9px; } }
    /* line 2016, style.scss */
    .product-page .product-inner .product-photos .swiper-button-prev {
      left: 15px; }
      @media (max-width: 1300px) {
        /* line 2016, style.scss */
        .product-page .product-inner .product-photos .swiper-button-prev {
          left: 9px; } }
  /* line 2023, style.scss */
  .product-page .product-inner .product-info {
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
    max-width: 44%;
    padding-left: 60px; }
    @media (max-width: 1300px) {
      /* line 2023, style.scss */
      .product-page .product-inner .product-info {
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
        max-width: 55%; } }
    @media (max-width: 1000px) {
      /* line 2023, style.scss */
      .product-page .product-inner .product-info {
        padding-left: 40px; } }
    @media (max-width: 768px) {
      /* line 2023, style.scss */
      .product-page .product-inner .product-info {
        padding-left: 0px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        text-align: center; } }
    /* line 2043, style.scss */
    .product-page .product-inner .product-info h1 {
      margin-bottom: 20px; }
      @media (max-width: 1300px) {
        /* line 2043, style.scss */
        .product-page .product-inner .product-info h1 {
          margin-bottom: 20px; } }
      @media (max-width: 1000px) {
        /* line 2043, style.scss */
        .product-page .product-inner .product-info h1 {
          margin-bottom: 12px; } }
      @media (max-width: 768px) {
        /* line 2043, style.scss */
        .product-page .product-inner .product-info h1 {
          margin-bottom: 10px; } }
    /* line 2057, style.scss */
    .product-page .product-inner .product-info .short_descr, .product-page .product-inner .product-info .price-block {
      margin-bottom: 44px; }
      @media (max-width: 1300px) {
        /* line 2057, style.scss */
        .product-page .product-inner .product-info .short_descr, .product-page .product-inner .product-info .price-block {
          margin-bottom: 24px; } }
    @media (max-width: 1000px) {
      /* line 2067, style.scss */
      .product-page .product-inner .product-info .short_descr {
        font-size: 16px; } }
    /* line 2071, style.scss */
    .product-page .product-inner .product-info .price-block {
      white-space: nowrap;
      font-size: 18px;
      font-weight: 600; }
      /* line 2075, style.scss */
      .product-page .product-inner .product-info .price-block .sale_price {
        font-size: 24px; }
    /* line 2079, style.scss */
    .product-page .product-inner .product-info .short_descr {
      color: #41454A; }
      /* line 2081, style.scss */
      .product-page .product-inner .product-info .short_descr p {
        margin: 0; }
  @media (max-width: 768px) {
    /* line 1922, style.scss */
    .product-page .product-inner {
      display: block; } }
/* line 2089, style.scss */
.product-page .props {
  margin-bottom: 37px; }
  @media (max-width: 1300px) {
    /* line 2089, style.scss */
    .product-page .props {
      margin-bottom: 18px; } }
  @media (max-width: 1000px) {
    /* line 2089, style.scss */
    .product-page .props {
      margin-bottom: 16px; } }

/* line 2100, style.scss */
.tt-up {
  text-transform: uppercase; }

/* line 2103, style.scss */
b {
  font-weight: 600; }

/* line 2106, style.scss */
.old_price {
  color: #b6b6b6;
  text-decoration: line-through;
  font-size: 22px;
  font-weight: 400; }

/* line 2114, style.scss */
.related-products {
  padding-top: 50px;
  /*margin-top: 50px;*/
  /*border-top: 5px solid #26292E;*/ }
  /* line 2118, style.scss */
  .related-products:before {
    content: '';
    height: 5px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#0B236C), color-stop(#0FA1FF), to(#091D66));
    background: -o-linear-gradient(left, #0B236C, #0FA1FF, #091D66);
    background: linear-gradient(90deg, #0B236C, #0FA1FF, #091D66);
    background-position: 0 0;
    margin-bottom: 50px;
    display: block; }
  @media (max-width: 1300px) {
    /* line 2114, style.scss */
    .related-products {
      margin-top: 50px;
      padding-top: 35px; } }
  @media (max-width: 1000px) {
    /* line 2114, style.scss */
    .related-products {
      margin-top: 45px;
      padding-top: 25px; } }
  /* line 2137, style.scss */
  .related-products + .related-products {
    margin-top: 0; }

/* line 2143, style.scss */
.search-products .sub-collections, .related-products .sub-collections {
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
  @media (max-width: 1300px) {
    /* line 2143, style.scss */
    .search-products .sub-collections, .related-products .sub-collections {
      grid-column-gap: 26px;
      -ms-grid-columns: 1fr 26px 1fr 26px 1fr 26px 1fr 26px 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
  @media (max-width: 1000px) {
    /* line 2143, style.scss */
    .search-products .sub-collections, .related-products .sub-collections {
      grid-column-gap: 30px;
      -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (max-width: 768px) {
    /* line 2143, style.scss */
    .search-products .sub-collections, .related-products .sub-collections {
      grid-column-gap: 30px;
      -ms-grid-columns: 1fr 30px 1fr;
      grid-template-columns: 1fr 1fr; } }

/* line 2164, style.scss */
.page-contacts, .page-columns {
  line-height: 1.6; }
  /* line 2166, style.scss */
  .page-contacts .page-inner, .page-columns .page-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    /* line 2170, style.scss */
    .page-contacts .page-inner .left-column, .page-columns .page-inner .left-column {
      -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
      max-width: 47%; }
      /* line 2174, style.scss */
      .page-contacts .page-inner .left-column .img img, .page-columns .page-inner .left-column .img img {
        width: 100%; }
    /* line 2178, style.scss */
    .page-contacts .page-inner .editor, .page-columns .page-inner .editor {
      padding-left: 50px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      /* line 2183, style.scss */
      .page-contacts .page-inner .editor p:first-child, .page-columns .page-inner .editor p:first-child {
        margin-top: 0; }
      /* line 2186, style.scss */
      .page-contacts .page-inner .editor p:last-child, .page-columns .page-inner .editor p:last-child {
        margin-bottom: 0; }
      /* line 2189, style.scss */
      .page-contacts .page-inner .editor p:empty, .page-columns .page-inner .editor p:empty {
        display: none; }
    @media (max-width: 1300px) {
      /* line 2166, style.scss */
      .page-contacts .page-inner, .page-columns .page-inner {
        display: block; }
        /* line 2195, style.scss */
        .page-contacts .page-inner .editor, .page-columns .page-inner .editor {
          padding-left: 0; }
        /* line 2198, style.scss */
        .page-contacts .page-inner #map, .page-columns .page-inner #map {
          height: 518px; } }
    @media (max-width: 1300px) and (max-width: 1000px) {
      /* line 2198, style.scss */
      .page-contacts .page-inner #map, .page-columns .page-inner #map {
        height: 420px; } }
    @media (max-width: 1300px) and (max-width: 768px) {
      /* line 2198, style.scss */
      .page-contacts .page-inner #map, .page-columns .page-inner #map {
        height: 282px; } }
    @media (max-width: 1300px) {
        /* line 2207, style.scss */
        .page-contacts .page-inner .left-column, .page-columns .page-inner .left-column {
          margin-bottom: 60px;
          width: 100%;
          max-width: inherit; } }
    @media (max-width: 1300px) and (max-width: 1000px) {
      /* line 2207, style.scss */
      .page-contacts .page-inner .left-column, .page-columns .page-inner .left-column {
        margin-bottom: 50px; } }
    @media (max-width: 1300px) and (max-width: 768px) {
      /* line 2207, style.scss */
      .page-contacts .page-inner .left-column, .page-columns .page-inner .left-column {
        margin-bottom: 40px; } }

@media (max-width: 1299px) and (min-width: 999px) {
  /* line 2224, style.scss */
  .page-columns:not(.page-contacts) .page-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    /* line 2229, style.scss */
    .page-columns:not(.page-contacts) .page-inner .left-column {
      -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
      max-width: 47%;
      margin-bottom: 0; }
    /* line 2235, style.scss */
    .page-columns:not(.page-contacts) .page-inner .editor {
      padding-left: 40px; } }

/* line 2244, style.scss */
[class*="copyrights-pane"] {
  display: none !important; }

/* line 2249, style.scss */
.photo-gallery .index-collections {
  grid-column-gap: 27px;
  grid-template-columns: 1fr 1fr 1fr 1fr; }
  @media (max-width: 1000px) {
    /* line 2249, style.scss */
    .photo-gallery .index-collections {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 768px) {
    /* line 2249, style.scss */
    .photo-gallery .index-collections {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 480px) {
    /* line 2249, style.scss */
    .photo-gallery .index-collections {
      grid-template-columns: 1fr; } }
  /* line 2261, style.scss */
  .photo-gallery .index-collections a {
    margin-bottom: 60px; }
    /* line 2264, style.scss */
    .photo-gallery .index-collections a:hover img {
      -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
      transform: scale(1.06); }
  /* line 2271, style.scss */
  .photo-gallery .index-collections a .img {
    margin-bottom: 10px;
    padding-bottom: 90%; }
    /* line 2274, style.scss */
    .photo-gallery .index-collections a .img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
/* line 2285, style.scss */
.photo-gallery.no-titles a .title {
  display: none; }
/* line 2288, style.scss */
.photo-gallery.no-titles a:after {
  display: none; }
/* line 2291, style.scss */
.photo-gallery.no-titles a .img {
  margin-bottom: 0; }
/* line 2298, style.scss */
.photo-gallery.cert-gallery a .img {
  padding-bottom: 140%; }
  /* line 2300, style.scss */
  .photo-gallery.cert-gallery a .img img {
    -o-object-fit: contain;
    object-fit: contain; }
/* line 2306, style.scss */
.photo-gallery.cert-gallery .index-collections {
  grid-column-gap: 7.5%;
  grid-template-columns: 1fr 1fr 1fr; }
  @media (max-width: 1000px) {
    /* line 2306, style.scss */
    .photo-gallery.cert-gallery .index-collections {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 768px) {
    /* line 2306, style.scss */
    .photo-gallery.cert-gallery .index-collections {
      grid-template-columns: 1fr 1fr; } }

/* line 2319, style.scss */
#popup-order {
  max-width: 563px;
  padding: 60px 100px;
  border: 1px solid #D3D3D3;
  width: 100%; }
  @media (max-width: 1300px) {
    /* line 2319, style.scss */
    #popup-order {
      padding: 10%; } }

/* line 2329, style.scss */
.form {
  font-family: 'Fira Sans Condensed'; }
  /* line 2331, style.scss */
  .form .title {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    max-width: 285px;
    margin: 0 auto; }
  /* line 2338, style.scss */
  .form .form-row {
    margin-bottom: 30px; }
    /* line 2341, style.scss */
    .form .form-row.is-error input, .form .form-row.is-error textarea {
      border-color: red;
      color: red; }
      /* line 2344, style.scss */
      .form .form-row.is-error input::-webkit-input-placeholder, .form .form-row.is-error textarea::-webkit-input-placeholder {
        color: red; }
      /* line 2347, style.scss */
      .form .form-row.is-error input:-moz-placeholder, .form .form-row.is-error textarea:-moz-placeholder {
        color: red;
        opacity: 1; }
      /* line 2351, style.scss */
      .form .form-row.is-error input::-moz-placeholder, .form .form-row.is-error textarea::-moz-placeholder {
        color: red;
        opacity: 1; }
      /* line 2355, style.scss */
      .form .form-row.is-error input:-ms-input-placeholder, .form .form-row.is-error textarea:-ms-input-placeholder {
        color: red; }
      /* line 2358, style.scss */
      .form .form-row.is-error input:after, .form .form-row.is-error textarea:after {
        content: 'Заполните поле';
        display: block; }
  /* line 2365, style.scss */
  .form input, .form textarea {
    border: 1px solid #898989;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important; }
    /* line 2371, style.scss */
    .form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
      color: #B7B7B7; }
    /* line 2374, style.scss */
    .form input:-moz-placeholder, .form textarea:-moz-placeholder {
      color: #B7B7B7;
      opacity: 1; }
    /* line 2378, style.scss */
    .form input::-moz-placeholder, .form textarea::-moz-placeholder {
      color: #B7B7B7;
      opacity: 1; }
    /* line 2382, style.scss */
    .form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
      color: #B7B7B7; }
  /* line 2386, style.scss */
  .form input[type="text"], .form input[type="tel"] {
    padding: 0 16px;
    font-size: 16px;
    height: 54px;
    line-height: 54px;
    width: 100%; }
  /* line 2393, style.scss */
  .form textarea {
    width: 100%;
    height: 126px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.6;
    display: block; }

/* line 2403, style.scss */
body .fancybox__content {
  color: #26292E; }

/* line 2406, style.scss */
.notice {
  margin-bottom: 30px;
  padding: 20px; }
  /* line 2409, style.scss */
  .notice.is-error {
    border: 2px solid #a00303;
    background: #ffe4e4; }
  /* line 2413, style.scss */
  .notice.is-success {
    border: 2px solid #0d7923;
    background: #e6f8e9; }
  /* line 2417, style.scss */
  .notice.is-warning {
    border: 2px solid #ff7a00;
    background: #fff0e1; }

/* line 2423, style.scss */
a[href*="metrika.yandex"] {
  display: none; }

/* line 2425, style.scss */
[data-feedback-form-recaptcha] > div {
  margin: 0 auto; }

/* line 2428, style.scss */
.hover-text-effect {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }
  /* line 2433, style.scss */
  .hover-text-effect:hover {
    -webkit-transform: scale(1.081);
    -ms-transform: scale(1.081);
    transform: scale(1.081); }

/* line 2440, style.scss */
.hover-text-effect-small {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }
  /* line 2445, style.scss */
  .hover-text-effect-small:hover {
    -webkit-transform: scale(1.081);
    -ms-transform: scale(1.081);
    transform: scale(1.081); }

/* line 2452, style.scss */
.hover-text-effect-extra-small {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }
  /* line 2457, style.scss */
  .hover-text-effect-extra-small:hover {
    -webkit-transform: scale(1.015);
    -ms-transform: scale(1.015);
    transform: scale(1.015); }

@media (max-width: 768px) {
  /* line 2465, style.scss */
  .hide-768 {
    display: none !important; } }
/* line 2471, style.scss */
#template-index header {
  background: transparent;
  margin-bottom: -60px; }
/* line 2476, style.scss */
#template-index .index-collections {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  justify-content: center;
  grid-column-gap: unset; }
  /* line 2482, style.scss */
  #template-index .index-collections a {
    -ms-flex-preferred-size: 16.6666%;
    flex-basis: 16.6666%;
    padding: 0 20px;
    max-width: 16.6666%; }
    @media (max-width: 1300px) {
      /* line 2482, style.scss */
      #template-index .index-collections a {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%; } }
    @media (max-width: 1000px) {
      /* line 2482, style.scss */
      #template-index .index-collections a {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%; } }
    @media (max-width: 768px) {
      /* line 2482, style.scss */
      #template-index .index-collections a {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; } }
  @media (max-width: 1300px) {
    /* line 2476, style.scss */
    #template-index .index-collections {
      margin: 0 -13px; }
      /* line 2505, style.scss */
      #template-index .index-collections a {
        padding: 0 13px; } }
  @media (max-width: 1000px) {
    /* line 2476, style.scss */
    #template-index .index-collections {
      margin: 0 -15px; }
      /* line 2509, style.scss */
      #template-index .index-collections a {
        padding: 0 15px; } }
/* line 2513, style.scss */
#template-index .index-collections a .title {
  font-size: 18px; }
  @media (max-width: 1300px) {
    /* line 2513, style.scss */
    #template-index .index-collections a .title {
      font-size: 16px; } }
/* line 2518, style.scss */
#template-index .index-collections a:after {
  margin-top: 6px; }
/* line 2519, style.scss */
#template-index .index-collections a {
  margin-bottom: 63px; }
  @media (max-width: 768px) {
    /* line 2519, style.scss */
    #template-index .index-collections a {
      margin-bottom: 73px; } }

/* line 2526, style.scss */
.show-768-only {
  display: none; }
  @media (max-width: 768px) {
    /* line 2526, style.scss */
    .show-768-only {
      display: block; } }

/* line 2532, style.scss */
.force-hide {
  display: none !important; }

/* line 2534, style.scss */
.ssb_down {
  background-color: #33ccaa;
  bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  border-radius: 10px; }

/* line 2543, style.scss */
.ssb_sb {
  background-color: #22aabb;
  cursor: pointer;
  position: absolute;
  right: 0;
  border-radius: 10px; }

/* line 2551, style.scss */
.ssb_sb_down {
  background-color: #1199aa; }

/* line 2555, style.scss */
.ssb_sb_over {
  background-color: #33bbcc; }

/* line 2559, style.scss */
.ssb_st {
  background-color: #dedede;
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px; }

/* line 2569, style.scss */
.ssb_up {
  background-color: #33ccaa;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px; }

/* line 2578, style.scss */
.js-recently .related-products:before {
  display: none; }

/* line 2580, style.scss */
.full-description.editor p {
  margin: 0; }
/* line 2581, style.scss */
.full-description.editor strong {
  font-weight: 400; }
/* line 2582, style.scss */
.full-description.editor + .descr {
  margin-top: 30px; }

/* line 2585, style.scss */
.related-products .sub-collections a .title, .search-products .sub-collections a .title {
  font-size: 14px; }

/* line 2590, style.scss */
.breadcrumbs {
  margin-top: 11px;
  margin-bottom: -30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #7C7C7C; }
  /* line 2598, style.scss */
  .breadcrumbs a {
    text-decoration: underline; }
  /* line 2599, style.scss */
  .breadcrumbs a.curr-col {
    text-decoration: none; }
  /* line 2600, style.scss */
  .breadcrumbs a:hover {
    color: #26292E;
    text-decoration: underline; }
