@font-face {
  font-family: "Open Sans Condensed";
  src: url("../fonts/subset-OpenSansCondensed-Italic.woff2") format("woff2"), url("../fonts/subset-OpenSansCondensed-Italic.woff") format("woff"), url("../fonts/subset-OpenSansCondensed-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.psd, .modal-content .close:before, .modal-content .close::after, .place .jcf-select:before, .close:before, .close:after, .article-card a:before, .specific-list li:before, .promo .manager:before, .nav-tabs li .nav-link:before, .harakteristick-list li a:before, .buy-btn .ico:before, .buy-btn .ico:after, .jcf-select .jcf-select-opener:before, .precence:before, .benefits li:before, .light-bg .f-socially ul li a:before, .collapse-btn:before, .clear-btn .ico:before, .clear-btn .ico::after, .list li:before, .more:before, .breadcrumb-item.active:after, .agree label:after, .ch-item label:after, .agree label:before, .ch-item label:before, .f-email:before, .proposal-text-img:before, .proposal-text:before, .proposal-list li a:before, .main-nav li a:before, .f-list ul li a:before, .state:before {
  content: "";
  display: block;
  position: absolute;
}

.trans, .similar-card a, .news-card-name, .article-card-text svg, .article-card-text, .proposal-card-name a, .promo-tel, .nav-tabs li .nav-link:before, .feedback-text p a, .harakteristick-list li a:before, .harakteristick-list li a, .thumbs-wrapper span, .claim-btn svg, .search-btn svg, .clear-btn .ico:before, .clear-btn .ico::after, .more:before, .more, .breadcrumb-item a, .breadcrumb-wrap svg, .nav-ico span, .agree label:after, .ch-item label:after, .agree label a, .ch-item label a, .f-email:before, .proposal-list li a:before, .proposal-list li a, .main-nav li a:before, .f-list ul li a:before, .main-nav li a, .f-list ul li a, .email a, .call-btn svg, .call-btn, .head-contact .tel, .socially ul li img, .place-btn svg, .place-btn, a, .btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: #343434;
  border-radius: 12px;
  padding: 8px 12px;
  color: #fff;
  border: 0;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background: #FDB90B;
}
.btn:focus {
  background: #343434;
  color: #fff;
  text-decoration: none;
}

button, a,
.slide.slick-slide.slick-current.slick-active {
  outline: none !important;
}

body {
  background: url(../images/main-bg.png) center top no-repeat #343434;
  background-size: 100% auto;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: #fff;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
}

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

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 22px;
}

.align, .more-arr:after, .modal-content .btn:before, .has-check:before, .error-page p a, .news-item .btn, .btn-next:after, .btn-prev:before, .proposal-card-name a, .promo-tel, .harakteristick-list li a, .product-price .last-price, .category-table-name, .clear-btn .ico, .more, .breadcrumb-item .dots, .breadcrumb-wrap, .f-logo, .f-tel, .proposal-list li a, .logo, svg {
  display: inline-block;
  vertical-align: top;
}

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

.no-shadow, .form-control:focus, .search .form-control:focus, .send-form .form-control:focus, .btn:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
          box-shadow: 0 0 0 transparent !important;
}

img {
  vertical-align: top;
}

.header {
  padding: 34px 0 26px;
}

.header-top {
  margin-bottom: 34px;
}
.header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo {
  margin-right: 25px;
}
.logo img {
  max-width: 100%;
}

.place-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  padding: 8px 12px;
  background: #343434;
  border-radius: 12px;
  margin-top: 10px;
}
.place-btn .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  max-width: 12px;
  height: 12px;
  margin-right: 8px;
}
.place-btn svg {
  fill: #fff;
}
.place-btn:hover {
  background: #FDB90B;
  color: #585858;
}
.place-btn:hover svg {
  fill: #585858;
}

.right-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 15;
}

.socially {
  padding-right: 25px;
}
.socially ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socially ul li {
  display: block;
  margin-right: 8px;
}
.socially ul li a:hover img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.state {
  position: relative;
  margin-bottom: 5px;
  padding-left: 16px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.state:before {
  top: 3px;
  left: 0;
  background: #35CD1C;
  border: 2px solid rgba(0, 0, 0, 0.2);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.head-contact {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.head-contact .tel {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  text-decoration: none;
}
.head-contact .tel:hover {
  color: #FDB90B;
}

.mob-tel {
  display: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
}
.mob-tel:hover, .mob-tel:focus {
  color: #fff;
  text-decoration: none;
}

.call-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 10px 30px;
  border: 2px solid #FFFFFF;
  border-radius: 12px;
  margin-bottom: 5px;
}
.call-btn .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  max-width: 12px;
  height: 12px;
  margin-right: 8px;
}
.call-btn svg {
  fill: #fff;
}
.call-btn:hover {
  color: #585858;
  background: #fff;
}
.call-btn:hover svg {
  fill: #585858;
}

.email {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
.email a {
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
}
.email a:hover {
  color: #FDB90B;
}

.main-nav, .f-list ul {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -14px;
}
.main-nav li a, .f-list ul li a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 7px 14px;
  position: relative;
}
.main-nav li a:before, .f-list ul li a:before {
  left: 14px;
  right: 14px;
  bottom: 2px;
  height: 1px;
  background: #fff;
}
.main-nav li a:hover, .f-list ul li a:hover {
  color: #FDB90B;
}
.main-nav li a:hover:before, .f-list ul li a:hover:before {
  background: #FDB90B;
}
.main-nav li > ul, .f-list ul li > ul {
  display: none;
}

.main-nav-back {
  display: none;
  z-index: 102;
}

@media (min-width: 992px) {
  .main-nav li a, .f-list ul li a {
    border-radius: 16px;
  }
  .main-nav li a:hover, .f-list ul li a:hover, .main-nav li a.active, .f-list ul li a.active {
    background: #fff;
    color: #585858;
  }
  .main-nav li a:hover:before, .f-list ul li a:hover:before, .main-nav li a.active:before, .f-list ul li a.active:before {
    background: #fff;
  }
}
.main-hero {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-hero-title {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 118px;
  line-height: 113%;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
.main-hero-title span {
  font-weight: 500;
  font-size: 155px;
  display: block;
  position: absolute;
  top: 100px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  text-transform: none;
}

/* @supports (text-stroke: 1px white) or (-webkit-text-stroke: 1px white) {
  .main-hero-title span {
    color: transparent;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
    text-shadow: none;
  }
} */
.main-hero-img img {
  max-width: 100%;
}

.proposal {
  margin-bottom: 25px;
}

.proposal-slogan {
  padding: 0 230px 90px 0;
  min-height: 352px;
/*   background: url(../images/men.png) right -30px top no-repeat; */
}
.proposal-slogan p {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  color: #FFFFFF;
}

.manager {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #DBDBDB;
}

.manager-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  text-transform: none;
}

.proposal-list {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
.proposal-list li {
  display: block;
  margin-bottom: 12px;
}
.proposal-list li a {
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 12px 65px 12px 24px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}
.proposal-list li a:before {
  width: 21px;
  height: 15px;
  background: url(../images/arrow.svg) 0 0 no-repeat;
  background-size: 100%;
  top: 18px;
  right: 24px;
}
.proposal-list li a:hover {
  background: rgb(0, 0, 0);
}
.proposal-list li a:hover:before {
  right: 20px;
}

.proposal-text {
  background: #FFFFFF;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  padding: 10px 0 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.proposal-text:before {
  z-index: -1;
  width: 302px;
  height: 94px;
  left: 70px;
  top: 0;
  background: url(../images/decor02.png) 0 0 no-repeat;
}

.proposal-text-img {
  position: relative;
  z-index: 1;
  padding-right: 30px;
}
.proposal-text-img:before {
  z-index: -1;
  left: 62px;
  top: -36px;
  bottom: -20px;
  right: 0;
  background: url(../images/decor01.png) 0 0 no-repeat;
}
.proposal-text-img img {
  max-width: 100%;
}

.proposal-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  padding-right: 50px;
  padding-top: 10px;
}
.proposal-inner p {
  font-size: 20px;
  line-height: 28px;
  color: #585858;
}

.about {
  padding-top: 64px;
  margin-bottom: 80px;
  padding-left: 360px;
  position: relative;
}
.about p {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.about-img {
  position: absolute;
  left: -90px;
  top: 0;
}
.about-img img {
  max-width: 100%;
}

.num-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0 -15px;
}
.num-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 15px;
}
.num-list span {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 56px;
  line-height: 48px;
}
.num-list i {
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
}

.partners {
  margin-bottom: 63px;
}
.partners .swiper-button-next, .partners .swiper-button-prev {
  display: none;
}

.partners-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  margin-bottom: 30px;
}

