@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("opentype");
}
@font-face {
  font-family: 'AvenirNextRegular';
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("opentype");
}
@font-face {
  font-family: 'SourceSansPro-Light';
  src: url("../fonts/SourceSansPro-Light.otf") format("opentype");
}
/*
@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/AvenirNextCyr-Medium.ttf") format("opentype");
}
@font-face {
  font-family: 'AvenirNextRegular';
  src: url("../fonts/AvenirNextCyr-Regular.ttf") format("opentype");
}
@font-face {
  font-family: 'SourceSansPro-Light';
  src: url("../fonts/SourceSansPro-Light.otf") format("opentype");
}
*/
/*fix прокрутки*/
html{
  width: 100%;
  overflow-x: hidden;
}
/*fix прокрутки*/
* {

  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  font-family: 'AvenirNext';
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.col-eight,
.col-xs-eight,
.col-sm-eight,
.col-md-eight,
.col-lg-eight {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-eight,
.col-xs-eight {
    max-width: 12.5%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-eight {
        max-width: 12.5%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-eight {
        max-width: 12.5%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-eight {
        max-width: 12.5%;
        float: left;
    }
}

@keyframes ringing {
  0% {
    transform: rotate(0deg) scale(1)
  }

  8% {
    transform: rotate(-10deg) scale(1.04)
  }

  9% {
    transform: rotate(0) scale(1.08)
  }

  10% {
    transform: rotate(10deg) scale(1.12)
  }

  11% {
    transform: rotate(0) scale(1.16)
  }

  12% {
    transform: rotate(-10deg) scale(1.2)
  }

  13% {
    transform: rotate(0) scale(1.16)
  }

  14% {
    transform: rotate(10deg) scale(1.12)
  }

  15% {
    transform: rotate(0) scale(1.08)
  }

  16% {
    transform: rotate(-10deg) scale(1.04)
  }

  17% {
    transform: translate3d(0, 0%, 0) rotate(0) scale(1)
  }

  to {
    transform: translate3d(0, 0%, 0) rotate(0) scale(1)
  }
}
p {
  margin-bottom: 0.3rem;
  font-size: 18px;
}
h2 {
  font-size: 1.5rem;
  text-align: center;
}

a {
  color: black;
}
a:hover {
  text-decoration: none;
}
.fix-margin {
  margin-left: 0px;
  margin-right: 0px;
}
.fix-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.container-fix {
  max-width: 1280px;
}
.container-fix2 {
  max-width: 1480px;
}
.container-fix3 {
  max-width: 900px;
}
.default-center-text {
  max-width: 900px;
  margin: 30px auto 30px auto;
  text-align: center;
}
.default-center-text a {
  color: #007bff;
  text-decoration: underline;
}
.default-center-text a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.container-fix-padding {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.wrapper {
  display: flex;
  transition: .4s;
  justify-content: flex-end;
}

.wrapperMin {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  transition: .5s;
  z-index: 2;
  margin-top: 60px;
}
.wrapperMin-max {
  width: 100%;
}
/*/////////////////Side bar/////////////////*/

.sidebar {
  width: 20%;
  border-top-right-radius: 15px;
  background: #f5f3f3;
  transition: .5s;
  position: fixed;
  z-index: 5;
  height: 100%;
  left: 0px;
  margin-top: 60px;
}
.sidebar-inactive {
  width: 0% !important;
}
.sidebar-block {
  margin-top: 40px;
  height: 88%;
  overflow-y: auto;
  padding-bottom: 40px;
}
.sidebar-block-none {
  display: none;
}
.sidebar-title {
  width: 90%;
  margin: auto;
  border-bottom: 2px solid #bfbfbf;
  padding: 10px 0px 10px 0px;
  font-size: 18px;
  position: relative;
  transition: .4s;
  z-index: 2;
}
.sidebar-title-h5 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: black;
  display: block;
  width: 90%;
}
.sidebar-title-p {
  display: block;
  width: 90%;
  color: black;
  font-size: 18px;
  margin: 0px 0px 0px 20px;
}
.sidebar-title-p:hover, .sidebar-title-h5:hover {
  text-decoration: none;
  color: black;
}
.sidebar-title:hover .sidebar-title-img, .sidebar-active-title .sidebar-title-img {
  opacity: 1;
}
.sidebar-title-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: .3s;
}
.sidebar-title-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.sidebar-title-line {
  content: "";
  width: 4px;
  height: 80%;
  top: 50%;
  left: -10px;
  background: #b75942;
  position: absolute;
  transform: translate(0, -50%);
}
.button-sidebar {
  width: 66px;
  height: 55px;
  position: fixed;
  background: #f5f3f3;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  cursor: pointer;
  perspective: 1000px;
  transition: .5s;
  z-index: 5;
  top: 70px;
  left: 0%;

}
.sidebar-in,
.sidebar-in::before,
.sidebar-in::after {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #989797;

  border-radius: 50px;
  left: calc(50% - 15px);
  top: calc(50% - 1px);
  /* #989797*/
}
.sidebar-in::before,
.sidebar-in::after {
  content: "";
  transition: 0.5s;
}
.sidebar-in::before {
  transform: translateY(-5px);
}
.sidebar-in::after {
  transform: translateY(5px);
}
.menuActive {
  position: fixed;
  left: calc(20% - 60px);
  background: none;
}
.menuActive .sidebar-in {
  height: 0px;
}
.menuActive .sidebar-in::after {
  transform: rotate(-45deg);
}
.menuActive .sidebar-in::before {
  transform: rotate(45deg);
}
/*/////////////////HEADER/////////////////*/
.header {
  font-family: AvenirNext;
  background: white;
  padding-left: 5px;
  padding-right: 5px;
  position: fixed;
  z-index: 11;
  width: 100%;
}
.header-nav {
  display: flex;
  text-align: center;
  height: 60px;
  justify-content: flex-end;
  z-index: 100;
}
.header-logo {
  position: absolute;
  padding-top: 10px;
  width: 231px;
  height: 60px;
  z-index: 10;
}
.header-logo img {
  display: block;
  margin: auto;
  height: 90%;
}
.fix-li {
  width: 100;
}
.header-nav ul {
  display: flex;
  margin-bottom: 0px;
  justify-content: space-around;
  width: 100%;
}
.nav-li, .mobile-li-obj, .nav-obj {
  display: flex;
  align-items: center;
  list-style-type: none;
  width: auto;
  justify-content: center;
}
.nav-li a {

  color: black;
  font-size: 16px;
}
.nav-li a:hover {
  text-decoration: none;
}

.nav-li:hover, .nav-active {
  transition: .2s;
  border-bottom: 4px solid #e08b77;
}
.header-info {
  display: flex;
  align-items: center;
  width: 600px;
}
.nav-hover-block {
  margin-right: 0px;
  color: white !important;
}
.nav-hover-block:hover {
  text-decoration: underline !important;
}
.mobile-help {
  width: 100%;
  margin: 0px -15px 0px -15px;
  background: #e08b77;
  white-space: nowrap;
  text-align: center;
  padding: 20px 0px 20px 0px;
  position: fixed;
  bottom: -300px;
  transition: 0s;
  color: white;
}
.mobile-help-active {
  bottom: 0px;
  transition: bottom .2s ease .3s, color .2s;
}
.mobile-help p {
  text-align: center;
  margin: auto;
}
.mobile-help:hover {
  color: black;
  text-decoration: none;
}
.header-number {
  color: black;
  font-size: 17px;
  display: block;
  width: 160px;
  margin: 0px 10px;
  position: relative;
}
.header-number:hover {
  text-decoration: none;
  color: black;
}
.header-number-text {
  position: absolute;
  left: 50%;
  bottom: -15px;
  font-size: 0.6em;
  transform: translate(-50%, 0%);
  text-align: center;
  white-space: nowrap;
}
.header-number-text_fix {
  bottom: 1px;
}
.header-heart {
  font-size: 13px;
  transition: .4s;
  cursor: pointer;
  position: relative;
}
.header-heart:hover {
  transform: scale(1.05);
}
.header-point {
  position: absolute;
  top: 0%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 7px solid #db0d45;
  right: 0px;
}
.relative-heart {
  position: relative;
}
.active-header-heart .header-point {
  display: block;
  transition: .4s;
}
.header-help {
  font-size: 14px;
  width: 90px;
  color: black;
}
.header-help:hover {
  color: black;
  text-decoration: none;
}
.nav-hover {
  width: 100%;
  background: white;
  z-index: 5;
  position: fixed;
  transition: .3s;
  max-height: 0px;
  overflow: hidden;
  top: 60px;
  left: 0px;
}
.nav-hover-flex {
  display: flex;
  color: white;
}
.nav-hover-img {
  position: relative;
  overflow: hidden;
  margin: 15px 0px 15px 0px;
  height: 150px;
  width: 100%;
}
.nav-hover-img-this {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: .3s;

}
.nav-hover-img-this img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;

}
.nav-hover-img:hover .nav-hover-img-this {
  transform: scale(1.05);
}
.nav-hover-active {
  display: block;
}
.nav-hover-img-info {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%, 0);
  background: rgba(255, 255, 255, .7);
  width: 100%;
  padding: 5px;
  z-index: 1;
}
.header-slider {
  width: 100%;
}
.header-img {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.header-img img {
  width: 100%;
  position: absolute;
  bottom: 0;
  object-fit: cover;
}
.header-img-product {
  width: 100%;
  height: 66.666vh;
  position: relative;
}

.header-main {
  position: relative;
}
.header-slider-text {
  left: 50%;
  top: 50%;
  text-align: center;
  z-index: 7;
  position: absolute;
  color: white;
  transform: translate(-50%, -50%);
}
.header-slider-text p {
  font-size: 40px;
}

/*/////////////////MAIN/////////////////*/
.main {
  font-family: AvenirNext;
}
.main-title {
  margin: 20px 0px 20px 0px;
}
.main-info {
  font-size: 20px;
}

.padding-left {
  padding-left: 15px;
}
.margin-top {
  margin-top: -192px;
}
.block-fix {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

}
.row-height {
  height: 570px;
}
.B_crumbBox {
  position: absolute;
  left: 20%;
  top: 65px;
  z-index: 7;
  color: #b5babf;
  font-size: 0.7rem;
}
.B_crumbBox a {
  color: #b5babf;
}

.main-img {
  font-family: AvenirNext;
  margin: 2.5px;
  position: relative;
  overflow: hidden;
}
.main-img img {
  position: absolute;
  width: 100%;
  height: 110%;
  bottom: 0;
  object-fit: cover;
	object-position: center bottom;
}
.main-img a {
  color: white;
}
.main-img a:hover {
  color: white;
}
.main-img-text {
  font-family: AvenirNext;
  position: absolute;
  color: white;
  left: 50%;
  top: 50%;
  font-size: 35px;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  transition: .4s;
}
.main-img:hover .main-img-text {
  top: 25%;
}
.main-img-text-no-child {
  font-family: AvenirNext;
  position: absolute;
  color: white;
  left: 50%;
  top: 50%;
  font-size: 35px;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}
.main-img-info {
  position: absolute;
  bottom: 0;
  right: 0%;
  color: white;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  font-family: AvenirNext;
  transition: .4s;
}
.main-img:hover .main-img-info {
  opacity: .7;
  transition: .4s;
}
.main-img-info ul {
  position: absolute;
  bottom: 10%;
  left: 50%;
  color: white;
  transform: translate(-50%, 0);
  list-style-type: none;
  text-align: center;
  font-size: 20px;
}

.main-img-info ul li {
  line-height: 1;
  margin-bottom: 10px
}

.main-img-block1 {
  height: 365px;
}
.main-img-block2 {
  height: 731px;
}
.main-img-block3 {
  height: 365px;

}
.main-button {
  width: 400px;
  height: 48px;
  background: #d8d8d8;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  margin: 20px auto 20px auto;
  border: 1px solid grey;
}

/*/////////////////treatment-slider/////////////////*/
.treatment-slider {
  width: 100%;
}
.treatment__slide {
  width: 260px;
  height: 280px;
  background: #d8d8d8;
  border: 1px solid grey;
  margin: 0px 40px 0px 40px;
}

/*/////////////////SPECIAL/////////////////*/
.special {
  text-align: center;
}
.special-title {

  margin-top: 20px;
  font-size: 25px;
}
.special-p {
  font-size: 19px;
}
.discount {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: white;
  top: 10px;
  right: 10px;
  width: 90px;
  border-radius: 50%;
  height: 90px;
  background: #a66134;
  border: 1px solid #fff;
  z-index: 2;
}
.special-block-img {
  position: relative;
  margin-bottom: 10px;
}
.special-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 2px 2px 5px 0px #9d9d9e;
  transition: .3s;
  overflow: hidden;
}
.special-block-img:hover img{
  transform: scale(1.02);
}
.special-block-text {
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
}
.special-block-stroke {
  margin: 0px;
  font-weight: 600;
  text-decoration: line-through;
  font-size: 0.8em;
}
.special-block-new {
  margin: 0px;
  font-weight: 600;
  color: red;
}
.special.block-text-button {
  margin-top: 0px;
}
.in-stock {
  width: 150px;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  position: absolute;
  left: -9px;
  top: 20px;
  background: #ff4948;
  color:#ffffff;
  z-index:1;
  text-align: center;
}
.in-stock:before, .in-stock:after {
  content: "";
  position: absolute;
}
.in-stock:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid #c50100;
  border-left: 9px solid transparent;
}
.in-stock:after {
  height: 0;
  width: 0;
  right: -14.5px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #ff4948;
}
/*/////////////////TELL/////////////////*/
.tell {
  /*	font-family: TimesNewRomanPSMT;*/
  margin: 30px 0px 30px 0px;
}
.tell-line {
  border-left: 3px solid #979797;
}
.tell-fix {
  margin: auto;
}
.tell-title {
  width: 320px;
  display: block;
  margin: 0px auto 20px auto;
}
.tell-repost {
  display: block;

  width: 320px;
  font-size: 25px;
  margin: auto;

}
.tell-button {
  font-family: 'AvenirNext';
  width: 350px;
  padding: 10px 0px 10px 0px;

  background: #744103;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin: 20px auto 20px auto;
  border: 1px solid black;
  font-size: 20px;
  transition: .4s;
}
.tell-button:hover {
  background: #8a4f07;
  text-decoration: none;
  color: white;
}

