/*@font-face {
  font-family: 'Myriad Pro Regular';
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Myriad Pro Semibold';
  src: url("../fonts/MyriadPro-Semibold.eot");
  src: url("../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,500&display=swap');

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  width: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif!important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #222;
  background-color: #fff;
  min-width: 320px; }
  body.fixed {
    overflow: hidden; }

/*@font-face {
  font-family: 'Myriad Pro Regular';
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Myriad Pro Semibold';
  src: url("../fonts/MyriadPro-Semibold.eot");
  src: url("../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }*/

.section-title {
  font-size: 40px;
  font-weight: 700;
  position: relative;
  color: #fff;
  line-height: 1;
  margin: 0 0 35px;
  padding: 0 0 25px;
  text-align: center; }
  .section-title:after {
    content: '';
    width: 40px;
    height: 4px;
    background-color: #f5ea00;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

.blog-page h1 {
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  margin: 30px 0 45px; }

.default-button {
  outline: 0;
  border: 1px solid #af112b;
  color: #fff;
  background-color: #af112b;
  padding: 12px 30px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1.2px;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-align: center;
  font-family: Lobster;
  cursor: pointer; }
  .default-button:hover, .default-button:focus, .default-button:active {
    text-decoration: none; }
  .default-button:hover {
    background-color: #313131;
    border: 1px solid #313131;
    color: #fff; }

.main-header {
  border-bottom: 1px solid #ededf1; }
  .main-header .header-content {
    padding: 3px 0 5px; }
  .main-header .logo {
    float: left;
    outline: 0; }
    .main-header .logo img {
      display: block;
      max-width: 100px; }
  .main-header .nav-toggle {
    float: right;
    margin-top: 12px;
    margin-left: 15px;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    border: 0;
    outline: 0; }
    .main-header .nav-toggle span {
      display: block;
      width: 30px;
      height: 3px;
      margin: 0 auto 7px;
      background-color: #1c2c4d;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      -webkit-border-radius: 2px;
              border-radius: 2px; }
  .main-header .search-toggle {
    float: right;
    width: 30px;
    height: 30px;
    background: url(../img/header-seach-icon.svg) no-repeat center;
    -webkit-background-size: 80% 80%;
            background-size: 80%;
    margin-top: 8px;
    border: 0;
    outline: 0;
    cursor: pointer; }
  .main-header .overlay-search-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer; }
    .main-header .overlay-search-close span {
      width: 26px;
      display: block;
      height: 2px;
      margin: 0 auto 4px;
      background-color: #fff;
      position: relative;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }
      .main-header .overlay-search-close span:first-of-type {
        -webkit-transform: rotate(45deg) translate(3px, 3px);
            -ms-transform: rotate(45deg) translate(3px, 3px);
                transform: rotate(45deg) translate(3px, 3px); }
      .main-header .overlay-search-close span:last-of-type {
        -webkit-transform: rotate(-45deg) translate(1px, -2px);
            -ms-transform: rotate(-45deg) translate(1px, -2px);
                transform: rotate(-45deg) translate(1px, -2px); }
  .main-header .overlay-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
    z-index: 10; }
    .main-header .overlay-search.active {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .main-header .overlay-search form {
      width: 100%; }
    .main-header .overlay-search .form-group {
      position: relative;
      background-color: #fff;
      padding-left: 55px;
      padding-right: 40px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      width: 100%; }
    .main-header .overlay-search label {
      position: absolute;
      top: 10px;
      left: 5px;
      font-size: 12px;
      padding-left: 5px;
      color: #232f3e; }
    .main-header .overlay-search .form-control {
      height: 36px;
      -webkit-box-shadow: none;
              box-shadow: none;
      font-size: 12px;
      border: 1px solid transparent;
      padding-left: 5px;
      padding-right: 5px;
      color: #000; }
      .main-header .overlay-search .form-control::-webkit-input-placeholder {
        color: #868b92; }
      .main-header .overlay-search .form-control::-moz-placeholder {
        color: #868b92; }
      .main-header .overlay-search .form-control:-ms-input-placeholder {
        color: #868b92; }
      .main-header .overlay-search .form-control::placeholder {
        color: #868b92; }
      .main-header .overlay-search .form-control:focus {
        border: 1px solid transparent; }
        .main-header .overlay-search .form-control:focus::-webkit-input-placeholder {
          color: #fff; }
        .main-header .overlay-search .form-control:focus::-moz-placeholder {
          color: #fff; }
        .main-header .overlay-search .form-control:focus:-ms-input-placeholder {
          color: #fff; }
        .main-header .overlay-search .form-control:focus::placeholder {
          color: #fff; }
    .main-header .overlay-search .submit-search {
      position: absolute;
      top: 0;
      right: 0;
      width: 36px;
      height: 36px;
      background: url(../img/header-seach-icon.svg) no-repeat center;
      -webkit-background-size: 60% 60%;
              background-size: 60%;
      border: 0;
      outline: 0;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      cursor: pointer; }
  .main-header .slide-nav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    width: 280px;
    padding-left: 15px;
    padding-top: 50px;
    z-index: 100;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
            transform: translateX(110%);
    background: url(../img/nav-bg.png) repeat center;
    color: #fff; }
    .main-header .slide-nav.active {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
  .main-header .main-nav {
    margin-bottom: 20px; }
    .main-header .main-nav a {
      display: block;
      color: #fff;
      text-transform: uppercase;
      padding: 7px 5px; }
      .main-header .main-nav a:hover {
        text-decoration: none; }
      .main-header .main-nav a.active {
        color: #ff5470; }
  .main-header .slide-nav-close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background-color: #000;
    cursor: pointer; }
    .main-header .slide-nav-close span {
      width: 26px;
      display: block;
      height: 2px;
      margin: 0 auto 4px;
      background-color: #fff;
      position: relative;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }
      .main-header .slide-nav-close span:first-of-type {
        -webkit-transform: rotate(45deg) translate(3px, 3px);
            -ms-transform: rotate(45deg) translate(3px, 3px);
                transform: rotate(45deg) translate(3px, 3px); }
      .main-header .slide-nav-close span:last-of-type {
        -webkit-transform: rotate(-45deg) translate(1px, -2px);
            -ms-transform: rotate(-45deg) translate(1px, -2px);
                transform: rotate(-45deg) translate(1px, -2px); }
  .main-header .header-contacts {
    font-size: 12px;
    padding-left: 5px; }
    .main-header .header-contacts p {
      color: #aaa; }
    .main-header .header-contacts a {
      color: #fff; }
  .main-header .header-chosen {
    float: right;
    position: relative;
    margin-top: 10px;
    margin-left: 20px; }
    .main-header .header-chosen a {
      display: block; }
    .main-header .header-chosen p {
      display: none; }
    .main-header .header-chosen span {
      position: absolute;
      top: -5px;
      right: -3px;
      color: #1c2c4d;
      font-weight: 600;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
    .main-header .header-chosen svg {
      width: 34px;
      fill: #1c2c4d;
      display: block;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }

      .main-header .header-chosen.header-cart {
        margin-left: 15px;
      }

      .main-header .header-chosen.header-cart svg {
        width: 25px;
      }


    .main-header .header-chosen:hover svg {
      fill: #af112b; }
    .main-header .header-chosen:hover span {
      color: #af112b; }


  .main-header .header-chosen.header-cart span {
    top: -6px;
    right: -6px;
  }

  .main-header .default-select {
    position: absolute;
    left: 20px;
    top: 8px;
    padding-left: 22px;
    padding-right: 12px;
    margin-top: 4px;
    cursor: pointer;
    z-index: 10; }
    .main-header .default-select:before {
      content: '';
      position: absolute;
      left: 0;
      width: 16px;
      height: 16px;
      top: 1px;
      background: url(../img/earth-icon.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain; }
    .main-header .default-select .select-button {
      font-size: 13px;
      padding: 0;
      text-align: left;
      position: relative;
      outline: none;
      height: 16px;
      line-height: 16px;
      background-color: transparent;
      display: inline-block;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      border: 0;
      outline: 0;
      color: #fff;
      cursor: pointer;
      text-transform: uppercase; }

      .main-header .default-select .select-button a.active {
        color: #fff;
      }

      .main-header .default-select .select-button a {
        color: #ddd;
      }

      .main-header .default-select .select-button i {
        font-style: normal;
        position: relative;
        top: -1px;
      }
    

      .main-header .default-select .select-button span {
        display: block;
        margin: 0 0 3px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
    .main-header .default-select .select-sorting {
      list-style: none;
      display: none;
      position: absolute;
      top: -webkit-calc(100% + 7px);
      top: calc(100% + 7px);
      right: 0;
      padding: 0;
      margin: 0;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      z-index: 8;
      max-height: 300px;
      overflow: auto;
      z-index: 100;
      background-color: #fff;
      border: 1px solid #e6e9ed; }
      .main-header .default-select .select-sorting li {
        list-style-type: none;
        font-size: 13px;
        cursor: pointer;
        position: relative;
        z-index: 15;
        padding: 0 !important;
        margin: 0 !important;
        text-align: left; }
        .main-header .default-select .select-sorting li:first-child {
          -webkit-border-radius: 4px 4px 0 0;
                  border-radius: 4px 4px 0 0; }
        .main-header .default-select .select-sorting li a {
          color: #555;
          display: block;
          padding: 5px 12px;
          border: 0;
          line-height: 1.4;
          text-align: center;
          text-transform: uppercase; }
          .main-header .default-select .select-sorting li a:hover {
            text-decoration: none;
            background-color: #313131;
            color: #fff; }

#wrapper {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }
  #wrapper .main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

#page-overlay {
  background-color: rgba(48, 48, 48, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 0 15px;
  display: none; }

.index-slider .item {
  text-align: center;
  color: #fff;
  height: 300px;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .index-slider .item .container {
    height: 100%; }
  .index-slider .item .text-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .index-slider .item h1, .index-slider .item h2 {
    font-family: Lobster;
    font-size: 20px;
    margin: 0 0 10px; }
  .index-slider .item p {
    font-size: 13px;
    max-width: 500px;
    margin: 0 auto 10px; }

.index-categories {
  padding: 30px 0; }
  .index-categories h2 {
    text-align: center;
    font-family: Lobster;
    color: #3b3d43;
    font-size: 20px;
    max-width: 400px;
    margin: 0 auto 15px; }
  .index-categories p {
    text-align: center;
    font-size: 13px;
    color: #464646;
    max-width: 350px;
    margin: 0 auto 15px; }
  .index-categories .button-container {
    margin-top: 30px; }
  .index-categories .choose-toggle {
    margin-bottom: 15px; }
    .index-categories .choose-toggle a {
      display: block;
      font-family: Lobster;
      color: #76777b;
      font-size: 16px;
      border: 1px solid #dddddd;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      text-align: center;
      padding: 10px; }
      .index-categories .choose-toggle a:hover, .index-categories .choose-toggle a:focus, .index-categories .choose-toggle a:active {
        text-decoration: none; }
    .index-categories .choose-toggle.active a {
      background-color: #af112b;
      border: 1px solid #af112b;
      color: #fff; }
  .index-categories .img-container {
    background-color: #fff; }
  .index-categories .toggle-container {
    width: 300px;
    height: 450px;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative; }
    .index-categories .toggle-container:after {
      content: '';
      border: 1px solid #d5d3d3;
      position: absolute;
      left: -4px;
      right: -4px;
      top: -4px;
      bottom: -4px; }
  .index-categories .indicator-container {
    display: none; }

.index-material {
  background: url(../img/material-bg.png) no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  color: #ffffff;
  padding: 40px 0;
  text-align: center; }
  .index-material h2, .index-material h3 {
    font-family: Lobster;
    font-size: 20px;
    margin: 0 auto 24px;
    max-width: 400px; }
  .index-material p {
    font-size: 15px; }
    .index-material p span {
      font-size: 18px;
      font-weight: 600; }
  .index-material .default-button {
    margin-top: 20px; }
  .index-material .woman-img {
    display: none; }

.index-cooperation {
  padding: 40px 0 20px; }
  .index-cooperation h2, .index-cooperation h3 {
    font-family: Lobster;
    font-size: 20px;
    margin: 0 auto 40px;
    max-width: 400px;
    text-align: center; }
  .index-cooperation .coop-item {
    margin-bottom: 25px;
    text-align: center; }
    .index-cooperation .coop-item .item-img {
      width: 85px;
      height: 70px;
      margin: 0 auto 5px; }
      .index-cooperation .coop-item .item-img img {
        display: block;
        max-width: 100%;
        margin: 0 auto; }
    .index-cooperation .coop-item .item-text p {
      font-weight: 300;
      max-width: 300px;
      margin: 0 auto 15px;
      line-height: 1.5; }
    .index-cooperation .coop-item .item-text br {
      display: none; }
    .index-cooperation .coop-item .item-text strong {
      font-weight: 600; }

.new-products {
  padding-bottom: 30px; }
  .new-products hr {
    margin-bottom: 30px; }
  .new-products .container > h2, .new-products .container > h3 {
    font-family: Lobster;
    font-size: 20px;
    margin: 0 auto 70px;
    max-width: 400px;
    text-align: center; }

.product-item {
  max-width: 260px; }
  .product-item .product-img {
    height: 360px;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0 5px; }
    .product-item .product-img a {
      display: block;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .product-item .product-img:hover a {
      opacity: 1; }
  .product-item .product-footer {
    position: relative;
    padding: 15px 35px 15px 0; }
    .product-item .product-footer .product-name h2, .product-item .product-footer .product-name h3, .product-item .product-footer .product-name h4 {
      font-size: 13px;
      margin: 0;
      font-weight: 500;
      color: #293341; }
    .product-item .product-footer .product-name a {
      color: inherit; }
    .product-item .product-footer .product-choose {
      position: absolute;
      top: 9px;
      right: -2px; }
      .product-item .product-footer .product-choose .add-button {
        width: 25px;
        height: 25px;
        padding: 0;
        background-color: transparent;
        border: 0;
        outline: 0; }
        .product-item .product-footer .product-choose .add-button.added .default-state {
          display: none; }
        .product-item .product-footer .product-choose .add-button.added .active-state {
          display: block; }
      .product-item .product-footer .product-choose .default-state,
      .product-item .product-footer .product-choose .active-state {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .product-item .product-footer .product-choose .default-state {
        display: block;
        background: url(../img/empty-heart.svg) no-repeat center;
        -webkit-background-size: 20px 20px;
                background-size: 20px;
        cursor: pointer; }
      .product-item .product-footer .product-choose .active-state {
        display: none;
        background: url(../img/fill-heart.svg) no-repeat center;
        -webkit-background-size: 20px 20px;
                background-size: 20px; }

.products-slider {
  width: 280px;
  margin: 0 auto; }
  .products-slider .product-item {
    margin: 0 15px;
    outline: 0; }
  .products-slider .slick-arrow {
    width: 30px;
    height: 40px;
    border: 1px solid #efefef;
    background-color: transparent;
    position: absolute;
    top: -50px;
    z-index: 1;
    outline: 0;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    padding: 0 0 2px 0;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    .products-slider .slick-arrow svg {
      width: 11px;
      fill: #1c2b4a; }
    .products-slider .slick-arrow.prev-arrow {
      left: 15px;
      padding-right: 1px; }
    .products-slider .slick-arrow.next-arrow {
      right: 15px; }
    .products-slider .slick-arrow:hover {
      background-color: #f9e8ee;
      border: 1px solid #f9e8ee; }
      .products-slider .slick-arrow:hover svg {
        fill: #af112b; }

.sale-section {
  background: url(../img/index-sale-bg.png) no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  position: relative;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }
  .sale-section:hover {
    opacity: 0.95; }
  .sale-section .container {
    pointer-events: none; }
  .sale-section a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .sale-section .sale-info h2, .sale-section .sale-info h3 {
    font-family: Lobster; }
  .sale-section .sale-info p {
    font-size: 18px;
    letter-spacing: 1.5px; }

.index-news {
  padding: 30px 0 20px; }
  .index-news .container > h2, .index-news .container > h3 {
    font-size: 20px;
    font-family: Lobster;
    margin: 0 0 30px;
    text-align: center; }
  .index-news .news-item {
    max-width: 360px;
    margin: 0 auto 20px; }
    .index-news .news-item .item-img {
      height: 200px;
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      margin-bottom: 5px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      .index-news .news-item .item-img:hover {
        opacity: 0.8; }
      .index-news .news-item .item-img a {
        display: block;
        width: 100%;
        height: 100%;
        outline: 0; }
    .index-news .news-item .item-date {
      margin-bottom: 10px; }
      .index-news .news-item .item-date p {
        text-transform: uppercase;
        font-size: 11px;
        color: #8d8d8d;
        margin: 0; }
    .index-news .news-item .item-title {
      margin-bottom: 10px; }
      .index-news .news-item .item-title h2, .index-news .news-item .item-title h3, .index-news .news-item .item-title h4 {
        font-size: 16px;
        font-family: Lobster;
        margin: 0;
        color: #232323; }
        .index-news .news-item .item-title h2 a, .index-news .news-item .item-title h3 a, .index-news .news-item .item-title h4 a {
          color: inherit; }
    .index-news .news-item .item-text {
      display: none; }
    .index-news .news-item .item-link {
      color: #af112b;
      text-decoration: underline;
      font-size: 12px;
      text-transform: uppercase; }
      .index-news .news-item .item-link:hover {
        text-decoration: none; }
  .index-news .default-button {
    display: block;
    width: 220px;
    margin: 10px auto 0;
    white-space: nowrap; }

.index-text {
  padding: 30px 0 10px; }
  .index-text h2 {
    font-size: 20px;
    font-family: Lobster;
    margin: 0 0 25px;
    text-align: center; }
  .index-text p {
    font-size: 14px;
    margin: 0 0 25px;
    color: #5a5a5a;
    line-height: 1.6; }

.breadcrumb {
  margin-top: 20px;
  padding: 0;
  background-color: transparent;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }
  .breadcrumb li {
    margin-bottom: 10px;
    color: #7b7b7b;
    font-size: 11px;
    display: inline-block;
    vertical-align: top; }
    .breadcrumb li a {
      color: #232323;
      font-size: 11px; }

.pagination {
  display: block;
  text-align: center;
  margin: 20px -10px; }
  .pagination .page-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 1px;
    color: #293341; }
    .pagination .page-item > span {
      height: 35px;
      color: #293341;
      width: 30px;
      padding-top: 10px;
      display: block; }
    .pagination .page-item .page-link {
      padding: 8px 12px;
      min-width: 30px;
      color: #293341;
      font-size: 12px; }
      .pagination .page-item .page-link.active {
        background-color: #af112b;
        border: 1px solid #af112b;
        color: #fff; }

.not-found-content {
  text-align: center;
  padding: 50px 0; }
  .not-found-content h1 {
    font-size: 90px;
    color: #af112b;
    font-weight: 700;
    margin: 0 0 15px; }
  .not-found-content .not-found-text h2 {
    font-family: Lobster;
    margin: 0 0 30px;
    font-size: 22px; }
  .not-found-content .not-found-text p {
    color: #737373;
    margin-bottom: 25px; }
    .not-found-content .not-found-text p a {
      color: #af112b;
      text-decoration: underline; }
  .not-found-content .not-found-text label {
    position: absolute;
    top: 11px;
    left: 0;
    font-size: 12px;
    color: #232f3e; }
  .not-found-content .not-found-text .form-group {
    padding-left: 48px;
    position: relative;
    padding-right: 40px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    width: 290px;
    margin: 0 auto;
    border-bottom: 1px solid #dadada;
    -webkit-border-radius: 0;
            border-radius: 0; }
    .not-found-content .not-found-text .form-group .form-control {
      height: 36px;
      -webkit-box-shadow: none;
              box-shadow: none;
      font-size: 12px;
      border: 1px solid transparent;
      padding-left: 5px;
      padding-right: 5px;
      color: #000; }
  .not-found-content .not-found-text .submit-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: url(../img/header-seach-icon.svg) no-repeat center;
    -webkit-background-size: 60% 60%;
            background-size: 60%;
    border: 0;
    outline: 0;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    cursor: pointer; }

.chosen-products h1 {
  text-align: center;
  font-size: 20px;
  font-family: Lobster;
  margin: 20px 0 30px; }

.chosen-products .empty-chosen {
  text-align: center;
  padding: 10px 0 50px; }
  .chosen-products .empty-chosen h2 {
    font-size: 16px;
    font-family: Lobster;
    margin: 0 0 20px; }
  .chosen-products .empty-chosen p {
    font-size: 13px;
    color: #676b72;
    margin: 0 0 20px; }
  .chosen-products .empty-chosen .default-button {
    margin-top: 25px; }

.chosen-products .product-item {
  margin-bottom: 25px; }
  .chosen-products .product-item .remove-item {
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgba(175, 17, 43, 0.7) url(../img/close-item.svg) no-repeat center;
    -webkit-background-size: 12px 12px;
            background-size: 12px;
    border: 0;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    top: 12px;
    right: 15px;
    outline: 0;
    cursor: pointer;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .chosen-products .product-item .remove-item:hover {
      background-color: #af112b; }
  .chosen-products .product-item .product-img {
    height: 220px;
    position: relative;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .chosen-products .product-item .product-img:hover {
      opacity: 0.9; }
  .chosen-products .product-item .product-footer {
    padding: 5px 35px 5px 0; }
    .chosen-products .product-item .product-footer .product-choose {
      top: -1px; }
      .chosen-products .product-item .product-footer .product-choose .add-button .active-state {
        display: block; }

.catalog-inner h1 {
  text-align: center;
  font-size: 20px;
  font-family: Lobster;
  margin: 20px 0 30px; }

.catalog-inner .product-item {
  margin-bottom: 25px; }
  .catalog-inner .product-item .product-img {
    height: 220px;
    position: relative;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .catalog-inner .product-item .product-img:hover {
      opacity: 0.9; }
  .catalog-inner .product-item .product-footer {
 }
    .catalog-inner .product-item .product-footer .product-choose {
      top: -1px; }

.catalog-inner .pagination {
  margin: 20px 0 50px; }

.catalog-inner .catalog-text {
  margin-bottom: 40px; }
  .catalog-inner .catalog-text h2 {
    text-align: center;
    font-size: 18px;
    font-family: Lobster;
    margin: 0 0 30px; }
  .catalog-inner .catalog-text p {
    color: #5a5a5a;
    font-size: 13px;
    line-height: 1.5; }

.catalog-page h1 {
  text-align: center;
  font-family: Lobster;
  font-size: 26px;
  margin: 22px 0 30px; }

.catalog-page .catalog-item {
  height: 300px;
  margin-bottom: 30px; }
  .catalog-page .catalog-item .product-img {
    height: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .catalog-page .catalog-item .product-img a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      color: #293341;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      .catalog-page .catalog-item .product-img a:hover {
        background-color: rgba(255, 182, 193, 0.3); }
      .catalog-page .catalog-item .product-img a h3 {
        position: absolute;
        bottom: -24px;
        left: 10px;
        right: 10px;
        background-color: #fff;
        padding: 10px;
        font-size: 16px;
        font-family: Lobster;
        border: 1px solid #d0bec2;
        text-align: center;
        color: #293341; }

.catalog-page .sale-section {
  margin: 30px 0; }

.catalog-page .catalog-text {
  margin-bottom: 40px; }
  .catalog-page .catalog-text h2 {
    font-size: 20px;
    font-family: Lobster;
    margin: 0 0 20px; }
  .catalog-page .catalog-text p {
    color: #5a5a5a;
    margin: 0 0 25px;
    line-height: 1.5;
    font-size: 13px; }

.search-result h1 {
  text-align: center;
  font-size: 20px;
  font-family: Lobster;
  margin: 20px 0 30px; }

.search-result hr {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 25px; }

.search-result .result-head .text-right,
.search-result .result-head .text-left {
  text-align: center !important; }

.search-result .result-head .text-left {
  margin-bottom: 10px; }

.search-result .result-head h3 {
  color: #5a5d61;
  margin: 0;
  font-size: 14px; }
  .search-result .result-head h3 span {
    color: #1a1a1a;
    font-weight: 600; }

.search-result .product-item {
  margin-bottom: 25px; }
  .search-result .product-item .remove-item {
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgba(175, 17, 43, 0.7) url(../img/close-item.svg) no-repeat center;
    -webkit-background-size: 12px 12px;
            background-size: 12px;
    border: 0;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    top: 12px;
    right: 15px;
    outline: 0;
    cursor: pointer;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .search-result .product-item .remove-item:hover {
      background-color: #af112b; }
  .search-result .product-item .product-img {
    height: 220px;
    position: relative;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .search-result .product-item .product-img:hover {
      opacity: 0.9; }
  .search-result .product-item .product-footer {
    padding: 5px 35px 5px 0; }
    .search-result .product-item .product-footer .product-choose {
      top: -1px; }

.search-result .failed-result {
  padding: 50px 0 80px;
  text-align: center; }
  .search-result .failed-result h2 {
    font-size: 18px;
    font-family: Lobster;
    color: #616161;
    margin: 0 0 20px; }
  .search-result .failed-result p {
    font-size: 13px;
    color: #737373; }

.search-result .not-found-form label {
  position: absolute;
  top: 11px;
  left: 0;
  font-size: 12px;
  color: #232f3e; }

.search-result .not-found-form .form-group {
  padding-left: 48px;
  position: relative;
  padding-right: 40px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  width: 290px;
  margin: 0 auto;
  border-bottom: 1px solid #dadada;
  -webkit-border-radius: 0;
          border-radius: 0; }
  .search-result .not-found-form .form-group .form-control {
    height: 36px;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 12px;
    border: 1px solid transparent;
    padding-left: 5px;
    padding-right: 5px;
    color: #000; }

.search-result .not-found-form .submit-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background: url(../img/header-seach-icon.svg) no-repeat center;
  -webkit-background-size: 60% 60%;
          background-size: 60%;
  border: 0;
  outline: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  cursor: pointer; }

.information-page h1 {
  text-align: center;
  font-family: Lobster;
  font-size: 20px;
  margin: 20px 0 25px; }

.information-page .nav-tabs {
  background-color: #fefefe;
  border: 1px solid #eeeeee;
  display: block; }
  .information-page .nav-tabs .nav-item {
    margin-bottom: 0; }
    .information-page .nav-tabs .nav-item:first-of-type .nav-link {
      border-left: 1px solid #eeeeee; }
  .information-page .nav-tabs .nav-link {
    -webkit-border-radius: 0;
            border-radius: 0;
    border-top: 0;
    color: #7b7b7b;
    border-color: transparent;
    padding: 8px 4px;
    font-size: 13px;
    text-align: center;
    position: relative; }
    .information-page .nav-tabs .nav-link:after {
      content: '';
      width: 100%;
      height: 2px;
      background-color: #af112b;
      position: absolute;
      bottom: -1px;
      left: 0;
      display: none; }
    .information-page .nav-tabs .nav-link.active {
      color: #1a1a1a; }
      .information-page .nav-tabs .nav-link.active:after {
        display: block; }

.information-page .tab-content .tab-pane {
  padding: 25px 0; }

.information-page .tab-content h2 {
  text-align: center;
  font-family: Lobster;
  font-size: 18px;
  margin: 0 0 20px; }

.information-page .tab-content p {
  font-size: 13px;
  color: #5a5a5a;
  margin: 0 0 20px;
  line-height: 1.5; }

.contacts-page h1 {
  font-size: 24px;
  text-align: center;
  font-family: Lobster;
  margin: 20px 0; }

.contacts-page .order-first {
  margin-bottom: 20px; }

.contacts-page h2 {
  font-size: 20px;
  font-family: Lobster;
  margin: 0 0 20px; }

.contacts-page p {
  color: #5a5d66;
  font-size: 13px; }
  .contacts-page p a {
    color: inherit; }

.contacts-page .form-group label {
  color: #888888;
  font-size: 13px;
  margin-bottom: 3px; }

.contacts-page .form-group textarea {
  min-height: 130px; }

.contacts-page .form-group .error {
  font-size: 11px;
  color: #af112b; }

.contacts-page .default-button {
  margin-top: 10px; }

.contacts-page .contact-address,
.contacts-page .contact-phone,
.contacts-page .contact-hours {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px; }
  .contacts-page .contact-address p,
  .contacts-page .contact-phone p,
  .contacts-page .contact-hours p {
    margin: 0 0 3px; }
  .contacts-page .contact-address:before,
  .contacts-page .contact-phone:before,
  .contacts-page .contact-hours:before {
    content: '';
    position: absolute;
    left: 0; }

.contacts-page .contact-address:before {
  top: 2px;
  width: 17px;
  height: 19px;
  background: url(../img/contacts-map-marker.svg) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain; }

.contacts-page .contact-phone:before {
  top: 3px;
  width: 16px;
  height: 16px;
  background: url(../img/contacts-phone-icon.svg) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain; }

.contacts-page .contact-hours:before {
  top: 3px;
  width: 16px;
  height: 16px;
  background: url(../img/calendar-icon.svg) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain; }

.contacts-page .map-container {
  margin-top: 50px; }
  .contacts-page .map-container iframe {
    width: 100% !important;
    height: 300px !important;
    margin-bottom: -5px; }

.news-page h1 {
  font-size: 20px;
  text-align: center;
  font-family: Lobster;
  margin: 0 0 25px; }

.news-page .pagination {
  margin: 30px 0 40px; }

.news-page .news-item {
  max-width: 360px;
  margin: 0 auto 20px; }
  .news-page .news-item .item-img {
    height: 200px;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .news-page .news-item .item-img:hover {
      opacity: 0.8; }
    .news-page .news-item .item-img a {
      display: block;
      width: 100%;
      height: 100%;
      outline: 0; }
  .news-page .news-item .item-date {
    margin-bottom: 10px; }
    .news-page .news-item .item-date p {
      text-transform: uppercase;
      font-size: 11px;
      color: #8d8d8d;
      margin: 0; }
  .news-page .news-item .item-title {
    margin-bottom: 10px; }
    .news-page .news-item .item-title h2, .news-page .news-item .item-title h3, .news-page .news-item .item-title h4 {
      font-size: 16px;
      font-family: Lobster;
      margin: 0;
      color: #232323; }
      .news-page .news-item .item-title h2 a, .news-page .news-item .item-title h3 a, .news-page .news-item .item-title h4 a {
        color: inherit; }
  .news-page .news-item .item-text {
    display: none; }
  .news-page .news-item .item-link {
    color: #af112b;
    text-decoration: underline;
    font-size: 12px;
    text-transform: uppercase; }
    .news-page .news-item .item-link:hover {
      text-decoration: none; }

.cooperation-page h1 {
  font-size: 20px;
  font-family: Lobster;
  margin: 0 0 20px;
  text-align: center; }

.cooperation-page .coop-text p {
  font-size: 13px;
  color: #303030; }

.cooperation-page .coop-container {
  padding: 20px 0;
  background: url(../img/cooperation-bg.png) no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  color: #fff;
  margin-top: 30px; }
  .cooperation-page .coop-container h2 {
    font-size: 20px;
    font-family: Lobster;
    line-height: 1.5;
    text-align: center; }
  .cooperation-page .coop-container .woman-img {
    display: none; }
  .cooperation-page .coop-container .order-first {
    margin-bottom: 20px; }
  .cooperation-page .coop-container .default-button {
    display: block;
    width: 210px;
    margin: 20px auto 5px;
    outline: 0; }
  .cooperation-page .coop-container p {
    font-size: 13px; }
    .cooperation-page .coop-container p strong, .cooperation-page .coop-container p b {
      font-weight: 600; }
    .cooperation-page .coop-container p span {
      font-size: 18px; }

.cooperation-modal .modal-header {
  text-align: center;
  position: relative;
  display: block;
  border: 0;
  padding-bottom: 0; }
  .cooperation-modal .modal-header button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0; }
  .cooperation-modal .modal-header h5 {
    font-family: Lobster;
    font-size: 20px; }

.cooperation-modal .modal-body {
  padding: 0 15px 20px; }
  .cooperation-modal .modal-body > p {
    text-align: center;
    color: #4b4b4b;
    font-size: 13px;
    margin: 0 auto 20px;
    max-width: 370px; }
  .cooperation-modal .modal-body label {
    font-size: 13px;
    color: #888888;
    margin-bottom: 3px; }
  .cooperation-modal .modal-body .form-control:focus {
    border: 1px solid #af112b;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cooperation-modal .modal-body .textarea-group {
    margin-top: 15px; }
    .cooperation-modal .modal-body .textarea-group textarea {
      min-height: 130px; }
  .cooperation-modal .modal-body hr {
    margin: 20px 0; }
  .cooperation-modal .modal-body .default-button {
    width: 100%;
    margin: 0 0 15px; }
  .cooperation-modal .modal-body .terms-link {
    color: #4b4b4b;
    padding-left: 30px;
    position: relative; }
    .cooperation-modal .modal-body .terms-link input[type='checkbox'] {
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
    .cooperation-modal .modal-body .terms-link input:checked + label:after {
      opacity: 1; }
    .cooperation-modal .modal-body .terms-link label {
      font-size: 13px;
      font-weight: 400;
      cursor: pointer;
      color: #4b4b4b; }
      .cooperation-modal .modal-body .terms-link label:before {
        content: '';
        width: 16px;
        height: 16px;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #707173;
        -webkit-border-radius: 2px;
                border-radius: 2px; }
      .cooperation-modal .modal-body .terms-link label:after {
        content: '';
        top: 1px;
        left: 2px;
        width: 20px;
        height: 20px;
        position: absolute;
        opacity: 0;
        width: 16px;
        height: 8px;
        border-left: 4px solid #707173;
        border-bottom: 4px solid #707173;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        opacity: 0; }
    .cooperation-modal .modal-body .terms-link a {
      color: #0c0e0f;
      text-decoration: underline; }
      .cooperation-modal .modal-body .terms-link a:hover {
        text-decoration: none; }

.callback-modal .modal-header {
  text-align: center;
  position: relative;
  display: block;
  border: 0;
  padding-bottom: 0; }
  .callback-modal .modal-header button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0; }
  .callback-modal .modal-header h5 {
    font-family: Lobster;
    font-size: 20px; }

.callback-modal .modal-body {
  padding: 0 15px 20px; }
  .callback-modal .modal-body > p {
    text-align: center;
    color: #4b4b4b;
    font-size: 13px;
    margin: 0 auto 20px;
    max-width: 370px; }
  .callback-modal .modal-body label {
    font-size: 13px;
    color: #888888;
    margin-bottom: 3px; }
  .callback-modal .modal-body .form-control:focus {
    border: 1px solid #af112b;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .callback-modal .modal-body .form-row {
    margin-bottom: 20px;
    padding: 0 5px; }
  .callback-modal .modal-body hr {
    margin: 20px 0; }
  .callback-modal .modal-body .default-button {
    width: 100%;
    margin: 0 0 15px; }

.success-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  .success-message img {
    display: inline-block;
    max-width: 100px;
    margin-right: 30px;
    margin-bottom: 20px; }
  .success-message h1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 auto 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4; }
  .success-message p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 auto 30px;
    font-size: 14px;
    color: #888; }

.about-page h1 {
  font-size: 24px;
  text-align: center;
  font-family: Lobster;
  margin: 0 0 25px; }

.about-page .about-img {
  display: none; }

.about-page .about-text {
  font-size: 13px;
  color: #303030;
  line-height: 1.5; }
  .about-page .about-text p {
    margin: 0 0 15px; }

.about-page .about-benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 25px 0 10px; }
  .about-page .about-benefits .benefit-item {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px; }
    .about-page .about-benefits .benefit-item .item-img {
      width: 70px;
      margin: 0 auto 10px;
      text-align: center; }
      .about-page .about-benefits .benefit-item .item-img img {
        display: inline-block; }
    .about-page .about-benefits .benefit-item .item-text {
      text-align: center;
      font-weight: 600;
      font-size: 13px; }

.about-page .container {
  position: relative;
  z-index: 5; }

.about-page .layer-1,
.about-page .layer-2,
.about-page .layer-3,
.about-page .layer-4,
.about-page .layer-5,
.about-page .layer-6 {
  position: absolute !important;
  z-index: 1; }
  .about-page .layer-1 img,
  .about-page .layer-2 img,
  .about-page .layer-3 img,
  .about-page .layer-4 img,
  .about-page .layer-5 img,
  .about-page .layer-6 img {
    display: block;
    width: 100%; }

.about-page .layer-1,
.about-page .layer-2,
.about-page .layer-3,
.about-page .layer-4,
.about-page .layer-5 {
  display: none !important; }

.about-page .layer-6 {
  width: 100px;
  left: auto !important;
  right: -20px !important;
  top: -30px !important; }

.product-page .breadcrumb li {
  font-size: 10px; }
  .product-page .breadcrumb li a {
    font-size: 10px; }

.product-page .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 3px; }

.product-page .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 3px; }

.product-page .product-slider {
  margin: 0 auto 15px; }
  .product-page .product-slider.slick-initialized .item {
    display: block; }
  .product-page .product-slider .item {
    height: 400px;
    display: none;
    outline: none; }
    .product-page .product-slider .item a {
      display: block;
      width: 100%;
      height: 100%;
      outline: 0; }
    .product-page .product-slider .item img {
      display: block;
      max-width: 100%;
      max-height: 398px;
      margin: auto;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .product-page .product-slider .item:first-child {
      display: block; }
    .product-page .product-slider .item .product-badge {
      top: -1px;
      left: -1px;
      z-index: 10; }

.product-page .product-slider-nav {
  opacity: 0; }
  .product-page .product-slider-nav.slick-initialized {
    opacity: 1; }
  .product-page .product-slider-nav .item {
    height: 120px;
    border: 0;
    margin: 0 0 11px;
    outline: none;
    position: relative;
    cursor: pointer; }
    .product-page .product-slider-nav .item img {
      display: block;
      max-width: 85px;
      max-height: 120px;
      margin: auto;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      border: 1px solid transparent; }
    .product-page .product-slider-nav .item.slick-current img {
      border: 1px solid #af112b; }

.product-page .product-slider-container {
  margin: 0 0 20px; }

.product-page h1 {
  text-align: center;
  font-size: 20px;
  margin: 0 0 30px;
  font-family: Lobster; }

.product-page .product-description {
  margin-bottom: 50px; }
  .product-page .product-description table {
    margin: 20px 0;
    width: 100%; }
    .product-page .product-description table tr td {
      padding: 5px 0;
      width: 50%;
      font-size: 13px; }
      .product-page .product-description table tr td:first-of-type {
        color: #293341;
        padding-right: 5px; }
      .product-page .product-description table tr td:last-of-type {
        color: #7b7b7b;
        padding-left: 5px; }
    .product-page .product-description table .product-available {
      color: #479b6a; }
    .product-page .product-description table .product-notavailable {
      color: #af112b; }
  .product-page .product-description p {
    color: #7b7b7b;
    font-size: 13px; }
  .product-page .product-description .product-buttons {
    margin: 30px 0 20px; }
    .product-page .product-description .product-buttons .add-button {
      width: 30px;
      height: 30px;
      padding: 0;
      background-color: transparent;
      border: 0;
      outline: 0;
      position: relative;
      margin-top: 8px;
      margin-left: 15px;
      display: inline-block;
      vertical-align: top; }
      .product-page .product-description .product-buttons .add-button.added .default-state {
        display: none; }
      .product-page .product-description .product-buttons .add-button.added .active-state {
        display: block; }
    .product-page .product-description .product-buttons .default-state,
    .product-page .product-description .product-buttons .active-state {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .product-page .product-description .product-buttons .default-state {
      display: block;
      background: url(../img/empty-heart.svg) no-repeat center;
      -webkit-background-size: 26px 26px;
              background-size: 26px;
      cursor: pointer; }
    .product-page .product-description .product-buttons .active-state {
      display: none;
      background: url(../img/fill-heart.svg) no-repeat center;
      -webkit-background-size: 26px 26px;
              background-size: 26px; }

.product-page .product-tab {
  background-color: #f9f9f9;
  margin: 0 0 40px; }
  .product-page .product-tab .nav-tabs {
    display: block;
    margin-bottom: 25px; }
    .product-page .product-tab .nav-tabs .nav-link {
      text-align: center;
      color: #7b7b7b;
      font-weight: 600;
      border: 0;
      position: relative; }
      .product-page .product-tab .nav-tabs .nav-link:after {
        content: '';
        left: 0;
        right: 0;
        background-color: #af112b;
        height: 2px;
        position: absolute;
        bottom: 0;
        display: none; }
      .product-page .product-tab .nav-tabs .nav-link.active {
        color: #293341;
        background: transparent; }
        .product-page .product-tab .nav-tabs .nav-link.active:after {
          display: block; }
  .product-page .product-tab .tab-content h2 {
    text-align: center;
    font-family: Lobster;
    font-size: 18px;
    margin: 0 0 20px; }
  .product-page .product-tab .tab-content table {
    margin: 20px 0; }
    .product-page .product-tab .tab-content table tr td {
      padding: 5px 0; }
      .product-page .product-tab .tab-content table tr td:first-of-type {
        color: #293341;
        padding-right: 5px; }
      .product-page .product-tab .tab-content table tr td:last-of-type {
        color: #7b7b7b;
        padding-left: 5px; }
    .product-page .product-tab .tab-content table .product-available {
      color: #479b6a; }
    .product-page .product-tab .tab-content table .product-notavailable {
      color: #af112b; }
  .product-page .product-tab .tab-content .tab-pane {
    padding: 0 0 20px; }
    .product-page .product-tab .tab-content .tab-pane p {
      font-size: 13px;
      color: #7b7b7b; }

.aricle-page h1 {
  font-size: 24px;
  text-align: center;
  font-family: Lobster;
  margin: 0 0 20px; }

.aricle-page .article-date {
  text-align: center;
  text-transform: uppercase;
  color: #8a8a8a;
  font-size: 12px; }

.aricle-page p {
  font-size: 13px;
  color: #535353;
  margin: 15px 0;
  clear: both;
  line-height: 1.6; }

.aricle-page .container img {
  display: block;
  max-width: 100%;
  float: left;
  margin: 0 auto 20px; }

.aricle-page .article-share {
  clear: both;
  color: #353535;
  margin: 10px 0 30px; }
  .aricle-page .article-share p {
    color: #353535;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0; }
  .aricle-page .article-share p, .aricle-page .article-share .share-buttons {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
  .aricle-page .article-share button, .aricle-page .article-share a {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 0;
    outline: 0;
    margin: 8px 3px 0;
    cursor: pointer;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .aricle-page .article-share button:hover, .aricle-page .article-share a:hover {
      opacity: 0.8; }
    .aricle-page .article-share button svg, .aricle-page .article-share a svg {
      fill: #fff; }
    .aricle-page .article-share button.facebook-item, .aricle-page .article-share a.facebook-item {
      background-color: #2e538f; }
      .aricle-page .article-share button.facebook-item svg, .aricle-page .article-share a.facebook-item svg {
        width: 14px; }
    .aricle-page .article-share button.twitter-item, .aricle-page .article-share a.twitter-item {
      background-color: #1da1f2; }
      .aricle-page .article-share button.twitter-item svg, .aricle-page .article-share a.twitter-item svg {
        width: 14px; }
    .aricle-page .article-share button.google-item, .aricle-page .article-share a.google-item {
      background-color: #CC3333; }
      .aricle-page .article-share button.google-item svg, .aricle-page .article-share a.google-item svg {
        width: 19px; }

.aricle-page .article-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 30px; }
  .aricle-page .article-navigation a {
    text-transform: uppercase;
    color: #2b2b2b;
    position: relative;
    font-size: 10px;
    letter-spacing: 0.05px; }
    .aricle-page .article-navigation a svg {
      position: absolute;
      width: 10px;
      fill: #666666;
      top: 1px; }
    .aricle-page .article-navigation a.prev-article {
      padding-left: 15px; }
      .aricle-page .article-navigation a.prev-article svg {
        left: 0; }
    .aricle-page .article-navigation a.next-article {
      padding-right: 15px; }
      .aricle-page .article-navigation a.next-article svg {
        right: 0; }
    .aricle-page .article-navigation a:hover {
      color: #af112b; }
      .aricle-page .article-navigation a:hover svg {
        fill: #af112b; }

.index-main .container {
  position: relative;
  z-index: 10; }

.index-main .layer {
  position: absolute !important;
  display: none !important;
  z-index: 1; }
  .index-main .layer img {
    display: block;
    width: 100%; }

.catalog-main {
  position: relative; }
  .catalog-main .container {
    position: relative;
    z-index: 5; }
  .catalog-main .layer {
    position: absolute !important;
    display: none !important;
    z-index: 1; }
    .catalog-main .layer img {
      display: block;
      width: 100%; }

.tooltip {
  opacity: 0;
  visibility: hidden; }

.form-row label.error {
  color: #af112b;
  font-size: 11px; }

.main-footer {
  background: url(../img/nav-bg.png) repeat center;
  color: #cdcdd6;
  padding: 15px 0;
  position: relative;
  z-index: 1; }
  .main-footer a {
    color: #cdcdd6; }
  .main-footer .footer-content {
    padding-bottom: 10px; }
    .main-footer .footer-content .footer-logo {
      width: 100px;
      margin: 0 auto 10px;
      text-align: center; }
      .main-footer .footer-content .footer-logo img {
        max-width: 100px; }
    .main-footer .footer-content .footer-nav {
      text-align: center;
      margin-bottom: 15px; }
      .main-footer .footer-content .footer-nav a {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        text-transform: uppercase;
        padding: 3px;
        margin: 3px; }
        .main-footer .footer-content .footer-nav a:hover {
          color: #ff5470;
          text-decoration: none; }
  .main-footer .footer-bottom {
    text-align: center; }
    .main-footer .footer-bottom p {
      margin: 0; }
    .main-footer .footer-bottom .footer-copyright {
      margin-bottom: 10px; }
    .main-footer .footer-bottom .footer-developer,
    .main-footer .footer-bottom .footer-copyright {
      text-align: center;
      font-size: 13px; }
    .main-footer .footer-bottom .scroll-top {
      position: relative;
      font-size: 15px;
      color: #a9a7a6;
      background-color: transparent;
      border: 0;
      outline: 0;
      width: 120px;
      text-align: center;
      display: block;
      margin: 20px auto 0;
      cursor: pointer; }
      .main-footer .footer-bottom .scroll-top:before {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 9px;
        height: 7px;
        top: -7px;
        background: url(../img/arrow-point-to-down.svg) no-repeat center;
        -webkit-background-size: contain;
                background-size: contain;
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
  .main-footer .footer-social {
    text-align: center; }
    .main-footer .footer-social h3 {
      font-size: 13px;
      text-align: center;
      text-transform: uppercase;
      color: #a4b4c5;
      font-weight: 300;
      margin: 0 0 15px; }
    .main-footer .footer-social a {
      width: 30px;
      height: 30px;
      display: inline-block;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 5px; }
      .main-footer .footer-social a svg {
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s;
        fill: #b0b0b0;
        width: 20px; }
      .main-footer .footer-social a:hover svg {
        fill: #ffffff; }
  .main-footer .footer-callback {
    position: absolute;
    top: -23px;
    right: 10px; }
    .main-footer .footer-callback .circle-toggle {
      outline: none;
      width: 46px;
      height: 46px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: #af112b url(../img/phone-call-w.svg) no-repeat center;
      -webkit-background-size: 20px 20px;
              background-size: 20px;
      z-index: 10;
      border: 0;
      color: #fff;
      padding: 0;
      line-height: 75px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      position: relative;
      cursor: pointer; }
    .main-footer .footer-callback span {
      content: '';
      position: absolute;
      left: 50%;
      top: -webkit-calc(50% - 3px);
      top: calc(50% - 3px);
      -webkit-transform: scale(1) translate(-50%, -50%);
          -ms-transform: scale(1) translate(-50%, -50%);
              transform: scale(1) translate(-50%, -50%);
      -webkit-border-radius: 50%;
              border-radius: 50%;
      width: 55px;
      height: 55px;
      z-index: 5;
      -webkit-animation: 3s bounceInOut ease-in-out infinite;
              animation: 3s bounceInOut ease-in-out infinite;
      background-color: rgba(175, 17, 43, 0.8);
      -webkit-transform-origin: left top;
          -ms-transform-origin: left top;
              transform-origin: left top;
      z-index: 1;
      pointer-events: none; }

@-webkit-keyframes bounceInOut {
  0% {
    -webkit-transform: scale(0.3) translate(-50%, -50%);
    transform: scale(0.3) translate(-50%, -50%); }
  60% {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%);
    opacity: 0.35; }
  75% {
    opacity: 0.35; }
  100% {
    -webkit-transform: scale(0.4) translate(-50%, -50%);
    transform: scale(0.4) translate(-50%, -50%);
    opacity: 0.35; } }

@keyframes bounceInOut {
  0% {
    -webkit-transform: scale(0.3) translate(-50%, -50%);
    transform: scale(0.3) translate(-50%, -50%); }
  60% {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%);
    opacity: 0.35; }
  75% {
    opacity: 0.35; }
  100% {
    -webkit-transform: scale(0.4) translate(-50%, -50%);
    transform: scale(0.4) translate(-50%, -50%);
    opacity: 0.35; } }

@media (min-width: 400px) {
  .chosen-products .product-item .product-img {
    height: 260px; }
  .catalog-inner .product-item .product-img {
    height: 260px; }
  .search-result .product-item .product-img {
    height: 260px; }
  .catalog-page .col-12 {
    width: 50%;
    max-width: 50%; }
  .catalog-page .catalog-item {
    height: 200px; }
    .catalog-page .catalog-item .product-img a h3 {
      font-size: 13px;
      padding: 10px 5px; } }

@media (min-width: 480px) {
  .index-categories .button-container {
    max-width: 450px;
    margin: 30px auto 0; }
  .products-slider {
    width: 100%; }
  .product-item .product-img {
    height: 330px; }
  .chosen-products .product-item .product-img {
    height: 310px; }
  .catalog-inner .product-item .product-img {
    height: 310px; }
  .search-result .product-item .product-img {
    height: 310px; } }

@media (min-width: 576px) {
  .index-slider .item {
    height: 350px; }
  .index-cooperation .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .index-cooperation .container h2, .index-cooperation .container h3 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin: 0 auto 50px; }
    .index-cooperation .container .coop-item {
      width: 50%;
      padding: 0 10px; }
  .not-found-content h1 {
    font-size: 120px; }
  .not-found-content .not-found-text h2 {
    font-size: 26px; }
  .chosen-products .product-item .product-img {
    height: 350px; }
  .catalog-inner .product-item .product-img {
    height: 350px; }
  .search-result .product-item .product-img {
    height: 350px; }
  .information-page .nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .information-page .nav-tabs .nav-link {
      border-right: 1px solid #eee;
      padding: 10px 13px; }
      .information-page .nav-tabs .nav-link:after {
        left: -1px;
        width: auto;
        right: -1px; }
  .cooperation-modal .modal-body {
    padding: 0 30px 10px; }
  .catalog-page .catalog-item {
    height: 250px; }
    .catalog-page .catalog-item .product-img a h3 {
      font-size: 16px; }
  .product-page .product-slider-container {
    position: relative;
    padding-left: 90px; }
  .product-page .product-slider .item {
    border: 0; }
    .product-page .product-slider .item img {
      max-height: 450px; }
  .product-page .product-slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    width: 80px;
    padding: 35px 0; }
    .product-page .product-slider-nav .item {
      margin: 5px 0;
      height: 100px; }
      .product-page .product-slider-nav .item img {
        max-width: 80px;
        max-height: 90px; }
    .product-page .product-slider-nav .slick-arrow {
      width: 30px;
      height: 40px;
      border: 1px solid #efefef;
      background-color: transparent;
      position: absolute;
      left: 0;
      z-index: 1;
      outline: 0;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      padding: 0 0 2px 0;
      width: 80px;
      height: 30px;
      cursor: pointer; }
      .product-page .product-slider-nav .slick-arrow:hover {
        background-color: transparent !important;
        border: 0 !important; }
      .product-page .product-slider-nav .slick-arrow svg {
        width: 11px;
        fill: #1c2b4a; }
      .product-page .product-slider-nav .slick-arrow.prev-arrow {
        padding-right: 1px;
        top: 0;
        border: 0; }
        .product-page .product-slider-nav .slick-arrow.prev-arrow svg {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .product-page .product-slider-nav .slick-arrow.next-arrow {
        bottom: 0;
        border: 0; }
        .product-page .product-slider-nav .slick-arrow.next-arrow svg {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .product-page .product-slider-nav .slick-arrow:hover {
        background-color: #f9e8ee;
        border: 1px solid #f9e8ee; }
        .product-page .product-slider-nav .slick-arrow:hover svg {
          fill: #af112b; }
  .product-page .product-tab .nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .product-page .product-tab .nav-tabs .nav-link {
      font-size: 12px;
      padding: 10px 5px; }
      .product-page .product-tab .nav-tabs .nav-link:after {
        width: 75px;
        height: 3px;
        margin: 0 auto;
        bottom: -1px; }
  .aricle-page p {
    clear: none; }
  .aricle-page .article-navigation a {
    font-size: 14px;
    font-weight: 500; }
    .aricle-page .article-navigation a svg {
      top: 4px; }
  .about-page .layer-1 {
    display: block !important;
    width: 150px;
    left: -50px !important;
    top: 100px !important; }
  .about-page .layer-5 {
    display: block !important;
    width: 80px;
    left: 0 !important;
    top: auto !important;
    bottom: 150px !important; }
  .index-main .layer-1 {
    display: block !important;
    left: -15% !important;
    top: 4% !important;
    width: 200px; }
  .index-main .layer-12 {
    display: block !important;
    left: -18% !important;
    top: auto !important;
    bottom: 20px !important;
    width: 200px;
    z-index: 100; }
  .catalog-main .layer-1 {
    display: block !important;
    left: -15% !important;
    top: -15% !important;
    width: 200px; }
  .catalog-main .layer-4 {
    display: block !important;
    left: -15% !important;
    top: auto !important;
    bottom: -100px !important;
    width: 200px;
    z-index: 100; } }


@media(min-width: 376px) {
  .main-header .nav-toggle {
    margin-left: 30px;
  }

  .main-header .header-chosen,
  .main-header .header-chosen.header-cart {
    margin-left: 30px;
  }
}

@media (min-width: 768px) {
  #page-overlay {
    display: none !important; }
  .index-slider .item h1, .index-slider .item h2 {
    font-size: 24px; }
  .index-slider .item p {
    font-size: 15px; }
  .main-header {
    position: relative;
    border-bottom: 0; }
    .main-header .logo img {
      max-width: 120px; }
    .main-header .header-content {
      padding: 5px 0; }
    .main-header .header-bottom {
      background: url(../img/nav-bg.png) repeat center;
      padding: 5px 0; }
    .main-header .slide-nav {
      position: static;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      height: auto;
      width: 100%;
      padding: 0;
      padding-left: 60px;
      overflow: visible;
      background: transparent; }


      .main-header .main-nav .login-link {
        display: inline-block;
      }


      .main-header .slide-nav:before, .main-header .slide-nav:after {
        content: " ";
        display: table; }
      .main-header .slide-nav:after {
        clear: both; }
    .main-header .slide-nav-close {
      display: none; }
    .main-header .nav-toggle {
      display: none; }
    .main-header .main-nav {
      margin: 2px -10px 0 0; 
      width: 100%;
      display: flex;
      justify-content: space-between;
    }
      .main-header .main-nav a {
        display: inline-block;
        vertical-align: top;
        margin: 0 3px;
        font-size: 11px;
        padding: 7px 3px;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
        .main-header .main-nav a:hover {
          color: #ff5470; }
    .main-header .header-contacts {
      position: absolute;
      left: 140px;
      top: -57px; }
      .main-header .header-contacts p {
        color: #2d2d2d;
        font-size: 12px;
        margin-bottom: 8px; }
        .main-header .header-contacts p a {
          color: #af112b; }
    .main-header .search-toggle {
      margin-top: 13px; }
    .main-header .header-chosen {
      margin-top: 14px; }
    .main-header .default-select {
      position: absolute;
      left: 0;
      top: -1px;
      margin-top: 8px; }
  .index-categories h2 {
    font-size: 24px; }
  .index-material {
    padding: 60px 0; }
    .index-material h2, .index-material h3 {
      font-size: 24px; }
    .index-material p {
      font-size: 16px; }
  .index-cooperation .container h2, .index-cooperation .container h3 {
    font-size: 24px; }
  .index-cooperation .container .coop-item:nth-of-type(1), .index-cooperation .container .coop-item:nth-of-type(2), .index-cooperation .container .coop-item:nth-of-type(3) {
    margin-bottom: 50px; }
  .new-products {
    padding-bottom: 40px; }
    .new-products .container > h2, .new-products .container > h3 {
      font-size: 24px; }
  .sale-section {
    padding: 55px 0; }
  .index-news {
    padding: 40px 0 20px; }
    .index-news .news-item {
      position: relative;
      padding-bottom: 20px;
      height: 100%;
      margin-bottom: 0; }
      .index-news .news-item .item-img {
        height: 160px; }
      .index-news .news-item .item-link {
        position: absolute;
        bottom: 0;
        left: 0; }
    .index-news .container > h2, .index-news .container > h3 {
      font-size: 24px;
      margin-bottom: 40px; }
    .index-news .default-button {
      margin: 40px auto 0; }
  .news-page h1 {
    font-size: 28px;
    margin: 0 0 35px; }
  .news-page .col-md-4 {
    margin-bottom: 25px; }
  .news-page .news-item {
    position: relative;
    padding-bottom: 20px;
    height: 100%;
    margin-bottom: 0; }
    .news-page .news-item .item-img {
      height: 160px; }
    .news-page .news-item .item-link {
      position: absolute;
      bottom: 0;
      left: 0; }
  .not-found-content h1 {
    font-size: 150px; }
  .not-found-content .not-found-text h2 {
    font-size: 28px; }
  .breadcrumb li {
    font-size: 13px; }
    .breadcrumb li a {
      font-size: 13px; }
  .chosen-products h1 {
    font-size: 24px;
    margin: 20px 0 40px; }
  .chosen-products .empty-chosen h2 {
    font-size: 20px; }
  .chosen-products .chosen-products .product-item .product-img {
    height: 350px; }
  .catalog-inner h1 {
    font-size: 28px;
    margin: 30px 0 40px; }
  .catalog-inner .product-item .product-img {
    height: 350px; }
  .catalog-inner .pagination {
    margin: 30px 0 60px; }
  .catalog-inner .catalog-text h2 {
    font-size: 22px; }
  .catalog-page h1 {
    font-size: 28px;
    margin: 0 0 35px; }
  .catalog-page .catalog-item {
    height: 300px; }
    .catalog-page .catalog-item .product-img a h3 {
      font-size: 17px; }
  .catalog-page .sale-section {
    margin: 40px 0; }
  .catalog-page .catalog-text {
    margin-bottom: 50px; }
  .search-result h1 {
    font-size: 24px;
    margin: 20px 0 40px; }
  .search-result .result-head .text-left {
    margin-bottom: 10px;
    text-align: left !important; }
  .search-result .result-head .text-right {
    margin-bottom: 10px;
    text-align: right !important; }
  .search-result .result-head h3 {
    font-size: 15px; }
  .search-result .product-item .product-img {
    height: 330px; }
  .search-result .failed-result {
    padding: 80px 0 100px; }
  .information-page h1 {
    font-size: 28px;
    margin: 20px 0 40px; }
  .information-page .nav-tabs .nav-link {
    padding: 10px 13px;
    font-size: 14px; }
  .information-page .tab-content h2 {
    font-size: 22px; }
  .information-page .tab-content p {
    font-size: 14px; }
  .contacts-page h1 {
    font-size: 28px;
    margin: 20px 0 40px; }
  .cooperation-page h1 {
    font-size: 28px; }
  .cooperation-page .coop-container {
    margin: 40px 0 0;
    padding: 30px 0; }
  .cooperation-page .index-cooperation {
    padding-bottom: 40px; }
  .cooperation-modal-dialog {
    max-width: 580px; }
  .success-message {
    height: 450px; }
    .success-message h1 {
      font-size: 24px; }
    .success-message p {
      font-size: 15px; }
  .about-page h1 {
    font-size: 28px;
    margin: 0 0 40px; }
  .about-page .about-img {
    display: block;
    border: 1px solid #e0e0e0;
    padding: 7px; }
    .about-page .about-img img {
      display: block;
      max-width: 100%; }
  .about-page .about-benefits {
    margin: 35px 0 20px; }
  .product-page .breadcrumb li {
    font-size: 13px; }
    .product-page .breadcrumb li a {
      font-size: 13px; }
  .product-page .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem; }
  .product-page .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    padding-right: .5rem; }
  .product-page .product-slider-container {
    margin-top: 15px; }
  .product-page .product-description {
    margin-top: 30px; }
  .product-page h1 {
    text-align: left;
    margin: 0 0 20px; }
  .product-page .product-tab {
    margin-top: 20px;
    padding: 30px 0; }
    .product-page .product-tab .nav-tabs .nav-link {
      font-size: 14px;
      font-weight: 500; }
    .product-page .product-tab .tab-content h2 {
      font-size: 24px; }
    .product-page .product-tab .tab-content .tab-pane {
      padding: 20px 0; }
      .product-page .product-tab .tab-content .tab-pane p {
        font-size: 14px; }
  .aricle-page h1 {
    font-size: 26px;
    margin: 30px 0 15px; }
  .aricle-page .article-date {
    margin-bottom: 30px; }
  .callback-modal .modal-body {
    padding: 0 40px 40px; }
  .index-main .layer-1 {
    left: -22% !important;
    top: 5% !important;
    width: 300px; }
  .index-main .layer-2 {
    display: block !important;
    width: 80px;
    left: 3% !important;
    top: 51% !important; }
  .index-main .layer-6 {
    display: block !important;
    width: 80px;
    left: auto !important;
    right: 0 !important;
    top: 8% !important; }
  .index-main .layer-7 {
    display: block !important;
    width: 100px;
    left: auto !important;
    right: 0 !important;
    top: 12% !important; }
  .index-main .layer-12 {
    left: -12% !important;
    bottom: 0 !important;
    width: 220px; }
  .catalog-main .layer-1 {
    left: -8% !important;
    top: -12% !important; }
  .catalog-main .layer-2 {
    display: block !important;
    left: auto !important;
    right: 25% !important;
    top: 77% !important;
    width: 90px; }
  .catalog-main .layer-3 {
    display: block !important;
    left: auto !important;
    right: 1% !important;
    width: 200px;
    top: 65% !important; }
  .catalog-main .layer-4 {
    left: -10% !important;
    top: auto !important;
    bottom: 0 !important; } }


    .main-header .overlay-search .form-group .form-control:focus {
      border-color: transparent!important;
    }

@media (min-width: 992px) {
  .main-header {
    border-top: 7px solid #ededf1; }
    .main-header .header-content {
      padding: 25px 0; }
      .main-header .header-content .container {
        position: relative; }
    .main-header .logo {
      position: absolute;
      left: 0;
      right: 0;
      top: -15px;
      margin: 0 auto;
      width: 155px; }
      .main-header .logo img {
        max-width: 155px; }
    .main-header .header-contacts {
      left: 0;
      top: -68px; }
    .main-header .search-toggle {
      display: none; }
    .main-header .overlay-search {
      display: block;
      float: right;
      position: relative;
      top: auto;
      left: auto;
      width: 300px;
      height: auto;
      padding: 0;
      background-color: transparent;
      border-bottom: 1px solid #dadada; }
      .main-header .overlay-search label {
        padding-left: 0;
        left: 0;
        top: 9px;
        font-size: 13px; }
      .main-header .overlay-search .form-group {
        margin-bottom: 0;
        padding-left: 48px; }
        .main-header .overlay-search .form-group .form-control {
          font-size: 12px; }
    .main-header .header-bottom {
      padding: 8px 0; }
      .main-header .header-bottom .container {
        padding-right: 130px; 
      }

      .office-page .main-header .overlay-search label,
      .login-page .main-header .overlay-search label {
        font-weight: 400;
        margin-top: 7px;
      }


    .main-header .header-chosen {
      position: absolute;
      bottom: -70px;
      right: 15px;
      z-index: 10;
      color: #fff;
      margin: 0; }

      .main-header .header-chosen.header-cart {
        bottom: -60px;
        right: 77px;
      }

      .main-header .header-chosen svg {
        fill: #fff; }
      .main-header .header-chosen span {
        color: #fff; }
  .main-footer {
    background: url(../img/footer-bg.png) no-repeat center;
    -webkit-background-size: cover;
            background-size: cover; }
    .main-footer .footer-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 20px 0 30px; }
      .main-footer .footer-content .footer-logo {
        margin: 0; }
      .main-footer .footer-content .footer-nav {
        margin: 8px 0 0; }
      .main-footer .footer-content .footer-social {
        margin-top: 8px; }
    .main-footer .footer-bottom {
      border-top: 1px solid #585151;
      padding: 35px 0 10px;
      position: relative; }
      .main-footer .footer-bottom .scroll-top {
        position: absolute;
        left: 0;
        right: 0;
        top: 12px; }
    .main-footer .footer-copyright {
      float: left; }
    .main-footer .footer-developer {
      float: right; }
  .index-slider .item {
    height: 450px; }
    .index-slider .item h1, .index-slider .item h2 {
      font-size: 28px;
      margin: 0 0 25px; }
    .index-slider .item p {
      font-size: 16px; }
  .index-categories {
    padding: 50px 0; }
  .index-material {
    text-align: left; }
    .index-material h2, .index-material h3 {
      margin: 0 0 30px;
      max-width: 300px; }
    .index-material .woman-img {
      display: block;
      position: relative;
      height: 100%; }
      .index-material .woman-img .material-img {
        width: 190px;
        height: 190px;
        -webkit-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border: 12px solid #d4d2d2;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1; }
        .index-material .woman-img .material-img:after, .index-material .woman-img .material-img:before {
          content: "";
          position: absolute; }
        .index-material .woman-img .material-img:before {
          width: 20px;
          height: 20px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          background-color: #ffd7dd;
          border: 3px solid #af112b;
          top: 130px;
          left: -100px;
          z-index: 10; }
        .index-material .woman-img .material-img:after {
          width: 90px;
          border-top: 2px dashed #f38294;
          left: -100px;
          top: 125px;
          -webkit-transform: rotate(-20deg);
              -ms-transform: rotate(-20deg);
                  transform: rotate(-20deg); }
      .index-material .woman-img img {
        max-width: 300px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -60px; }
  .index-cooperation {
    padding: 50px 0 10px; }
    .index-cooperation .container h2, .index-cooperation .container h3 {
      width: 100%;
      max-width: none; }
    .index-cooperation .container .coop-item {
      width: 33.33%; }
      .index-cooperation .container .coop-item .item-text {
        font-size: 15px; }
  .sale-section {
    text-align: left; }
    .sale-section .info-sale-wrap {
      overflow: hidden;
      display: inline-block;
      padding-top: 18px; }
    .sale-section .sale-info {
      border: 3px solid rgba(230, 230, 230, 0.4);
      border-top: 0;
      padding: 0 70px 10px 30px; }
      .sale-section .sale-info h2, .sale-section .sale-info h3 {
        margin: 0;
        position: relative;
        display: inline-block;
        padding: 0 20px;
        position: relative;
        top: -23px; }
        .sale-section .sale-info h2:before, .sale-section .sale-info h2:after, .sale-section .sale-info h3:before, .sale-section .sale-info h3:after {
          content: '';
          position: absolute;
          width: 1000px;
          border-top: 3px solid rgba(230, 230, 230, 0.4);
          top: 20px; }
        .sale-section .sale-info h2:before, .sale-section .sale-info h3:before {
          right: 100%; }
        .sale-section .sale-info h2:after, .sale-section .sale-info h3:after {
          left: 100%; }
      .sale-section .sale-info p {
        padding-left: 20px; }
  .index-news .news-item .item-img {
    height: 200px;
    margin-bottom: 20px; }
  .index-news .news-item .item-date {
    margin-bottom: 20px; }
  .index-news .news-item .item-title {
    margin-bottom: 20px; }
    .index-news .news-item .item-title h2, .index-news .news-item .item-title h3, .index-news .news-item .item-title h4 {
      font-size: 19px; }
  .index-news .news-item .item-text {
    display: block;
    margin-bottom: 20px; }
    .index-news .news-item .item-text p {
      line-height: 1.5; }
  .index-news .container > h2, .index-news .container > h3 {
    font-size: 24px;
    margin-bottom: 40px; }
  .index-news .default-button {
    margin-top: 50px; }
  .news-page {
    padding-bottom: 30px; }
    .news-page h1 {
      font-size: 32px; }
    .news-page .col-md-4 {
      margin-bottom: 35px; }
    .news-page .news-item .item-img {
      height: 200px;
      margin-bottom: 20px; }
    .news-page .news-item .item-date {
      margin-bottom: 20px; }
    .news-page .news-item .item-title {
      margin-bottom: 20px; }
      .news-page .news-item .item-title h2, .news-page .news-item .item-title h3, .news-page .news-item .item-title h4 {
        font-size: 19px; }
    .news-page .news-item .item-text {
      display: block;
      margin-bottom: 20px; }
      .news-page .news-item .item-text p {
        line-height: 1.5; }
  .index-text {
    padding: 35px 0; }
    .index-text h2 {
      font-size: 25px;
      text-align: left; }
  .not-found-content h1 {
    font-size: 180px; }
  .not-found-content .not-found-text h2 {
    font-size: 30px; }
  .chosen-products h1 {
    font-size: 28px; }
  .chosen-products .empty-chosen {
    max-width: 530px;
    margin: 0 auto; }
    .chosen-products .empty-chosen h2 {
      font-size: 24px; }
  .search-result h1 {
    font-size: 28px; }
  .search-result hr {
    margin-top: 25px;
    margin-bottom: 40px; }
  .search-result .failed-result h2 {
    font-size: 20px; }
  .search-result .failed-result p {
    font-size: 15px; }
  .information-page h1 {
    font-size: 32px; }
  .information-page .nav-tabs .nav-link {
    padding: 15px 25px;
    font-size: 14px; }
  .information-page .tab-content {
    padding: 25px 0 20px; }
    .information-page .tab-content h2 {
      font-size: 26px;
      margin: 0 0 25px; }
  .contacts-page h1 {
    font-size: 32px;
    margin: 20px 0 45px; }
  .contacts-page h2 {
    font-size: 22px;
    margin: 0 0 30px; }
  .contacts-page p {
    font-size: 14px;
    line-height: 1.5; }
  .contacts-page .order-first {
    padding-left: 60px; }
  .contacts-page .form-group label {
    font-size: 14px; }
  .contacts-page .map-container iframe {
    height: 400px !important; }
  .pagination .page-item .page-link {
    font-size: 14px; }
  .cooperation-page h1 {
    font-size: 32px;
    margin: 0 0 30px; }
  .cooperation-page .coop-text p {
    font-size: 14px; }
  .cooperation-page .coop-container {
    position: relative;
    margin-top: 80px; }
    .cooperation-page .coop-container h2 {
      text-align: left;
      font-size: 24px; }
    .cooperation-page .coop-container .col-lg-5 {
      position: relative;
      z-index: 5; }
    .cooperation-page .coop-container .woman-img {
      display: block;
      position: absolute;
      bottom: 0;
      left: 30px;
      right: 0;
      width: 250px;
      margin: 0 auto;
      z-index: 1; }
      .cooperation-page .coop-container .woman-img img {
        display: block;
        max-width: 250px;
        margin: 0 auto; }
    .cooperation-page .coop-container .default-button {
      margin: 25px 0 0; }
  .cooperation-modal .modal-body {
    padding: 0 40px 15px; }
    .cooperation-modal .modal-body .default-button {
      float: left;
      width: 130px;
      padding: 12px; }
    .cooperation-modal .modal-body .terms-link {
      margin-left: 150px; }
      .cooperation-modal .modal-body .terms-link label:before {
        top: 2px; }
      .cooperation-modal .modal-body .terms-link label:after {
        top: 3px; }
  .catalog-inner h1 {
    font-size: 32px; }
  .catalog-inner .catalog-text h2 {
    font-size: 26px;
    text-align: left; }
  .catalog-inner .catalog-text p {
    font-size: 14px; }
  .catalog-page h1 {
    font-size: 32px;
    margin: 0 0 40px; }
  .catalog-page .col-12 {
    max-width: 33.33%; }
  .catalog-page .catalog-item {
    height: 300px;
    margin-bottom: 50px; }
    .catalog-page .catalog-item .product-img a h3 {
      font-size: 18px; }
    .catalog-page .catalog-item .product-img a:before, .catalog-page .catalog-item .product-img a:after {
      content: '';
      position: absolute;
      margin: 0 auto;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
    .catalog-page .catalog-item .product-img a:before {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      bottom: 15px;
      top: 15px;
      left: 50%;
      right: 50%; }
    .catalog-page .catalog-item .product-img a:after {
      border-left: 1px solid #fff;
      border-right: 1px solid #fff;
      left: 15px;
      right: 15px;
      top: 50%;
      bottom: 50%; }
    .catalog-page .catalog-item .product-img a:hover:before {
      left: 15px;
      right: 15px; }
    .catalog-page .catalog-item .product-img a:hover:after {
      top: 15px;
      bottom: 15px; }
  .catalog-page .sale-section {
    margin: 50px 0 60px; }
  .catalog-page .catalog-text {
    margin-bottom: 70px; }
  .about-page h1 {
    font-size: 32px;
    margin: 10px 0 60px; }
  .about-page .about-img {
    max-width: 335px;
    margin: 0 auto; }
  .about-page .about-text {
    padding-top: 10px;
    font-size: 14px; }
  .about-page .about-benefits {
    margin: 75px 0 30px; }
    .about-page .about-benefits .benefit-item {
      width: 25%; }
  .product-page .product-tab {
    margin-top: 50px;
    margin-bottom: 50px; }
    .product-page .product-tab .nav-tabs .nav-item .nav-link {
      font-size: 18px; }
  .product-page .new-products .container > h2,
  .product-page .new-products .container > h3 {
    font-size: 28px; }
  .aricle-page .container {
    width: 800px; }
  .aricle-page .breadcrumb-container {
    width: 960px; }
  .aricle-page .article-share {
    margin-bottom: 40px; }
    .aricle-page .article-share p {
      font-size: 15px; }
    .aricle-page .article-share button, .aricle-page .article-share a {
      margin: 10px 3px 0; }
  .aricle-page .article-navigation {
    margin: 30px 0 50px; }
  .catalog-main .layer-1 {
    width: 250px;
    left: -6% !important;
    top: -20% !important; }
  .catalog-main .layer-2 {
    left: auto !important;
    right: 25% !important;
    top: 73% !important;
    width: 90px; }
  .catalog-main .layer-3 {
    left: auto !important;
    right: -1% !important;
    width: 250px;
    top: 65% !important; }
  .catalog-main .layer-4 {
    left: -10% !important;
    top: auto !important;
    bottom: 0 !important; }
  .catalog-main .layer-5 {
    width: 100px;
    display: block !important;
    left: -1% !important;
    top: 50% !important; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; }
  .main-header .main-nav {
    float: none;
    width: 100%;
    margin-top: 0;
    text-align: center; }
    .main-header .main-nav a {
      margin: 0 15px; 
      font-size: 13px;
    }
  .main-header .header-content {
    padding: 25px 0 35px; }
  .main-header .header-bottom {
    padding: 14px 0; }
  .main-header .logo {
    top: -13px; }
  .main-header .header-contacts {
    padding-left: 0;
    top: -90px; }
    .main-header .header-contacts p {
      font-size: 13px;
      margin-bottom: 10px; }
  .main-header .overlay-search {
    margin-top: 6px;
    width: 329px; 
  }

    .main-header .overlay-search .submit-search {
    -webkit-background-size: 50% 50%;
          background-size: 50%; 
        }

  .main-header .header-chosen {
    bottom: -86px; 
  }

  .main-header .header-chosen.header-cart {
    bottom: -76px;
  }

    .main-header .header-chosen a {
      width: 100%; }

    .main-header .header-chosen p {
      display: inline-block;
      vertical-align: top;
      margin: 3px 8px 0 0;
      color: #fff; }

    .main-header .header-chosen svg {
      display: inline-block;
      vertical-align: top; 
    }





  .index-slider .item {
    height: 550px; }
    .index-slider .item h1, .index-slider .item h2 {
      font-size: 32px;
      margin: 0 0 25px; }
    .index-slider .item p {
      font-size: 17px; }
  .main-footer .footer-content .footer-logo {
    width: 150px; }
    .main-footer .footer-content .footer-logo img {
      max-width: 150px; }
  .main-footer .footer-content .footer-nav {
    margin-top: 25px; }
    .main-footer .footer-content .footer-nav a {
      font-size: 15px;
      margin: 0 15px; }
  .main-footer .footer-content .footer-social {
    margin-top: 30px; }
  .index-categories {
    padding: 90px 0; }
    .index-categories h2 {
      font-size: 28px; }
    .index-categories .toggle-container {
      width: 420px;
      height: 620px; }
    .index-categories .button-container {
      max-width: 320px; }
      .index-categories .button-container .choose-toggle {
        margin-bottom: 20px; }
        .index-categories .button-container .choose-toggle a {
          padding: 18px 10px; }
    .index-categories .d-lg-block {
      position: relative;
      padding-left: 150px; }
    .index-categories .indicator-container {
      display: block;
      position: absolute;
      top: 100px;
      left: 20px; }
      .index-categories .indicator-container span {
        display: block;
        color: #4d4c4c;
        font-size: 14px;
        margin: 5px 0;
        position: relative;
        padding: 10px;
        overflow: hidden; }
        .index-categories .indicator-container span:after {
          content: '';
          width: 35px;
          height: 1px;
          background-color: #98938e;
          position: absolute;
          top: 1px;
          left: -34px;
          -webkit-transform: rotate(30deg);
              -ms-transform: rotate(30deg);
                  transform: rotate(30deg);
          -webkit-transition: 0.35s;
          -o-transition: 0.35s;
          transition: 0.35s; }
        .index-categories .indicator-container span.active {
          color: #000000; }
          .index-categories .indicator-container span.active:after {
            top: 18px;
            left: 1px; }
  .index-material {
    padding: 80px 0;
    margin-top: 50px; }
    .index-material .col-lg-5 {
      padding-left: 40px; }
    .index-material .woman-img {
      margin-right: 200px; }
      .index-material .woman-img img {
        max-width: 440px;
        bottom: -80px; }
      .index-material .woman-img .material-img {
        top: 80px;
        right: -100px; }
        .index-material .woman-img .material-img:before {
          left: -170px;
          top: 15px;
          -webkit-transform: rotate(15deg);
              -ms-transform: rotate(15deg);
                  transform: rotate(15deg); }
        .index-material .woman-img .material-img:after {
          width: 152px;
          left: -159px;
          top: 50px;
          -webkit-transform: rotate(19deg);
              -ms-transform: rotate(19deg);
                  transform: rotate(19deg); }
    .index-material h2, .index-material h3 {
      font-size: 32px;
      margin: 0 0 35px; }
    .index-material p {
      margin: 0 0 25px; }
  .index-cooperation {
    padding: 80px 0 0; }
    .index-cooperation .container h2, .index-cooperation .container h3 {
      font-size: 36px;
      margin-bottom: 80px; }
    .index-cooperation .container .coop-item {
      position: relative;
      padding-left: 100px; }
      .index-cooperation .container .coop-item:nth-of-type(1), .index-cooperation .container .coop-item:nth-of-type(2), .index-cooperation .container .coop-item:nth-of-type(3) {
        margin-bottom: 80px; }
      .index-cooperation .container .coop-item .item-img {
        position: absolute;
        left: 0;
        top: 0; }
      .index-cooperation .container .coop-item .item-text {
        text-align: left;
        font-size: 16px; }
        .index-cooperation .container .coop-item .item-text br {
          display: block; }
  .new-products {
    padding-bottom: 50px; }
    .new-products hr {
      margin-bottom: 50px; }
    .new-products .container > h2, .new-products .container > h3 {
      font-size: 36px; }
  .products-slider .product-footer .product-name h2, .products-slider .product-footer .product-name h3 {
    font-size: 15px; }
  .sale-section {
    padding: 75px 0; }
  .index-news {
    padding: 50px 0; }
    .index-news .container > h2, .index-news .container > h3 {
      font-size: 36px;
      margin-bottom: 50px; }
  .news-page h1 {
    font-size: 36px;
    margin: 0 0 50px; }
  .news-page .pagination {
    margin: 40px 0 50px; }
  .not-found-content {
    padding: 100px 0; }
    .not-found-content h1 {
      font-size: 200px;
      float: left;
      padding-left: 30px;
      line-height: 1; }
    .not-found-content .not-found-text {
      text-align: left;
      margin-left: 600px;
      max-width: 400px; 
      padding-top: 40px;}
      .not-found-content .not-found-text h2 {
        font-size: 30px; }
      .not-found-content .not-found-text .form-group {
        margin: 0; }
  .breadcrumb li {
    font-size: 14px; }
    .breadcrumb li a {
      font-size: 14px; }
  .chosen-products {
    padding-bottom: 30px; }
    .chosen-products h1 {
      font-size: 36px;
      margin: 0 0 50px; }
    .chosen-products .product-item .product-img {
      height: 370px; }
  .catalog-inner h1 {
    font-size: 36px; }
  .catalog-inner .product-item .product-img {
    height: 370px; }
  .catalog-page h1 {
    font-size: 36px;
    margin: 0 0 50px; }
  .catalog-page .catalog-item {
    height: 345px;
    margin-bottom: 60px; }
    .catalog-page .catalog-item .product-img a h3 {
      min-width: 200px;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      padding: 10px 30px;
      white-space: nowrap; }
  .catalog-page .sale-section {
    margin: 80px 0; }
  .catalog-page .catalog-text {
    margin-bottom: 90px; }
    .catalog-page .catalog-text h2 {
      font-size: 26px;
      margin: 0 0 30px; }
  .search-result {
    padding-bottom: 30px; }
    .search-result h1 {
      font-size: 36px;
      margin: 0 0 50px; }
    .search-result hr {
      margin-top: 25px;
      margin-bottom: 50px; }
    .search-result .result-head h3 {
      font-size: 16px; }
    .search-result .product-item .product-img {
      height: 370px; }
  .information-page h1 {
    font-size: 36px; }
  .information-page .nav-tabs .nav-link {
    padding: 20px 40px;
    font-size: 14px; }
  .cooperation-page h1 {
    font-size: 32px;
    margin: 0 0 30px; }
  .cooperation-page .coop-text p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px; }
  .cooperation-page .coop-container {
    padding: 60px 0;
    margin-top: 100px; }
    .cooperation-page .coop-container h2 {
      font-size: 30px;
      max-width: 390px;
      margin-bottom: 25px; }
    .cooperation-page .coop-container p {
      max-width: 390px;
      font-size: 16px; }
      .cooperation-page .coop-container p span {
        font-size: 35px;
        font-weight: 500; }
    .cooperation-page .coop-container .woman-img {
      width: 400px; }
      .cooperation-page .coop-container .woman-img img {
        max-width: 400px; }
  .cooperation-page .index-cooperation {
    padding-bottom: 70px; }
  .cooperation-modal .modal-header h5 {
    font-size: 24px; }
  .success-message {
    height: 600px; }
    .success-message h1 {
      font-size: 36px; }
    .success-message p {
      font-size: 16px; }
  .about-page h1 {
    font-size: 36px; }
  .about-page .about-benefits {
    margin: 90px 0 100px; }
    .about-page .about-benefits .benefit-item {
      overflow: hidden; }
      .about-page .about-benefits .benefit-item .item-img {
        float: left; }
      .about-page .about-benefits .benefit-item .item-text {
        margin-left: 90px;
        text-align: left;
        padding-top: 5px; }
  .about-page .layer-2,
  .about-page .layer-3,
  .about-page .layer-4 {
    display: block !important; }
  .about-page .layer-1 {
    width: 150px;
    left: 30px !important;
    top: -150px !important; }
  .about-page .layer-2 {
    width: 150px;
    left: 5% !important;
    top: 40% !important; }
  .about-page .layer-3 {
    width: 120px;
    left: 30% !important;
    top: 20% !important; }
  .about-page .layer-4 {
    width: 120px;
    left: 30% !important;
    top: 50% !important; }
  .about-page .layer-5 {
    width: 100px;
    bottom: 100px !important; }
  .about-page .layer-6 {
    width: 150px;
    right: 10px !important;
    top: 70% !important; }
  .product-page .breadcrumb {
    margin-bottom: 55px; }
    .product-page .breadcrumb li {
      font-size: 14px; }
      .product-page .breadcrumb li a {
        font-size: 14px; }
  .product-page h1 {
    font-size: 26px;
    margin: 0 0 26px; }
  .product-page .product-description {
    margin-top: 10px; }
    .product-page .product-description table tr td {
      font-size: 14px;
      width: auto; }
    .product-page .product-description p {
      font-size: 14px; }
  .product-page .product-slider-container {
    max-width: 450px;
    margin: 0 auto; }
  .product-page .product-page .product-tab {
    margin-top: 65px; }
  .product-page .product-tab .nav-tabs {
    display: block;
    text-align: center; }
    .product-page .product-tab .nav-tabs .nav-item {
      display: inline-block;
      margin: 0 25px; }
      .product-page .product-tab .nav-tabs .nav-item .nav-link:after {
        bottom: -2px; }
  .product-page .product-tab .tab-content .tab-pane p {
    max-width: 1000px;
    margin: 0 0 20px;
    line-height: 1.6; }
  .aricle-page .breadcrumb-container {
    width: 1170px; }
  .aricle-page p {
    margin-bottom: 25px; }
  .index-main .layer-1 {
    left: -20% !important;
    top: 2% !important;
    width: 400px; }
  .index-main .layer-2 {
    display: block !important;
    width: 120px;
    left: 7% !important;
    top: 54% !important; }
  .index-main .layer-3 {
    display: block !important;
    width: 150px;
    left: 10% !important;
    top: 25% !important; }
  .index-main .layer-4 {
    display: block !important;
    width: 150px;
    left: 42% !important;
    top: 15% !important; }
  .index-main .layer-5 {
    display: block !important;
    width: 100px;
    left: 50% !important;
    top: 20% !important; }
  .index-main .layer-6 {
    width: 100px;
    right: 1% !important;
    top: 9% !important; }
  .index-main .layer-7 {
    width: 150px;
    right: 0 !important;
    top: 12% !important; }
  .index-main .layer-8 {
    display: block !important;
    width: 150px;
    left: 40% !important;
    top: 30% !important; }
  .index-main .layer-9 {
    display: block !important;
    width: 150px;
    left: auto !important;
    right: 0 !important;
    top: 40% !important; }
  .index-main .layer-10 {
    display: block !important;
    width: 100px;
    left: auto !important;
    right: 20% !important;
    top: 72% !important; }
  .index-main .layer-11 {
    display: block !important;
    width: 250px;
    left: auto !important;
    right: 0 !important;
    top: 70% !important; }
  .index-main .layer-12 {
    left: -8% !important;
    bottom: 10px !important;
    width: 220px; }
  .catalog-main .layer-1 {
    left: -5% !important;
    top: -5% !important; }
  .catalog-main .layer-2 {
    left: auto !important;
    right: 25% !important;
    top: 73% !important;
    width: 90px; }
  .catalog-main .layer-3 {
    left: auto !important;
    right: -3% !important;
    width: 300px;
    top: 65% !important; }
  .catalog-main .layer-4 {
    left: -10% !important;
    top: auto !important;
    bottom: -10px !important; }
  .catalog-main .layer-5 {
    width: 150px;
    display: block !important;
    left: -1% !important;
    top: 53% !important; }
  .tooltip {
    opacity: 1;
    visibility: visible; } }

@media (min-width: 1366px) {
  .about-page .layer-2 {
    left: 10% !important;
    top: 50% !important; }
  .about-page .layer-3 {
    left: 32% !important;
    top: 13% !important; }
  .about-page .layer-4 {
    left: 35% !important;
    top: 50% !important; }
  .index-main .layer-2 {
    display: block !important;
    width: 120px;
    left: 4% !important;
    top: 54% !important; }
  .index-main .layer-12 {
    left: -8% !important;
    width: 220px; } }

@media (min-width: 1440px) {
  .index-slider .item {
    height: 600px; }
    .index-slider .item h1, .index-slider .item h2 {
      font-size: 36px;
      margin: 0 0 35px; }
  .products-slider .slick-arrow {
    top: 45%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px; }
    .products-slider .slick-arrow.prev-arrow {
      left: -75px; }
    .products-slider .slick-arrow.next-arrow {
      right: -75px; } }

@media (min-width: 1536px) {
  .about-page .layer-2 {
    left: 18% !important; }
  .about-page .layer-3 {
    top: 20% !important;
    left: 38% !important; }
  .about-page .layer-4 {
    left: 36% !important; }
  .index-main .layer-1 {
    left: -12% !important; }
  .index-main .layer-3 {
    left: 20% !important; }
  .index-main .layer-4 {
    left: 45% !important; }
  .index-main .layer-8 {
    top: 32% !important; }
  .index-main .layer-12 {
    left: 1% !important; }
  .catalog-main .layer-1 {
    left: 0 !important;
    top: -10% !important; }
  .catalog-main .layer-4 {
    left: 4% !important; }
  .catalog-main .layer-5 {
    left: 2% !important; } }

.catalog-inner .showmore {
  display: block;
  margin: 0 auto;
  width: 200px;
  color: #af112b;
}

.product-item .product-footer .product-choose .default-state, 
.product-item .product-footer .product-choose .active-state {
  top: 2px;
}

.catalog-inner .showmore a {
  color: #af112b;
  display: block;
  width: 100%;
  padding: 10px;
  transition: 0.25s;
  border: 1px solid #af112b;
}

.catalog-inner .showmore a:hover,
.catalog-inner .showmore a:focus,
.catalog-inner .showmore a:active {
  text-decoration: none;
  background: #af112b;
  color: #fff;
}

.catalog-inner .product-item {
  margin-bottom: 40px;
}

.catalog-inner .product-item .new-price,
.catalog-inner .product-item .old-price {
  font-weight: 500;
  font-size: 16px;
}

.catalog-inner .product-item .old-price {
  opacity: 0.5;
  text-decoration: line-through;
}

.product-item .product-footer .product-name h2, 
.product-item .product-footer .product-name h3, 
.product-item .product-footer .product-name h4 {
  font-size: 14px;
  margin-bottom: 10px;
}

.product-item .product-footer {
  padding: 5px 35px 45px 0;
}

.product-item .cart {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-item .cart .buyBut {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #af112b;
  height: 42px;
  line-height: 40px;
  color: #af112b;
  transition: 0.25s;
  outline: 0;
  cursor: pointer;
}

.product-item .cart .buyBut:hover,
.product-item .cart .buyBut:focus {
  background-color: #af112b;
  color: #fff;
}

.product-item .cart .buyBut.add-cart-succes{
  background-color: #af112b;
  color: #fff;
}

@media(max-width: 479px) {
  .product-item .product-footer {
    padding-bottom: 45px;
  }

  .product-item .cart .buyBut {
    font-size: 13px;
    height: 36px;
    line-height: 32px;
  }
}
