.block-opisanie{
	display: none;
}
.block-opisanie.active{
	display: block;
}
.tabs-container-opisanie{
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -2em;
}
.nav-tabs-opisanie{
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 4px solid #f6f7fb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

}
.nav-tabs-opisanie > li {
    display: block;
    border-bottom: 4px solid transparent;
    margin-bottom: -4px;
    padding-bottom: 2em;
    padding-top: 2em;
    -webkit-transition: color 0.3s, border-color 0.3s;
    -o-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
     color: #000;
     
}
.tabs-container-opisanie .nav-tabs-opisanie li:before {
    content: none;
}
.nav-tabs-opisanie > li.active{
    font-weight: 800;
    border-bottom-color: #022391;

} 
ul.nav-tabs-opisanie li{
    flex: 0 0 auto;
      padding-left: 0;
    margin: 0 40px 0 0;
    cursor: pointer;
    text-transform: uppercase;
}
.nav-tabs-opisanie > li:hover {
    color: #1cdcff;
}
.block-opisanie{
    min-height: 200px;
}
.nav-tabs-opisanie li:last-of-type {
    margin-right: 0;
}
.tabs-container-opisanie{
    margin-bottom: 50px;
}
#kit .kit-chess-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
#kit .kit-chess-item:nth-child(odd) .kit-chess-img {
    order: 1;
}
#kit .kit-chess-img img {
    display: block;
    max-width: 100%;
    border-radius: 10px;
    margin: 0;
}
#kit .kit-chess-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
#kit .kit-chess-img, #kit .kit-chess-txt {
    width: 49%;
}
#kit .kit-chess-txt h3 {
    margin: 0px 0px 30px 0px;
}
@media only screen and (max-width : 768px) {
    #kit .kit-chess-item {flex-wrap: wrap;}
    #kit .kit-chess-img, #kit .kit-chess-txt {width: 100%;}
    #kit .kit-chess-item:nth-child(odd) .kit-chess-img {order: 0;}
    #kit .kit-chess-img img {max-width: 400px; margin: 0px 0px 30px 0px;}
    #kit .kit-chess-item .kit-chess-img{
        order: 5 !important;
    }
    #kit .kit-chess-item .kit-chess-txt{
        order: 0 !important;
    }
    .tabs-container-opisanie{
        margin-top: 20px;
    }
}
@media only screen and (max-width : 440px) {/* 440px */
    #kit .kit-chess-img img {max-width: 100%;}

}
.sproduct-wrapper {
  padding-top: 0px;
  padding-bottom: 0; }

.sproduct__main {
  margin-top: -6px; }

.sproduct__head {
  background-color: #FFF;
  padding: 28px 38px 0 38px; }

.sproduct__body {
  background-color: #FFF;
  padding: 0px 38px; }

.sproduct__headings-w {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 4px; }

.sproduct__art {
  font-weight: 300;
  font-size: 39px;
  color: #313131; }

.sproduct__title {
  font-weight: 800;
  font-size: 38px;
  color: #313131;
  margin-top: -8px; }

.sproduct__info-item {
  font-size: 17px;
  line-height: 1.2;
  color: #999999;
  display: inline-block;
  margin-right: 37px; }

.sproduct__info-text {
  color: black; }

.sproduct__logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto; }
  .sproduct__logos a {
    display: inline-block; }
    .sproduct__logos a:not(:last-child) {
      margin-right: 40px; }

.scard__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 27px; }

.scard__left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .scard__left--alone + .scard__right {
    margin-left: 62px; }
    .scard__left--alone + .scard__right .scard__prices-w {
      margin-top: auto; }