.partners-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
}

.partner-card {
  margin-bottom: 30px;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 127px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partner-card img {
  max-width: 100%;
}

.footer {
  padding: 20px 0;
}

.f-list {
  margin-bottom: 32px;
}
.f-list ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 24px;
  border-bottom: 1px solid #585858;
}

.ftr-top {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-tel {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  margin-right: 13px;
  text-decoration: none;
}

.f-btn {
  background: #DBDBDB;
  color: #585858;
}
.f-btn:hover, .f-btn:focus {
  background: #FDB90B;
  color: #fff;
}

@media (min-width: 576px) {
  .f-btn br {
    display: none;
  }
}
.f-email {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  margin-left: 40px;
  position: relative;
  padding-bottom: 5px;
}
.f-email:before {
  right: 0;
  bottom: 0;
  left: 32px;
  height: 1px;
  background: #fff;
}
.f-email:hover, .f-email:focus {
  color: #fff;
}
.f-email:hover:before, .f-email:focus:before {
  background: transparent;
}
.f-email .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  max-width: 16px;
  height: 14px;
  margin-right: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-socially {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.f-socially p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #B5AFAF;
}
.f-socially ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6px;
}
.f-socially ul li {
  margin-left: 6px;
}
.f-socially ul li a {
  display: block;
}

.ftr-mdl {
  padding: 30px 40px 20px;
  border: 4px solid #585858;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.send-text {
  padding-left: 75px;
  background: url(../images/send-ico.svg) 0 0 no-repeat;
  background-size: 52px 43px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 375px;
          flex: 0 0 375px;
  max-width: 375px;
}

.send-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.yellow-btn {
  padding: 12px 20px;
  background: #FDB90B;
  color: #585858;
  font-size: 16px;
  line-height: 20px;
}
.yellow-btn:hover {
  color: #585858;
  background: #FFD977;
}
.yellow-btn:focus {
  background: #FDB90B;
  color: #585858;
}

.send-form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
}
.send-form .form-group {
  margin-bottom: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  padding: 0 20px 0 0;
}
.send-form .form-control {
  width: 100%;
  height: 44px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 700;
  background: #FFFFFF;
  border: 1px solid #B5AFAF;
  border-radius: 4px;
  line-height: 22px;
}
.agree, .ch-item {
  position: relative;
}
.agree input, .ch-item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.agree label, .ch-item label {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #B5AFAF;
  margin-bottom: 0;
  padding-left: 32px;
  cursor: pointer;
}
.agree label a, .ch-item label a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.agree label a:hover, .ch-item label a:hover {
  text-decoration: underline;
}
.agree label:before, .ch-item label:before {
  z-index: 1;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: #FDB90B;
  border-radius: 4px;
}
.agree label:after, .ch-item label:after {
  z-index: 2;
  width: 12px;
  height: 8px;
  border-bottom: 2px solid #585858;
  border-left: 2px solid #585858;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 4px;
  left: 4px;
  opacity: 0;
}
.agree input:checked + label:after, .ch-item input:checked + label:after {
  opacity: 1;
}

.ftr-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 30px;
}

.f-logo img {
  max-width: 100%;
}

.copy {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #B5AFAF;
}

.nav-ico {
  display: none;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 28px;
}
.nav-ico span {
  display: block;
  position: absolute;
  left: 0;
  background: #fff;
  width: 40px;
  height: 4px;
  border-radius: 4px;
}
.nav-ico span:first-child {
  top: 0;
}
.nav-ico span:nth-child(2) {
  top: 12px;
}
.nav-ico span:nth-child(3) {
  top: 24px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.mob-f-email {
  display: none;
}

.breadcrumb-wrap {
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  background: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
.breadcrumb-wrap svg {
  width: 16px;
  height: 14px;
  fill: #585858;
}

.breadcrumb-item.active {
  color: #B5AFAF;
  padding-right: 40px;
  position: relative;
}
.breadcrumb-item.active:after {
  width: 25px;
  height: 10px;
  background: url(../images/arrow-right.svg) 0 0 no-repeat;
  background-size: 100%;
  top: 7px;
  right: 5px;
}
.breadcrumb-item a {
  color: #585858;
  text-decoration: none;
}
.breadcrumb-item a:hover {
  color: #FDB90B;
}
.breadcrumb-item a.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
}
.breadcrumb-item a.home:hover svg {
  fill: #FDB90B;
}
.breadcrumb-item.breadcrumb-item:before {
  color: #DBDBDB;
  font-size: 20px;
  font-weight: 100;
}
.breadcrumb-item .dots {
  position: relative;
  top: 10px;
}

.breadcrumb {
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
}

h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 20px;
}

