@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@400;500;700&display=swap");
@font-face {
  font-display: swap;
  font-family: 'pppangramsans';
  src: local('pppangramsans bold'), local('pppangramsans-bold'), url("../fonts/pppangramsans-bold.otf") format('truetype');
  font-weight: bold;
  font-style: 700;
}
@font-face {
  font-display: swap;
  font-family: 'pppangramsans';
  src: local('pppangramsans medium'), local('pppangramsans-medium'), url("../fonts/pppangramsans-medium.otf") format('truetype');
  font-weight: 500;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  display: block;
  position: absolute;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
aside,
nav,
footer,
header,
section {
  display: block;
}
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  font-family: 'pppangramsans', Arial, sans-serif;
  color: #000;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-display: swap;
}
input,
button,
textarea {
  font-family: 'pppangramsans', Arial, sans-serif;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited,
a:hover {
  text-decoration: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
ul,
ol {
  list-style: none;
}
.body.forMobModal {
  overflow: hidden;
}
.container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.container_full {
  max-width: 100%;
  text-align: center;
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #01b3fd;
  border-radius: 10px;
  font-family: 'Unbounded', cursive;
  color: #fff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  background: #0097d6;
}
.sHeading {
  display: block;
  font-family: 'Unbounded', cursive;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.38;
  color: #000;
}
.sHeading span.grn {
  color: #01b3fd;
}
.sHeading span.gre {
  color: #bbb;
}
.wp-block-file__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #01b3fd;
  border-radius: 10px;
  font-family: 'Unbounded', cursive;
  color: #fff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 40px;
  margin: 40px auto 0 !important;
  width: 230px;
  height: 50px;
  border-radius: 14px;
  font-size: 14px;
  position: relative;
  -webkit-box-shadow: 0 17px 33px rgba(28,79,48,0.17);
          box-shadow: 0 17px 33px rgba(28,79,48,0.17);
}
.wp-block-file__button:after {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #0089c4 url("../img/banner/arr.svg") center no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.wp-block-file__button:hover {
  background: #0097d6;
  text-decoration: none !important;
}
.desc {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.46;
  color: #808080;
}
.desc a {
  color: #01b3fd;
}
.desc a:hover {
  text-decoration: underline;
}
.bpb {
  padding-bottom: 120px !important;
}
.bpt {
  padding-top: 120px !important;
}
.mpb {
  padding-bottom: 30px !important;
}
.mpt {
  padding-top: 30px !important;
}
.npb {
  padding-bottom: 0 !important;
}
.npt {
  padding-top: 0 !important;
}
.nmb {
  margin-bottom: 0 !important;
}
.nmt {
  margin-top: 0 !important;
}
.wbg {
  background: #fff !important;
}
.leftLine {
  font-size: 22px;
  line-height: 1.37;
  padding-left: 36px;
  color: #000;
  border-left: 2px solid #01b3fd;
}
p + p {
  margin-top: 22px;
}
.hdnTile {
  display: none;
}
.hdnTile.active {
  display: block;
}
.hdnTileBtn {
  display: none;
}
.hdnTileBtn.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.form__name,
.form__phone {
  border: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: fixed;
  top: -10000px;
  left: -10000px;
}
.nfPage__container {
  text-align: center;
  padding: 100px 0;
}
.nfPage__errName {
  font-family: 'Unbounded', cursive;
  font-size: 150px;
  font-weight: 700;
  color: #01b3fd;
}
.nfPage__heading {
  font-size: 35px;
  font-weight: 500;
  margin: 30px 0;
}
.nfPage__text {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.3;
  color: #666;
}
.nfPage__btn {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 40px;
  margin: 40px auto;
  width: 330px;
  height: 80px;
  border-radius: 14px;
  font-size: 14px;
  position: relative;
  -webkit-box-shadow: 0 17px 33px rgba(28,79,48,0.17);
          box-shadow: 0 17px 33px rgba(28,79,48,0.17);
}
.nfPage__btn:after {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #0089c4 url("../img/banner/arr.svg") center no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.nfPage__btn:hover {
  text-decoration: none !important;
}
.item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.item__left {
  width: 30%;
}
.item__img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 !important;
}
.item__right .imgTiles__bottomSmallLink {
  margin: 40px 0 0 0;
}
.item__rightTop {
  font-size: 23px;
  font-weight: 600;
  color: #4e5255;
}
.item__rightMid {
  margin: 20px 0;
}
.woocommerce table {
  min-width: unset !important;
}
.checkoutCustom__form {
  max-width: 1000px;
  font-size: 16px;
}
.checkoutCustom__form h2 {
  font-size: 19px;
}
.checkoutCustom__form table {
  min-width: unset !important;
}
.checkoutCustom__form table thead {
  background: #8cd4f3;
}
.checkoutCustom__form .form-row {
  margin: 0 0 20px !important;
}
.checkoutCustom__form input:not(.shipping_method,
.checkoutCustom__form .input-radio) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #0199d8;
  padding: 5px 28px;
}
.checkoutCustom__form input:not(.shipping_method::-webkit-input-placeholder,
.checkoutCustom__form .input-radio)::-webkit-input-placeholder {
  color: #bebebe;
}
.checkoutCustom__form input:not(.shipping_method:-moz-placeholder,
.checkoutCustom__form .input-radio):-moz-placeholder {
  color: #bebebe;
}
.checkoutCustom__form input:not(.shipping_method:-ms-input-placeholder,
.checkoutCustom__form .input-radio):-ms-input-placeholder {
  color: #bebebe;
}
.checkoutCustom__form input:not(.shipping_method:first-child,
.checkoutCustom__form .input-radio):first-child {
  margin-top: 0;
}
.checkoutCustom__form textarea {
  padding: 15px 28px;
  resize: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  width: 100%;
  height: 120px !important;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #0199d8;
  padding: 15px 28px;
}
.checkoutCustom__form textarea::-webkit-input-placeholder {
  color: #bebebe;
}
.checkoutCustom__form textarea:-moz-placeholder {
  color: #bebebe;
}
.checkoutCustom__form textarea:-ms-input-placeholder {
  color: #bebebe;
}
.checkoutCustom__form textarea:first-child {
  margin-top: 0;
}
.checkoutCustom__form label {
  margin-bottom: 5px;
}
.checkoutCustom__form ul.woocommerce-shipping-methods li,
.checkoutCustom__form ul.wc_payment_methods li {
  padding: 0 !important;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.checkoutCustom__form ul.woocommerce-shipping-methods li:before,
.checkoutCustom__form ul.wc_payment_methods li:before {
  display: none !important;
}
.checkoutCustom__form ul.woocommerce-shipping-methods li input,
.checkoutCustom__form ul.wc_payment_methods li input {
  margin: 8px 0 0 !important;
}
.checkoutCustom__form ul.woocommerce-shipping-methods li .payment_box,
.checkoutCustom__form ul.wc_payment_methods li .payment_box {
  all: unset !important;
  line-height: 1.5 !important;
}
.checkoutCustom__form ul.woocommerce-shipping-methods li .payment_box:before,
.checkoutCustom__form ul.wc_payment_methods li .payment_box:before {
  display: none !important;
}
.checkoutCustom__form ul.woocommerce-shipping-methods li .payment_box p:first-child,
.checkoutCustom__form ul.wc_payment_methods li .payment_box p:first-child {
  margin: 0;
}
.checkoutCustom__form button#place_order {
  float: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #01b3fd;
  border-radius: 10px;
  font-family: 'Unbounded', cursive;
  color: #fff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 50px;
}
.checkoutCustom__form button#place_order:hover {
  background: #0097d6;
}
.country__hide {
  display: none !important;
}
.toTop {
  position: fixed;
  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;
  bottom: 50px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #01b3fd url("../img/icons/totoparr.svg") center no-repeat;
  background-size: 50%;
  z-index: 999;
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.toTop_hide {
  opacity: 0;
}
.toTop:hover {
  opacity: 1;
}
.body.admin-bar .header.fixed {
  top: 32px;
}
@media screen and (max-width: 1366px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .container_full {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .body {
    padding-top: 83px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container_full {
    padding: 0;
  }
  .sHeading {
    font-size: 18px;
  }
  .sHeading br {
    display: none;
  }
  .desc {
    margin-top: 20px;
  }
  .bpb {
    padding-bottom: 50px !important;
  }
  .bpt {
    padding-top: 50px !important;
  }
  .mpb {
    padding-bottom: 15px !important;
  }
  .mpt {
    padding-top: 15px !important;
  }
  .leftLine {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .item__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .item__left {
    width: 100%;
  }
  .nfPage__errName {
    font-size: 100px;
  }
  .nfPage__heading {
    font-size: 30px;
  }
  .nfPage__text {
    font-size: 14px;
  }
  .nfPage__btn {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px 40px 10px 30px;
    width: 280px;
    font-size: 13px;
  }
  .nfPage__btn:after {
    width: 40px;
    height: 40px;
  }
  .wp-block-file__button {
    padding: 10px 40px 10px 20px;
    height: 40px;
    width: 200px;
    font-size: 12px;
  }
  .checkoutCustom__form {
    max-width: 1000px;
    font-size: 15px;
  }
  .checkoutCustom__form .form-row {
    margin: 0 0 10px !important;
  }
  .checkoutCustom__form .form-row-first,
  .checkoutCustom__form .form-row-last {
    float: unset !important;
    width: 100% !important;
  }
  .checkoutCustom__form input:not(.shipping_method,
  .checkoutCustom__form .input-radio) {
    font-size: 15px;
    padding: 5px 15px;
    height: 50px;
  }
  .checkoutCustom__form button#place_order {
    height: 40px;
    font-size: 14px;
  }
}
.txtTiles__row {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
.txtTiles__itm {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  -ms-hyphens: auto;
      hyphens: auto;
}
.txtTiles__itm img {
  margin: 0 !important;
  padding: 0 !important;
}
.txtTiles__itm p {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%;
}
.txtTiles__itmH {
  font-weight: 700;
}
.txtTiles__itmTopRow {
  margin-top: 10px;
}
.txtTiles__itmStar_gr {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.txtTiles__txt {
  margin-top: 10px;
  color: #7f7f7f;
  line-height: 1.6;
}
.txtTiles__itmBtm {
  margin-top: 15px;
  color: #a1a1a1;
  font-size: 13px;
  line-height: 1.2;
  font-style: italic;
}
.txtTiles__bottom {
  margin-top: 40px;
  text-align: center;
}
.txtTiles__bottomLink {
  height: 55px;
  padding: 10px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: #fff !important;
  text-decoration: none !important;
  background: #01b3fd;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.txtTiles__bottomLink:hover {
  background: #0084bd;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header {
  position: relative;
  z-index: 222;
  background: #fff;
}
.header.forFixed {
  padding-top: 90px;
}
.header__top {
  max-width: 1320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
}
.header__logo {
  width: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__logo_org {
  display: none;
}
.header__logoTxt {
  margin-left: 12px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
  color: #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: left;
  color: #818181;
}
.header__contacts {
  width: 60%;
  margin-left: auto;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.header__contacts_mob {
  display: none;
}
.header__sTxt {
  font-size: 13px;
  line-height: 1.2;
  padding: 3px 0 6px 23px;
  color: #5d5d5d;
  background: url("../img/header/adr.svg") left top no-repeat;
}
.header__iconsTxt {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
}
.header__icons {
  margin-left: auto;
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__icon {
  width: 27px;
  height: 27px;
  font-size: 0;
  color: rgba(0,0,0,0);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__icon:hover {
  opacity: 0.7;
}
.header__icon_wa {
  background: url("../img/header/wa.svg") center no-repeat;
  background-size: 100%;
}
.header__icon_tg {
  background: url("../img/header/tg.svg") center no-repeat;
  background-size: 100%;
}
.header__icon_yt {
  background: url("../img/header/yt.svg") center no-repeat;
  background-size: 100%;
}
.header__icon_vk {
  background: url("../img/header/vk.svg") center no-repeat;
  background-size: 100%;
}
.header__txt {
  text-align: left;
  margin-left: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__txtTop {
  font-family: 'Unbounded', cursive;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #000;
  padding-left: 26px;
  background: url("../img/header/tel.svg") left center no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__txtTop:hover {
  color: #01b3fd;
}
.header__txtBottom {
  margin-top: 11px;
  line-height: 1;
  font-size: 13px;
  color: #808080;
  padding-left: 26px;
  color: rgba(0,2,39,0.6);
}
.header__txtBottom:hover {
  color: dgr;
}
.header__link {
  width: 168px;
  height: 52px;
  margin-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Unbounded', cursive;
  font-weight: 500;
  font-size: 12px;
  color: #000;
  background: #fff;
  border: 2px solid #01b3fd;
  border-radius: 10px;
}
.header__link:hover {
  color: #fff;
  background: #01b3fd;
}
.header__bottom {
  height: 90px;
  border-top: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__bottom.fixed {
  border-top: unset;
  border-bottom: 1px solid #e6e6e6;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
}
.header__menuWrp {
  max-width: 1320px;
  margin: 0 auto;
  height: 100%;
}
.header__menuWrp > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  position: relative;
}
.header__menuWrp > ul > li {
  margin-left: 40px;
}
.header__menuWrp > ul > li.header__menuItm_ul {
  display: none;
}
.header__menuWrp > ul > li > ul {
  display: none;
}
.header__menuWrp > ul > li:first-child,
.header__menuWrp > ul > li.noMargin {
  margin: 0;
}
.header__menuWrp > ul > li > a {
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.header__menuWrp > ul > li:hover > a,
.header__menuWrp > ul > li.current-menu-item > a {
  color: #01b3fd;
}
.header__menuWrp > ul > li.menu-item-has-children > a {
  padding-right: 22px;
  position: relative;
}
.header__menuWrp > ul > li.menu-item-has-children > a:after {
  content: '';
  width: 11px;
  height: 6px;
  right: 0;
  top: 44%;
  background: url("../img/header/menuarr.svg") center no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__menuWrp > ul > li.menu-item-has-children.current-menu-parent > a {
  color: #01b3fd;
}
.header__menuWrp > ul > li.menu-item-has-children:hover > a:after,
.header__menuWrp > ul > li.menu-item-has-children.active > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__menuWrp > ul > li.menu-item-has-children:hover > ul,
.header__menuWrp > ul > li.menu-item-has-children.active > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100vw;
  max-width: 1173px;
  left: 0;
  top: 83px;
  padding: 31px 0;
}
.header__menuWrp > ul > li.menu-item-has-children:hover > ul:before,
.header__menuWrp > ul > li.menu-item-has-children.active > ul:before {
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 9px);
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.1);
          box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.1);
}
.header__menuWrp > ul > li.menu-item-has-children:hover > ul > li,
.header__menuWrp > ul > li.menu-item-has-children.active > ul > li {
  text-align: left;
  width: 24%;
  padding: 0 33px;
  border-right: 1px solid rgba(183,187,199,0.57);
  z-index: 10;
}
.header__menuWrp > ul > li.menu-item-has-children:hover > ul > li:last-child,
.header__menuWrp > ul > li.menu-item-has-children.active > ul > li:last-child {
  border-right: 0;
}
.header__menuWrp > ul > li.menu-item-has-children:hover > ul > li > a,
.header__menuWrp > ul > li.menu-item-has-children.active > ul > li > a {
  color: #000;
  line-height: 1.3;
  display: block;
}
.header__menuWrp > ul > li.menu-item-has-children:hover > ul > li > a:hover,
.header__menuWrp > ul > li.menu-item-has-children.active > ul > li > a:hover {
  color: #01b3fd;
}
.header__menuWrp > ul > li.menu-item-has-children:hover > ul > li.current-menu-item > a,
.header__menuWrp > ul > li.menu-item-has-children.active > ul > li.current-menu-item > a {
  color: #01b3fd;
}
.header__menuWrp > ul > li.menu-item-has-children:hover > ul > li > ul,
.header__menuWrp > ul > li.menu-item-has-children.active > ul > li > ul {
  margin-top: 10px;
}
.header__menuWrp > ul > li.menu-item-has-children:hover > ul > li > ul > li,
.header__menuWrp > ul > li.menu-item-has-children.active > ul > li > ul > li {
  margin-bottom: 10px;
}
.header__menuWrp > ul > li.menu-item-has-children:hover > ul > li > ul > li a,
.header__menuWrp > ul > li.menu-item-has-children.active > ul > li > ul > li a {
  color: #000;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}
.header__menuWrp > ul > li.menu-item-has-children:hover > ul > li > ul > li a:hover,
.header__menuWrp > ul > li.menu-item-has-children.active > ul > li > ul > li a:hover {
  color: #01b3fd;
}
.header__menuWrp > ul > li.menu-item-has-children:hover > ul > li > ul > li.current-menu-item > a,
.header__menuWrp > ul > li.menu-item-has-children.active > ul > li > ul > li.current-menu-item > a {
  color: #01b3fd;
}
.header__menuWrp > ul > li.menu-item-has-children:hover > ul > li.twocols,
.header__menuWrp > ul > li.menu-item-has-children.active > ul > li.twocols {
  width: 34%;
}
.header__menuWrp > ul > li.menu-item-has-children:hover > ul > li.twocols_wide,
.header__menuWrp > ul > li.menu-item-has-children.active > ul > li.twocols_wide {
  width: 47%;
}
.header__menuWrp > ul > li.menu-item-has-children:hover > ul > li.twocols > ul,
.header__menuWrp > ul > li.menu-item-has-children.active > ul > li.twocols > ul {
  -webkit-column-width: 48%;
     -moz-column-width: 48%;
          column-width: 48%;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
}
.header__menuWrp > ul > li.narrow_sub:hover,
.header__menuWrp > ul > li.narrow_sub.active {
  position: relative;
}
.header__menuWrp > ul > li.narrow_sub:hover > ul,
.header__menuWrp > ul > li.narrow_sub.active > ul {
  width: auto;
  min-width: 360px;
  left: -15px;
  display: block;
}
.header__menuWrp > ul > li.narrow_sub:hover > ul:before,
.header__menuWrp > ul > li.narrow_sub.active > ul:before {
  z-index: -1;
}
.header__menuWrp > ul > li.narrow_sub:hover > ul > li,
.header__menuWrp > ul > li.narrow_sub.active > ul > li {
  width: auto;
  padding: 0 15px;
  border: none;
  z-index: 1000;
  margin-bottom: 10px;
}
.header__menuWrp > ul > li.narrow_sub:hover > ul > li:last-child,
.header__menuWrp > ul > li.narrow_sub.active > ul > li:last-child {
  margin-bottom: 0;
}
.header__menuWrp > ul > li.narrow_sub:hover > ul > li > a,
.header__menuWrp > ul > li.narrow_sub.active > ul > li > a {
  font-family: 'pppangramsans', Arial, sans-serif;
}
.header__menuWrp > ul > li.narrow_sub:hover > ul > li > a:hover,
.header__menuWrp > ul > li.narrow_sub.active > ul > li > a:hover {
  color: #01b3fd;
}
.header__menuWrp > ul > li.narrow_sub:hover > ul > li.current-menu-item > a,
.header__menuWrp > ul > li.narrow_sub.active > ul > li.current-menu-item > a {
  color: #01b3fd;
}
.header__menuWrp > ul > li.narrow_sub.superNarrow > ul {
  min-width: 150px;
}
.header__menuWrp > ul > li.narrow_sub.midNarrow > ul {
  min-width: 220px;
}
.header__menuWrp > ul > li.narrow_sub.twoColsNarrow > ul {
  min-width: 490px;
  -webkit-column-width: 48%;
     -moz-column-width: 48%;
          column-width: 48%;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
}
.header__burger {
  display: none;
}
.body.orgVersion .header__logo {
  display: none;
}
.body.orgVersion .header__logo_org {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.body.orgVersion .header__menuWrp > ul > li.header__menuItm_fl {
  display: none;
}
.body.orgVersion .header__menuWrp > ul > li.header__menuItm_ul {
  display: block;
}
.body.admin-bar .header__bottom.fixed {
  top: 32px;
}
@media screen and (max-width: 1350px) {
  .header__container {
    padding: 0;
  }
  .header__top,
  .header__menuWrp {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1260px) {
  .header__logo {
    width: 150px;
  }
  .header__contacts {
    width: 55%;
  }
  .header__iconsTxt {
    width: 70%;
  }
  .header__txt {
    margin-left: 20px;
  }
  .header__menuWrp > ul > li {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1130px) {
  .header__iconsTxt {
    width: 65%;
  }
  .header__txt {
    margin-left: 15px;
  }
  .header__link {
    margin-left: 15px;
  }
  .header__txtTop {
    font-size: 14px;
  }
  .header__menuWrp > ul > li {
    margin-left: 22px;
  }
  .header__menuWrp > ul > li.menu-item-has-children > a {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    background: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 990;
  }
  .header.forFixed {
    padding-top: 0;
  }
  .header.showPanel {
    width: 100%;
  }
  .header.showPanel .header__contacts {
    display: none;
  }
  .header.showPanel .header__contacts_mob {
    width: 100%;
    margin: auto 0 0;
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
  }
  .header.showPanel .header__sTxt {
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 15px;
  }
  .header.showPanel .header__iconsTxt {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header.showPanel .header__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    width: 150px;
    height: 27px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header.showPanel .header__txt {
    display: block;
    margin: 0;
    text-align: right;
  }
  .header.showPanel .header__txtBottom {
    display: block;
    margin-top: 10px;
  }
  .header.showPanel .header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 184px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border: 1px solid #c0d8eb;
    margin-top: 15px;
  }
  .header.showPanel .header__bottom {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 88.44%;
    max-width: 283px;
    min-height: 100vh;
    margin: 0 0 0 auto;
    padding: 70px 14px;
    -webkit-box-shadow: 0px 16px 73px rgba(207,214,223,0.55);
            box-shadow: 0px 16px 73px rgba(207,214,223,0.55);
    background: #fff;
    z-index: 2;
    overflow-y: auto;
  }
  .header.showPanel .header__menuWrp {
    padding: 0 0 50px;
    margin: 0;
    height: auto;
  }
  .header.showPanel .header__menuWrp > ul {
    display: block;
  }
  .header.showPanel .header__menuWrp > ul > li {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .header.showPanel .header__menuWrp > ul > li.menu-item-has-children {
    padding-left: 80px;
    position: relative;
  }
  .header.showPanel .header__menuWrp > ul > li.menu-item-has-children:after {
    content: '';
    width: 11px;
    height: 11px;
    left: 0;
    top: 7px;
    background: url("../img/header/menuarr.svg") center no-repeat;
  }
  .header.showPanel .header__menuWrp > ul > li.menu-item-has-children > a {
    padding-right: 0;
  }
  .header.showPanel .header__menuWrp > ul > li.menu-item-has-children > a:after {
    display: none;
  }
  .header.showPanel .header__menuWrp > ul > li.narrow_sub.twoColsNarrow > ul {
    min-width: unset;
    -webkit-column-width: unset;
       -moz-column-width: unset;
            column-width: unset;
    -webkit-column-count: unset;
       -moz-column-count: unset;
            column-count: unset;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
  .header.showPanel .header__menuWrp > ul > li > a {
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header.showPanel .header__menuWrp > ul > li:hover > a {
    color: #000;
  }
  .header.showPanel .header__menuWrp > ul > li:hover > a:after {
    top: 45%;
    -webkit-transform: none;
            transform: none;
  }
  .header.showPanel .header__menuWrp > ul > li:hover > ul {
    display: none;
  }
  .header.showPanel .header__menuWrp > ul > li.active:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header.showPanel .header__menuWrp > ul > li.active > ul {
    display: block;
    position: relative;
    width: 100%;
    padding: 15px 0 0 0;
    top: 0;
    left: -95px;
    min-width: unset;
    width: calc(100% + 109px);
  }
  .header.showPanel .header__menuWrp > ul > li.active > ul:before {
    display: none;
  }
  .header.showPanel .header__menuWrp > ul > li.active > ul > li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(183,187,199,0.57);
    padding: 0 0 10px 0;
    text-align: right;
  }
  .header.showPanel .header__menuWrp > ul > li.active > ul > li.twocols {
    width: 100%;
  }
  .header.showPanel .header__menuWrp > ul > li.active > ul > li.twocols ~ li {
    width: 100%;
  }
  .header.showPanel .header__menuWrp > ul > li.active > ul > li.twocols > ul {
    display: block;
  }
  .header.showPanel .header__menuWrp > ul > li.active > ul > li > a {
    text-align: right;
    padding: 0 16px 0 16px;
  }
  .header.showPanel .header__menuWrp > ul > li.active > ul > li > ul {
    padding-bottom: 7px;
  }
  .header.showPanel .header__menuWrp > ul > li.menu-item-has-children.current-menu-item:hover > a {
    color: #01b3fd !important;
  }
  .header.showPanel .header__burger {
    right: 15px;
    top: 30px;
    width: 23px;
    height: 23px;
    z-index: 10;
  }
  .header.showPanel .header__burger span {
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header.showPanel .header__burger span:first-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header.showPanel .header__burger span:last-child {
    display: none;
  }
  .header.showPanel .header__burger:before {
    content: '';
    top: -30px;
    right: -15px;
    width: 88.44vw;
    max-width: 283px;
    height: 70px;
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0)), color-stop(15%, #fff), to(#fff));
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, #fff 15%, #fff 100%);
  }
  .header__top {
    background: #fff;
    height: 83px;
  }
  .header__logo {
    width: 156px;
  }
  .header__logoImg {
    max-width: 120px;
  }
  .header__logoTxt {
    font-size: 9.5px;
    margin-left: 6px;
  }
  .header__sTxt,
  .header__txt,
  .header__link,
  .header__icons {
    display: none;
  }
  .header__contacts {
    margin-right: 60px;
  }
  .header__bottom {
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .header__burger {
    position: absolute;
    right: 15px;
    top: 31px;
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 30px;
    height: 20px;
  }
  .header__burger span {
    width: 100%;
    height: 4px;
    border-radius: 1px;
    background: #01b3fd;
  }
  .body_in .header {
    background: #fff;
  }
}
@media screen and (max-width: 350px) {
  .header__logoTxt {
    display: none;
  }
}
.banner {
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
}
.banner ~ section {
  padding-top: 60px;
}
.banner_kv .banner__rightImg {
  right: 27px;
}
.banner_ul .banner__rightImg {
  right: -105px;
}
.banner__container {
  min-height: 801px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner__bgImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__bgImgMask {
  display: none;
}
.banner__bc {
  display: none;
}
.banner__left {
  padding: 150px 0 155px;
  width: 54%;
  max-width: 900px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.banner__heading {
  font-family: 'Unbounded', cursive;
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  color: #000;
}
.banner__heading span {
  color: #01b3fd;
}
.banner__subH {
  font-family: 'Unbounded', cursive;
  font-weight: 700;
  margin-top: 25px;
  font-size: 24px;
  line-height: 1.3;
}
.banner__subH span {
  font-size: 38px;
  line-height: 1;
}
.banner__subH sup {
  font-size: 14px;
}
.banner__desc {
  margin-top: 43px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.36;
  color: #161616;
}
.banner__desc ul {
  margin-top: 40px;
}
.banner__desc ul li {
  padding: 3px 0 3px 37px;
  font-size: 16px;
  line-height: 1.38;
  color: #4d4d4d;
  background: url("../img/banner/li.svg") left center no-repeat;
}
.banner__desc ul li + li {
  margin-top: 6px;
}
.banner__desc a {
  color: #01b3fd;
  text-decoration: none;
}
.banner__desc a:hover {
  text-decoration: underline;
}
.banner__btn {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 40px;
  margin-top: 91px;
  width: 470px;
  height: 80px;
  border-radius: 14px;
  font-size: 14px;
  position: relative;
  -webkit-box-shadow: 0 17px 33px rgba(28,79,48,0.17);
          box-shadow: 0 17px 33px rgba(28,79,48,0.17);
}
.banner__btn:after {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #0089c4 url("../img/banner/arr.svg") center no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.banner__rightImg {
  margin: auto 0 0;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .banner__container {
    min-height: 465px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner__left {
    width: 100%;
    padding: unset;
  }
  .banner__heading br {
    display: none;
  }
  .banner__rightImg {
    display: none;
  }
  .banner__btn {
    margin: 41px auto 0;
  }
}
@media screen and (max-width: 700px) {
  .banner__heading {
    font-size: 33px;
  }
}
@media screen and (max-width: 500px) {
  .banner ~ section {
    padding-top: 30px;
  }
  .banner__container {
    min-height: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .banner__heading {
    font-size: 28px;
  }
  .banner__subH {
    margin-top: 5px;
    font-size: 20px;
  }
  .banner__subH span {
    font-size: 25px;
  }
  .banner__desc {
    margin-top: 10px;
    font-size: 17px;
  }
  .banner__btn {
    margin-top: 29px;
    width: 100%;
    padding: 10px 80px 10px 20px;
    font-size: 13px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 370px) {
  .banner__heading {
    font-size: 25px;
  }
}
@media screen and (max-width: 330px) {
  .banner__heading {
    font-size: 22px;
  }
}
.imgTxtImg {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f8f8f8;
}
.imgTxtImg__row {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.imgTxtImg__row + .imgTxtImg__row {
  margin-top: 40px;
}
.imgTxtImg__img {
  width: 32.12%;
  border-radius: 30px;
}
.imgTxtImg__cont {
  width: 61.06%;
  font-size: 15px;
  line-height: 1.47;
  color: #808080;
}
.imgTxtImg__cont h3 {
  font-family: 'Unbounded', cursive;
  font-weight: 700;
  margin: 20px 0 10px;
  font-size: 20px;
}
.imgTxtImg__cont ul {
  margin: 24px 0;
}
.imgTxtImg__cont ul li {
  padding-left: 20px;
  background: url("../img/icons/li.svg") left 5px no-repeat;
  line-height: 1.2;
}
.imgTxtImg__cont ul li + li {
  margin-top: 16px;
}
.imgTxtImg__cont ul li b {
  color: #000;
  font-weight: 700;
}
.imgTxtImg__cont ol {
  list-style-type: none;
  counter-reset: num;
  margin: 24px 0;
}
.imgTxtImg__cont ol li {
  position: relative;
  padding-left: 20px;
  line-height: 1.2;
}
.imgTxtImg__cont ol li:before {
  content: counter(num) '.';
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #01b3fd;
}
.imgTxtImg__cont ol li + li {
  margin-top: 16px;
}
.imgTxtImg__cont a {
  color: #01b3fd;
  text-decoration: none;
}
.imgTxtImg__cont a:hover {
  text-decoration: underline;
}
.imgTxtImg__contH {
  padding-left: 36px;
  font-size: 22px;
  line-height: 1.37;
  border-left: 2px solid #01b3fd;
  margin-bottom: 30px;
  color: #000;
}
.imgTxtImg__contTxt {
  font-size: 15px;
  line-height: 1.47;
  color: #808080;
}
@media screen and (max-width: 1024px) {
  .imgTxtImg {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .imgTxtImg__row {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .imgTxtImg__row + .imgTxtImg__row {
    margin-top: 40px;
  }
  .imgTxtImg__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .imgTxtImg__cont {
    margin-top: 20px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 14px;
  }
  .imgTxtImg__contH {
    padding-left: 20px;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .imgTxtImg__contTxt {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .imgTxtImg__cont h3 {
    margin: 10px 0 5px;
    font-size: 16px;
  }
}
.imgTiles {
  padding-top: 61px;
  padding-bottom: 60px;
  background: #f8f8f8;
}
.imgTiles_inCont {
  padding-top: 10px;
}
.imgTiles__desc {
  max-width: 920px;
}
.imgTiles__row {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.imgTiles__row_three {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.imgTiles__row_three .imgTiles__itmImg {
  height: 250px;
}
.imgTiles__row_four {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.imgTiles__itm {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 9px 36px 0px rgba(0,0,0,0.03);
          box-shadow: 0px 9px 36px 0px rgba(0,0,0,0.03);
}
.imgTiles__itm_shopCat {
  text-align: center;
}
.imgTiles__itmNum {
  font-family: Arial;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: #2b7a4b;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  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;
  border-radius: 50%;
  line-height: 1;
}
.imgTiles__itmImg {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
  margin: 0 !important;
}
.imgTiles__itmCont {
  padding: 40px 20px;
}
.imgTiles__itmH {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}
.imgTiles__itmTxt {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.47;
  color: #808080;
}
.imgTiles__btmTxt {
  margin-top: 70px;
  font-size: 22px;
  line-height: 1.37;
}
.imgTiles__bottom {
  margin-top: 50px;
}
.imgTiles__bottomLink {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 40px;
  margin: 40px auto 0;
  width: 330px;
  height: 80px;
  border-radius: 14px;
  font-size: 14px;
  position: relative;
  -webkit-box-shadow: 0 17px 33px rgba(28,79,48,0.17);
          box-shadow: 0 17px 33px rgba(28,79,48,0.17);
}
.imgTiles__bottomLink:after {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #0089c4 url("../img/banner/arr.svg") center no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.imgTiles__bottomLink:hover {
  text-decoration: none !important;
}
.imgTiles__bottomSmallLink {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 40px;
  margin: auto auto 40px;
  width: 230px;
  height: 50px;
  border-radius: 14px;
  font-size: 14px;
  position: relative;
  -webkit-box-shadow: 0 17px 33px rgba(28,79,48,0.17);
          box-shadow: 0 17px 33px rgba(28,79,48,0.17);
}
.imgTiles__bottomSmallLink:after {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #0089c4 url("../img/banner/arr.svg") center no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.imgTiles__bottomSmallLink:hover {
  text-decoration: none !important;
}
@media screen and (max-width: 1024px) {
  .imgTiles {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .imgTiles__row {
    margin-top: 40px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .imgTiles__itmCont {
    padding: 20px;
  }
  .imgTiles__itmTxt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .imgTiles__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .imgTiles__row_three .imgTiles__itmImg {
    height: 180px;
  }
}
@media screen and (max-width: 500px) {
  .imgTiles_inCont .imgTiles__heading {
    margin: 0;
  }
  .imgTiles__row {
    gap: 20px;
  }
  .imgTiles__itmImg {
    height: 150px;
  }
  .imgTiles__itmCont {
    padding: 10px 10px 25px;
  }
  .imgTiles__itmH {
    font-size: 14px;
  }
  .imgTiles__itmTxt {
    font-size: 13px;
    margin-top: 10px;
  }
  .imgTiles__btmTxt {
    margin-top: 30px;
    font-size: 14px;
  }
  .imgTiles__bottomSmallLink {
    margin: auto auto 30px;
    padding: 10px 40px 10px 20px;
    height: 40px;
    width: 170px;
    font-size: 12px;
  }
}
.txt {
  padding-top: 30px;
  padding-bottom: 60px;
  background: #f8f8f8;
}
.txt__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.txt__leftLogo {
  margin-top: 5px;
  width: 214px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.txt__logoImg {
  opacity: 0.5;
  height: 22px;
}
.txt__logoImg_footer {
  height: 60px;
  opacity: 1;
}
.txt__logoTxt {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Unbounded', cursive;
  color: #01b3fd;
  text-transform: uppercase;
}
.txt__logoTxt_footer {
  color: #fff;
}
.txt__right {
  width: 74.55%;
  font-size: 22px;
  line-height: 1.37;
}
.txt__right a {
  text-decoration: none;
}
.txt__right a:hover {
  text-decoration: underline;
}
.txt__right a.greenTxt {
  color: #01b3fd;
}
.txt__right.greenTxt {
  color: #01b3fd;
}
.txt__right span {
  color: #a5a5a5;
}
.txt__right span.greenTxt {
  color: #01b3fd;
}
.txt__right p:not(:first-child) {
  margin-top: 35px;
}
@media screen and (max-width: 1024px) {
  .txt {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .txt__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .txt__leftLogo {
    width: 310px;
    height: 27px;
  }
  .txt__leftLogo_footer {
    width: 214px;
  }
  .txt__logoImg {
    height: 100%;
  }
  .txt__logoImg_footer {
    height: 40px;
  }
  .txt__logoTxt {
    font-size: 20.5px;
  }
  .txt__logoTxt_footer {
    font-size: unset;
  }
  .txt__right {
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
  }
  .txt__right p:not(:first-child) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 400px) {
  .txt__leftLogo {
    width: 245px;
    height: 23px;
  }
  .txt__logoImg {
    height: 100%;
  }
  .txt__logoImg_footer {
    height: 40px;
  }
  .txt__logoTxt {
    font-size: 16px;
  }
}
.spoilers {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}
.spoilers_txtBg .spoilers__spTxt {
  background: #f4f4f4;
}
.spoilers_oneBig {
  background: none;
}
.spoilers_oneBig .spoilers__heading {
  margin-bottom: 60px;
}
.spoilers_oneBig .spoilers__spoilers {
  margin-top: unset;
}
.spoilers_oneBig .spoilers__spItm {
  border-radius: 12px;
  background: #fff;
}
.spoilers_oneBig .spoilers__spItm:before {
  right: 25px;
  top: 25px;
}
.spoilers_oneBig .spoilers__spH {
  font-family: 'Unbounded', cursive;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 110px 10px 46px;
  min-height: 110px;
  background: url("../img/spoilers/headingbg.jpg") center no-repeat;
  background-size: cover;
}
.spoilers_oneBig .spoilers__spH:before,
.spoilers_oneBig .spoilers__spH:after {
  right: 45px;
  top: 55px;
}
.spoilers_halfs .spoilers__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.spoilers_halfs .spoilers__left {
  padding-top: 66px;
  width: 28.48%;
  background: url("../img/spoilers/heading.svg") top left no-repeat;
}
.spoilers_halfs .spoilers__underHeading {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.47;
  color: #808080;
}
.spoilers_halfs .spoilers__spoilers {
  margin-top: unset;
  width: 66.06%;
}
.spoilers__heading span {
  color: #bbb;
}
.spoilers__spoilers {
  margin-top: 60px;
}
.spoilers__spItm {
  background: #f8f8f8;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.spoilers__spItm + .spoilers__spItm {
  margin-top: 16px;
}
.spoilers__spItm:before {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  right: 20px;
  top: 20px;
  cursor: pointer;
  -webkit-box-shadow: 0px 9px 36px 0px rgba(0,0,0,0.03);
          box-shadow: 0px 9px 36px 0px rgba(0,0,0,0.03);
  z-index: 10;
}
.spoilers__spItm.active .spoilers__spH:before {
  -webkit-transform: unset;
          transform: unset;
}
.spoilers__spItm.active .spoilers__spTxt {
  opacity: 1;
  height: auto;
  padding: 46px;
  position: relative;
}
.spoilers__spItm.active .spoilers__spTxt p {
  display: block;
  margin-top: 0;
}
.spoilers__spItm.active .spoilers__spTxt ul,
.spoilers__spItm.active .spoilers__spTxt ol {
  display: block;
}
.spoilers__spItm.active .spoilers__spTxt:before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
}
.spoilers__spH {
  min-height: 100px;
  padding: 10px 100px 10px 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
  position: relative;
}
.spoilers__spH span {
  display: inline;
  color: #bbb;
}
.spoilers__spH:before {
  content: '';
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background: #01b3fd;
  right: 40px;
  top: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 20;
}
.spoilers__spH:after {
  content: '';
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background: #01b3fd;
  right: 40px;
  top: 50px;
  z-index: 20;
}
.spoilers__spHDesc {
  margin-left: auto;
  padding-left: 20px;
  font-size: 16px;
  color: #01b3fd;
}
.spoilers__spHNum {
  margin-right: 24px;
  color: #01b3fd;
}
.spoilers__spTxt,
.spoilers__spTxt p {
  padding-bottom: 30px;
  line-height: 1.5;
}
.spoilers__spTxt {
  opacity: 0;
  height: 0;
  padding: 0 46px;
  color: #7f7f7f;
  line-height: 1.6;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.spoilers__spTxt p {
  display: none;
}
.spoilers__spTxt p.hd {
  font-size: 23px;
  font-weight: 700;
}
.spoilers__spTxt ul {
  display: none;
  margin: 0 0 24px 0;
}
.spoilers__spTxt ul li {
  padding-left: 20px;
  background: url("../img/icons/li.svg") left 8px no-repeat;
  line-height: 1.2;
}
.spoilers__spTxt ul li + li {
  margin-top: 16px;
}
.spoilers__spTxt ul li b {
  color: #000;
  font-weight: 700;
}
.spoilers__spTxt ol {
  display: none;
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 24px 0;
}
.spoilers__spTxt ol li {
  position: relative;
  padding-left: 20px;
  line-height: 1.2;
}
.spoilers__spTxt ol li:before {
  content: counter(num) '.';
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #01b3fd;
}
.spoilers__spTxt ol li + li {
  margin-top: 16px;
}
.spoilers__spTxt h1,
.spoilers__spTxt h2,
.spoilers__spTxt h3 {
  font-family: 'Unbounded', cursive;
  font-weight: 700;
  color: #000;
}
.spoilers__spTxt h1 {
  margin: 40px 0 30px;
  font-size: 50px;
}
.spoilers__spTxt h2 {
  margin: 30px 0 20px;
  font-size: 30px;
}
.spoilers__spTxt h3 {
  margin: 20px 0 10px;
  font-size: 20px;
}
.spoilers__spTxt a {
  color: #01b3fd;
  text-decoration: none;
}
.spoilers__spTxt a:hover {
  text-decoration: underline;
}
.spoilers__cols {
  border-radius: 16px;
  padding: 30px 40px;
  background: #fff;
}
.spoilers__cols_noBg {
  border-radius: unset;
  background: unset;
}
.spoilers__colsTop {
  padding-bottom: 28px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spoilers__colsTop:after {
  content: '';
  bottom: 0;
  left: -40px;
  width: calc(100% + 80px);
  height: 1px;
  background: #e1e1e1;
}
.spoilers__colsTopItm {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding-right: 30px;
  color: #000;
  font-weight: 700;
}
.spoilers__colsBtm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  position: relative;
}
.spoilers__colsBtm + .spoilers__colsBtm:before {
  content: '';
  top: 0;
  left: -40px;
  width: calc(100% + 80px);
  height: 1px;
  background: #e1e1e1;
}
.spoilers__colsBtmItmH {
  display: none;
  color: #000;
  font-weight: 700;
}
.spoilers__colsBtmItm {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding-right: 30px;
}
.spoilers__colsBtmItm p {
  padding: 0 0 18px;
}
.spoilers__colsBtmItm ul li {
  padding-left: 12px;
  position: relative;
}
.spoilers__colsBtmItm ul li:before {
  content: '';
  width: 3px;
  height: 3px;
  top: 13px;
  border-radius: 50%;
  left: 0;
  background: #7f7f7f;
}
.spoilers__bigTxt {
  font-size: 22px;
  line-height: 1.37;
  color: #000;
}
.spoilers__listTr {
  padding: 0 0 24px 0;
}
.spoilers__listTr li {
  padding-left: 20px;
  background: url("../img/icons/li.svg") left 8px no-repeat;
}
.spoilers__listTr li + li {
  margin-top: 16px;
}
.spoilers__listTr li b {
  color: #000;
  font-weight: 700;
}
.spoilers__listCir {
  padding: 0 0 24px 0;
}
.spoilers__listCir li {
  margin-left: 18px;
  padding: 3px 0;
  color: #000;
  padding-left: 30px;
  background: url("../img/tables/mark.svg") left center no-repeat;
}
.spoilers__listCir li + li {
  margin-top: 10px;
}
.spoilers__listCir li b {
  color: #000;
  font-weight: 700;
}
.spoilers__imgColsRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
}
.spoilers__imgColsRow + .spoilers__imgColsRow {
  margin-top: 50px;
}
.spoilers__imgColsImg {
  width: 49%;
  height: auto;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.spoilers__imgColsH {
  font-size: 18px;
}
.spoilers__imgColsTxt {
  width: 49%;
}
@media screen and (max-width: 1024px) {
  .spoilers {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .spoilers_oneBig .spoilers__heading {
    margin-bottom: 30px;
  }
  .spoilers_oneBig .spoilers__spH {
    min-height: 100px;
    padding: 10px 110px 10px 20px;
    font-size: 14px;
  }
  .spoilers_oneBig .spoilers__spH:before,
  .spoilers_oneBig .spoilers__spH:after {
    right: 40px;
    top: 50px;
  }
  .spoilers_halfs .spoilers__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .spoilers_halfs .spoilers__left {
    width: 100%;
    background-size: 40px;
  }
  .spoilers_halfs .spoilers__underHeading {
    margin-top: 20px;
    font-size: 14px;
  }
  .spoilers_halfs .spoilers__spoilers {
    margin-top: 30px;
    width: 100%;
  }
  .spoilers__spoilers {
    margin-top: 30px;
  }
  .spoilers__spItm:before {
    width: 50px;
    height: 50px;
  }
  .spoilers__spItm.active .spoilers__spTxt {
    padding: 20px;
  }
  .spoilers__spH {
    font-size: 14px;
    padding: 5px 100px 5px 20px;
    min-height: 90px;
  }
  .spoilers__spH:before,
  .spoilers__spH:after {
    right: 35px;
    top: 45px;
  }
  .spoilers__spHDesc {
    display: none;
  }
  .spoilers__spTxt p.hd {
    font-size: 18px;
  }
  .spoilers__colsTop {
    display: none;
  }
  .spoilers__colsBtm {
    padding-top: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .spoilers__colsBtmItmH {
    display: block;
    padding: 30px 0 15px;
  }
  .spoilers__bigTxt {
    font-size: 17px;
  }
  .spoilers__imgColsRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .spoilers__imgColsRow + .spoilers__imgColsRow {
    margin-top: 10px;
  }
  .spoilers__imgColsImg {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  .spoilers__imgColsH {
    font-size: 16px;
  }
  .spoilers__imgColsTxt {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 500px) {
  .spoilers__spTxt h1 {
    margin: 35px 0 25px;
    font-size: 30px;
  }
  .spoilers__spTxt h2 {
    margin: 25px 0 15px;
    font-size: 20px;
  }
  .spoilers__spTxt h3 {
    margin: 10px 0 5px;
    font-size: 16px;
  }
}
.carousel {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f8f8f8;
}
.carousel_rsns .carousel__itm {
  padding: 50px 65px 310px 35px;
  border-radius: 16px;
  background: #fff;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.carousel_rsns .carousel__itm:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #37995e;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel_rsns .carousel__itm.is-active {
  width: 648px !important;
  padding: 60px 112px 60px 60px;
}
.carousel_rsns .carousel__itm.is-active .carousel__itmIc {
  display: block;
}
.carousel_rsns .carousel__itm.is-active .carousel__itmImg {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel_rsns .carousel__itm.is-active .carousel__itmH {
  margin: 54px 0 0;
  color: #fff;
}
.carousel_rsns .carousel__itm.is-active .carousel__itmTxt {
  display: block;
}
.carousel_rsns .carousel__itm.is-active:before {
  opacity: 0.92;
}
.carousel_rsns .carousel__itmNum {
  font-family: Arial;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #2b7a4b;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  z-index: 2;
}
.carousel_rsns .carousel__itmIc {
  display: none;
  position: relative;
  z-index: 2;
}
.carousel_rsns .carousel__itmH {
  font-family: 'Unbounded', cursive;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.34;
  color: #000;
  position: relative;
  z-index: 2;
}
.carousel_rsns .carousel__itmTxt {
  margin-top: 23px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: none;
  position: relative;
  z-index: 2;
  color: rgba(255,255,255,0.7);
}
.carousel_rsns .carousel__itmTxt ul li {
  padding: 3px 0 3px 25px;
  font-size: 16px;
  line-height: 1.38;
  position: relative;
}
.carousel_rsns .carousel__itmTxt ul li + li {
  margin-top: 14px;
}
.carousel_rsns .carousel__itmTxt ul li:before {
  content: '';
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
          box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
}
.carousel_rsns .carousel__itmImg {
  position: absolute;
  bottom: 22px;
  left: 22px;
  width: calc(100% - 44px);
  height: 254px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel_rsns .carousel__arrows {
  width: 708px;
  height: 60px;
  left: -30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.carousel_rsns .carousel__arrow[disabled] {
  opacity: 0 !important;
}
.carousel_rsns .carousel__progress {
  display: none;
}
.carousel_befaf .carousel__carousel {
  padding-bottom: 30px;
}
.carousel_befaf .carousel__itm {
  padding: 360px 50px 50px;
  background: #fff;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel_befaf .carousel__itm.is-active + .carousel__itm + .carousel__itm {
  opacity: 0.4;
}
.carousel_befaf .carousel__itmImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel_befaf .carousel__itmH {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
.carousel_befaf .carousel__itmIcTxt {
  margin-top: 26px;
  padding: 4px 0 8px 30px;
  font-size: 12px;
  line-height: 0.5;
  font-weight: 700;
  text-transform: uppercase;
  background: url("../img/carousel/show.svg") center left no-repeat;
}
.carousel_befaf .carousel__itmIcTxt span {
  color: #b1b1b1;
}
.carousel_befaf .carousel__itmIcTxt sup {
  font-size: 9px;
}
.carousel_befaf .carousel__arrows {
  -webkit-transform: unset;
          transform: unset;
  top: 181px;
  left: 1065px;
  width: 60px;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.carousel_befaf .carousel__arrow[disabled] {
  opacity: 1 !important;
}
.carousel_befaf .carousel__arrow[disabled]:before {
  -webkit-filter: grayscale(100%) brightness(150%);
          filter: grayscale(100%) brightness(150%);
}
.carousel_befaf .carousel__arrow[disabled]:hover {
  background: #fff;
}
.carousel_who .carousel__carousel {
  padding-bottom: 30px;
}
.carousel_who .carousel__itm {
  padding: 478px 50px 50px;
  background: #fff;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel_who .carousel__itm.is-active + .carousel__itm + .carousel__itm + .carousel__itm {
  opacity: 0.4;
}
.carousel_who .carousel__itmImg {
  border-radius: 12px;
  position: absolute;
  top: 18px;
  left: 18px;
  width: calc(100% - 36px);
  height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel_who .carousel__itmH {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
.carousel_who .carousel__itmTxt {
  margin-top: 22px;
  font-size: 15px;
  line-height: 1.47;
  color: #808080;
}
.carousel_who .carousel__arrows {
  -webkit-transform: unset;
          transform: unset;
  top: 263px;
  left: 1293px;
  width: 60px;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.carousel_who .carousel__arrow[disabled] {
  opacity: 1 !important;
}
.carousel_who .carousel__arrow[disabled]:before {
  -webkit-filter: grayscale(100%) brightness(150%);
          filter: grayscale(100%) brightness(150%);
}
.carousel_who .carousel__arrow[disabled]:hover {
  background: #fff;
}
.carousel_promo_noCar {
  padding-top: 0;
}
.carousel_promo_noCar .carousel__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 60px;
}
.carousel_promo_noCar .carousel__itmImg {
  margin: 0;
}
.carousel_promo_noCar .carousel__itmBtn {
  color: #fff;
  text-decoration: none;
}
.carousel_promo_noCar .carousel__itmBtn:hover {
  text-decoration: none;
}
.carousel_promo .carousel__carousel {
  padding-bottom: 60px;
}
.carousel_promo .carousel__itm {
  padding: 360px 50px 50px;
  background: #fff;
  position: relative;
  border-radius: 16px;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel_promo .carousel__itm.is-active + .carousel__itm + .carousel__itm {
  opacity: 0.4;
}
.carousel_promo .carousel__itm:after {
  content: '';
  width: 100%;
  height: 90%;
  bottom: 0;
  left: 0;
  border-radius: 0 0 16px 16px;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(25%, #fff), to(rgba(255,255,255,0)));
  background: linear-gradient(0deg, #fff 0%, #fff 25%, rgba(255,255,255,0) 100%);
}
.carousel_promo .carousel__itmCir {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #01b3fd url("../img/carousel/per.svg") center no-repeat;
  z-index: 2;
}
.carousel_promo .carousel__itmImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  z-index: 0;
}
.carousel_promo .carousel__itmH {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  z-index: 1;
}
.carousel_promo .carousel__itmTxt {
  position: relative;
  margin-top: 22px;
  font-size: 15px;
  line-height: 1.47;
  color: #808080;
  z-index: 1;
}
.carousel_promo .carousel__itmBtn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -26px;
  min-width: 169px;
  min-height: 52px;
  font-size: 12px;
  z-index: 2;
}
.carousel_promo .carousel__arrows {
  -webkit-transform: unset;
          transform: unset;
  top: 181px;
  left: 1065px;
  width: 60px;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.carousel_promo .carousel__arrow[disabled] {
  opacity: 1 !important;
}
.carousel_promo .carousel__arrow[disabled]:before {
  -webkit-filter: grayscale(100%) brightness(150%);
          filter: grayscale(100%) brightness(150%);
}
.carousel_promo .carousel__arrow[disabled]:hover {
  background: #fff;
}
.carousel_rev .carousel__carousel {
  padding-bottom: 30px;
}
.carousel_rev .carousel__itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
  background: #fff;
  position: relative;
  border-radius: 16px;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel_rev .carousel__itm.is-active + .carousel__itm + .carousel__itm {
  opacity: 0.4;
}
.carousel_rev .carousel__itmH {
  margin-top: 30px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
.carousel_rev .carousel__itmTxt {
  position: relative;
  margin-top: 22px;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.47;
  color: #808080;
}
.carousel_rev .carousel__itmBottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel_rev .carousel__itmBtmImg {
  margin-right: 28px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel_rev .carousel__itmBtmCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carousel_rev .carousel__itmBtmH {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
}
.carousel_rev .carousel__itmBtmTxt {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.7;
  color: #b0b0b0;
}
.carousel_rev .carousel__arrows {
  -webkit-transform: unset;
          transform: unset;
  top: 161px;
  left: 1065px;
  width: 60px;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.carousel_rev .carousel__arrow[disabled] {
  opacity: 1 !important;
}
.carousel_rev .carousel__arrow[disabled]:before {
  -webkit-filter: grayscale(100%) brightness(150%);
          filter: grayscale(100%) brightness(150%);
}
.carousel_rev .carousel__arrow[disabled]:hover {
  background: #fff;
}
.carousel_serv .carousel__itm {
  padding: 0;
  position: relative;
  color: #000;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel_serv .carousel__itm.is-active + .carousel__itm + .carousel__itm + .carousel__itm + .carousel__itm {
  opacity: 0.4;
}
.carousel_serv .carousel__itmImg {
  position: relative;
  margin-top: 30px;
  border-radius: 16px;
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.carousel_serv .carousel__itmH {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  padding: 0 10px;
}
.carousel_serv .carousel__itmBtn {
  position: relative;
  width: 112px;
  height: 52px;
  font-size: 12px;
  margin: -26px auto 0;
  z-index: 2;
}
.carousel_serv .carousel__progress {
  display: none;
}
.carousel_serv .carousel__arrows {
  -webkit-transform: unset;
          transform: unset;
  top: 143px;
  left: 1293px;
  width: 60px;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.carousel_serv .carousel__arrow[disabled] {
  opacity: 1 !important;
}
.carousel_serv .carousel__arrow[disabled]:before {
  -webkit-filter: grayscale(100%) brightness(150%);
          filter: grayscale(100%) brightness(150%);
}
.carousel_serv .carousel__arrow[disabled]:hover {
  background: #fff;
}
.carousel_servInd .carousel__itm {
  padding: 0;
  position: relative;
  color: #000;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel_servInd .carousel__itm.is-active + .carousel__itm + .carousel__itm + .carousel__itm + .carousel__itm {
  opacity: 0.4;
}
.carousel_servInd .carousel__itmImg {
  position: relative;
  margin-top: 30px;
  border-radius: 16px;
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.carousel_servInd .carousel__itmH {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  padding: 0 10px;
}
.carousel_servInd .carousel__itmBtn {
  position: relative;
  width: 112px;
  height: 52px;
  font-size: 12px;
  margin: -26px auto 0;
  z-index: 2;
}
.carousel_servInd .carousel__progress {
  display: none;
}
.carousel_servInd .carousel__arrows {
  display: none;
  -webkit-transform: unset;
          transform: unset;
  top: 143px;
  left: 1293px;
  width: 60px;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.carousel_servInd .carousel__arrow[disabled] {
  opacity: 1 !important;
}
.carousel_servInd .carousel__arrow[disabled]:before {
  -webkit-filter: grayscale(100%) brightness(150%);
          filter: grayscale(100%) brightness(150%);
}
.carousel_servInd .carousel__arrow[disabled]:hover {
  background: #fff;
}
.carousel_results .carousel__itm {
  background: #fff;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel_results .carousel__itm.is-active + .carousel__itm + .carousel__itm,
.carousel_results .carousel__itm.is-active + .carousel__itm + .carousel__itm + .carousel__itm {
  opacity: 0.4;
}
.carousel_results .carousel__itmImgRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel_results .carousel__itmImgWrp {
  position: relative;
  width: 50%;
  height: 270px;
}
.carousel_results .carousel__itmImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.carousel_results .carousel__itmImgMark {
  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;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 22px;
  padding: 5px 20px;
  font-family: 'Unbounded', cursive;
  font-size: 12px;
  line-height: 2;
  border-radius: 10px;
}
.carousel_results .carousel__itmImgMark_left {
  color: #000;
  background: #fff;
}
.carousel_results .carousel__itmImgMark_right {
  color: #fff;
  background: #01b3fd;
}
.carousel_results .carousel__itmContWrp {
  padding: 40px 40px 51px;
}
.carousel_results .carousel__itmH {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
.carousel_results .carousel__itmTxtRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.carousel_results .carousel__itmIcTxt {
  margin: 20px 10px 0 0;
  padding: 4px 0 4px 25px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.carousel_results .carousel__itmIcTxt:last-child {
  margin-right: 0;
}
.carousel_results .carousel__itmIcTxt_price {
  background: url("../img/carousel/price.svg") bottom 1px left no-repeat;
}
.carousel_results .carousel__itmIcTxt_sq {
  background: url("../img/carousel/show.svg") bottom 1px left no-repeat;
}
.carousel_results .carousel__itmIcTxt_time {
  background: url("../img/carousel/time.svg") bottom 1px left no-repeat;
}
.carousel_results .carousel__itmIcTxt_logo {
  background: url("../img/carousel/logo.svg") bottom 1px left no-repeat;
}
.carousel_results .carousel__itmIcTxt span {
  color: #b1b1b1;
}
.carousel_results .carousel__arrows {
  -webkit-transform: unset;
          transform: unset;
  top: 181px;
  left: 990px;
  width: 60px;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.carousel_results .carousel__arrow[disabled] {
  opacity: 1 !important;
}
.carousel_results .carousel__arrow[disabled]:before {
  -webkit-filter: grayscale(100%) brightness(150%);
          filter: grayscale(100%) brightness(150%);
}
.carousel_results .carousel__arrow[disabled]:hover {
  background: #fff;
}
.carousel__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.carousel__topLnk {
  font-size: 16px;
  line-height: 1.38;
  color: #01b3fd;
  font-weight: 700;
  margin-left: 70px;
  margin-bottom: 9px;
}
.carousel__topLnk:hover {
  text-decoration: underline;
}
.carousel__topRow {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.carousel__topRowItm {
  max-width: 13.79%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  text-align: center;
}
.carousel__topRowItmImg {
  max-width: 100%;
  max-height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel__topRowItmBtm {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.carousel__topRowItmBtmLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
.carousel__topRowItmStar {
  width: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.carousel__topRowItmBtmTxt {
  font-weight: 700;
  font-size: 12px;
  margin-left: 3px;
}
.carousel__topRowItmBtmLnk {
  color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.carousel__topRowItmBtmLnk:hover {
  text-decoration: unset;
}
.carousel__carousel {
  width: 100%;
}
.carousel__wrp {
  margin-top: 59px;
  overflow: unset;
}
.carousel__itm {
  -webkit-box-shadow: 0 9px 36px rgba(0,0,0,0.03);
          box-shadow: 0 9px 36px rgba(0,0,0,0.03);
}
.carousel__itmStar_gr {
  -webkit-filter: grayscale(100%) brightness(125%);
          filter: grayscale(100%) brightness(125%);
}
.carousel__itmStar + .carousel__itmStar {
  margin-left: 2px;
}
.carousel__arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel__arrow {
  top: unset;
  -webkit-transform: unset;
          transform: unset;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 0;
  color: rgba(0,0,0,0);
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 9px 25px rgba(0,0,0,0.1);
          box-shadow: 0 9px 25px rgba(0,0,0,0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel__arrow:before {
  content: '';
  position: relative;
  width: 40px;
  height: 40px;
  background: url("../img/carousel/arr_r.svg") center no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel__arrow:hover {
  opacity: 1 !important;
  background: #01b3fd;
}
.carousel__arrow:hover:before {
  -webkit-filter: brightness(1000%);
          filter: brightness(1000%);
}
.carousel__arrow_prev:before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.carousel__arrow[disabled] {
  cursor: default;
}
.carousel__progress {
  margin-top: 70px;
  background: #ebebeb;
  border-radius: 2px;
}
.carousel__progressBar {
  width: 0;
  height: 4px;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
  background: #01b3fd;
  border-radius: 2px;
}
.carousel__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3px;
  bottom: 0;
  background: #e9e9e9;
  border-radius: 3px;
  padding: 0;
}
.carousel__pagination ul {
  padding: 0;
  margin: 0;
}
.carousel__pagination li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  height: 3px;
}
.carousel__paginationItm {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: unset;
  opacity: unset;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel__paginationItm.is-active {
  background: #01b3fd;
  -webkit-transform: unset;
          transform: unset;
}
.carousel_modal {
  display: none;
  position: fixed;
  z-index: 333;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}
.carousel_modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
/* The Close Button */
}
.carousel_close {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel_close:hover,
.carousel_close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.carousel_Slides {
  display: none;
  width: 100%;
  height: 800px;
  max-height: 80vh;
}
.carousel_Slides img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel_cursor {
  cursor: pointer;
}
.active {
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  .carousel_who .carousel__itm.is-active + .carousel__itm + .carousel__itm {
    opacity: 0.4;
  }
  .carousel_who .carousel__itm.is-active + .carousel__itm + .carousel__itm + .carousel__itm {
    opacity: unset;
  }
  .carousel_who .carousel__arrows {
    left: 842px;
  }
  .carousel_serv .carousel__itm.is-active + .carousel__itm + .carousel__itm + .carousel__itm {
    opacity: 0.4;
  }
  .carousel_serv .carousel__arrows {
    left: 953px;
  }
  .carousel_servInd .carousel__itm.is-active + .carousel__itm + .carousel__itm + .carousel__itm {
    opacity: 0.4;
  }
  .carousel_servInd .carousel__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 953px;
  }
}
@media screen and (max-width: 1180px) {
  .carousel_befaf .carousel__arrows {
    left: 505px;
  }
  .carousel_promo .carousel__arrows {
    left: 505px;
  }
  .carousel_rev .carousel__arrows {
    left: 505px;
  }
  .carousel_serv .carousel__arrows {
    left: 625px;
  }
  .carousel_servInd .carousel__arrows {
    left: 625px;
  }
  .carousel__topLnk {
    margin-left: 30px;
  }
  .carousel_results .carousel__arrows {
    left: 794px;
  }
}
@media screen and (max-width: 1024px) {
  .carousel {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .carousel_rsns .carousel__carousel {
    padding-bottom: 30px;
  }
  .carousel_rsns .carousel__arrows {
    width: calc(100% - 55px);
    left: 7px;
  }
  .carousel_who .carousel__arrows {
    height: 95px;
    left: 400px;
  }
  .carousel_promo .carousel__arrows {
    height: 95px;
  }
  .carousel_rev .carousel__arrows {
    height: 95px;
  }
  .carousel_befaf .carousel__arrows {
    height: 95px;
  }
  .carousel_results .carousel__arrows {
    height: 95px;
    left: 377px;
  }
  .carousel_servInd .carousel__arrows {
    height: 95px;
  }
  .carousel__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .carousel__topLnk {
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: unset;
  }
  .carousel__wrp {
    width: 100%;
    margin-top: 50px;
  }
  .carousel__arrows {
    height: 95px;
  }
  .carousel__arrow {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 860px) {
  .carousel__topRow {
    max-width: 500px;
    margin: 30px auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .carousel__topRowItm {
    max-width: unset;
    width: 46%;
  }
}
@media screen and (max-width: 720px) {
  .carousel {
    padding-top: 50px;
  }
  .carousel__carousel {
    padding-bottom: 35px;
  }
  .carousel_rsns .carousel__itm {
    padding: 30px;
  }
  .carousel_rsns .carousel__itm.is-active {
    width: 100% !important;
    padding: 30px;
  }
  .carousel_rsns .carousel__itmTxt {
    margin-top: 80px;
  }
  .carousel_befaf .carousel__itm {
    padding: 340px 50px 50px;
    width: 100% !important;
  }
  .carousel_befaf .carousel__itmImg {
    height: 300px;
  }
  .carousel_who .carousel__itm {
    padding: 255px 20px 20px;
  }
  .carousel_who .carousel__itmImg {
    height: 215px;
  }
  .carousel_promo .carousel__carousel {
    padding-bottom: 40px;
  }
  .carousel_promo .carousel__itm {
    padding: 170px 25px 50px;
    width: 100% !important;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .carousel_promo .carousel__itmH {
    margin-top: auto;
  }
  .carousel_rev .carousel__itm {
    padding: 40px;
    width: 100% !important;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .carousel_rev .carousel__itmH {
    margin-top: 20px;
  }
  .carousel_serv .carousel__carousel {
    padding-bottom: 30px;
  }
  .carousel_serv .carousel__itmImg {
    height: 220px;
    z-index: 1;
  }
  .carousel_serv .carousel__itmH {
    font-size: 16px;
    padding: 0 5px;
  }
  .carousel_serv .carousel__progress {
    display: block;
    margin-top: 30px;
  }
  .carousel_servInd .carousel__itmImg {
    height: 220px;
    z-index: 1;
  }
  .carousel_servInd .carousel__itmH {
    font-size: 16px;
    padding: 0 5px;
  }
  .carousel__wrp {
    margin-top: 20px;
  }
  .carousel__progress {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .carousel__carousel {
    padding-bottom: 30px;
  }
  .carousel_promo_noCar {
    padding-top: 0;
  }
  .carousel_promo_noCar .carousel__container {
    padding: 0;
  }
  .carousel_promo_noCar .carousel__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 50px;
  }
  .carousel_who .carousel__itm {
    padding: calc((100vw - 40px - 36px) / 2) 10px 20px;
  }
  .carousel_who .carousel__itmH {
    font-size: 14px;
  }
  .carousel_who .carousel__itmTxt {
    margin-top: 10px;
    font-size: 14px;
  }
  .carousel_who .carousel__itmImg {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc((100vw - 50px - 36px) / 2 - 12px);
  }
  .carousel_servInd .carousel__itmH {
    font-size: 14px;
  }
  .carousel_servInd .carousel__itmImg {
    margin-top: 20px;
    height: calc((100vw - 50px) / 2 - 12px);
  }
  .carousel_serv .carousel__itmH {
    font-size: 14px;
  }
  .carousel_serv .carousel__itmImg {
    margin-top: 20px;
    height: calc((100vw - 50px) / 2 - 12px);
  }
}
@media screen and (max-width: 450px) {
  .carousel_results .carousel__itmImgWrp {
    height: 200px;
  }
  .carousel_results .carousel__itmContWrp {
    padding: 20px 20px 30px;
  }
  .carousel__topRow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 350px) {
  .carousel_who .carousel__itm {
    padding: 260px 10px 20px;
  }
  .carousel_who .carousel__itmImg {
    height: 240px;
  }
  .carousel_servInd .carousel__itmImg {
    height: 250px;
  }
  .carousel_serv .carousel__itmImg {
    height: 250px;
  }
}
.btnTiles {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f8f8f8;
}
.btnTiles__wrp {
  margin-top: 55px;
}
.btnTiles__row {
  display: -ms-grid !important;
  display: grid !important;
  gap: 24px;
}
.btnTiles__row_three {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.btnTiles__row_three .btnTiles__itmH {
  max-width: 350px;
}
.btnTiles__row_three .btnTiles__itmTxt {
  max-width: 350px;
}
.btnTiles__row_four {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.btnTiles__itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btnTiles__itmH {
  font-size: 19px;
  line-height: 1.45;
  font-weight: 700;
  max-width: 270px;
}
.btnTiles__itmTxt {
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.47;
  color: #808080;
  max-width: 270px;
}
.btnTiles__itmImg {
  margin-top: auto;
  width: 100%;
  max-width: 100%;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  -webkit-box-shadow: 0 9px 36px rgba(0,0,0,0.03);
          box-shadow: 0 9px 36px rgba(0,0,0,0.03);
}
.btnTiles__itmLnk {
  margin-top: -26px;
  width: 112px;
  height: 52px;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .btnTiles {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .btnTiles__wrp {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .btnTiles__row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: unset;
  }
  .btnTiles__itmImg {
    height: 220px;
  }
  .btnTiles .carousel__pagination {
    margin: 0 25px;
  }
}
@media screen and (max-width: 500px) {
  .btnTiles__itmImg {
    height: calc((100vw - 50px) / 2 - 12px);
  }
  .btnTiles__itmH {
    font-size: 14px;
  }
  .btnTiles__itmTxt {
    margin: 10px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .btnTiles__itmImg {
    height: 250px;
  }
}
.imgTxtTiles {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f8f8f8;
}
.imgTxtTiles__wrp {
  margin-top: 60px;
  padding-bottom: 26px;
}
.imgTxtTiles__row {
  display: -ms-grid !important;
  display: grid !important;
  gap: 60px 24px;
}
.imgTxtTiles__row_three {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.imgTxtTiles__row_four {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.imgTxtTiles__itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 18px 18px 13px;
  background: #fff;
  border-radius: 16px;
  position: relative;
}
.imgTxtTiles__itmCont {
  padding: 38px 24px;
}
.imgTxtTiles__itmH {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
  word-break: break-all;
}
.imgTxtTiles__itmLines {
  margin-top: 22px;
  font-size: 14px;
}
.imgTxtTiles__itmLine {
  padding-left: 25px;
  padding-bottom: 3px;
  line-height: 1.2;
}
.imgTxtTiles__itmLine + .imgTxtTiles__itmLine {
  margin-top: 12px;
}
.imgTxtTiles__itmLine span {
  color: #808080;
}
.imgTxtTiles__itmLine_top {
  background: url("../img/imgtxttiles/time.svg") left center no-repeat;
}
.imgTxtTiles__itmLine_btm {
  background: url("../img/imgtxttiles/man.svg") left center no-repeat;
}
.imgTxtTiles__itmBtmTxt {
  margin-top: 32px;
  font-family: 'Unbounded', cursive;
  color: #01b3fd;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
}
.imgTxtTiles__itmBtmTxt span {
  font-size: 22px;
}
.imgTxtTiles__itmImg {
  margin-bottom: auto;
  max-width: 100%;
  height: 255px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.imgTxtTiles__itmLnk {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -26px;
  width: 74.36%;
  height: 52px;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .imgTxtTiles {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .imgTxtTiles__wrp {
    margin-top: 30px;
    padding-bottom: 60px;
  }
  .imgTxtTiles__row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: unset;
  }
  .imgTxtTiles__itmCont {
    padding: 24px 0;
  }
  .imgTxtTiles__itmImg {
    height: 220px;
  }
  .imgTxtTiles .carousel__pagination {
    margin: 0 25px;
  }
}
@media screen and (max-width: 500px) {
  .imgTxtTiles__wrp {
    padding-bottom: 40p;
  }
  .imgTxtTiles__itm {
    padding: calc(100vw - 40px) 10px 13px;
  }
  .imgTxtTiles__itmImg {
    height: calc(100vw - 50px);
    position: absolute;
    left: 0;
    top: 0;
  }
  .imgTxtTiles__itmCont {
    padding: 12px 0 24px;
  }
  .imgTxtTiles__itmH {
    font-size: 14px;
  }
  .imgTxtTiles__itmLines {
    margin-top: 12px;
  }
}
.tables {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f8f8f8;
}
.tables__table {
  margin-top: 60px;
  width: 100%;
}
.tables__tableItm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  padding-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tables__tableItm:first-child {
  width: 42%;
}
.tables__tableItm:nth-child(2) {
  width: 16%;
}
.tables__tableItm:nth-child(3) {
  width: 16%;
}
.tables__tableItm:last-child {
  width: 16%;
  padding-right: unset;
}
.tables__tableRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 34px;
}
.tables__tableRow_th {
  padding: 26px 34px;
  -webkit-box-shadow: 0 9px 45px rgba(0,0,0,0.03);
          box-shadow: 0 9px 45px rgba(0,0,0,0.03);
  background: #fff;
  border-radius: 16px;
  margin-bottom: 30px;
}
.tables__tableRow_th .tables__tableItm {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.tables__tableRow_prices {
  margin-top: 32px;
  font-family: 'Unbounded', cursive;
  color: #01b3fd;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
}
.tables__tableRow_prices span {
  font-size: 22px;
}
.tables__tableRow_btns {
  margin-top: 40px;
}
.tables__tableWrp_bottom {
  display: none;
}
.tables__tableWrp_bottom.show {
  display: block;
}
.tables__tableWrp_bottom + .sHeading {
  margin-top: 1000px;
}
.tables__showWrp {
  text-align: center;
  margin: 45px 0 20px;
}
.tables__showTable {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 40px;
  margin: 40px auto 0;
  width: 280px;
  height: 80px;
  border-radius: 14px;
  font-size: 14px;
  position: relative;
  -webkit-box-shadow: 0 17px 33px rgba(28,79,48,0.17);
          box-shadow: 0 17px 33px rgba(28,79,48,0.17);
}
.tables__showTable:after {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #0089c4 url("../img/banner/arr.svg") center no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.tables__showTable:hover {
  text-decoration: none !important;
}
.tables__mark {
  width: 20px;
  height: 20px;
  background: url("../img/tables/mark.svg") center no-repeat;
}
.tables__unMark {
  width: 20px;
  height: 20px;
  background: url("../img/tables/unmark.svg") center no-repeat;
}
.tables__btn {
  font-size: 12px;
  border-radius: 10px;
  width: 100%;
  max-width: 150px;
  height: 52px;
}
.tables__headingBtm {
  display: none;
}
.tables__headingBtm.show {
  display: block;
}
.tables__txtUnderT {
  margin: 50px 0 80px;
  font-size: 15px;
  line-height: 1.3;
  color: #808080;
}
.tables__txtUnderT_bottom {
  display: none;
}
.tables__txtUnderT_bottom.show {
  display: block;
}
.tables__separator {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 0 auto 50px;
}
.tables__separator:last-child {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tables {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .tables__tableWrp {
    overflow: auto;
    padding-bottom: 20px;
  }
  .tables__table {
    margin-top: 20px;
    min-width: 600px;
  }
  .tables__tableRow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 6px 0;
  }
  .tables__tableRow_th {
    padding: 6px 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    background: unset;
    border-radius: unset;
    margin: 0;
  }
  .tables__tableRow_th .tables__tableItm:first-child {
    display: none;
  }
  .tables__tableRow_prices,
  .tables__tableRow_btns {
    display: none;
  }
  .tables__tableItm:first-child {
    width: 100%;
    font-weight: 700;
  }
  .tables__tableItm:nth-child(2) {
    width: 31%;
  }
  .tables__tableItm:nth-child(3) {
    width: 31%;
  }
  .tables__tableItm:last-child {
    width: 31%;
  }
}
.btnTable {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f8f8f8;
}
.btnTable__table {
  margin-top: 60px;
  width: 100%;
}
.btnTable__tableItm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  font-size: 14px;
  text-align: left;
  line-height: 2;
  padding-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btnTable__tableItm:first-child {
  width: 50%;
  margin-right: auto;
}
.btnTable__tableItm:nth-child(2) {
  width: 15%;
}
.btnTable__tableItm:last-child {
  width: 15%;
  padding-right: unset;
}
.btnTable__tableRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 34px;
  margin: 0 0 12px;
}
.btnTable__tableRow:last-child {
  margin-bottom: 0;
}
.btnTable__tableRow_th {
  padding: 26px 34px;
  -webkit-box-shadow: 0 9px 45px rgba(0,0,0,0.03);
          box-shadow: 0 9px 45px rgba(0,0,0,0.03);
  background: #fff;
  border-radius: 16px;
  margin-bottom: 44px;
}
.btnTable__tableRow_th .btnTable__tableItm {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.btnTable__bTxt {
  font-family: 'Unbounded', cursive;
  color: #01b3fd;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
}
.btnTable__bTxt span {
  font-size: 22px;
}
.btnTable__btn {
  font-size: 12px;
  border-radius: 10px;
  width: 100%;
  max-width: 150px;
  height: 52px;
}
@media screen and (max-width: 1280px) {
  .btnTable__tableItm:nth-child(2) {
    width: 20%;
  }
  .btnTable__tableItm:last-child {
    width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .btnTable__tableItm:first-child {
    width: 40%;
  }
  .btnTable__tableItm:nth-child(2) {
    width: 30%;
  }
  .btnTable__tableItm:last-child {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .btnTable {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .btnTable__table {
    margin-top: 20px;
  }
  .btnTable__tableRow {
    padding: 6px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .btnTable__tableRow_th {
    display: none;
  }
  .btnTable__tableItm:first-child {
    width: 50%;
    line-height: 1.3;
  }
  .btnTable__tableItm:nth-child(2) {
    width: 50%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .btnTable__tableItm:last-child {
    width: 100%;
    margin-top: 20px;
  }
  .btnTable__btn {
    max-width: 100%;
  }
}
.tabs {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f8f8f8;
}
.tabs__heading {
  font-weight: 700;
  margin-bottom: 31px;
  color: #222;
}
.tabs__desc {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.47;
  color: #808080;
}
.tabs__body {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 312px 24px 1fr;
  grid-template-columns: 312px 1fr;
  gap: 24px;
}
.tabs__body_noMargin {
  margin: 0;
}
.tabs__caption {
  height: 100%;
}
.tabs__captionItm {
  width: 100%;
  padding: 29px 27px 29px 67px;
  font-size: 16px;
  line-height: 1.38;
  font-weight: 700;
  cursor: pointer;
  z-index: 2;
  background: #fff;
  border-radius: 14px;
  color: #000;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tabs__captionItm + .tabs__captionItm {
  margin-top: 12px;
}
.tabs__captionItm.active {
  background: #01b3fd;
  color: #fff;
}
.tabs__captionItm.active .tabs__captionNum {
  background: #2b7a4b;
  color: #fff;
}
.tabs__captionItm:hover .tabs__captionNum {
  background: #2b7a4b;
  color: #fff;
}
.tabs__captionNum {
  font-family: Arial;
  position: absolute;
  top: min(40px, 36%);
  left: 24px;
  width: 24px;
  height: 24px;
  background: #ebebeb;
  border-radius: 50%;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tabs__contentWrp {
  height: 100%;
}
.tabs__content {
  height: 100%;
  border-radius: 16px;
  background: #fff;
  display: none;
  font-size: 15px;
  line-height: 1.47;
  color: #808080;
  padding: 60px;
}
.tabs__content.active {
  display: block;
}
.tabs__content p + p {
  margin-top: 30px;
}
.tabs__content ul {
  margin: 24px 0;
}
.tabs__content ul li {
  padding-left: 20px;
  background: url("../img/icons/li.svg") left 8px no-repeat;
  line-height: 1.2;
}
.tabs__content ul li + li {
  margin-top: 16px;
}
.tabs__content ul li b {
  color: #000;
  font-weight: 700;
}
.tabs__content ol {
  list-style-type: none;
  counter-reset: num;
  margin: 24px 0;
}
.tabs__content ol li {
  position: relative;
  padding-left: 20px;
  line-height: 1.2;
}
.tabs__content ol li:before {
  content: counter(num) '.';
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #01b3fd;
}
.tabs__content ol li + li {
  margin-top: 16px;
}
.tabs__content h1,
.tabs__content h2,
.tabs__content h3 {
  font-family: 'Unbounded', cursive;
  font-weight: 700;
  color: #000;
}
.tabs__content h1 {
  margin: 40px 0 30px;
  font-size: 50px;
}
.tabs__content h2 {
  margin: 30px 0 20px;
  font-size: 30px;
}
.tabs__content h3 {
  margin: 20px 0 10px;
  font-size: 20px;
}
.tabs__content a {
  color: #01b3fd;
  text-decoration: none;
}
.tabs__content a:hover {
  text-decoration: underline;
}
.tabs__itmH {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 24px;
}
.tabs__itmSH {
  font-weight: 700;
  font-size: 20px;
  margin: 23px 0 16px;
}
.tabs__itmRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabs__itmHlf {
  width: 48%;
}
.tabs__itmHlf ul {
  margin: 15px 0;
}
.tabs__itmSSH {
  font-weight: 700;
}
.tabs__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs__navLnk {
  width: 50%;
  padding-right: 10px;
  margin-right: auto;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tabs__navLnk_next {
  margin-left: auto;
  margin-right: unset;
  text-align: right;
  padding: 0 0 0 10px;
}
.tabs b {
  color: #000;
}
@media screen and (max-width: 1024px) {
  .tabs {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .tabs__body {
    margin-top: 40px;
    display: block;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    gap: unset;
  }
  .tabs__body_noMargin {
    margin: 0;
  }
  .tabs__caption {
    height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding-bottom: 15px;
  }
  .tabs__captionItm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 20px 20px 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 280px;
    font-size: 14px;
  }
  .tabs__captionItm + .tabs__captionItm {
    margin-top: unset;
    margin-left: 12px;
  }
  .tabs__captionNum {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .tabs__contentWrp {
    margin-top: 15px;
  }
  .tabs__content {
    padding: 37px;
  }
}
@media screen and (max-width: 500px) {
  .tabs__content h1 {
    margin: 35px 0 25px;
    font-size: 30px;
  }
  .tabs__content h2 {
    margin: 25px 0 15px;
    font-size: 20px;
  }
  .tabs__content h3 {
    margin: 10px 0 5px;
    font-size: 16px;
  }
}
.difTiles {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f8f8f8;
}
.difTiles__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.difTiles__itm {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 9px 36px rgba(0,0,0,0.03);
          box-shadow: 0 9px 36px rgba(0,0,0,0.03);
  border-radius: 16px;
  overflow: hidden;
}
.difTiles__itm_big {
  border-radius: unset;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  background: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding-right: 70px;
}
.difTiles__heading {
  margin-top: 51px;
}
.difTiles__txt {
  font-size: 15px;
  line-height: 1.47;
  margin-top: 45px;
  color: #808080;
}
.difTiles__itmNum {
  font-family: Arial;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: #2b7a4b;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  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;
  border-radius: 50%;
  line-height: 1;
}
.difTiles__itmImg {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
.difTiles__itmCont {
  padding: 40px;
}
.difTiles__itmH {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
.difTiles__itmTxt {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.47;
  color: #808080;
}
@media screen and (max-width: 1280px) {
  .difTiles__itmCont {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .difTiles {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .difTiles__container {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .difTiles__container {
    -ms-grid-columns: 1fr 13px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
  }
  .difTiles__itm_big {
    margin-bottom: 30px;
    padding-right: unset;
  }
  .difTiles__heading {
    margin-top: unset;
  }
  .difTiles__txt {
    margin-top: 25px;
  }
}
@media screen and (max-width: 500px) {
  .difTiles__container {
    gap: 12px;
  }
  .difTiles__itmImg {
    height: 150px;
  }
  .difTiles__itmCont {
    padding: 10px 10px 15px;
  }
  .difTiles__itmH {
    font-size: 14px;
  }
  .difTiles__itmTxt {
    font-size: 13px;
    margin-top: 10px;
  }
  .difTiles__btmTxt {
    margin-top: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .difTiles__container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .difTiles__itm_big {
    grid-column: unset;
  }
}
.form {
  padding: 120px 0;
  margin-top: 60px;
  background: #01b3fd url("../img/form/bg.webp") center no-repeat;
  background-size: cover;
}
.form_rev .form__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.form_rev .form__left {
  width: 59.55%;
}
.form_rev .form__right {
  width: 32.12%;
}
.form_kv {
  background: #01b3fd url("../img/form/bgkv.webp") center no-repeat;
  background-size: cover;
}
.form_ul {
  background: #01b3fd url("../img/form/bgul.webp") center no-repeat;
  background-size: cover;
}
.form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form__left {
  width: 50.91%;
}
.form__heading {
  color: #fff;
}
.form__heading span {
  color: #b3d7c2;
}
.form__desc {
  margin-top: 50px;
  padding-bottom: 5px;
  font-size: 22px;
  line-height: 1.37;
  padding-left: 36px;
  border-left: 2px solid #fff;
  color: #fff;
}
.form__txt {
  margin-top: 30px;
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
}
.form__txtCols {
  margin-top: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form__txtColsItm {
  width: 47.33%;
}
.form__txtColsItmTxt {
  margin-top: 26px;
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
}
.form__right {
  width: 40.76%;
}
.form__inp {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #bebebe;
  width: 100%;
  height: 80px;
  background: #fff;
  border-radius: 14px;
  padding: 5px 28px;
}
.form__inp::-webkit-input-placeholder {
  font-size: 18px;
  color: #bebebe;
}
.form__inp:-moz-placeholder {
  font-size: 18px;
  color: #bebebe;
}
.form__inp:-ms-input-placeholder {
  font-size: 18px;
  color: #bebebe;
}
.form__inp:first-child {
  margin-top: 0;
}
.form__formBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 40px;
  width: 100%;
  height: 80px;
  border-radius: 14px;
  font-size: 14px;
  position: relative;
  background: #1c4f30;
  color: #fff;
  font-family: 'Unbounded', cursive;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form__formBtn:after {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: rgba(0,0,0,0.3) url("../img/banner/arr.svg") center no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.form__formBtn:hover {
  background: #173d26;
}
.form__formBottom {
  margin-top: 40px;
}
.form__formChb {
  position: absolute;
  z-index: -100;
  opacity: 0;
  display: none;
}
.form__formChb+label {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  line-height: 1.43;
  color: rgba(255,255,255,0.7);
  padding-left: 34px;
  position: relative;
}
.form__formChb+label a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form__formChb+label a:hover {
  color: rgba(255,255,255,0.7);
}
.form__formChb+label:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 3px;
  left: 0;
  background: #fff;
}
.form__formChb:checked+label:before {
  background: #fff url("../img/form/chb.svg") center no-repeat;
}
.form__rightBtm {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__ic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 0;
  color: rgba(0,0,0,0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form__ic + .form__ic {
  margin-left: 8px;
}
.form__ic_wa {
  background: #0078aa url("../img/form/wa.svg") center no-repeat;
}
.form__ic_wa:hover {
  background: #005f86 url("../img/form/wa.svg") center no-repeat;
}
.form__ic_tg {
  background: #0078aa url("../img/form/tg.svg") center no-repeat;
}
.form__ic_tg:hover {
  background: #005f86 url("../img/form/tg.svg") center no-repeat;
}
.form__ic_yt {
  background: #0078aa url("../img/form/yt.svg") center no-repeat;
}
.form__ic_yt:hover {
  background: #005f86 url("../img/form/yt.svg") center no-repeat;
}
.form__ic_vk {
  background: #0078aa url("../img/form/vk.svg") center no-repeat;
}
.form__ic_vk:hover {
  background: #005f86 url("../img/form/vk.svg") center no-repeat;
}
@media screen and (max-width: 1024px) {
  .form {
    margin: 25px 0 0;
    padding: 50px 0;
  }
  .form_rev .form__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form_rev .form__left {
    width: 100%;
  }
  .form_rev .form__right {
    width: 100%;
  }
  .form__container {
    -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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form__left,
  .form__right {
    width: 100%;
    max-width: 500px;
  }
  .form__desc {
    margin-top: 30px;
    font-size: 16px;
  }
  .form__txt {
    margin-top: 20px;
    font-size: 14px;
  }
  .form__txtCols {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__txtColsItm {
    width: 100%;
  }
  .form__txtColsItm + .form__txtColsItm {
    margin-top: 25px;
  }
  .form__txtColsItmTxt {
    margin-top: 20px;
  }
  .form__right {
    margin-top: 30px;
  }
  .form__inp {
    font-size: 16px;
  }
  .form__inp::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form__inp:-moz-placeholder {
    font-size: 16px;
  }
  .form__inp:-ms-input-placeholder {
    font-size: 16px;
  }
  .form__formBottom {
    margin-top: 30px;
  }
  .form__rightBtm {
    margin-top: 30px;
  }
}
.imgTxt {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}
.imgTxt_noBg {
  background: unset;
}
.imgTxt_normH .imgTxt__heading {
  padding-top: unset;
  text-align: unset;
  background: unset;
}
.imgTxt__heading {
  padding-top: 68px;
  text-align: center;
  background: url("../img/imgtxt/heading.svg") top center no-repeat;
}
.imgTxt__row {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.imgTxt__img {
  width: 44.09%;
  height: 370px;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.imgTxt__cont {
  width: 49.09%;
  font-size: 15px;
  line-height: 1.47;
  color: #808080;
}
.imgTxt__cont h3 {
  font-family: 'Unbounded', cursive;
  margin: 20px 0 10px;
  font-size: 20px;
  font-weight: 700;
}
.imgTxt__cont a {
  color: #01b3fd;
  text-decoration: none;
}
.imgTxt__cont a:hover {
  text-decoration: underline;
}
.imgTxt__contH {
  padding-left: 36px;
  font-size: 22px;
  line-height: 1.37;
  border-left: 2px solid #01b3fd;
  margin-bottom: 30px;
  color: #000;
}
.imgTxt__contTxt,
.imgTxt p {
  font-size: 15px;
  line-height: 1.47;
  color: #808080;
}
@media screen and (max-width: 1024px) {
  .imgTxt {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .imgTxt__row {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .imgTxt__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .imgTxt__cont {
    margin-top: 20px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 14px;
  }
  .imgTxt__contH {
    padding-left: 20px;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .imgTxt__contTxt {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .imgTxt__cont h3 {
    margin: 10px 0 5px;
    font-size: 16px;
  }
}
.imgHeTxt {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f8f8f8;
}
.imgHeTxt__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.imgHeTxt__img {
  width: 44.09%;
  height: 569px;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.imgHeTxt__cont {
  width: 49.09%;
}
.imgHeTxt__contH {
  margin-top: 50px;
  padding-left: 36px;
  font-size: 22px;
  line-height: 1.37;
  border-left: 2px solid #01b3fd;
}
.imgHeTxt__contTxt {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.47;
  color: #808080;
}
@media screen and (max-width: 1024px) {
  .imgHeTxt {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .imgHeTxt__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .imgHeTxt__img {
    width: 100%;
    height: 490px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .imgHeTxt__cont {
    margin-top: 30px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .imgHeTxt__contH {
    margin-top: 20px;
    padding-left: 20px;
    font-size: 18px;
  }
  .imgHeTxt__contTxt {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .imgHeTxt__img {
    height: 350px;
  }
}
.steps {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f8f8f8;
}
.steps__steps {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.steps__itm {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  cursor: pointer;
  position: relative;
  padding-right: 10px;
}
.steps__itm:after {
  content: '';
  height: 1px;
  border-bottom: 1px dashed #d0d0d0;
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
  z-index: 0;
}
.steps__itm:last-child {
  padding-right: 0;
}
.steps__itm:last-child:after {
  display: none;
}
.steps__itm:hover .steps__itmNum,
.steps__itm.active .steps__itmNum {
  color: #fff;
  background: #2b7a4b;
}
.steps__itmNum {
  width: 90px;
  height: 90px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50%;
  line-height: 1;
  color: #c7c7c7;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.steps__itmTxt {
  margin-top: 30px;
  max-width: 155px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.37;
}
.steps__itmTxt h1,
.steps__itmTxt h2,
.steps__itmTxt h3 {
  font-family: 'Unbounded', cursive;
  font-weight: 700;
  color: #000;
}
.steps__itmTxt h1 {
  margin: 40px 0 30px;
  font-size: 50px;
}
.steps__itmTxt h2 {
  margin: 30px 0 20px;
  font-size: 30px;
}
.steps__itmTxt h3 {
  margin: 20px 0 10px;
  font-size: 20px;
}
.steps__itmTxt a {
  color: #01b3fd;
  text-decoration: none;
}
.steps__itmTxt a:hover {
  text-decoration: underline;
}
.steps__bottom {
  margin-top: 70px;
  display: none;
  font-size: 15px;
  line-height: 1.47;
  color: #808080;
}
.steps__bottom.active {
  display: block;
}
.steps__bottom p {
  font-size: 15px;
  line-height: 1.47;
  color: #808080;
}
.steps__bottom h1,
.steps__bottom h2,
.steps__bottom h3 {
  font-family: 'Unbounded', cursive;
  font-weight: 700;
  color: #000;
}
.steps__bottom h1 {
  margin: 40px 0 30px;
  font-size: 50px;
}
.steps__bottom h2 {
  margin: 30px 0 20px;
  font-size: 30px;
}
.steps__bottom h3 {
  margin: 20px 0 10px;
  font-size: 20px;
}
.steps__bottom a {
  color: #01b3fd;
  text-decoration: none;
}
.steps__bottom a:hover {
  text-decoration: underline;
}
.steps__btmLineTxt {
  padding-left: 36px;
  font-size: 22px;
  line-height: 1.37;
  border-left: 2px solid #35955b;
  margin-bottom: 30px;
  color: #000;
}
.steps__btmBTxt {
  font-size: 15px;
  line-height: 1.47;
  color: #808080;
}
@media screen and (max-width: 1024px) {
  .steps {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .steps__steps {
    margin-top: 30px;
  }
  .steps__itm {
    padding-right: 5px;
  }
  .steps__itm:after {
    top: 20px;
  }
  .steps__itmNum {
    width: 40px;
    height: 40px;
    font-size: 16px;
    padding-bottom: 2px;
  }
  .steps__itmTxt {
    display: none;
  }
  .steps__btmLineTxt {
    padding-left: 20px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .steps__btmBTxt {
    font-size: 14px;
  }
  .steps__bottom {
    margin-top: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .steps__itmTxt h1,
  .steps__bottom h1 {
    margin: 35px 0 25px;
    font-size: 30px;
  }
  .steps__itmTxt h2,
  .steps__bottom h2 {
    margin: 25px 0 15px;
    font-size: 20px;
  }
  .steps__itmTxt h3,
  .steps__bottom h3 {
    margin: 10px 0 5px;
    font-size: 16px;
  }
}
.onlTxt {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f8f8f8;
}
.onlTxt__contH {
  max-width: 980px;
  padding-left: 36px;
  font-size: 22px;
  line-height: 1.37;
  border-left: 2px solid #01b3fd;
}
.onlTxt__contTxt {
  margin-top: 30px;
  max-width: 980px;
  font-size: 15px;
  line-height: 1.47;
  color: #808080;
}
@media screen and (max-width: 1024px) {
  .onlTxt {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .onlTxt__contH {
    padding-left: 20px;
    font-size: 18px;
  }
  .onlTxt__contTxt {
    margin-top: 15px;
    font-size: 14px;
  }
}
.circs {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}
.circs_vert .circs__itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.circs_vert .circs__btm {
  margin: 0 0 0 36px;
}
.circs_vert .circs__itmH {
  padding-right: 30px;
}
.circs__row {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.circs__itm {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.circs__itmTop {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.circs__itmNum {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: #2b7a4b;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  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;
  border-radius: 50%;
  padding-bottom: 2px;
}
.circs__btm {
  margin-top: 32px;
}
.circs__itmH {
  padding-right: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
.circs__itmTxt {
  margin-top: 6px;
  padding-right: 10px;
  font-size: 15px;
  line-height: 1.47;
  color: #808080;
}
.circs__cont {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #e3e3e3;
  font-size: 15px;
  line-height: 1.47;
  color: #808080;
}
.circs__cont span {
  color: #000;
}
@media screen and (max-width: 1024px) {
  .circs_vert .circs__itm {
    display: block;
  }
  .circs_vert .circs__btm {
    margin: 20px 0 0;
  }
  .circs_vert .circs__itmH {
    padding: 0;
  }
  .circs__row {
    overflow: auto;
    padding-bottom: 10px;
  }
  .circs__itm {
    width: 210px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .circs__btm {
    margin-top: 20px;
  }
  .circs__cont {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .circs__row {
    margin-top: 30px;
  }
  .circs__itmH {
    font-size: 16px;
  }
  .circs__itmTxt {
    margin-top: 3px;
    font-size: 14px;
  }
}
.icTxt {
  padding-top: 20px;
  padding-bottom: 60px;
  background: #f8f8f8;
}
.icTxt__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.icTxt__left {
  margin-right: 44px;
}
.icTxt__contH {
  max-width: 980px;
  padding-left: 36px;
  font-size: 22px;
  line-height: 1.37;
  border-left: 2px solid #01b3fd;
}
.icTxt__contTxt {
  margin-top: 30px;
  max-width: 980px;
  font-size: 15px;
  line-height: 1.47;
  color: #808080;
}
@media screen and (max-width: 1024px) {
  .icTxt {
    padding-top: 10px;
    padding-bottom: 25px;
  }
  .icTxt__left {
    margin-right: 10px;
    width: 35px;
    height: 35px;
  }
  .icTxt__contH {
    padding-left: 20px;
    font-size: 18px;
  }
  .icTxt__contTxt {
    margin-top: 15px;
    font-size: 14px;
  }
}
.txtBtns {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f8f8f8;
}
.txtBtns__row {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.txtBtns__row_three {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.txtBtns__row_four {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.txtBtns__itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 9px 36px 0px rgba(0,0,0,0.03);
          box-shadow: 0px 9px 36px 0px rgba(0,0,0,0.03);
  padding: 22px;
}
.txtBtns__itmH {
  font-family: 'Unbounded', cursive;
  font-size: 18px;
  line-height: 133%;
  color: #161616;
}
.txtBtns__itmTxt {
  margin-top: 20px;
  margin-bottom: 29px;
  font-family: 'Unbounded', cursive;
  color: #b1b1b1;
  font-size: 30px;
  line-height: 80%;
}
.txtBtns__itmBtn {
  margin-top: auto;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 40px 10px 25px;
  width: 100%;
  height: 52px;
  border-radius: 14px;
  font-size: 14px;
  position: relative;
  font-size: 12px;
}
.txtBtns__itmBtn:after {
  content: '';
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #0089c4 url("../img/txtbtns/arr.svg") center no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
@media screen and (max-width: 1024px) {
  .txtBtns {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .txtBtns__row {
    margin-top: 30px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 580px) {
  .txtBtns__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.brcr {
  position: relative;
  background: #f8f8f8;
}
.brcr__container {
  padding-bottom: 25px;
  padding-top: 25px;
}
.brcr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.brcr ul a,
.brcr ul span {
  color: #818181;
  line-height: 1.3;
  font-size: 14px;
}
.brcr ul a:hover {
  text-decoration: underline;
}
.brcr ul .divider {
  margin: auto 11px 3px;
  width: 6px;
  height: 10px;
  background: url("../img/brcr/bcarr.svg") center no-repeat;
}
.content {
  line-height: 1.6;
  background: #f8f8f8;
  font-size: 15px;
}
.content_article .content__container {
  min-height: 200px;
}
.content__container {
  padding-top: 10px;
  padding-bottom: 50px;
  min-height: 400px;
}
.content__container_center {
  text-align: center;
}
.content__container_nh {
  min-height: unset;
}
.content__heading,
.content h1 {
  font-family: 'Unbounded', cursive;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  margin: 10px 0 50px;
}
.content h2 {
  font-family: 'Unbounded', cursive;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  margin: 60px 0 30px;
}
.content h3 {
  font-family: 'Unbounded', cursive;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  margin: 40px 0 20px;
}
.content a:not(.imgTiles__itm) {
  color: #01b3fd;
  text-decoration: none;
}
.content a:not(.imgTiles__itm):hover {
  text-decoration: underline;
}
.content ul li {
  padding-left: 15px;
  position: relative;
}
.content ul li:before {
  content: '';
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 50%;
  left: 0;
  top: 12px;
}
.content .woocommerce ul li:before {
  display: none;
}
.content ol {
  list-style-type: decimal;
  margin-left: 15px;
}
.content p {
  margin: 20px 0;
}
.content img {
  margin: 20px 0;
  max-width: 100%;
}
.content figure:has(table) {
  margin: 40px 0;
  padding-bottom: 15px;
  overflow: auto;
}
.content table {
  min-width: 1000px;
  width: 100%;
  border-collapse: collapse;
}
.content table:has(tr:nth-child(2)) tr:first-child td {
  background: #f3f3f3;
  font-weight: 700;
}
.content table tr td {
  padding: 15px 30px;
}
.content .sHeading {
  font-size: 23px;
}
@media screen and (max-width: 480px) {
  .content__heading,
  .content h1 {
    font-weight: 700;
    font-size: 26px;
    margin: 10px 0 30px;
  }
  .content h2 {
    font-size: 21px;
    margin: 40px 0 20px;
  }
  .content h3 {
    font-size: 18px;
    margin: 30px 0 20px;
  }
  .content .sHeading {
    font-size: 18px;
  }
  .content table {
    min-width: 500px;
    font-size: 12px;
  }
  .content table tr td {
    padding: 5px;
  }
}
.plainTxt {
  padding-top: 30px;
  padding-bottom: 60px;
  background: #f8f8f8;
}
.plainTxt_icon .plainTxt__heading {
  padding-top: 68px;
  background: url("../img/imgtxt/heading.svg") top center no-repeat;
}
.plainTxt__txt {
  margin-top: 40px;
}
.plainTxt p {
  margin: 15px 0;
  font-size: 15px;
  line-height: 1.3;
  color: #808080;
}
.plainTxt p b {
  color: #000;
}
.plainTxt p.big {
  padding-left: 36px;
  font-size: 22px;
  line-height: 1.37;
  border-left: 2px solid #01b3fd;
  margin: 40px 0;
  color: #000;
}
.plainTxt .heading {
  margin: 30px 0 20px;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
.plainTxt ul {
  margin: 24px 0;
  color: #808080;
}
.plainTxt ul li {
  padding-left: 20px;
  background: url("../img/icons/li.svg") left 4px no-repeat;
  line-height: 1.2;
}
.plainTxt ul li + li {
  margin-top: 16px;
}
.plainTxt ul li b {
  color: #000;
  font-weight: 700;
}
.plainTxt ol {
  list-style-type: none;
  counter-reset: num;
  margin: 24px 0;
  color: #808080;
}
.plainTxt ol li {
  position: relative;
  padding-left: 20px;
  line-height: 1.2;
}
.plainTxt ol li:before {
  content: counter(num) '.';
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #01b3fd;
}
.plainTxt ol li + li {
  margin-top: 16px;
}
.plainTxt ol li b {
  color: #000;
  font-weight: 700;
}
.plainTxt a {
  color: #01b3fd;
  text-decoration: none;
}
.plainTxt a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .plainTxt {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .plainTxt p {
    font-size: 14px;
  }
  .plainTxt p.big {
    padding-left: 20px;
    font-size: 18px;
  }
  .plainTxt .heading {
    font-size: 18px;
  }
}
.logoTiles {
  padding-top: 61px;
  padding-bottom: 60px;
  background: #f8f8f8;
}
.logoTiles__desc {
  line-height: 1.4;
}
.logoTiles__row {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.logoTiles__row_three {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.logoTiles__row_four {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.logoTiles__itm {
  position: relative;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 9px 36px 0px rgba(0,0,0,0.03);
          box-shadow: 0px 9px 36px 0px rgba(0,0,0,0.03);
  padding: 25px 20px;
  container-type: inline-size;
}
.logoTiles__itmLogo {
  width: 100%;
  height: 33cqw;
  -o-object-fit: contain;
     object-fit: contain;
}
.logoTiles__itmCont {
  padding: 20px 15px;
}
.logoTiles__itmSmH {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 500;
}
.logoTiles__itmLnk {
  font-weight: 700;
  line-height: 1.5;
  color: #01b3fd;
  cursor: pointer;
}
.logoTiles__itmLnk:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .logoTiles {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .logoTiles__row {
    margin-top: 40px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .logoTiles__itmCont {
    padding: 20px;
  }
}
@media screen and (max-width: 500px) {
  .logoTiles__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .logoTiles__itmCont {
    padding: 10px 10px 15px;
  }
}
.labels {
  padding-top: 30px;
  background: #f8f8f8;
}
.labels__desc,
.labels__btmTxt {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 26px;
  margin-bottom: 38px;
}
.labels__itm {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 9px 36px rgba(0,0,0,0.03);
          box-shadow: 0 9px 36px rgba(0,0,0,0.03);
  border-radius: 20px;
  padding: 24px;
  margin-top: 30px;
  z-index: 1;
}
.labels__itm:first-child {
  margin-top: 0;
}
.labels__itmLbl {
  position: absolute;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: -58px;
  width: 100px;
  height: 73px;
  padding-right: 32px;
  border-radius: 20px;
  background: #01b3fd;
  color: #fff;
  z-index: -1;
}
.labels__num {
  font-size: 28px;
  line-height: 1.4;
}
.labels__numTxt {
  font-size: 12px;
  line-height: 1.4;
}
.labels__bg {
  position: absolute;
  border-radius: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
}
.labels__itmTop,
.labels__itmBottom {
  position: relative;
  z-index: 1;
}
.labels__itmTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.labels__itmLeft {
  max-width: 212px;
}
.labels__itmDig {
  width: 42px;
  height: 29px;
  border-radius: 6px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  padding: 5px 5px 8px;
}
.labels__itmDig_green {
  background: #32ba43;
}
.labels__itmDig_grey {
  background: #b4ac93;
}
.labels__itmDesc {
  font-size: 14px;
  line-height: 1.4;
  color: #808080;
  margin-top: 11px;
}
.labels__itmH {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.4;
  color: #000227;
}
.labels__itmTxt {
  margin-top: 17px;
  font-size: 16px;
  line-height: 1.4;
  color: #808080;
}
.labels__itmImg {
  max-width: 212px;
  margin-bottom: 22px;
}
.labels__itmRight {
  margin-left: 56px;
}
.labels__itmBottom {
  margin-top: 39px;
  background: #f8f8f8;
  border-radius: 20px;
  padding: 24px;
  line-height: 1.3;
}
.labels a {
  color: #01b3fd;
}
.labels a:hoverrgb(131,
.labels a 131,
.labels a 131) {
  text-decoration: underline;
}
.labels h2:not(.labels__itmH),
.labels h3:not(.labels__itmH) {
  margin: 20px 0 30px;
  font-size: 27px;
  font-weight: 700;
  color: #000227;
}
.labels h3:not(.labels__itmH) {
  font-size: 21px;
}
.labels p + h2:not(.labels__itmH),
.labels p + h3:not(.labels__itmH) {
  margin: 50px 0 30px;
}
.labels ul {
  margin: 24px 0 24px 15px;
}
.labels ul li {
  padding-left: 20px;
  background: url("../img/icons/li.svg") left top 9px no-repeat;
}
.labels ul li + li {
  margin-top: 16px;
}
.labels ul li b {
  color: #000;
  font-weight: 700;
}
.labels ol {
  list-style-type: none;
  counter-reset: num;
  margin: 24px 0 24px 15px;
}
.labels ol li {
  position: relative;
  padding-left: 27px;
  line-height: 1.4;
}
.labels ol li:before {
  content: counter(num) '.';
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #01b3fd;
}
.labels ol li + li {
  margin-top: 16px;
}
.labels table {
  margin: 24px 0;
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.labels table tr {
  border-top: 1px solid #ccc;
}
.labels table tr:first-child {
  border-top: none;
}
.labels table tr td {
  padding: 15px;
  width: 41%;
}
.labels table tr td:first-child {
  width: 8%;
}
.labels__itmBottom table tr {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 1300px) {
  .labels__desc {
    margin-bottom: 97px;
  }
  .labels__itm {
    margin-top: 93px;
  }
  .labels__itmLbl {
    left: 0;
    top: -50px;
    width: 124px;
    height: 131px;
    padding: 0 0 95px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .labels__num {
    line-height: 1;
  }
  .labels__numTxt {
    line-height: 1;
    margin: 0 0 1px 8px;
  }
}
@media screen and (max-width: 768px) {
  .labels__itmTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .labels__itmRight {
    margin: 19px 0 0 0;
  }
  .labels__itmBottom {
    margin-top: 19px;
    padding: 24px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .labels__itmCol:nth-child(2) {
    margin: 23px 0 0 0;
  }
  .labels table {
    max-width: 100%;
    display: block;
    overflow: auto;
    padding-bottom: 20px;
  }
  .labels table > tbody {
    min-width: 700px;
    display: block;
  }
  .labels table > tbody tr {
    min-width: 700px;
  }
  .labels table > tbody tr td {
    width: 40%;
  }
  .labels table > tbody tr td:first-child {
    width: 10%;
  }
}
@media screen and (max-width: 470px) {
  .labels {
    margin-bottom: 88px;
  }
  .labels__itmImg {
    max-width: 166px;
    margin-bottom: 0;
  }
  .labels__itmLeft {
    max-width: 100%;
  }
  .labels__itmLeftRow {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 16px;
  }
  .labels__itmDig {
    font-size: 14px;
    margin: auto 16px auto 0;
    width: 34px;
    height: 23px;
  }
  .labels__itmDesc {
    margin: auto 0;
    font-size: 12px;
  }
  .labels__itmH {
    font-size: 20px;
  }
  .labels__itmTxt {
    margin-top: 19px;
    font-size: 14px;
  }
  .labels h2:not(.labels__itmH),
  .labels h3:not(.labels__itmH) {
    margin: 15px 0 20px;
    font-size: 20px;
  }
  .labels h3:not(.labels__itmH) {
    font-size: 18px;
  }
  .labels p + h2:not(.labels__itmH),
  .labels p + h3:not(.labels__itmH) {
    margin: 30px 0 20px;
  }
  .labels ul {
    margin: 20px 0 20px 10px;
  }
}
.videoTilesCar {
  padding-top: 30px;
  background: #f8f8f8;
}
.videoTilesCar__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.videoTilesCar__heading {
  max-width: 700px;
  margin-right: 30px;
}
.videoTilesCar__topRight {
  width: 100%;
  max-width: 384px;
  height: 143px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  -webkit-box-shadow: 0 9px 36px rgba(0,0,0,0.03);
          box-shadow: 0 9px 36px rgba(0,0,0,0.03);
  border-radius: 20px;
  padding: 20px;
}
.videoTilesCar__topTopCD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 94px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.videoTilesCar__topTopDig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42px;
  height: 29px;
  background: #32ba43;
  border-radius: 6px;
  color: #fff;
  font-family: 'Unbounded', cursive;
  font-size: 18px;
  line-height: 123.1%;
  padding-bottom: 3px;
}
.videoTilesCar__topTopStars {
  margin-top: 11px;
  width: 103px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.videoTilesCar__star {
  width: 19px;
  height: 19px;
  background: url("../img/videotilescar/star.svg") center no-repeat;
}
.videoTilesCar__topDesc {
  margin-top: 11px;
  font-size: 13px;
  color: rgba(1,3,40,0.6);
}
.videoTilesCar__topLnk {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  width: 211px;
  height: 57px;
  background: #e8ecf2;
  border-radius: 52px;
  font-family: 'Unbounded', cursive;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000227;
}
.videoTilesCar__topLnk:hover {
  background: #e1e5ec;
}
.videoTilesCar__carCont {
  margin-top: 50px;
  position: relative;
}
.videoTilesCar__carItm {
  width: 31.62%;
}
.videoTilesCar__carVidWrp {
  width: 100%;
  height: 218px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.videoTilesCar__carVidPrev {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videoTilesCar__carItmTxt {
  font-family: 'Unbounded', cursive;
  font-size: 16px;
  line-height: 123.1%;
  margin-top: 18px;
}
.videoTilesCar__arrows {
  position: absolute;
  width: 114.5%;
  top: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.videoTilesCar__arrow {
  width: 46px;
  height: 46px;
  font-size: 0;
  background: #01b3fd url("../img/doublecar/leftarr.svg") center no-repeat;
  opacity: 1;
}
.videoTilesCar__arrow_next {
  background: #01b3fd url("../img/doublecar/rightarr.svg") center no-repeat;
}
.videoTilesCar__tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 43px;
}
.videoTilesCar__itm {
  background: #fff;
  -webkit-box-shadow: 0 9px 36px rgba(0,0,0,0.03);
          box-shadow: 0 9px 36px rgba(0,0,0,0.03);
  border-radius: 20px;
  margin-top: 30px;
  width: 48.72%;
  padding: 28px 28px 33px;
  position: relative;
}
.videoTilesCar__itm_allPage {
  display: none;
}
.videoTilesCar__itm_allPage.active {
  display: block;
}
.videoTilesCar__itmH {
  font-family: 'Unbounded', cursive;
  font-size: 18px;
  line-height: 123.1%;
}
.videoTilesCar__itmDesc {
  font-size: 16px;
  margin-top: 7px;
}
.videoTilesCar__sH {
  margin-top: 31px;
  font-weight: 500;
  font-size: 16px;
}
.videoTilesCar__txt {
  margin-top: 19px;
  font-size: 14px;
  line-height: 165.8%;
}
.videoTilesCar__itmMore {
  display: none;
}
.videoTilesCar__bottomLnkWrp {
  margin-top: 48px;
  text-align: center;
}
.videoTilesCar__bottomLnkWrp.hide {
  display: none;
}
.videoTilesCar__bottomLnk {
  display: inline-block;
  font-size: 16px;
  line-height: 1.3;
  color: #01b3fd;
  border-bottom: 1px dashed rgba(0,2,39,0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 1px;
}
.videoTilesCar__bottomLnk:hover {
  border-bottom: 1px dashed rgba(0,0,0,0);
}
.videoTilesCar__vidLink {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: url("../img/icons/play.svg") center no-repeat, linear-gradient(278.94deg, #2c8751 -13.27%, #3ba665 91.28%);
  font-size: 0;
  color: rgba(0,0,0,0);
}
.videoTilesCar__vidLink:before {
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 87px;
  height: 87px;
  border-radius: 50%;
  border: 1px solid rgba(255,82,0,0.4);
  -webkit-animation: pulsate infinite 1s;
          animation: pulsate infinite 1s;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5, 1.5);
            transform: translate(-50%, -50%) scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5, 1.5);
            transform: translate(-50%, -50%) scale(1.5, 1.5);
    opacity: 0;
  }
}
.videoTilesCar__vidLink:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.videoTilesCar__vidLink:hover:before {
  border: 1px solid rgba(255,82,0,0);
}
.body_sb .videoTilesCar {
  background: none;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
}
.body_sb .videoTilesCar__top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1366px) {
  .videoTilesCar__arrows {
    width: 99%;
    z-index: 10;
  }
  .videoTilesCar__arrow {
    border: 5px solid #fff;
  }
}
@media (max-width: 1024px) {
  .videoTilesCar {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .videoTilesCar__itm {
    padding: 15px;
    height: auto;
    min-height: 207px;
  }
  .videoTilesCar__itmH {
    font-size: 18px;
  }
  .videoTilesCar__itmTxt {
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 15px;
  }
  .body_sb .videoTilesCar {
    padding-bottom: 55px;
  }
}
@media (max-width: 768px) {
  .videoTilesCar__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .videoTilesCar__heading {
    margin-right: 0;
  }
  .videoTilesCar__topRight {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 180px;
  }
  .videoTilesCar__topRightLeft {
    position: relative;
    width: 115px;
  }
  .videoTilesCar__topTopStars {
    position: absolute;
    margin-top: 0;
    top: 10px;
    right: -95px;
  }
  .videoTilesCar__topLnk {
    margin-top: 14px;
    width: 100%;
    max-width: 260px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .videoTilesCar__carCont {
    margin-top: 30px;
  }
  .videoTilesCar__tiles {
    margin-top: 30px;
  }
  .videoTilesCar__itm {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
  }
  .videoTilesCar__itm:first-child {
    margin-top: 0;
  }
  .videoTilesCar__itm.hide {
    height: 289px;
  }
  .videoTilesCar__itm.hide.show {
    height: auto;
    padding-bottom: 70px;
  }
  .videoTilesCar__carVidWrp {
    height: 153px;
  }
  .videoTilesCar__itmH {
    font-size: 16px;
  }
  .videoTilesCar__itmDesc {
    font-size: 14px;
    margin-top: 5px;
  }
  .videoTilesCar__sH {
    margin-top: 18px;
  }
  .videoTilesCar__txt {
    margin-top: 15px;
  }
  .videoTilesCar__itmMore.active {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 20px 20px;
    padding: 70px 19px 23px 15px;
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #fff), to(rgba(255,255,255,0)));
    background: linear-gradient(0deg, #fff 39%, rgba(255,255,255,0) 100%);
  }
  .videoTilesCar__itmMore.active:after {
    content: '';
    width: 9px;
    height: 5px;
    bottom: 27px;
    left: 96px;
    background: url("../img/videotilescar/show.svg") center no-repeat;
  }
  .videoTilesCar__itmMore.show {
    padding-top: 40px;
  }
  .videoTilesCar__itmMore.show:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .videoTilesCar__bottomLnkWrp {
    margin-top: 30px;
  }
  .videoTilesCar__vidLink {
    width: 46px;
    height: 46px;
  }
}
.photoTiles {
  padding: 30px 0 90px;
  background: #f8f8f8;
}
.photoTiles__row {
  margin-top: 41px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.photoTiles__itm {
  padding: 478px 50px 50px;
  background: #fff;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.photoTiles__itmImg {
  border-radius: 12px;
  position: absolute;
  top: 18px;
  left: 18px;
  width: calc(100% - 36px);
  height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
}
.photoTiles__itmImgDesc {
  position: absolute;
  bottom: 7px;
  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;
  right: -3px;
  padding: 0 9px 2px;
  height: 23px;
  background: #01b3fd;
  border-radius: 11.5px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.photoTiles__itmH {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
.photoTiles__itmTxt {
  margin-top: 22px;
  font-size: 15px;
  line-height: 1.47;
  color: #808080;
}
@media screen and (max-width: 880px) {
  .photoTiles__row {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .photoTiles__itm {
    padding: 255px 20px 20px;
  }
  .photoTiles__itmImg {
    height: 215px;
  }
}
@media screen and (max-width: 580px) {
  .photoTiles__row {
    gap: 20px;
  }
  .photoTiles__itm {
    padding: calc((100vw - 40px - 36px) / 2) 10px 20px;
  }
  .photoTiles__itmH {
    font-size: 14px;
  }
  .photoTiles__itmTxt {
    margin-top: 10px;
    font-size: 14px;
  }
  .photoTiles__itmImg {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc((100vw - 50px - 36px) / 2 - 12px);
  }
}
.calc {
  padding: 30px 0 90px;
  background: #f8f8f8;
}
.calc__wrp {
  margin-top: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calc__left {
  width: 60.51%;
}
.calc__leftTop {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.calc__selectLbl,
.calc__rangeLbl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 12px;
}
.calc__rangeWrp {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 15px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.calc__rangeResult {
  position: absolute;
  left: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  font-size: 16px;
  font-weight: 700;
  color: #01b3fd;
  text-align: center;
}
.calc__range {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  background: #01b3fd;
  outline: none;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  left: 0;
  bottom: 0;
  border-radius: 4px;
}
.calc__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #f9f9f9;
  -webkit-box-shadow: 0 0 0 7px #01b3fd, 0 0 0 12px #f9f9f9;
          box-shadow: 0 0 0 7px #01b3fd, 0 0 0 12px #f9f9f9;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.calc__range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #f9f9f9;
  box-shadow: 0 0 0 7px #01b3fd, 0 0 0 12px #f9f9f9;
  border-radius: 50%;
  cursor: pointer;
}
.calc__rangeBtm {
  margin-top: 20px;
  font-size: 11px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.calc__optionsItmAmountPM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calc__optionsListH {
  margin-top: 38px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.calc__optionsList {
  margin-top: 12px;
  border: 1px solid #b7c7b8;
  -webkit-filter: drop-shadow(0px 16px 73px rgba(207,214,223,0.55));
          filter: drop-shadow(0px 16px 73px rgba(207,214,223,0.55));
  border-radius: 14px;
}
.calc__optionsItm {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  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: 5px 28px;
  height: 57px;
  border-bottom: 1px solid #b7c7b8;
}
.calc__optionsItm:first-child {
  border-radius: 14px 14px 0 0;
}
.calc__optionsItm:last-child {
  border-radius: 0 0 14px 14px;
  border-bottom: 0;
}
.calc__optionsItm.active {
  background: #e8f2ea;
}
.calc__optionsItm.active .calc__optionsItmAmountMinus,
.calc__optionsItm.active .calc__optionsItmAmountPlus {
  background: #01b3fd;
  color: #fff;
}
.calc__optionsItmName {
  width: 53%;
}
.calc__optionsItmCond {
  width: 27.82%;
  color: rgba(0,0,0,0.6);
}
.calc__optionsItmAmountWrp {
  width: 15%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.calc__optionsItmAmountPM {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc__optionsItmAmountMinus,
.calc__optionsItmAmountPlus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  background: #e8f2ea;
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  transition: none;
}
.calc__optionsItmAmountMinus:hover,
.calc__optionsItmAmountPlus:hover {
  background: #01b3fd;
  color: #fff;
}
.calc__optionsYesNo {
  z-index: -1;
  opacity: 0;
  display: none;
}
.calc__optionsYesNo+label {
  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;
  height: 30px;
  width: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: 12px;
  background: #e8f2ea;
  border-radius: 15px;
  -webkit-transition: none;
  transition: none;
}
.calc__optionsYesNo+label span {
  -webkit-transition: none;
  transition: none;
}
.calc__optionsYesNo+label span.calc__optionsYesNoRem {
  display: none;
}
.calc__optionsYesNo:checked+label,
.calc__optionsYesNo:hover+label {
  background: #01b3fd;
  color: #fff;
}
.calc__optionsYesNo:checked+label span.calc__optionsYesNoRem {
  display: block;
}
.calc__optionsYesNo:checked+label span.calc__optionsYesNoAdd {
  display: none;
}
.calc__right {
  padding-top: 35px;
  width: 36.5%;
}
.calc__result {
  background: #fff;
  -webkit-box-shadow: 0 9px 36px rgba(0,0,0,0.03);
          box-shadow: 0 9px 36px rgba(0,0,0,0.03);
  border-radius: 14px;
  padding: 21px 28px 28px;
}
.calc__resH {
  font-size: 16px;
  line-height: 1.4;
}
.calc__resH span {
  font-weight: 600;
}
.calc__resList {
  margin-top: 20px;
}
.calc__resItm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.calc__resItm:first-child {
  margin-top: 0;
}
.calc__resItmName {
  width: 61.89%;
  font-size: 16px;
  line-height: 123.1%;
}
.calc__resItmPrice {
  color: rgba(0,0,0,0.6);
}
.calc__resItmDelete {
  display: block;
  width: 10px;
  height: 10px;
  background: url("../img/calc/del.svg") center no-repeat;
  cursor: pointer;
}
.calc__resTotal {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid #b7c7bc;
}
.calc__resTotalPrice {
  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;
}
.calc__resTotalPriceName {
  font-size: 18px;
  line-height: 123.1%;
  color: rgba(0,0,0,0.4);
  font-weight: 600;
}
.calc__resTotalPriceCost {
  font-weight: 600;
  font-size: 34px;
  line-height: 123.1%;
}
.calc__resTotalTime {
  margin-top: 9px;
  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;
  font-weight: 400;
  font-size: 14px;
  line-height: 123.1%;
  color: #99a99e;
}
.calc__resNote {
  font-size: 13px;
  color: #000;
  margin-top: 15px;
  padding: 3px 0;
  border-top: 1px solid #ececec;
}
.calc__resForm {
  margin-top: 37px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.calc__resInp {
  width: 100%;
  height: 80px;
  background: #e8f2ed;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  padding: 4px 36px;
  font-size: 16px;
  color: rgba(0,0,0,0.6);
}
.calc__resInp:first-child {
  margin-top: 0;
}
.calc__resTxta {
  width: 100%;
  height: 110px;
  background: #e8f2ed;
  border-radius: 14px;
  margin-top: 20px;
  resize: none;
  padding: 17px 36px;
  font-size: 16px;
  line-height: 1.3;
  color: rgba(0,0,0,0.6);
}
.calc__resBtn {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 40px;
  margin-top: 20px;
  width: 100%;
  height: 80px;
  border-radius: 14px;
  font-size: 14px;
  position: relative;
  -webkit-box-shadow: 0 17px 33px rgba(28,79,48,0.17);
          box-shadow: 0 17px 33px rgba(28,79,48,0.17);
}
.calc__resBtn:after {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #0089c4 url("../img/banner/arr.svg") center no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.calc__formBottom {
  margin-top: 20px;
}
.calc__formChb {
  position: absolute;
  z-index: -100;
  opacity: 0;
  display: none;
}
.calc__formChb+label {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  line-height: 1.43;
  color: rgba(0,0,0,0.5);
  padding-left: 34px;
  position: relative;
}
.calc__formChb+label a {
  color: #01b3fd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.calc__formChb+label a:hover {
  opacity: 0.5;
}
.calc__formChb+label:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 3px;
  left: 0;
  background: #01b3fd;
}
.calc__formChb:checked+label:before {
  background: #01b3fd url("../img/form/chbw.svg") center no-repeat;
}
.select-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.select-wrap .select2-container {
  width: 100% !important;
}
.select-wrap .select2-container--default .select2-selection--single {
  border-radius: 14px;
  height: 56px;
  padding: 10px 20px;
  border: 1px solid #b7c7b8;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
}
.select-wrap .select2-container--default .select2-selection--single:after {
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 32px;
  height: 15px;
  background: url("../img/calc/selectarr.svg") center no-repeat;
}
.select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 50px 0 0;
}
.select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-search--dropdown {
  display: none !important;
}
.select2-dropdown {
  border: 1px solid #b7c7b8;
  background: #f8f8f8;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
}
.select2-results__option--selectable {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #e8f2ea;
  color: unset;
}
@media screen and (max-width: 1024px) {
  .calc__wrp {
    -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;
    width: 100%;
    max-width: 600px;
    margin: 54px auto 0;
  }
  .calc__left {
    width: 100%;
  }
  .calc__right {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .calc {
    padding: 20px 0 70px;
  }
  .calc_in {
    padding: 0;
  }
  .calc__heading {
    text-align: left;
  }
  .calc__heading br {
    display: none;
  }
  .calc__wrp {
    margin: 20px auto 0;
    max-width: 400px;
  }
  .calc__leftTop {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .calc__rangeRow {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .calc__selectLbl,
  .calc__rangeLbl {
    font-size: 16px;
  }
  .calc__optionsListH {
    margin-top: 20px;
    font-size: 16px;
  }
  .calc__optionsItm {
    padding: 5px 100px 5px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    height: auto;
  }
  .calc__optionsItmName,
  .calc__optionsItmCond {
    width: 100%;
    margin: 3px 0;
  }
  .calc__optionsItmAmountWrp {
    width: 80px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .calc__formBottom {
    margin-top: 10px;
  }
  .calc__resH {
    font-size: 14px;
  }
  .calc__resInp {
    height: 60px;
    margin-top: 15px;
    padding: 4px 20px;
  }
  .calc__resTxta {
    height: 100px;
    margin-top: 15px;
    padding: 15px 20px;
  }
  .calc__resBtn {
    height: 60px;
    margin-top: 15px;
  }
  .calc__resBtn:after {
    width: 40px;
    height: 40px;
  }
}
.footer {
  padding: 90px 0;
  background: #01b3fd;
  overflow: hidden;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
  position: relative;
}
.footer__left {
  width: 67.9%;
  padding-right: 90px;
}
.footer__leftTop {
  padding-bottom: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__leftCol + .footer__leftCol {
  margin-left: 14%;
}
.footer__leftCol ul {
  margin-top: 30px;
}
.footer__leftCol ul li.footer__menuItm_ul {
  display: none;
}
.footer__leftCol ul li.noMargin {
  margin: 0;
}
.footer__leftCol ul li + li {
  margin-top: 13px;
}
.footer__leftCol ul li a {
  font-size: 16px;
  line-height: 1.3;
  color: rgba(255,255,255,0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__leftCol ul li a:hover {
  color: rgba(255,255,255,0.9);
}
.footer__leftColH {
  font-family: 'Unbounded', cursive;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.footer__leftMid {
  max-width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__leftMidItm {
  position: relative;
  width: 170px;
  border: 1px solid #86bf9c;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}
.footer__leftMidItm:before {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.footer__leftMidItm:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.footer__leftMidImg {
  max-width: 100%;
  max-height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__leftMidItmBtm {
  margin-top: 5px;
  padding-left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #86bf9c;
  background: url("../img/carousel/stargr.svg") left center no-repeat;
}
.footer__leftMidItmBtmLeft {
  font-weight: 700;
}
.footer__leftBottom {
  position: relative;
  padding-top: 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;
}
.footer__leftBottom:before {
  content: '';
  width: 10000px;
  height: 1px;
  top: 0;
  right: -90px;
  background: #3fc7ff;
}
.footer__leftBottomLeft {
  font-size: 14px;
  line-height: 1.3;
  color: rgba(255,255,255,0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__leftBottomLeft:hover {
  color: rgba(255,255,255,0.9);
}
.footer__leftBottomCenterLnk {
  font-size: 14px;
  line-height: 1.3;
  color: rgba(255,255,255,0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__leftBottomCenterLnk:hover {
  color: rgba(255,255,255,0.9);
}
.footer__leftBottomCenterTxt {
  font-size: 14px;
  line-height: 1.3;
  color: rgba(255,255,255,0.7);
}
.footer__leftBottomRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__leftIc {
  opacity: 0.4;
}
.footer__leftIc + .footer__leftIc {
  margin-left: 24px;
}
.footer__leftIc_visa {
  width: 43px;
  height: 13px;
  background: url("../img/footer/visa.svg") center no-repeat;
}
.footer__leftIc_mc {
  width: 35px;
  height: 28px;
  background: url("../img/footer/mas.svg") center no-repeat;
}
.footer__leftIc_mir {
  width: 45px;
  height: 12px;
  background: url("../img/footer/mir.svg") center no-repeat;
}
.footer__right {
  width: 32.1%;
  padding-left: 90px;
  position: relative;
}
.footer__right:before {
  content: '';
  width: 10000px;
  height: calc(100% + 180px);
  left: 0;
  top: -90px;
  background: #0097d6;
  z-index: -1;
}
.footer__rightTxt {
  margin-top: 25px;
  padding: 2px 0 4px;
  font-size: 15px;
  line-height: 1.2;
  padding-left: 25px;
  color: #fff;
  background: url("../img/footer/adr.svg") center left no-repeat;
}
.footer__rightLnk {
  display: block;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-family: 'Unbounded', cursive;
  padding-left: 25px;
  background: url("../img/footer/phone.svg") center left no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__rightLnk:hover {
  color: rgba(255,255,255,0.8);
}
.footer__rightDesc {
  margin-top: 14px;
  padding-left: 25px;
  font-size: 13px;
  line-height: 1;
  color: rgba(255,255,255,0.7);
}
.footer__rightMidTxt {
  margin-top: 40px;
  color: rgba(255,255,255,0.7);
  line-height: 1.72;
}
.footer__rightBtmTxt {
  color: rgba(255,255,255,0.7);
  line-height: 1.72;
}
.body.orgVersion .footer__leftCol > ul > li.footer__menuItm_fl {
  display: none;
}
.body.orgVersion .footer__leftCol > ul > li.footer__menuItm_ul {
  display: block;
}
@media screen and (max-width: 1366px) {
  .footer__left {
    padding-right: 40px;
  }
  .footer__leftCol + .footer__leftCol {
    margin-left: 7%;
  }
  .footer__leftBottom:before {
    right: -40px;
  }
  .footer__right {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 40px 0;
    background: #01b3fd;
  }
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__left {
    width: 100%;
    padding-right: unset;
    position: relative;
  }
  .footer__left:after {
    content: '';
    bottom: 0;
    left: -25px;
    width: calc(100% + 30px);
    height: 1px;
    background: rgba(255,255,255,0.7);
  }
  .footer__leftMid {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .footer__leftBottom {
    display: none;
  }
  .footer__right {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
  .footer__right:before {
    display: none;
  }
}
@media screen and (max-width: 630px) {
  .footer__leftTop {
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__leftCol ul {
    margin-top: 15px;
  }
  .footer__leftCol + .footer__leftCol {
    margin-left: 0;
    margin-top: 40px;
  }
}
.itsModalWrp,
.itsModal_thanksWrp,
.itsModal_imgWrp {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  z-index: 980;
}
.itsModalWrp.active,
.itsModal_thanksWrp.active,
.itsModal_imgWrp.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.itsModalWrp.active .overlay,
.itsModal_thanksWrp.active .overlay,
.itsModal_imgWrp.active .overlay {
  opacity: 1;
  z-index: 970;
  cursor: pointer;
}
.itsModal,
.itsModal_thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 980;
  width: 640px;
  max-width: 90vw;
  background: #01b3fd;
  border-radius: 30px;
  padding: 50px;
  color: #fff;
  position: relative;
}
.itsModal span,
.itsModal_thanks span {
  background: #fff;
}
.itsModal_control {
  width: 740px;
  padding: 50px 30px;
}
.itsModal_control .itsModal__heading {
  font-size: 30px;
}
.itsModal_control .itsModal__desc {
  margin-top: 15px;
  font-size: 14px;
}
.itsModal_control .itsModal__form {
  margin-top: 30px;
}
.itsModal_control .itsModal__inp {
  margin-top: 15px;
}
.itsModal_control .itsModal__formBtn {
  margin-top: 30px;
}
.itsModal__heading {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Unbounded', cursive;
  text-align: left;
}
.itsModal__desc {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  opacity: 0.7;
  text-align: left;
}
.itsModal__form {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.itsModal__inp {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #bebebe;
  width: 100%;
  height: 80px;
  background: #fff;
  border-radius: 14px;
  padding: 5px 28px;
}
.itsModal__inp::-webkit-input-placeholder {
  font-size: 18px;
  color: #bebebe;
}
.itsModal__inp:-moz-placeholder {
  font-size: 18px;
  color: #bebebe;
}
.itsModal__inp:-ms-input-placeholder {
  font-size: 18px;
  color: #bebebe;
}
.itsModal__inp:first-child {
  margin-top: 0;
}
.itsModal__inp_txtArea {
  height: 100px;
  padding: 15px 28px;
  resize: none;
}
.itsModal__formBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 80px 10px 40px;
  width: 100%;
  height: 80px;
  border-radius: 14px;
  font-size: 14px;
  position: relative;
  background: #1c4f30;
  color: #fff;
  font-family: 'Unbounded', cursive;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.itsModal__formBtn_close {
  max-width: 250px;
}
.itsModal__formBtn:after {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: rgba(0,0,0,0.3) url("../img/banner/arr.svg") center no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.itsModal__formBtn:hover {
  background: #173d26;
}
.itsModal__btns {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.itsModal__btn {
  width: 49%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 10px 50px;
  background: #1c4f30;
  color: #fff;
  border-radius: 14px;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.itsModal__btn:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.itsModal__btn_wa {
  background: #fff url("../img/form/wawa.svg") left 18px center no-repeat;
  color: #25d366;
}
.itsModal__btn_tg {
  background: #28a8e9 url("../img/form/tg.svg") left 18px center no-repeat;
}
.itsModal__formBottom {
  margin-top: 20px;
}
.itsModal__formChb {
  position: absolute;
  z-index: -100;
  opacity: 0;
  display: none;
}
.itsModal__formChb+label {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
  cursor: pointer;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.3;
  color: rgba(255,255,255,0.7);
  padding-left: 34px;
  position: relative;
}
.itsModal__formChb+label a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.itsModal__formChb+label a:hover {
  color: rgba(255,255,255,0.7);
}
.itsModal__formChb+label:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 3px;
  left: 0;
  background: #fff;
}
.itsModal__formChb:checked+label:before {
  background: #fff url("../img/form/chb.svg") center no-repeat;
}
.itsModal_thanks_heading {
  font-family: 'Unbounded', cursive;
  font-weight: 700;
  font-size: 30px;
  line-height: 132.9%;
  text-align: center;
  color: #fff;
}
.itsModal_thanks_txt {
  font-size: 18px;
  line-height: 132.9%;
  text-align: center;
  color: #fff;
  opacity: 0.7;
  margin-top: 7px;
}
.itsModal_thanks .closeModal span {
  background: #fff;
}
.closeModal {
  position: absolute;
  right: 19px;
  top: 14px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.closeModal span {
  left: 0;
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1000;
  top: 50%;
}
.closeModal span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.closeModal:hover span {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.closeModal:hover span:last-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.itsModal_video {
  width: 700px;
  height: 395px;
  border-radius: unset;
  padding: unset;
}
.itsModal_video .closeModal {
  right: -30px;
  top: -30px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(34,34,34,0.75);
  opacity: 0;
  z-index: -1000;
}
@media screen and (max-width: 768px) {
  .itsModalWrp {
    max-height: 100%;
    overflow: auto;
  }
  .itsModalWrp.active {
    display: block;
    text-align: center;
  }
  .itsModal_thanks_close {
    height: 67px;
  }
  .itsModal_thanks_heading {
    font-size: 24px;
  }
  .itsModal_thanks_txt {
    font-size: 16px;
  }
  .itsModal_thanks_txt br {
    display: none;
  }
  .itsModal .closeModal,
  .itsModal_thanks .closeModal {
    right: 16px;
    top: 16px;
    width: 20px;
    height: 20px;
  }
  .itsModal {
    width: calc(100% - 30px);
    max-width: 515px;
    padding: 30px;
    margin: 50px auto 10px;
  }
  .itsModal_control .itsModal__heading {
    font-size: 20px;
  }
  .itsModal_control .itsModal__desc {
    margin-top: 10px;
    font-size: 12px;
  }
  .itsModal_control .itsModal__form {
    margin-top: 20px;
  }
  .itsModal_control .itsModal__inp {
    margin-top: 10px;
    height: 40px;
    font-size: 14px;
    padding: 5px 18px;
  }
  .itsModal_control .itsModal__inp::-webkit-input-placeholder {
    font-size: 14px;
  }
  .itsModal_control .itsModal__inp:-moz-placeholder {
    font-size: 14px;
  }
  .itsModal_control .itsModal__inp:-ms-input-placeholder {
    font-size: 14px;
  }
  .itsModal_control .itsModal__inp_txtArea {
    height: 60px;
    padding: 5px 18px;
  }
  .itsModal_control .itsModal__formBtn {
    margin-top: 20px;
    font-size: 14px;
  }
  .itsModal .txtForm__right {
    padding: 50px 20px;
  }
  .itsModal__heading {
    font-size: 30px;
  }
  .itsModal__desc {
    margin-top: 15px;
    font-size: 15px;
  }
  .itsModal__form {
    margin-top: 30px;
  }
  .itsModal__inp {
    margin-top: 15px;
    height: 60px;
  }
  .itsModal__formBtn {
    height: 60px;
    padding: 10px 60px 10px 20px;
  }
  .itsModal__formBtn:after {
    width: 40px;
    height: 40px;
  }
  .itsModal__btns {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .itsModal__btn {
    font-size: 12px;
    padding: 10px 10px 10px 40px;
  }
  .itsModal__btn:hover {
    background: #173d26;
  }
  .itsModal__btn_wa {
    background: #fff url("../img/form/wawa.svg") left 10px center no-repeat;
  }
  .itsModal__btn_tg {
    background: #28a8e9 url("../img/form/tg.svg") left 10px center no-repeat;
  }
  .itsModal__formBottom {
    margin-top: 20px;
  }
  .itsModal_video {
    width: 390px;
    height: 220px;
    padding: unset;
  }
}
@media screen and (max-width: 450px) {
  .itsModal_video {
    width: 250px;
    height: 140px;
  }
}
