/*@import url(fonts.css);*/
p, a, li, ul, span, strong, h1, h2, h3, h4, label {
  margin: 0; }

p {
  font-family: Montserrat-Regular; }

a:hover {
  text-decoration: none; }

button, input, textarea, select {
  outline: none !important; }

h2 {
  font-family: Montserrat-SemiBold;
  line-height: 1.2;
  font-size: 40px; }

.container {
  max-width: 1200px;
  padding: 0; }
  .container .row {
    padding: 0;
    margin: 0; }

/*header {
  box-shadow: 0px 32px 32px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05); 
}*/

.link-pager {
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  text-transform: uppercase;
  color: #ad8e6a;
  border-bottom: 1px solid rgba(173, 142, 106, 0.2);
  position: relative;
  overflow: hidden; }
  .link-pager:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(173, 142, 106, 0.3);
    top: 0;
    left: -100%;
    -webkit-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear; }
  .link-pager:hover {
    color: #000; }
    .link-pager:hover:before {
      left: 0; }

.top-nav {
  padding: 10px 0;
  width: 100%; 
background-color: #000;}

.top-nav-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  padding-left: 0; }
  .top-nav-content .dropdown-toggle:after {
    border: none;
    content: '';
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 6px; }
  .top-nav-content li {
    border-left: 1px solid #E8E8E8;
    font-size: 14px;
    font-family: Montserrat-Medium;
    /*padding-left: 79px; */
    padding: 0 3%;
    min-height: 21px;
  }
    .top-nav-content li a {
      /*color: #5B5B5B;*/
       color: #fff; }
    /*.top-nav-content li:nth-child(2) {
      background: url("../img/top-icon1.svg") 40px center/contain no-repeat;
      line-height: 1.3; }
    .top-nav-content li:nth-child(3) {
      background: url(../img/top-icon2.svg) 30px center/contain no-repeat;
      line-height: 1.4; }
    .top-nav-content li:nth-child(4) {
      background: url(../img/top-icon3.svg) 40px bottom/18% no-repeat;
      line-height: 1.8; }
    .top-nav-content li:nth-child(5) {
      background: url(../img/top-icon3.svg) 40px bottom/18% no-repeat;
      line-height: 1.8; }
    .top-nav-content li:nth-child(6) {
      background: url(../img/top-icon3.svg) 40px bottom/18% no-repeat;
      line-height: 1.8; }
    .top-nav-content li:nth-child(7) {
      background: url(../img/top-icon3.svg) 40px bottom/18% no-repeat;
      line-height: 1.8; }*/
    .top-nav-content li:first-child {
      border: none;
      color: #fff;
      font-size: 12px;
      font-family: Montserrat-SemiBold;
      padding-left: 22px;
      background: url("../img/baloon-icon.svg") left center/ 21px 21px no-repeat; }
      .top-nav-content li:first-child a {
        color: #fff;
        border-bottom: 1px dashed #ad8e6a; }
    /*.top-nav-content li:last-child {
      background-color: #f4f4f4;
      border: none;
      text-transform: uppercase;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 25px; }
      .top-nav-content li:last-child a {
        color: #000; }*/
    .top-nav-content li hr {
      width: 1px;
      background-color: rgba(0, 0, 0, 0.1);
      border: none;
      height: 29px;
      margin: 10px 20px; }
.logo {
  background-color: rgb(173 142 106);
  /*padding: 36px;*/
  padding: 0;
  margin: 0 60px;
  position: relative;
  z-index: 1;
  margin-top: -20px;
}
.logo::before {
  content: '';
  display: block;
  transform: skewY(10deg);
  position: absolute;
  /*bottom: -20px;*/
  bottom: -25px;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(173 142 106);
}
.header-row {
  /*padding-top: 15px;*/
  padding-bottom: 45px;
  /*background: url("../img/green-bg.jpg") center center/cover no-repeat; 
  background: url("../img/bggg.jpg") center 0 repeat; */
}

.header-row-content {
  width: 100%;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header-row-content form {
  	flex: 1 0 0;
  }
  .header-row-content .logo img {
    /*width: 139px; */
    width: 250px; 
  }

.search-bar,
#ya-site-form0 .ya-site-form__form input.ya-site-form__input-text {
  background: #F4F4F4 url("../img/search-icon.svg") 27px center/1vw no-repeat;
  padding: 22px 0 22px 53px;
  width: 100%;
  font-family: Montserrat-Medium;
  font-size: 16px !important;
  border: none !important;
  color: #000 !important;
  outline: none !important;
  line-height: .1;
  background-color: #F4F4F4 !important; }

#ya-site-form0 .ya-site-form__form input.ya-site-form__input-text::-webkit-input-placeholder {
  color: #000; }

#ya-site-form0 .ya-site-form__form input.ya-site-form__input-text:-ms-input-placeholder {
  color: #000; }

#ya-site-form0 .ya-site-form__form input.ya-site-form__input-text::-ms-input-placeholder {
  color: #000; }

#ya-site-form0 .ya-site-form__form input.ya-site-form__input-text::placeholder {
  color: #000; }

.search-bar::-webkit-input-placeholder {
  color: #000;
  font-family: Montserrat-Medium;
  font-size: 16px; }

.search-bar::-moz-placeholder {
  color: #000;
  font-family: Montserrat-Medium;
  font-size: 16px; }

.search-bar:-ms-input-placeholder {
  color: #000;
  font-family: Montserrat-Medium;
  font-size: 16px; }

.search-bar::-ms-input-placeholder {
  color: #000;
  font-family: Montserrat-Medium;
  font-size: 16px; }

.search-bar::placeholder {
  color: #000;
  font-family: Montserrat-Medium;
  font-size: 16px; }

.header-info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.header-info span {
  font-family: Montserrat-SemiBold;
  font-size: 12px;
  text-transform: uppercase;
  color: #000; }
.header-info a {
  font-family: Montserrat-Bold;
  font-size: 26px;
  color: #000;
  text-decoration: none; }

.header-cart {
  background-color: #AD8E6A;
  width: 140px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat-SemiBold;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  margin-left: 25px; }
  .header-cart:hover {
    /*background-color: rgba(255, 255, 255, 0.1);*/ }
  .header-cart p {
    font-size: 14px;
    color: #fff;
    margin-left: 10px; }

.cart-icon {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../img/cart-icon.svg") center center/contain no-repeat;
  position: relative; }
  .cart-icon span {
    border-radius: 10vw;
    color: #000;
    background-color: #f4f4f4;
    font-size: 10px;
    position: absolute;
    top: -6px;
    right: -9px;
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.catalog-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  padding-top: 14px;
  padding-left: 0; }
  .catalog-nav hr {
    position: absolute;
    background-color: #ad8e6a;
    width: 100%;
    bottom: -3px;
    left: 0;
    margin: 0;
    height: 6px;
    border: none;
    opacity: 0;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
  .catalog-nav li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    position: relative;
    padding-bottom: 14px;
    position: relative; }
    .catalog-nav li ul {
      display: none;
      padding: 10px 0px;
      list-style-type: none;
      top: 101px;
      left: 0;
      width: 290px;
      position: absolute;
      background-color: #fff;
      z-index: 999;
      box-shadow: 0px 32px 32px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05); }
      .catalog-nav li ul::before {
        content: '';
        display: block;
        position: absolute;
        top: -5px;
        left: 0;
        right: 0;
        width: 10px;
        height: 10px;
        margin: auto;
        border-top: 5px solid #fff;
        border-right: 5px solid #fff;
        transform: rotate(-45deg); }
      .catalog-nav li ul li.catalog-nav-child {
        padding: 3px 10px !important;
        
        transition: .3s linear;
        cursor: pointer; }
        .catalog-nav li ul li.catalog-nav-child a {
          width: 100%;
          text-transform: uppercase;
          font-size: 12px;
          font-weight: 400;
          color: #5c5c5c;
          font-family: Montserrat-Regular;
          display: inline-block; }
      .catalog-nav li ul li.catalog-nav-child:hover {
        background-color: #ad8e6a; }
        .catalog-nav li ul li.catalog-nav-child:hover a{
        color: #fff;}
    .catalog-nav li:not(:first-child) {
      padding-left: 14px; }
    .catalog-nav li:not(:last-child) {
      padding-right: 14px; }
    .catalog-nav li:hover hr {
      opacity: 1; }
    .catalog-nav li:hover ul {
      display: block; }
  .catalog-nav a {
    color: #000;
    text-decoration: none; }
  .catalog-nav p {
    font-family: Montserrat-SemiBold;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase; }
  .catalog-nav span {
    display: block;
    height: 38px;
    margin-bottom: 10px; }
  .catalog-nav li:nth-child(1) span {
    background: url("../img/catalog-icon1.svg") center center/contain no-repeat; }
  .catalog-nav li:nth-child(2) span {
    background: url("../img/catalog-icon2.svg") center center/contain no-repeat; }
  .catalog-nav li:nth-child(3) span {
    background: url("../img/catalog-icon5.svg") center center/contain no-repeat; }
  .catalog-nav li:nth-child(4) span {
    background: url("../img/catalog-icon3.svg") center center/contain no-repeat; }
  .catalog-nav li:nth-child(5) span {
    background: url("../img/catalog-icon7.svg") center center/contain no-repeat; }
  .catalog-nav li:nth-child(6) span {
    background: url("../img/catalog-icon4.svg") center center/contain no-repeat; }
  .catalog-nav li:nth-child(7) span {
    background: url("../img/catalog-icon9.svg") center center/contain no-repeat; }
  .catalog-nav li:nth-child(8) span {
    background: url("../img/catalog-icon10.svg") center center/contain no-repeat; }
  .catalog-nav li:nth-child(9) span {
    background: url("../img/catalog-icon6.svg") center center/61px no-repeat; }
  .catalog-nav li:nth-child(10) span {
    background: url("../img/catalog-icon8.svg") center center/contain no-repeat; }

/*.catalog-nav li:nth-child(6) span {
  background: url(../img/catalog-icon4.svg) center center/61px no-repeat; }*/

.banner {
  padding: 0 30px; 
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
}
.owl-header_nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.owl-header_nav button {
  z-index: 9;
}
.owl-header {
  width: 70%;
}
.banner-slidernavs {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-small-banners-wrp {
  width: 30%;
  margin-left: auto;
  display: grid;
  grid-gap: 30px;
  padding-left: 30px;
  grid-template-rows: 1fr 1fr; 
}
.header-small-banners-wrp a {
  display: block;
}
.header-small-banners-wrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.owl-header a {
  display: block;
  height: 100%; }
.owl-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top; }

.pluses-block {
  -webkit-box-shadow: 0px 10px 40px rgba(38, 38, 38, 0.05), 0px 2px 4px rgba(38, 38, 38, 0.02);
  box-shadow: 0px 10px 40px rgba(38, 38, 38, 0.05), 0px 2px 4px rgba(38, 38, 38, 0.02); }

.pluses {
  width: 100%;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .pluses .pluse-item:nth-child(2) span {
    background: url("../img/header-icon1.svg") center center/contain no-repeat; }
  .pluses .pluse-item:nth-child(3) span {
    background: url("../img/header-icon2.svg") center center/contain no-repeat; }
  .pluses .pluse-item:nth-child(4) span {
    background: url("../img/header-icon3.svg") center center/contain no-repeat; }
  .pluses .pluse-item:nth-child(1) span {
    background: url("../img/header-icon4.svg") center center/contain no-repeat; }
  .pluses .pluse-item:last-child {
    border-right: 2px solid rgba(92, 92, 92, 0.1); }

.pluse-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid rgba(92, 92, 92, 0.1);
  padding: 0 39px; }
  .pluse-item p {
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    line-height: 1.2;
    word-break: break-word; }
  .pluse-item span {
    display: block;
    min-width: 42px;
    height: 45px;
    margin-right: 14px; }
  .pluse-item a {
    color: #ad8e6a;  
    text-decoration: underline;
  }
  .pluse-item a:hover {
    text-decoration: none;
  }

.catalog-block {
  padding-top: 40px; }

.block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%; }
  .block-header h2, 
  .block-header h1 {
    max-width: 55%; }
  .block-header .filter-row {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }
    .block-header .filter-row li {
      font-family: Montserrat-SemiBold;
      font-size: 16px;
      color: #5B5B5B;
      margin-left: 25px;
      cursor: pointer;
      -webkit-transition: .3s linear;
      -o-transition: .3s linear;
      transition: .3s linear; }
      .block-header .filter-row li:hover, .block-header .filter-row li.active {
        color: #ad8e6a; }

.catalog-content {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr [3];
  grid-template-rows: repeat(3, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 40px; }
  .catalog-content .catalog-item:nth-child(3) {
    -ms-grid-row-span: 2 span;
    grid-row-end: 2 span; }
  .catalog-content .catalog-item:nth-child(5) {
    -ms-grid-column-span: 2;
    grid-column-end: span 2; }
  .catalog-content .catalog-item:nth-child(9) {
    -ms-grid-column-span: 2;
    grid-column-end: span 2; }

.catalog-content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.catalog-content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }

.catalog-content > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5; }

.catalog-content > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7; }

.catalog-content > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 1; }

.catalog-content > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3; }

.catalog-content > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 5; }

.catalog-content > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 7; }

.catalog-content > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }

.catalog-content > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 3; }

.catalog-content > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 5; }

.catalog-content > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 7; }

.catalog-item {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }
  .catalog-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .catalog-item:hover .catalog-info:before {
    left: 0; }

.catalog-image {
  height: 100%; }
  .catalog-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.catalog-info {
  height: 87px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  pointer-events: none; }
  .catalog-info span {
    display: block;
    width: 22px;
    height: 100%;
    margin-right: 22px;
    background: url("../img/green-arrow.svg") left center/contain no-repeat; }
  .catalog-info p {
    font-family: Montserrat-Medium;
    font-size: 22px; }
  .catalog-info:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(173, 142, 106, 0.3);
    top: 0;
    left: -100%;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }

.sale {
  /*background: url("../img/sale-bg.jpg") center center/cover no-repeat;*/
  background-color: #F4F4F4;
  padding-bottom: 43px;
  padding-top: 40px; 

}
.sale h2 {
	color: #000;
}
.sale .link-pager {
	color: #AD8E6A;
}

.product-list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  padding-top: 40px; }