h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

h3 {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.hero {
  padding: 45px 0 30px;
}
.hero p {
  font-size: 20px;
  line-height: 28px;
}

.hero-slider {
  margin-bottom: 20px;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  margin-top: 0;
  top: 150px;
  width: 32px;
  height: 32px;
  background: rgba(217, 217, 217, 0.2);
  border-radius: 50%;
}
.hero-slider .swiper-button-prev:after,
.hero-slider .swiper-button-next:after {
  font-size: 18px;
}
.hero-slider .swiper-button-prev {
  left: 16px;
}
.hero-slider .swiper-button-next {
  right: 16px;
}
.hero-slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.hero-slider-label {
  position: absolute;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 97px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #343434;
  padding: 9px 16px;
  background: #FFD977;
  border-radius: 24px;
  white-space: nowrap;
}

.slider-card {
  position: relative;
  padding-top: 116px;
}

.slider-card-img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.slider-card-img img {
  max-width: 100%;
  border-radius: 150px;
  border: 2px solid #ffffff;
}

.slider-card-text {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 30px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.more {
  text-decoration: none;
  color: #fff;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #F1F1F1;
  padding: 10px 41px 10px 12px;
  border: 2px solid #F1F1F1;
  border-radius: 12px;
}
.more:before {
  width: 21px;
  height: 15px;
  background: url(../images/arrow.svg) 0 0 no-repeat;
  background-size: 100%;
  right: 12px;
  top: 12px;
}
.more:hover {
  background: #fff;
  color: #585858;
}
.more:hover:before {
  -webkit-filter: invert(70%) sepia(0%) saturate(12%) hue-rotate(241deg) brightness(103%) contrast(89%);
          filter: invert(70%) sepia(0%) saturate(12%) hue-rotate(241deg) brightness(103%) contrast(89%);
}
.more:focus {
  background: transparent;
  color: #fff;
}

.slider-card-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}

.catalog {
  margin-bottom: 30px;
}

.cat-col {
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.catalog-card {
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.catalog-card a {
  overflow: hidden;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #585858;
  display: block;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  height: 100%;
  border-radius: 16px;
}
.catalog-card a:hover {
  background: #FDB90B;
}

.catalog-card-img {
  display: block;
  height: 122px;
  overflow: hidden;
}
.catalog-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog-card-text {
  display: block;
  padding: 18px 5px;
  text-align: center;
}

.text {
  padding-bottom: 40px;
}

.list {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.list li {
  display: block;
  padding-left: 28px;
  position: relative;
  margin-bottom: 8px;
}
.list li:before {
  top: 10px;
  left: 0;
  width: 16px;
  height: 1px;
  background: #fff;
}

ol.list {
  list-style: none;
  counter-reset: item;
}
ol.list li {
  counter-increment: item;
}
ol.list li:before {
  display: none;
}
ol.list li:after {
  content: counter(item) ". ";
  position: absolute;
  top: 0;
  left: 0;
}

.filter {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 30px 16px;
  margin-bottom: 60px;
}
.filter p {
  color: #585858;
}
.filter .btn {
  width: 100%;
  display: block;
  margin-top: 15px;
  border-radius: 30px;
  padding: 16px;
}

.clear-btn {
  font-size: 16px;
  line-height: 20px;
  background: #F1F1F1;
  color: #585858;
}
.clear-btn .ico {
  width: 12px;
  height: 12px;
  position: relative;
  margin: 4px 5px 0 0;
}
.clear-btn .ico:before, .clear-btn .ico::after {
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #B5AFAF;
}
.clear-btn .ico:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.clear-btn .ico:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.clear-btn:hover .ico:before, .clear-btn:hover .ico:after {
  background: #fff;
}

.filter-item {
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  margin-bottom: 20px;
}
.filter-item .card-body {
  border: 0;
  padding: 10px 10px 12px;
}

.collapse-btn {
  display: block;
  width: 100%;
  padding: 12px 40px 12px 15px;
  border: 0;
  background: none;
  position: relative;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #585858;
}
.collapse-btn:before {
  right: 10px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #585858;
  border-right: 2px solid #585858;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search {
  margin-bottom: 24px;
  position: relative;
}
.search .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.search .form-control {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  padding: 12px 40px 12px 16px;
  height: 44px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}
.search-btn {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 1px;
  background: none;
  padding: 0;
  border: 0;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-btn svg {
  width: 21px;
  height: 21px;
  fill: #343434;
}
.search-btn:hover svg {
  fill: #FDB90B;
}

.ch-item {
  margin-bottom: 14px;
}
.ch-item label {
  font-size: 16px;
  line-height: 22px;
  color: #343434;
}

.table {
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 20px;
}

table {
  width: 100%;
}
table tr th {
  padding: 13px;
  background: #585858;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  border-top: 0 !important;
}
table tr th:first-child {
  padding-left: 23px;
}
table tr td {
  padding: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #585858;
  border-top: 0 !important;
  background: #F1F1F1;
}
table tr td:first-child {
  padding-left: 23px;
}
table tr:nth-child(even) td {
  background: #fff;
}

.category-table-name {
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #0B71C5;
}
.category-table-name:hover {
  color: #0B71C5;
  text-decoration: underline;
}
.category-table-name:focus {
  color: #0B71C5;
  text-decoration: none;
}

.price {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #585858;
  margin-bottom: 4px;
  text-align: right;
  white-space: nowrap;
}

.last-price {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  text-decoration: line-through;
  color: #B5AFAF;
}

.claim-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 9px 16px;
  font-size: 16px;
  line-height: 20px;
}
.claim-btn .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23px;
          flex: 0 0 23px;
  max-width: 23px;
  height: 24px;
  margin-right: 8px;
}
.claim-btn svg {
  fill: #585858;
}

.view-more {
  display: block;
  width: 100%;
  margin-bottom: 60px;
  background: #585858;
  font-size: 16px;
  line-height: 20px;
  padding: 13px;
  border-radius: 30px;
}
.view-more:hover {
  background: #FDB90B;
}
.view-more:focus {
  background: #585858;
}

.light-bg {
  background: url(../images/white-bg.png) center top no-repeat #F8F8F8;
  background-size: 100% auto;
  color: #585858;
}
.light-bg .nav-tabs li .nav-link {
  color: #585858;
}
.light-bg .nav-tabs li .nav-link.active {
  color: #585858;
}
.light-bg .nav-tabs li .nav-link.active:before {
  height: 4px;
}
.light-bg main p, .light-bg main h1, .light-bg main h2, .light-bg main h3, .light-bg main h4, .light-bg main h5 {
  color: #585858;
}
.light-bg .hero p, .light-bg .hero h1 {
  color: #fff;
}
.light-bg .f-list ul li a,
.light-bg .f-list ul li {
  color: #585858;
}
.light-bg .f-list ul li a:before,
.light-bg .f-list ul li:before {
  background: #585858;
}
.light-bg .f-list ul li a:hover,
.light-bg .f-list ul li:hover {
  color: #FDB90B;
}
.light-bg .f-list ul li a:hover:before,
.light-bg .f-list ul li:hover:before {
  background: #FDB90B;
}
.light-bg .list li {
  color: #585858;
}
.light-bg .list li:before {
  background: #585858;
}
.light-bg .f-tel,
.light-bg .f-email {
  color: #585858;
}
.light-bg .f-email:before {
  background: #585858;
}
.light-bg .f-email:hover::before {
  background: transparent;
}
.light-bg .f-socially ul li a {
  position: relative;
}
.light-bg .f-socially ul li a:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.light-bg .f-socially ul li a.vk:before {
  background: url(../images/s01-dark.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.light-bg .f-socially ul li a.zen:before {
  background: url(../images/s02-dark.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.light-bg .send-text {
  color: #585858;
}
.light-bg .ftr-mdl {
  border-color: #DBDBDB;
}
.light-bg .agree label a, .light-bg .ch-item label a {
  color: #585858;
}
.light-bg .f-logo img {
  -webkit-filter: invert(17%) sepia(13%) saturate(27%) hue-rotate(314deg) brightness(93%) contrast(81%);
          filter: invert(17%) sepia(13%) saturate(27%) hue-rotate(314deg) brightness(93%) contrast(81%);
}
.light-bg .copy {
  color: #B5AFAF;
}
.light-bg .feedback-text p {
  color: #585858;
}
.light-bg .feedback-text p a {
  color: #585858;
}
.light-bg .feedback-text p .f-email {
  color: #585858;
}
.light-bg .feedback-text p .f-email:hover {
  color: #1785E0;
}

.hero-img img {
  max-width: 100%;
}
.hero-img-author img {
  max-width: 100%;
  border-radius: 150px;
  box-shadow: 0 0 0 2px white, 0 0 2px #FFFFFF;
}

.benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 15px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.benefits li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 15px 15px;
  position: relative;
  padding-left: 40px;
}
.benefits li:before {
  top: -3px;
  left: 0;
  width: 28px;
  height: 28px;
  background: url(../images/icon_chek.svg) 0 0 no-repeat;
}

.product {
  margin-bottom: 56px;
}

.view-product {
  margin-bottom: 15px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.view-product .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 391px;
}
.view-product .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.view-product-logo {
  position: absolute;
  z-index: 10;
  left: 20px;
  bottom: 20px;
}
.view-product-logo img {
  max-width: 100%;
}

.thumbs-wrapper {
  padding: 0 35px;
  position: relative;
  width: 250px;
  max-width: 100%;
}
.thumbs-wrapper span {
  display: block;
  height: 68px;
  overflow: hidden;
  border-radius: 12px;
  border: 4px solid transparent;
  cursor: pointer;
}
.thumbs-wrapper span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumbs-wrapper .swiper-slide-thumb-active span {
  border-color: #FDB90B;
}
.thumbs-wrapper .swiper-button-next:after,
.thumbs-wrapper .swiper-button-prev:after {
  color: #585858;
  font-size: 22px;
}

.descript-product {
  border-radius: 24px;
  background: #fff;
  margin-bottom: 20px;
}
.descript-product p {
  color: #585858;
}
.descript-product .benefits {
  color: #585858;
}

.descript-product-top {
  background: #E98C00;
  border-radius: 24px 24px 0px 0px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-price {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}
.product-price span {
  font-size: 36px;
  line-height: 40px;
}
.product-price .last-price {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin: 10px 0 0 5px;
}

.precence {
  padding: 9px 16px 9px 32px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #343434;
  background: #F8F8F8;
  border-radius: 24px;
  position: relative;
}
.precence:before {
  left: 16px;
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1785E0;
}

.descript-product-middle {
  padding: 16px;
  border-bottom: 1px solid #DBDBDB;
}

.desc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.qty {
  padding-right: 24px;
}
.qty .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qty input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 69px;
          flex: 0 0 69px;
  max-width: 69px;
  font-weight: 700;
}
.qty span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #585858;
  margin-left: 8px;
}

label {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #585858;
}

.form-group {
  margin-bottom: 24px;
}

.form-control {
  padding: 10px 15px;
  width: 100%;
  display: block;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #B5AFAF;
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  color: #585858;
}
.metres {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
}

/* select */
.jcf-select {
  display: block;
  vertical-align: top;
  position: relative;
  width: 100%;
  display: block;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #B5AFAF;
  border-radius: 4px;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #585858;
  padding: 10px 30px 10px 15px;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-select .jcf-select-opener:before {
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #585858;
  border-right: 2px solid #585858;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select.jcf-compact-multiple {
  max-width: 220px;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
  display: inline-block;
  padding-top: 2px;
  content: "...";
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #585858;
  border-radius: 4px;
  overflow: hidden;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #585858;
  padding: 10px 10px 10px 15px;
  min-height: 14px;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.buy-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  margin: 0 0 24px 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  max-width: 140px;
  white-space: nowrap;
}
.buy-btn .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  max-width: 16px;
  margin-right: 8px;
  height: 16px;
  position: relative;
}
.buy-btn .ico:before, .buy-btn .ico:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #585858;
  border-radius: 2px;
}
.buy-btn .ico:before {
  width: 16px;
  height: 2px;
}
.buy-btn .ico:after {
  height: 16px;
  width: 2px;
}
.buy-btn.no-indent {
  margin: 0 0 11px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.min-size {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #585858;
}
.min-size span {
  font-weight: 700;
}

.descript-product-bottom {
  padding: 16px;
}

.title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #343434;
  margin-bottom: 12px;
}

.harakteristick-list {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.harakteristick-list li {
  display: block;
  margin: 0 4px 4px 0;
}
.harakteristick-list li a {
  color: #0B71C5;
  text-decoration: none;
  padding: 8px 50px 8px 20px;
  background: #F8F8F8;
  border-radius: 32px;
  position: relative;
}
.harakteristick-list li a:before {
  right: 20px;
  top: 11px;
  width: 21px;
  height: 15px;
  background: url(../images/arrow-blue.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.harakteristick-list li a:hover:before {
  right: 15px;
}

.feedback-text p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.feedback-text p a {
  color: #fff;
  text-decoration: none;
}
.feedback-text p a:hover {
  color: #0B71C5;
}
.feedback-text .f-email {
  margin-left: 5px;
  top: 3px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: "Noto Sans", sans-serif;
  text-transform: none;
}
.feedback-text .f-email:before {
  display: none;
  text-transform: none;
}
.feedback-text .f-email .ico {
  margin-right: 8px;
}

.more-info {
  padding-bottom: 80px;
}

.more-info-img {
  overflow: hidden;
  height: 328px;
  margin-bottom: 16px;
  border-radius: 24px;
}
.more-info-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.more-info-title {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #585858;
  margin-bottom: 16px;
}

.nav-tabs {
  margin: 0 -15px 38px;
  border-bottom: 0;
}
.nav-tabs li {
  padding: 0 15px;
}
.nav-tabs li .nav-link {
  display: block;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 0 0 17px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  position: relative;
  background: none !important;
}
.nav-tabs li .nav-link:before {
  left: 0;
  bottom: 0;
  right: 0;
  background: #FDB90B;
  border-radius: 4px 4px 0px 0px;
  height: 0;
}
.nav-tabs li .nav-link.active {
  color: #fff;
}
.nav-tabs li .nav-link.active:before {
  height: 4px;
}

.tab-content {
  margin-bottom: 30px;
}
.tab-content table span {
  display: block;
}

.promo {
  background: url(../images/man-small.png) 20px bottom no-repeat #FFFFFF;
  border-radius: 24px;
  padding: 24px 50px 24px 132px;
  border-radius: 24px;
  margin-bottom: 20px;
}
.promo .manager {
  position: relative;
  padding-top: 8px;
  color: #B5AFAF;
}
.promo .manager:before {
  left: 0;
  top: 0;
  height: 1px;
  width: 120px;
  background: #DBDBDB;
}
.promo .manager-name {
  color: #585858;
}
.promo p {
  color: #585858;
}
.promo .f-email {
  color: #585858;
}

.promo-contact {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.promo-contact .f-email {
  margin: 0 0 15px 25px;
  padding-bottom: 0;
}
.promo-contact .f-email .ico {
  margin-top: 5px;
}
.promo-contact .promo-tel {
  line-height: 25px;
}

.promo-tel {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #585858;
  text-decoration: none;
}
.promo-tel:hover {
  color: #0B71C5;
  text-decoration: none;
}
.promo-tel:focus {
  color: #585858;
  text-decoration: none;
}

.note {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #B5AFAF;
  margin-bottom: 26px;
}

.specific-list {
  padding-bottom: 22px;
}
.specific-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 22px;
  color: #585858;
  margin-bottom: 16px;
}
.specific-list li:before {
  z-index: -1;
  left: 0;
  bottom: 5px;
  right: 0;
  border-bottom: 1px solid #DBDBDB;
}
.specific-list li span {
  background: #F8F8F8;
}
.specific-list li span:first-child {
  padding-right: 8px;
}
.specific-list li span:nth-child(2) {
  padding-left: 8px;
  font-weight: 700;
}

.proposal-card {
  margin-bottom: 30px;
}
.proposal-card .claim-btn {
  width: 100%;
  border-radius: 30px;
}

.proposal-card-img {
  position: relative;
  margin-bottom: 16px;
  height: 214px;
  overflow: hidden;
  border-radius: 24px;
}
.proposal-card-img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.label {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 30px;
  background: linear-gradient(255.32deg, #DC0505 12.24%, #FFC805 100%);
  border-radius: 0px 24px 24px 0px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 4px 12px;
}

.proposal-card-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.proposal-card-name a {
  text-decoration: none;
  color: #FFFFFF;
}
.proposal-card-name a:hover {
  color: #FDB90B;
}

.proposal-card-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.proposal-card-price .price {
  color: #fff;
  margin-bottom: 16px;
}
.proposal-card-price .last-price {
  margin: 0 0 16px 8px;
}

.about-hero {
  background: url(../images/about-bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 0px 0 40px;
  margin-bottom: 70px;
}
.about-hero .header {
  margin-bottom: 56px;
}

.cnt-img {
  overflow: hidden;
  margin-bottom: 38px;
}
.cnt-img img {
  border-radius: 16px;
  max-width: 100%;
}

.about-text-img img {
  max-width: 100%;
}

.articles {
  margin-bottom: 15px;
}

.article-card {
  margin-bottom: 30px;
  position: relative;
  border-radius: 16px;
}
.article-card a {
  display: block;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  height: 240px;
}
.article-card a:before {
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  border-radius: 16px;
}
.article-card a:hover .article-card-text {
  color: #FDB90B;
}
.article-card a:hover .article-card-text svg {
  stroke: #FDB90B;
}
.article-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-card-text {
  position: absolute;
  z-index: 3;
  top: 54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 392px;
  max-width: 100%;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-card-text .ico {
  width: 38px;
  height: 37px;
  margin-bottom: 18px;
}
.article-card-text svg {
  stroke: #fff;
}

.article-hero {
  background: url(../images/article-hero.jpg) center top no-repeat;
  background-size: cover;
}

.article-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 60px 0 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}
.article-top span {
  margin-right: 26px;
}
.article-top .date {
  font-weight: 600;
}

.product-table .price {
  text-align: left;
}

.article-nav {
  padding: 30px 0;
}

.btn-prev,
.btn-next {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #585858;
  border-radius: 16px;
  padding: 10px 12px;
}
.btn-prev:focus,
.btn-next:focus {
  background: #585858;
}

.btn-prev:before {
  content: "";
  width: 21px;
  height: 15px;
  background: url(../images/arrow.svg) 0 0 no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: 3px 8px 0 0;
}

.btn-next:after {
  content: "";
  width: 21px;
  height: 15px;
  background: url(../images/arrow.svg) 0 0 no-repeat;
  background-size: 100%;
  margin: 3px 0 0 8px;
}

.view-all {
  display: block;
  border: 2px solid #F1F1F1;
  border-radius: 12px;
  padding: 8px 12px;
}

.news-card {
  margin-bottom: 30px;
}
.news-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-card a:hover .news-card-name {
  color: #FDB90B;
}

.news-card-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  overflow: hidden;
  height: 184px;
  border-radius: 16px;
}
.news-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-card-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 30px;
}

.date {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.news-card-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  display: block;
}

.news-item {
  margin-bottom: 40px;
}
.news-item .btn {
  margin-top: 30px;
}

.delivery {
  padding-bottom: 100px;
  background: url(../images/map.svg) center bottom no-repeat;
  margin-bottom: 40px;
}
.delivery .num-list {
  padding: 40px 0 0;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.delivery .num-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: none;
  padding: 0 40px;
}

.contact {
  padding: 60px 0 40px;
}

.map {
  border-radius: 16px;
  height: 374px;
  overflow: hidden;
}

.contact-text .promo-tel {
  color: #fff;
}

.error-page {
  padding: 124px 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
}
.error-page .logo {
  margin: 0 0 69px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: none;
}
.error-page p {
  margin-bottom: 18px;
}
.error-page p a {
  text-decoration: none;
  color: #FDB90B;
}
.error-page p a:hover {
  text-decoration: underline;
}

.subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 66px;
}

.error-page-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 18px;
}

.modal-content {
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  -webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  display: block;
  position: relative;
  padding: 62px 32px 44px;
}
.modal-content .agree label, .modal-content .ch-item label {
  font-size: 16px;
  color: #585858;
}
.modal-content .agree label a, .modal-content .ch-item label a {
  font-weight: 400;
  text-decoration: underline;
}
.modal-content .agree label a:hover, .modal-content .ch-item label a:hover {
  text-decoration: none;
}

.close {
  position: absolute;
  opacity: 1 !important;
  top: 44px;
  right: 32px;
  width: 20px;
  height: 20px;
}
.close:before, .close:after {
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #585858;
}
.close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 12px;
}
.modal-title + p {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #585858;
}

.has-check {
  display: block;
  width: 100%;
  border-radius: 30px;
  position: relative;
  padding: 14px;
  margin: 32px 0 24px;
}
.has-check:before {
  content: "";
  position: relative;
  width: 14px;
  height: 10px;
  border-bottom: 2px solid #585858;
  border-left: 2px solid #585858;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 3px;
  margin-right: 8px;
}

.place .jcf-select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  padding: 8px 12px;
  background: #343434;
  border-radius: 12px;
  margin-top: 10px;
  border: 0;
  position: relative;
  max-width: 180px;
  width: 180px;
  -webkit-transition: none;
  transition: none;
}
.place .jcf-select:hover {
  color: #FFFFFF;
  background: #343434;
}
.place .jcf-select:before {
  width: 12px;
  height: 12px;
  pointer-events: none;
  background: url(../images/place-ico.svg) 0 0 no-repeat;
  background-size: cover;
  left: 12px;
  top: 17px;
}
.place .jcf-select .jcf-select-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  margin: 0 0px 0 20px;
  padding: 0;
}
.place .jcf-select .jcf-select-opener {
  display: none;
}
.place .jcf-drop-active {
  border-radius: 12px 12px 0 0;
}
.place .jcf-list {
  background: #343434;
  -webkit-box-shadow: 0px 19px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 19px 25px rgba(0, 0, 0, 0.05);
}
.place .jcf-select-drop .jcf-select-drop-content {
  border-radius: 0 0 12px 12px !important;
  overflow: hidden;
  border: 0;
}
.place .jcf-list .jcf-option {
  padding: 6px 12px 6px 32px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
.place .jcf-list .jcf-option.jcf-hover {
  background: #585858;
  -webkit-box-shadow: 0px 19px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 19px 25px rgba(0, 0, 0, 0.05);
}
.place .jcf-select .jcf-select-drop {
  left: 0;
}

.modal-content {
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  -webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  display: block;
  position: relative;
  padding: 54px 24px 24px;
}
.modal-content .close {
  position: absolute;
  opacity: 1;
  width: 20px;
  height: 20px;
  top: 24px;
  right: 24px;
}
.modal-content .close:before, .modal-content .close::after {
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #585858;
}
.modal-content .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal-content .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-content .btn {
  width: 100%;
  position: relative;
  margin: 20px 0 24px;
  padding: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.modal-content .btn:before {
  content: "";
  width: 14px;
  height: 10px;
  border-bottom: 2px solid #585858;
  border-left: 2px solid #585858;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 2px 7px 0 0;
}
.modal-content .form-group {
  margin-bottom: 12px;
}
.modal-content p {
  text-align: center;
  color: #585858;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.modal-content .ch-item label a {
  color: #585858;
  font-weight: normal;
  text-decoration: underline;
}
.modal-content .ch-item label a:hover {
  text-decoration: none;
}

.modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #1E1E1E;
  margin-bottom: 20px;
}

.modal-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #1E1E1E;
  margin-bottom: 20px;
}
.modal-subtitle strong {
  font-weight: 600;
}

@media (min-width: 578px) {
  .call-modal .modal-dialog {
    width: 323px;
  }
}
@media (max-width: 577px) {
  .modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-subtitle {
    font-size: 16px;
  }
}
.similar {
  background: url(../images/similar-bg.jpg) center top no-repeat #D8F6FF;
  background-size: cover;
  padding: 64px 30px 30px;
}

.similar-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #585858;
  margin-bottom: 32px;
}

.similar-card {
  margin-bottom: 30px;
}
.similar-card a {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #585858;
  text-decoration: none;
}
.similar-card a:hover {
  color: #FDB90B;
}

.similar-card-img {
  display: block;
  overflow: hidden;
  height: 186px;
  margin-bottom: 14px;
  border-radius: 12px;
}
.similar-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.more-arr {
  padding: 11px 16px;
  position: relative;
}
.more-arr:after {
  content: "";
  width: 26px;
  height: 11px;
  background: url(../images/arrow-dark.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 2px 0 0 10px;
}

.descript-product .btn-next {
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    max-width: 260px;
  }
  .main-nav li a, .f-list ul li a {
    padding: 5px 7px;
  }
  .main-nav li a:before, .f-list ul li a:before {
    left: 7px;
    right: 7px;
  }
  .main-nav, .f-list ul {
    font-size: 18px;
    line-height: 22px;
  }
  .proposal-slogan {
    padding-bottom: 45px;
  }
  .proposal-inner {
    padding-top: 0;
  }
  .about-img {
    max-width: 400px;
  }
  .about {
    padding-left: 290px;
  }
  .num-list {
    font-size: 22px;
    line-height: 26px;
  }
  .num-list li i {
    font-size: 22px;
  }
  h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
  }
  .desc-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .desc-row .buy-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991px) {
  .nav-ico {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header {
    padding: 24px 0 51px;
  }
  .header-top {
    margin-bottom: 0;
  }
  .header-top .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .place {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .place-btn {
    margin-top: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .right-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 26px;
  }
  .right-header .tel {
    display: none;
  }
  .mob-tel {
    display: block;
  }
  .state {
    display: none;
  }
  .socially img {
    max-width: 52px;
  }
  .email {
    display: none;
  }
  .head-btm {
    position: fixed;
    z-index: 100;
    height: calc(100vh - 230px);
    overflow: auto;
    top: 230px;
    left: 0;
    right: 0;
    background: #343434;
    padding-bottom: 20px;
    -webkit-transform: translateY(-500%);
            transform: translateY(-500%);
  }
  .main-nav, .f-list ul {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    padding-top: 40px;
    position: relative;
  }
  .main-nav li, .f-list ul li {
    margin-bottom: 10px;
  }
  .main-nav li a, .f-list ul li a {
    display: inline-block;
    vertical-align: top;
    padding: 7px 16px;
  }
  .main-nav li a:before, .f-list ul li a:before {
    left: 16px;
    right: 16px;
  }
  .main-nav li > ul, .f-list ul li > ul {
    display: block;
    position: fixed;
    z-index: 101;
    height: calc(100vh - 363px);
    overflow: auto;
    top: 64px;
    left: 0;
    right: 0;
    background: #343434;
    padding-bottom: 20px;
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    padding-top: 20px;
    padding-bottom: 50px;
    z-index: 101;
  }
  .main-nav > li.active, .f-list ul > li.active {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
  }
  .main-nav > li.active > a, .f-list ul > li.active > a {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    padding: 0;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
  }
  .main-nav > li.active > a:before, .f-list ul > li.active > a:before {
    display: none;
  }
  .main-nav > li.active > ul, .f-list ul > li.active > ul {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .js-active {
    overflow: hidden;
  }
  .js-active .main-nav, .js-active .f-list ul, .f-list .js-active ul {
    padding-top: 70px;
  }
  .main-nav-back {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 20px;
    background: #585858;
    border-radius: 16px;
    padding: 12px 16px 12px 48px;
    -webkit-transition: all 0.2 ease-out;
    transition: all 0.2 ease-out;
    font-weight: 700;
    font-size: 16px;
    text-transform: none;
    line-height: 20px;
    font-family: "Noto Sans", sans-serif;
    color: #fff;
  }
  .main-nav-back:before {
    display: none;
  }
  .main-nav-back:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    left: 16px;
    background: url(../images/arrow.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 21px;
    height: 16px;
  }
  .main-nav-back:hover, .main-nav-back:focus {
    color: #fff;
    text-decoration: none;
  }
  .js-active + .main-nav-back {
    display: block;
  }
  .js-open {
    overflow: hidden;
  }
  .js-open .header {
    background: #343434;
  }
  .js-open .head-btm {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .js-open .nav-ico span:nth-child(2) {
    left: 150px;
  }
  .js-open .nav-ico span:first-child {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .js-open .nav-ico span:last-child {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .main-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 100px;
  }
  .main-hero-img {
    max-width: 120px;
  }
  .main-hero-title {
    font-weight: 500;
    font-size: 68px;
    line-height: 100%;
    margin-top: -50px;
  }
  .main-hero-title span {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 20%;
    font-size: 110px;
    line-height: 100%;
  }
  .proposal {
    margin-bottom: 60px;
  }
  .proposal .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .proposal-slogan {
    padding: 230px 0 0;
    background-position: top center;
    background-size: auto 270px;
    margin-bottom: 70px;
  }
  .proposal-slogan p {
    text-align: center;
    margin-bottom: 14px;
  }
  .manager {
    text-align: center;
  }
  .proposal-list {
    text-align: center;
    padding-bottom: 30px;
  }
  .proposal-text {
    display: block;
    padding: 33px 33px 40px;
  }
  .proposal-text-img {
    display: none;
  }
  .proposal-inner {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .about {
    margin-bottom: 70px;
    padding: 0;
    text-align: center;
  }
  .about-img {
    position: static;
    max-width: none;
  }
  .partners {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 40px;
    position: relative;
  }
  .partners .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
  }
  .partners .swiper-button-next,
.partners .swiper-button-prev {
    display: block;
    margin-top: 7px;
  }
  .partners-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
    padding: 0;
  }
  .partner-card {
    margin-bottom: 0;
  }
  .f-list {
    margin-bottom: 0;
  }
  .f-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 0;
  }
  .f-list ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .ftr-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .f-socially {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .f-email {
    display: none;
  }
  .mob-f-email {
    display: block;
    margin-left: 0;
  }
  .mob-f-email svg {
    position: relative;
    top: 10px;
  }
  .f-tel {
    margin-bottom: 6px;
    margin-right: 0;
  }
  .ftr-mdl {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .send-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
    text-align: center;
    margin-bottom: 20px;
    padding: 68px 0 0 0;
    background-position: center top;
  }
  .send-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .send-row {
    display: block;
    margin-bottom: 20px;
  }
  .send-form .form-group {
    padding: 0;
    width: 100%;
  }
  .send-form .btn {
    width: 100%;
  }
  .ftr-btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .f-logo {
    margin-bottom: 15px;
  }
  .copy {
    font-size: 12px;
    line-height: 16px;
  }
  .hero {
    padding: 0 0 40px;
  }
  .hero h1 {
    margin-bottom: 40px;
  }
  .slider-card {
    padding-top: 22px;
  }
  .slider-card-img {
    display: none;
  }
  .hero-slider-label {
    top: 0;
  }
  .slider-card-text {
    padding: 40px 64px 40px;
  }
  .hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 10px;
  }
  .cat-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .text {
    padding-bottom: 15px;
  }
  table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #FFFFFF;
    border-radius: 16px;
    margin-bottom: 16px;
  }
  table tr th {
    display: none;
    padding: 0 16px;
  }
  table tr td {
    display: block;
  }
  .category-table table tr td:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 16px 0;
  }
  .category-table table tr td:nth-child(2), .category-table table tr td:nth-child(3), .category-table table tr td:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    text-align: center;
    padding: 0 0 16px;
  }
  .category-table table tr td:nth-child(3) {
    padding-left: 7px;
    padding-right: 7px;
  }
  .category-table table tr td:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 0 0 16px;
  }
  .category-table table tr td:nth-child(6) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 0 0 16px;
  }
  .price, .last-price {
    text-align: center;
  }
  .hero-img {
    display: none;
  }
  .benefits {
    display: block;
  }
  .benefits li {
    max-width: none;
  }
  .thumbs-wrapper {
    margin: 0px auto 40px;
  }
  .more-info-title {
    margin-bottom: 40px;
  }
  .product-table {
    margin-bottom: 40px;
  }
  .product-table tr {
    display: block;
    padding: 12px;
    border-radius: 0;
    margin: 0;
  }
  .product-table tr:nth-child(odd) {
    background: #F1F1F1;
  }
  .product-table tr:first-child {
    display: none;
  }
  .product-table tr td {
    max-width: 100%;
    text-align: center;
    padding: 0;
  }
  .promo {
    padding: 24px 20px 0;
  }
  .promo .manager {
    text-align: left;
    padding: 20px 0 30px 128px;
  }
  .promo .manager:before {
    left: 128px;
  }
  .promo-contact .f-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .light-bg {
    background-size: auto auto;
  }
  .about-hero .header {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .article-top {
    margin: 0 0 5px;
    display: block;
  }
  .article-top span {
    display: block;
    margin-bottom: 16px;
  }
  .view-all {
    margin-top: 30px;
  }
  .product-table .price {
    text-align: center;
  }
  .delivery .num-list li {
    padding: 0 15px;
  }
  .delivery {
    padding-bottom: 40px;
  }
  .contact {
    padding: 20px 0;
  }
  .contact table tr td {
    display: block;
    width: 100%;
  }
  .contact table tr td:first-child {
    padding: 0.75rem 0.75rem 0;
  }
  .map {
    height: 300px;
  }
  .error-page {
    padding: 94px 0;
  }
  .error-page .logo {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .light-bg .feedback-text p .f-email {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .hero h1 {
    font-size: 29px;
    margin-bottom: 20px;
  }
  .f-email:before {
    left: 38px;
    right: 3px;
  }
  .feedback-text .f-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .feedback-text .f-email .ico {
    position: relative;
    top: 1px;
  }
}
@media (max-width: 767px) {
  .place .jcf-select {
    width: 100%;
    max-width: 100%;
  }
  .socially {
    padding-right: 0;
  }
  .right-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .head-contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .call-btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .proposal-text {
    overflow: hidden;
  }
  .num-list {
    display: block;
  }
  .num-list li {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .num-list li br {
    display: none;
  }
  .head-btm {
    height: calc(100vh - 282px);
    top: 282px;
  }
  .slider-card-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slider-card-text .more {
    width: 100%;
  }
  .slider-card-name {
    text-align: center;
    margin-bottom: 20px;
  }
  .cat-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .promo-contact {
    display: block;
  }
  .promo-contact .f-email {
    margin-left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .more-info {
    padding-bottom: 30px;
  }
  .about-hero h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .article-card-text {
    padding: 0 10px;
    width: 100%;
  }
  .news-card a {
    display: block;
  }
  .news-card-img {
    max-width: none;
    display: block;
    margin-bottom: 15px;
  }
  .news-card-text {
    max-width: none;
    display: block;
    padding: 0;
  }
  body {
    background-size: auto;
  }
  .modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .place .jcf-select:before {
    position: static;
  }
  .place .jcf-select {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .place .jcf-select .jcf-select-text {
    margin-left: 10px;
  }
}
@media (max-width: 577px) {
  .cat-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  table .claim-btn {
    margin: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .delivery {
    background-position: center bottom -95px;
  }
  .similar {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .similar-title {
    font-size: 30px;
    line-height: 34px;
  }
  .product-price {
    font-size: 18px;
  }
  .product-price span {
    font-size: 28px;
  }
  .precence {
    padding: 8px 10px 8px 28px;
  }
  .precence:before {
    left: 12px;
  }
  .nav-tabs li .nav-link {
    font-size: 20px;
    line-height: 24px;
  }
  .nav-tabs li {
    padding: 0 10px;
  }
  .nav-tabs {
    margin-left: -10px;
    margin-right: -10px;
  }
  .proposal-card .claim-btn {
    margin: 0;
  }
  .view-product .swiper-slide {
    height: auto;
  }
  .btn-prev, .btn-next {
    margin-bottom: 15px;
    border-radius: 12px;
  }
  .article-nav .view-all {
    margin-top: 15px;
  }
  .proposal-list {
    font-size: 14px;
    line-height: 14px;
  }
  .proposal-list li a:before {
    top: 11px;
  }
  .precence {
    font-size: 12px;
    padding: 5px 5px 5px 20px;
    white-space: nowrap;
  }
  .precence:before {
    top: 11px;
    left: 8px;
  }
  .promo {
    background-position: 12px bottom;
    padding-left: 110px;
    padding-right: 10px;
  }
  .promo .manager {
    padding-left: 0px;
  }
  .promo .manager:before {
    left: 0;
  }
  .promo-tel {
    font-size: 18px;
  }
}
@media (max-width: 370px) {
  .socially ul li {
    margin-right: 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    max-width: 40px;
  }
  .socially ul li img {
    max-width: 100%;
  }
  .socially ul li:last-child {
    margin-right: 0;
  }
  body {
    background-size: auto auto;
  }
  .logo {
    max-width: 200px;
  }
  .main-hero-title {
    font-size: 60px;
  }
  .main-hero-title span {
    font-size: 98px;
  }
  .main-nav, .f-list ul {
    font-size: 16px;
    line-height: 20px;
  }
  .f-tel,
.f-email {
    font-size: 16px;
    line-height: 20px;
  }
  .f-email .ico {
    margin-right: 6px;
  }
  .btn {
    padding: 8px;
  }
  .ftr-mdl {
    padding-left: 10px;
    padding-right: 10px;
  }
  .breadcrumb-wrap {
    margin-left: 4px;
    margin-right: 4px;
  }
  .f-email:before {
    left: 27px;
    right: 5px;
  }
}
.filter__checkboxes {
    max-height: 300px; 
    overflow: auto;
}

.cookie-panel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1684DF;
  color: #fff;
  z-index: 200;
  padding: 15px 0;
  font-size: 15px;
  line-height: 22px;
}

.cookie-panel-wrap {
  position: relative;
}

#toggler {
  left: 0px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  border: 1px solid red;
}
#toggler:checked ~ .cookie-panel {
  display: none;
}

.cookie-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookie-msg a {
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.cookie-msg a:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}
.cookie-msg span {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
}

.btn-dismiss {
  background: #ffaa22;
  color: #000;
  padding: 5px 15px;
  font-weight: 700;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 0;
  border-radius: 12px;
  margin-bottom: 0;
  cursor: pointer;
}
.btn-dismiss:hover {
  background: #ee9200;
}

@media (max-width: 768px) {
  .cookie-panel {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .cookie-panel {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 0;
  }
  .cookie-msg span {
    padding-right: 15px;
  }
  .btn-dismiss {
    padding: 5px 10px;
  }
}