/*/////////////////FOOTER/////////////////*/

.footer {
  font-family: AvenirNext;
  display: flex;
  align-items: center;
  padding: 20px 0px 20px 0px;
  border-top: 2px solid #979797;
}
.footer-block {
  align-items: center;
}
.footer-logo {

  width: 100%;
}
.footer-logo img {
  display: block;
  margin: auto;
  width: 80%;
}
.header-mobile {
  display: none;
}
/*MEDIA */
@media screen and (max-width: 1000px) {
  .nav-hover-flex {
    flex-direction: column;
  }
  .nav-hover-block {
    width: 100%;
    margin: 20px 0px 20px 0px;
    text-align: left;
    color: black !important;

  }
  .sidebar {
    display: none !important;
  }
  .wrapperMin {
    width: 100% !important;
  }
  .mobile-soc {
    margin: 0px 15px 0px 0px;
	height: 30px;
    width: 30px;
  }
  .mobile-number {
    background-image: url("../images/mobile.svg");
    background-size: cover;
    height: 25px;
    width: 27px;
    margin-right: 0px 20px 0px 0px;
    animation: ringing 4s infinite 4s;
  }
  .header-logo {
    position: static;
    background: white;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: none;
  }
  .header__slide img {
    width: 100%;
    height: 100%;

  }

  .header-mobile {
    display: block;
    font-family: AvenirNext;
    background: white;
    padding-left: 0px;
    padding-right: 0px;
    position: fixed;
    z-index: 10;
    width: 100%;
  }
  .header-mobile-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;

  }
  .nav-mobile {
    flex-direction: column;
    justify-content: center;
    overflow-y: scroll;
    height: 0px;
    transition: .3s;
  }
  .mobile-li {
    list-style-type: none;
  }
  .mobile-heart:hover {
    transform: scale(1.1);
    transition: .4s;
  }

  .nav-mobile-hover {
    display: none;
  }


  .header-pc {
    display: none;
  }

  .button-nav {
    width: 66px;
    height: 55px;
    background: #f5f3f3;
    cursor: pointer;
    perspective: 1000px;
    transition: 0.4s;
    z-index: 5;
  }
  .sidebarNav-in,
  .sidebarNav-in::before,
  .sidebarNav-in::after {
    position: absolute;
    width: 30px;
    height: 2px;
    background: #989797;

    border-radius: 50px;
    left: calc(50% - 15px);
    top: calc(50% - 1px);
    /* #989797*/
  }
  .sidebarNav-in::before,
  .sidebarNav-in::after {
    content: "";
    transition: 0.5s;
  }
  .sidebarNav-in::before {
    transform: translateY(-5px);
  }
  .sidebarNav-in::after {
    transform: translateY(5px);
  }
  .menuActiveNav .sidebarNav-in {
    height: 0px;
  }
  .menuActiveNav .sidebarNav-in::after {
    transform: rotate(-45deg);
  }
  .menuActiveNav .sidebarNav-in::before {
    transform: rotate(45deg);
  }
  .flex-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }


  .mobile-a {
    display: flex;
    width: 150px;
    padding: 12px 0px 12px 0px;
    transition: .2s;
    color: black;
    position: relative;
  }

  .mobile-a:hover {
    color: black;
    text-decoration: none;
  }
  .mobile-a-active, .mobile-a:hover {
    border-bottom: 2px solid #e08b77;
  }
  .mobile-a-obj:hover {
    border-bottom: 0px solid #e08b77;
  }
  .a-down {
    display: flex;
    margin-left: 30px;
    width: 40px;
    height: 25px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0px;
    position: relative;
    font-size: 25px;
  }
  .a-down-inactive.a-down::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    /*border: 8px solid transparent;
	    border-top: 8px solid black;*/
    background: url(../images/triangle.svg);
    transform: translate(-50%, -50%);
    width: 13px;
    height: 13px;
  }

  .view-mobile {
    display: block;
  }
  .header-nav {
    height: 300px;
    text-align: left;
    display: none;
  }

  .header-nav-mobile {
    display: block;
  }
  .mobile-ul {
    padding-bottom: 2rem;
  }

  .mobile-li {
    display: flex;
    flex-direction: column;
  }
  .mobile-li-obj {
    width: 195px;
    padding: 15px 0px 15px 0px;
    transition: .2s;
    font-size: 1.3em;
  }
  .mobile-a-obj {
    width: 195px;
  }
  .mobile-heart-w {
    width: 70px;
    text-align: center;
    position: relative;
  }
  .mobile-li-obj-pad {
    padding: 30px 0px 15px 0px;
  }
  .mobile-li-down {
    width: 100%;
    /*background: #b75942;*/
    display: none;
  }
  .sidebar-active-title:before {
    top: 0px;
  }
  .mobile-menu-heart {
    position: absolute;
    top: -3%;
    right: 3%;
    width: 40px;
  }
  .main-img {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {


  .nav-hover-block {
    margin-right: 0px;
    color: black !important;
    border-bottom: 1px solid #dee2e6;
  }
  .sidebar-active-title:bafore {

  }
  .button-sidebar {
    transform: scale(0.6);
  }
  .header-img {
    height: 50vh;
  }
  .header-slider-text h1 {
    font-size: 40px;
  }
  .header-slider-text p {
    font-size: 30px;
  }
  .margin-top {
    margin-top: 0px;
  }
  .row-height {
    height: auto;
  }
  .main-img {
    margin: 8px auto 8px auto;
    width: 100%;
  }
  .fix-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tell-line {
    border-left: 0px;
  }
  .treatment__slide {
    margin: 0px;
  }
  .tell-button {
    width: 100%;
  }
  .footer-block {
    text-align: center;
  }

}
@media screen and (max-width: 480px) {

  .header-mobile {
    padding-left: 0px;
    padding-right: 0px;
  }
  .main-img-text {
    font-size: 30px;
  }
  .main-img {
    height: 300px;
  }
  .main-title {
    font-size: 18px;
  }
  .header-slider-text h2 {
    font-size: 18px;
  }
  .headerslider-text p {
    font-size: 20px;
  }
  .button-sidebar {
    left: -5%;
  }
  .tell-repost, .tell-title {
    width: auto;
  }
  .header-point {
    position: absolute;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 7px solid #db0d45;
    right: 0px;
  }

}
@media screen and (max-width: 376px) {


  .sidebar-active-title:before {
    top: auto;
  }
}
@media screen and (max-width: 330px) {
  .header-mobile-flex {
    justify-content: center;
  }

  .header-mobile-flex {
    padding-left: 0px;
    padding-right: 0px;
  }
}


/*COLORS PAGE AND COLORS-INSIDE PAGE*/
.fix-padding2 {
  padding-left: 0px;
  padding-right: 0px;
}
.info-a {
  color: #975012;
}
.info-a:hover {
  color: #f00;
  text-decoration: none;
}
.page-info {
  margin: 20px 0px 20px 0px;
}
.name-page {
  font-family: AvenirNext;
  margin: 20px 0px 20px 0px;
  font-style: italic;
  font-weight: 500;
  color: #6e3e16;
  font-size: 1.5rem;
}
.block-img_eight {
  margin: 10px 15px 0px 15px;
  position: relative;
}
.block-img {
  margin: 10px 25px 0px 25px;
  position: relative;
}
.block-img img,
.block-img_eight img {
  width: 100%;
  box-shadow: 5px 5px 20px 0px #9d9d9e;
}
.block-img a,
.block-img_eight a {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.block-img-bottom {
  position: relative;
  width: 100%;
  height: 20px;
  background-color: #fff;
  -webkit-box-shadow: 7px 7px 30px -5px #9d9d9e;
  box-shadow: 7px 7px 30px -5px #9d9d9e;
  margin-bottom: 50px;
}
.block-img_eight:hover .img-info,
.block-img:hover .img-info {
  opacity: 1;
}
.img-info {
  width: 100%;
  text-align: center;
  /*opacity: 0;*/
  position: absolute;
  left: 0;
  top: 93%;
  transform: translate(0%, -50%);
  color: white;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 100;
  transition: all .3s;
  font-family: SourceSansPro-Light;
}
.img-info-instant {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  color: white;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 100;
  font-family: SourceSansPro-Light;
}
.colors-progress {
  border-radius: 10px;
  position: absolute;
  right: -30px;
  top: 0px;
  width: 8px;
  height: 500px;
  background: #f7e9e1;
}
.colors-progress-active {
  border-radius: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 8px;
  height: 0px;
  background: #ca6936;
  transition: .5s;
}
.block-img_in img {
  width: 100%;
  -webkit-box-shadow: 7px 7px 30px -5px #9d9d9e;
  box-shadow: 5px 5px 20px 0px #9d9d9e;
  margin-bottom: 30px;
}
.product-line {
  height: 0;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
}
.product-title {
  font-size: 1.3em;
  font-weight: 700;
  color: #975012;
  margin: 15px 0px 15px 0px;
}
.form-block {
  position: relative;
}
.block-info {
  position: absolute;
  right: 0;
  top: 10px;
  border: 1px solid grey;
  font-size: 10px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  transition: .2s;
  opacity: 0;
}
.form-block:hover .block-info {
  opacity: 1;
}
.block-info:hover {
  background: red;
  border-color: red;
  color: white !important;
}
.form-block_name {
  color: #ca6936;
  font-size: 18px;
  margin: 15px 0px 15px 0px;
}
.radio-none {
  position: absolute;
  opacity: 0;
  left: -1000px;
}
.form-block-radio {
  display: flex;
  border: 1px solid #f7ae40;
  font-size: 13px;
  position: relative;
  transition: all .4s;
  overflow: hidden;
  border-radius: 2px;
}
.form-block label {
  margin-bottom: 0px;
  transition: all .4s;
  text-align: center;
  width: 50%;
  display: block;
  line-height: 3em;
  color: #f7ae40;
  cursor: pointer;

}
.form-block label:before {
  content: "";
  left: -50%;
  top: 0px;
  position: absolute;
  width: 50%;
  height: 100%;
  background: #f7ae40;
  color: white;
  transition: all .6s;
  pointer-events: none;
}
.form-block label:after {
  content: attr(data-value);
  left: -50%;
  top: 0px;
  position: absolute;
  width: 50%;
  height: 100%;
  background: #f7ae40;
  color: white;
  text-align: center;
  z-index: 10;
  font-style: inherit;
  text-decoration: inherit;
  font-weight: inherit;
  transition: all .6s;
  opacity: 0;
  pointer-events: none;
}
.form-block label:not(:last-child) {
  border-right: 1px solid #f7ae40;
}

.form-block input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2):after,
.form-block input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2):before,
.form-block input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:after,
.form-block input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:before {
  left: 50%;

}
.form-block input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2):after,
.form-block input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2):before,
.form-block input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:after,
.form-block input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:before {
  left: 0%;
}