.product-item {
  width: 100%;
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #E8E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .product-item:hover {
    z-index: 8;
    -webkit-box-shadow: 0px 32px 32px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 32px 32px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05); }
  .product-item > a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0; }
  .product-item > span {
    font-family: Montserrat-Bold;
    font-size: 10px;
    text-transform: uppercase;
    padding: 9px 10px;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #f4f4f4;
    z-index: 1;
    pointer-events: none; }
    .product-item > span.new {
      background: #FD4C4C;
      color: #fff; }

.product-img {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative; }
  .product-img div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .product-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.product-info {
  padding: 20px 0; }

.product-collection {
  font-family: Montserrat-Bold;
  font-size: 10px;
  text-transform: uppercase;
  color: #5B5B5B; }
  .product-collection a {
    font-size: 12px;
    color: #ad8e6a;
    text-transform: capitalize;
    z-index: 1; }

.product-name {
  font-family: Montserrat-Medium;
  font-size: 18px;
  line-height: 1.4;
  margin: 6px 0 10px;
  word-break: break-word; }

.product-price {
  font-family: Montserrat-Bold;
  font-size: 14px;
  color: #5B5B5B;
  text-transform: uppercase; }
  .product-price span {
    font-size: 30px;
    color: #000; }

.product-to-cart {
  font-family: Montserrat-Bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  width: 100%;
  height: 60px;
  border: 1px solid #ad8e6a;
  background-color: #fff;
  -webkit-transition: .3S linear;
  -o-transition: .3S linear;
  transition: .3S linear;
  margin-top: auto;
  z-index: 9; }
  .product-to-cart:hover {
    background-color: #ad8e6a;
  color: #fff;}

.product-more {
  display: none;
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #E8E8E8;
  color: #E8E8E8;
  text-transform: uppercase;
  -webkit-transition: .3S linear;
  -o-transition: .3S linear;
  transition: .3S linear;
  padding: 20px 0; }
  .product-more:hover {
    color: #000; }

.new {
  padding-top: 40px;
  padding-bottom: 43px; }

.partners {
  /*background: url("../img/sale-bg.jpg") center center/cover no-repeat;*/
  background-color: whitesmoke;
  padding-bottom: 40px;
  padding-top: 40px; }

.partners-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px; }

.partner-item {
  width: 110px;
  height: 110px;
  padding: 5px;
  background-color: #fff;
  position: relative; }
  .partner-item:hover img {
    filter: grayscale(0);
    cursor: pointer;
  }
  .partner-item img {
    filter: grayscale(1);
    transition: .3s linear;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  .partner-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.mainpage-blog {
  padding-top: 40px; }

.last-news {
  margin: 40px 0;
  width: 100%; }

.seo-text {
  width: 100%;
  gap: 5%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }
  .seo-text h2 {
    font-family: Montserrat-SemiBold;
    font-size: 40px;
    margin-bottom: 35px; }
  .seo-text p {
    font-family: Montserrat-Light;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px; }
 .seo-text a {
 	color: #ad8e6a;
 	text-decoration: underline;
 }
.clients {
  background-color: whitesmoke;
  padding-top: 40px;
  padding-bottom: 40px; }

.owl-custom-nav button {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: none;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  margin-left: 10px; }
  .owl-custom-nav button:hover {
    background-color: #ad8e6a; }
  .owl-custom-nav button span {
    display: block;
    width: 100%;
    height: 16px; }
  .owl-custom-nav button.owl-prev span {
    background: url("../img/carousel-arrow-grey.svg") center center/contain no-repeat; }
  .owl-custom-nav button.owl-next span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url("../img/carousel-arrow-grey.svg") center center/contain no-repeat; }
  .owl-custom-nav button:hover span {
    background: url("../img/carousel-arrow-white.svg") center center/contain no-repeat; }

.owl-clients {
  margin-top: 50px; }

.clients-item {
  background-color: #fff;
  border: .5px solid #E8E8E8; }
  .clients-item a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 25px; }
  .clients-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.subscription {
  padding-top: 40px;
  padding-bottom: 40px;
  /*background: url("../img/subscription-bg.jpg") center center/cover no-repeat; */
  background-color: #ad8e6a;
}

.subscription-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .subscription-header > div:first-child {
    width: 63%; }
  .subscription-header h2 {
    color: #fff;
    margin-bottom: 13px; }
  .subscription-header p {
    font-family: Montserrat-Medium;
    font-size: 18px;
    line-height: 1.5;
    color: #fff; }

.planes-img {
  width: 37%;
  height: 100%; }
  .planes-img div {
    width: 100%;
    height: 100%;
    background: url("../img/planes.png") center center/contain no-repeat; }

.subscription-form {
  width: 100%;
  margin-top: 30px; }
  .subscription-form div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .subscription-form input[type="email"] {
    font-family: Montserrat-Regular;
    font-size: 15px;
    height: 60px;
    color: #5B5B5B;
    width: 73%;
    padding-left: 61px;
    border: none;
    background: #fff url("../img/email-icon.svg") 26px center/20px 14px no-repeat; }
  .subscription-form button {
    font-family: Montserrat-Bold;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #f4f4f4;
    border: none;
    color: #000;
    height: 60px;
    width: 25%;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
    .subscription-form button:hover {
      background-color: #fff; }

.subscription-form .agreement {
  margin-top: 15px; }
  .subscription-form .agreement a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 3px 0 2px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
    .subscription-form .agreement a:hover {
      border-bottom: 1px solid white; }
  .subscription-form .agreement label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Montserrat-Medium;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 0;
    cursor: pointer; }
    .subscription-form .agreement label:before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      border: 1px solid #DFDFDF;
      border-radius: 0;
      margin-right: 10px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%; }
.subscription-form .custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0; }
.subscription-form .custom-checkbox:checked + label:before {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23B4B4B4' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
.subscription-form .custom-checkbox:not(:disabled) + label:hover:before {
  cursor: pointer; }

.mainpage-news {
  height: 520px;
  position: relative;
  cursor: pointer; }
  .mainpage-news:hover .img-content span {
    background: #5B5B5B; }
  .mainpage-news:hover .text-content > div {
    top: 0; }

.img-content {
  position: relative;
  height: 100%; }
  .img-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .img-content span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.17) 32.84%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(32.84%, rgba(0, 0, 0, 0.17)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.17) 32.84%, #000000 100%);
    -webkit-transition: .6s linear;
    -o-transition: .6s linear;
    transition: .6s linear; }

.text-content {
  height: calc(100% - 100px);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }
  .text-content > div {
    position: absolute;
    top: 30%;
    left: 0;
    padding: 30px 30px 0;
    width: 100%;
    color: #fff;
    -webkit-transition: .8s linear;
    -o-transition: .8s linear;
    transition: .8s linear; }
  .text-content .date {
    font-family: Montserrat-Light;
    font-size: 11px;
    line-height: 1.5; }
  .text-content .name {
    font-family: Montserrat-SemiBold;
    font-size: 24px;
    line-height: 1.3;
    margin: 6px 0 20px; }
  .text-content .text {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 1.6; }
    .text-content .text p {
      margin-bottom: 10px; }
  .text-content a {
    font-family: Montserrat-Bold;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
    .text-content a:hover {
      border-bottom: 1px solid rgba(255, 255, 255, 0); }

.share-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .share-content button {
    color: #fff;
    padding: 0;
    font-family: Montserrat-Light;
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 2px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
    .share-content button:hover {
      border-bottom: 1px solid rgba(255, 255, 255, 0); }

.views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .views span {
    width: 22px;
    height: 16px;
    margin-right: 9px;
    background: url("../img/eye-icon.svg"); }
  .views p {
    font-family: Montserrat-Light;
    font-size: 15px;
    line-height: 1.5;
    color: #fff; }

footer {
  background-color: #000; }

.footer-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0; }
  .footer-main > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.column1 > a img {
  width: 200px; }

.column3 ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .column3 ul li {
    margin-bottom: 10px; }
  .column3 ul a {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
    .column3 ul a:hover {
      color: #f4f4f4; }

.logos {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  width: 200px;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 30px 10px 30px;
  grid-template-rows: 30px 30px;
  margin-top: 25px; }
  .logos a:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3; }
  .logos a:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3; }

.logos > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.logos > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }

.logos > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5; }

.logos > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7; }

.logos > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }

.logos > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3; }

.logos > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5; }

.logos > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7; }
.logos a {
  pointer-events: none;
}
.footer-bot {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat-SemiBold;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  padding: 15px 0; }
  .footer-bot a {
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    margin-left: 65px; }
    .footer-bot a:hover {
      color: white; }
  .footer-bot p:first-child {
    margin-right: auto; }
  .footer-bot a:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer-bot a:last-child:before {
      content: '';
      display: block;
      width: 20px;
      height: 12px;
      margin-right: 5px;
      background: url("../img/email-icon-light.svg") center center/contain no-repeat; }

.footer-phone {
  font-family: Montserrat-Bold;
  font-size: 26px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear; }
  .footer-phone:hover {
    color: #f4f4f4; }
  .footer-phone:before {
    content: '';
    display: block;
    width: 29px;
    height: 23px;
    margin-right: 5px;
    background: url("../img/phone-icon.svg") center center/contain no-repeat; }

.call-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat-SemiBold;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff; }
  .call-time p:last-child {
    margin-left: auto; }
  .call-time:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 9px;
    background: url("../img/time-icon.svg") center center/contain no-repeat; }

.dropdown-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat-SemiBold;
  font-size: 12px;
  color: #fff;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 25px; }
  .dropdown-wrp .dropdown-toggle,
  .dropdown-wrp .dropdown.show .dropdown-toggle {
    color: #fff;
    margin-left: 5px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    padding: 0;
    border: none;
    border-bottom-style: dashed;
    border-width: 1px; }
  .dropdown-wrp .dropdown-toggle::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 2px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  .dropdown-wrp .dropdown.show .dropdown-toggle::after {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-bottom: -4px; }

.column4 p {
  font-family: Montserrat-SemiBold;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff; }
.column4 button {
  font-family: Montserrat-Bold;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #AD8E6A;
  border: none;
  color: #fff;
  height: 46px;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear; }
  .column4 button:hover {
    background-color: #fff; 
	color: #AD8E6A;}

.footer-socials {
  margin: 15px 0 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-socials a {
    display: block;
    width: 46px;
    height: 46px;
    min-width: 46px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
    .footer-socials a[title=Facebook] {
      background: rgba(255, 255, 255, 0.1) url("../img/fb-icon.svg") center center no-repeat; }
    .footer-socials a[title=VK] {
      background: rgba(255, 255, 255, 0.1) url("../img/vk-icon.svg") center center no-repeat; }
    .footer-socials a[title=TG] {
      background: rgba(255, 255, 255, 0.1) url("../img/tg-icon.svg") center center no-repeat; 
      background-size: 24px; }
    .footer-socials a[title=Instagram] {
      background: rgba(255, 255, 255, 0.1) url("../img/instagram-icon.svg") center center no-repeat; }
    .footer-socials a:hover {
      background-color: rgba(255, 255, 255, 0.5); }

main {
  background-color: #F4F4F4;
  width: 100%;
  padding-bottom: 50px; }

.breadcrumbs {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 21px;
  margin: 0 0 15px; }
  .breadcrumbs a {
    font-family: Montserrat-Medium;
    font-size: 12px;
    color: #5B5B5B;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    text-decoration: none; }
    .breadcrumbs span {
    font-family: Montserrat-Medium;
    font-size: 12px;
    color: #5B5B5B;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    text-decoration: none; }
  .breadcrumbs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .breadcrumbs li:not(:last-child) a:hover {
      border-bottom: 1px solid #E8E8E8; }
    .breadcrumbs li:not(:last-child):after {
      content: '';
      display: block;
      width: 6px;
      height: 9px;
      margin: 0 5px;
      background: url("../img/breadcrumb-arrow.svg") center center/contain no-repeat; }

.blog-list-content {
  padding-top: 31px; }
  .blog-list-content .blog-list-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.post-type {
  font-family: Montserrat-SemiBold;
  font-size: 12px;
  color: #000;
  padding: 8px 30px;
  background-color: #FBF120; }

.blog-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 0;
  background-color: #fff; }
  .blog-list-item .media {
    padding: 0; }
    .blog-list-item .media img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .blog-list-item .description {
    padding: 80px 64px 80px 80px; }
    .blog-list-item .description h3 {
      font-family: Montserrat-SemiBold;
      font-size: 30px;
      line-height: 1.23;
      color: #000000;
      margin: 20px 0; }
    .blog-list-item .description p {
      font-size: 16px;
      line-height: 1.6;
      color: #000000; }
    .blog-list-item .description a {
      font-family: Montserrat-Bold;
      font-size: 18px;
      color: #ad8e6a;
      display: inline-block;
      padding-bottom: 2px;
      margin-top: 27px;
      border-bottom: 1px solid rgba(0, 0, 0, 0);
      text-decoration: none;
      -webkit-transition: .3s linear;
      -o-transition: .3s linear;
      transition: .3s linear; }
      .blog-list-item .description a:hover {
        border-bottom: 1px solid rgba(173, 142, 106, 0.3); }

.pagination-row {
  width: 100%;
  padding-bottom: 40px; }
  .pagination-row ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .pagination-row li {
    padding: 0 10px; }
    .pagination-row li:first-child a {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      background: #fff url("../img/carousel-arrow-grey.svg") center center/10px 16px no-repeat; }
      .pagination-row li:first-child a:hover {
        background: #ad8e6a url("../img/carousel-arrow-white.svg") center center/10px 16px no-repeat; }
    .pagination-row li:last-child a {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      background: #fff url("../img/carousel-arrow-grey.svg") center center/10px 16px no-repeat; }
      .pagination-row li:last-child a:hover {
        background: #ad8e6a url("../img/carousel-arrow-white.svg") center center/10px 16px no-repeat; }
  .pagination-row a {
    font-family: Montserrat-Medium;
    font-size: 20px;
    text-transform: uppercase;
    color: #5c5c5c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
    .pagination-row a:hover, .pagination-row a.active {
      background-color: #ad8e6a;
      color: #fff; }

.owl-catalogslider {
  margin-top: 34px; }
  .owl-catalogslider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .owl-catalogslider .product-item {
    height: 100%; }

.other-post-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #E8E8E8; }
  .other-post-nav a {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #5c5c5c; }
  .other-post-nav span {
    display: block;
    width: 30px;
    background: url("../img/thin-arrow.svg") center center no-repeat; }
  .other-post-nav > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .other-post-nav .other-post-prev a {
    padding-left: 10px; }
  .other-post-nav .other-post-next span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .other-post-nav .other-post-next a {
    padding-right: 10px; }

.share button {
  background-color: #fff;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 196px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .share button:after {
    content: none;
    display: none; }
  .share button p {
    font-family: Montserrat-Regular;
    font-size: 14px;
    text-transform: uppercase;
    color: #5c5c5c;
    padding: 0 25px; }
  .share button span {
    display: block;
    width: 16px;
    height: 18px;
    background: url("../img/share.svg") center center/contain no-repeat;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
  .share button:hover span {
    background: url("../img/share-green.svg") center center/contain no-repeat; }

.blog-post-content {
  background-color: #fff;
  margin-top: 25px; }

.blog-post-head-img {
  width: 100%;
  height: 30.2vw;
  position: relative; }
  .blog-post-head-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .blog-post-head-img span {
    position: absolute;
    left: 0;
    top: 0; }

.blog-post-description {
  padding: 80px 80px 50px; }
  .blog-post-description p, .blog-post-description span, .blog-post-description li {
    font-family: Montserrat-Regular;
    font-size: 18px;
    line-height: 1.6; }
  .blog-post-description h2 {
    font-size: 30px;
    color: #000;
    margin-bottom: 24px; }
  .blog-post-description p {
    margin-bottom: 20px; }
  .blog-post-description img {
    max-width: 50%;
    margin: 20px 0 40px; }

.profile-content {
  width: 100%;
  margin-top: 30px; }
  .profile-content .tab-pane {
    background-color: #fff;
    padding: 30px 30px 0 30px; }
  .profile-content .nav-tabs {
    border: none; }
  .profile-content .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .profile-content .nav-link:before {
      content: '';
      display: block;
      width: 35px;
      height: 35px;
      margin-right: 10px; }
  .profile-content h3 {
    font-family: Montserrat-SemiBold;
    font-size: 24px;
    color: #000;
    margin-bottom: 15px; }
  .profile-content .btn[type="submit"] {
    font-family: Montserrat-Bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ad8e6a;
    padding: 21px 65px;
    border-radius: 0;
    margin-bottom: 30px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
    .profile-content .btn[type="submit"]:hover {
      background-color: #f4f4f4;
      color: #5c5c5c; }

.profile-btn a {
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  color: #5c5c5c !important;
  background-color: #f4f4f4 !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 20px 38px; }
  .profile-btn a.active {
    background-color: #fff !important;
    color: #ad8e6a !important; }

.inputs-wrp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px; }
  .inputs-wrp label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Montserrat-SemiBold;
    font-size: 12px;
    margin-bottom: 20px;
    color: #5c5c5c; }
  .inputs-wrp input {
    background-color: #f4f4f4;
    border: none;
    padding-left: 20px;
    margin-top: 5px;
    height: 60px;
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #000; }

.personal-data {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding: 15px 0 0;
  margin-bottom: 30px; }

.personal-data .agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .personal-data .agreement input {
    height: 0 !important; }
  .personal-data .agreement label {
    color: #22201E;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat-Regular;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
    cursor: pointer; }
    .personal-data .agreement label:before {
      content: '';
      display: inline-block;
      width: 24px;
      height: 24px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      background-color: #F4F4F4;
      margin-right: 10px;
      border: none;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%; }
  .personal-data .agreement .custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .personal-data .agreement .custom-checkbox:checked + label:before {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ad8e6a' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

#personal-tab:before {
  background: url("../img/personal.svg") right center/28px 29px no-repeat; }
#personal-tab.active:before {
  background: url("../img/personal-active.svg") right center/28px 29px no-repeat; }

#orders-tab:before {
  background: url("../img/orders.svg") right center/contain no-repeat; }
#orders-tab.active:before {
  background: url("../img/orders-active.svg") right center/contain no-repeat; }

.orders-search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid whitesmoke; }
  .orders-search h3 {
    margin-bottom: 0; }
  .orders-search input {
    font-family: Montserrat-Medium;
    font-size: 16px;
    width: 618px;
    color: #5c5c5c;
    padding: 15px 45px;
    border: none;
    border-left: 1px solid #E8E8E8;
    background: url("../img/search-icon-dark.svg") 20px center/16px no-repeat; }

.orders-content .order-item:not(:first-child) {
  margin-top: 40px; }

.order-item-month {
  font-family: Montserrat-Medium;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px; }
.top-nav-content li.log_and-reg {
  padding: 0 20px !important;
}
.order-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: whitesmoke; }
  .order-item-header div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .order-item-header div > * {
      padding: 0 20px;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }

.order-item-number {
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  color: #000;
  border-right: 1px solid #E8E8E8; }

.order-item-ammount {
  font-family: Montserrat-Medium;
  font-size: 14px;
  color: #000;
  border-right: 1px solid #E8E8E8; }

.order-item-summ {
  font-family: Montserrat-SemiBold;
  font-size: 12px;
  color: #5c5c5c;
  border-left: 1px solid #E8E8E8; }
  .order-item-summ span {
    font-size: 20px;
    color: #000; }

.order-item-status {
  font-family: Montserrat-SemiBold;
  font-size: 12px;
  color: #5c5c5c;
  border-left: 1px solid #E8E8E8; }
  .order-item-status span {
    font-family: Montserrat-Medium;
    font-size: 12px;
    color: #000; }

.order-item-repeat {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #ad8e6a;
  text-decoration: none;
  border-left: 1px solid #E8E8E8; }
  .order-item-repeat:hover {
    color: #ad8e6a;
    text-decoration: underline; }

.order-item-product {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid whitesmoke; }
  .order-item-product > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.order-product-img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border: 1px solid #E8E8E8; }
  .order-product-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.order-product-description {
    margin: 0 100px 0 0;
    max-width: 320px;
    flex: 1 0 0;
}

.order-product-article {
  font-family: Montserrat-SemiBold;
  font-size: 12px;
  color: #5c5c5c;
  margin-bottom: 5px; }
  .order-product-article span {
    font-family: Montserrat-Medium;
    color: #000; }

.order-product-name,
.order-product-name a {
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  color: #000; }

.order-product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 100px; }
  .order-product-info p {
    font-family: Montserrat-SemiBold;
    font-size: 12px;
    color: #5c5c5c;
    margin-bottom: 5px; }
  .order-product-info span {
    font-size: 20px;
    color: #000; }

.order-product-ammount span {
  font-family: Montserrat-Medium; }

.order-product-price span,
.order-product-summ span {
  font-family: Montserrat-SemiBold;
  text-transform: uppercase; }

.delivery-page h2 {
  margin-bottom: 40px; }

.delivery-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px; }

.delivery-box {
  background-color: #fff;
  padding: 40px;
  max-width: 560px;
  height: 534px;
  width: 100%;
  -webkit-box-shadow: 0px 64px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 64px 50px rgba(0, 0, 0, 0.1); }

.delivery-box-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid whitesmoke; }
  .delivery-box-header div {
    width: 100px;
    height: 100px;
    margin-right: 30px; }
  .delivery-box-header p {
    font-family: Montserrat-SemiBold;
    font-size: 24px;
    color: #000; }

.courier-delivery {
  background: whitesmoke url("../img/courier.svg") center center/43px 56px no-repeat; }

.pickup-delivery {
  background: whitesmoke url("../img/baloons.svg") center center/56px no-repeat; }

.payment-methods {
  background: whitesmoke url("../img/money.svg") center center/56px no-repeat; }

.delivery-terms {
  background: whitesmoke url("../img/bagaje.svg") center center/56px no-repeat; }

.delivery-box-body ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 30px; }
  .delivery-box-body ul li {
    margin-bottom: 30px;
    color: #000; }
    .delivery-box-body ul li p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: Montserrat-Medium;
      font-size: 18px;
      margin-bottom: 10px;
      line-height: 1.2; }
      .delivery-box-body ul li p:before {
        content: '';
        display: block;
        width: 20px;
        min-width: 20px;
        height: 20px;
        margin-right: 10px;
        background: url("../img/list-circle.svg") center center; }
    .delivery-box-body ul li span {
      font-family: Montserrat-SemiBold;
      font-size: 20px;
      padding-left: 30px; }
  .delivery-box-body ul .payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .delivery-box-body ul .payment span {
      display: block;
      border: 1px solid #E8E8E8;
      height: 50px;
      margin-right: 15px;
      width: 100%;
      max-width: 100px;
      padding-left: 0; }
      .delivery-box-body ul .payment span:nth-child(1) {
        background: url("../img/mc-icon.jpg") center center no-repeat; }
      .delivery-box-body ul .payment span:nth-child(2) {
        background: url("../img/visa-icon.jpg") center center no-repeat; }
      .delivery-box-body ul .payment span:nth-child(3) {
        background: url("../img/mir-icon.png") center center / 50% no-repeat; }
      .delivery-box-body ul .payment span:nth-child(4) {
        margin-right: 0;
        max-width: 199px;
        background: url("../img/paw-icon.jpg") center center no-repeat; }
.delivery-box-body a {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #ad8e6a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ad8e6a;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 23px;
  margin-bottom: 15px; }
  .delivery-box-body a span {
    display: block;
    width: 16px;
    height: 21px;
    margin-right: 10px;
    background: url(../img/baloon-icon.svg) center center/21px no-repeat; }
.delivery-box-body > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat-Medium;
  font-size: 14px;
  color: #B6B6B6;
  line-height: 1.2; }
  .delivery-box-body > p:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: url("../img/help-icon.svg") center center/contain no-repeat; }

.map-row {
  height: 590px; }

.payment-info {
  position: relative;
  height: 480px; }
  .payment-info .container {
    position: absolute;
    left: 0;
    right: 0;
    top: -80px; }

.product-specification {
  background-color: #fff;
  /* margin-top: 10px; */
  padding: 40px; }
  .product-specification .block-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #E8E8E8; }
  .product-specification h3 {
    font-family: Montserrat-SemiBold;
    font-size: 24px;
    color: #000; }

.specification-wrp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin-top: 40px; }
  .specification-wrp table {
    margin-bottom: 28px; }
  .specification-wrp a {
    color: #ad8e6a;
    text-decoration: underline; }
    .specification-wrp a:hover {
      text-decoration: none; }
  .specification-wrp thead td {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #000;
    height: 40px;
    vertical-align: baseline; }
  .specification-wrp tbody {
    font-family: Montserrat-Regular;
    font-size: 14px;
    line-height: 1.2; }
    .specification-wrp tbody tr:nth-child(even) {
      background-color: whitesmoke; }
    .specification-wrp tbody tr td {
      vertical-align: baseline; }
      .specification-wrp tbody tr td:first-child {
        color: #5c5c5c;
        width: 55%;
        padding: 14px 20px; }
      .specification-wrp tbody tr td:last-child {
        padding: 14px 20px 14px 0;
        color: #000;
        width: 45%; }

.collection-slider {
  padding-top: 40px; }
  .collection-slider .block-header {
    margin-bottom: 40px; }
  .collection-slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .collection-slider .product-item {
    height: 100%; }

.product-description .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  background-color: #fff; }

.product-description-media {
  width: 40%; }

.product-main-img {
  display: block;
  width: 100%;
  height: 440px;
  padding: 10px;
  border: 1px solid whitesmoke;
  position: relative; }
  .product-main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  .product-main-img:hover::before {
    content: '';
    display: block;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 9;
    background: url("../img/product-hover.svg") center center/contain no-repeat; }

.product-small-img {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  margin-top: 10px; }
  .product-small-img a {
    display: block;
    max-height: 125px;
    border: 1px solid whitesmoke; }
  .product-small-img img {
    max-height: 125px;
    width: 100%; }
.catalog-aside .dropdown-item.depth-1 {
  display: flex;
  align-items: center;
  font-size: 13px !important;
}

.catalog-aside .dropdown-item.depth-1::before {
  content: '-';
  display: block;
  color: #000;
  margin: 0 5px;
}
.product-description-text {
  width: 60%;
  padding: 20px 0 0 40px; }
  .product-description-text hr {
    margin: 20px auto;
    height: 1px;
    width: 100%;
    background-color: #E8E8E8;
    border: none; }
.product-type-title-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-type-title {
  font-family: Montserrat-Bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #b6b6b6; }

.product-type-txt {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #5c5c5c; }

.product-description-name {
  font-family: Montserrat-SemiBold;
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  margin-top: 6px; }

.product-description-about {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .product-description-about div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 60px; }
    .product-description-about div:last-child {
      margin-right: 0; }
  .product-description-about .product-type-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .product-description-about .product-type-txt a {
    color: #ad8e6a !important;
    text-decoration: underline;
  }
  .product-description-about .product-type-txt a:hover {
    text-decoration: none;
  }
  .product-description-about span {
    display: block;
    height: 26px;
    margin-right: 10px; }
  .product-description-about .onstorage span {
    background: url("../img/product-check-icon.svg") left center/auto 20px no-repeat;
    width: 20px; }
  .product-description-about .iscollection span {
    background: url("../img/product-collection1.svg") left center/auto 26.5px no-repeat;
    width: 24px; }
  .product-description-about .isdeveloper span {
    background: url("../img/product-developer.svg") left center/auto 23px no-repeat;
    width: 29px; }

.product-description-txt {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin: 16px 0 10px; 
}
  .product-description-txt p {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 1.6;
    color: #000; }
    .product-description-txt p:not(:last-child) {
      margin-bottom: 10px; }

.specification-anchor {
  font-family: Montserrat-Medium;
  font-size: 14px;
  text-transform: uppercase;
  color: #ad8e6a !important;
  padding-bottom: 2px;
  border-bottom: 1px dashed #ad8e6a; }

.product-description-ammount {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  margin: 25px 0 20px;
  border: 1px solid #E8E8E8; }
  .product-description-ammount input {
    display: block;
    text-align: center;
    width: 43px;
    font-family: Montserrat-Medium;
    font-size: 22px;
    color: #000;
    margin: 0 15px;
    border: none;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8; }
  .product-description-ammount span:first-child,
  .product-description-ammount span:last-child {
    color: #E8E8E8;
    cursor: pointer;
    width: 14px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .product-description-ammount span:first-child {
    background-image: url("../img/ammount-minus.svg"); }
    .product-description-ammount span:first-child:hover {
      background-image: url("../img/ammount-minus-active.svg"); }
  .product-description-ammount span:last-child {
    background-image: url("../img/ammount-plus.svg"); }
    .product-description-ammount span:last-child:hover {
      background-image: url("../img/ammount-plus-active.svg"); }
.product-description-ammount span.cursor-block {
  cursor: no-drop;
}
.product-description-price {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .product-description-price > p {
    font-family: Montserrat-Medium;
    font-size: 20px;
    color: #000; }
    .product-description-price > p span {
      font-family: Montserrat-Bold;
      font-size: 36px;
      text-transform: uppercase;
      color: #000;
      margin: 0 20px 0 10px; }
  .product-description-your-price > p {
    font-size: 25px;}
    .product-description-your-price > p span {
      text-decoration: underline;}
.product-old-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #5c5c5c; }
  .product-old-price p {
    font-family: Montserrat-Medium;
    font-size: 11px;
    line-height: 1; }
  .product-old-price span {
    font-family: Montserrat-Regular;
    font-size: 14px;
    margin-left: 10px;
    text-transform: uppercase;
    position: relative; }
    .product-old-price span::before {
      content: '';
      position: absolute;
      bottom: 15px;
      left: -7px;
      display: block;
      width: 120%;
      height: 1px;
      background: #FF8B8B;
      -webkit-transform: rotate(348deg);
      -ms-transform: rotate(348deg);
      transform: rotate(348deg); }

.product-description-buy {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-top: 30px; }
  .product-description-buy button {
    font-family: Montserrat-Bold;
    font-size: 14px;
    text-transform: uppercase;
    height: 58px;
    border: 1px solid #ad8e6a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .product-description-buy button span {
      display: block;
      width: 21.5px;
      height: 21.5px;
      margin-right: 10px; }
    .product-description-buy button:first-child {
      background-color: #ad8e6a;
      color: #fff; }
      .product-description-buy button:first-child span {
        background: url("../img/basket-white.svg") center center/contain no-repeat; }
    .product-description-buy button:last-child {
      background-color: #fff;
      color: #ad8e6a; }
      .product-description-buy button:last-child span {
        background: url("../img/cursor.svg") center center/contain no-repeat; }

.catalog-wrp,
.catalog-aside-wrp {
  padding: 0; }

.catalog-aside-wrp {
  padding-right: 20px; }

.catalog-aside {
  /* position: sticky; */
  top: 0;
  background-color: #fff;
  padding-top: 40px;
  margin-top: 21px; }
  .catalog-aside > p {
    font-family: Montserrat-Bold;
    font-size: 24px;
    padding: 0 0 20px;
    margin: 0 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #E8E8E8;
    line-height: 1; }
  .catalog-aside > ul {
    list-style-type: none;
    padding-left: 0;
    padding: 20px 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .catalog-aside li {
    flex-wrap: wrap;
    cursor: pointer;
    position: relative;
    padding: 10px 20px;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat-Medium;
    font-size: 14px;
    white-space: inherit; }
    .catalog-aside li:hover {
    	background-color: rgba(173, 142, 106, .3);
    }
    .catalog-aside li a {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      font-family: Montserrat-Regular; }
   /* .catalog-aside li.show .dropdown-toggle {
      background-color: rgba(173, 142, 106, 0.3); }*/
    .catalog-aside li.isarrow .dropdown-toggle::after {
      margin-left: auto;
      border: solid #5c5c5c;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 3px;
      margin-bottom: 2px;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
  .catalog-aside .dropdown-toggle {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-end;

    
    font-family: Montserrat-Medium;
    font-size: 14px;
    white-space: inherit; 
  }
  .catalog-aside .dropdown-toggle::before {
    content: '';
    border: solid #ad8e6a;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 5px;
    margin-bottom: 5px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
    .catalog-aside .dropdown-toggle::after {
      content: none; }
    .catalog-aside .dropdown-toggle[aria-expanded="true"]::after {
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg); }
    .catalog-aside .dropdown-toggle p {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
    .catalog-aside .dropdown-toggle span {
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      color: #b6b6b6; }
  .catalog-aside .dropdown-menu {
    background-color: rgba(0,0,0,0);
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    border: none;
    width: 100%;
    padding: 0 20px 15px; }
    .catalog-aside .dropdown-menu .dropdown-item {
      font-family: Montserrat-Regular;
      font-size: 14px;
      white-space: pre-wrap;
      line-height: 1.2;
      margin: 10px 0;
      padding: 0; }
      .catalog-aside .dropdown-menu .dropdown-item:hover {
        background-color: rgba(0, 0, 0, 0);
        color: #ad8e6a; }

.catalog-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 0;
  margin-top: 15px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8; }

.sort-by {
  font-family: Montserrat-Bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #5c5c5c; }
  .sort-by .dropdown-toggle {
    font-family: Montserrat-Bold;
    font-size: 15px;
    color: #5c5c5c;
    text-transform: none; }
    .sort-by .dropdown-toggle::after {
      margin-left: auto;
      border: solid #ad8e6a;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 3px;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
    .sort-by .dropdown-toggle[aria-expanded="true"]::after {
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      margin-bottom: -5px; }
  .sort-by .dropdown-item {
    font-family: Montserrat-Regular;
    font-size: 14px;
    text-transform: none;
    cursor: pointer;
    padding-left: 16px; }
    .sort-by .dropdown-item input[type="radio"] {
      opacity: 0; }
    .sort-by .dropdown-item label {
      cursor: pointer; }

.catalog-ammount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto; }
  .catalog-ammount p {
    font-family: Montserrat-Bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #5c5c5c; }
  .catalog-ammount ul {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Montserrat-Medium;
    font-size: 14px;
    text-transform: uppercase; }
  .catalog-ammount li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background-color: #fff;
    color: #5c5c5c;
    cursor: pointer;
    margin-left: 10px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
    .catalog-ammount li input[type="radio"] {
      display: none; }
    .catalog-ammount li label {
      cursor: pointer; }
    .catalog-ammount li.active, .catalog-ammount li:hover {
      background-color: #ad8e6a;
      color: #fff; }

.header-cart.fixed-top {
  right: 0;
  left: auto;
  background-color: #ad8e6a; }

.catalog-filters {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  padding-left: 0;
  margin: 20px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .catalog-filters li {
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px; 
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
  }
  .catalog-filters li {
    display: none;
  }
  #more-param {
    font-family: Montserrat-Regular;
    border: none;
    color: #ad8e6a;
    background-color: rgba(0,0,0,0);
    border-bottom: 1px dotted #ad8e6a;
  }
  #more-param::after {
    content: '';
    border: solid #ad8e6a;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 5px;
    margin-bottom: 5px;
    transform: rotate(45deg);
  }
  #more-param.active::after {
    transform: rotate(-135deg);
    margin-bottom: -0;
  }
  .catalog-filters li:nth-of-type(1),
  .catalog-filters li:nth-of-type(6),
  .catalog-filters li:nth-of-type(3),
  .catalog-filters li:nth-of-type(4),
  .catalog-filters li:nth-of-type(5) {
    display: list-item;
  }
    .catalog-filters li.active .filter-tab-trigger {
      color: #ad8e6a; }
      .catalog-filters li.active .filter-tab-trigger::after {
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-bottom: -5px; }
  }

.filter-tab-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear; }
  .filter-tab-trigger:hover {
    color: #ad8e6a; }
  .filter-tab-trigger::after {
    content: '';
    border: solid #ad8e6a;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 5px;
    margin-bottom: 5px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }

.filter-tab {
  position: absolute;
  display: none;
  width: 220px;
  z-index: 9999;
  left: 50%;
  top: 41px;
  margin-left: -110px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  .filter-tab::before {
    content: '';
    position: absolute;
    top: -20px;
    right: calc(50% - 10px);
    border: 10px solid transparent;
    border-bottom: 10px solid #fff; }

.filter-tab-bottom,
.filter-tab-header {
  padding: 15px; }

.filter-tab-body {
  padding: 15px 15px 15px 15px; }
  .filter-tab-body.filter-tab-price {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px; }
    .filter-tab-body.filter-tab-price label {
      display: flex;
      font-size: 13px;
      align-items: center; }
    .filter-tab-body.filter-tab-price input {
      width: 100%;
      margin-left: 5px; }

.filter-tab-header {
  border-bottom: 1px solid whitesmoke; }
  .filter-tab-header input {
    font-family: Montserrat-Regular;
    font-size: 12px;
    width: 100%;
    color: #000;
    border: 1px solid #E8E8E8;
    height: 34px;
    padding-left: 28px;
    background: url("../img/search-icon-dark.svg") 11px center/12px no-repeat; }

.filter-tab-body > div {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 15px;
  scrollbar-color: #ad8e6a whitesmoke;
  scrollbar-width: thin; }
  .filter-tab-body > div::-webkit-scrollbar {
    width: 10px;
    height: 80%;
    border-radius: 50vw;
    background-color: whitesmoke; }
  .filter-tab-body > div::-webkit-scrollbar-thumb {
    background-color: #ad8e6a;
    border-radius: 50vw; }
  .filter-tab-body > div .catalog-checks:not(:last-child) {
    margin-bottom: 15px; }

.filter-tab-bottom {
  border-top: 1px solid whitesmoke;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .filter-tab-bottom button {
    height: 34px;
    width: 90px;
    border: 1px solid #ad8e6a;
    font-family: Montserrat-Bold;
    font-size: 10px;
    text-transform: uppercase; }
    .filter-tab-bottom button:first-child {
      background-color: #fff;
      color: #ad8e6a; }
    .filter-tab-bottom button:last-child {
      background-color: #ad8e6a;
      color: #fff; }

.catalog-checks {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .catalog-checks .custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .catalog-checks .custom-checkbox:checked + label {
      color: #ad8e6a; }
      .catalog-checks .custom-checkbox:checked + label span {
        color: #ad8e6a; }
      .catalog-checks .custom-checkbox:checked + label:before {
        background-color: #ad8e6a;
        border: 1px solid #ad8e6a;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
  .catalog-checks label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Montserrat-SemiBold;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
    cursor: pointer;
    width: 100%;
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
    .catalog-checks label p {
      font-family: inherit; }
    .catalog-checks label:hover, .catalog-checks label:hover span {
      color: #ad8e6a; }
    .catalog-checks label span {
      -webkit-transition: .3s linear;
      -o-transition: .3s linear;
      transition: .3s linear;
      color: #b6b6b6; }
    .catalog-checks label::before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      border: 1px solid #E8E8E8;
      border-radius: 2px;
      margin-right: 10px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 60% 60%; }

.cart-list {
  margin-top: 35px; }

.catalog-wrp .product-list {
  padding-top: 0; }
.catalog-wrp .product-name {
  font-size: 14px; }
.catalog-wrp .product-collection {
  font-size: 9px; }
  .catalog-wrp .product-collection a {
    font-size: 10px; }
.catalog-wrp .product-item > span {
  font-size: 8px;
  padding: 6px 7px; }
.catalog-wrp .product-price {
  font-size: 12px; }
  .catalog-wrp .product-price span {
    font-size: 22px; }
.catalog-wrp .product-to-cart {
  font-size: 12px;
  height: 45px; }
.catalog-wrp .pagination-row {
  margin-top: 20px; }

.cart-item-available p {
  font-family: Montserrat-SemiBold;
  font-size: 12px;
  color: #5c5c5c;
  margin-bottom: 5px; }
.cart-item-available span {
  font-family: Montserrat-Medium;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .cart-item-available span::before {
    content: '';
    display: block;
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin-right: 10px;
    background: url("../img/list-circle.svg") center center no-repeat; }

.cart-list-item {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .cart-list-item .order-product-info {
    margin-right: 0; }

.cart-item-delete {
  height: 60px;
  padding-left: 25px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #E8E8E8; }
  .cart-item-delete span {
    display: block;
    width: 19px;
    height: 20px;
    margin: auto;
    background: url("../img/trash.svg") center center/contain no-repeat;
    -webkit-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
    cursor: pointer; }
    .cart-item-delete span:hover {
      background: url("../img/trash-green.svg") center center/contain no-repeat; }
.total-info {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.cart-page-total {
  display: flex;
  justify-content: space-between;
  padding-top: 35px; 
  
  
}
  .total-info > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-left: auto; }
    .total-info > div p {
      width: 50%;
      text-align: right;
      color: #5c5c5c; }
    .total-info > div span {
      margin-left: 44px;
      width: 50%; }

.total-price p {
  font-family: Montserrat-SemiBold;
  font-size: 24px; }
.total-price span {
  font-family: Montserrat-Bold;
  font-size: 30px;
  text-transform: uppercase; }

.total-weight,
.total-sizes {
  font-family: Montserrat-Medium; }
  .total-weight p,
  .total-sizes p {
    font-size: 16px; }
  .total-weight span,
  .total-sizes span {
    font-size: 20px; }

.create-order {
  margin-top: 30px;
  padding: 40px 0 120px;
  margin-bottom: -50px;
  background-color: #fff; }

.order-title {
  font-family: Montserrat-Bold;
  font-size: 20px;
  margin-bottom: 25px; }

.order-sub-text {
  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #5c5c5c; }

.order-delivery {
  padding: 40px 0 30px;
  margin-top: 25px;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8; }

.order-info {
  padding-top: 40px; }

.order-payment {
  padding: 40px 0 30px;
  border-bottom: 1px solid #e8e8e8; }

.radio-more {
  padding: 0 30px 0 40px; }
  .radio-more div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px; }
  .radio-more p {
    font-family: Montserrat-Medium;
    font-size: 12px; }
  .radio-more span {
    font-family: Montserrat-SemiBold;
    font-size: 16px; }

.inputs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .inputs-row hr {
    background-color: #e8e8e8;
    height: 1px;
    margin-left: 40px;
    margin-right: 30px;
    width: auto;
    border: none; }
  .inputs-row > div {
    width: calc(100% / 3);
    margin-top: 30px; }
  .inputs-row > label {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #5c5c5c;
    margin-bottom: 30px; }
    .inputs-row > label:first-child {
      margin-right: 40px; }
    .inputs-row > label.w100 {
      width: 100%;
      margin-right: 0;
      margin-bottom: 0; }
    .inputs-row > label input {
      height: 70px;
      border: 1px solid #E8E8E8;
      padding-left: 20px;
      margin-top: 5px; }
    .inputs-row > label textarea {
      border: 1px solid #E8E8E8;
      padding-left: 20px;
      margin-top: 5px;
      height: 140px; }
.set-delivery:disabled {
  filter: grayscale(1);
  cursor: no-drop;
}
.set-delivery {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #ad8e6a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ad8e6a;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 23px;
  background-color: #fff; }
  .set-delivery span {
    display: block;
    width: 16px;
    height: 21px;
    margin-right: 10px;
    background: url(../img/baloon-icon.svg) center center/ contain no-repeat; }

.order-subs-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .order-subs-wrp p {
    width: calc(100% / 3); }

.custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-radio:not(:disabled):not(:checked) + label:hover::before {
    border-color: #ad8e6a; }
  .custom-radio:checked + label::before {
    border-color: #ad8e6a; }
  .custom-radio:not(:disabled):active + label::before {
    border-color: #ad8e6a; }
  .custom-radio:focus:not(:checked) + label::before {
    border-color: #ad8e6a; }
  .custom-radio + label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    padding-left: 40px; }
    .custom-radio + label::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 30px;
      height: 30px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      border: 8.5px solid #b6b6b6;
      border-radius: 50%;
      cursor: pointer; }
    .custom-radio + label p {
      font-family: Montserrat-Medium; }
      .custom-radio + label p:first-child {
        font-size: 20px;
        margin-bottom: 5px; }
      .custom-radio + label p:last-child {
        font-size: 16px;
        color: #5c5c5c; }

.order-sending {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px; }
  .order-sending button {
    font-family: Montserrat-Bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ad8e6a;
    border: 1px solid #ad8e6a;
    max-width: 400px;
    width: 100%;
    height: 70px; }

#delivery-map .modal-dialog {
  max-width: 1200px; }
#delivery-map .modal-content {
  border-radius: 0;
  height: 650px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.map-adresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

.map-adresses {
  width: 300px;
  background-color: #fff; }

.map-adresses-header {
  padding: 20px;
  border-bottom: 1px solid #E8E8E8; }
  .map-adresses-header input {
    font-family: Montserrat-Regular;
    font-size: 12px;
    width: 100%;
    height: 40px;
    padding-left: 37px;
    border: 1px solid #E8E8E8;
    background: url("../img/search-icon-dark.svg") 15px center/12px no-repeat; }

.map-adresses-list-wrp {
  padding: 20px 10px 35px 20px;
  overflow: hidden;
  width: 300px; }
  .map-adresses-list-wrp h4 {
    font-family: Montserrat-SemiBold;
    font-size: 20px; }

.map-adresses-list {
  padding-left: 0;
  list-style-type: none;
  counter-reset: list 0;
  overflow-y: auto;
  height: 95%;
  padding-right: 20px;
  scrollbar-color: #ad8e6a whitesmoke;
  scrollbar-width: thin; }
  .map-adresses-list::-webkit-scrollbar {
    width: 10px;
    height: 80%;
    border-radius: 50vw;
    background-color: whitesmoke; }
  .map-adresses-list::-webkit-scrollbar-thumb {
    background-color: #ad8e6a;
    border-radius: 50vw; }
  .map-adresses-list li {
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #E8E8E8; }

.adresses-list-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat-Medium;
  font-size: 16px;
  margin-bottom: 5px; }
  .adresses-list-city::before {
    font-family: Montserrat-SemiBold;
    color: #000;
    counter-increment: list;
    content: counter(list) "."; }
  .adresses-list-city span {
    margin-left: auto;
    display: block;
    width: 20px;
    height: 20px;
    border: 6px solid #b6b6b6;
    border-radius: 50%;
    cursor: pointer; }
    .adresses-list-city span:hover, .adresses-list-city span.active {
      border: 6px solid #ad8e6a; }

.adresses-list-street {
  font-family: Montserrat-Regular;
  font-size: 14px;
  margin-bottom: 10px; }

.adresses-list-tele {
  font-family: Montserrat-SemiBold;
  font-size: 10px;
  text-transform: uppercase;
  color: #ad8e6a;}
  .adresses-list-tele + a {
    font-family: Montserrat-Medium;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
    .adresses-list-tele + a:hover {
      color: #ad8e6a; }

.delivery-map {
  width: 100%;
  height: 100%; }

.order-agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .order-agreement .custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .order-agreement .custom-checkbox:checked + label:before {
      background-color: #fff;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ad8e6a' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
  .order-agreement label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #5c5c5c;
    margin-bottom: 0;
    cursor: pointer; }
    .order-agreement label::before {
      content: '';
      display: inline-block;
      width: 24px;
      height: 24px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      border: 1px solid #DFDFDF;
      border-radius: 2px;
      margin-right: 10px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%; }

.top-search-modal,
.ic,
.mobile-catalog-toggler,
.mobile-menu-toggler,
.mobile-filter,
.product-mobile-header {
  display: none; }

#mobile-menu {
  position: fixed;
  z-index: 9;
  top: 0px;
  height: 100%;
  left: 0;
  width: 100%;
  padding: 15px 15px 20px 15px;
  background-color: #ad8e6a;
  color: #fff;
  z-index: 9999999999; }

#delivery-map {
  padding: 0 !important; }
  #delivery-map .close {
    padding: 0;
    font-weight: 100;
    font-size: 4.5rem;
    cursor: pointer;
    line-height: 0; }
    #delivery-map .close span {
      color: #fff;
      text-shadow: none; }

.modal-content {
  border-radius: 0; }
  .modal-content .close {
    padding: 0;
    right: -10px;
    font-weight: 100;
    font-size: 4.5rem;
    cursor: pointer;
    line-height: 0;
    position: absolute;
    top: -35px; }
    .modal-content .close span {
      color: #fff;
      text-shadow: none; }

#signInReg .modal-content {
  padding: 30px 40px; }
#signInReg .modal-header {
  border: none; }
  #signInReg .modal-header li {
    width: 50%; }
  #signInReg .modal-header a {
    font-family: Montserrat-SemiBold;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: #b6b6b6;
    text-align: center;
    width: 100%;
    padding-bottom: 9px;
    border-bottom: 1px solid #E8E8E8; }
    #signInReg .modal-header a[aria-selected="true"] {
      color: #000;
      border-bottom: 3px solid #ad8e6a; }
#signInReg .nav-tabs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: none; }

.product-mobile-header {
  display: none; }

.catalog-filters.collapse:not(.show) {
  display: flex;
  justify-content: flex-start; }

#catalog-filter {
  position: relative; }

#catalog-filter-block {
  width: 100%;
  font-family: Montserrat-SemiBold;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  display: flex;
  padding: 0 15px 15px; }

#modalDeliveryRegion .modal-dialog {
  max-width: 600px;
  width: 100%; }
#modalDeliveryRegion .modal-body {
  padding: 40px; }
#modalDeliveryRegion .modal-top {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #modalDeliveryRegion .modal-top p {
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    color: #000; }
  #modalDeliveryRegion .modal-top a {
    font-family: Montserrat-SemiBold;
    font-size: 12px;
    text-transform: uppercase;
    color: #ad8e6a;
    text-decoration: underline;
    transition: .3s linear; }
    #modalDeliveryRegion .modal-top a:hover {
      text-decoration: none; }
#modalDeliveryRegion input[name="modalDeliveryRegionSearch"] {
  margin: 30px 0;
  width: 100%;
  height: 50px;
  font-family: Montserrat-Medium;
  font-size: 12px;
  border: 1px solid #E8E8E8;
  border-radius: 0;
  padding-left: 20px;
  transition: .3s linear; }
  #modalDeliveryRegion input[name="modalDeliveryRegionSearch"]:focus {
    border: 1px solid #ad8e6a; }
#modalDeliveryRegion form p {
  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #000; }
#modalDeliveryRegion form button {
  font-family: Montserrat-Medium;
  font-size: 12px;
  color: #5c5c5c;
  border: 1px solid #B6B6B6;
  background-color: #E8E8E8;
  border-radius: 0;
  width: 120px;
  height: 40px; }

.delivery-region-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  padding: 20px 0;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  margin: 15px auto 20px;
  overflow: auto;
  max-height: 200px; }
  .delivery-region-list input {
    display: none; }
  .delivery-region-list label {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    transition: .3s linear; }
    .delivery-region-list label:hover, .delivery-region-list label.active {
      color: #ad8e6a; }

#modalPassRecovery .modal-title,
#modalPodbor .modal-title {
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #E8E8E8; }
#modalPassRecovery .modal-body, 
#modalPodbor .modal-body {
  padding: 40px; }
#modalPassRecovery input {
  width: 100%;
  margin: 20px 0;
  padding-left: 20px;
  height: 50px;
  font-family: Montserrat-Medium;
  font-size: 12px;
  border: 1px solid #E8E8E8; }
#modalPassRecovery form p {
  font-family: Montserrat-Regular;
  font-size: 13px;
  line-height: 1.4;
  color: #000; }
#modalPassRecovery button[type="submit"] {
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  height: 50px;
  width: 100%;
  background-color: #ad8e6a;
  color: #fff;
  border: none;
  margin-top: 35px;
  transition: .3s linear; }
  #modalPassRecovery button[type="submit"]:hover {
    background-color: #f4f4f4;
    color: #000; }

#modalQuestion .modal-title {
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  color: #000;
  text-transform: uppercase; }
#modalQuestion .modal-text,
#modalPodbor .modal-text {
  font-family: Montserrat-Regular;
  font-size: 13px;
  line-height: 1.4;
  color: #000;
  margin: 5px 0 20px; }
#modalQuestion .modal-body {
  padding: 40px; }
#modalQuestion input {
  font-family: Montserrat-Medium;
  font-size: 12px;
  width: 100%;
  height: 50px;
  border: 1px solid #E8E8E8;
  margin-bottom: 20px;
  padding-left: 20px; }
#modalQuestion textarea {
  font-family: Montserrat-Medium;
  font-size: 12px;
  width: 100%;
  height: 145px;
  padding-left: 20px;
  border: 1px solid #E8E8E8;
  margin-bottom: 0; }
#modalQuestion button[type="submit"] {
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  height: 50px;
  width: 100%;
  margin-top: 20px;
  background-color: #ad8e6a;
  color: #fff;
  border: none;
  transition: .3s linear; }
  #modalQuestion button[type="submit"]:hover {
    background-color: #f4f4f4;
    color: #000; }

#modalLogReg .modal-body {
  padding: 40px; }
#modalLogReg .nav-pills {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  #modalLogReg .nav-pills .nav-link {
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    color: #B6B6B6;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
    transition: .1s linear; }
    #modalLogReg .nav-pills .nav-link.active, #modalLogReg .nav-pills .nav-link:hover {
      color: #000;
      border-bottom: 3px solid #ad8e6a; }
#modalLogReg form input {
  font-family: Montserrat-Medium;
  font-size: 12px;
  width: 100%;
  color: #000;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 20px;
  border: 1px solid #E8E8E8; }
#modalLogReg form div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center; }
#modalLogReg form a {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  text-decoration: underline;
  color: #B6B6B6;
  text-align: center; }
#modalLogReg form button {
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  width: 100%;
  height: 50px;
  background-color: #ad8e6a;
  border: none;
  color: #fff;
  transition: .3s linear; }
  #modalLogReg form button:hover {
    color: #000;
    background-color: #f4f4f4; }

.modal-socls {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  grid-gap: 20px;
  padding-bottom: 20px;
  margin: 20px 0;
  border-bottom: 1px solid #E8E8E8; }
  .modal-socls p {
    font-family: Montserrat-Medium;
    font-size: 13px;
    color: #000; }
  .modal-socls ul {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-top: 10px;
    padding-left: 0;
    list-style-type: none; }
    .modal-socls ul li a {
      display: block;
      width: 40px;
      height: 40px;
      transition: .3s linear; }
      .modal-socls ul li a:hover {
        filter: opacity(0.7); }
      .modal-socls ul li a[title="Facebook"] {
        background: url("../img/modal-fb.svg") center center/contain no-repeat; }
      .modal-socls ul li a[title="VK"] {
        background: url("../img/modal-vk.svg") center center/contain no-repeat; }
      .modal-socls ul li a[title="Google+"] {
        background: url("../img/modal-gp.svg") center center/contain no-repeat; }
  .modal-socls button {
    font-family: Montserrat-SemiBold;
    font-size: 11px;
    color: #ad8e6a;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ad8e6a;
    transition: .3s linear; }
    .modal-socls button:hover {
      color: #fff;
      background-color: #ad8e6a; }

.contacts-nfo {
  display: flex;
  flex-direction: column; }
  .contacts-nfo a {
    font-family: Montserrat-Medium;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #ad8e6a; }
  .contacts-nfo p {
    font-family: Montserrat-Medium;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.2; }

.contacts-nfo-row .footer-socials {
  justify-content: flex-start;
  border-bottom: 1px solid #ad8e6a;
  padding-bottom: 40px; }
  .contacts-nfo-row .footer-socials a {
    background-color: #ad8e6a !important;
    margin-right: 15px; }

.contacts-form-row form {
  display: flex;
  flex-direction: column; }
.contacts-form-row input, .contacts-form-row textarea {
  font-family: Montserrat-Regular;
  font-size: 15px;
  height: 60px;
  color: #5B5B5B;
  width: 73%;
  padding-left: 25px;
  margin-bottom: 20px;
  border: none; }
.contacts-form-row textarea {
  padding-top: 15px; }
.contacts-form-row .ttl {
  font-family: Montserrat-SemiBold;
  font-size: 24px;
  color: #000;
  margin: 20px 0 40px; }
.contacts-form-row button {
  font-family: Montserrat-Bold;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #f4f4f4;
  border: none;
  color: #000;
  height: 60px;
  width: 25%;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear; }

.product-description .container.product-mobile-header {
  display: none; }
#oneclick .modal-dialog {
  max-width: 580px;
}
#oneclick .modal-dialog h2 {font-size: 30px; }
#oneclick .modal-content {
  padding: 30px;
  border: none; }
#oneclick .order-sending {
  flex-wrap: wrap;
}
#oneclick .order-sending button {
  margin-top: 20px;
}
#oneclick .inputs-row {
  margin-top: 20px;
}
.inner-content {
  background-color: #fff;
  margin-top: 35px;
  padding: 80px 80px 50px; }
  .inner-content h2 {
    font-size: 30px;
    color: #000;
    margin-bottom: 24px; }
  .inner-content p {
    font-family: Montserrat-Regular;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px; }
  .inner-content a {
    color: #ad8e6a; }

#subscribe .modal-content,
#modalert .modal-content {
  padding: 40px; }
#modalert .modal-dialog {
    max-width: 800px;
}
  #subscribe .modal-content > div,
  #modalert .modal-content > div {
    display: flex; }
#subscribe h2,
#modalert h2 {
  font-size: 29px; }
#subscribe .success-icon,
#modalert .success-icon {
  min-width: 90px;
  min-height: 90px;
  margin-right: 25px;
  background: url("../img/success-icon.png") center center/contain no-repeat; }

div#ya-site-form0.ya-site-form {
  flex: 1 0 0;
  margin: 0 !important;
  color: #fff !important; }

div#ya-site-form0.ya-site-form * {
  color: #fff !important; }
#header-city-selector .dropdown-item {
  color: #5B5B5B;
  border: none !important;
}
.all-cities-list .dropdown-item:active {
  background-color: rgba(0,0,0,0) !important;
}
#yourRegionPopup .modal-dialog {
  max-width: 210px;
}
#yourRegionPopup .modal-body div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
}
#yourRegionPopup .modal-title {
  font-family: Montserrat-Regular;
}
#yourRegionPopup .modal-title span {
  font-family: Montserrat-SemiBold;
}
#yourRegionPopup .modal-body button {
  background-color: #AD8E6A;
  border: none;
  color: #fff;
  font-family: Montserrat-SemiBold;
  height: 40px;
  width: 70px;
}
.all-cities-list {
  max-height: 350px;
  height: 350px;
  overflow: auto;
}
.log_and-reg {
  display: flex;
  align-items: center;
  background-color: #ad8e6a;
  text-transform: uppercase;
  border: none !important;
}
.log_and-reg a {
  transition: .3s linear;
}
.log_and-reg a:hover {
  color: #000;
}
.contacts-ask-question button {
  background-color: #AD8E6A;
  color: #fff;
  border: 1px solid #AD8E6A;
  width: 240px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat-SemiBold;
  transition: .3s linear;
  margin: auto;
}
.contacts-ask-question button:hover {
  background-color: #fff;
  color: #AD8E6A;
}
.list-old-price {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  
}
.list-old-price p {
  color: #5B5B5B;
  font-family: Montserrat-Bold;
  font-size: 12px;
}
.container.itemToCart,
.product-description-media {
  position: relative;
}
.product-description-media > span {
    font-family: Montserrat-Bold;
    font-size: 10px;
    text-transform: uppercase;
    padding: 9px 10px;
    position: absolute;
    top: 10px;
    left: 20px;
    background-color: #f4f4f4;
    z-index: 1;
    pointer-events: none;
}
.product-description-media > span.new {
  background: #FD4C4C;
  color: #fff;
}
.both_prices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.both_prices p {
  font-family: Montserrat-Bold;
  font-size: 22px;
  color: #000;
}
.both_prices span {
  font-family: Montserrat-Regular;
  font-size: 19px;
  color: #000;
}
.messengers-card-wrp {
  display: flex;
  justify-content: space-between;
}
.messengers-card {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.messengers-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 46px;
  height: 46px;
  max-width: 46px;
  max-height: 46px; */
  border: 1px solid #E8E8E8;
  padding: 8px;
  margin-left: 15px;
  /* --- */
  border-radius: 3px;
  font-family: Montserrat-Regular;
  font-size: 12px;
  line-height: 1.2;
  color: #5c5c5c;
  min-width: 120px;
} 
.messengers-card svg {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
/* .messengers-card a .whatsapp-card,
.messengers-card a .telegram-card {
  fill:#ad8e6a;
  transition: .3s linear;
} */
.messengers-card a[title="WhatsApp"] .whatsapp-card {
  fill:#2cae1e;
}
.messengers-card a[title="Telegram"] .telegram-card {
  fill:#2298d5;
}
#podbor-form label {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #5c5c5c;
  margin-bottom: 30px;
}
#podbor-form label input {
  height: 50px;
  border: 1px solid #E8E8E8;
  padding-left: 20px;
  margin-top: 5px;
}
#podbor-form textarea {
  border: 1px solid #E8E8E8;
  padding-left: 20px;
  margin-top: 5px;
  height: 100px;
}
#podbor-form button {
    font-family: Montserrat-Bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ad8e6a;
    border: 1px solid #ad8e6a;
    max-width: 400px;
    width: 100%;
    height: 70px;
}
.contacts__file {
  background: #ffffff;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 0.86vw;
  padding: 1.2vw 1.3vw 1.1vw 1.3vw;
  cursor: pointer;
}
.jq-file:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5vw;
  height: 0.8vw;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAYAAADESFVDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQxQThDRURDMzMyQjExRThBNjdEQkNEMzEyNDI0Q0UzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQxQThDRUREMzMyQjExRThBNjdEQkNEMzEyNDI0Q0UzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDFBOENFREEzMzJCMTFFOEE2N0RCQ0QzMTI0MjRDRTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDFBOENFREIzMzJCMTFFOEE2N0RCQ0QzMTI0MjRDRTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7HKIuGAAAA9ElEQVR42pTRP0tCURjH8etNg3JRiagth4bGwNegU2ibbe69A1Eh0ZZsb2pqaBRxEJzdQx1rMnDTQQQT//R94Hf1TEEPfDicc373nn+hfOHeo4qoIYQv5DD0VD6qqOMBd5hhgDM3VMazQu+41tyTG7LqIIIj9W2ppJaPBqGx9tVTf4s+LvAdhJY40aCnP9jYIWJBKIw5Jt6+DrB29/Rn/Su0sbW1D6sF4jrALrTCB66QRUr9Hzd0jhe00UQXDZy6oYzaGySQdsd9PUUJx5qYqrUXeETL16N+6p7sHW91+3aIkfXD+uoSr6joYu0S31Cwk/8KMACD2jEPc6OEvQAAAABJRU5ErkJggg==') center / contain no-repeat;
}
.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #544444;
}
.jq-file__browse {
  display: none;
}
.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
  cursor: pointer;
}
.podbor-content {
  padding: 40px 40px 50px;
  display: flex;
  flex-direction: row-reverse;
}
#podbor-form {
  min-width: 45%;
}
.podbor-content > div {
  overflow: hidden;
  position: relative;
  padding: 60px 40px;
  margin-left: 40px;
  background: url("../img/5ce6a1e83be3c.jpg") left center / cover no-repeat; 
}
.podbor-content > div::before {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  top: -135px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(173,142,106,.9);
  transform: skewY(25deg);
}
.podbor-content p {
  color: #fff;
  position: relative;
  z-index: 2;
  line-height: 2;
}
.podbor-text h2 {
  margin: 40px 0;
}
.podbor-text > p {
  margin: 40px 0;
}
.podbor-text > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.podbor-text > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.podbor-text div p {
  padding: 40px;
}
.textcategory {
  padding-left: 320px;
}
.textcategory h2 {
  font-family: Montserrat-SemiBold;
  font-size: 40px;
  margin-bottom: 35px;
}
.textcategory p {
  font-family: Montserrat-Light;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.textcategory ul {
  margin-bottom: 30px;
}
.textcategory li {
  font-family: Montserrat-Light;
  font-size: 15px;
  line-height: 1.6;
}
.searchbar-btn {
  display: none;
  width: 36px;
  height: 36px;
  margin-right: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255,255,255,.2) url('../img/search-icon-white.svg') center center / 55% no-repeat;
}
.modal-form-wrp .search-bar {
  display: block;
  margin: 0;
  background: #F4F4F4 url('../img/search-icon.svg') 27px center / 4vw no-repeat;
}
.modal-form-wrp button[type="submit"] {
  background-color: #ad8e6a;
  color: #fff;
  width: 100%;
  font-family: Montserrat-Bold;
  font-size: 14px;
  text-transform: uppercase;
  height: 58px;
  border: 1px solid #ad8e6a;
}
.podbortoggle-wrp {
  padding-top: 40px;
}
#podbortoggle {
  width: 100%;
  object-fit: contain;
  
}
#isCheaper {
  margin: auto 0;
  cursor: pointer;
  font-family: Montserrat-Medium;
  font-size: 14px;
  /* text-transform: uppercase; */
  color: #ad8e6a !important;
  padding: 15px;
  border: 1px solid #E8E8E8;
  transition: .3s linear;
}
#isCheaper:hover {
  border: 1px solid #ad8e6a;
}
.incard-pluses {
  background-color: #fff;
  border-top: 2px solid rgba(92, 92, 92, 0.1);
  border-bottom: 2px solid rgba(92, 92, 92, 0.1);
}
.incard-pluses .pluses .pluse-item:nth-child(2) span {
  background: url(../img/header-icon1.svg) center center/contain no-repeat;
}
.incard-pluses .pluses .pluse-item:nth-child(3) span {
  background: url(../img/header-icon2.svg) center center/contain no-repeat;
}
.incard-pluses .pluses .pluse-item:nth-child(4) span {
  background: url(../img/header-icon3.svg) center center/contain no-repeat;
}
.incard-pluses .pluses .pluse-item:nth-child(1) span {
  background: url(../img/header-icon4.svg) center center/contain no-repeat;
}
.incard-pluses a {
  text-decoration: underline;
  color: #ad8e6a;
}
.incard-pluses a:hover {
  text-decoration: none;
}
.incard-pluses .pluses .pluse-item:last-child {
  border-right: none;
}
.incard-pluses .pluses .pluse-item:first-child {
  border-left: none;
}
.incard-seotext {
  padding: 40px;
  background-color: #fff;
  margin: 60px auto 20px;
}
.incard-seotext-content {
  column-count: 2;
  gap: 40px;
}
.incard-seotext-content h2 {
  margin-bottom: 20px;
  font-family: Montserrat-SemiBold;
  font-size: 24px;
  color: #000;
}
.incard-seotext-content p {
  font-family: Montserrat-Light;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
.promocode {
  background-color: #fff;
  padding: 20px;
  width: 60%;
}
.promocode-content {
  display: flex;
}
.promocode-add {
  display: flex;
}
.promocode-add p {

}
.promocode-add button {
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  padding: 0 23px;
  height: 35px;
  color: #ad8e6a;
  background-color: #fff;
  border: 1px solid #ad8e6a;
  transition: .4s linear;
}
.promocode-add button:hover {
  background-color: #ad8e6a;
  color: #fff;
}
.promocode-list {
  margin-left: auto;
}
.promocode-list ul {
  list-style-type: none;
  padding-left: 0;
}
.promocode-list li {
  font-family: Montserrat-Medium;
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  color: #5c5c5c;
}
.promocode-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid #ad8e6a;
  border-radius: 50%;
  margin-left: 10px;
  transition: .4s linear;
}
.promocode-list span:hover {
  background-color: #ad8e6a;
  color: #fff;
}
.promocode-add-input {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
.promocode-add-input input {
  border: none;
  border-bottom: 1px solid #000;
}
.promocode-add-input span {
  display: none;
}
.promocode-add-input span.error {
  color: #c20000;
}
.promocode-add-input span.success {
  color: #109110;
}
.podbor-messengers {
  display: flex;
  justify-content: flex-start;
}
.podbor-messengers a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #E8E8E8;
  padding: 8px;
  margin-right: 15px;
  border-radius: 3px;
  font-family: Montserrat-Regular;
  font-size: 12px;
  line-height: 1.2;
  color: #5c5c5c;
  min-width: 120px;
}
.podbor-messengers svg {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.podbor-messengers a[title="Telegram"] .telegram-card {
  fill: #2298d5;
}
.podbor-messengers a[title="WhatsApp"] .whatsapp-card {
  fill: #2cae1e;
}
.notfound {
  
  
}
.notfound-content {
  display: flex;
}
.notfound-image {
  background: url('/assets/img/404.png') center center / contain no-repeat;
  height: auto;
  width: 50%;
}
.notfound-text {
  margin-left: auto;
  width: 50%;
}
.notfound-text h2 {
  font-size: 125px;
}
.notfound-text h3 {
  font-size: 45px;
}
.notfound-text p {
  font-size: 21px;
  margin: 40px 0;
}
.notfound-text a {
  font-family: Montserrat-Bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  padding: 20px 40px;
  border: 1px solid #ad8e6a;
  background-color: #fff;
  transition: .3S linear;
  margin-top: auto;
}
.notfound-text a:hover {
  background-color: #ad8e6a;
  color: #fff;
}
.product-description-media > span.to_order {
  background: #AD8E6A; 
  color: white; 
  left: auto;
  right: 20px;
}
@media (max-width: 1199.98px) {
  .product-description-price {
    flex-wrap: wrap;
  }
  .messengers-card {
    margin-right: auto;
    margin-left: 0;
    margin-top: 20px;
  }

  .order-item-ammount,
  .order-item-number {
    font-size: 12px;
  }
  .order-item-header div > * {
    padding: 0 10px;
  }
  .container {
    max-width: 960px; }

  h2 {
    font-size: 35px; }

  .catalog-nav li:not(:last-child) {
    padding-right: 10px; }
  .catalog-nav li:not(:first-child) {
    padding-left: 10px; }
  .catalog-nav p {
    font-size: 10px; }

  .header-info a {
    font-size: 25px; }

  .catalog-info {
    height: 68px; }
    .catalog-info p {
      font-size: 16px; }

  .product-info {
    padding: 10px 0; }

  .product-name {
    font-size: 14px; }

  .product-price {
    font-size: 12px; }
    .product-price span {
      font-size: 24px; }

  .product-to-cart {
    font-size: 14px;
    height: 50px; }

  .product-more {
    font-size: 14px;
    padding: 15px 0; }

  .partner-item {
    width: 90px;
    height: 90px; }

  .text-content .name {
    font-size: 20px; }
  .text-content .text {
    font-size: 16px; }

  .seo-text h2 {
    font-size: 35px;
    margin-bottom: 25px; }
  .seo-text p {
    font-size: 15px;
    margin-bottom: 20px; }

  .subscription-header p {
    font-size: 16px; }

  .top-nav-content li {
    font-size: 14px;
    padding: 0 1%;
   /* padding-left: 40px;*/ }
    /*.top-nav-content li:nth-child(4) {
      background: url(../img/top-icon3.svg) 20px center/18% no-repeat; }
    .top-nav-content li:nth-child(3) {
      background: url(../img/top-icon2.svg) 4px center/contain no-repeat; }
    .top-nav-content li:nth-child(2) {
      background: url(../img/top-icon1.svg) 10px center/contain no-repeat; }*/
    .top-nav-content li:last-child {
      padding: 0px 18px;
      font-size: 12px; }

  .header-row-content .logo img {
    max-width: 130px; }

  .search-bar {
    font-size: 14px;
    /*margin: 0 35px;*/ 
}

  .pluses {
    padding: 15px 0; }

  .pluse-item {
    padding: 0 25px; }
    .pluse-item p {
      font-size: 12px; }

  .block-header h2,
  .block-header h1 {
    max-width: 60%; }

  .catalog-block {
    padding-top: 30px; }

  .subscription {
    padding-top: 30px;
    padding-bottom: 30px; }

  .column3 ul a {
    font-size: 14px; }

  .dropdown-wrp {
    padding-bottom: 15px;
    margin-bottom: 15px; }

  .footer-phone {
    font-size: 23px; }

  .column1 > a img {
    width: 150px; }

  .blog-post-head-img {
    height: 45.2vw; }

  .blog-post-description {
    padding: 50px 50px 50px; }

  .blog-post-description img {
    max-width: 49%; }

  .blog-post-description p,
  .blog-post-description span,
  .blog-post-description li {
    font-size: 16px; }

  .delivery-box {
    padding: 20px;
    max-width: 45vw;
    height: 45vw; }

  .delivery-page h2 {
    margin-bottom: 20px; }

  .delivery-box-header div {
    width: 80px;
    height: 80px;
    margin-right: 15px; }
  .delivery-box-header p {
    font-size: 20px; }

  .delivery-box-body > p {
    font-size: 12px; }
  .delivery-box-body ul {
    margin-top: 20px; }
    .delivery-box-body ul li {
      margin-bottom: 10px; }
      .delivery-box-body ul li p {
        font-size: 14px;
        margin-bottom: 5px; }
      .delivery-box-body ul li span {
        font-size: 16px; }
  .delivery-box-body a {
    font-size: 14px;
    padding: 18px;
    margin-bottom: 10px; }

  .delivery-block {
    margin-bottom: 20px; }

  .payment-info {
    height: 37vw; }

  .product-main-img {
    height: auto; }

  .product-type-txt {
    font-size: 10px; }

  .product-description-txt p {
    font-size: 14px; }

  .product-description-buy button {
    font-size: 12px; }

  .cart-page-total > div {
    width: 70%; }

  .order-product-description {
    margin: 0 20px 0 10px;
    max-width: 300px; }

  .order-product-info span {
    font-size: 16px; }

  .product-description-ammount {
    margin: 10px 0 10px; }

  .order-product-img {
    width: 80px;
    height: 80px; }

  .cart-page-total {
    padding-top: 15px; }

  .order-delivery {
    padding: 20px 0 15px;
    margin-top: 20px; }

  .create-order {
    margin-top: 20px;
    padding: 20px 0 80px; }

  .total-price p {
    font-size: 21px; }

  .inputs-row > div {
    margin-top: 20px; }
  .inputs-row > label {
    margin-bottom: 20px; }
    .inputs-row > label input {
      height: 60px; }
    .inputs-row > label textarea {
      height: 120px; }

  .radio-more div {
    margin-bottom: 15px; }

  .order-info {
    padding-top: 20px; }

  .order-payment {
    padding: 20px 0 15px; }

  .order-agreement label {
    font-size: 14px; }

  .order-sending button {
    font-size: 16px;
    max-width: 280px;
    height: 60px; }

  .order-product-name,
  .order-product-name a {
    font-size: 14px; }

  .order-item-summ span {
    font-size: 12px; }

  .order-item-number {
    font-size: 14px; }

  .order-product-info {
    margin-right: auto; }

  #delivery-map .modal-dialog {
    max-width: 900px; } 
	.logo {
	    margin: 0 30px;
	}
  .order-item-summ {
    font-size: 10px;
  }
  .messengers-card a {
    margin-right: 20px;
    font-size: 13px;
    margin-left: 0;
  }
  .podbor-content p {
    font-size: 16px;
  }
  .podbor-content > div::before {
    top: -105px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 720px; }

  h2 {
    font-size: 25px; }

  .pluse-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 18px; }
    .pluse-item span {
      min-width: 36px;
      height: 39px;
      margin-right: 0; }

  .catalog-nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [5];
    grid-template-columns: repeat(5, 1fr); }
    .catalog-nav li:not(:first-child) {
      padding-left: 0; }
    .catalog-nav li:not(:last-child) {
      padding-right: 0; }
    .catalog-nav li:hover hr {
      opacity: 0; }

  .header-info div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .header-info a {
    font-size: 14px; }

  /*.search-bar {
    margin: 0px 25px; }*/

  .header-row-content .logo img {
    max-width: 100px; }

  .top-nav-content li {
    font-size: 11px; }
    .top-nav-content li hr {
      height: 20px;
      margin: 10px 15px; }
    .top-nav-content li:last-child {
      padding: 0px 15px;
      margin-left: 0; 
      font-size: 9px;
    }
    .top-nav-content li:first-child {
      /*padding-left: 32px; */
      padding-left: 0;
      background: none;
      font-size: 10px;
    }
    .top-nav-content li.log_and-reg {
      padding: 0 15px !important;
    } 
    /*.top-nav-content li:nth-child(2) {
      background: url(../img/top-icon1.svg) 10px center/20px no-repeat; }
    .top-nav-content li:nth-child(3) {
      background: url(../img/top-icon2.svg) 4px center/30px no-repeat; }*/

  .catalog-info p {
    font-size: 14px; }
  .catalog-info span {
    width: 15px;
    margin-right: 15px; }

  .product-list {
    padding-top: 25px; }

  .partners-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 20px; }

  .partner-item {
    width: 100%;
    height: 100%; }

  .mainpage-news {
    height: 420px; }

  .text-content > div {
    top: 20%;
    padding: 30px 30px 0; }
  .text-content .name {
    font-size: 18px; }
  .text-content .text {
    font-size: 14px; }

  .subscription-form .agreement label {
    font-size: 10px; }

  .subscription-form input[type="email"],
  .subscription-form button {
    font-size: 14px;
    height: 50px; }

  .footer-bot a {
    margin-left: 10px; }

  .call-time {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .call-time p:last-child {
      margin-left: 24px; }

  .footer-phone {
    font-size: 16px; }

  .column3 ul li {
    margin-bottom: 5px; }
  .column3 ul a {
    font-size: 12px; }

  .footer-socials a {
    width: 42px;
    height: 42px;
    min-width: 42px; }

  .logos {
    width: 210px;
    margin-top: 10px; }

  .column1 > a img {
    width: 200px; }

  .blog-list-content {
    padding-top: 20px; }

  .blog-list-item {
    margin-bottom: 30px; }
    .blog-list-item .description {
      padding: 40px 32px 40px 40px; }
      .blog-list-item .description h3 {
        font-size: 23px;
        margin: 15px 0; }
      .blog-list-item .description p {
        font-size: 14px; }
      .blog-list-item .description a {
        font-size: 16px;
        margin-top: 20px; }

  .pagination-row a {
    font-size: 16px;
    width: 50px;
    height: 50px; }

  main {
    padding-bottom: 20px; }

  .filter-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .filter-header .filter-row {
      width: 100%;
      margin-top: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .filter-header .filter-row li {
        font-size: 14px;
        margin-left: 0; }

  .blog-post-description {
    padding: 30px 30px 30px; }

  .blog-post-description p,
  .blog-post-description span,
  .blog-post-description li {
    font-size: 14px; }

  .delivery-box-header div {
    width: 50px;
    height: 50px; }

  .courier-delivery,
  .pickup-delivery,
  .payment-methods,
  .delivery-terms {
    background-size: 28px 50px; }

  .delivery-box-body ul li span {
    font-size: 16px; }

  .delivery-box-body ul .payment {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .delivery-box-body ul .payment span {
      height: 50px;
      margin-right: 0;
      width: 44%;
      max-width: 100%; }
      .delivery-box-body ul .payment span:nth-child(3) {
        margin-right: 0;
        width: 100%;
        max-width: 100%; }

  .map-row {
    height: 350px; }

  .specification-wrp {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 20px; }

  .product-description-buy {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-top: 10px; }

  .product-description-name {
    font-size: 19px; }

  .product-description-text {
    padding: 20px 0 0 30px; }

  .product-type-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .product-description-about div {
    margin-right: 20px; }
  .product-description-about span {
    margin-right: 10px; }

  .cart-page-total > div {
    width: 100%; }

  .inputs-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .inputs-row > div {
    width: calc(100% / 2); }

  .order-subs-wrp .order-sub-text:last-of-type {
    display: none; }

  .inputs-row > label {
    width: 100%; }
    .inputs-row > label:first-child {
      margin-right: 0px; }

  .inputs-row > div:nth-child(3) {
    margin: 0 auto;
    width: auto; }

  .cart-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }

  .cart-list-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr; }

  .order-product-img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-grid-column-span: 2;
    grid-column-end: span 2; }

  .order-product-description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    margin: 0;
    max-width: none;
    padding-top: 12px;
    padding-bottom: 15px; }

  .order-product-name,
  .order-product-name a {
    font-size: 14px; }

  .order-product-price {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .product-description-ammount {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 133px;
    margin: 20px 0 0px; }

  .order-product-summ {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    padding-left: 50px;
    margin-top: 20px; }

  .cart-item-available {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    padding-left: 50px; }

  .cart-item-delete {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 40px;
    width: 40px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 0; }

  .cart-list {
    margin-top: 25px; }

  .inputs-wrp input {
    height: 55px; }

  .profile-content .tab-pane {
    padding: 30px 15px 0 15px; }

  .profile-content .btn[type="submit"] {
    padding: 16px 65px; }

  .profile-content h3 {
    font-size: 22px; }

  .orders-search input {
    font-size: 14px;
    width: 70%; }

  .profile-content .order-item-header div > * {
    padding: 0 10px; }
  .profile-content .order-item-ammount,
  .profile-content .order-item-status span,
  .profile-content .order-item-number,
  .profile-content .order-item-repeat,
  .profile-content .order-item-summ span {
    font-size: 12px; }
  .profile-content .order-product-img {
    width: 60px;
    height: 60px; }
  .profile-content .order-product-summ {
    padding-left: 0;
    margin-top: 0; }
  .profile-content .order-product-description {
    order: 0;
    max-width: 300px;
    padding-left: 20px; }
  .profile-content .order-item-product {
    padding: 10px 0; }

  #delivery-map .modal-dialog {
    max-width: 700px; }

  .map-adresses-list li {
    padding-bottom: 10px;
    margin-top: 10px; }

  .catalog-aside-wrp {
    display: none; }

  .catalog-filters {
    justify-content: flex-start; }
    .catalog-filters li {
      margin: 0 10px 10px 10px; } 
    .messengers-card-wrp {
      /* flex-direction: column; */
      flex-direction: row-reverse;
    }
    #isCheaper {
      padding: 10px;
    }
    .messengers-card a {
      margin-left: 0;
      margin-right: 25px;
    }
    .product-description-price {
      flex-wrap: wrap;
    }
    .messengers-card {
      margin-left: 0;
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .header-small-banners-wrp {
      grid-gap: 15px;
      padding-left: 15px;
    }
    .banner {
      padding: 0 15px;
    }
    .podbor-content > div::before {
      top: -75px;
    }
    .cart-page-total {
      flex-direction: column;
    }
  }
@media (max-width: 767.98px) {
  .product-description .container.product-mobile-header {
    padding-top: 20px !important;
    display: block;
  }
  .product-description .container.product-mobile-header h1 {
    margin-bottom: 0;
  }
  .product-description .container.product-mobile-header div {
    display: none; }
  .top-nav-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr auto;
  }
  .top-nav-content li {
    text-align: center;
  }
  .catalog-filters.collapse:not(.show) {
    display: none; }

  .container {
    max-width: 100%; }

  .header-row-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .header-row-content .logo img {
      max-width: 140px; }

  .search-bar {
    margin: 0px 0 0 45px; }

  .header-info div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
     }
  .header-info a {
    font-size: 16px; }

  .banner .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%; }

  .pluses {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 15px; }

  .pluse-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3px;
    border: none !important; }
    .pluse-item p {
      text-align: center; }
    .pluse-item span {
      min-width: 45px;
      height: 35px;
      margin-bottom: 15px; }

  .catalog-block {
    padding-top: 20px; }

  .block-header h2,
  .block-header h1 {
    max-width: 100%;
    font-size: 20px; }
  .block-header .link-pager {
    font-size: 12px;
    margin-top: 15px; }

  .catalog-content {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: none;
    grid-template-rows: none;
    margin-top: 12px;
    padding-bottom: 10px; }
    .catalog-content .catalog-item:nth-child(3) {
      -ms-grid-row-span: 1 span;
      grid-row-end: 1 span; }
    .catalog-content .catalog-item:nth-child(9), .catalog-content .catalog-item:nth-child(5) {
      -ms-grid-column-span: 1;
      grid-column-end: span 1; }

  .catalog-content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }

  .catalog-content > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }

  .catalog-image {
    height: 290px;
    width: 290px; }
    .catalog-image img {
      -o-object-position: top;
      object-position: top; }

  .catalog-info {
    height: 62px; }
    .catalog-info span {
      width: 22px;
      margin-right: 10px; }
    .catalog-info p {
      font-family: Montserrat-SemiBold;
      font-size: 18px;
      line-height: 1.2; }

  .product-list {
    padding-top: 20px;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr); }

  .product-item {
    margin-bottom: 15px;
    padding: 15px; }

  .product-collection a {
    font-size: 11px; }

  .product-name {
    font-size: 16px;
    margin: 5px 0; }

  .product-price span {
    font-size: 28px; }

  .product-img {
    max-width: 260px; }

  .sale,
  .new,
  .partners,
  .mainpage-blog,
  .clients,
  .subscription {
    padding-bottom: 20px;
    padding-top: 20px; }

  .last-news {
    margin: 20px 0; }

  .mainpage-news {
    height: 350px; }

  .share-content {
    padding: 0 20px 20px; }
    .share-content button {
      font-size: 10px; }

  .text-content {
    height: calc(100% - 50px); }
    .text-content .name {
      font-size: 16px;
      margin: 6px 0 14px; }
    .text-content .text {
      font-size: 12px; }
    .text-content > div {
      top: 10%;
      padding: 20px 20px 0; }
    .text-content a {
      font-size: 14px; }

  .views span {
    width: 14px;
    height: 10px;
    margin-right: 6px;
    background: url(../img/eye-icon.svg) center center/contain no-repeat; }
  .views p {
    font-size: 10px; }

  .seo-text {
    gap: 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
    .seo-text h2 {
      font-size: 20px;
      margin-bottom: 10px; }
    .seo-text p {
      font-size: 12px;
      margin-bottom: 10px; }

  .clients-item a {
    padding: 10px; }

  .owl-clients {
    margin-top: 20px; }

  .planes-img {
    display: none; }

  .subscription-header > div:first-child {
    width: 100%; }
  .subscription-header h2 {
    font-size: 20px;
    margin-bottom: 10px; }
  .subscription-header .subscription-header p {
    font-size: 12px; }

  .subscription-form {
    margin-top: 15px; }
    .subscription-form .agreement label {
      display: inline; }
      .subscription-form .agreement label::before {
        width: 16px;
        height: 16px;
        margin-right: 5px; }

  .footer-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 0; }
    .footer-main > div {
      width: 100%; }

  .column3 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
    .column3 ul {
      margin-bottom: 20px;
      padding-bottom: 15px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .column3 ul li {
        margin-bottom: 10px; }
      .column3 ul a {
        font-size: 16px; }

  .column2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    .column2 .dropdown-wrp {
      padding-bottom: 20px;
      margin-bottom: 21px; }

  .footer-phone {
    font-size: 26px; }

  .call-time {
    margin: 15px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  .column4 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .column4 p {
      width: 100%;
      margin-bottom: 15px; }
    .column4 button {
      font-size: 10px;
      height: 36px;
      width: 152px; }

  .column1 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .footer-socials {
    margin: 0; }
    .footer-socials a {
      width: 36px;
      height: 36px;
      min-width: 36px;
      margin-right: 10px; }

  .footer-bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 10px;
    padding: 10px 0; }
    .footer-bot a, .footer-bot p {
      margin-left: 0;
      margin-bottom: 5px; }

  .top-nav-content li:nth-child(2) {
    display: none; }

  .top-nav {
    padding: 0; }

  .blog-list-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .pagination-row li {
    padding: 0 5px; }

  .mobile-filter {
    display: block;
    position: relative; }
    .mobile-filter.show button::after {
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg); }
    .mobile-filter .dropdown-menu {
      width: 100%; }
    .mobile-filter button {
      padding: 12px 15px;
      background-color: #fff;
      border: none;
      font-family: Montserrat-SemiBold;
      font-size: 12px;
      width: 290px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .mobile-filter button::after {
        border: solid #5B5B5B;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
    .mobile-filter a {
      font-family: Montserrat-Medium;
      font-size: 12px; }

  .filter-header .filter-row {
    display: none; }

  .share button p {
    font-size: 12px; }

  .delivery-block {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .delivery-box {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px; }

  .map-row {
    height: 300px;
    margin-bottom: 20px; }

  .payment-info {
    height: auto; }
    .payment-info .container {
      position: static; }

  .product-mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0 !important; }
    .product-mobile-header h1 {
      font-family: Montserrat-SemiBold;
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 5px; }
    .product-mobile-header div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .product-mobile-header p {
      font-family: Montserrat-Bold;
      font-size: 10px;
      text-transform: uppercase;
      color: #b6b6b6; }
    .product-mobile-header span {
      font-family: Montserrat-SemiBold;
      font-size: 12px;
      color: #5c5c5c; }

  .product-description .container:not(.product-mobile-header) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 15px !important; }

  .product-description-media,
  .product-description-text {
    width: 100%; }

 .product-description-text > .barcode {
  margin-bottom: 20px;
 }
  .product-description-name,
  .product-description-about .onstorage,
  .product-description-text hr {
    display: none; }

  .product-type-txt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .product-description-text {
    padding: 20px 0 0 0px; }

  .product-description-about {
    padding-bottom: 15px;
    flex-wrap: wrap;
    border-bottom: 1px solid #E8E8E8; }
  .product-description-about .onstorage {
    display: block;
    order: 2;
  }
  .product-description-about div {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .product-description-about .iscollection {
    order: 1;
  }
  .product-description-about .isdeveloper {
    order: 0;
  }
  .cart-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }

  .total-price p {
    font-size: 19px; }
  .total-price span {
    font-size: 24px; }

  .create-order {
    padding: 20px 15px 80px; }

  .order-title {
    margin-bottom: 15px; }

  .order-sending {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .order-sending button {
      margin-top: 20px; }

  .profile-content .order-item-product {
    flex-wrap: wrap; }
  .profile-content .order-product-description {
    max-width: 100%; }
  .profile-content .order-product-info {
    margin-right: 0;
    margin-left: auto; }
  .profile-content p, .profile-content a {
    border: none; }
  .profile-content .order-item-header div > * {
    height: 40px; }
  .profile-content .profile-btn a {
    font-size: 14px; }
  .profile-content .order-item-header {
    flex-wrap: wrap; }

  .orders-content .order-item:not(:first-child) {
    margin-top: 20px; }

  .inputs-wrp {
    grid-template-columns: repeat(2, 1fr); }

  #delivery-map .modal-content {
    flex-direction: column-reverse;
    height: auto; }

  .map-adresses {
    width: 100%;
    height: 300px; }

  .map-adresses-header {
    padding: 15px; }

  .map-adresses-list-wrp {
    padding: 15px;
    width: 100%; }
    .map-adresses-list-wrp h4 {
      font-size: 16px; }

  .delivery-map {
    height: 320px; }

  .sort-by > span,
  .catalog-ammount > p {
    display: none; } 
  .mobile-menu-body .catalog-nav {
    display: none;
  }
  .header-cart.fixed-top {
    top: 20px;
  }
  .logo {
	padding: 26px;	
	/*order: 2;*/
	}
	.header-info {
		/*order: 1;*/
	}
	div#ya-site-form0.ya-site-form {
	  flex: 1 0 100%;
	  order: 0;
	  margin-bottom: 10px !important;
	}
	/*.header-cart {
		order: 3;
	}*/
  .both_prices p {
    font-size: 18px;
  }
  .both_prices span {
    font-size: 14px;
  }
  .owl-header {
    width: 100%;
  }
  .banner {
    padding: 0;
  }
  .header-small-banners-wrp,
  .banner-slidernavs {
    display: none;
  }
  .podbor-text > div {
    grid-template-columns: 1fr;
  }
  .podbor-text > div.r-side {
    grid-template-columns: 1fr;
  }
  .podbor-text > div.r-side p {
    order: 1;
  }
  .podbor-text > div.r-side img {
    order: 0;
  }
  .podbor-text div p {
    padding: 40px 0;
  }
  .podbor-text h2 {
    margin: 0 0 40px;
  }
  .podbor-text > p {
    margin: 20px 0;
    font-size: 14px;
  }
  .podbor-content p {
    font-size: 14px;
    line-height: 1.8;
  }
  .podbor-content {
    padding: 40px 20px 50px;
    flex-direction: column;
  }
  .podbor-content > div {
    padding: 20px 10px;
    margin-left: 0;
    margin-bottom: 25px;
  }
  #podbor-form label {
    font-size: 14px;
  }
  .podbor-content > div::before {
    top: 0;
    transform: skewY(0deg);
  }
  .incard-seotext {
    padding: 40px 20px 0;
    margin: 40px auto 20px;
  }
  .incard-seotext h2 {
    font-size: 20px;
  }
  .incard-seotext p {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .incard-seotext-content {
    column-count: 1;
    gap: 0;
  }
  .textcategory {
    padding-left: 0px;
  }
  .notfound-image {
    background: url('/assets/img/404.png') 0 0 / contain no-repeat;
    height: auto;
    width: 50%;
  }
  .notfound-content {
    flex-direction: row-reverse;
  }
  .notfound {
    background: none;
    height: auto;
    padding-bottom: 40px;
  }
  .notfound-text {
    width: 100%;
  }
  .notfound-text h2 {
    font-size: 45px;
  }
  .notfound-text h3 {
    font-size: 25px;
  }
  .notfound-text p {
    font-size: 14px;
    margin: 20px 0 40px 0;

  }
  .notfound-text a {
    font-size: 14px;
    padding: 15px 30px;

  }
  .notfound-text a:hover {
    background-color: #ad8e6a;
    color: #fff;
  }
}
@media (max-width: 575.98px) {
  .searchbar-btn {
    display: block;
    
  }
  div#ya-site-form0.ya-site-form {
    display: none; }

  .top-nav-content .dropdown-toggle::after {
    border-width: 0px 1px 1px 0;
    padding: 3px;
    margin-left: 2px; }
  .top-nav-content li {
    display: none; }
  .top-nav-content li:first-child {
    display: block;
    margin: 10px 0;
    /*background: url("../img/baloon-icon.svg") 7px center/ auto no-repeat;
    padding-left: 25px;*/
    background: none;
    font-size: 10px; }
    .top-nav-content {
      display: grid;
      grid-template-columns: 1fr auto;
    }
    .top-nav-content li.log_and-reg {
      display: flex;
      border-bottom: 1px solid black !important;
    }

    .top-nav-content li:first-child a {
      font-size: 10px; }
  .top-nav-content li hr {
    margin: 10px;
  }
 /* .top-nav-content li:last-child {
    background-color: #E8E8E8;
    margin-left: 10px;
    padding: 0; }*/
    /*.top-nav-content li:last-child a {
      color: rgba(0, 0, 0, 0);
      display: block;
      width: 44px;
      padding: 0 15px; }*/
      .top-nav-content li:last-child a:nth-child(2) {
        display: none; }
      /*.top-nav-content li:last-child a:last-of-type {
        background: url("../img/login-icon.svg") center center/contain no-repeat; }*/

  .top-search-modal {
    background: url("../img/lupa-dark.svg") center center/contain no-repeat; }

  

  .catalog-item {
    height: auto; }

  .product-list {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr); }

  .partners-list {
    -ms-grid-columns: 1fr 9px 1fr 9px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px; }

  .partner-item {
    width: 90px;
    height: 90px; }

  .block-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .subscription-form div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .subscription-form input[type="email"],
  .subscription-form button {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    height: 50px;
    margin: 0 auto 10px; }
  .subscription-form .agreement {
    margin-top: 0; }

  .search-bar {
    display: none; }

  .header-info {
    margin-right: 0px;
    /*margin-left: auto; */
}
    .header-info div {
      display: none; }
    .header-info a {
      display: none; }
    .header-info a.ic {
      width: 36px;
      height: 36px;
      display: block;
      background: rgba(255, 255, 255, 0.2) url("../img/phone-icon.svg") center center/55% no-repeat;
      border: 1px solid rgba(255, 255, 255, 0.5); }

  .header-cart {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 20px;}
    .header-cart p {
      display: none; }

  .catalog-nav {
    overflow: hidden;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr); }
    .catalog-nav li {
      padding-bottom: 15px;
      padding-top: 20px; }
      .catalog-nav li:nth-child(even) {
        border-left: 1px solid whitesmoke; }
      .catalog-nav li:not(:nth-child(1), :nth-child(2)) {
        border-top: 1px solid whitesmoke; }

  .container-fluid.navbar-expand-sm {
    padding: 0; }

  .mobile-catalog-toggler {
    padding: 17px 16px;
    line-height: 0.4;
    font-family: Montserrat-Bold;
    font-size: 16px;
    color: #000;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background-color: #f4f4f4; }
    .mobile-catalog-toggler span {
      border: solid #000;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 3px;
      margin-bottom: 3px;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }

  .mobile-menu-toggler {
  	margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 8px;
    width: 36px;
    height: 36px;
    background-color: #f4f4f4;
    border: none; }
    .mobile-menu-toggler span {
      height: 2px;
      width: 100%;
      background-color: #000;
      margin-bottom: 4px; }
      .mobile-menu-toggler span:nth-child(2) {
        width: 80%; }
      .mobile-menu-toggler span:nth-child(3) {
        width: 50%;
        margin-bottom: 0; }

  .mobile-menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px; }
    .mobile-menu-header p, .mobile-menu-header span {
      font-family: Montserrat-SemiBold; }

  .mobile-menu-body {
    height: 100%;
    overflow: auto;
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .mobile-menu-body ul {
      list-style-type: none;
      padding-left: 0; }
    .mobile-menu-body li {
      margin-bottom: 13px; }
    .mobile-menu-body a {
      font-family: Montserrat-SemiBold;
      font-size: 16px;
      text-transform: uppercase;
      color: #fff; }

  .mobile-menu-bottom div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .mobile-menu-bottom span {
    font-family: Montserrat-SemiBold;
    font-size: 12px;
    margin-right: 18px; }
  .mobile-menu-bottom a {
    font-family: Montserrat-Bold;
    font-size: 26px;
    color: #fff;
    text-decoration: none; }

  .blog-list-item {
    margin-bottom: 15px; }
    .blog-list-item .media {
      height: 200px; }
    .blog-list-item .description {
      padding: 15px; }
      .blog-list-item .description h3 {
        font-size: 16px; }
      .blog-list-item .description p, .blog-list-item .description a {
        font-size: 12px; }
      .blog-list-item .description a {
        margin-top: 10px; }

  .post-type {
    font-size: 10px;
    padding: 8px 10px; }

  .mobile-filter {
    margin-top: 15px; }

  .pagination-row {
    padding-bottom: 20px; }
    .pagination-row ul {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .pagination-row li {
      padding: 0; }
      .pagination-row li:first-child a, .pagination-row li:last-child a {
        background-size: 10px 10px; }
    .pagination-row a {
      width: 30px;
      height: 30px;
      font-size: 11px; }

  .other-post-nav {
    margin-bottom: 10px; }
    .other-post-nav a {
      font-size: 10px; }
    .other-post-nav span {
      max-width: 18px;
      min-width: 18px;
      background: url(../img/thin-arrow.svg) center center/contain no-repeat; }

  .share button {
    width: auto;
    height: auto;
    padding: 0;
    background-color: #ad8e6a; }
    .share button p {
      display: none; }
    .share button:hover span {
      background-size: 12px 14px; }
    .share button span {
      width: 30px;
      height: 30px;
      -webkit-filter: brightness(2);
      filter: brightness(2);
      background-size: 12px 14px; }

  .blog-post-content {
    margin-top: 15px; }

  .blog-post-head-img {
    height: 290px; }

  .blog-post-description {
    padding: 15px 15px 15px; }
    .blog-post-description p {
      margin-bottom: 10px; }
    .blog-post-description h2 {
      font-size: 14px;
      margin-bottom: 15px; }
    .blog-post-description img {
      margin: 15px 0; }

  .owl-custom-nav {
    margin-top: 10px; }
    .owl-custom-nav button {
      width: 40px;
      height: 40px;
      margin-right: 10px;
      margin-left: 0; }

  .owl-catalogslider {
    margin-top: 20px; }

  .breadcrumbs {
    margin: 0 0 10px; }

  .delivery-box-header div {
    width: 60px;
    height: 60px; }
  .delivery-box-header p {
    font-size: 14px; }

  .delivery-box {
    padding: 15px;
    height: auto; }

  .delivery-box-body > p {
    font-size: 11px; }
    .delivery-box-body > p::before {
      min-width: 18px;
      height: 18px; }
  .delivery-box-body ul li {
    margin-bottom: 17px; }
    .delivery-box-body ul li p {
      font-size: 12px; }
    .delivery-box-body ul li span {
      font-size: 18px; }

  .delivery-block {
    margin-bottom: 0; }

  .map-row {
    height: 320px; }

  .delivery-box-body ul .payment {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .delivery-box-body ul .payment span {
      height: 27px; }

  .product-description .container {
    padding-left: 15px;
    padding-right: 15px; }

  .product-description {
    padding-left: 0;
    padding-right: 0; }

  .breadcrumbs {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  #specification {
    padding-left: 0;
    padding-right: 0; }

  .product-specification {
    padding: 15px; }

  .specification-wrp tbody {
    font-size: 11px; }
    .specification-wrp tbody tr td:first-child {
      padding: 14px 10px; }
  .specification-wrp thead td {
    font-size: 14px;
    height: 20px; }

  .product-type-txt {
    font-size: 12px; }

  .product-description-txt {
    padding: 16px 0 5px; }
    .product-description-txt p {
      font-size: 12px; }

  .specification-anchor {
    font-size: 12px; }

  .product-description-ammount {
    margin: 20px 0 15px;
    padding: 8px 15px; }

  .product-description-price {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    
  }

  .product-description-price > p {
    font-size: 14px; }
    .product-description-price > p span {
      font-size: 30px;
      margin: 0 0px 0 5px; }

  .product-description-buy {
    grid-gap: 0; }
    .product-description-buy button {
      font-size: 14px;
      height: 50px;
      margin-bottom: 15px; }

  .product-small-img {
    grid-gap: 6px; }

  .product-description .container:not(.product-mobile-header) {
    padding-bottom: 0 !important; }

  .collection-slider .block-header {
    margin-bottom: 20px; }

  .cart-item-available {
    padding-left: 10px; }

  .order-product-summ {
    padding-left: 10px;
    margin-top: 0; }

  .cart-page-total > div span {
    margin-left: 16px;
    width: auto; }
  .cart-page-total > div p {
    width: 61%; }

  .total-price p {
    font-size: 14px; }
  .total-price span {
    font-size: 22px; }

  .total-weight p,
  .total-sizes p {
    font-size: 12px; }

  .total-weight span,
  .total-sizes span {
    font-size: 16px; }

  .order-subs-wrp p {
    width: calc(100% / 2); }

  .order-title {
    font-size: 14px;
    margin-bottom: 25px; }

  .create-order {
    padding: 40px 15px 80px; }

  .inputs-row > label {
    font-size: 10px;
    margin-bottom: 15px; }
    .inputs-row > label input {
      height: 50px; }
    .inputs-row > label textarea {
      height: 100px; }
  .inputs-row > div {
    width: 100%;
    margin-top: 20px; }

  .custom-radio + label {
    padding-left: 30px; }
    .custom-radio + label::before {
      width: 20px;
      height: 20px;
      border: 6.5px solid #b6b6b6; }
    .custom-radio + label p:first-child {
      font-size: 14px; }
    .custom-radio + label p:last-child {
      font-size: 10px; }

  .inputs-row hr {
    margin: 10px 30px 15px; }

  .radio-more {
    padding: 0 30px; }
    .radio-more p {
      font-size: 10px; }
    .radio-more span {
      font-size: 14px; }

  .inputs-row > div:nth-child(3) {
    width: 100%; }

  .set-delivery {
    font-size: 14px;
    padding: 15px; }

  .order-agreement label {
    font-size: 10px; }
    .order-agreement label::before {
      width: 20px;
      height: 20px; }

  .inputs-wrp {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0; }
    .inputs-wrp input {
      height: 50px; }

  .profile-content .profile-btn {
    width: 50%; }
    .profile-content .profile-btn a {
      font-size: 13px;
      justify-content: center;
      padding: 20px 0; }
      .profile-content .profile-btn a::before {
        content: none !important; }
  .profile-content .tab-pane {
    padding: 20px 15px 0 15px; }
  .profile-content .btn[type="submit"] {
    padding: 14px 65px;
    margin-top: 15px; }
  .profile-content .order-item-header div > * {
    padding: 0 15px; }
  .profile-content .order-item-header div:last-child {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #E8E8E8;
    padding-top: 10px; }
    .profile-content .order-item-header div:last-child p {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
    .profile-content .order-item-header div:last-child .order-item-repeat {
      width: 100%;
      margin-top: 10px;
      border-top: 1px solid #E8E8E8; }
  .profile-content .order-item-summ span {
    font-size: 12px; }
  .profile-content .order-product-img {
    width: 100px;
    height: 100px; }
  .profile-content .order-product-description {
    padding-top: 15px;
    padding-left: 0px; }
  .profile-content .order-item-product {
    padding: 15px 0; }
  .profile-content .order-product-info {
    margin-right: auto;
    margin-left: 0; }
  .profile-content .order-product-name {
    font-size: 16px; }

  .personal-data .agreement {
    justify-content: flex-start; }
    .personal-data .agreement label {
      font-size: 12px; }

  .orders-search {
    flex-wrap: wrap;
    padding-bottom: 0; }
    .orders-search h3 {
      width: 100%; }
    .orders-search input {
      width: 100%;
      padding: 15px 30px;
      border: none;
      background: url("../img/search-icon-dark.svg") 0px center/16px no-repeat; }

  /*.catalog-filters:not(.navbar-collapse) {
  	display: none;
  }*/
  .sort-by .dropdown-toggle {
    font-size: 11px; }

  .catalog-ammount li {
    width: 30px;
    height: 30px; }

  .catalog-wrp > h2 {
    width: 100%;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    .catalog-wrp > h2 span {
      min-width: 40px;
      height: 40px;
      display: block;
      background: #ad8e6a url("../img/mobile-filter-icon.svg") center center/55% no-repeat; }
      .catalog-wrp > h2 span[aria-expanded="true"] {
        background: #ad8e6a url("../img/mobile-filter-icon-close.svg") center center/55% no-repeat; }

  .catalog-wrp .product-price {
    font-size: 10px; }
    .catalog-wrp .product-price span {
      font-size: 14px; }
  .catalog-wrp .product-name {
    font-size: 12px; }

  #mobile-filters {
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #fff; }
    #mobile-filters::before {
      content: '';
      position: absolute;
      top: -20px;
      right: 10px;
      border: 10px solid transparent;
      border-bottom: 10px solid #fff; }
    #mobile-filters > p {
      font-family: Montserrat-SemiBold;
      font-size: 18px;
      margin-right: auto;
      padding: 30px 15px 10px; }
    #mobile-filters li {
      width: 100%;
      margin: 0 auto; }
      #mobile-filters li.active .filter-tab-trigger::after {
        border: solid #ad8e6a;
        border-width: 0 2px 2px 0; }
    #mobile-filters .filter-tab {
      background-color: #f4f4f4;
      position: static;
      width: 100%;
      margin-left: 0; }
    #mobile-filters .filter-tab-bottom {
      border-top: 1px solid #E8E8E8; }
      #mobile-filters .filter-tab-bottom button {
        height: auto;
        width: auto;
        padding: 10px 25px; }
    #mobile-filters .filter-tab-header {
      border-bottom: 1px solid #E8E8E8; }
      #mobile-filters .filter-tab-header input {
        background: #fff url("../img/search-icon-dark.svg") 11px center/12px no-repeat; }
    #mobile-filters .catalog-checks label::before {
      background-color: #fff; }
    #mobile-filters .catalog-checks .custom-checkbox:checked + label::before {
      background-color: #ad8e6a; }
    #mobile-filters .filter-tab-trigger {
      justify-content: space-between;
      padding: 10px 15px;
      border-bottom: 1px solid #F4F4F4; }
      #mobile-filters .filter-tab-trigger::after {
        border: solid #000;
        border-width: 0 2px 2px 0; }

  .header-cart.fixed-top {
    display: none; }

  .top-nav {
    overflow: hidden; }
    .header-row {
    	padding-bottom: 0;
    	padding-top: 0;
    	background-color: #ad8e6a;
    }
    .header-row-content {
    	padding-bottom: 10px;
    	padding-top: 10px;
    	justify-content: flex-end;
    }
    .logo {
    	margin: 0;
    	margin-right: auto;
      /*padding: 12px;*/
      padding: 0px;
    }
    .logo::before {
    	display: none;
    }
    .header-row-content .logo img {
	    /*max-width: 100px;*/
      max-width: 135px;
	}
  .catalog-image {
    height: 135px;
    width: 100%;
  }
  .catalog-info {
    height: 40px;
  }
  .catalog-info p {
    font-size: 12px;
  }
  .catalog-content {
    display: grid;
    grid-template-rows: 175px; 
  }
  .product-list .product-name {
    font-size: 12px;
  }
  .product-price span {
    font-size: 16px;
  }
  .header-row-content form {
    display: none;
  }
  .navbar-expand-sm .catalog-nav {
    overflow: inherit;
  }
  .navbar-expand-sm .catalog-nav .kostyl.show {
    width: 100% !important;
    display: block !important;
    min-width: auto !important;
    overflow: auto;
  }
  .order-product-description {
    grid-row: 1/2;
    grid-column: 1/3;
    padding: 0;
  }
  .order-product-img {
    margin-right: 0;
    grid-row: 2/3;
    grid-column: 1/2;
    width: 100%;
  }
  .cart-item-available {
    grid-row: 2/3;
    grid-column: 2/4;
    padding-left: 0;
  }
  .cart-list-item .order-product-price {
    grid-row: 1/2;
    grid-column: 3/4;
  }
  .product-description-ammount {
    grid-row: 3/4;
    grid-column: 1/2;
    margin: 0;
    padding: 5px 10px;
    width: 123px;
  }
  .cart-list-item .order-product-summ {
    grid-row: 3/4;
    grid-column: 2/3;
    padding-left: 0;
  }
  .cart-item-delete {
    grid-row: 3/4;
    grid-column: 3/4;
    align-self: center;
    padding: 10px;
    border: 1px solid #E8E8E8;
  }
  .cart-list-item {
    grid-gap: 15px;
  }
  .cart-item-available span {
    font-size: 14px;
  }
  .product-description-ammount input {
    font-size: 16px;
  }
  .messengers-card-wrp {
    margin: 15px 0;
  }
  .inner-content {
    background-color: #fff;
    margin-top: 35px;
    padding: 30px 20px 20px;
  }
  .inner-content p {
    font-size: 15px;
  }
  .inner-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .product-description-media > span {
    top: 10px;
    left: 20px;
  }
  .product-description-media > span.to_order {
    background: #AD8E6A; 
    color: white; 
    right: 10px;
    left: auto;
  }
}
#delivery-curier-block {
  display: none;
}
.ya-site-form__search-input-layout-r {
  display: none !important; }

/*# sourceMappingURL=style.css.map */