.scard__thumbs {
  width: 116px;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 30px;
  position: relative; }
  .scard__thumbs:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background-color: #FFF;
    z-index: 3; }
  .scard__thumbs .slick-arrow {
    position: absolute;
    bottom: 0;
    background: url("../images/scard__thumb-arrow.svg") no-repeat center;
    width: calc(50% - 5px);
    height: 24px;
    background-color: #F6F7FB;
    font-size: 0;
    cursor: pointer;
    z-index: 4; }
  .scard__thumbs .slick-next {
    right: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .scard__thumbs .slick-prev {
    left: 0; }

.scard__thumb {
  height: 116px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border: 2px solid #ccd2e3;
  margin-bottom: 29px;
  cursor: pointer; }
  .scard__thumb picture {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .scard__thumb._video {
    position: relative; }
    .scard__thumb._video:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: url("../images/scard__thumb-play.svg") no-repeat left 20px center;
      background-color: #FFF; }

.scard__thumb-big {
  position: relative; }

.scard__thumb-big-slider {
  height: 600px;
  width: 600px;
  border: 2px solid #CCD2E3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .scard__thumb-big-slider .slick-slide {
    width: 600px; }
  .scard__thumb-big-slider--alone {
    width: 480px;
    height: 480px; }
    .scard__thumb-big-slider--alone .scard__thumb-big-slide {
      height: 480px; }

.scard__thumb-big-slide {
  height: 600px;
  width: 600px; }
  .scard__thumb-big-slide picture {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .scard__thumb-big-slide img {
    max-height: 70%; }

.scard__thumb-watermark {
  display: block;
  position: absolute;
  top: 31px;
  right: 31px;
  max-width: 195px;
  z-index: 3; }
  .scard__thumb-watermark img {
    max-width: 100%;
    height: auto; }

.scard__right {
  width: 55%;
  margin-left: 94px;
  margin-top: -5px;
  margin-bottom: -5px; }

.scard__right-inn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%; }

.scard__chars-w {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.scard__chars-left {
  width: 383px;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 52px; }

.tablet_1023-visible {
  display: none !important; }

@media (max-width: 1023px) {
  .tablet_1023-hidden {
    display: none !important; }
  .tablet_1023-visible {
    display: block !important; } }

.scard__price-w {
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.scard__price {
  display: inline-block;
  font-size: 40px;
  line-height: 1.2;
  margin-right: 18px;
  font-weight: 600; }

.scard__old-price {
  display: inline-block;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: line-through;
  color: #828282;
  position: relative; }
  .scard__old-price:before {
    position: absolute;
    height: 1px;
    background: #01b8d9;
    top: 50%;
    left: -2px;
    right: -2px;
    content: ''; }
.skard-aktsiya{
     display: flex;
     align-items: center;
    margin-top: 30px;
}
.skard-aktsiya-text{
    text-transform: uppercase;
    color: white;
    background: red;
    padding: 5px 10px;
    box-sizing: border-box;
}
.skard-aktsiya-include{
    margin-left: 20px;
    color: #01b8d9;
}
.skard-aktsiya-include a{
    text-decoration: underline;
}
.scard__tbl {
  margin-bottom: 8px;
  width: 100%; }
  .scard__tbl tr {
    -webkit-align-items: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .scard__tbl td {
    font-size: 17px;
    color: black;
    padding-bottom: 6px; }
    .scard__tbl td:first-child {
      width: 75%; }
    .scard__tbl td:nth-child(2) {
      padding-left: 5px; }
    .scard__tbl td .dots {
      background: url("../images/dot-td.svg") repeat-x left bottom 6px; }
      .scard__tbl td .dots span {
        background: #fff;
        padding-right: 5px; }

.fbd {
  padding-bottom: 51px;
  background-color: #FFF; }

.schars {
  border-bottom: 1px solid #edf0f9;
  border-top: 1px solid #edf0f9;
  padding-top: 72px;
  padding-bottom: 73px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.schars__title {
  margin-bottom: 39px; }

.schars__tbl {
  margin-bottom: 25px;
  max-width: 769px; }
  .schars__tbl td {
    color: #999;
    padding-bottom: 7px; }
    .schars__tbl td strong {
      color: #000;
      font-weight: 600; }

.schars__text {
  font-size: 17px;
  margin-bottom: 0;
  line-height: 1.7; }

.squestions {
  background: #f6f7fb;
  padding: 63px 121px 95px 80px; }

.squestions__title {
  margin-bottom: 28px; }

.squestions__subtitle {
  margin-bottom: 39px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.4;
  color: black; }

.squestions__form-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }

.squestions__input {
  background: white;
  font-size: 17px;
  padding-left: 30px;
  padding-right: 30px; }
  .squestions__input::placholder {
    color: #999999; }

textarea.squestions__textarea {
  width: 100%;
  background-color: #FFF;
  min-height: 120px;
  height: 120px;
  font-size: 17px;
  padding: 13px 30px; }
  textarea.squestions__textarea::placholder {
    color: #999999; }

.squestions__btn {
  margin-top: 30px; }

.buysection {
  background-color: #022391;
  margin-top: 33px;
  padding-top: 73px; }

.buysection__title {
  margin-bottom: 33px; }

.buysection__form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.buysection__price-w {
  margin-right: 47px; }

.buysection__price {
  display: inline-block;
  font-size: 40px;
  line-height: 1.2;
  margin-right: 12px;
  font-weight: 600; }

.buysection__old-price {
  display: inline-block;
  font-size: 24px;
  line-height: 1.2;
  position: relative; }
  .buysection__old-price:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #01B8D9; }

.buysection__icon-btn--white {
  color: #FFF; }

.buysection__icon-btn--gray {
  color: #CCD2E3; }

.buysection__icon-btn .icon {
  width: 32px;
  height: 32px;
  margin: 0; }

.scard__quick {
  display: inline-block;
  margin-left: 37px;
  margin-right: 37px;
  font-weight: 600; }

._no-bg {
  background: none; }

@media (min-width: 1200px) {
  .catalog-similary-slider {
    padding-top: 70px;
    padding-bottom: 120px;
    margin-bottom: -120px; }
    .catalog-similary-slider .section__head .section__title {
      margin-bottom: 48px; }
  .catalog-also-slider {
    padding-top: 30px; }
    .catalog-also-slider .section__head .section__title {
      margin-bottom: 49px; }
  .catalog-also-slider .swiper-container,
  .catalog-similary-slider .swiper-container {
    padding-bottom: 350px;
    margin-bottom: -350px; }
  .catalog-viewed-slider {
    padding-top: 29px;
    padding-bottom: 153px; } }

.catalog-also-slider .swiper-wrapper,
.catalog-similary-slider .swiper-wrapper {
  z-index: 1; }

.catalog-also-slider {
  padding-bottom: 0; }
  .catalog-also-slider .section__title {
    max-width: calc(100% - 220px); }

.catalog-viewed-slider .swiper-container {
  padding-bottom: 190px;
  margin-bottom: -250px; }

.catalog-viewed-slider .section__title {
  max-width: calc(100% - 220px); }

.account__back {
  display: none; }

.catalog-viewed-slider .swiper-nav,
.catalog-similary-slider .swiper-nav,
.catalog-also-slider .swiper-nav {
  z-index: 0; }

@media (max-width: 1199px) {
  .account__back {
    display: inline-block;
    font-weight: 400;
    font-size: 17px;
    color: #01B8D9;
    padding-left: 36px;
    min-height: 11px;
    background: url("../images/arrow-green.svg") no-repeat 0px center; } }

@media (max-width: 1799px) {
  .squestions {
    padding: 43px 60px 75px 60px; } }

@media (max-width: 1399px) {
  .squestions {
    padding: 23px 40px 55px 40px; } }

@media (max-width: 1199px) {
  .scard__tbl td:first-child {
    width: 60%; } }

@media (max-width: 1023px) {
  .schars__title {
    font-size: 32px;
    margin-bottom: 15px; }
  .schars__tbl {
    margin-bottom: 11px; }
  .scard__tbl td:first-child {
    width: 75%; }
  .squestions {
    padding: 53px 60px; }
  .squestions__title {
    font-size: 32px;
    margin-bottom: 16px; }
  .squestions__subtitle {
    margin-bottom: 27px; }
  .squestions__form-row {
    margin-bottom: 15px; }
  .squestions__btn {
    padding: 8px 40px; }
  .schars {
    padding-bottom: 30px; } }

@media (max-width: 720px) {
  .squestions {
    margin-left: -16px;
    margin-right: -16px; } }

@media (max-width: 575px) {
  .squestions {
    padding: 40px 15px; }
  .catalogs-pdf-slider .swiper-container,
  .catalog-viewed-slider .swiper-container,
  .catalog-similary-slider .swiper-container,
  .catalog-also-slider .swiper-container {
    width: 638px; }
  .catalogs-pdf-slider,
  .catalog-viewed-slider,
  .catalog-similary-slider,
  .catalog-also-slider {
    overflow: hidden; }
  .catalog-viewed-slider .section__title,
  .catalog-also-slider .section__title {
    width: auto;
    max-width: 100%; } }

@media (max-width: 480px) {
  .schars {
    padding-top: 0;
    border-top: none; }
  .schars__title {
    font-size: 20px; }
  .scard__tbl tr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .scard__tbl td:first-child {
    width: 60%; }
  .scard__tbl td:first-child {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .schars__text {
    font-size: 15px;
    line-height: 1.4; }
  .squestions__title {
    font-size: 20px;
    margin-bottom: 20px; }
  .squestions__subtitle {
    font-size: 15px;
    margin-bottom: 20px; }
  .squestions__form-row {
    margin-bottom: 0; }
  .squestions__form-row .col-6 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .squestions__input {
    margin-bottom: 10px; }
  textarea.squestions__textarea, .squestions__input {
    padding: 0 20px;
    font-size: 15px; }
  textarea.squestions__textarea {
    padding: 12px 20px;
    height: 88px;
    min-height: 88px; }
  .squestions__btn {
    margin-top: 10px;
    width: 100%; }
  .catalogs-pdf-slider .swiper-container,
  .catalog-also-slider .swiper-container,
  .catalog-viewed-slider .swiper-container,
  .catalog-similary-slider .swiper-container {
    width: 538px; } }

.mobile-575-visible {
  display: none !important; }

.show-1799 {
  display: none !important; }

@media (max-width: 1799px) {
  .hide-1799 {
    display: none !important; }
  .show-1799 {
    display: block !important; } }

@media (max-width: 575px) {
  .mobile-575-visible {
    display: block !important; }
  .mobile-575-hidden {
    display: none !important; } }

body.active {
  background: url("../img/1920.jpg") no-repeat top -10px center; }
  body.active .wrapper {
    opacity: 0.4; }
  body.active .footer {
    opacity: 0.4; }
  body.active .get {
    opacity: 0.4; }

.eye-3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #000;
  z-index: 100;
  border-radius: 50%; }

@media (max-width: 640px) {
  .help-call .measurer-form .btn {
    margin-top: 0; } }

.scard__garant {
  padding-left: 45px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.8;
  background-image: url("../images/garant-i.svg");
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: -7px; }

.scard__prices-w {
  margin-top: 91px; }

.scard__prices {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.scard__availability {
  display: inline-block;
  margin-left: 36px;
  font-size: 17px;
  color: #01D924; }

.scard__info {
  margin-top: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2px; }

.scard__info-col {
  width: calc(50% - 10px); }

.scard__info-tit {
  margin-bottom: 10px;
  font-weight: 600;
  color: #999; }

.scard__ul li {
  padding-left: 19px;
  margin-bottom: 2px;
  color: #999; }
  .scard__ul li:before {
    width: 6px;
    height: 6px;
    top: 0.65em; }

.scard__info-change-city {
  display: inline-block;
  margin-top: 18px;
  line-height: 1; }
a.excldiller{
    display: block;
}
.excldiller {
  padding: 167px 59px 76px;
  margin-bottom: 44px;
  margin-bottom: 43px; 
    background-repeat: no-repeat;
    background-size: contain;
  }

.sproduct__body {
  padding-bottom: 80px; }

.excldiller__left {
  font-size: 24px;
  line-height: 1.6;
  color: black; }

.excldiller__title {
  margin-bottom: 0; }

.spn {
  color: #01b8d9;
  line-height: 1.2; }

.sadvantages {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  padding: 74px 356px 88px 59px; }

.sadvantages__left {
  padding-right: 44px; }

.sadvantages__subtitle {
  font-weight: 800;
  font-size: 30px;
  line-height: 1.2;
  color: black;
  margin-bottom: 16px; }

.sadvantages__list li {
  margin-bottom: 4px; }

.sadvantages__right {
  padding-left: 44px; }

.bio {
  background: #f6f7fb;
  padding-top: 81px;
  padding-bottom: 84px;
  margin-top: 53px; }

.bio__left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .bio__left picture {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }

.bio__right {
  padding-top: 27px; }

.bio__title {
  margin-bottom: 13px; }

.bio__list li {
  font-size: 24px;
  padding-left: 25px;
  line-height: 1.55;
  margin-bottom: 2px; }
  .bio__list li:before {
    width: 6px;
    height: 6px; }

.sla {
  padding-top: 76px;
  padding-bottom: 14px;
  background-color: #FFF; }

.sla__right {
  padding-top: 7px; }

.sla__img-w {
  height: 229px;
  overflow: hidden; }

.sla__img {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.sla__item-txt {
  margin-top: 35px;
  font-size: 24px;
  line-height: 1.6;
  color: black; }

.eqchars__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.6;
  color: black;
  margin-bottom: 17px; }

.catalogs-pdf-slider {
  padding-top: 68px;
  padding-bottom: 78px;
  border-bottom: 2px solid #edf0f9; }

.catalogs__item:hover {
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1); }

.catalogs__img-w {
  margin-bottom: 26px;
  height: 370px;
  overflow: hidden; }
  .catalogs__img-w picture {
    height: 100%;
    width: 100%; }

.catalogs__img {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.catalogs__title {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.4;
  color: black;
  margin-bottom: 9px; }

.catalogs__file-link {
  font-size: 17px;
  color: #999999; }

.scard__thumb-big-slider--alone .slick-dots {
  display: none !important; }

.sadvantages__img-w {
  display: none;
  margin-bottom: 15px; }

.schars__tbl td:nth-child(2) {
  white-space: nowrap; }
@media (min-width: 1200px) and (max-width: 1799.98px) {
    .excldiller{
        padding: 143px 59px 76px;
    }
}
@media (max-width: 1799px) {
  .scard__left--alone + .scard__right,
  .scard__right {
    margin-left: 54px; }
  .scard__thumb-big-slider .slick-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .scard__thumb-big-slider .slick-dots li {
      background: #CCD2E3;
      width: 6px;
      height: 6px;
      font-size: 0;
      margin: 0 7px; }
      .scard__thumb-big-slider .slick-dots li:before {
        display: none; }
      .scard__thumb-big-slider .slick-dots li.slick-active {
        background: #01B8D9; }
  .scard__thumb-big-slider--alone .scard__thumb-big-slide,
  .scard__thumb-big-slider,
  .scard__thumb-big-slide {
    width: 500px;
    height: 500px; }
  .scard__chars-left {
    margin-right: 25px; }
  .scard__thumbs {
    display: none; }
  .scard__left--alone + .scard__right .scard__prices-w,
  .scard__prices-w {
    margin-top: 30px; }
  .scard__availability,
  .scard__quick {
    margin-bottom: 20px; }
  .scard__quick {
    margin-left: 0; }
  .scard__prices .buttons-line {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0; }
  .scard__prices .catalog-item__icon-btn {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 25px;
    margin-bottom: 15px; }
  .scard__price-w {
    -webkit-order: -2;
        -ms-flex-order: -2;
            order: -2;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto; } }

@media (max-width: 1799px) and (min-width: 1024px) {
  .sadvantages__col.col-xl-7 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .sadvantages__col.col-xl-5 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 1799px) {
  .sadvantages__left {
    padding-right: 0; }
  .sadvantages__right {
    padding-left: 0; }
  .bio__right {
    padding-top: 0; }
  .squestions {
    padding: 43px 60px 75px 60px; }
  .schars {
    padding-top: 43px; }
  .buysection__form .scard__quick {
    margin-bottom: 0;
    margin-left: 25px; }
  .excldiller__left br {
    display: none; }
  .bio__list li {
    font-size: 23px; } }

/*1799*/
@media (max-width: 1399px) {
  .scard__thumb-big-slider--alone .scard__thumb-big-slide,
  .scard__thumb-big-slider, .scard__thumb-big-slide {
    width: 400px;
    height: 400px; }
  .scard__price {
    font-size: 24px; }
  .scard__old-price {
    font-size: 17px; }
  .sproduct__title {
    line-height: 1; }
  .sproduct__headings-w {
    margin-bottom: 15px; }
  .scard__left--alone + .scard__right,
  .scard__right {
    margin-left: 28px; }
  .scard__chars-left {
    width: 313px; }
  .scard__thumb-watermark {
    max-width: 117px;
    right: 12px;
    top: 12px; }
  .excldiller {
    padding: 83px 50px; }
  .sproduct__body {
    padding-bottom: 50px; }
  .excldiller__left {
    font-size: 20px; }
  .sadvantages {
    padding: 38px 268px 28px 59px; }
  .sadvantages__subtitle {
    font-size: 25px; }
  .bio__list li {
    font-size: 19px; }
  .sla__item-txt {
    font-size: 22px; }
  .squestions {
    padding: 23px 40px 55px 40px; }
  .schars {
    padding-top: 23px;
    padding-bottom: 23px; } }

@media (max-width: 1199px) {
  .scard__thumb-big-slider--alone .scard__thumb-big-slide,
  .scard__thumb-big-slider, .scard__thumb-big-slide {
    width: 350px;
    height: 350px; }
  .scard__chars-left {
    width: 270px; }
  .scard__chars-left {
    margin-right: 12px; }
  .sproduct__logos.tablet-visible {
    margin-left: 0;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
    margin-bottom: 15px; }
  .excldiller__left {
    font-size: 17px; }
  .sadvantages {
    padding: 38px 200px 28px 39px; }
  .bio__left {
    margin-bottom: 27px; }
    .bio__left img {
      max-width: 721px;
      width: 100%; }
  .bio {
    padding: 60px 0; }
  .scard__tbl td:first-child {
    width: 60%; } }

@media (max-width: 1023px) {
  .sproduct__head {
    padding-top: 25px; }
  .sproduct__body,
  .sproduct__head {
    padding-left: 32px;
    padding-right: 32px; }
  .sproduct__body {
    padding-bottom: 35px; }
  .scard__thumb-big-slider--alone .scard__thumb-big-slide,
  .scard__thumb-big-slider, .scard__thumb-big-slide {
    width: 276px;
    height: 276px; }
  .scard__chars-w {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .scard__garant {
    margin-top: 12px; }
  .scard__chars-left {
    margin-right: 0;
    width: 100%; }
  .scard__price-w {
    -webkit-order: -3;
        -ms-flex-order: -3;
            order: -3;
    margin-bottom: 0; }
  .scard__availability {
    -webkit-order: -2;
        -ms-flex-order: -2;
            order: -2;
    margin-left: 18px;
    margin-bottom: 0px; }
  .scard__prices .catalog-item__icon-btn {
    margin-bottom: 0; }
  .catalog-item__icon-btn {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .scard__prices .buttons-line {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .scard__prices .btn,
  .scard__prices .basket-control {
    width: calc(50% - 7.5px);
    margin-left: 0;
    margin-right: 0; }
  .sproduct__title,
  .sproduct__art {
    font-size: 32px; }
  .sproduct__headings-w {
    margin-bottom: 12px; }
  .scard__row {
    padding-top: 20px; }
  .scard__prices {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .scard__prices .catalog-item__icon-btn,
  .scard__availability {
    margin-left: unset; }
  .scard__prices .buttons-line {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .sproduct__logos {
    margin-bottom: 15px; }
  .excldiller {
    padding: 73px 40px; }
  .excldiller__right {
    margin-top: 10px; }
  .excldiller__title {
    font-size: 32px; }
  .sadvantages {
    /*background: none !important;*/
    padding: 0 41px 0 34px; }
  .excldiller {
    margin-left: 34px;
    margin-right: 41px;
    margin-bottom: 40px; }
  .sadvantages__left {
    padding: 23px;
    background: url("../images/pin-bg-pda-1.jpg") no-repeat 0px center;
    background-size: cover; }
  .sadvantages__right {
    padding: 23px;
    padding-right: 225px;
    background: #f8f8f8 url("../images/pin-bg-pda-2.jpg") no-repeat right bottom;
    background-size: contain; }
  .bio__list li {
    font-size: 17px; }
  .sla__img-w {
    height: 202px; }
  .sla__item-txt {
    margin-top: 12px;
    font-size: 17px;
    line-height: 1.6; }
  .sla {
    padding-top: 53px;
    padding-bottom: 0; }
  .sla__title {
    margin-bottom: 23px; }
  .fbd {
    padding-top: 52px; }
  .schars {
    padding-top: 42px;
    padding-bottom: 60px; }
  .schars__title {
    font-size: 32px;
    margin-bottom: 15px; }
  .scard__tbl td:first-child {
    width: 75%; }
  .schars__tbl {
    margin-bottom: 11px; }
  .squestions {
    padding: 53px 60px; }
  .squestions__title {
    font-size: 32px;
    margin-bottom: 16px; }
  .squestions__subtitle {
    margin-bottom: 27px; }
  .squestions__form-row {
    margin-bottom: 15px; }
  .squestions__btn {
    padding: 8px 40px; }
  .buysection__title {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 17px; }
  .buysection {
    padding: 35px 0 48px 0; }
  .buysection__price {
    font-size: 24px; }
  .buysection__old-price {
    font-size: 17px; }
  .buysection__price-w {
    margin-right: 29px; }
  .buysection__form {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .buysection__form .buttons-line {
      margin: 0;
      margin-left: -8px;
      margin-right: -8px;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .buysection__form .buttons-line .basket-control,
      .buysection__form .buttons-line .btn {
        width: 160px;
        margin: 0 8px; }
    .buysection__form .buttons-line > * {
      margin: 0; }
    .buysection__form .scard__quick {
      margin-right: 28px;
      margin-left: 28px;
      width: 80px;
      font-size: 17px;
      font-weight: 600; }
  .catalogs-pdf-slider {
    border-bottom: none;
    padding-bottom: 0; }
    .catalogs-pdf-slider .swiper-container {
      border-bottom: 2px solid #edf0f9;
      padding-bottom: 40px; } }

@media (max-width: 767px) {
  .scard__price-w {
    width: 100%;
    margin-bottom: 15px; }
  .scard__prices {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .scard__prices .catalog-item__icon-btn {
    -webkit-order: 98;
        -ms-flex-order: 98;
            order: 98; }
  .scard__quick {
    margin-bottom: 0;
    -webkit-order: 99;
        -ms-flex-order: 99;
            order: 99;
    margin-right: 20px;
    margin-left: 20px; }
  .scard__availability {
    -webkit-order: 100;
        -ms-flex-order: 100;
            order: 100; }
  .buysection__form .scard__quick {
    -webkit-order: 99;
        -ms-flex-order: 99;
            order: 99; }
  .scard__info {
    margin-top: 20px; }
  .sproduct__logos {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .sproduct__logos a:not(:last-child) {
    margin-right: 10px; }
  .scard__quick,
  .scard__availability {
    font-size: 15px; }
  .sadvantages__subtitle {
    font-size: 32px;
    margin-bottom: 10px; }
  .sadvantages__list li {
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 2px; }
    .sadvantages__list li:before {
      width: 6px;
      height: 6px; }
  .sla__img-w {
    height: 209px; }
  .sla__item {
    margin-bottom: 15px; }
  .buysection__form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .buysection__price-w {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0; }
  .buysection__price {
    font-size: 28px;
    margin-right: 15px; }
  .buysection__old-price {
    font-size: 15px; }
  .buysection__form .buttons-line {
    width: 100%;
    margin-bottom: 20px;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -5px;
    margin-right: -5px; }
  .buysection__form .scard__quick {
    width: auto;
    margin-right: 20px;
    margin-left: 0; }
  .buysection__form .btn-like {
    -webkit-order: 100;
        -ms-flex-order: 100;
            order: 100; }
  .buysection__form .buttons-line .basket-control, .buysection__form .buttons-line .btn {
    margin: 0 5px; }
  .buysection__icon-btn .icon {
    width: 27px;
    height: 27px; } }

@media (max-width: 720px) {
  .sadvantages__right,
  .sadvantages__left {
    background: none;
    padding: 0; }
  .excldiller {
    margin-left: 0;
    margin-right: 0; }
  .sadvantages {
    padding-left: 40px;
    padding-right: 40px; }
  .sadvantages__right {
    margin-top: 15px; }
  .sadvantages__subtitle {
    font-size: 20px; }
  .sadvantages__list li {
    font-size: 15px;
    line-height: 1.4; }
  .sadvantages__img-w {
    display: block; }
  .excldiller {
    margin-bottom: 60px; }
  .squestions {
    margin-left: -16px;
    margin-right: -16px; } }

@media (max-width: 640px) {
  .scard__prices-w {
    margin-top: 37px; }
  .scard__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .scard__left {
    width: 100%;
    margin-bottom: 48px; }
  .scard__left--alone {
    margin-bottom: 18px; }
  .scard__left--alone + .scard__right,
  .scard__right {
    margin-left: 0; }
  .scard__left--alone + .scard__right, .scard__right {
    width: 100%; } }

@media (max-width: 660px) {
  .scard__prices .btn .basket-control__button, .scard__prices .basket-control .basket-control__button {
    width: 20px; }
  .scard__quick, .scard__availability,
  .scard__prices .catalog-item__icon-btn {
    margin-bottom: 10px; } }

@media (max-width: 575px) {
  .sproduct__head {
    background: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; }
  .sproduct__art {
    font-size: 13px; }
  .sproduct__title {
    font-size: 20px;
    margin-top: 0; }
  .sproduct__headings-w {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .sproduct__logos {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0; }
  .sproduct__logos a:not(:last-child) {
    margin-right: 20px; }
  .sproduct__headings-w {
    margin-top: 20px; }
  .scard__thumb-big-slider--alone .scard__thumb-big-slide, .scard__thumb-big-slider, .scard__thumb-big-slide {
    width: 100%; }
  .scard__thumb-big-slider {
    border: none; }
  .scard__thumb-big {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .sproduct__body {
    padding-left: 15px;
    padding-right: 15px; }
  .scard__left {
    position: relative; }
  .catalog-item__icon-btn {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 25; }
  .scard__thumb-big-slider .slick-dots li {
    width: 4px;
    height: 4px;
    margin: 0 5px; }
  .scard__thumb-big-slider .slick-dots {
    bottom: 0; }
  .sproduct__head {
    padding-left: 15px;
    padding-right: 15px; }
  .sproduct__top {
    margin-left: -15px;
    margin-right: -15px; }
  .scard__price-w {
    -webkit-order: -5;
        -ms-flex-order: -5;
            order: -5; }
  .scard__availability {
    -webkit-order: -4;
        -ms-flex-order: -4;
            order: -4; }
  .scard__prices .buttons-line {
    -webkit-order: -3;
        -ms-flex-order: -3;
            order: -3; }
  .scard__quick {
    margin-left: 0;
    margin-right: 0;
    -webkit-order: -2;
        -ms-flex-order: -2;
            order: -2;
    width: 100%; }
  .excldiller {
    margin-left: -15px;
    margin-right: -15px;
    padding: 44px 24px; }
  .excldiller__right {
    margin-top: 25px; }
  .excldiller__left {
    line-height: 1.3; }
    .excldiller__left br {
      display: none; }
  .excldiller__title {
    font-size: 20px; }
    .excldiller__title br {
      display: none; }
  .excldiller {
    margin-bottom: 60px; }
  .sadvantages {
    padding-left: 0;
    padding-right: 0; }
  .bio__title {
    font-size: 20px; }
  .bio {
    padding: 20px 0; }
  .bio__left {
    margin-bottom: 15px; }
  .sla__item-txt {
    margin-top: 15px;
    font-size: 15px; }
  .sla__img-w {
    height: 169px; }
  .schars {
    padding: 40px 0; }
  .squestions {
    padding: 40px 15px; }
  .fbd {
    padding-bottom: 0; }
  .buysection {
    padding: 60px 0;
    margin-top: 40px; }
  .buysection__form .buttons-line {
    width: 100%;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .buysection__form .buttons-line .basket-control,
    .buysection__form .buttons-line .basket-control + div {
      width: calc(50% - 5px);
      margin: 0; }
    .buysection__form .buttons-line .btn {
      width: 100%;
    }
  .buysection__title {
    line-height: 1.2;
    font-size: 28px; }
  .buysection__icon-btn .icon {
    width: 22px;
    height: 22px; }
  .catalogs-pdf-slider {
    padding-top: 50px; }
  .catalogs__img-w {
    height: 240px; }
  .catalogs__img-w {
    margin-bottom: 15px; }
  .catalogs__title {
    font-size: 15px;
    margin-bottom: 3px; }
  .catalogs__file-link {
    font-size: 13px; }
  .catalogs-pdf-slider .swiper-container {
    border-bottom: none; }
  .scard__prices-w {
    -webkit-order: -10;
        -ms-flex-order: -10;
            order: -10; }
  .scard__prices {
    margin-bottom: 14px; }
  .sproduct__info-item {
    font-size: 15px;
    margin-right: 0; }
    .sproduct__info-item:not(:last-child) {
      margin-right: 20px; }
  .scard__garant {
    margin-top: 0;
    font-size: 15px;
    font-weight: 400;
    padding-left: 30px;
    background-size: 21px; }
  .scard__chars-right {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 15px; }
  .scard__chars-more {
    font-size: 17px; }
  .scard__info-change-city {
    display: none; }
  .scard__info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .scard__info-col {
    width: 100%; }
    .scard__info-col:not(:last-child) {
      margin-bottom: 15px; }
  .scard__info-action {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    position: relative;
    padding-right: 35px; }
    .scard__info-action:after {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
              transform: translate(0%, -50%);
      content: "";
      display: block;
      background: url("../images/icon-drop-blue-bottom.svg") no-repeat right 0 center;
      width: 12px;
      height: 9px;
      background-size: 10px; }
    .scard__info-action.active:after {
      -webkit-transform: translate(0%, -50%) rotate(180deg);
          -ms-transform: translate(0%, -50%) rotate(180deg);
              transform: translate(0%, -50%) rotate(180deg); }
  .scard__info-block {
    margin-top: 20px; }
  .scard__info {
    display: none; }
  .sproduct__body {
    padding-bottom: 28px; } }

@media (max-width: 480px) {
  .sla__item {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .squestions__title {
    font-size: 20px;
    margin-bottom: 20px; }
  .squestions__subtitle {
    font-size: 15px;
    margin-bottom: 20px; }
  .squestions__form-row {
    margin-bottom: 0; }
    .squestions__form-row .col-6 {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .squestions__input {
    margin-bottom: 10px; }
  textarea.squestions__textarea,
  .squestions__input {
    padding: 0 20px;
    font-size: 15px; }
  textarea.squestions__textarea {
    padding: 12px 20px;
    height: 88px;
    min-height: 88px; }
  .squestions__btn {
    margin-top: 10px;
    width: 100%; }
  .schars__tbl td {
    font-size: 15px; }
  .schars__text {
    font-size: 15px;
    line-height: 1.4; }
  .scard__tbl td:first-child {
    width: 60%; }
  .scard__tbl td:nth-child(2) {
    text-align: right; }
  .scard__tbl tr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .scard__tbl td:first-child {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .scard__tbl td:nth-child(2) {
    white-space: nowrap; }
  .schars__title {
    font-size: 20px; }
  .schars {
    padding-top: 0;
    border-top: none; } }

@media (max-width: 375px) {
  .sla__img-w {
    height: 209px; } }