.form-block input:nth-child(1):checked ~ label:nth-of-type(1):after,
.form-block input:nth-child(1):checked ~ label:nth-of-type(1):before {
  opacity: 1;
}
.form-block input:nth-child(2):checked ~ label:nth-of-type(2):after,
.form-block input:nth-child(2):checked ~ label:nth-of-type(2):before {
  opacity: 1;
}

.radio-finish:checked + label {
  background: #f7ae40;
  color: white;
}


.qustion-block {

  color: #6e3e16;
  text-align: left;
  padding: 0.5em 0.5em 0.5em 1em;
  position: relative;
  font-size: 1.4em;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  background: #f6f6f6;
  cursor: pointer;
  font-family: serif;
  font-style: italic;
  font-weight: 800;
  transition: .2s;
  margin-bottom: 6px;
}
.qustion-block:hover, .qustion-block-active {
  color: white;
  background: #6e3e16;
}
.question-arrow {
  position: absolute;
  top: 19px;
  display: inline-block;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  margin-left: -15px;
  border-left-color: #000;
}
.question-arrow-active {
  border-top-color: #fff;
  border-bottom: 0;
  border-left-color: transparent;
}
.question-answer {
  height: auto;
  margin: 10px 0px 10px 0px;
  overflow: hidden;
  display: none;
}
.view-img {
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}
.view-img:hover {
  border: 2px solid #f7ae40;
}
.view-img img {
  width: 100%;
}
.type__tick {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  margin: 0 calc(var(--checkbox-size) * 0.25);
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  -webkit-transition: 400ms 100ms ease-out;
  -o-transition: 400ms 100ms ease-out;
  transition: 400ms 100ms ease-out;
}
:root {
  --checkbox-size: 15px;
  --bg-color: #ffa69e;
  --checkbox-color: #fff;
  --hover-color: #ff686b;
  --tick-color: #6e3e16;
}
.type__tick:hover {
  border-color: var(--hover-color);
}
.tick {
  position: relative;
  right: calc(var(--checkbox-size) * -0.5);
  top: calc(var(--checkbox-size) * -0.25);
  width: calc(var(--checkbox-size) * 0.25);
  height: calc(var(--checkbox-size) * 0.75);
  border-right: calc(var(--checkbox-size) * 0.25) solid var(--tick-color);
  border-bottom: calc(var(--checkbox-size) * 0.25) solid var(--tick-color);
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  opacity: 1;
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
}
.tick:before {
  content: "";
  position: absolute;
  left: calc(var(--checkbox-size) * -0.125);
  bottom: calc(var(--checkbox-size) * -0.25);
  border: calc(var(--checkbox-size) * 0.125) solid var(--tick-color);
  border-radius: 50%;
}
.tick:after {
  content: "";
  position: absolute;
  right: calc(var(--checkbox-size) * -0.25);
  top: calc(var(--checkbox-size) * -0.125);
  border: calc(var(--checkbox-size) * 0.125) solid var(--tick-color);
  border-radius: 50%;
}
.form-block-view input[type="checkbox"]:checked + label .tick {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

.button-select {
  width: 90%;
  font-family: 'Helvetica', 'Arial', sans-serif;
  display: block;
  font-size: 1em;
  padding: 1em 2em;
  margin: 20px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ff0081;
  color: #fff !important;
  text-align: center;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  -o-transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s, -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  -webkit-box-shadow: 0 2px 25px rgba(255, 0, 130, 0.5);
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.5);
  text-transform: uppercase;
}
.modal-block {
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  position: fixed;
  background: rgba(119, 119, 119, 0.7);
  display: none;
  z-index: 10;
}
.modal-block-exit {
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 10;

}
.modal-window {
  z-index: 11;
  width: 520px;
  height: auto;
  position: fixed;
  background: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  padding: 2.5rem;
}
.modal-window-title {
  font-size: 30px;
  margin-bottom: 0;
}
.modal-window-p {
  margin-bottom: 20px;
  color: #828282
}
.modal-window-input {
  margin-bottom: 30px;
}
.block-form {
  margin-bottom: 10px;
}

.block-form p {
  font-size: 1em;
  margin-left: 10px;
}
.block-form input {
  width: 100%;
  height: 30px;
  border: 1px solid #ccc;
  padding: 1rem 1rem;
  font-family: arial;
  font-size: 14px;
  border-radius: 100px;
}
.send-btn-form {
  display: block;
  background: #f8d448;
  border: 0;
  cursor: pointer;
  border-radius: 100px;
  color: #fff !important;
  font-weight: bold;
  padding: .5rem 1.5rem;
  font-family: arial;
  font-size: 24px;
  margin: auto;
}
.modal-exit {
  width: 66px;
  height: 55px;
  background: #f5f3f3;
  cursor: pointer;
  perspective: 1000px;
  transition: 0.4s;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}


.exit-in,
.exit-in::before,
.exit-in::after {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #989797;

  border-radius: 50px;
  left: calc(50% - 15px);
  top: calc(50% - 1px);
  transition: 0.4s;
}
.exit-in::before,
.exit-in::after {
  content: "";
}
.exit-in::before {
  transform: translateY(-5px);
  transform: rotate(45deg);
}
.exit-in::after {
  transform: translateY(5px);
  transform: rotate(-45deg);
}
.exit-in {
  height: 0px;
}
.modal-exit:hover .exit-in {
  transform: rotate(90deg);
}
.modal-exit-mobile {
  width: 66px;
  height: 55px;
  background: #f5f3f3;
  cursor: pointer;
  perspective: 1000px;
  transition: 0.4s;
  z-index: 5;
}
.modal-exit-mobile:hover .exit-in {
  transform: rotate(90deg);
}
.modal-mobile-header {
  display: none;
}
@media screen and (max-width: 1000px) {
  .modal-mobile-header {
    display: block;
    margin-bottom: 10px;
  }
  .header-modal-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .block-form p {
    display: none;
  }
  .colors-progress {
    display: none;
  }
  .modal-window {
    top: 0px;
    left: 0px;
    transform: translate(0, 0);
    height: 100vh;
    width: 100%;
  }
  .modal-window {
    padding: 0rem;
  }
  .modal-wrap {
    margin: 1.5rem;
  }

  .modal-exit {
    display: none;
  }
  .send-btn-form {
    padding: 1rem 1.5rem;
    font-size: 18px;
  }
  .block-form input {
    padding: 1.5rem 1rem;
    font-size: 18px;
  }
}
@media screen and (max-width: 760px) {


  .col-mini-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-mini-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .img-info {
    font-size: 15px;
  }
}
@media screen and (max-width: 330px) {
  .header-modal-flex {
    justify-content: center;
  }
  .header-logo {
    width: 200px;
  }
  .header-modal-flex {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*GALLERY PAGE*/

.gallery-checkbox {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 25px;
  z-index: 1;
}
.numeration {
  position: absolute;
  left: 30px;
  top: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  z-index: 1;
}
.lg-sub-html .numeration{
  display: none;
}
.gallery-checkbox label {
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
}
.gallery-checkbox input[type="checkbox"] {
  visibility: hidden;
}
.gallery-checkbox input[type="checkbox"] + span {
  position: absolute;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/like.png) no-repeat;
  background-size: 25px 50px;
  cursor: pointer;
}
.gallery-checkbox input[type="checkbox"]:checked + span {
  background-position: 0 -25px;
}
.gallery-img-block {
  position: relative;
}
.gallery-img-this {
  background: #d8d8d8;
  position: relative;
  width: 100%;
  height: 300px;
}
.gallery-img-this img {
  position: absolute;
  bottom: 0;
  width: 120%;
}
.gallery-img-p {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: white;
  transition: .4s;
  z-index: 2;
}
.gallery-img {
  display: block;
  margin: 7.5px 7.5px 7.5px 7.5px;
  position: relative;
  overflow: hidden;
}
.gallery-img-full-a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
}
.gallery-img-info {
  position: absolute;
  bottom: 0;
  right: -50%;
  color: white;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: .4s .3s;
  z-index: 6;
}
.gallery-img:hover .gallery-img-info {
  right: 0%;
  transition: .4s;

}
.gallery-img-info ul {
  position: absolute;
  top: 50%;
  left: 30px;
  color: white;
  transform: translate(0, -50%);
}
.gallery-img-name {
  margin-bottom: 50px;
}
.gallery-img-a {
  color: white;
}
.gallery-img-a:hover {
  color: white;
  text-decoration: underline;
}
.gallery-heart {
  position: absolute;
  right: 50px;
  top: 15px;
  z-index: 1000;
}
.gallery-heart-fixed {
  position: fixed;
  top: 13px;
  left: auto;
  right: 85px;
  transform: scale(0.9);
}
.lg-sub-html {
  z-index: 1083 !important;
}
.gallery-heart input {
  display: none;
}
.gallery-heart label {
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../images/like.png) no-repeat;
  background-size: 25px 51px;
  cursor: pointer;
  margin-bottom: 0px;
}
.gallery-heart input[type="checkbox"]:checked + label {
  background-position: 0 -25px;
}

.pagination {
  visibility: hidden;
  padding: 20px 5px 5px 5px;
  margin: auto;
  max-width: 1000px;
}
.pagination a {
  display: inline-block;
  border: 1px solid #bfa279;
  background-color: #bfa279;
  color: white;
  border-radius: 10px;

  padding: 5px 10px;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  transition: .3s;
  margin: 0px 5px;
}
.pagination a:hover {
  background-color: transparent;
  color: black;
  text-decoration: none;
}

.current {
  display: inline-block;
  border: 1px solid #bfa279;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  color: black;
  text-decoration: none;
}
.gallery-tocompare{
	visibility: hidden;
}

/*FRENCH TREE PAGE*/

.title-text {
  text-align: center;
  margin-bottom: 20px;
}
.title-img-part {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  height: 100%;
}
.french-tree-title-img-h {
  height: 565px;
}
.title-img-part img {
  width: 120%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
}
.title-img-part-info {
  margin-top: 25%;
}
.floor-more-img {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: serif;
  background: rgba(66, 66, 66, 0.7);
  height: calc(100% - 5px);
  color: white;
  font-size: 1.5rem;
  transition: .4s;
  cursor: pointer;
}

