@font-face {
  font-family: "Acrom Sans";
  src: url("../fonts/Acrom-Regular.eot");
  src: local("Acrom Regular"), local("Acrom-Regular"), url("../fonts/Acrom-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom-Regular.woff") format("woff"), url("../fonts/Acrom-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Acrom Sans";
  src: url("../fonts/Acrom-Medium.eot");
  src: local("Acrom Medium"), local("Acrom-Medium"), url("../fonts/Acrom-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom-Medium.woff") format("woff"), url("../fonts/Acrom-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: local('MuseoSansCyrl-100'),
  url('/local/templates/shu/fonts/MuseoSansCyrl-100.woff') format('woff'),
  url('/local/templates/shu/fonts/MuseoSansCyrl-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans';
  src: local('MuseoSansCyrl-300'),
  url('/local/templates/shu/fonts/MuseoSansCyrl-300.woff') format('woff'),
  url('/local/templates/shu/fonts/MuseoSansCyrl-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans';
  src: local('MuseoSansCyrl-500'),
  url('/local/templates/shu/fonts/MuseoSansCyrl-500.woff') format('woff'),
  url('/local/templates/shu/fonts/MuseoSansCyrl-500.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans';
  src: local('MuseoSansCyrl-700'),
  url('/local/templates/shu/fonts/MuseoSansCyrl-700.woff') format('woff'),
  url('/local/templates/shu/fonts/MuseoSansCyrl-700.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}



body {
  font-family: 'Museo Sans';
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: black;
}

input:focus {
  outline: none;
}

.text-center {
  text-align: center;
}

h2 {
  font-size: 33px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

a {
  text-decoration: none;
  color: black;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

a:hover {
  color: #b5806c;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.catalog-card {
  display: block;
  margin-bottom: 20px;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

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

.catalog-card-name {
  color: white;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  background: #070b26;
  padding: 13px;
  position: relative;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.catalog-card:hover .catalog-card-name {
  background: #b5806c;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.catalog-card-name:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #FFFFFF transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: -1px;
  bottom: -1px;
}

.catalog-card-2 {
  display: block;
height: 100%;
}

.card-col{
  margin-bottom: 20px;
}

.catalog-card-2-name {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 28px;
}

.catalog-card-2 {
  background: whitesmoke;
  padding: 32px;
  padding-bottom: 28px;
}

.catalog-card-2-img {
  height: 226px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo-text {
  color: rgb(0 2 40);
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: left;
}

header {
  padding-top: 25px;

}

.header-phone a {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}

.header-phone-descr {
  color: #ababab;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: left;
}

.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 25px;
}

.header-social {
  gap: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-social a {
  opacity: 1;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.header-social a:hover {
  opacity: 0.8;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.btn {
  color: white;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
  background: #070b26;
  position: relative;
  padding: 12px 27px 13px 13px;
  text-align: left;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  cursor: pointer;
  transition: ease-in-out .3s;
}
.btn:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #FFFFFF transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: -1px;
  bottom: -1px;
}

.btn:hover{
  color: #fff;
  background: #ae7b68;
  transition: ease-in-out .3s;
}
.btn-primary:hover{
  color: #fff;
  transition: ease-in-out .3s;
}
.btn-transp:hover{
  color: #fff;
  transition: ease-in-out .3s;
}


ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


.header-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.header-menu ul li a{
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  display: block;
  padding: 13px 13px;

  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.header-menu ul li div{
  padding-right: 0;
}

.menu-catalog{
  margin-top: 18px;
}

.header-menu ul li a:hover {
  color: #b5806c;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.header-menu ul li div svg {
  position: relative;
  top: 0px;
}


.header-menu ul li:first-child{
display: flex;
}

.header-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #cfcfcf;

  margin-top: 23px;
}

.header-menu-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-wrap {
  position: relative;
  margin-right: 20px;
}

.search-wrap .search-btn {
  font-size: 0;
  border: none;
  background: url(../img/search-icon.svg) no-repeat;
  position: absolute;
  width: 23.37px;
  height: 23.37px;
  top: 6px;
  left: 8px;
  z-index: 99;
}
.title-search-result{
  display: none!important;
}
.search-wrap input::-webkit-input-placeholder {
  color: #ababab;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}

.search-wrap input::-moz-placeholder {
  color: #ababab;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}

.search-wrap input:-ms-input-placeholder {
  color: #ababab;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}

.search-wrap input::-ms-input-placeholder {
  color: #ababab;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}

.search-wrap input::placeholder {
  color: #ababab;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}

.search-wrap input {
  border: 1px solid #cfcfcf;
  padding: 7px;
  padding-left: 40px;
  max-width: 164px;
}

.cart-icon {
  position: relative;
}

.cart-count {
  position: absolute;
  width: 18px;
  height: 18px;
  background: black;
  border-radius: 100%;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 8px;
  left: 30px;
}

/*.banner {*/
/*  background: #000228;*/
/*}*/

.banner-title {
  color: #b5806c;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0%;
  text-align: left;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Acrom Sans";
}

.banner-text{
  color: #b5806c;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 25px;
  max-width: 560px;
  font-family: "Acrom Sans";
}

.banner .btn{
  font-family: "Acrom Sans";
}

.btn-gold {
  background: #b5806c;
  transition: ease-in-out .3s;
}

.btn-gold:hover{
  background: #070b26;
  color: #fff;
  transition: ease-in-out .3s;
}

.banner .btn-gold {
  padding: 12px 15px 13px 12px;
  margin-top: 5px;
}

.banner .btn-gold:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #fff transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: -1px;
  bottom: -1px;
}

.banner-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-slider .slick-next {
  background: url(../img/slider-arrow-gold.svg) no-repeat;
  background-size: contain;
  bottom: 29px;
  left: 55px;
  bottom: 29px !important;
}

.banner-slider .slick-prev {
  background: url(../img/slider-arrow-gold.svg) no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.banner-slider .slick-arrow {
  border: none;
  font-size: 0;
  width: 35px;
  height: 6px;
  position: absolute;
  bottom: 30px;
  z-index: 8;
}

.banner-right img {
  height: 450px;
  max-width: 99.3%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: left;
}

.banner-right {
  position: relative;
}

/*.banner-right:after {*/
/*  content: "";*/
/*  width: 0px;*/
/*  height: 0px;*/
/*  border-style: solid;*/
/*  border-width: 100px 0 0 100px;*/
/*  border-color: transparent transparent transparent #000228;*/
/*  -webkit-transform: rotate(0deg);*/
/*      -ms-transform: rotate(0deg);*/
/*          transform: rotate(0deg);*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  position: absolute;*/
/*}*/

.under-banner {
  /*background: whitesmoke;*/
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 75px;
}

.under-banner-item {
  padding: 12px;
  color: #b5806c;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;

  border: 1px solid #b5806c;
  position: relative;
  color: #b5806c;
  background: #fff;
  cursor: pointer;
  transition: ease-in-out .3s;
}

.under-banner-item:hover{
  color: #fff;
  background: #b5806c;
  transition: ease-in-out .3s;
}

.under-banner-item:after {
  content: '';
  width: 24px;
  height: 20px;
  background: #fff;
  border: 1px solid #b5806c;
  transform: rotate(-132deg);
  position: absolute;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  top: auto;
  right: -13px;
  bottom: -12px;
}

.catalog-card-last {
  background: url(../img/catalog-card-last-img.jpeg) no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 296px;
}

.catalog-card-last:before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(65.06%, rgba(7, 11, 38, 0.57)), color-stop(100.166%, #070b26));
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(7, 11, 38, 0.57) 65.06%, #070b26 100.166%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(7, 11, 38, 0.57) 65.06%, #070b26 100.166%);
  width: 100%;
  height: 300.5px;
  position: absolute;
  top: 0;
}

.catalog-card-last-title {
  color: white;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
  max-width: 300px;
  margin-bottom: 18px;
}

.catalog-card-last .btn {
  z-index: 2;
  position: relative;
  background: white;
  -webkit-clip-path: polygon(100% 0, 100% 52%, 92% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 52%, 92% 100%, 0 100%, 0 0);
  color: black;
}

.catalog-card-last:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #FFFFFF transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: -1px;
  bottom: -1px;
}

.main-services {
  margin-top: 80px;
}

.main-about {
  margin-top: 80px;
}

.main-about p {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
}

.main-about .btn {
  margin-top: 40px;
  display: block;
}

.main-about-right {
  padding-left: 30px;
}

.main-about h2 {
  margin-bottom: 30px;
}

.main-advantage-item-num {
  color: #070b26;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}

.main-advantage-item-text {
  color: #070b26;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}

.main-advantage-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

.main-advantage-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.main-advantage {
  background: whitesmoke;
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-advantage .container {
  position: relative;
}

.main-advantage .container:after {
  content: "";
  background: url(../img/main-advantage-after.svg) no-repeat;
  width: 245px;
  height: 314.43px;
  position: absolute;
  right: 0;
  top: -145px;
}

.main-partners {
  margin-top: 100px;
  margin-bottom: 150px;
}

.center-arrows .slick-next {
  background: url(../img/slider-arrow-gold.svg) no-repeat;
  background-size: contain;
  bottom: 29px;
  -webkit-transform: scale(1) translate(80%, 0%);
      -ms-transform: scale(1) translate(80%, 0%);
          transform: scale(1) translate(80%, 0%);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -59px !important;
}

.center-arrows .slick-prev {
  background: url(../img/slider-arrow-gold.svg) no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1) translate(60%, 0%);
      -ms-transform: scale(-1) translate(60%, 0%);
          transform: scale(-1) translate(60%, 0%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.center-arrows .slick-arrow {
  border: none;
  font-size: 0;
  width: 90px;
  height: 22px;
  position: absolute;
  bottom: -50px;
}

.main-partners .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-partners h2 {
  margin-bottom: 35px;
}

.partners-slider-item img {
  margin: 0 auto;
}

.main-fos {
  background: #b5806c;
}

.fos-title {
  color: white;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 20px;
}

.fos-text {
  color: white;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  position: relative;
}

.fos-text:after{
  content: '';
  background: url(../img/fos-text-after.svg) no-repeat;
  position: absolute;
  width: 51.43px;
  height: 66px;
  left: 0;
  bottom: 0;
}

.fos-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 12px;
}

.modal-content .input-wrapper textarea{
  color: #000;
}
.input-wrapper textarea,
.input-wrapper input {
  border: 1px solid #cfcfcf;
  background: transparent;
  padding: 7px 20px;
  width: 100%;
  color: #fff;
}
.input-wrapper textarea::-webkit-input-placeholder,
.input-wrapper input::-webkit-input-placeholder {
  color: #dddddd;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}
.input-wrapper textarea::-moz-placeholder,
.input-wrapper input::-moz-placeholder {
  color: #dddddd;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}
.input-wrapper textarea:-ms-input-placeholder,
.input-wrapper input:-ms-input-placeholder {
  color: #dddddd;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}
.input-wrapper textarea::-ms-input-placeholder,
.input-wrapper input::-ms-input-placeholder {
  color: #dddddd;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}
.input-wrapper textarea::placeholder,
.input-wrapper input::placeholder {
  color: #dddddd;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}

.main-fos .fos-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

form .btn {
  border: none;
}

.main-fos .btn {
  padding: 10px 25px 11px 10px;
  width: 100%;
}

.main-fos .btn:after {
  border-color: transparent transparent #b5806c transparent;
}

.main-fos-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Customize the label (the container) */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: left;

  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 10px;
}

.container-checkbox a {
  border-bottom: 1px solid;
  color: #d1cfcf;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: left;
  transition: ease-in-out .3s;
}
.container-checkbox a:hover{
  border-bottom: none;
  transition: ease-in-out .3s;
}
.container-checkbox:last-child {
  margin-right: 0;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 15px;
  border: 1px solid #cfcfcf;
}

/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 5px;
  top: -3px;
  width: 7px;
  height: 14px;
  border: solid #070b26;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-fos-right {
  padding-left: 30px;
  height: 100%;
}

footer {
  background: #070b26;
  color: #fff;
  padding-top: 27px;
}

.row-footer-1 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #353a5a;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

footer .header-phone a {
  color: white;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

footer .header-phone a:hover {
  color: #b5806c;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.footer-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.footer-email {
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block;
}

footer .btn {
  background: #fff;
  color: black;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
}

footer .btn:after {
  content: "";
  border-color: transparent transparent #070b26 transparent;
}

.footer-col-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-menu a {
  color: #b4b7cf;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}

.footer-menu .footer-menu-title {
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 22px;
  display: block;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.footer-menu .footer-menu-title:hover {
  color: #b5806c;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.footer-menu {
  display: grid;
  grid-template-columns: 1.8fr 1.1fr 1fr 0.7fr;
}

.list-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.footer-menu li a {
  max-width: 175px;
  display: inline-block;
  margin-bottom: 12px;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.footer-menu li a:hover {
  color: #b5806c;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.footer-menu .list-2 li {
  max-width: 200px;
}

.footer-menu .list-2 {
  max-width: 397px;
}

.foter-menu-col-4 .search-wrap {
  width: 100%;
  margin: 0;
}

.foter-menu-col-4 .search-wrap input {
  max-width: 194px;
  color: #fff;
  background: transparent;
}

.foter-menu-col-4 .search-wrap .search-btn {
  background: url(../img/search-icon-white.svg) no-repeat;
}

.foter-menu-col-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.footer-bottom {
  border-top: 1px solid #353a5a;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 10px;
}

.footer-bottom a {
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0%;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.footer-bottom a:hover {
  color: #b5806c;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.footer-bottom-right {
  text-align: right;
}

.mt-50 {
  margin-top: 50px;
}

.breadcrumbs {
  border-top: 0.5px solid #d9d9d9;

  padding-top: 10px;
  padding-bottom: 10px;
}

h1 {
  font-size: 33px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.sub-page h1 {
  margin-bottom: 48px;
}

.mb-80 {
  margin-bottom: 80px;
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
  color: #797979;
  font-size: 12px;
  font-weight: 300;
  line-height: 132%;
  text-align: left;
}

.subtitle {
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 30px;
}

.sotrud {
  overflow: hidden;
}

.sotrud h1 {
  text-align: left;
  margin-bottom: 16px;
  margin-top: 50px;
}

.sotrud p {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 25px;
}

.sotrud-top-bg {
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  margin-top: 43px;
}

.sotrud-top-bg:before {
  content: "";
  background: #b5806c;
  width: 83vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -30vw;
}

.sotrud-top-bg:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 108px 0 0 96px;
  border-color: transparent transparent transparent #b5806c;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: -119px;
  top: 0;
}

.sotrud-top-img {
  height: 455px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sotrud-item {
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}

.sotrud-item:before {
  content: "";
  background: url(../img/list-black.svg) no-repeat;
  width: 36px;
  height: 31px;
  position: absolute;
  left: 0;
  top: 4px;
}

.sotrud-item-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  max-width: 240px;
}

.sotrud-item-title {
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 53px;
}

.sotrud-items {
  margin-top: 80px;
  margin-bottom: 80px;
}

.fos-sotr {
  background: #1F2345;
}

.fos-sotr-left {
  position: relative;
  height: 100%;
  padding-top: 100px;
  background: #B5806C;
  -webkit-clip-path: polygon(100% 0, 100% 55%, 0 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 55%, 0 100%, 0 100%, 0 0);
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}

.fos-sotr .container {
  position: relative;
}

.fos-sotr .container:before {
  content: "";
  background: #B5806C;
  position: absolute;
  height: 100%;
  width: 100%;
  left: -99%;
}

.fos-sotr-left .fos-title {
  z-index: 2;
  position: relative;
  font-size: 33px;
}

.fos-sotr .input-wrapper input {
  border: 1px solid #cfcfcf;
  background: white;
}

.fos-sotr .input-wrapper textarea {
  border: 1px solid #cfcfcf;
  background: white;
  padding: 7px 20px;
  width: 100%;
  height: 82px;
}

.fos-sotr .input-wrapper {
  margin-bottom: 20px;
}

.fos-sotr form {
  max-width: 636px;
  padding: 100px 0px 100px 80px;
  position: relative;
}

.fos-sotr form:after {
  content: "";
  background: url(../img/fos-sotr-after.svg) no-repeat;
  position: absolute;
  width: 218px;
  height: 279px;
  top: 56px;
  right: -270px;
}

select {
  width: 100%;
  padding: 7px 20px;
  border: 1px solid #cfcfcf;
  background: white;
  color: #ababab;
  background: url(../img/select-arrow.svg) no-repeat right #fff;
  -webkit-appearance: none;
  background-position-x: 149px;
}

.fos-sotr .input-wrapper input::-webkit-input-placeholder {
  color: #ababab;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}

.fos-sotr .input-wrapper input::-moz-placeholder {
  color: #ababab;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}

.fos-sotr .input-wrapper input:-ms-input-placeholder {
  color: #ababab;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}

.fos-sotr .input-wrapper input::-ms-input-placeholder {
  color: #ababab;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}

.fos-sotr .input-wrapper input::placeholder {
  color: #ababab;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}

select:focus,
input:focus {
  outline: none;
}

.fos-sotr .container-checkbox {
  color: #949495;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  margin-top: -12px;
}

.fos-sotr .container-checkbox a {
  color: #949495;
  transition: ease-in-out .3s;
}


.fos-sotr .checkmark{
  background: #fff;
}


.fos-sotr .btn {
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  background: #B5806C;
  padding: 13px 31px;
}

.fos-sotr  .btn:after{
  border-color: transparent transparent #1f2345 transparent;
}

.policy {
  margin-top: 50px;
  margin-bottom: 80px;
}

.policy h1 {
  text-align: left;
  margin-bottom: 34px;
  text-transform: none;
}

.policy p {
  color: #020202;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.policy .font-18 {
  font-size: 18px;
}

.policy h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-transform: none;
  margin-bottom: 31px;
  margin-top: 50px;
}

.policy h3 {
  margin-bottom: 25px;
  margin-top: 50px;
  font-size: 24px;
}

#map {
  height: 500px;
}

.contacts {
  overflow: hidden;
}

.contacts-item-img {
  width: 45px;
  height: 45px;
  background: #b5806c;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contacts-item a {
  color: black;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}

.contacts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.contacts-item-img img {
  max-width: 29px;
}

.contacts h1 {
  text-align: left;
  margin-bottom: 40px;
}

.contacts-left {
  margin-top: 50px;
}

.contacts-border {
  border: 1px solid whitesmoke;
  padding: 30px 25px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.contacts-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contacts-address {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
}

.contacts-works {
  color: #a1a1a1;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
}

.contacts-phone {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 9px;
  display: inline-block;
}

.contacts-phone span {
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}

.contacts-mail {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
}

.contacts-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.soc-btn {
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  background: #b5806c;
  padding: 11px 0px 11px 20px;
  margin-right: 30px;
  position: relative;
  display: inline-block;
  transition: ease-in-out .3s;
}

.soc-btn:hover{
  opacity: .8;
  color: #fff;
  transition: ease-in-out .3s;
}

.soc-btn img {
  margin-top: -4px;
  margin-left: 8px;
}

.soc-btn:after {
  content: "";
  -webkit-clip-path: polygon(100% 0, 100% 56%, 55% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 56%, 55% 100%, 0 100%, 0 0);
  position: absolute;
  background: #b5806c;
  width: 33px;
  height: 100%;
  top: 0px;
  right: -18px;
  z-index: -1;
}

.accordion-item .accordion-button {
  background: none;
  border: none;
  color: black;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: left;
  padding: 0;
  position: relative;
}

.accordion-item .accordion-body {
  color: black;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 20px;
}

.accordion-header {
  margin-bottom: 16px;
}

.accordion-item {
  padding-top: 10px;
  border-bottom: 1px solid #cfcfcf;
  position: relative;
  padding-left: 30px;
}

.accordion-item .accordion-button:before {
  content: "";
  background: url(../img/main-advantage-item.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 24px;
  height: 21px;
  left: -30px;
  top: 6px;
}

.question {
  margin-bottom: 100px;
}

.fos-subtitle {
  color: white;
  font-family: "Museo Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}

.fos-sotr .fos-subtitle {
  max-width: 358px;
}

.akcii-item-title {
  color: black;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 16px;
  min-height: 61px;
}

.akcii-item-text {
  color: black;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}
.akcii-item img{
  max-width: 100%;
  width: 100%;
}
.akcii-main .akcii-item img {
  max-width: 100%;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.akcii-main .btn{
  display: block;
  margin-top: 5px;
}

.akcii-item .akcii-sale{
  height: 81px;
  text-align: center;
  padding: 10px;
  line-height: 2.2;
}

.akcii-item[data-slick-index="0"] .akcii-sale{
  display: none;
}


.akcii-main .akcii-item .akcii-item-title{
  min-height: auto;
}

.akcii-main .akcii-item .akcii-item-text{
  min-height: auto;
}

.akcii-main  .akcii-item{
  border: none;
}

.akcii-main  .akcii-item-body {
  padding: 0;
}

.akcii-item-body {
  padding: 26px;
}

.akcii-item .btn-gold {
  display: block;
  margin-top: 25px;
}

.akcii {
  margin-bottom: 80px;
}

.akcii-item {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #cfcfcf;
}

.akcii-sale {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  padding: 15px 11px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 59%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 59%);
  background: #000228;
  width: 128px;
  height: 126px;
}

.akcii-sale span {
  color: white;
  font-size: 33px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}

.akcii-free {
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  padding-top: 32px;
}

.akcii-item-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-item .btn-gold {
  margin-top: 0;
}

.news {
  margin-bottom: 80px;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.pagination li,
.pagination span,
.pagination a {
  color: #ababab;
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  border: 1px solid #fff;
  /*width: 40px;*/
  /*height: 40px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination{
  gap: 25px
}
.pagination li{
  padding: 5px 15px;
}

.pagination .bx_active,
.pagination .active {
  color: black;
  border: 1px solid #cfcfcf;
}

.ul-style li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}

.ul-style li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../img/list-icon.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 21px;
}

.akcii-detail h1 {
  text-align: left;
  margin-bottom: 25px;
  text-transform: none;
}

.akcii-detail-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
padding-top: 40px;
  padding-left: 50px;
}

.akcii-detail-img {
  position: relative;
}

.akcii-detail-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 70px 70px;
  border-color: transparent transparent #FFFFFF transparent;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.akcii-detail-img img {
  height: 466px;
  -o-object-fit: cover;
     object-fit: cover;
}

.akcii-detail-img .akcii-sale {
  width: 184px;
  height: 179px;
}

.akcii-detail-img .akcii-sale {
  font-size: 18px;
  text-align: center;
  padding-top: 30px;
}

.akcii-detail-img .akcii-sale span {
  font-size: 50px;
}

.news-quote {
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  background: #b5806c;
  padding: 30px 0;
  margin-top: 50px;
  margin-bottom: 50px;
}

.news-quote div {
  max-width: 838px;
  margin: 0 auto;
}

.slider-center {
  margin-bottom: 140px;
}

.kluch-projects h2 {
  text-align: center;
}

.akcii-main h2,
.main-catalog h2{
  margin-bottom: 25px;
}

.podkluch-banner {
  background: url(../img/podkluch-banner.jpeg) no-repeat;
  background-size: cover;
  background-position: center;
}

.podkluch-banner-bg {
  position: relative;
  padding-top: 90px;
  padding-bottom: 75px;
}

.podkluch-banner-bg:before {
  content: "";
  background: rgba(7, 11, 38, 0.8);
  height: 100%;
  width: 843px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 92% 100%, 9% 100%, 0 79%);
          clip-path: polygon(0 0, 100% 0, 100% 75%, 92% 100%, 9% 100%, 0 79%);
}

.podkluch-banner-bg h2 {
  z-index: 3;
  position: relative;
  color: #fff;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.banner-subtitle{
  font-size: 33px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  z-index: 3;
  position: relative;
  color: #fff;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.podkluch-banner-bg form {
  z-index: 3;
  max-width: 578px;
  margin: 0 auto;
  position: relative;
}

.podkluch-banner-bg form {
  max-width: 598px;
  margin: 0 auto;
}

.podkluch-banner-bg .container-checkbox .checkmark:after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
}

.podkluch-banner-bg form .btn {
  background: #FFFFFF;
  color: #000000;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-clip-path: polygon(100% 0, 100% 68%, 90% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 68%, 90% 100%, 0 100%, 0 0);
}

.podkluch-banner-bg .checkbox-wrapper {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

.podkluch-banner {
  position: relative;
}

.podkluch-banner:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 100px 0 0 100px;
  border-color: transparent transparent transparent #FFFFFF;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 3;
}

.podkluch-banner:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 100px 100px;
  border-color: transparent transparent #FFFFFF transparent;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 3;
}

.podkluch-center {
  margin-top: 46px;
  margin-bottom: 92px;
}
.podkluch-center h1{
  font-size: 33px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 16px;
  text-align: left;
}
.kluch-projects {
  margin-top: 100px;
}

.serv-detail .podkluch-banner-bg:before {
  display: none;
}

.serv-detail {
  position: relative;
}

.serv-detail .podkluch-banner-podl:before {
  content: "";
  background: rgba(7, 11, 38, 0.4);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;

  z-index: 2;
  pointer-events: none;
}

.podkluch .input-wrapper input[type=text] {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #8e8f9a;
}
.podkluch .input-wrapper input[type=text]::placeholder{
  color: rgb(116, 116, 116);
}

.main-fos-right input[type="submit"]{
  color: #fff!important;
}

.podkluch input{
  color: #000
}
.podkluch .btn input{
  color: #000
}

.podkluch .form-description{
  color: #fff
}

.podkluch .btn:after {
  display: none;
}

.catalogs-item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 10px;
}

.catalogs-item {
  display: grid;
  grid-template-columns: 281px 1fr;
  border: 1px solid #cfcfcf;
  margin-bottom: 20px;
}

.catalogs-item-img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 297px;
}

.catalogs-item-img {
  position: relative;
}

.catalogs-item-img:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #FFFFFF transparent;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  bottom: 0;
  right: -1px;
}

.catalogs-item-body {
  padding: 20px;
}

.catalogs-item-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.catalogs-item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalogs-item-type {
  color: #797979;
  font-size: 18px;
  font-weight: 300;
  line-height: 132%;
  letter-spacing: 0%;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.catalogs-item .btn:before {
  content: "";
  background: url(../img/btn-arrow.svg) no-repeat;
  width: 12px;
  height: 16px;
  background-size: contain;
  position: absolute;
  right: 22px;
  top: 13px;
}

.catalogs-item .btn {
  max-width: 140px;
  width: 100%;
  padding-left: 20px;
}

.catalogs {
  margin-bottom: 80px;
}

.about-banner-img {
  position: relative;
}

.about-banner-img::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 100px 100px;
  border-color: transparent transparent #FFFFFF transparent;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  right: -1px;
  bottom: 0;
}

.about-banner-right h1 {
  text-align: left;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.about-banner-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 30px;
}

.about-advantage .container:after {
  top: 30px;
}

.about-map {
  margin-top: 100px;
}

.about-map h2 {
  text-align: center;
  margin-bottom: 50px;
}

.offset-custom {
  margin-right: -webkit-calc((100vw - 802px) / -2);
  margin-right: calc((100vw - 802px) / -2);
  padding-right: 0;
}

.about-map-left {
  z-index: 3;
}

.about-map-left {
  max-width: 560px;
  margin-right: -400px;
}

.about-map-bottom {
  background: #B5806C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 99px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px;
  -webkit-clip-path: polygon(100% 0, 100% 52%, 92% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 52%, 92% 100%, 0 100%, 0 0);
}

.about-map-bottom img {
  margin-right: 10px;
}

.about-map-bottom-title {
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}

.about-map-bottom-address {
  color: white;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  max-width: 174px;
  margin-left: 38px;
}

#map.map {
  height: 588px;
}

.about-map .grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.about {
  overflow: hidden;
}

.about-resh-right {
  background: #070b26;
  height: 100%;
  padding: 54px 90px;
  position: relative;
}

.about-resh-right:before {
  content: "";
  background: #070b26;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.about-resh-right:after {
  content: "";
  position: absolute;
  background: url(../img/about-resh-icon.png) no-repeat;
  width: 170px;
  height: 218.17px;
  right: 0;
  bottom: -70px;
}

.about-resh-right ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  max-width: 450px;
}

.about-resh-right ul li {
  color: #fff;
  color: white;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 0;
  max-width: 175px;
  padding-left: 40px;
}

.about-resh-right ul li:nth-child(2n+1) {
  margin-bottom: 65px;
}

.about-resh-right ul li:nth-child(2n+1) {
  margin-bottom: 65px;
}

.about-resh h2 {
  margin-bottom: 30px;
  max-width: 316px;
}

.about-resh {
  margin-top: 100px;
  margin-bottom: 100px;
}

.about-resh-right .ul-style li:before {
  width: 36px;
  height: 31px;
}

.about-team h2 {
  text-align: center;
  margin-bottom: 31px;
}

.about-team .subtitle {
  max-width: 490px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 29px;
}

.about-team-text {
  background: whitesmoke;
  padding: 20px 20px;
  -webkit-clip-path: polygon(100% 0, 100% 52%, 92% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 52%, 92% 100%, 0 100%, 0 0);
  margin-top: -32px;
  margin-left: 30px;
  padding-right: 11px;
}

.about-team-item-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
}

.about-team-item-dolzh {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
}

.about-team-item img {
  max-width: 90%;
}

.about-bottom {
  background: #B5806C;
}

.about-bottom-right img {
  height: 516px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-bottom-left {
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

.about-bottom-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}

.about-bottom-address {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}

.about-bottom-address {
  max-width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.about-bottom-right {
  position: relative;
}

.about-bottom-right:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 100px 0 0 100px;
  border-color: transparent transparent transparent #B5806C;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  left: -1px;
  bottom: 0;
}

.about-bottom {
  margin-top: 100px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: #efefef;
  color: #000;
}

.nav-pills .nav-link {
  border-radius: 0;
  color: #070b26;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  height: 49px;
  padding: 10px 24px;
  border-bottom: 0.8px solid #e9e9e9;
}

.catalog-menu-wrap {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 58px;
}

.menu-catalog-item-title {
  color: #070b26;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  padding: 15px 0;
}

.menu-catalog-item-img {
  position: relative;
  height: 114px;
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-catalog-item-img:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #FFFFFF transparent;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  bottom: 0;
  right: 0;
}

.tab-content {
  padding-top: 40px;
}

.menu-catalog-item {
  margin-bottom: 15px;
  display: block;
}

.catalog-menu {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  top: 145px;
  z-index: 9;
  border-top: 1px solid rgba(202, 202, 202, 0.5);
  padding-top: 25px;
}

.catalog-menu-open {
  display: block;
}

.header-menu-wrap {
  position: relative;
}

.menu-catalog-open {
  background: #b5806c;
  color: #fff;
  padding-left: 20px;
  margin-right: -1px;

}
.menu-catalog-open + a{
  background: #b5806c;
  color: #fff;
}
.menu-catalog-open svg line {
  stroke: #fff;
}

.header-menu ul li a.active {
  background: #b5806c;
  color: #fff;
}

.menu-mobile {
  display: none;
}

#nav-icon3 {
  width: 37px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 svg {
  width: 100%;
  height: 100%;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 8px;
}

#nav-icon3 span:nth-child(4) {
  top: 16px;
}

#nav-icon3.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.menu-mobile-close {
  display: none;
  cursor: pointer;
}

.backdrop {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: 8;
  position: fixed;
  pointer-events: none;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.backdrop-open {
  opacity: 1;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.slider-center .slick-slide {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(1.12);
      -ms-transform: scale(1.12);
          transform: scale(1.12);
  height: auto;
}

.slider-center .slick-slide img {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}

.slider-center .slick-center {
  opacity: 1;
  -webkit-transform: scale(1.8);
      -ms-transform: scale(1.8);
          transform: scale(1.8);
}

.slider-center .slick-center img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  height: 275px;
  object-fit: cover;
}

.slider-center .slick-list {
  padding: 90px 0px !important;
}

.slider-center .slick-center + .slick-slide {
  z-index: -1;
  position: relative;
}

.slider-center .slick-slide:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #FFFFFF transparent;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  bottom: 0;
  right: 0;
}

/* the slides */
.slider-center .slick-slide {
  margin: 0 35px;
}

/* the parent */
.slider-center .slick-list {
  margin: 0 -35px;
}


.akcii-detail-right ul li{
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}


.akcii-detail-right li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../img/list-icon.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 21px;
}

.akcii-detail-img  .akcii-sale-free{
  font-size: 24px;
  width: 176px;
  height: 148px;
}


form{
  margin-bottom: 0;
}


.slick-slide{
  height: auto;
}

select.error,
input.error,
textarea.error{
  border: 1px solid red!important;
}

.input-wrapper{
  position: relative;
}

label.error{
  color: red;
  position: absolute;
  left: 0;
  top: -18px;
  font-size: 12px;
}

.checkbox-wrapper{
  position: relative;
}


.checkbox-wrapper label.error{
  top: 23px;
}




.modal-title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 7px;
  font-weight: 500;
}

.btn-close {
  border: none;
  background: url(../img/btn-close.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 9;
}

.modal-content{
  border: none;
  border-radius: 0;
}
#modal-thanks .modal-content{
  border: none;
  border-radius: 0;
  padding: 25px;
  text-align: center;
}


.modal-content .input-wrapper{
  margin-bottom: 20px;
}

.modal-content .input-wrapper input{
  color: #000;
}

.modal-content .input-wrapper .btn input{
  color: #fff;
}

#form-partn input,
#form-partn textarea{
  color: #000;
}
#form-questions input,
#form-questions textarea{
  color: #000;
}

.checkbox-wrapper{
  margin-bottom: 20px;
}

.modal-content .btn{
  margin: 0 auto;
  display: block;
}


.modal-body{
  padding: 35px;
  padding-bottom: 25px;
}


.steps{
  background: #F5F5F5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.steps h2{
  text-align: center;
  margin-bottom: 30px;
}


.steps .subtitle{
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
  max-width: 875px;
  margin: 0 auto;
  display: block;
}


.steps-row{
  display: grid;
  grid-template-columns: repeat(6, auto);
  gap: 55px;
}

.steps-item{
  display: flex;
  margin-top: 50px;
}

.steps-item-text{
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

.steps-item-num{
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  clip-path: polygon(0 0, 100% 0, 100% 38%, 0% 100%);
  background: rgb(181, 128, 108);
  width: 51px;
  height: 60px;
  padding: 3px;
  min-width: 51px;
  margin-right: 10px;
  padding-left: 13px;
}


.main-fos .btn:hover{
  background: #272f63;
  transition: ease-in-out .3s;
}

.search-page{
  margin-top: 70px;
}

.btn input{
  padding: 0;
  border: none;
  background: transparent;
  color: #fff;
}

.search-page .btn{
  display: inline-block;
}
.search-page input[type=text]{
  height: 44px;
  padding: 10px;
}


.bx-breadcrumb{
  display: flex;
  flex-wrap: wrap;
}

.modal-subtitle{
  text-align: center;
  margin-bottom: 20px;
}

.page_404{
  background: url(../img/404-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 44px;
  padding-bottom: 54px;
  position: relative;
}

.page_404:after{
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 100px 100px;
  border-color: transparent transparent #F5F5F5 transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 0;
  bottom: 0;
}

.page_404:before{
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 100px 0 0 100px;
  border-color: transparent transparent transparent #F5F5F5;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  left: 0;
  bottom: 0;
}

.title-404{
  color: rgb(181, 128, 108);
  font-size: 150px;
  font-weight: 500;
  line-height: 180px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  text-align: center;
}

.text-404{
  color: rgb(0, 2, 40);
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: center;
  max-width: 444px;
  margin: 0 auto;
}

.btn-404{
  padding: 12px;
  color: #b5806c;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
  border: 1px solid #b5806c;
  position: relative;
  color: #b5806c;
  background: #fff;
  width: 100%;
  max-width: 419px;
}


.btn-404:after {
  content: '';
  width: 24px;
  height: 20px;
  background: whitesmoke;
  border: 1px solid #b5806c;
  transform: rotate(-132deg);
  position: absolute;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  top: auto;
  right: -13px;
  bottom: -12px;
}

.btns-404{
  gap: 20px;
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  justify-content: center;
}

.btns-404-bg{
  background: #F5F5F5;
}


.card-img{
  background: #fff;
  border: 1px solid #ececec;
  border-bottom: 0;
}

.card .card-title{
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 5px;
  text-transform: none;
}


.card-body{
  padding: 21px 20px;
  border: 1px solid rgb(236, 236, 236);
  background: rgb(255, 255, 255);
}

.card-cat{
  color: rgb(171, 171, 171);
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}

.card-colors{
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.card-color{
  width: 18px;
  height: 18px;
}

.card-color-1{
  background: rgb(249, 104, 92);
}

.card-color-2{
  border: 1px solid rgb(181, 128, 108);
  background: rgb(251, 241, 211);
}

.card-color-3{
  background: rgb(79, 193, 252);
}

.card-color-4{
  background: rgb(114, 47, 14);
}

.card-color-5{
  background: rgb(0, 0, 0);
}

.card .card-price{
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: left;
}

.card .card-price:after{
  content: "₽";
  font-weight: 300;
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-left: 0px;
}

.card-bottom{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 19px;
  padding-top: 19px;
  border-top: 0.5px solid rgb(217, 217, 217);
  gap: 10px;
}
.price-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-bottom > div{
  width: 100%;
}
.card-btn{
  background: rgb(7 11 38);
  width: 70px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0, 100% 66%, 80% 100%, 0 100%, 0% 70%);
  border: none;
  border: none;
}
.card-btn:hover{
  background: rgb(181, 128, 108);
}

.card-body .btn-podzakaz{
  font-size: 14px;
  padding: 5px 22px 5px 14px;
}

.cards-row{
  margin-top: 100px;
  margin-bottom: 100px;
}

.card-img{
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10px;
}


.card-img img{
  max-width: 100%;
  height: auto;
}

#form-questions .btn{
  background: rgb(7, 11, 38);
}


.slider-for-item img{
  width: 100%;
  height: 100%;
  max-height: 375px;
  object-fit: cover;
}



.slider-nav .slick-list {
  margin: 0 -8px;
}

.slider-nav .slick-slide {
  margin: 0 8px;
}



.coll-item{
  background: #F5F5F5;
  padding: 25px 19px;
  margin-bottom: 20px;
}


.coll-item-title{
  color: rgb(0, 0, 0);
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: left;
}

.coll-item-cat{
  color: rgb(171, 171, 171);
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}


.coll-item-price{
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: left;
}

.coll-item-price span{
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}


.coll-item-top{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
}

.coll-item-top div{
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.slider-for{
  margin-bottom: 16px;
}


.coll-item-bottom{
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  border-top: 0.5px solid rgb(217, 217, 217);
  margin-top: 20px;
}




.slider-nav.center-arrows .slick-prev{
  bottom: -45px !important;
}
.slider-nav.center-arrows .slick-next{
  bottom: -45px !important;
}


.slider-nav.center-arrows .slick-arrow{
  background-position: center!important;
}


.coll-item-bottom .btn:after{
  border-color: transparent transparent #f5f5f5 transparent;
}

.slider-card-row{
  display: flex;
  gap: 16px;
}

.slider-nav-card{
  width: 20%;
}

.slider-for-card{
  max-width: 100%;
  width: 80%;
}

.slider-nav-card .slider-nav-item{
  background: #F5F5F5;
  padding: 17px 11px;
}


.slider-nav-card .slick-list {
  margin: -8px 0;
}

.slider-nav-card .slick-slide {
  margin: 8px 0px;
}


.slider-for-card .slider-for-item img{
  max-height: 436px;
  object-fit: contain;

}


.slider-for-card .slider-for-item{
  background: #F5F5F5;
  padding: 40px 15px;
  height: 100%;
  display: flex;
  align-items: center;
}


.slider-nav-card .slider-nav-item.slick-slide.slick-active.slick-current{
  border: 1px solid rgb(181, 128, 108);
}


.card-title{
  color: rgb(0, 0, 0);
  font-size: 33px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 13px;
  text-transform: none;
}

.card-article{
  color: rgb(83, 83, 83);
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
margin-bottom: 4px;
}

.card-right{
  padding-top: 22px;
}


.card-cat{
  color: rgb(171, 171, 171);
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}


.card-preview-text{
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  border-top: 0.5px solid rgb(217, 217, 217);
  border-bottom: 0.5px solid rgb(217, 217, 217);
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 30px;
}


.card-price{
  color: rgb(0, 0, 0);
  font-size: 35px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0%;
  text-align: left;
  position: relative;
  display: inline-block;
}
.card-price:after{
  content: "₽";
  font-weight: 300;
  font-size: 23px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-left: 6px;
}

.card-price-row{
  margin-top: 25px;
}

.card-price-row span{
  color: rgb(171, 171, 171);
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  text-decoration: line-through;
  margin-left: 16px;
}


.card-price-row span:after{
  content: "₽";
  color: rgb(171, 171, 171);
  font-weight: 300;
  font-size: 23px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-left: 6px;
  font-size: 14px;
}


.btn-transp{
  padding: 12px;
  color: #b5806c;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
  border: 1px solid #b5806c;
  position: relative;
  color: #b5806c;
  background: #fff;
  width: 100%;
  max-width: 257px;
}


.btn-transp:after {
  content: '';
  width: 24px;
  height: 20px;
  background: white;
  border: 1px solid #b5806c;
  transform: rotate(-132deg);
  position: absolute;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  top: auto;
  right: -13px;
  bottom: -12px;
}
.card-btns .btn{
  padding: 7px 24px;
  display: block;
  margin-bottom: 0;
}

.card-btns .btn:hover{
  color: #fff
}

.card-btns .btn svg{
  margin-right: 10px;
  max-width: 30px;
}

.card-btns{
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.card-btns .btn-transp{
  color: rgb(7, 11, 38);
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-btns .btn-transp:hover{
  color: #fff;
  transition: ease-in-out .3s;
}
.row-card-info{
  margin-top: 30px;
}

.nav-tabs{
  border-bottom: 0.5px solid rgb(217, 217, 217);
}

.nav-tabs .nav-link.active{
  border: none;
  border-bottom: 1px solid rgb(181, 128, 108);
}

.nav-tabs .nav-link{
  color: rgb(171, 171, 171);
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  padding: 13px 15px;

}



.tab-content > .active{
  opacity: 1;
}

.tab-content{
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}

.tab-content{
  padding-top: 30px;
}

.nav.nav-tabs{
  display: flex;
  justify-content: space-between;
}

.fos-wrap-flex{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.card-form-title{
  color: rgb(0, 0, 0);
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 38px;
}


.project3d .fos-wrap-flex{
  max-width: 460px;
}

.pl-45{
  padding-left: 45px;
}


.project3d .input-wrapper input[type=text]{
  padding: 7px 20px;
  color:#000;
}

.project3d .input-wrapper .btn{
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 11px;
}


h3{
  color: rgb(0, 0, 0);
  font-size: 33px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: left;
  text-align: center;
  margin-bottom: 50px;
}

.related-product{
  margin-top: 80px;
  margin-bottom: 80px;
}

.catalog-section{
  padding-top: 0px;
  padding-bottom: 50px;
}
.catalog-section.bx-blue{
  padding-bottom: 20px;
}

.catalog-section .catalog-card-2-name{
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: none;
}

.catalog-section .catalog-card-2{
  padding: 12px;
  padding-bottom: 20px;
}

.catalog-section .catalog-card-2 img{
  height: 100%;
}

.catalog-section .catalog-card-2-img {
  height: auto;
}


.collection-catalog{
  background: url(../img/collection-bg.jpeg) no-repeat;
  background-size: 135%;
  background-position: center -96px;
  padding-top: 65px;
  padding-bottom: 100px;
  padding-left: 110px;
  margin-top: 30px;
}

.collection-catalog-title{
  color: rgb(255, 255, 255);
  font-size: 33px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.collection-catalog-subtitle{
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 24px;
}


.collection-catalog .btn{
  display: block;
  clip-path: polygon(100% 0, 100% 67%, 93% 100%, 0 100%, 0 0);
}

.collection-catalog .btn:after{
  display: none;
}


.catalog-section-about{
  margin-bottom: 100px;
}

.catalog-section-about .btn{
  display: none;
}

.catalog-section-about .main-about-right{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.product-item-title {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 5px;
  text-transform: none;
}


.product-item-amount{
  display: none;
}

.product-item-price-current{
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: left;
  display: block;
}


.product-item-price-old{
  color: rgb(171, 171, 171);
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: left;
  text-decoration: line-through;
}


.product-item-info-container.product-item-price-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.bx-basket-item-list{
  position: absolute;
  width: 280px;
right: 0;
  z-index: 9;
  background: #fff;
  display: none;
}

.cart-icon{
  cursor: pointer;
}
.cart-icon:hover .bx-basket-item-list{
  display: block;
}

.bx-basket-item-list-item-row{
  display: flex;
}


.bx-basket-item-list-item-img img {
  max-width: 42px;
  margin-right: 10px;
}

.bx-basket-item-list-item-name a{
  font-size: 12px;
}

.bx-opener .bx-basket-item-list{
  box-shadow: 0px 0px 8px 1px #ccc;
}

.bx-basket-block{
  padding: 0!important;
}

.product-item-detail-tab-link{
  color: rgb(171, 171, 171);
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  padding: 13px 15px;
  text-transform: none;
  height: auto;
}


.product-item-detail-tab.active .product-item-detail-tab-link{
color: #000;
}

.product-item-detail-tab-link:after{
  background: rgb(181, 128, 108);
}

.product-item-detail-tab:hover .product-item-detail-tab-link:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after{
  height: 1px;
  background: rgb(181, 128, 108);
}


.product-item-detail-tabs-list{
  display: flex;
  justify-content: space-between;
}


.product-item-info-container[data-entity="props-block"]{
  display: none;
}



.bx-filter .bx-filter-popup-result{

  align-items: center;
  left: 0;
  right: unset!important;
  bottom: 70px!important;
  background: none!important;
  border-image: none!important;
  border: none!important;
  gap: 4px;
  font-size: 16px;
  padding: 0;
  margin-left: 6px;
  min-height: auto;
}

.bx-filter .bx-filter-popup-result a{
  display: none;
}

.filter-row{
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr 1.2fr;
}

.filter-row .bx-ft-sub{
  display: none!important;
}

.row-input-filter{
display: flex;
  justify-content: space-between;
}

/*.row-input-filter .bx-filter-input-container{*/
/*  width: 89px;*/
/*}*/


.bx-filter .bx-ui-slider-pricebar-v{
  background: rgb(181, 128, 108);

}

.bx-filter .bx-ui-slider-track{
  height: 2px;
}

.bx-filter .bx-ui-slider-part{
  display: none!important;
}

/*.bx-ui-slider-pricebar-v{*/
/*  width: 12px;*/
/*  height: 12px;*/
/*  background: rgb(181, 128, 108);*/
/*  top: -5px !important;*/
/*}*/
.bx-filter .bx-ui-slider-handle.left,
.bx-filter .bx-ui-slider-handle.right{
  width: 12px;
  height: 12px;
  background: rgb(181, 128, 108);
  top: -5px !important;
}
.bx-filter .bx-ui-slider-handle.right{
  margin-right: 0px!important;
}
.bx-filter .bx-ui-slider-handle.left{
  margin-left: 0px!important;
}

.bx-filter .bx-ui-slider-range{
  background: rgb(207, 207, 207);
}


.bx-filter .bx-filter-parameters-box-title{
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: "Museo Sans";

}


.bx-filter .bx-filter-parameters-box-title span{
  color: rgb(0, 0, 0);
  border-bottom: none;
  font-size: 14px;
  line-height: 1.3;
}

.bx-retina .bx-filter .bx-filter-param-btn{
  padding: 0;
  border: none;
}

.bx-filter-select-popup .bx-filter-btn-color-icon, .bx-filter .bx-filter-btn-color-icon{
  line-height: 30px;
  border-radius: 0px;
  display: inline-block;
  width: 30px;
  height: 30px;
}


.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label{
  margin-right: 0px;
}

.bx-filter-param-label.bx-active span{
  border: 3px solid rgb(255 6 6);
}

.category-top{
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 0.5px solid rgb(217, 217, 217);
  border-bottom: 0.5px solid rgb(217, 217, 217);
  align-items: center;
}


.filter-btn{
  cursor: pointer;
  width: 98px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0%;
}

.filter-btn svg{
  width: 26px;
}

.product-item-container{
  margin-bottom: 20px;
}

.bx_catalog_text{
  margin-bottom: 0;
}

.bx-sidebar-block{
  display: none;
}

select[name="sortten"]{
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  background: url(/local/templates/shu/img/sort-bg.svg) no-repeat;
  background-position: 100px 10px;
  max-width: 130px;
  padding: 7px 15px;
  border: none;
  background-size: 26px;
}


.bx-filter .bx-filter-select-block{
  height: 38px;
  color: rgb(0, 0, 0);
  font-family: "Museo Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: left;
}

.bx-filter .bx-filter-select-container{
  height: 40px;
}

.bx-filter .bx-filter-select-text{
  height: 40px;
  line-height: 40px;
}


.bx-filter .bx-filter-select-arrow{
  background: url(../img/select-arrow.svg) no-repeat right #fff;
  background-position: 4px;
  height: 37px;
}

.tablebodytext{
  display: none!important;
}


.product-item-scu-item-color{
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
}
.product-item-scu-item-color-container .product-item-scu-item-color-block{
  outline: none;
}
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block .product-item-scu-item-color{
  border: 1px solid #B5806C;
}

.bx-retina .product-item-scu-item-color-block{
  padding: 0;
}

.product-item-scu-item-list{
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.product-item-info-container.product-item-price-container{
  margin: 0;
}

.product-item-info-container{
  margin-bottom: 0;
}


.product-item-scu-item-color-container{
  max-width: 18px;
  width: 18px;
}

.product-item-scu-item-color-container, .product-item-scu-item-text-container{
  padding: 0;
}

.product-item-detail-tab-link{
  font-size: 16px;
  padding: 11px 4px;
}

.product-item-detail-info-container-title{
  display: none;
}


.product-item-detail-info-container{
  margin-bottom: 0;
}


.product-item-detail-info-section{
  padding-left: 0;
}

.product-item-detail-info-section .product-item-scu-item-color-container{
  width: 60px;
  height: 70px;
  max-width: 100%;
  background: rgb(245, 245, 245);
}

.product-item-detail-info-section .product-item-scu-item-color{
  width: 41px;
  height: 100%;
  margin: 0 auto;
  border: none;

}
.card-right .product-item-scu-item-color-container{
  border: 1px solid transparent;
}
.card-right .product-item-scu-item-color-container.selected{
  border: 1px solid #b5806c;
}

.product-item-detail-info-section .product-item-scu-item-list{
  margin-top: 25px;
}

.product-item-detail-price-current{
  color: rgb(0, 0, 0);
  font-size: 35px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0%;
  text-align: left;
}

.product-item-detail-pay-block2{
  padding-top: 25px;
}


.product-item-detail-slider-left, .product-item-detail-slider-right{
  display: none;
}


.product-item-detail-slider-container{
  display: flex;
  flex-direction: row-reverse;
}



.product-item-detail-slider-block{
  width: 100%;
  padding-top: 86.25%;
}

.card-collection .product-item-detail-slider-container .product-item-detail-slider-controls-image{
  width: 112px;
  height: 124px;
  min-height: 124px;
  outline-color: transparent;
  background: rgb(245, 245, 245);
  margin-bottom: 15px;
}

.product-item-detail-slider-container .product-item-detail-slider-controls-image{
  width: 90px;
  height:  80px;
  outline-color: transparent;
  background: rgb(245, 245, 245);
  margin-bottom: 15px;
}


.product-item-detail-slider-container .product-item-detail-slider-controls-image{
  outline: 0 !important;
}

.product-item-detail-slider-container .product-item-detail-slider-controls-image.active {
  outline: 0 !important;
}




.catalog-block-header + .catalog-section{
  padding-top: 0;
}

.row-related{
  margin-top: 70px;
}


.card-collection .product-item-detail-info-section .product-item-scu-item-color {
  width: 90px;
}

.card-collection  .product-item-detail-info-section .product-item-scu-item-color-container{
  width: 90px;
  height: 90px;
}

.product-item-detail-info-section .product-item-scu-item-color-container{
  background: none!important;
}

.card-collection .product-item-scu-item-list{
  /*gap: 35px;*/
  overflow: visible;
}

.card-collection .card-btns .btn-gold{
  padding: 12px 27px 13px 13px;
  width: 267px;
  text-align: center;
  max-width: 100%;
}



.product-item-detail-tab-content li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}

.product-item-detail-tab-content li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../img/list-icon.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 21px;
}


.card-collection .product-item-detail-slider-container{
  display: block;
}

.card-collection .product-item-detail-slider-controls-block{
  width: 100%;
  height: auto;
  display: block;
  overflow: unset;
}


.card-collection .product-item-detail-slider-controls-image img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  position: relative;
  max-height: 100%;
}

/* the slides */
.card-collection .slick-slide {
  margin: 0 5px;
}

/*!* the parent *!*/
.card-collection .slick-list {
  margin: 0 -10px;
}

.card-collection .product-item-detail-slider-container{
  overflow-x: hidden;
}

.card-collection .product-item-detail-slider-block {
  width: 100%;
  padding-top: 65.25%;
}

.card-collection .product-item-detail-slider-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.card-collection .card-title span{
  display: block;
}

/*.card-collection .slick-list{*/
/*  height: 125px;*/
/*}*/
.card-collection .product-item-detail-slider-container .product-item-detail-slider-controls-image{
  border: 1px solid #fff;
}
.card-collection .product-item-detail-slider-controls-image.slick-slide.slick-active.active{
  border: 1px solid #B5806C;
  outline: none !important;
}


.coll-item .product-item-image-wrapper{
  padding-top: 64%;
  margin-bottom: 0;
  top: 5px;
}



.color-list.product-item-scu-item-list{
display: block;
}


.product-item-scu-list{
  position: relative;
}


.coll-item div[data-entity="price-block"]{
  display: none;
}

.coll-product-item-info-container{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.coll-product-item-info-container div[data-entity="sku-line-block"]{
  width: 50%;
  margin-top: 0;
  position: relative;
}

.coll-product-item-info-container .btn{
  width: 50%;
  height: 45px;
}

.coll-item .product-item-scu-item-color-block{
  display: flex;
  gap: 10px;
  align-items: center;
}

ul.zg-ul-select li{
  max-width: 100%;
  width: auto;
  height: 45px;
  background: #fff;
  padding: 0;

}

ul.zg-ul-select li.active{
  border: none;
}

ul.zg-ul-select.active li.active{
  display: flex;
}
ul.zg-ul-select.active li{
  display: flex;
}
.color-list.product-item-scu-item-list{
  max-width: 100%;
  width: 100%;
}


.coll-item .product-item-scu-item-color{
  border: none;
  width: 45px;
  height: 45px;
}

.coll-item .btn:after{
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #f5f5f5 transparent;
}

.card-right .product-item-scu-item-color-container{
  position: relative;
  cursor: pointer;
}
.color-pin{
position: absolute;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
  border: 1px solid rgb(236, 236, 236);
  background: rgb(255, 255, 255);
  padding: 8px 10px;
  width: max-content;
  top: -18px;
  left: 40px;
  z-index: 9;
  display: none;
}

.product-item-detail-slider-container .product-item-detail-slider-controls-image.active img{
  outline-color: transparent;
  border: 1px solid rgb(181, 128, 108);
}


.product-item-detail-slider-container .product-item-detail-slider-controls-image {
  outline-color: transparent;
  border: 1px solid #fff;
}


.bx-blue .btn.btn-default{
  background: #070b26;
}

.bx-blue .btn.btn-default:hover{
  background: #ae7b68;
  transition: ease-in-out .3s;
}

.popup-window-content p{
  margin-bottom: 0;
}

.popup-window{
  font-family: "Museo Sans";
  padding-top: 10px!important;
  padding-bottom: 25px!important;
  max-width: 300px;
}

.popup-window-titlebar-text, .popup-window-titlebar-text-version{
  padding: 0;
  text-align: center;
  width: 100%;
}

.bx-basket-item-list-item-remove{
  top: 40%;
  transform: translate(0, -40%);
  right: 5px;
}

.bx-basket-item-list-item-name a{
  margin-bottom: 10px;
}

.bx-basket-item-list-item{
  padding-bottom: 10px;
  padding-top: 0px;
}

.bx-basket-item-list{
  padding-top: 15px;
}

.order-page{
  margin-top: 60px;
  margin-bottom: 60px;
}

#bx-soa-total-mobile{
  display: none;
}

.bx-soa-section.bx-selected {
  border: 1px solid #070b26;
}

.bx-soa-section-title-container{
  padding-left: 17px;

}

.bx-soa-section-title{
  font-family: "Museo Sans";
}

.bx-soa-section.bx-selected .bx-soa-section-title-container{
  padding-left: 17px;
}

.bx-soa-cart-total .bx-soa-cart-total-line-total{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d{
  font-size: 22px!important;
}

.bx-soa-cart-total-line {
  padding: 0;
}

.bx-soa-cart-total-button-container .btn{
  display: block;
  margin: 0 auto;
}

.bx-soa-cart-total{
  padding: 13px;
}

#orderDescription{
  display: block;
  width: 100%;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
}

.order-page{
  margin-top: 80px;
  margin-bottom: 80px;
}

.catalog-menu-top-item-title{
  color: rgb(7, 11, 38);
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.catalog-menu-top-item-list a{
  color: rgb(7, 11, 38);
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 10px;
  display: inline-block;
  transition: ease-in-out .3s;
}

.catalog-menu-top-item-list a:hover{
  color: #b5806c;
  transition: ease-in-out .3s;
}



.catalog-menu-top-item-list{
  display: grid;
  grid-template-columns: .8fr 1.3fr;
}


.product-item-detail-slider-block{
  background: #f5f5f5;
  margin-left: 15px;
}

.card-collection .product-item-detail-slider-block{
  margin-left: 0;
  margin-bottom: 20px;
}

 .product-item-detail-slider-controls-block{
  padding-top: 0;
  max-width: 80px;
  min-width: 80px;
}

.card-collection .product-item-detail-slider-controls-block{
  padding-top: 0;
  max-width: 100%;
  min-width: 100%;
}

/*.card-left .product-item-detail-slider-container .product-item-detail-slider-controls-image{*/
/*  min-height: 100px;*/

/*}*/

.catalog-menu-top-item{
  background: url(/local/templates/shu/img/catalog-menu-top-item-bg.svg) no-repeat;
  background-size: 100%;
  height: 100%;
  margin-bottom: 70px;
  background-position: right top;
}
.catalog-menu-item{
  padding-bottom: 30px;
  margin-bottom: 20px;
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 76%, 89% 100%, 0 100%, 0% 50%);
  transition: ease-in-out .3s;
}

.catalog-menu-item:hover .catalog-menu-item-title{
  color: #b5806c;
  transition: ease-in-out .3s;
}

.catalog-menu-item img{
  max-height: 110px;
  margin: 0 auto;
  display: block;
}

.catalog-menu-item-title{
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  margin-top: 15px;
  text-align: center;
}

.catalog-menu-item{
  background: url(/local/templates/shu/img/catalog-menu-item-bg.svg) no-repeat;
  background-size: 115%;
  height: 181px;
  background-position: right top;
  margin-bottom: 20px;
  padding-top: 13px;
  background-color: #f6f6f6;
}

/*.collection-page .catalog-section {*/
/*  padding-top: 0;*/
/*}*/

.bx-section-desc.bx-blue{
  display: none;
}

.mobile-submenu{
  display: none;
}

.mobile-catalog-btn{
  display: none;
}

.main-catalog h1{
  margin-bottom: 40px;
}

.header-menu ul .menu-catalog{
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.header-menu ul li .menu-catalog a{
  padding-right: 0;
}

.menu-catalog svg{
  cursor: pointer;
}

.bx-basket-block img{
  max-height: 48px;
}

.menu-catalog-open a{
  color: #fff;
  transition: none !important;
}

.header-menu ul .menu-catalog{
  padding: 13px 13px;
}

.header-menu ul li{
  height: 100%;
}
.header-menu ul{
  align-items: center;
}


.product-item-detail-short-card-fixed.hidden-xs{
  display: none;
}

.mobile-catalog{
  padding-left: 0!important;
}

div.bx-blue .btn.btn-default{
  border: none;
}


.product-item-title a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  max-height: calc(1.2em* 3);
  min-height: calc(1.2em* 3);
  line-height: 1.2em;
}


header{
  background: #fff;
  z-index: 9;
  position: relative;
}

.breadcrumbs{
  background: #fff;
  z-index: 1;
  position: relative;
}

.product-item-detail-slider-container .product-item-detail-slider-controls-image{
  background: none!important;
}


.product-item-detail-slider-block{
  background: none!important;
}

.row-related.d3{
  margin-bottom: 100px;
}


.product-item-detail-slider-images-container{
  z-index: -1;
}

.product-item-image-wrapper{
  z-index: 1;
}

.product-item-detail-tab-content h3{
  font-size: 18px;
  text-align: left;
}

.search-page{
  margin-top: 50px;
}

.card-btn svg{
  max-width: 20px;
}


.search-wrap input{
  width: 100%;
  max-width: 100%;
}

.search-open{
  margin: 0 15px;
  cursor: pointer;
  margin-top: -2px;
}

.cart-icon{
  margin-top: -2px;
}

.search-open img{
  width: 29px;
}

.search-wrap-bg{
  display: none;
  background: #f5f5f5;
  position: absolute;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

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


ul.zg-ul-select{
  width: 100%!important;
}

.coll-item-bottom{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}



.coll-item-bottom div[data-entity="sku-line-block"]{
  width: 100%;
}

.coll-item-bottom div[data-entity="quantity-block"]{
display: none;
}

.product-item-image-original{
  background-size: contain;
}


.cw_social{
  position: fixed;
  bottom: -20px;
  right: -10px;
  z-index: 99999;
cursor: pointer;
}



ul.zg-ul-select.active{
  border: none;
  z-index: 1;
}

.coll-item-bottom .btn-gold{
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.card-detail{
  margin-bottom: 80px;
}

.product-item-detail-short-card-fixed.active+.product-item-detail-tabs-container-fixed.active{
  display: none!important;
}



/* the slides */
.category-slider .slick-slide {
  margin: 0 10px;
}

/* the parent */
.category-slider .slick-list {
  margin: 0 -10px;
}

.sub-page-h1{
  padding-top: 50px;
}

.product-item-scu-block{
  width: 100%;
}


.zg-ul-select::after{
  content: ''!important;
  position: absolute;
  right: 16px;
  top: 16px;
  background-image: url(../img/select-arrow.svg);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}


/*.product-item-detail-slider-container .product-item-detail-slider-controls-image{*/
/*  width: auto!important;*/
/*}*/

.category-row-top{
  display: grid
;
  grid-template-columns: repeat(8, minmax(0, 1fr));

  gap: 10px;
}


.catalog-card-2-name span{
  display: block;
  color: #aaaaaa;
  margin-top: 4px;
}

.card-body{
  background: rgb(255, 255, 255);
  height: calc(100% - 400px);
  display: flex
;
  flex-direction: column;
  justify-content: space-between;
}

.product-item-container{
  height: 100% !important;
}

.coll-item .product-item-image-wrapper .product-item-image-slide.item{
  background-size: cover!important;
}

.coll-var{
  display: flex;
  gap: 10px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.coll-var img{
  max-width: 100%;
  width: 45px;
  height: 45px;
  transform: scale(1);
  transition: ease-in-out .3s;
}

.coll-var img:hover{
  transform: scale(1.1);
  transition: ease-in-out .3s;
}
.coll-var-item{
  position: relative;
}
.coll-var-descr{
  position: absolute;
  background: #fff;
  padding: 2px 7px;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  top: -27px;
  opacity: 0;
  pointer-events: none;
  transition: ease-in-out .3s;
  z-index: 99;
  width: max-content;
}

.coll-var-item:hover .coll-var-descr{
  opacity: 1;
  transition: ease-in-out .3s;
}

.element-color{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.element-color-item img{
  max-width: 100%;
}

.element-color-title{
  margin-bottom: 20px;
}

.element-color-block{
  margin-bottom: 70px;
}

.d1.catalog-block-header{
  margin-bottom: 25px;
}

.element-color-descr{
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}

.not-availible{
  font-size: 14px;
  color: #a6a6a6;
}


.coll-filter .coll-f{
display: none;
}

.coll-filter .coll-f-228{
display: block;
}

.coll-filter .bx-filter-section{
  padding-top: 0;
}

.coll-filter .coll-f-228 .bx-filter-parameters-box-hint{
  display: none;
}
.coll-filter .filter-row {
  grid-template-columns: 1fr!important;
}

.coll-filter .coll-f-228 .checkbox{
  display: inline-block;
  margin: 0 10px;
  margin-bottom: 15px;

}

.coll-filter .coll-f-228 .checkbox .bx-filter-param-label{
  border-bottom: 1px solid;
  transition: ease-in-out .3s;
}
.coll-filter .coll-f-228 .checkbox .bx-filter-param-label:hover{
  color: #b5806c;
  border-bottom: 1px solid #b5806c;
  transition: ease-in-out .3s;
}
.coll-filter .coll-f-228 .checkbox .bx-filter-param-label-active{
  color: #b5806c;
  border-bottom: 1px solid #b5806c;
  transition: ease-in-out .3s;
}

.coll-filter .coll-f-228 .checkbox input[type="checkbox"]{
  display: none;
}

.coll-filter .coll-f-228 .col-12{
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.coll-filter .bx-filter-parameters-box-title{
  display: none;
}


.coll-filter .bx-filter-section{
  margin-bottom: 30px;
}

.coll-filter  .bx-filter-input-checkbox .bx-filter-param-text{
  font-size: 20px;
}


.card-slider-thumb-col .slick-arrow{
  font-size: 0;
  border: none;
  background: none;
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 30px;
  background-color: #b5806c !important;
  background-position: center !important;
  background-size: 21px !important;
}




.card-slider-thumb-col .slick-prev{
  background: url(../img/slider-arrow-white.svg) no-repeat;
  background-size: contain;
  top: 50%;
  transform: translate(0, -50%) scale(-1);
  left: 0;

}


.card-slider-thumb-col .slick-next{
  background: url(../img/slider-arrow-white.svg) no-repeat;
  background-size: contain;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}

.catalog-block-header{
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  border: none;
}


.form-description{
  text-align: center;
}
.tovar-zakaz,
.tovar{
  display: none;
}

.service-input{
  display: none;
}

.parent_47{
  display: none;
}

.podkluch-banner-bg .form_error{
  text-align: center;
}

.collection-input{
 display: none;
}

.filter-row{
  display: flex;
}
.bx-filter .bx-filter-parameters-box-container-block{
  width: 100%;
}
.bx-filter .bx-filter-parameters-box-container-block input{
  width: 100%;
}
.bx-filter .bx-filter-parameters-box-container .btn{
  text-decoration: none;
  padding: 10px 20px;
  margin-top: 35px;
}
.b_filter_127 .bx-filter-param-label.disabled{
  display: none !important;
}
.row-input-filter{
  gap: 10px
}
.b_filter_price{
  max-width: 250px;
}

.bx-filter .bx-filter-parameters-box{
  max-width: 20%;
}
.bx-filter .b_filter_127{
  max-width: max-content;
  width: 80%;
}


.coll-filter.bx-filter .bx-filter-parameters-box{
  max-width: 100%;
}

.color-name{
  display: none;
  position: absolute;
  top: -28px;
  background: #fff;
  font-size: 14px;
  left: 3px;
  border: 1px solid #ccc;
  padding: 1px 4px;
  z-index: 9;
  width: max-content;
}

.bx-filter-param-btn.bx-color-sl{
  position: relative;
}

.bx-filter-param-btn.bx-color-sl:hover .color-name{
  display: block;
}

.contacts-text{
  line-height: 1.2;
  margin-bottom: 16px;
  max-width: 480px;
}


.collection-page .coll-f-c4ca4238a0b923820dcc509a6f75849b{
  display: none;
}


[id^="smartFilterDropDown"]{
  max-height: 187px;
  overflow-y: auto;
}

.min-price::placeholder{
  color: #ccc;
}
.max-price::placeholder{
  color: #ccc;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label{
  border: none;
  box-shadow: none;
}

.bx-filter .bx-filter-param-btn{
  border: none!important;
}



.cookie-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c2c2c;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  z-index: 9999;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.2);
}
.cookie-notification .btn{
  padding: 10px 27px 8px 13px;
}

.cookie-notification .btn:after{
  border-color: transparent transparent #2c2c2c transparent;
}

.bx-catalog-subscribe-button{
  display: none;
}

.popup-window-buttons .btn-buy{
  display: block;
  width: 100%;
  max-width: 100%;

  text-align: center;
}

.popup-window-buttons .btn-buy:first-child{
  margin-bottom: 7px;
}

.popup-window-buttons{
  padding: 0;
}

.form-group.bx-soa-customer-field{
  margin-bottom: 15px;
}


.form-group.bx-soa-customer-field .form-control{
  padding: 10px;
  width: 100%;
}

.bx_soa_location .bx-soa-custom-label{
  margin-bottom: 20px;
}

.bx_soa_location .radio-inline label{
  display: flex;
  align-items: center;
  gap: 9px;
}

.bx_soa_location .form-group{
  padding-bottom: 20px;
}

.bx-soa-customer-field > .bx-soa-custom-label{
  font-size: 16px !important;
}

.bx-soa-pp-desc-container{
  display: none;
}

.bx-soa-pp-company-graf-container{
  border: none;
}

.bx-soa-pp-company-image{
  display: none;
}

input[type=checkbox].bx-soa-pp-company-checkbox{
  position: relative;
  top: 11px;
}

.bx-soa-pp .bx-soa-pp-company{
  display: flex
;
  width: 100%;
  text-align: left;
  padding-bottom: 19px;
}

.bx-soa-pp-company-graf-container{
  padding: 0;
}

.bx-soa-pp-company-smalltitle{
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #000;
  padding-left: 16px;
}

.bx-soa-pp-delivery-cost{
  display: none;
}

.bx-soa-section-content .alert{
  margin-bottom: 10px;
}

.basket-clear{
  display: none;
}

.card-nal{


  color: #070b26;
  padding: 5px 16px;
  z-index: 8;
  font-size: 13px;
}

.bx-filter .bx-filter-input-checkbox{
  display: flex
;
  align-items: center;
  gap: 8px;
}

.akcii-main{
  margin-bottom: 80px;
}



.slick-dots{
  text-align: center;
  margin-top: 25px;
display: none;
}

.slick-dots li{
  display: inline-block;
  margin: 0 3px;
}
.slick-dots li button{
  font-size: 0;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}


.slick-dots li.slick-active button{
  background: #b5806c;
}


.akcii-main .slick-track
{
  display: flex !important;
}

.akcii-main .slick-slide
{
  height: inherit !important;
}

.akcii-main  .akcii-item-text{
  min-height: 57px;
}

.main-catalog .catalog-card-2-img{
  height: auto;
}
.main-catalog .catalog-card-2-img img{
  max-height: 324px;
}

.file-description{
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}


.akcii-gallery{
  margin-top: 50px;
}
.akcii-gallery img{
  max-width: 100%;
  height:auto;
  margin-bottom: 20px;
}


#smartFilterDropDown253 label[for='arrFilter_253_2547889144']{
display: none!important;
}

.bx-filter .bx-ui-slider-track-container{
  z-index: 3;
}

.under-banner-text{
  background: whitesmoke;
  padding-top: 40px;
  padding-bottom: 69px;
}

.style-ul > ul > li{
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 52px;
  margin-bottom: 20px;
}
.style-ul > ul > li:before{
  content: '';
  background: url(/local/templates/shu/img/main-advantage-item.svg) no-repeat;
  width: 32px;
  height: 36px;
  position: absolute;
  left: 0;
top: 5px;
}
.style-ul > ul > li ul{
  padding-left: 20px;
}
.style-ul > ul > li ul li{
  list-style: disc;
}

.style-ul > ul > li b{
  margin-bottom: 0px;
  display: block;
}

.dost-detail .podkluch-banner:before{
  display: none;
}
.dost-detail .podkluch-banner:after{
  display: none;
}
.under-banner-text .container{
  position: relative;
}
.under-banner-text .container:after{
  content: "";
  background: url(../img/main-advantage-after.svg) no-repeat;
  width: 245px;
  height: 256px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -43px;
}
.dost-table table{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}


.dost-table table th{
  background: #070b26;
  color: #fff;
  padding: 15px 10px;
  font-weight: 500;
}

.dost-table table td{
  padding: 15px 10px;
  border: 1px solid #e9e9e9;
}

.dost-table{
  margin-top: 50px;
  margin-bottom: 50px;
}

.dost-table h3{
  margin-bottom: 25px;
}

.dost-center{
  padding-top: 50px;
  padding-bottom: 50px;
  background: whitesmoke;
}
.gr-center{
  padding-top: 50px;
}

.gr-text{
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 18px;
}

.gr-center img{
  width: 100%;
}

.under-banner-text .row{
  z-index: 2;
  position: relative;
}

.sotbit-seometa-tags-wrapper{
  padding: 12px 6px;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  color: #2d2d2d;
  box-shadow: 2px 2px 6px 0px rgba(34, 60, 80, 0.16);
  transition: ease-in-out .3s;
  gap: 15px;
}

.sotbit-seometa-tag-link {
  text-align: center;
  color: #000;
  transition: ease-in-out .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  line-height: 1.2;
}

.sotbit-seometa-tags-wrapper-row{
  grid-template-columns: repeat(5, 1fr);
  display: grid;
  gap: 15px;
  margin-bottom: 45px;
}


.card-nal-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  top: 19px;
  position: absolute;
}

/* Контейнер для ? и подсказки */
.nal-tip-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: -17px;
  z-index: 9;
}

/* Кружок с ? */
.nal-tip {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  font-size: 12px;
  color: #a2a2a2;
  border: 1px solid #ccc;
  cursor: pointer;
  line-height: 1;
}

/* Подсказка */
.modal-nal {
  position: absolute;
  bottom: calc(100% + 8px);     /* строго над кружком */
  left: 50%;                    /* центрируем */
  transform: translateX(-50%);  /* центр точно по центру ? */

  background: #fff;
  padding: 5px 10px;

  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
  font-size: 13px;
  white-space: nowrap;

  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
  z-index: 30;
}

/* Появление подсказки */
.nal-tip-wrap:hover .modal-nal {
  opacity: 1;
  visibility: visible;
}
#bx-soa-basket .bx-soa-editstep{
  display: none;
}
.bx-soa-section-title-container {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

div.bx-blue .btn.btn-default{
  background: #070b26;
}
div.bx-blue .btn.btn-default:hover {
  color: #fff;
  background: #ae7b68;
  transition: ease-in-out .3s;
}

.sotbit-seometa-tags-wrapper-current{
  opacity: .4;
}
#bx-soa-paysystem{
  display: none!important;
}

.coll-tovar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  position: relative;
}
.coll-tovar:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 20px 20px;
  border-color: transparent transparent #ffffff transparent;
  transform: rotate(0deg);
  position: absolute;
  bottom: -1px;
  right: -1px;
}


.coll-tovar-img{
  max-width: 101px;
}

.coll-tovar-img img{
  height: 78px;
  object-fit: cover;
}

.coll-tovar-text{
  background: #ebebeb;
  width: 100%;
  height: 100%;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
}

.services-projects{
  padding-top: 70px;
  padding-bottom: 70px;
}

.services-projects h2{
  text-align: center;
}

.related-bottom{
  padding: 20px;
  background: #f7f7f7;
}
.related-project{
  margin-bottom: 20px
}
.related-name{
  font-size: 20px;
  min-height: 61px;
}

.related-more .btn{
  display: block;
  margin-top: 20px;
  clip-path: polygon(100% 0, 100% 68%, 90% 100%, 0 100%, 0 0);
}


.related-project img{
  width: 100%;
}
.related-more{
  max-width: max-content;
}

/* the slides */
.slider-nav2 .slick-slide {
  margin: 6px 0;
}

/* the parent */
.slider-nav2  .slick-list {
  margin: 0 0;
}

.slider-nav2 img{
width: 100%;
}

.slider-for2 .slick-slide img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.slider-for2 .slick-arrow{
  font-size: 0;
  position: absolute;
  background: #ffffffb8;
  border: none;
  border-radius: 100%;
  z-index: 99;
}

.slider-for2.slick-prev{
  left: 10px;
  top: 50%;
 transform: translate(0, -50%);
}

.slider-for2 .slick-next{
  right: 10px;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 7L10 12L15 17' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}


.slider-for2 .slick-prev{
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 7L10 12L15 17' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.card-slider-text{
  padding-bottom: 80px;
}
.card-slider-text h1{
  text-align: left;
  margin-bottom: 25px;
  font-size: 36px;
}

.card_slider{
  padding-bottom: 50px;
}
.other-projects{
  padding-bottom: 80px;
}

.other-projects h2{
  text-align: center;
}

.spec-detail h2{
  max-width: 100%;
  margin-bottom: 10px;
}

.spec-detail .podkluch-banner-bg  .container-checkbox{
  color: #fff
}

.spec-first h3{
  text-transform: uppercase;
  font-size: 40px;
}

.spec-first p{
  font-size: 24px;
}

.spec-first-item{
  display: flex;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.spec-first-item-title{
  font-size: 24px;
  font-weight: bold;
}

.spec-first-item-text{
  font-size: 25px;
  line-height: 1.4;
}

.spec-first{
  padding-top: 100px;
  padding-bottom: 100px;
  background: whitesmoke;
}

.spec-etap{
  padding-top: 80px;
  padding-bottom: 80px;
}

.spec-etap h3{
  text-transform: uppercase;
  font-size: 40px;
}
.spec-etap-item-title{
  font-size: 24px;
}

.spec-etap-item{
  background: whitesmoke;
  border: 4px solid #000;
  text-align: center;
  position: relative;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 45px;
}


.spec-etap-item:after {
  content: '';
  width: 42px;
  height: 44px;
  background: #fff;
  border: 4px solid #000000;
  transform: rotate(-138deg);
  position: absolute;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  top: auto;
  right: -23px;
  bottom: -21px;
}

.spec-etap-item-num{
  position: absolute;
  left: 0;
  top: 0;
  background: #b5806d;
  font-size: 20px;
  background: url(/local/templates/shu/img/main-advantage-item.svg) no-repeat;
  width: 58px;
  height: 69px;
  background-size: cover;
  font-size: 29px;
}


.spec-etap-item-arrow{
  background: #b5806d;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}

.spec-etap-item-arrow svg{
  max-width: 35px;
  height: 35px;
}

.spec-etap-item p{
  margin-bottom: 0;
  line-height: 1.1;
}

.spec-etap-item p:first-child{
  font-size: 26px;
  margin-bottom: 5px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after, .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after{
  content: none!important;
}