.floor-more-img:hover {
  background: rgba(66, 66, 66, 0.9);
  color: white;
  text-decoration: none;
}
.item-project {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.floor-img {
  margin-bottom: 5px;
  height: calc(100% - 5px);
  overflow: hidden;
}
.floor-img img{
  transition: .3s;
}
.floor-img:hover img{
  transform: scale(1.03);
}
.floor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floor-img .conta {
  object-fit: contain;
}
.floor-sketch {
  margin-bottom: 5px;
  height: calc(100% - 5px);
}
.floor-sketch img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.floor-img-h {
  margin-bottom: 5px;
  height: 565px;
}
.floor-img-h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floor-img_long {
  height: calc(100% - 5px);
}
.floor-img_long img {
  height: 100%;

}
.block-text {
  font-size: 20px;
  position: relative;
  height: calc(100% - 5px);
}
.block-text div {
  margin: 20px 0;
  padding: 5px;
  width: 100%;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;

}
.block-text-button {
  display: block;
  margin: 40px auto;
  width: 250px;
  padding: 10px 0px 10px 0px;
  background: #744103;
  border: 1px solid grey;
  border-radius: 10px;
  transition: ease .3s;
}
.block-text-button:hover {
  transform: scale(1.03);
  transition: ease .3s;
}
.margin-row {
  margin-left: 0px;
  margin-right: 0px;
}
.row-sketch {
  margin-bottom: 50px;
}
.block-sketch-image, .block-sketch {
  height: 200px;
  border: 0px solid grey;
  overflow: hidden;
}

/* .block-sketch:hover + .block-sketch-image .block-sketch-version{
	border:3px solid gold;
}*/
.block-sketch-version {
  width: 100%;
  height: 98%;
  background-repeat: no-repeat;
}
.block-sketch-version img {
  display: block;
  margin: auto;
  height: 100%;
}
.name-content {
  font-weight: 700;
  margin-bottom: 30px;
}
.sketch-black {
  color: black;
  margin-bottom: 0.3rem;
  font-size: 15px;
}
.block-sketch-info {
  padding: 20px 0px 0px 20px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;

}
.sketch-start-block {
  position: relative;
  height: 150px;
}
.sketch-start1 {
  position: absolute;
  width: 147px;
  height: 150px;
  left: 0;
  top: 50px;
  background-image: url(../images/solid_common.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}
.sketch-start2 {
  position: absolute;
  width: 346px;
  height: 150px;
  left: -220px;
  top: 50px;
  background-image: url(../images/solid-1.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}
.sketch-start3 {
  position: absolute;
  width: 346px;
  height: 150px;
  left: -160px;
  top: 15px;
  background-image: url(../images/block-parquet-sketch.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}
.sketch-end {
  position: absolute;
  width: 50px;
  height: 100px;
  right: -44px;
  top: 50px;
  background-image: url(../images/solid-2.png);
  background-position: center left;
  background-repeat: no-repeat;
}
.sketch-info {
  margin-bottom: 50px;
  padding: 20px 0px 0px 20px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.block-sketch-info p, .sketch-info p {
  font-size: 16px;
}

.option-info {
  text-align: center;
  margin: 20px;
}
.option-block-r {
  margin: 0px;
}
.option-block {
  width: 100%;
  height: 100%;
  padding: 2px;
}
.option-block img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.option-look {
  text-align: center;
  margin: 15px 0px 60px 0px;
}

@media screen and (max-width: 1000px) {
  .block-text {
    height: 360px;
  }
  .sketch-start1 {
    left: 50%;
    top: 0px;
    transform: translate(-50%, 0);
  }

  .sketch-info {
    height: auto;
    text-align: center;
  }
  .block-sketch-info {
    max-width: 50%;
    margin: auto;
  }
  .floor-img_long img {
    height: auto;
    margin: 0px;
  }

  .floor-sketch {
    margin-bottom: 5px;
    height: calc(100% - 5px);
    text-align: center;
  }
  .floor-sketch img {
    width: auto;
    height: 100%;
    object-fit: contain;
  }

}
.floor-skecth {
  margin-bottom: 5px;
  height: calc(100% - 5px);
  text-align: center;
}
.floor-skecth img {
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 760px) {
  .block-text {
    height: 360px;
  }
  .floor-more-img {
    height: 200px;
  }

}
@media screen and (max-width: 480px) {
  .block-text {
    height: 360px;
  }
  .block-sketch-info {
    max-width: 40%;
    margin: 0px 0px 0px 140px;
  }
  .block-sketch-info {
    padding: 5px;
  }
  .floor-img {
    margin: 2.5px;
  }
  .block-sketch-version img {
    width: 100%;
  }
  .floor-sketch {
    margin-bottom: 5px;
    height: calc(100% - 5px);
  }
  .floor-sketch img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}


/* TYPE PAGE*/

.type-margin {
  margin-bottom: 50px;
}
.type-img {
  display: block;
  position: relative;
  margin: 1.5px;
  cursor: pointer;
}
.type-img-this {
  width: 100%;

}
.type-img-this img {
  width: 100%;
}
.type-img-info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  transition: .4s .1s;
  transform: translate(-50%, -50%);

}
.type-img-info p {
  font-family: SourceSansPro-Light;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: 40px;
}
.type-img:hover .type-img-info {
  opacity: 0;
}
.row-type {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.type-info {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}
.type-info img {
  width: 100%;
  transition: .4s .1s;
}
.type-info img:hover {
  transform: scale(1.03);
}


/*boards */

.boards {
  text-align: center;
  margin: 20px 0;
}
.boards__block {
  border: 1px solid #d1c8be;
  padding: 0px 10px;
  margin-bottom: 20px;
}
.boards__block-name {
  color: #9e7655;
  font-weight: 800;
  margin: 10px 0px 20px 0px;
  font-size: 1.25rem;

}
.boards__img {
}
.boards__img img {
  width: 100%;
}
.boards__text {
  padding: 0px 0px 0px 20px;
  text-align: left;
  margin-bottom: 20px;
  font-size: 17px;
}
.boards__a {
  text-align: left;
  padding: 0px 0px 0px 20px;
  margin-bottom: 10px;
}
.boards__a a {
  color: #9e7655;
  font-weight: 800;
  font-size: 18px;
  transition: .4s;
}
.boards__a a:hover {
  color: #9ea476;
  text-decoration: none;
}


/* interesting */
.interesting-title h3 {
  color: #3f2f22;
  font-size: 30px;
  font-weight: 500;
  margin: 20px 0px 20px 0px;
}
.interesting-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
}
.interesting-img-this {
  transition: .4s;
}
.interesting-img-this img {
  width: 100%;
}
.interesting-img:hover .interesting-img-this {
  transform: scale(1.05);
}
.interesting-img-info {
  color: white;
  position: absolute;
  bottom: 10%;
  width: 100%;
  padding: 0px 10px 0px 40px;
}
.interesting-img-info h5 {
  font-size: 35px;
  line-height: 1;
}
.interesting-img-info p {
  font-size: 15px;
  margin-bottom: 30px;
}
.interesting-button {
  padding: 15px 30px 15px 30px;
  background: #90a34d;
  color: white;
  border-radius: 100px;
  transition: .3s;
}
.interesting-button:hover {
  background: #90ac57;
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .interesting-img-info {
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .interesting-img-info h5 {
    font-size: 25px;
  }
}


@media screen and (max-width: 480px) {
  .type-info img {
    width: 100%;
  }

}


.contacts__block {
  font-family: sans-serif;
  color: black;
  width: 48%;
  background: #f5f3f3;
  margin: 25px auto 25px auto;
  padding: 25px 30px;
  box-shadow: 0.1px 0.1px 2px black;
}
.contacts__title {
  text-transform: uppercase;
}
.contacts__info {

}
.contacts__ul {
  list-style-type: none;
}
.contacts__li {
  padding: 13px 0px 13px 50px;
  border-bottom: 1px solid grey;
  position: relative;
}
.contacts__li_last {
  border: 0;
}
.contacts__li a {
  color: inherit;
}
.contacts__li a:hover {
  color: inherit;
}
.contacts__li span {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(-70%, -50%);
  color: black;
  font-size: 1.2rem;
  width: 20px;
}
.contacts__li span img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .contacts__block {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .question-colors {
    display: none !important;
  }
  .block-info {
    display: none;
  }
}
/* INSIDE*/
.inside__slide-block {
  width: 90%;
  position: relative;
  margin: auto;
}
.inside-slick__img {
  width: 100%;
}
.inside-slick__img img {
  width: 100%;
}
.inside-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.inside-dots li {
  position: relative;
  display: inline-block;
  margin: 10px;
  padding: 0;

}

.inside-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 5px;
  height: 5px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  margin: auto;
}

.inside-dots li button:hover,
.inside-dots li button:focus {
  outline: none;
}

.inside-dots li button:hover:before,
.inside-dots li button:focus:before {
  opacity: 1;
}

.inside-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  content: '•';
  text-align: center;
  color: #6e3e16;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inside-dots li.slick-active button:before {
  color: black;
}


.inside__discount {
  width: 70px;
  height: 70px;
  position: absolute;
  background: #b25e16;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 2.8;
  font-size: 25px;
}
.inside__content {
  width: 100%;
}
.old-price {
  font-size: 15px;
  text-decoration: line-through;
}
.new-price {
  font-size: 28px;
  color: #6e3e16;
  font-weight: 800;
}
@media screen and (max-width: 1000px) {
  .old-price, .new-price {
    text-align: center;
  }
}
.inside__info-row {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 20px auto 20px auto;
}
.inside__info-block {
  width: 60px;
  text-align: center;
}
.inside__info-block-num {
  width: 60px;
  height: 60px;
  background: #9b4e0c;
  border-radius: 10px;
  color: white;
  padding-top: 5px;
}
.inside__info-word {
  color: black;
  font-size: 14px;
}
.inside-line {
  height: 0;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
}
.inside__count {
  margin: 30px 0px;
}
.inside__count input {
  width: 50px;
  margin: 0px 20px 0px 0px;
  height: 25px;
}
.inside-info-text {
  margin: 30px 0px;
}
.inside-feature {
  text-align: center;
}
.inside-feature__title {
  margin-bottom: 30px;
  color: #6e3e16;
  font-weight: 800;
}

.inside-feature__img {
  width: 100%;
  margin-bottom: 30px;
}

.inside-feature__img img {
  width: 100%;
}

.inside-feature__info {
  padding-top: 5px;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}

/* ABOUT US */
.about-us-section {
  height: calc(100vh - 60px);
  position: relative;
  overflow: hidden;
}
.about-us__block-out {
  height: 100%;
  position: relative;
  padding-top: 140px;
  padding-bottom: 80px;
}


.about-us-line {
  height: 1.5px;
}
.about-us__full-img {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}

.about-us__block {
  max-width: 600px;
  margin-left: 40px;
}

.about-us__block-title h3 {
  font-size: 39px;
}

.about-us__text {
  font-size: 16px;
  margin: 20px 0px;
}
/* Модификаторы */

/*Делает текст больше*/
.about-us__text_big {
  font-size: 20px;
}
/* Меняет обычный текст на текст в белом блоке*/
.about-us__block_white .about-us__block {
  background: white;
  max-width: 420px;
  padding: 30px;
  margin: 0px !important;
  height: 100vh;

}
.about-us__block_white {
  align-items: stretch !important;
}
.about-us__block_white {
  padding: 0px;
}
/*Белый цвет текста*/
.about-us__text_white {
  color: white;
}
/*Ставит блок с текстом в центр*/
.about-us__block_center {
  justify-content: center;
}
.about-us__block_center .about-us__block {
  margin-left: 0px;
}
.about-us__block_center .about-us__text {
  margin: 20px auto;
}
/*Ставит блок с текстом в низу*/
.about-us__block_bottom {
  display: flex;
  align-items: flex-end;
}
/*Ставит блок с текстом в право*/
.about-us__block_right {
  display: flex;
  justify-content: flex-end;
}
.about-us__block_right .about-us__block {
  margin-right: 40px;
}
/*Текст выравнивается по правой стороне*/
.text-right {
  text-align: right;
}

.about-us__button, .about-us__button_wtb {
  display: inline-block;
  border: 1px solid #bfa279;
  margin-top: 40px;
  background-color: #bfa279;
  color: white;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  transition: .4s;
}
.about-us__button:hover {
  background-color: transparent;
  color: white;
  text-decoration: none;
}
.about-us__button_wtb:hover {
  background-color: transparent;
  color: black;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .about-us__block-out {
    height: 100%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-us__block {
    height: auto;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .about-us-section_long .about-us__block {
    height: auto;
    padding: 10px;
  }
  .about-us__block_right {
    display: block;
  }
  .about-us__block_white {
    margin: -20px 0px;
  }
  .about-us-section_long {
    height: auto;
  }
  .about-us__block-out {
    text-align: center !important;
  }
}
/* END OF ABOUT-US*/


/*  compare  */
.compare-button {
  margin-bottom: 30px;
}

.compare-button:hover {
  color: black;
}
.compare-line {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.compare-line label {
  width: 350px;
}
.compare-form-input {
  border-radius: 100px;
  width: 220px;
  padding: 5px 0px 5px 10px;
  border: 1px solid #ccc;
}
.send-btn-form_top {
  margin-top: 20px;
}
.compare-btn {
  cursor: pointer;
  margin-left: 10px;
}
.modal-window-compare {
  width: 700px;
}
@media screen and (max-width: 1000px) {
  .compare-form {
    padding: 20px;
  }
  .modal-window-compare {
    width: 100%;
  }
  .compare-line label {
    width: 500px;
  }
}


.fltr_block_inputs {
  display: flex;
  flex-direction: column;
}
.fltr_block_inputs label {
  display: flex;
  align-items: center;
  white-space: nowrap;
  line-height: 1.1;
  cursor: pointer;
}
.fltr_block_inputs label input {
  margin-right: 10px;

}
.fltr_name {
  font-size: 23px;
  display: flex;
  color: black;
  margin: 0 0px 5px 0px;
  font-weight: bold;
  cursor: pointer;

}
.fltr_block {
  padding: 10px 10px 0px 10px;
}
.fltr_block_inputs label input[type="checkbox"] {
  opacity: 0;
}

.box-label {
  display: inline-block;
  margin: 5px;
  cursor: pointer;
}
.fltr_block_inputs label input:checked + .new-checkbox:before {
  background: url(../images/cross.svg);
}
.new-checkbox {
  position: relative;
}
.new-checkbox::before {
  content: "";
  background: url(../images/square.svg);
  position: absolute;
  left: -25px;
  top: calc(50% - 10px);
  color: black;
  width: 20px;
  height: 20px;
}

.gallery-filter__button {
  display: none;

  margin: 20px auto;
}
.gallery-filter__button:hover {
  color: black;
}
.fltr_block-active .fltr_block_inputs {
  max-height: 500px;
  padding: 5px 0px 10px 20px;
}
.eFiltr_reset {
  width: 100%;
  background: #e08b77;
  white-space: nowrap;
  text-align: center;
  padding: 20px 0px 20px 0px;
  position: fixed;
  bottom: -300px;
  color: white;
  z-index: 10;
}

.eFiltr_reset p {
  text-align: center;
  margin: auto;

}
.eFiltr_reset:hover p {
  color: black;
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  .eFiltr_reset-active {
    bottom: 0px;
    transition: bottom .2s ease .3s, color .2s;
  }
  .gallery-filter__button {
    display: block;
  }
  .sidebar {
    width: 100%;
  }
  .button-sidebar {
    opacity: 0;
    left: -100px;
  }
  .filter .menuActive {
    position: fixed;
    left: calc(100% - 60px);
    top: 65px;
    background: none;
    opacity: 1;

  }
  .fltr_block_inputs {
    max-height: 0px;
    overflow: hidden;
  }
  .fltr_name {
    font-size: 20px;
    color: black;
    margin: 0 0px 5px 0px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    border-top: .1px solid grey;
    padding: 5px 0px;
  }
  .f-down {
    display: flex;
    margin-left: 30px;
    width: 25px;
    height: 25px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0px;
    position: relative;
    font-size: 25px;
  }
  .f-down-inactive.f-down::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/triangle.svg);
    transform: translate(-50%, -50%);
    width: 13px;
    height: 13px;
  }
  .sidebar-block {
    padding-bottom: 100px;
  }

}
.eFiltr .fltr_count:before {
  content: " ("
}
.eFiltr .fltr_count:after {
  content: ")"
}
.eFiltr label.disabled {
  color: #999;
}
.rounded-4 { border-radius: 1.5rem !important; }
.display-5 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-6 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.ajax-form .fancybox-button {
  overflow: hidden;
  width: 4rem;
  height: 3rem;
  padding: .25rem !important;
  background-color: #f5f3f3;
}
.ajax-form .fancybox-button svg {
  transition: 0.4s;
}
.ajax-form .fancybox-button:hover svg {
  transform: rotate(90deg);
}
.soc-icon img{
margin-right: 1rem;
width:32px;
height: 32px;
}
.item-project .gallery-checkbox + p {
 display: none;
}
.lg-sub-html .gallery-checkbox {
 position: fixed; 
 top: 12px; 
 right: 60px; 
}
.lg-sub-html p {
 font-size: 1rem;
}
.footer-links p {
  font-size: .8rem;
  text-decoration: underline;
}
.tab-text {
	text-indent: 3em;
	text-align: justify;
}
/* products-inner */
.products-inner__mod{
  cursor: pointer;
}
.products-inner__mod img{
  transition:box-shadow .4s;
}

.products-inner__mod:hover img{
  box-shadow: 7px 5px 10px 0px #4e4e4e;
  margin-bottom: 5px;
}
.products-inner__mod:hover{
  margin-top:5px;
}

.products-inner__mod_active{
  margin-top:0px !important;
}
.products-inner__mod_active img{
  width: 100%;
  box-shadow: 15px 10px 10px 0px #4e4e4e !important;
  margin-bottom: 10px !important;;
}

.products-inner-slider .slick-slide img {
  display: block;
  margin: auto;
}
.products-inner__mod_disabled{
    opacity: 0.5;
}

.products-inner__button-favorites[checked] .favorites-like-active span {
    background: url(../images/active-heart.svg) no-repeat;
}

.products-inner__bought-slid .products-inner__bought-block{
    width: 100%;
}

.products-inner__slider_prev , .products-inner__slider_next{
 width:50px;
 height:50px;
 border:none;
 background: transparent;
 position: absolute;
 top:50%;
 transition:.4s;
 z-index:1;
 opacity: 0;
 background:url(../images/arrow.svg) no-repeat;
}

.products-inner__slider_prev:before{
  content: "";
  
}
.products-inner__slider_prev img, .products-inner__slider_next img{
  width: 100%;
}
.products-inner-slider:hover .products-inner__slider_prev ,.products-inner-slider:hover .products-inner__slider_next{
 opacity: 1;
}
.products-inner__slider_prev{
  left:20px;
}
.products-inner__slider_next{
  right:20px;
  transform: rotate(180deg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ;
}
.products-inner__bought_prev{
  left:-30px;
}
.products-inner__bought_next{
  right:-30px;
}
.products-inner__bought_next , .products-inner__bought_prev{
  opacity: 1;
}
.products-inner-slid{
  cursor: pointer;
}
.products-inner-slider{
  
  margin-bottom:50px;
}
.products-inner-slider .slick-slide img {
  display: block;
  width:85%;
}
.products-inner-slider_mini{
  margin-bottom:50px;

}
.products-inner-slider .products-inner-slid:focus , .products-inner-slider_mini .products-inner-slid_mini:focus{
  outline: none;
}
.products-inner-slider_mini .products-inner-slid_mini{
  cursor: pointer;
  margin-right: 20px;
}
.products-inner-slider_mini .products-inner-slid_mini img{
  width:100%;
  height:100%;
}
.products-inner-slider_mini .slick-prev:before, .products-inner-slider_mini .slick-next:before{
  color:black;
}
.products-inner-slider .slick-prev:before, .products-inner-slider .slick-next:before{
  color:black;
}

.products-inner__view{
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}

.products-inner__view p{
  font-size:18px;
}
.products-inner-choice{
  display: flex;
}
.products-inner-choice_block{
  margin-left:10px;
  font-size:18px;
  padding:5px 10px;
  cursor: pointer;
  border:2px solid transparent;
}
.products-inner__title-name{
  font-size: 50px;
  margin-bottom:0px;
}

.products-inner__price{
  font-size:20px;
  color:#9EA4B1;
}
.products-inner-choice_active{
  border:2px solid black;
}
.products-inner__option{
  width: 300px;
  
}
.products-inner__line-buttons a.products-inner__button-add{
  width:66%;
  background-color: #f94f0d;
  color:white;
  border:none;
  font-size:12px;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  margin-left: 50px;
}
.products-inner__line-buttons a.products-inner__button-add:hover{
  color:white;
}
.products-inner__button-add button:focus{
  outline: none;
}
.products-inner__size{
  width:30%;
  
}
.products-inner__size p{
  font-size:18px;
}
 .products-inner__size select{
  width:100%;
  border:1px solid #9EA4B1;
} 

.products-inner__select{
  display: block;
  width: 100%;
  position: relative;
  z-index: 101;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  appearance: none;
  font-size: 1rem;
  color: #444;
}
.products-inner__select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  padding:15px 10px;
}

.products-inner__select-front{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width:100%;
  padding:5px 15px;
}
.products-inner__select-front .right-img{
  height: auto;

  box-shadow: none;
  position: relative;
  font-size: 14px;
  cursor: initial;
  transform: rotate(-90deg) 
}
.products-inner__select-front .right-img img{
  width:20px;
  height:20px;
  
}

.products-inner__num:focus{
  outline: none;
}
.products-inner__line-buttons{
  width:100%;
}
.products-inner__line-buttons{
  display: flex;
  justify-content: space-between;
}
.products-inner__button-fast-buy , .products-inner__button-favorites{
  width:45%;
  font-size:12px;
  
  padding:7px 0px;
  font-style: 100;
  position: relative;
  text-align: center;
  padding:10px 0px;
  display: flex;
  transition: .4s;
}


.products-inner__count{
  display: flex;
  justify-content: space-between;
  width:25%;
}
.products-inner__count_num{
  width:100%;
  border:none;
  text-align: center;
  font-size:15px;
  margin:0px 5px;
}

.products-inner__count button{
 font-size:25px;
 background:transparent;
 border:none;
 color:#ACACAC;
}
.products-inner__minus{
  padding: 0px;
}


.products-inner__button-fast-buy{
  justify-content: center;
  
}
.products-inner__button-fast-buy:hover{
  color:white;
 background:#484848;
}

.products-inner__button-favorites{
  justify-content: space-around;
}
.products-inner__button-favorites .products-inner__button-like{
  position: relative;
  margin-right: 5px;
}
.products-inner__button-favorites .products-inner__button-like span{
  position: absolute;
  left: 0px;
  top: -2px;
  width: 25px;
  height: 25px;
  background: url(../images/inactive-heart.svg) no-repeat;
  cursor: pointer;
}
.products-inner__button-favorites .favorites-like-active span{
  background: url(../images/active-heart.svg) no-repeat;
}
.add-cart-modal{
  position: fixed;
    z-index: 10000;
    background: white;
    
    width: 300px;
    box-shadow:-1px 1px 30px -2px rgba(0,0,0,.28);
    height: 300px;
    right: 10%;
    top: 15%;
    display: none;
    text-align: center;
    border-radius: 15px;
}
.add-cart-modal__header{
  padding:5px 30px;
  border-bottom:0.5px solid rgba(218,220,225,.5);
  font-size:15px;
}
.add-cart-modal__body{
  padding:0px 15px;
}
.add-cart-modal__img{
  width:40%;
}
.add-cart-modal__text{
  width:60%;
  text-align: start;
  padding-left:10px;
}
.add-cart-modal__text .cart-text{
  color:#9EA4B1;
  font-size:12px;
  margin-bottom: 0px;
}
.add-cart-modal__text .cart-row{
  display: flex;
  justify-content: space-between;
}
.add-cart-modal__button:hover{
  color:white;
}
.add-cart-modal__info{
  display: flex;
}

.add-cart-modal__img img{
  width:100%;
}

.add-cart-modal__button{
  display: block;
  padding:10px 20px;
  font-size: 14px;
  background-color: #f94f0d;
  border-radius: 10px;
  color:white;
}



.products-inner__button-fast-buy{
  background-color: #333;
  color:white;
  border: 1px solid #333;
}
.products-inner__button-favorites{
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.products-inner__button-favorites:hover{
  color:black;
}
.products-inner__toggle-name{
  cursor:pointer;
  font-size:18px;

}
.products-inner__title-bought{
  padding-left:60px;
}
.products-inner__title-bought .title-bought{
  font-size:30px;
}

.products-inner__toggle-name span{
 margin-right:5px;
}
.products-inner__toggle-name span img{
  width:10px;
  transform: rotate(270deg);
  transition: .3s;
}
.products-inner__toggle-name_active span img{
  transform: rotate(90deg);
}
.products-inner__toggle-content{
  font-size:15px;
}
.products-inner__toggle{
  width:75%;
}
.save-modal{
  position: fixed;
  z-index:10000;
  background:white;
  padding: 25px 95px;
  width: 550px;
  box-shadow: 0 0 40px rgba(0,0,0,.5);
  height:350px;
  left:50%;
  top:50%;
  display: none;
  transform: translate(-50%,-50%);
  text-align: center;

}
.save-row{
  display: flex;
  justify-content: space-between;
  margin:0px 30px;
}
.save-form{
  display: flex;
  flex-direction: column;
}
.save-input{
  margin:10px 30px;
  padding:5px 10px;
  border:1px solid grey;
}
.save_inner-radio{
  position: relative;
  padding-left:20px;
}
.save_inner-radio input[type=radio]{
  display: none;
}

.save_inner-radio label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  border:1px solid black;
  left: -20px;
  top:4px;
  bottom: 1px;
  background: white;
  
  border-radius: 100%;
}
.save_inner-radio label{
  position: relative;
  cursor: pointer;
}
.save_inner-radio label:after{
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  background:black;
  left: -17px;
  top:7px;
  bottom: 1px;
  transition: .4s;
  transform: scale(0);
  border-radius: 100%;
}
.save_inner-radio input[type=radio]:checked + label:after {
      transform: scale(1);
}

.save-modal__cross{
  position: absolute;
  right:0px;
  top:0px;
  line-height: 1;
  height: 30px;
  width: 30px;
  border:none;
  font-size:30px;
  background: transparent;
  
}
.save-modal .modal-text{
  font-size:12px;
}
.save-modal .modal-text a{
  text-decoration: underline;
}
.products-inner__bought-slider .products-inner__bought-slid{
  margin:20px;
}

.products-inner__bought-block{
  display: inline-block;
  text-align: center;
}
.products-inner__bought-category{
  color: #94928c;
  font-size:16px;
}
.products-inner__bought-name{
  color: #333;
  font-size: 17px;
}
.products-inner__bought-price{
  color: #333;
  font-size: 17px;
}

.products-inner__bought-img img{
  width:100%;
}
.products-inner__bought-slider .slick-prev:before, .products-inner__bought-slider .slick-next:before{
  color:black;
}
.products-inner__mobile-name{
  
  text-align: center;
}
.pc-none{
  display: none;
}



/* BASKET */

.basket__title{
  text-align: center;
}
.basket__info-line{
  background: #FCFBFD;
  padding:10px 10px;
  
  display: flex;
  align-items: center;
  
}
.basket__info-line p{
  color: #97a0ae;
  font-size:12px;
}
.basket__info-line_item{
 
  width:30%;
}
.basket__info-line_size{
  width:15%;
}
.basket__info-line_price{
  width:15%;
}
.basket__info-line_amount{
  width:15%;
}
.basket__info-line_result{
  text-align: end;
  width:25%;
}

.basket__block_item{
  width:30%;
  display: flex;
}
.basket__block_item-img{
  display: flex;
  align-items: center;
  width:30%;
  padding-left:5px;
  margin-right: 20px;
}
.basket__block_item-info{
  width:70%;
}
.basket__block_item-info p{
  color: #97a0ae;
  font-size:12px;
}
.basket__block_item img{
  width:100%;
}
.basket__item{
  margin:10px;
  padding:5px 10px;
  display: flex;
  align-items: center;
  border-bottom: .5px solid #dadce1;
  position: relative;
}
.basket__item p{
  color: #97a0ae;
  font-size:12px;
}

.basket__info-line_amount input{
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  width: 100px;
  padding:5px 10px;
  font-size:12px;
}
p.basket__block-title{
  color:black;
  font-size:15px;
}

.basket__item-option{
  display: block;
  position: absolute;
  right:0;
  top:0;
  display: flex;
  padding:5px 0px;
}
.basket__item .basket__item-option a{
  margin-right:15px;
  border-bottom: 1px dashed #99a0ad;
  cursor: pointer;
  font-size:12px;
  color:#99a0ad;
}
.basket__item .basket__item-option a:hover{
  border-bottom:none;
  color:#99a0ad;
}
.basket__item-option-img{
  background: url(../images/inactive-heart.svg) no-repeat center;
  width:20px;
  height:40px;
}

.basket__item-option-img_active{
  background: url(../images/active-heart.svg) no-repeat center;

}
.basket__total{
  padding:15px;
  border: 1px solid #f5f4f9;
  position: fixed;
  background: #FDFDFE;
  width:400px;
  bottom:20px;
  z-index:100;
}



.basket__flex-total{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.basket__total-block{
  position: static;
}
.basket__total-block{

}

.basket__total_sum{
  display: flex;
  
}
.basket__total_sum{
  display: flex;
  justify-content: space-between;
  align-items: center;
  
} 
.basket__total_sum .basket__total_title{
  font-size: 22px;
  color:black;
 
}

.basket__total_price{
  font-size: 13px;
    color: #99a0ad;
}
.basket__total_promo , .basket__total_buy{
  display: block;
  width:100%;
  padding:15px 0px;
  border:none;
  border-radius: 10px;
  font-size: 20px;
}
.basket__total_promo{
  background: #F4F2F5;
}
.basket__total_buy{
  background: #F94F0D;
  color:white;
}





/* Listing */
.listing{
  margin-bottom:20px;
}
.listing__button-up{
  position: fixed;
  width:50px;
  height:50px;
  background: rgba(0,0,0,.3);
  top:90%;
  left:90%;
  cursor: pointer;
  z-index: 200;
}
.listing__button-up .listing__button_arrow{
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  content: '';
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.listing__sorting{
  display: flex;
  margin:20px;
  color: #999;
  justify-content: flex-end;
  align-items: center;
  
}
.listing__sorting p{
  margin-right: 20px;
}
.listing__sorting-select{
  width:250px;
}
.listing__block{
  margin-bottom: 15px;
  position: relative;
}
.listing__block-img{
  padding:0 10px;
  display: block;

}

.listing__block-img img{
  width:100%;
}
.listing__block-img__slider .slick-dots{
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.listing__block-img__slider .slick-dots li {
  position: relative;
  flex:1;
  max-width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}

.listing__block-img__slider:hover .slick-dots li{
  opacity: 1;
}
.listing__block-img__slider .slick-dots li button{
  position: relative;
  width:90%;
  margin: auto;
}
.listing__block-img__slider .slick-dots li button:before {
  width:100%;
  height:5px;
  content: "";
  background: black;
  /* opacity: .25; */
  color: black;
}
.listing__block-img__slider.slick-dotted.slick-slider{
  margin-bottom:0px;
}


.listing__block-name{
  font-size:20px;
  text-align: center;
}
.listing__block-description{
  text-align: center;
}
.listing__block-price{
  color: #97a0ae;
  text-align: center;
}
.listing__block-full{
  position: absolute;
  width:100%;
  padding:20px 10px 20px 10px;
  background: white;
  box-shadow: 0px 5px 4px rgba(0,0,0, .5);
  bottom:1px;
  transform: translate(0%, 100%);
  z-index:10;
  display: none;
}
.listing__block:hover{
  box-shadow: 0 0 4px rgba(0,0,0, .5);
}
.listing__block:hover .listing__block-full{
  display: block;
}
.listing__block-full{
  text-align: center;
}
.listing__block-full p{
  color: #97a0ae;
  font-size:16px;
}
.listing__block-full .listing__details{
  text-align: center;
  display: block;
}


/* buy */
.buy__contact-title{
  text-align: center;
}
.buy__contact-title h5{
  font-size:20px;
}

.buy__block-form{
  display: flex;
  flex-direction: column;
  width:800px;
  margin: auto;
}
.buy__block-form input[type=text]{
  width:100%;
  padding:5px 10px;
  border: 1px solid #C8C8C8;
}
.buy__block-form .form-text{
  color: #99a0ad;
  padding: 0 8px;
  font-size:15px;
  display: inline-flex;
  justify-content: space-between;
}
.form-loction{
  cursor: pointer;
}
.buy__block-row{
  flex-direction: row;
}
.buy__block-radio{
  flex:1;
  
  border: 1px solid #C8C8C8;
  text-align: center;
}
.buy__block-radio label{
  margin-bottom:0;
  cursor: pointer;
  width:calc(100% + 1px);
  height:calc(100% + 1px);
  z-index: 3;
  border:2px solid transparent;
  margin-left:-1px;
  margin-top:-1px;
  padding:5px 0px;
}
.buy__block-radio input[type=radio]{
  display: none;
}
.buy__block-radio input[type=radio]:checked + label{
  border: 2px solid #F94F0D;
  width:calc(100% + 1px);
  height:calc(100% + 1px);
  margin-left:-1px;
  margin-top:-1px;
}
.buy__block-radio:first-child{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right:none;
}
.buy__block-radio:first-child label{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.buy__block-radio:last-child{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left:none;
}
.buy__block-radio:last-child label{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.buy__comment{
  resize: none;
  padding:5px 10px;
  height:150px;
  border: 1px solid #EEEEF2;
  font-size:14px;
}
.basket__total-row{
  border-top:0.5px solid #EEEEF2;
  border-bottom:0.5px solid #EEEEF2;
  padding: 10px;
  overflow-y: scroll;
  height:250px;
}
.basket__total-item{
  display: flex;
  padding:10px 0px;
  border-bottom:0.5px solid #EEEEF2;
}
.basket__total-item_img img{
  width:60px;
}
.basket__total-item_title{
  font-size:18px;
  color:black;
}
a:hover .basket__total-item_title{
  color:black;
}
.basket__total-item_text{
  width:100%;
}
.basket__total-item_info{
  display: flex;
  justify-content: space-between;
  
}
.basket__total-item_info p{
  color: #99a0ad;
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  .basket__item .basket__item-option a{
    border-bottom: 0px dashed #99a0ad;
  }
  .buy__block-form {
      width:auto
  }
  .pc-none{
    display: block;
  }
  .products-inner__mobile-name{
    display: block;
  }
  .products-inner__option{
    width: 300px;
    margin:auto !important;
  }
  .products-inner__toggle{
    width:100%;
  }
  .products-inner__title-bought{
    padding-left:0px;
    text-align: center;
  }
  .products-inner__title-bought .title-bought{
    font-size:25px;
  }
  .products-inner__title-name{
    text-align: center;
  }
  .products-inner__price{
    text-align: center;
  }
  .products-inner__view{
    flex-direction: column;
    align-items: center;
    margin-bottom:15px;
  }

  .products-inner__slider_prev, .products-inner__slider_next {
      width: 35px;
      height: 35px;
  }
  .products-inner__size {
    width: 100%;
  }
  .mobile-none{
    display: none !important;
  }
  .basket__item {
    flex-direction: column;
  }
  .basket__block_item{
    width:100%;
    display: flex;
  }
  .basket__block_item-img{
    width:80%;
  }
  .basket__block_item-info{
    width:100%;
  }
  .basket__info-line_size {
    width: 100%;
  }
  .basket__info-line{
    display: none;
  }
  .basket__info-line_size , .basket__info-line_price , .basket__info-line_amount , .basket__info-line_result{
    width: 55%;
    margin-left:auto;
    margin-bottom:10px;
  }
  .basket__info-line_price{
    display: none;
  }
  .basket__info-line_result{
    text-align: start;
  }
  .basket__block_item img {
    width: 80%;
  }
  .basket__block_item-img{
    margin-right: 0px;
  }
  .basket__item-option span{
    font-size:25px;
  }
  .basket__item-option{
    padding: 5px 0px;
    top:-10px;
  }
  .basket__total .basket__total_price{
    display: none;
  }
  .basket__total-block .basket__total_price{
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .save-modal {
    padding: 15px 25px;
    width: auto;
    height:  auto;
  }
    .add-cart-modal {
      left: 50%;
      top: 10%;
      transform: translate(-50%,0%);
  }
  .products-inner__mod {
    margin: 10px 15px 0px 15px;
    position: relative;
  }

  .products-inner__slider_prev, .products-inner__slider_next {
    top: 40%;
  }
  .products-inner__bought-category {
    color: #94928c;
    font-size: 13px;
  }
  .products-inner__bought-name {
    color: #333;
    font-size: 15px;
  }

  .products-inner__bought-price {
      color: #333;
      font-size: 15px;
  }
  .basket__total {
    width: 90%;
  }
  .basket__total-block{
    width:auto;
  }
}

/* INFO CALC */
.info-calc{
  position: fixed;
  width: 100%;
  height: 90px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  top: 60px;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 10px 15px;
}
.info-calc_steps-row{
  display: flex;
}
.info-calc_step{
  display: block;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width:70px;
  margin:0px 10px;
  position: relative;
}
.info-calc_step::after{
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #fff;
  top: 13px;
  right: -7px;
}
.info-calc_step:last-child::after{
  display: none;
}
.info-calc_step-circle{
  background: #F0ECEC;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #9B8066;
  margin-right: 6px;
}
.info-calc_step-circle_active{
  color: #F0ECEC;
  background: #9B8066;
}
.info-calc_step-res{
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
.info-calc_step-res_active{
  color: #9B8066;
}
.info-calc_step-name{
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  padding-top: 2px;
}
.info-calc_step-name span{
  white-space: nowrap;
}
.choice{
  padding-top:100px;
}
.choice-nav{
  margin:20px;
  text-align: center;
  font-size: 25px;
  font-weight: 100;
  
}
.choice-nav a{
  margin:30px;
  color:#4C4C4C;
}
.choice-nav a:hover , a.choice-nav_active{
  color: #b57d4f;
}

.choice-text{
  margin-bottom:30px;
}
.choice-text-roll{
  margin-bottom:30px;
  max-height: 100px;
  overflow: hidden;
  position: relative;
  transition: .6s;
}
.choice-text-roll_open{
  max-height: 1400px;
}

.choice-rollText{
  margin-bottom:40px;
}
.choice-rollText-button{
  cursor: pointer;
  font-size:20px;
  display: flex;
}
.choice-rollText-button_arr{
  width: 35px;
  height: 35px;
  margin:0px 20px;
  background: #f4efe6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:10px;
  border-radius: 50%;
}

.choice-rollText-button_arr img{
  width:50%;
  height:100%;
  transform: rotate(270deg);
  transition: .6s;
}
.choice-rollText-button_arr_open img{
  transform: rotate(90deg);
}
.choice-rollText-white{

  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(0deg,#fff,hsla(0,0%,100%,0));
  transition: height .6s ease;
}
.choice-text-roll_open > .choice-rollText-white{
  height: 0px;
}
.choice-img{
  text-align: center;
  
}
.choice h4{
  color: #b57d4f;
  text-transform: uppercase;
  margin-bottom:15px;
}
.choice__title-slider{
  margin-bottom:20px;
}
.choice__title-slider_img img{
  width:100%;
}
.choice__color{
  position: relative;
  margin-bottom:30px;
}

.choice__color img{
  width:100%;
}
.choice__color_name{
  position: absolute;
  bottom:20px;
  text-align: center;
  width: 100%;
  font-size:18px;
  color:white;
}
.choice-img_name{
  text-align: center;
}

.choice__color_hover::after{
  content:'Выбрать';
  position: absolute;
  width: 100px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.choice__color_hover span{
  display: none;
}
.choice__color_hover{
  position: absolute;
  width:100%;
  height:100%;
  background: rgba(0, 0, 0, 0.4);
  top:0;
  color:white;
  justify-content: center;
  align-items: center;
  font-size:25px;
  font-weight: 100;
  cursor: pointer;
  display: none;
}
.choice__color:hover .choice__color_hover{
  display: flex;
}
.choice__color input[type=radio]{
  display:none;
}
.choice__color input[type=radio]:checked + .choice__color_hover{
  display: flex;
  font-weight: 400;
}
.choice__color input[type=radio]:checked + .choice__color_hover span{
  display:block;
}
.choice__color input[type=radio]:checked + .choice__color_hover:after{
  display:none;
}
.choice-board{
  margin-bottom:0px;
}
.choice-prop{
  display: flex;
  justify-content: space-between;
  margin-bottom:20px;
}
.choice-prop-num{
  display: inline-block;
}
.choice-prop-num{
  width:400px;
}
.choice-prop-label{
  display: inline-block;
  background: #eee;
  text-align: center;
  cursor: pointer;
  width: 100px;
  margin:0px 10px 5px 0px;
}
.choice-prop-label input{
  display: none;
}
.choice-prop-label.choice-prop-label_inactive{
  background: #eee;
  color: #333;
  
  opacity: 0.4;
}

.choice-prop-label_span{
  display: block;
  background: #eee;
  text-align: center;
  padding: 7px;
  cursor: pointer;
  width: 100px;
 
}
.choice-prop-label_inactive .choice-prop-label_span{
  cursor: default;
}
.choice-prop-label input[type=checkbox]{
  display:none;
}
.choice-prop-label input[type=checkbox]:checked + .choice-prop-label_span{
  background: #b57d4f;
  color: #ffffff;
  position: relative;
}
.choice-prop-label_span:after{
  display: none;
}
.choice-prop-label input[type=checkbox]:checked + .choice-prop-label_span:after {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  right: -4px;
  top: -4px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background:url(../images/choice-cross.svg);
  background-color: #ffffff;
  border-radius: 50%;
  background-size: 100%;
}
.choice-price{
  background:#353535;
  padding:20px;
  display: flex;
  justify-content: space-around;
}
.choice-price-full , .choice-price-req{
  display: flex;
  flex-direction: column;
  width:250px;
  height:100%;
  position: relative;
}
.choice-price-full p,.choice-price-full input ,  .choice-price-req p,.choice-price-req input{
  margin-bottom:15px;
}
.choice-price-req .error
{
	color:red;
}
.choice-price-full_module{
  position: absolute;
  right: -181px;
  top: 0;
  background: #D9D9D9;
  border-radius: 5px;
  padding: 18px 14px;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #828282;
  width: 165px;
  z-index: 1;
}
.choice-price-full_module a{
  text-decoration: underline;
  color: #ED2121;
}
.choice-price-full_module:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 16px;
  top: 50%;
  left: -20px;
  margin-top: -6px;
  border: 10px solid transparent; 
  border-right: 10px solid #D9D9D9;
}
 .choice-price-full_title{
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  color: #9B8066;
  margin-bottom: 2px;
}
.choice-price-full_num{
  color:white;
}
.choice-price-full_input{
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  font-size: 16px;
  line-height: 17px;
  color: #ffffff;
  background-color: transparent;
  padding: 6px 8px;
  height: 28px;
  margin-bottom:5px;
  -webkit-appearance: none;
}

.choice-price-full_input[type='number'] {
  -moz-appearance:textfield;
}
.choice-price-full_input::-webkit-outer-spin-button,
.choice-price-full_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.choice-price-full_submit{
  padding: 6px 8px;
  background: #9B8066;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.035em;
  color: #F0ECEC;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
}
.choice-price-num{
  width:50%;
  margin:0px 20px;
}
.choice-price-num_line{
  display: flex;
}
.choice-price-num_line span{
  display: block;
  width:49%;
  margin:5px;
}
.choice-price-num_l{
  text-align: right;
  font-size:18px;
  color: #8B8989;
}
.choice-price-num_r{
  font-size:18px;
  color: #9B8066;
}
.choice-price-num_line:last-child span {
  font-size:19px;
  color: #9B8066;
}
.choice-price-img{
  width:100%;
  height:100%;
  position: relative;
  overflow: hidden;
}
.choice-price-img img{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left:0;
  object-fit: cover;
  transform: scale(1.1);
}
@media screen and (max-width: 1000px) {
  .info-calc{
    top: auto;
    bottom: 0;
  }
  .choice {
    padding-top: 0px;
  }
  .choice-price {
    background: #353535;
    height: auto;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
  .choice-price-num{
    width:100%;
  }
  .choice-price-full, .choice-price-req {
    margin: 10px auto;
  }
}
@media screen and (max-width: 480px) {
  .info-calc_step {
    width: 40px;
  }
  .choice-price-num{
    margin:0px;
  }
  .choice-price-full p, .choice-price-full input, .choice-price-req p, .choice-price-req input {
    margin-bottom: 5px;
  }
	.choice-price-req .error
	{
		color:red;
	}
  .choice-price-full_module {
    right: -20px;
    top: -70px;
  }
  .choice-price-full_module:after {
    margin-top: -4px;
    transform: rotate(-90deg);
    top: 100%;
    left: 50%;
  }
  .choice-price-full {
    margin: 50px auto;
  }
  .info-calc_step-name {
    font-size: 10px;
  }
  .choice__color_hover {
    font-size: 20px;
  }
  .choice__color_hover::after {
    font-size:20px;
  }
  .choice__color_name {
    font-size: 14px;
  }
  .info-calc {
    height: 100px;
  }
  .choice-text-roll_open {
    max-height: 1900px;
  }

  .choice-text-roll{
    transition: .8s;
  }
  .info-calc_step{
    display: block;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width:40px;
    margin:0px 15px;
    position: relative;
  }
  .info-calc_step::after {
    right: -17px;
  }
}
@media screen and (max-width: 360px) {
  .choice__color_hover {
    font-size: 15px;
  }
  .choice__color_hover::after {
    font-size:15px;
  }
  .choice__color_name {
    font-size: 10px;
  }
  .info-calc_step{
    display: block;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width:35px;
    margin:0px 15px;
    position: relative;
  }
  .info-calc_step-name {
    font-size: 9px;
}
}
.designer_cta{
			background: rgba(191, 162, 121, 0.2);
		}

	/* styles by AndreX */
.product-specifications {
	/*padding: 35px 0;
	background-color: #f2f2f2;*/
}
.product-specifications__title {
	margin-bottom: 20px;
}
.product-specifications__list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.product-specifications__item {
	display: flex;
	/*width: 50%;*/
	margin-bottom: 10px;
}
.product-specifications__name {
	width: 50%;
	padding: 5px 10px;
	background-color: #ccc;
}
.product-specifications__value {
	position: relative;
	width: 48%;
	padding: 5px 10px;
	background-color: #f2f2f2;/*#fff*/
}
.product-specifications__select-wrapper {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.product-specifications__select-wrapper::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 20px;
	height: 20px;
	background-image: url("../images/arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	transform: translateY(-50%) rotate(-90deg);
	pointer-events: none;
}
.product-specifications__select {
	padding: 5px 35px 5px 10px;
	width: 100%;
	height: 100%;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  background-color: #f2f2f2;
}

@media screen and (max-width: 767px) {
	.products__showcase {
		padding-left: 0;
		padding-right: 0;
	}
	.products-inner__mobile-name,
	.products-inner-slider_mini {
		padding-left: 15px;
		padding-right: 15px;
	}
	.products-inner-slider .slick-slide img {
		width: 100%;
	}
	.product-specifications__item {
		width: 100%;
	}
	.product-specifications__value {
		width: 50%;
	}
}

  /* styles for /projects */
.tabs{
    display:flex;
    margin:20px auto 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.tabs button,.tabs span{
    background: white;
    border-width: 0px;
    margin:5px 10px;
    color: #848484;
    transition: .1s ease-in-out;
    display: inline-block;
}
.tabs button:hover{
    color:black;
    
}
.tabs button.active{
    border-bottom: 1px solid black;
    color:black;
}
.tabs button:focus{
    outline:none;
}

.tab-content .tab-item{
     visibility: hidden; 
    height: 0px; 
    overflow: hidden;
}
.tab-content .tab-item.active{
    visibility: visible;
    height: auto;  
    display: block;
}
.tabs_nav{
    position: relative;
    z-index: 10;
    width:200px;
    display: block;
    background: white;
    text-align: center;
}

.tabs_nav__content{
    position: absolute;
    display: block;
    max-height: 0px;
    width:100%;
    background: white;
    list-style-type:none;
    overflow: hidden;
    transition: .4s;
}
.tabs_nav__content.active{
    max-height: 400px;
}
.tabs_nav__content li{
    margin:10px 5px;
}

.projects-img{
    position: relative;
}

.projects__slide{
    width:100%;
    cursor: pointer;
    height:200px;
}
.projects__slide img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.slick-dotted.slick-slider{
    margin-bottom:0px;
}
.projects__slide-info{
    background:#eee;
    text-align: center;
    padding:10px;
    margin-bottom:30px;
    
}
.projects__slide-name{
    margin-bottom:40px;
}
.projects__slide-location{
    margin-bottom:10px;
}

.projects__slide-location img{
    width: 32px;
    height: 32px;
    
}
.projects__slide-param{
    display: flex;
    justify-content:space-around;
}
.projects__slide-param img{
    width:32px;
    height:32px;
    
}
.projects__slide-param .projects__param-block{
    margin:0px 5px;
}
.projects__param-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.projects__slide-param sub{
    bottom:0.4em;
}
.projects-dots{
    position: absolute;
    bottom: -10px;
    display: flex;
    padding: 0;
    list-style: none;
    text-align: center;
    width:100%;
    justify-content: space-around;
    
}
.projects-dots li{
    position: relative;
    display: block;
    padding: 0;
    flex-grow: 1;
}
.projects-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    border:0;
    outline: none;
    width: 90%;
    background: rgba(255,255,255,.7);
    height: 3px;
    opacity: 0;
    margin:auto
}
.projects-dots li button:hover,
.projects-dots li button:focus {
  outline: none;
}

.projects__slider:hover  button,
.projects__slider:hover  button {
  opacity: 1;
}

.projects-dots li.slick-active button{
    background: #fbba00;
}

.inside-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  
.inside-dots li {
    position: relative;
    display: inline-block;
    margin: 10px;
    padding: 0;

}

.inside-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 5px;
    height: 5px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    margin: auto;
}

.inside-dots li button:hover,
.inside-dots li button:focus {
    outline: none;
}

.inside-dots li button:hover:before,
.inside-dots li button:focus:before {
    opacity: 1;
}

.inside-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    content: '•';
    text-align: center;
    color: #6e3e16;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.inside-dots li.slick-active button:before {
    color: black;
}
/*bg video*/
#background-video {
  height: calc(100vh - 60px);
  width: 100vw;
  object-fit: cover;
  /*position: fixed;*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}
video+.header-slider-text {
  position: absolute;
  height: calc(100vh - 60px);
  width: 100vw;
  background: #0000005e;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 14% 0 0 0;
  margin: 0;
  transform: none;
  top: 0;
  left: 0;
  overflow: hidden;
}
video+.header-slider-text h1{
  padding-top: 50px;
  color: rgb(43, 43, 43);
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: 2rem;
}

@media (max-width: 480px) {
  video+.header-slider-text {
    padding-top: 30%;
  }
}
@media (max-width: 425px) {
  video+.header-slider-text {
    padding-top: 53%;
  }
}
#scroll_bottom{
  position: absolute;
  top: 80%;
  color: #fffc;
  cursor:pointer;
  font-size: 40px;
  transform: rotate(90deg);
}

@media (max-width: 425px) {
  video+.header-slider-text h1{
    font-size: 30px;
    letter-spacing: normal;
  }
}
/*bg video*/
  /* end of styles for /projects */

/* === KPF: Hero Test (unique prefix kpfh-) === */

.kpfh-hero{
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;

  /* на мобилках (iOS) стабильнее */
  height: 100svh;
  min-height: 100svh;

  overflow: hidden;
  background: #000; /* на случай если картинка не успела */
}

.kpfh-media{
  position: absolute;
  inset: 0;
  z-index: 0;
}

.kpfh-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kpfh-overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.25) 0%,
    rgba(0,0,0,0.45) 60%,
    rgba(0,0,0,0.35) 100%
  );
}

.kpfh-content{
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  /* если у тебя фиксированная шапка и она перекрывает центр — увеличь значение */
  padding-top: 0px;
}

.kpfh-inner{
  width: 100%;
  max-width: 980px; /* ограничение колонки на ultrawide */
}

.kpfh-title{
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.05;

  /* безопасный fallback */
  font-size: 40px;
  /* современная адаптивность */
  font-size: clamp(34px, 4.2vw, 58px);

  max-width: 20ch;   /* не расползается, красиво переносится */
  margin-left: auto;
  margin-right: auto;
}

.kpfh-subtitle{
  color: rgba(255,255,255,0.92);
  font-weight: 400;
  line-height: 1.35;

  font-size: 18px;
  font-size: clamp(16px, 1.6vw, 22px);

  max-width: 34ch;   /* ключевой фикс читаемости */
  margin-left: auto;
  margin-right: auto;

  text-wrap: balance; /* приятнее переносы (где поддерживается) */
}

/* чуть корректируем на очень узких */
@media (max-width: 375px){
  .kpfh-title{ font-size: 32px; }
}

.kpfh-cta-wrap{
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

/* Primary: спокойная “glass-outline” кнопка */
.kpfh-cta-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 44px;
  padding: 0 18px;
  border-radius: 999px;

  color: rgba(255,255,255,0.92);
  text-decoration: none;

  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;

  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.34);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  transition: background .18s ease, border-color .18s ease, transform .18s ease, color .18s ease;
}

.kpfh-cta-btn:hover{
  text-decoration: none;
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.55);
  transform: translateY(-1px);
  color: rgba(255,255,255,0.98);
}

.kpfh-cta-btn:active{
  transform: translateY(0);
}

/* Secondary: аккуратная текстовая ссылка */
.kpfh-cta-link{
  color: rgba(255,255,255,0.82);
  text-decoration: none;

  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;

  border-bottom: 1px solid rgba(255,255,255,0.28);
  padding-bottom: 3px;

  transition: color .18s ease, border-color .18s ease;
}

.kpfh-cta-link:hover{
  text-decoration: none;
  color: rgba(255,255,255,0.95);
  border-bottom-color: rgba(255,255,255,0.55);
}

/* Mobile: первичную делаем широкой и чуть ниже */
@media (max-width: 767px){
  .kpfh-cta-wrap{
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .kpfh-cta-btn{
    width: min(360px, 92vw);
    height: 48px;
  }
}

/* Кнопки "Заказать" - белый текст */
.special .block-text-button,
.special-block-text + .block-text-button,
a.block-text-button,
button.block-text-button,
input[type="submit"].block-text-button {
    color: #ffffff !important;          /* белый текст */
}

/* Если фон тёмный — можно ещё улучшить видимость */
.special .block-text-button:hover,
.special-block-text + .block-text-button:hover {
    color: #ffffff !important;
    background: #8a4f07 !important;     /* чуть светлее при наведении, опционально */
}

/* ========== QUIZ ========== */
.quiz-section {
  padding: 50px 0;
  background: #f8f6f3;
}
.quiz-wrapper {
  max-width: 680px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 40px 36px 30px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}
.quiz-progress {
  width: 100%;
  height: 6px;
  background: #e8e4df;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 8px;
}
.quiz-progress-bar {
  height: 100%;
  width: 0%;
  background: #744103;
  border-radius: 3px;
  transition: width 0.4s ease;
}
.quiz-progress-text {
  font-size: 13px;
  color: #999;
  margin-bottom: 24px;
  text-align: center;
}
.quiz-step {
  display: none;
}
.quiz-step.active {
  display: block;
}
.quiz-step-label {
  text-align: center;
  font-size: 14px;
  color: #a08c6f;
  margin-bottom: 8px;
  font-weight: 500;
}
.quiz-question {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin-bottom: 28px;
  line-height: 1.3;
}
.quiz-subtitle {
  text-align: center;
  font-size: 15px;
  color: #777;
  margin-bottom: 24px;
}
.quiz-options-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.quiz-option {
  cursor: pointer;
}
.quiz-option input[type="radio"] {
  display: none;
}
.quiz-option-card {
  border: 2px solid #e8e4df;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: #fff;
}
.quiz-option-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}
.quiz-option-card span {
  display: block;
  padding: 10px 12px;
  font-size: 14px;
  color: #333;
  text-align: center;
  font-weight: 500;
}
.quiz-option input:checked + .quiz-option-card {
  border-color: #744103;
  box-shadow: 0 0 0 2px rgba(116,65,3,0.2);
}
.quiz-option-card .quiz-check {
  display: none;
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  background: #744103;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 22px;
  font-size: 13px;
}
.quiz-option input:checked + .quiz-option-card {
  position: relative;
}
/* Text-style options */
.quiz-options-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 420px;
  margin: 0 auto;
}
.quiz-option-text {
  cursor: pointer;
  display: block;
}
.quiz-option-text input[type="radio"] {
  display: none;
}
.quiz-option-text span {
  display: block;
  padding: 14px 20px;
  border: 2px solid #e8e4df;
  border-radius: 10px;
  font-size: 16px;
  color: #333;
  transition: border-color 0.2s, background 0.2s;
  text-align: center;
}
.quiz-option-text span:hover {
  border-color: #c4a97d;
}
.quiz-option-text input:checked + span {
  border-color: #744103;
  background: rgba(116,65,3,0.06);
  font-weight: 600;
}
/* Quiz nav */
.quiz-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  gap: 12px;
}
.quiz-btn-prev,
.quiz-btn-next {
  padding: 12px 32px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
}
.quiz-btn-prev {
  background: #f0ebe5;
  color: #744103;
}
.quiz-btn-prev:hover {
  background: #e4dbd0;
}
.quiz-btn-next {
  background: #744103;
  color: #fff;
  margin-left: auto;
}
.quiz-btn-next:hover {
  background: #8a4f07;
}
/* Quiz form */
.quiz-form {
  max-width: 380px;
  margin: 0 auto;
}
.quiz-form-field {
  margin-bottom: 14px;
}
.quiz-form-field input {
  width: 100%;
  padding: 14px 18px;
  font-size: 16px;
  border: 2px solid #e8e4df;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s;
}
.quiz-form-field input:focus {
  border-color: #744103;
}
.quiz-submit-btn {
  width: 100%;
  padding: 16px;
  background: #744103;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}
.quiz-submit-btn:hover {
  background: #8a4f07;
}
.quiz-submit-btn:disabled {
  background: #c4a97d;
  cursor: not-allowed;
}
/* Quiz success */
.quiz-success {
  text-align: center;
  padding: 30px 0;
}
.quiz-success h3 {
  color: #744103;
  font-size: 24px;
  margin-bottom: 12px;
}
.quiz-success p {
  color: #666;
  font-size: 16px;
}
@media (max-width: 576px) {
  .quiz-wrapper {
    padding: 24px 16px 20px;
    border-radius: 12px;
  }
  .quiz-question {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .quiz-options-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .quiz-option-card img {
    height: 100px;
  }
  .quiz-option-card span {
    font-size: 12px;
    padding: 8px 6px;
  }
  .quiz-btn-prev, .quiz-btn-next {
    padding: 10px 20px;
    font-size: 14px;
  }
}
