@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  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 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:focus,
a:active {
  outline: none;
}
aside,
nav,
footer,
header,
section {
  display: block;
}
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-display: swap;
}
input,
button,
textarea {
  font-family: 'Montserrat', 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 {
  line-height: 1.4;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #1a2241;
  background: #f6f7fb;
}
.body.forMobModal {
  overflow: hidden;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.container_full {
  max-width: 100%;
  text-align: center;
}
.sHeading {
  font-size: 29px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 40px;
  text-align: center;
}
.sHeading span {
  color: #f82455;
}
.sHeading:has(+ .descHeading) {
  margin-bottom: 25px;
}
.descHeading {
  margin-bottom: 30px;
  color: #7b8399;
  font-weight: 500;
  text-align: center;
}
.sHeadingWrp {
  margin-bottom: 40px;
  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;
}
.sHeadingWrp .sHeading {
  margin-bottom: unset;
}
.sHeadingWrp .sHeadingLnk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 5px 30px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 12px;
}
.sHeadingLnk {
  display: none;
}
.btn {
  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;
  padding: 10px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 5px 20px -3px rgba(248,36,85,0.7);
          box-shadow: 0px 5px 20px -3px rgba(248,36,85,0.7);
  background: #f82455;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btnW {
  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: 100%;
  max-width: 255px;
  height: 63px;
  padding: 5px 30px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  background: #26d166;
  -webkit-box-shadow: 0px 5px 20px -3px rgba(38,210,101,0.7);
          box-shadow: 0px 5px 20px -3px rgba(38,210,101,0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btnW span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background: url("../img/icons/waw.svg") center no-repeat;
  background-size: contain;
}
.btnW:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
a {
  color: #f82455;
}
/*скрытие строк в прайсе*/
.hdnTile,
.hdnTableTile {
  display: none;
}
.hdnTile.active,
.hdnTableTile.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hdnTileBtn,
.hdnTableTileBtn {
  display: none;
}
.hdnTileBtn.active,
.hdnTableTileBtn.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.contentTop.onCont {
  margin-bottom: 80px;
}
.contentTop__heading {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 40px;
}
.contentTop__bigDesc {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.contentTop__bigDesc p {
  margin-top: 15px;
}
.contentTop__bigDesc p:first-child {
  margin-top: 0;
}
.contentTop__bigDesc a {
  color: #f82455;
  text-decoration: underline;
}
.contentTop__bigDesc a:hover {
  text-decoration: none;
}
.contentTop__bigDesc ul {
  margin: 20px 0;
}
.contentTop__bigDesc ul li {
  padding-left: 15px;
  position: relative;
}
.contentTop__bigDesc ul li:before {
  content: '';
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f82455;
  z-index: 2;
}
.contentTop__bigDesc ul li + li {
  margin-top: 15px;
}
.contentTop__bigDesc ul li:last-child:after {
  display: none;
}
.contentTop__bigDesc ol {
  list-style-type: none;
  counter-reset: num;
  margin: 24px 0;
}
.contentTop__bigDesc ol li {
  position: relative;
  padding-left: 20px;
  line-height: 1.2;
}
.contentTop__bigDesc ol li:before {
  content: counter(num) '.';
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #f82455;
}
.contentTop__bigDesc ol li + li {
  margin-top: 16px;
}
.contentTop__bigDesc h1,
.contentTop__bigDesc h2,
.contentTop__bigDesc h3 {
  font-weight: 700;
}
.contentTop__bigDesc h1 {
  margin: 40px 0 30px;
  font-size: 40px;
}
.contentTop__bigDesc h2 {
  margin: 30px 0 20px;
  font-size: 25px;
}
.contentTop__bigDesc h3 {
  margin: 20px 0 10px;
  font-size: 20px;
}
.contentTop__bigDesc.siteMap {
  margin: 40px 0;
}
.contentTop__bigDesc.siteMap a {
  text-decoration: none;
}
.contentTop__bigDesc.siteMap a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1220px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sHeading {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .sHeading:has(+ .descHeading) {
    margin-bottom: 15px;
  }
  .descHeading {
    font-size: 16px;
  }
  .contentTop__heading {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .contentTop__bigDesc {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .contentTop__bigDesc p {
    margin-top: 10px;
  }
  .contentTop__bigDesc ul {
    margin: 15px 0;
  }
  .contentTop__bigDesc ul li:before {
    top: 6px;
  }
  .contentTop__bigDesc ul li + li {
    margin-top: 10px;
  }
  .contentTop__bigDesc ol {
    margin: 15px 0;
  }
  .contentTop__bigDesc ol li + li {
    margin-top: 10px;
  }
  .contentTop__bigDesc h1 {
    margin: 30px 0 20px;
    font-size: 30px;
  }
  .contentTop__bigDesc h2 {
    margin: 25px 0 15px;
    font-size: 22px;
  }
  .contentTop__bigDesc h3 {
    margin: 15px 0 10px;
    font-size: 18px;
  }
  .contentTop__bigDesc .siteMap {
    margin: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .sHeadingWrp {
    margin-bottom: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sHeadingWrp .sHeading {
    text-align: center;
  }
  .sHeadingWrp .sHeadingLnk {
    display: none;
  }
  .sHeadingLnk {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px 20px;
    font-size: 12px;
    height: 48px;
    border-radius: 10px;
  }
}
.header {
  position: relative;
  z-index: 100;
}
.header__top {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.header__topLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header__topLogo {
  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;
  max-width: 196px;
}
.header__topLogo_mob {
  display: none;
}
.header__topLogoImg {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__topLeftTxt {
  font-size: 11px;
  color: #2f2f2f;
  font-weight: 500;
}
.header__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13%;
}
.header__centerLeft {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 33px;
  font-size: 11px;
  color: #2f2f2f;
  font-weight: 700;
  background: url("../img/icons/adr.svg") center left no-repeat;
  background-size: contain;
}
.header__centerRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__centerRightImgWrp {
  width: 58px;
  height: 58px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.header__centerRightImgWrp:before {
  content: '';
  right: 4px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8fe38a;
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff;
}
.header__centerRightImg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.header__centerRightRight {
  font-size: 10px;
  font-weight: 700;
  color: #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__centerRightLnk {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background: #26d166 url("../img/icons/waw.svg") center left 18px no-repeat;
  background-size: 20px;
  padding: 12px 17px 12px 46px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 20px -3px rgba(38,210,101,0.7);
          box-shadow: 0px 5px 20px -3px rgba(38,210,101,0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__centerRightLnk:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header__right {
  margin-left: 3%;
  text-align: right;
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header__rightTop {
  font-size: 11px;
  font-weight: 500;
  color: #2f2f2f;
  position: relative;
  padding-left: 18px;
}
.header__rightTop:before {
  content: '';
  left: 0;
  top: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8fe38a;
}
.header__rightCenter {
  margin: 3px 0;
  font-size: 16px;
  font-weight: 800;
  color: #2f2f2f;
  padding: 0 0 0 25px;
  background: url("../img/icons/tel.svg") center left no-repeat;
  background-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__rightCenter:hover {
  color: #626262;
}
.header__rightBtm {
  width: auto;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #f82455;
  border-bottom: 1px dashed #f82455;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__rightBtm:hover {
  border-bottom: 1px dashed #fff;
}
.header__bottom {
  border-radius: 10px;
  background: #e7ecf2;
  padding: 0 30px;
  height: 55px;
}
.header__bottom.fixed {
  border-top: unset;
  border-bottom: 1px solid #e6e6e6;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
}
.header__bottom.fixed .header__menuWrp {
  max-width: 1160px;
  padding-left: 20px;
  padding-right: 20px;
}
.header__menuWrp {
  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: 30px;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1a2241;
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__menuWrp > ul > li:hover > a,
.header__menuWrp > ul > li.current-menu-item > a {
  color: #f82455;
}
.header__menuWrp > ul > li.btnStyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menuWrp > ul > li.btnStyle > a {
  padding: 5px 10px;
  border: 2px solid #f82455;
  height: 35px;
  border-radius: 6px;
  color: #f82455;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__menuWrp > ul > li.btnStyle > a:hover {
  background: #f82455;
  color: #fff;
}
.header__menuWrp > ul > li.menu-item-has-children > a {
  padding-right: 20px;
  position: relative;
  background: url("data:image/svg+xml,<svg width='14' height='7' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 0.5L5 4.5L9 0.5' stroke='%230062FF' stroke-linecap='round' stroke-linejoin='round'/></svg>") top 51% right no-repeat;
}
.header__menuWrp > ul > li.menu-item-has-children.current-menu-parent > a {
  color: orng;
}
.header__menuWrp > ul > li.menu-item-has-children:hover > a,
.header__menuWrp > ul > li.menu-item-has-children.active > a {
  background: url("data:image/svg+xml,<svg width='14' height='7' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9 4.5L5 0.5L1 4.5' stroke='%230062FF' stroke-linecap='round' stroke-linejoin='round'/></svg>") center right no-repeat;
}
.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: 55px;
  padding: 30px 20px;
}
.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: 10px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(207,214,223,0.5);
          box-shadow: 0px 5px 15px 0px rgba(207,214,223,0.5);
}
.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: #1a2241;
  font-size: 13px;
  line-height: 1.3;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}
.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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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: orng;
}
.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: orng;
}
.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 ~ li,
.header__menuWrp > ul > li.menu-item-has-children.active > ul > li.twocols ~ li {
  width: 22%;
}
.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 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
}
.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: -30px;
  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 10px;
  border: none;
  z-index: 1000;
  margin-bottom: 6px;
}
.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: 'Montserrat', 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: #f82455;
}
.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: #f82455;
}
.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__mobClose {
  display: none;
}
.header__bottomLnk {
  display: none;
}
.header__burger {
  display: none;
}
.body.admin-bar .header__bottom,
.body.admin-bar .header.fixed {
  top: 32px;
}
@media screen and (max-width: 1280px) {
  .header__menuWrp > ul > li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1160px) {
  .header__topLeft {
    gap: 10px;
  }
  .header__topLeftTxt {
    font-size: 9px;
  }
  .header__center {
    gap: 3%;
  }
  .header__centerRightImgWrp {
    width: 45px;
    height: 45px;
  }
  .header__centerRightImgWrp:before {
    right: 1px;
    top: 3px;
  }
  .header__centerRightLnk {
    margin-top: 5px;
    padding: 7px 12px 7px 30px;
    background: #26d166 url("../img/icons/waw.svg") center left 7px no-repeat;
    background-size: 20px;
  }
  .header__right {
    margin-left: 1%;
  }
  .header__rightCenter {
    font-size: 14px;
    padding: 0 0 0 20px;
  }
  .header__menuWrp > ul > li {
    margin-left: 10px;
  }
  .header__menuWrp > ul > li > a {
    font-size: 13px;
  }
  .header__menuWrp > ul > li.menu-item-has-children > a {
    padding-right: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    background: none;
  }
  .header__top {
    height: 70px;
    gap: 5px;
  }
  .header__topLogo {
    max-width: 125px;
  }
  .header__topLeftTxt,
  .header__center,
  .header__rightBtm {
    display: none;
  }
  .header__right {
    margin: 0 60px 0 0;
  }
  .header__rightTop {
    font-size: 9px;
    padding-left: 13px;
  }
  .header__rightCenter {
    margin: 0;
    font-size: 13px;
    padding: 0 0 0 17px;
    background: url("../img/icons/tel.svg") top 4px left no-repeat;
    background-size: 15px;
  }
  .header.showPanel {
    width: 100%;
  }
  .header.showPanel .header__topLogo_mob {
    display: block;
    width: 100%;
    max-width: 200px;
  }
  .header.showPanel .header__bottom {
    position: fixed;
    border-radius: 0;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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: 45px 14px;
    -webkit-box-shadow: 0px 0 0 100vw rgba(0,0,0,0.55);
            box-shadow: 0px 0 0 100vw rgba(0,0,0,0.55);
    background: #fff;
    z-index: 2;
    overflow-y: auto;
  }
  .header.showPanel .header__menuWrp {
    width: 100%;
    padding: 30px 0;
    margin: 0;
    height: auto;
  }
  .header.showPanel .header__menuWrp > ul {
    display: block;
  }
  .header.showPanel .header__menuWrp > ul > li {
    margin-left: 0;
    padding-bottom: 15px;
  }
  .header.showPanel .header__menuWrp > ul > li.menu-item-has-children {
    padding: 0 40px 15px 0;
    position: relative;
    background: url("data:image/svg+xml,<svg width='14' height='7' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 0.5L5 4.5L9 0.5' stroke='%230062FF' stroke-linecap='round' stroke-linejoin='round'/></svg>") top 10px right no-repeat;
  }
  .header.showPanel .header__menuWrp > ul > li.menu-item-has-children > a {
    padding-right: 0;
    background: unset;
  }
  .header.showPanel .header__menuWrp > ul > li > a {
    font-size: 15px;
    line-height: 24px;
  }
  .header.showPanel .header__menuWrp > ul > li:hover > a {
    color: #1a2241;
  }
  .header.showPanel .header__menuWrp > ul > li:hover > a:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-filter: brightness(50%) grayscale(100%);
            filter: brightness(50%) grayscale(100%);
  }
  .header.showPanel .header__menuWrp > ul > li:hover > ul {
    display: none;
  }
  .header.showPanel .header__menuWrp > ul > li.active.menu-item-has-children {
    background: url("data:image/svg+xml,<svg width='14' height='7' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9 4.5L5 0.5L1 4.5' stroke='%230062FF' stroke-linecap='round' stroke-linejoin='round'/></svg>") top 10px right no-repeat;
  }
  .header.showPanel .header__menuWrp > ul > li.active > a:after {
    -webkit-transform: none;
            transform: none;
    -webkit-filter: none;
            filter: none;
  }
  .header.showPanel .header__menuWrp > ul > li.active > ul {
    display: block;
    position: relative;
    padding: 0;
    left: -15px;
    top: 0;
    margin: 10px 0;
    min-width: unset;
    width: 88.44vw;
    max-width: 283px;
  }
  .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-top: 1px solid rgba(0,0,0,0.1);
    padding: 10px 0 0;
  }
  .header.showPanel .header__menuWrp > ul > li.active > ul > li:first-child {
    border: none;
  }
  .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 {
    padding: 0 16px 0 16px;
  }
  .header.showPanel .header__menuWrp > ul > li.active > ul > li > ul {
    padding-bottom: 7px;
  }
  .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 .header__bottomLnk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header.showPanel .header__mobClose {
    display: block;
    position: absolute;
    top: 25px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .header.showPanel .header__mobClose span {
    position: absolute;
    top: calc(50% -1px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 100%;
    height: 2px;
    background: #1a2241;
  }
  .header.showPanel .header__mobClose span:last-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header__top {
    height: 83px;
    padding: 5px 0;
  }
  .header__logo,
  .header__logoImg {
    width: 150px;
  }
  .header__logo {
    margin-bottom: 5px;
  }
  .header__logoTxt,
  .header__contacts {
    display: none;
  }
  .header__bottom {
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .header__burger {
    position: fixed;
    right: 15px;
    top: 15px;
    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;
    gap: 5px;
    width: 50px;
    height: 50px;
    background: #f82455;
    border-radius: 50%;
    z-index: 1;
  }
  .header__burger span {
    width: 48%;
    height: 2px;
    border-radius: 1px;
    background: #fff;
  }
  .header__bottomLnk {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    background: #26d166;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
  }
  .body_in .header {
    background: #fff;
  }
}
@media screen and (max-width: 355px) {
  .header__right {
    margin: 0 50px 0 0;
  }
  .header__burger {
    top: 20px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 345px) {
  .header__topLogo {
    max-width: 100px;
  }
}
.banner {
  position: relative;
  overflow: hidden;
  margin: -155px auto 60px;
}
.banner__container {
  min-height: 940px;
  padding-top: 155px;
  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;
}
.banner__bgImg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
.banner__bc {
  margin: 43px 0 0;
  width: 100%;
  display: block;
  width: 100%;
  font-size: 11px;
  line-height: 1.3;
}
.banner__bc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banner__bc ul a {
  color: #f82455;
  font-weight: 500;
}
.banner__bc .divider {
  margin: auto 5px;
  font-weight: 500;
}
.banner__left {
  padding: 93px 0 90px;
  width: 56%;
  max-width: 900px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 4;
}
.banner__heading {
  font-weight: 900;
  font-size: 55px;
  line-height: 1.1;
  color: #1a2241;
}
.banner__heading span {
  color: #f82455;
  line-height: 1.8;
  font-size: 50px;
}
.banner__desc {
  margin-top: 48px;
  line-height: 1.3;
}
.banner__desc p + ul {
  margin-top: 40px;
}
.banner__desc ul li {
  padding: 3px 0 3px 30px;
  font-weight: 700;
  color: #000;
  position: relative;
}
.banner__desc ul li:before {
  content: '';
  top: 6px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px rgba(248,36,85,0.5);
          box-shadow: 0 0 0 4px rgba(248,36,85,0.5);
  background: #f82455;
}
.banner__desc ul li + li {
  margin-top: 5px;
}
.banner__btn {
  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;
  padding: 10px 40px;
  margin-top: 45px;
  width: 350px;
  height: 87px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 20px -3px rgba(248,36,85,0.7);
          box-shadow: 0px 10px 20px -3px rgba(248,36,85,0.7);
  background: #f82455;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.banner__btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.banner__right {
  position: relative;
  z-index: 3;
}
.banner__rightItm {
  width: 295px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 20px -3px rgba(202,202,202,0.7);
          box-shadow: 0px 4px 20px -3px rgba(202,202,202,0.7);
  padding: 30px;
}
.banner__rightItm + .banner__rightItm {
  margin-top: 25px;
}
.banner__rightItmH {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 800;
  color: #000;
}
.banner__rightItmTxt {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
  color: #000;
}
.banner__rightItmBtmTxt {
  font-size: 24px;
  font-weight: 800;
  color: #f82455;
}
.banner__rightItmBtmTxt span {
  font-size: 50px;
}
.banner__rightItmRow {
  margin-bottom: 25px;
  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;
  gap: 10px;
}
.banner__rightItmLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.banner__rightItmLeftIcs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner__rightItmLeftTxt {
  padding-top: 2px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.banner__rightItmLeftImg {
  height: 16px;
}
.banner__rightItmRight {
  max-height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner__rightImg {
  bottom: 0;
  right: 17%;
  max-width: 100%;
  height: 750px;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .banner {
    margin: -70px auto 50px;
  }
  .banner__container {
    min-height: 780px;
    padding-top: 130px;
    padding-bottom: 55px;
    -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;
  }
  .banner__left {
    width: 100%;
    max-width: 400px;
    padding: unset;
  }
  .banner__rightImg {
    display: none;
  }
  .banner__btn {
    margin: 41px auto 0;
  }
  .banner__heading {
    font-size: 31px;
  }
  .banner__heading span {
    font-size: 31px;
    line-height: 1.7;
  }
  .banner__subH {
    margin-top: 5px;
    font-size: 20px;
  }
  .banner__subH span {
    font-size: 25px;
  }
  .banner__desc {
    margin-top: 20px;
    font-size: 12px;
  }
  .banner__desc p + ul {
    margin-top: 20px;
  }
  .banner__desc ul li {
    padding: 2px 0 2px 22px;
  }
  .banner__desc ul li:before {
    content: '';
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 3px rgba(248,36,85,0.5);
            box-shadow: 0 0 0 3px rgba(248,36,85,0.5);
    background: #f82455;
  }
  .banner__desc ul li + li {
    margin-top: 5px;
  }
  .banner__btn {
    margin-top: 35px;
    width: 100%;
    max-width: 400px;
    height: 75px;
    padding: 10px;
    font-size: 15px;
    border-radius: 15px;
    line-height: 1.3;
  }
  .banner__right {
    margin-top: 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .banner__rightItm {
    padding: 20px 15px;
    width: calc(50% - 5px);
  }
  .banner__rightItm + .banner__rightItm {
    margin-top: unset;
  }
  .banner__rightItmH {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .banner__rightItmTxt {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .banner__rightItmRow {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .banner__rightItmLeftImg {
    height: 12px;
  }
  .banner__rightItmBtmTxt {
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
  }
  .banner__rightItmBtmTxt span {
    font-size: 45px;
  }
}
.txtTiles {
  margin-top: 60px;
  margin-bottom: 80px;
}
.txtTiles__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
}
.txtTiles__itm {
  width: calc((100% - 54px) / 4);
  padding: 25px;
  text-align: center;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px -3px rgba(202,202,202,0.4);
          box-shadow: 0px 4px 20px -3px rgba(202,202,202,0.4);
}
.txtTiles__itmH {
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 800;
  color: #f82455;
}
.txtTiles__itmTxt {
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .txtTiles {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .txtTiles__row {
    margin: 0 auto;
    max-width: 400px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
  }
  .txtTiles__itm {
    padding: 18px;
    width: calc(50% - 7px);
  }
}
@media screen and (max-width: 366px) {
  .txtTiles__row {
    gap: 6px;
  }
  .txtTiles__itm {
    padding: 10px;
    width: calc(50% - 3px);
  }
  .txtTiles__itmH {
    font-size: 22px;
  }
}
.btnTiles {
  margin: 80px 0;
}
.btnTiles__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.btnTiles__itm {
  border-radius: 20px;
  padding: 15px;
  background: #fff;
  container-type: inline-size;
  position: relative;
  -webkit-box-shadow: 0px 4px 20px -3px rgba(202,202,202,0.4);
          box-shadow: 0px 4px 20px -3px rgba(202,202,202,0.4);
}
.btnTiles__itm_mark:before {
  content: 'Популярное';
  top: 30px;
  left: 30px;
  padding: 5px 10px;
  color: #fff;
  background: #f82455;
  font-weight: 700;
  font-size: 12px;
  border-radius: 5px;
}
.btnTiles__itm_link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #0063ff url("../img/btntiles/ki.png") right 0 top 30px no-repeat;
  background-size: 206px;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.btnTiles__itm_link .btnTiles__img {
  margin-top: 40px;
  border-radius: unset;
  width: 66px;
  height: 66px;
}
.btnTiles__itm_link .btnTiles__cont {
  height: calc(100% - 66px - 40px - 25px);
  margin-top: auto;
}
.btnTiles__itm_link .btnTiles__itmH {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
.btnTiles__itm_link .btnTiles__itmTxt {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.btnTiles__img {
  border-radius: 15px;
  width: 100%;
  height: 95cqw;
  -o-object-fit: cover;
     object-fit: cover;
}
.btnTiles__cont {
  height: calc(100% - 100cqw - 15px - 15px - 13px);
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btnTiles__cont_counter {
  height: unset;
  margin-top: auto;
}
.btnTiles__itmH {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  color: #1a2241;
}
.btnTiles__itmTxt {
  font-size: 15px;
  font-weight: 800;
  color: #f82455;
  margin-top: 8px;
  margin-bottom: 25px;
  text-align: center;
}
.btnTiles__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: auto;
  width: 100%;
  height: 55px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
}
.btnTiles__itmContimg {
  margin-top: 25px;
  margin-left: 5px;
  max-width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.btnTiles__itmContH {
  padding: 0 5px;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}
.btnTiles__itmCounter {
  padding: 0 5px;
  margin-top: 20px;
  color: #fff;
}
.btnTiles__itmCounterH {
  font-size: 13px;
  font-weight: 600;
  color: #94bdfe;
}
.btnTiles__itmCounterWrp {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.btnTiles__itmCounterColTop {
  font-size: 29px;
  font-weight: 800;
  text-align: center;
}
.btnTiles__itmCounterColBtm {
  margin-top: 0;
  color: #94bdfe;
  font-size: 11px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .btnTiles__rowWrp {
    overflow: auto;
    padding-left: 10px;
    margin-left: -10px;
    padding-bottom: 15px;
  }
  .btnTiles__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 15px;
  }
  .btnTiles__itm {
    width: 80%;
    max-width: 290px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .btnTiles__itm_link {
    height: unset;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 500px) {
  .btnTiles__itm_link .btnTiles__itmH {
    font-size: 21px;
    font-weight: 800;
  }
  .btnTiles__itm_link .btnTiles__itmTxt {
    margin-top: 40px;
  }
  .btnTiles__itmH {
    font-size: 15px;
  }
  .btnTiles__btn {
    height: 57px;
  }
}
.tables {
  margin: 80px 0;
}
.tables_pricePage {
  margin: 0 0 80px;
}
.tables_pricePage .tables__tableRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tables_btm {
  display: none;
}
.tables_btm.show {
  display: block;
}
.tables__desc {
  margin: 10px 0 30px;
}
.tables__btmDesc {
  padding: 40px 0 0;
}
.tables__table {
  width: 100%;
}
.tables__tableItm {
  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: 14px;
  text-align: left;
  line-height: 1.4;
  padding-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tables__tableItm:first-child {
  width: 42%;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tables__tableItm:nth-child(2) {
  width: 16%;
}
.tables__tableItm:nth-child(3) {
  width: 16%;
}
.tables__tableItm:last-child {
  width: 16%;
  padding-right: unset;
}
.tables__tableItm span {
  color: #f82455;
}
.tables__tableRow {
  min-height: 55px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 34px;
  background: #fff;
  border-radius: 15px;
}
.tables__tableRow + .tables__tableRow {
  margin-top: 12px;
}
.tables__tableRow_th {
  min-height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  margin-bottom: 20px;
  background: none;
}
.tables__tableRow_th .tables__tableItm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}
.tables__tableRow_th .tables__tableItm:first-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tables__tableRow_th span {
  color: #f82455;
}
.tables__tableRow_prices {
  margin-top: 32px;
  color: #f82455;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  background: #fff;
}
.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__mark {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #fc2557 url("../img/tables/mark.svg") center no-repeat;
  background-size: 65%;
}
.tables__unMark {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #ececec url("../img/tables/unmark.svg") center no-repeat;
  background-size: 65%;
}
.tables__bottom {
  margin-top: 25px;
  text-align: center;
}
.tables__bottomLink {
  font-size: 13px;
  font-weight: 600;
  color: #0063ff;
  padding-right: 20px;
  background: url("data:image/svg+xml,<svg width='12' height='6' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 0.5L5 4.5L9 0.5' stroke='%230062FF' stroke-linecap='round' stroke-linejoin='round'/></svg>") top 5px right no-repeat;
  -webkit-transition: none;
  transition: none;
}
.tables__bottomLink.hdnTableTxtBtn span,
.tables__bottomLink.hdnTxtBtn span {
  display: none;
}
.tables__bottomLink.hdnTableTxtBtn.active,
.tables__bottomLink.hdnTxtBtn.active {
  display: inline-block;
  font-size: 0;
  color: rgba(0,0,0,0);
  padding-right: 20px;
  background: url("data:image/svg+xml,<svg width='14' height='7' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9 4.5L5 0.5L1 4.5' stroke='%230062FF' stroke-linecap='round' stroke-linejoin='round'/></svg>") top 6px right no-repeat;
}
.tables__bottomLink.hdnTableTxtBtn.active span,
.tables__bottomLink.hdnTxtBtn.active span {
  display: inline;
  font-size: 13px;
  color: #0063ff;
}
.tables__openSecTableBtn {
  margin: 30px auto 0;
  padding: 10px 30px;
  max-width: 250px;
}
@media screen and (max-width: 1024px) {
  .tables {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .tables_pricePage {
    margin: 0 0 50px;
  }
  .tables_btm {
    display: none;
  }
  .tables_btm.show {
    display: block;
  }
  .tables__desc {
    margin: 0 0 15px;
  }
  .tables__btmDesc {
    padding: 20px 0 0;
  }
  .tables__tableWrp {
    overflow: auto;
    padding-bottom: 20px;
  }
  .tables__table {
    min-width: 600px;
  }
  .tables__tableItm {
    font-size: 12px;
  }
  .tables__tableItm:first-child {
    width: 34%;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tables__tableItm:nth-child(2) {
    width: 22%;
  }
  .tables__tableItm:nth-child(3) {
    width: 22%;
  }
  .tables__tableItm:last-child {
    width: 22%;
  }
  .tables__tableRow_th {
    margin-bottom: 0;
  }
  .tables__tableRow_th .tables__tableItm {
    font-size: 11px;
  }
}
.doubleCar {
  margin: 80px 0;
  overflow: hidden;
}
.doubleCar__top {
  margin-top: 80px;
  margin-bottom: -110px;
  z-index: 10;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.doubleCar__list_thum {
  height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 14px !important;
  background: #fff;
  border-radius: 20px;
}
.doubleCar__carouselThumWrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  border: none !important;
  padding: 0 45px;
  -webkit-transition: none;
  transition: none;
  border-radius: 12px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(212,212,212,0.7);
          box-shadow: 0px 5px 15px 0px rgba(212,212,212,0.7);
}
.doubleCar__carouselThumWrp.is-active,
.doubleCar__carouselThumWrp:hover {
  background: #f82455;
}
.doubleCar__carouselThumWrp.is-active .doubleCar__carouselThumTxt,
.doubleCar__carouselThumWrp:hover .doubleCar__carouselThumTxt {
  color: #fff;
}
.doubleCar__carouselThum {
  -webkit-transition: none;
  transition: none;
}
.doubleCar__carouselThumTxt {
  font-size: 13px;
  font-weight: 700;
  color: #f82455;
}
.doubleCar__itmImgWrp {
  background: #fff;
  border-radius: 30px;
  padding: 10px;
  overflow: hidden;
}
.doubleCar__carouselImg {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.doubleCar__markersWrp {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.doubleCar__marker {
  position: absolute;
  color: rgba(0,0,0,0);
  text-align: center;
  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;
  padding: 15px 25px 50px;
  border-radius: 10px;
  line-height: 1.3;
  z-index: 2;
}
.doubleCar__marker:before {
  content: '';
  width: 100%;
  height: calc(100% - 35px);
  border-radius: 10px;
}
.doubleCar__marker:after {
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f82455 url("../img/icons/plusw.svg") center no-repeat;
  background-size: 51%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
          box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  z-index: 8;
}
.doubleCar__marker:hover {
  color: #1a2241;
}
.doubleCar__marker:hover:before {
  background: #fff;
  z-index: -1;
}
.doubleCar__marker_t:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -17px;
}
.doubleCar__marker_b:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.doubleCar__marker_r:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -17px;
}
.doubleCar__marker_l:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
}
.doubleCar__bottom {
  position: relative;
}
.doubleCar__arrows {
  position: absolute;
  width: 115%;
  top: 320px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.doubleCar__arrow {
  width: 46px;
  height: 46px;
  font-size: 0;
  background: #f82455 url("../img/icons/leftarr.svg") center no-repeat;
  background-size: 70%;
  opacity: 1;
}
.doubleCar__arrow_next {
  background: #f82455 url("../img/icons/rightarr.svg") center no-repeat;
  background-size: 70%;
}
@media (max-width: 1366px) {
  .doubleCar__arrows {
    width: 95%;
    z-index: 10;
  }
}
@media (max-width: 1024px) {
  .doubleCar {
    height: auto;
    margin: 50px 0 30px;
  }
  .doubleCar__top {
    margin: 0;
  }
  .doubleCar__list_thum {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: none;
    padding: 0 0 10px 0 !important;
    gap: unset;
  }
  .doubleCar__carouselThumWrp {
    height: 100%;
    padding: 0 35px;
  }
  .doubleCar__bottom {
    max-width: 500px;
    margin: 5px auto 0;
  }
  .doubleCar__itmImgWrp {
    height: 213px;
  }
  .doubleCar__carouselImg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .doubleCar__markersWrp {
    height: unset;
    position: relative;
    max-width: 500px;
    margin: 26px auto 0;
  }
  .doubleCar__carouselThumWrp {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(212,212,212,0.7);
            box-shadow: 0px 5px 5px 0px rgba(212,212,212,0.7);
  }
  .doubleCar__carouselThumTxt {
    font-size: 12px;
  }
  .doubleCar__marker {
    position: relative;
    left: auto !important;
    top: auto !important;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 0 25px;
    margin-bottom: 13px;
    color: #1a2241;
    font-size: 12px;
  }
  .doubleCar__marker br {
    display: none;
  }
  .doubleCar__marker:before {
    display: none;
  }
  .doubleCar__marker:after {
    all: unset;
    content: '';
    position: absolute;
    left: 4px;
    top: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px rgba(248,36,85,0.5);
            box-shadow: 0 0 0 4px rgba(248,36,85,0.5);
    background: #f82455;
  }
  .doubleCar__arrows {
    top: 105px;
    width: 90%;
  }
  .doubleCar__arrow {
    width: 35px;
    height: 35px;
  }
  .doubleCar__par {
    display: none;
  }
}
.txtForm {
  overflow: hidden;
  position: relative;
}
.txtForm:after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.65);
  z-index: 0;
}
.txtForm__bgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.txtForm__container {
  padding: 90px 25px 75px;
  height: 690px;
  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;
  z-index: 1;
}
.txtForm__heading {
  margin-top: 75px;
  text-align: left;
}
.txtForm__txt {
  margin-top: 31px;
  font-size: 16px;
  line-height: 1.3;
}
.txtForm__sH {
  margin-top: 35px;
  font-weight: 500;
  font-size: 21px;
  font-weight: 700;
}
.txtForm__list {
  margin-top: 43px;
}
.txtForm__listItm {
  padding: 3px 0 3px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  position: relative;
}
.txtForm__listItm:before {
  content: '';
  top: 6px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px rgba(248,36,85,0.5);
          box-shadow: 0 0 0 4px rgba(248,36,85,0.5);
  background: #f82455;
}
.txtForm__listItm + li {
  margin-top: 5px;
}
.txtForm__center {
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 383px;
  height: 625px;
}
.txtForm__centerImgWrp {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.txtForm__centerImg {
  width: 100%;
  height: 100%;
}
.txtForm__centerImgM {
  display: none;
}
.txtForm__centerTxt {
  position: relative;
  z-index: 3;
  background: #fff;
  -webkit-box-shadow: 0px 16px 73px rgba(207,214,223,0.55);
          box-shadow: 0px 16px 73px rgba(207,214,223,0.55);
  border-radius: 15px;
  padding: 20px 15px;
  margin-top: 428px;
  width: 190px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.txtForm__centerTxt:before {
  content: '';
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px rgba(0,99,255,0.5);
          box-shadow: 0 0 0 4px rgba(0,99,255,0.5);
  background: #0063ff;
}
.txtForm__centerH {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #f82455;
}
.txtForm__centerDesc {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.txtForm__right {
  width: 30.42%;
  padding: 36px;
  background: #fff;
  -webkit-box-shadow: 0px 16px 73px rgba(207,214,223,0.55);
          box-shadow: 0px 16px 73px rgba(207,214,223,0.55);
  border-radius: 20px;
  text-align: center;
  margin-top: 27px;
  z-index: 2;
}
.txtForm__rightH {
  font-size: 18px;
  font-weight: 800;
  line-height: 123.1%;
  text-align: center;
}
.txtForm__rightBtns {
  width: 100%;
  margin-top: 27px;
}
.txtForm__rightBtn {
  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: 100%;
  height: 63px;
  padding: 5px;
  border-radius: 15px;
  color: #1a2241;
  font-weight: 700;
  font-size: 12px;
}
.txtForm__rightBtn span {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.txtForm__rightBtn_wa {
  color: #fff;
  background: #26d166;
  -webkit-box-shadow: 0px 5px 20px -3px rgba(38,210,101,0.7);
          box-shadow: 0px 5px 20px -3px rgba(38,210,101,0.7);
}
.txtForm__rightBtn_wa span {
  background: url("../img/icons/waw.svg") center no-repeat;
  background-size: contain;
}
.txtForm__rightBtn_wa:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.txtForm__rightBtn_tg {
  border: 1px solid #25a3e0;
}
.txtForm__rightBtn_tg span {
  background: url("../img/txtform/tg.svg");
}
.txtForm__rightBtn_tg:hover {
  background: #25a3e0;
}
.txtForm__rightBtn_tg:hover span {
  -webkit-filter: brightness(1000%);
          filter: brightness(1000%);
}
.txtForm__rightBtn:last-child {
  margin-top: 12px;
}
.txtForm__rightBtn:hover {
  color: #fff;
}
.txtForm__form {
  margin-top: 31px;
}
.txtForm__formH {
  font-size: 16px;
  line-height: 1.3;
  color: rgba(0,2,39,0.6);
}
.txtForm__inp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: rgba(0,2,39,0.6);
  width: 100%;
  height: 68px;
  background: #f6f7fb;
  border-radius: 15px;
  padding: 15px 28px;
  margin-top: 15px;
}
.txtForm__inp::-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(0,2,39,0.6);
}
.txtForm__inp:-moz-placeholder {
  font-size: 16px;
  color: rgba(0,2,39,0.6);
}
.txtForm__inp:-ms-input-placeholder {
  font-size: 16px;
  color: rgba(0,2,39,0.6);
}
.txtForm__formBtn {
  margin-top: 20px;
  border-radius: 15px;
  background: #f82455;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  width: 100%;
  height: 68px;
}
.txtForm__formBottom {
  margin-top: 17px;
  text-align: left;
}
.txtForm__formChb {
  position: absolute;
  z-index: -100;
  opacity: 0;
  display: none;
}
.txtForm__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;
  font-size: 11px;
  line-height: 123.1%;
  color: #1a2241;
  padding-left: 38px;
  position: relative;
  border-bottom: 1px dashed rgba(0,0,0,0);
}
.txtForm__formChb+label a {
  color: #f82455;
  text-decoration: underline;
}
.txtForm__formChb+label a:hover {
  text-decoration: none;
}
.txtForm__formChb+label:before {
  content: '';
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #f82455;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.txtForm__formChb:checked+label:before {
  background: #f82455 url("../img/icons/galw.svg") center no-repeat;
  background-size: 70%;
}
@media screen and (max-width: 1024px) {
  .txtForm__par {
    display: none;
  }
  .txtForm__container {
    padding: 50px 10px 23px;
    -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;
    height: auto;
  }
  .txtForm__left {
    width: 100%;
    max-width: 500px;
  }
  .txtForm__heading {
    margin-top: 0;
  }
  .txtForm__txt {
    margin-top: 23px;
  }
  .txtForm__sH {
    margin-top: 34px;
    font-size: 18px;
  }
  .txtForm__list {
    margin-top: 25px;
  }
  .txtForm__listItm {
    padding: 3px 0 3px 25px;
    font-size: 14px;
  }
  .txtForm__listItm:before {
    width: 10px;
    height: 10px;
    top: 8px;
  }
  .txtForm__center {
    position: relative;
    left: unset;
    width: 100%;
    height: 406px;
    margin: 30px auto 0;
  }
  .txtForm__centerImgWrp {
    position: static;
    text-align: center;
  }
  .txtForm__centerImg {
    margin: 0 auto;
    width: auto;
  }
  .txtForm__centerTxt {
    position: absolute;
    margin-top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 70px;
  }
  .txtForm__centerH {
    font-size: 14px;
  }
  .txtForm__centerDesc {
    margin-top: 3px;
    font-size: 10px;
  }
  .txtForm__right {
    margin-top: auto;
    width: 100%;
    max-width: 500px;
    padding: 25px 15px;
  }
  .txtForm__rightH {
    font-size: 18px;
  }
  .txtForm__rightBtns {
    margin-top: 19px;
  }
  .txtForm__form {
    margin-top: 25px;
  }
  .txtForm__inp {
    margin-top: 13px;
  }
  .body_sb .txtForm {
    padding-top: 15px;
  }
  .body_sb .txtForm__leftPreH {
    display: none;
  }
}
.befAf {
  padding: 90px 0 40px;
}
.befAf:has(.befAf__rowWrp_noSp) {
  padding-top: 0;
}
.befAf__rowWrp {
  margin-top: 20px;
}
.befAf__rowWrp_noSp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.befAf__itm {
  background: #fff;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding: 17px 17px 0;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(206,206,206,0.3);
          box-shadow: 0px 5px 15px 0px rgba(206,206,206,0.3);
}
.befAf__itmImgRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 13px;
  overflow: hidden;
  position: relative;
  height: 370px;
}
.befAf__itmImgWrp {
  position: absolute;
  overflow: hidden;
  top: 0;
  height: 370px;
}
.befAf__itmImgWrp_left {
  left: 0;
  width: 100%;
}
.befAf__itmImgWrp_right {
  right: 0;
  width: 50%;
  border-left: 5px solid #fff;
}
.befAf__itmImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.befAf__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: 22px;
  width: 77px;
  height: 30px;
  top: 20px;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 2;
  border-radius: 10px;
  font-weight: 700;
  z-index: 0;
}
.befAf__itmImgMark_left {
  color: #fff;
  background: #f82455;
}
.befAf__itmImgMark_right {
  color: #fff;
  background: #f82455;
  left: unset;
  right: 20px;
}
.befAf__itmRange {
  position: absolute;
  width: calc(100% + 50px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-appearance: none;
  height: 7px;
  background: rgba(0,0,0,0);
  outline: none;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 1;
}
.befAf__itmRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
  background: #fff url("../img/befaf/rlarr.svg") center no-repeat;
  background-size: 33px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  margin-left: 2px;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.befAf__itmRange::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
  background: #fff url("../img/befaf/rlarr.svg") center no-repeat;
  background-size: 33px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  margin-left: 2px;
  box-shadow: none;
}
.befAf__itmContWrp {
  padding: 25px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  height: calc(100% - 370px);
}
.befAf__itmH {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.befAf__itmTxtRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.befAf__itmIcTxt {
  padding: 30px 0 0 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
  position: relative;
  color: #1a2241;
}
.befAf__itmIcTxt:before {
  content: '';
  top: 0;
  left: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px rgba(248,36,85,0.5);
          box-shadow: 0 0 0 4px rgba(248,36,85,0.5);
  background: #f82455;
}
.befAf__itmIcTxt span {
  display: block;
  font-weight: 600;
  font-size: 12px;
}
.befAf__itmTxtList {
  margin-top: 5px;
  line-height: 1.5;
}
.befAf__itmTxtList li {
  position: relative;
  padding: 0 0 5px 18px;
}
.befAf__itmTxtList li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f82455;
  left: 0;
  top: 7px;
}
.befAf__itmBtmRow {
  margin-top: auto;
  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;
  gap: 30px;
}
.befAf__itmBtmRowH {
  font-weight: 700;
}
.befAf__itmBtmRowTxt {
  margin-top: 3px;
  font-size: 13px;
}
.befAf__itmBtmRowRightBtn {
  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: 100%;
  max-width: 255px;
  height: 63px;
  padding: 5px 40px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  background: #26d166;
  -webkit-box-shadow: 0px 5px 20px -3px rgba(38,210,101,0.7);
          box-shadow: 0px 5px 20px -3px rgba(38,210,101,0.7);
}
.befAf__itmBtmRowRightBtn span {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background: url("../img/icons/waw.svg") center no-repeat;
  background-size: contain;
}
.befAf__itmBtmRowRightBtn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.befAf__bottomLnkWrp {
  display: none;
}
.befAf__arrows {
  position: absolute;
  width: 115%;
  bottom: 425px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
.befAf__arrow {
  width: 46px;
  height: 46px;
  font-size: 0;
  background: #f82455 url("../img/icons/leftarr.svg") center no-repeat;
  background-size: 70%;
  opacity: 1;
}
.befAf__arrow_next {
  background: #f82455 url("../img/icons/rightarr.svg") center no-repeat;
  background-size: 70%;
}
@media screen and (max-width: 1400px) {
  .befAf__arrows {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .befAf {
    padding: 30px 0;
  }
  .befAf:has(.befAf__rowWrp_noSp) {
    padding-top: 0;
  }
  .befAf__itmBtmRow {
    -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;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .befAf__rowWrp_noSp {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .befAf__itmImgRow {
    height: calc((100cqw - 40px - 30px) / 1.5);
  }
  .befAf__itmImgWrp {
    height: 100%;
  }
  .befAf__itmImgMark {
    left: 10px;
    top: 10px;
  }
  .befAf__itmImgMark_right {
    left: auto;
    right: 10px;
  }
  .befAf__itmIcTxt {
    padding: 20px 0 0 0;
    font-size: 15px;
  }
  .befAf__itmIcTxt:before {
    width: 8px;
    height: 8px;
  }
  .befAf__bottomLnkWrp {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .befAf__itmTxtList {
    margin-top: 0;
    line-height: 1.3;
  }
  .befAf__itmTxtList li {
    padding: 0 0 5px 13px;
  }
  .befAf__itmContWrp {
    padding: 20px 0 20px;
    height: calc(100% - ((100cqw - 40px - 30px) / 1.5));
  }
  .befAf__itmBtmRowRightBtn {
    max-width: 100%;
    padding: 5px 20px;
  }
  .befAf__itmBtmRowRightBtn br {
    display: none;
  }
}
.imgs {
  padding: 50px 0 70px;
/* The Modal (background) */
/* Modal Content */
/* The Close Button */
/* Next & previous buttons */
/* Position the "next button" to the right */
/* On hover, add a black background color with a little bit see-through */
/* Number text (1/3 etc) */
}
.imgs__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.imgs__img {
  width: 100%;
  border-radius: 15px;
  height: 267px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
}
.imgs__bottom {
  margin-top: 40px;
  text-align: center;
}
.imgs .modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}
.imgs .modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
.imgs .close {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imgs .close:hover,
.imgs .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.imgs .mySlides {
  display: none;
  width: 100%;
  height: 800px;
  max-height: 80vh;
}
.imgs .mySlides img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.imgs .cursor {
  cursor: pointer;
}
.imgs .prev,
.imgs .next {
  cursor: pointer;
  position: absolute;
  width: auto;
  padding: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.imgs .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.imgs .prev:hover,
.imgs .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.imgs .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.imgs .caption-container {
  text-align: center;
  background-color: #000;
  padding: 2px 16px;
  color: #fff;
}
.imgs .active {
  opacity: 1;
}
.imgs img.hover-shadow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.imgs .hover-shadow:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
          box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
@media screen and (max-width: 1024px) {
  .imgs {
    padding: 30px 0;
  }
  .imgs__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .imgs__row {
    margin: 20px auto 0;
    max-width: 800px;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .imgs__row {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 450px) {
  .imgs__row {
    gap: 10px;
  }
  .imgs__img {
    height: 150px;
  }
}
.bgTiles {
  padding: 30px 0 60px;
}
.bgTiles_onPa {
  padding: 0 0 60px;
}
.bgTiles__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.bgTiles__itm {
  position: relative;
  padding: 20px 20px 15px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#95d8f7), to(#4491ff));
  background-image: linear-gradient(0turn, #95d8f7 0%, #4491ff 100%);
  -webkit-box-shadow: 0px 4px 20px -3px rgba(202,202,202,0.4);
          box-shadow: 0px 4px 20px -3px rgba(202,202,202,0.4);
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
}
.bgTiles__itm_dbl {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1fa5ff), to(#1053ff));
  background-image: linear-gradient(0turn, #1fa5ff 0%, #1053ff 100%);
}
.bgTiles__itm_dbl .bgTiles__itmBg {
  -o-object-position: right center;
     object-position: right center;
}
.bgTiles__itm_dblbgb {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1fa5ff), to(#1053ff));
  background-image: linear-gradient(0turn, #1fa5ff 0%, #1053ff 100%);
}
.bgTiles__itm_dblbgb .bgTiles__itmBg {
  -o-object-position: right bottom;
     object-position: right bottom;
}
.bgTiles__itm_dblbgb .bgTiles__itmCont {
  max-width: 240px;
}
.bgTiles__itm_dblbgb .bgTiles__itmCont {
  padding-top: 25px;
}
.bgTiles__itm_dblbgb .bgTiles__itmTxt {
  margin: 10px 0 20px;
}
.bgTiles__itm_wht {
  background: #fff;
  color: #1a2241;
}
.bgTiles__itm_wht .bgTiles__itmCont {
  padding-top: 25px;
}
.bgTiles__itm_wht .bgTiles__itmTxt {
  margin: 10px 0 20px;
}
.bgTiles__itm_dblbgbstxt {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1fa5ff), to(#1053ff));
  background-image: linear-gradient(0turn, #1fa5ff 0%, #1053ff 100%);
}
.bgTiles__itm_dblbgbstxt .bgTiles__itmBg {
  -o-object-position: right bottom;
     object-position: right bottom;
}
.bgTiles__itm_dblbgbstxt .bgTiles__itmCont {
  max-width: 200px;
}
.bgTiles__itm_dblbgbstxt .bgTiles__itmCont {
  padding-top: 25px;
}
.bgTiles__itm_dblbgbstxt .bgTiles__itmTxt {
  margin: 10px 0 20px;
}
.bgTiles__itmCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 210px;
  height: 100%;
  padding-top: 35px;
  position: relative;
  z-index: 2;
}
.bgTiles__itmCont:before {
  content: '';
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px #237bff;
          box-shadow: 0 0 0 4px #237bff;
  background: #fff;
}
.bgTiles__itmH {
  font-size: 16px;
  font-weight: 800;
}
.bgTiles__itmTxt {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.3;
}
.bgTiles__itmBtn {
  margin-top: auto;
  width: 180px;
  height: 47px;
  border-radius: 10px;
  font-size: 12px;
}
.bgTiles__itmBtn.btnW {
  width: 195px;
  font-size: 11px;
  line-height: 1.2;
}
.bgTiles__itmBg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .bgTiles {
    padding: 20px 0 40px;
  }
  .bgTiles_onPa {
    padding: 0 0 40px;
  }
  .bgTiles__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .bgTiles__itm {
    min-height: 210px;
  }
  .bgTiles__itmCont {
    padding-top: 25px;
  }
}
.txtinPhoto {
  padding: 30px 0 60px;
}
.txtinPhoto__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.txtinPhoto__itm {
  padding: 20px;
  border-radius: 20px;
  height: 438px;
  overflow: hidden;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 4px 20px -3px rgba(202,202,202,0.4);
          box-shadow: 0px 4px 20px -3px rgba(202,202,202,0.4);
}
.txtinPhoto__itmImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.txtinPhoto__itmTxtWrp {
  padding: 20px;
  border-radius: 15px;
  background: #fff;
  z-index: 3;
}
.txtinPhoto__itmH {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #f82455;
}
.txtinPhoto__itmTxtRow {
  margin-top: 5px;
  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;
  gap: 10px;
  font-weight: 700;
}
.txtinPhoto__itmTxtRowR {
  padding-left: 22px;
  background: url("../img/icons/star.svg") left center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .txtinPhoto {
    padding: 25px 0 30px;
  }
  .txtinPhoto__row {
    margin: 0 auto;
    max-width: 600px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .txtinPhoto__itm {
    padding: 10px;
    height: 300px;
  }
  .txtinPhoto__itmTxtWrp {
    padding: 10px;
  }
  .txtinPhoto__itmH,
  .txtinPhoto__itmTxtRow {
    font-size: 12px;
  }
  .txtinPhoto__itmTxtRow {
    margin-top: 2px;
    gap: 5px;
  }
}
@media screen and (max-width: 500px) {
  .txtinPhoto__itm {
    height: 250px;
  }
}
@media screen and (max-width: 350px) {
  .txtinPhoto__itm {
    height: 220px;
  }
  .txtinPhoto__itmTxtWrp {
    padding: 5px;
  }
}
.logoTiles {
  padding: 40px 0;
}
.logoTiles__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 17px 1fr 17px 1fr 17px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}
.logoTiles__itm {
  border-radius: 15px;
  background: #fff;
  height: 157px;
  overflow: hidden;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 4px 20px -3px rgba(202,202,202,0.4);
          box-shadow: 0px 4px 20px -3px rgba(202,202,202,0.4);
}
.logoTiles__itmImg {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1024px) {
  .logoTiles {
    padding: 25px 0;
  }
  .logoTiles__row {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .logoTiles__itm {
    padding: 20px;
    height: 90px;
  }
}
@media screen and (max-width: 450px) {
  .logoTiles__row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .logoTiles__itm {
    padding: 20px;
    height: 90px;
  }
}
.vidTiles {
  padding: 35px 0 60px;
}
.vidTiles:has(.vidTiles__wrp_noCar) {
  padding-top: 0;
}
.vidTiles__vidRowWrp {
  margin-top: 15px;
}
.vidTiles__vidRow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  container-type: inline-size;
}
.vidTiles__vidItm {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 16px;
  padding: 15px;
  overflow: hidden;
  position: relative;
  line-height: 1.2;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px -3px rgba(202,202,202,0.4);
          box-shadow: 0px 4px 10px -3px rgba(202,202,202,0.4);
  cursor: pointer;
}
.vidTiles__vidItm:before {
  content: '';
  top: 170px;
  right: 40px;
  width: 62px;
  height: 42px;
  background: url("../img/vidtiles/ytplay.png") center no-repeat;
  background-size: contain;
  z-index: 3;
}
.vidTiles__vidItmH {
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #1a2241;
}
.vidTiles__vidItmImg {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  z-index: 0;
}
.vidTiles__wrp {
  padding-bottom: 10px;
}
.vidTiles__wrp_noCar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.vidTiles__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: 40px 30px 35px;
  background: #fff;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 4px 10px -3px rgba(202,202,202,0.4);
          box-shadow: 0px 4px 10px -3px rgba(202,202,202,0.4);
}
.vidTiles__itm_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f6f7fb;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}
.vidTiles__itmTopCont {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vidTiles__itmTopContLeft {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.vidTiles__itmTopContCenter {
  margin-right: 15px;
}
.vidTiles__itmTopContH {
  font-weight: 700;
  color: #000;
}
.vidTiles__itmTopContRight {
  margin-left: auto;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vidTiles__itmStar {
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  float: left;
}
.vidTiles__itmStar_gr {
  -webkit-filter: grayscale(100%) brightness(105%);
          filter: grayscale(100%) brightness(105%);
}
.vidTiles__itmTxt {
  line-height: 1.3;
  color: #1a2241;
  margin-bottom: 30px;
}
.vidTiles__bottom {
  margin: 50px 0;
  text-align: center;
}
.vidTiles__bottomLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f82455;
  padding: 15px 40px;
  border-radius: 15px;
  background: orng;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.vidTiles__bottomLink:hover {
  opacity: 0.9;
}
.vidTiles__itmTopLogoRow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.vidTiles__itmTopLogoRow .vidTiles__itmTopContStars,
.vidTiles__itmTopLogoRow .vidTiles__itmStar {
  height: 17px;
}
.vidTiles__itmTopLogo {
  height: 30px;
}
.vidTiles__itmH {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 800;
}
.vidTiles__itmUndH {
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.vidTiles__itmBtn {
  margin: auto auto 0;
  width: 100%;
  max-width: 250px;
  height: 60px;
  border-radius: 15px;
  font-size: 14px;
}
.vidTiles__arrows {
  position: absolute;
  width: 115%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.vidTiles__arrow {
  width: 46px;
  height: 46px;
  font-size: 0;
  background: #f82455 url("../img/icons/leftarr.svg") center no-repeat;
  background-size: 70%;
  opacity: 1;
}
.vidTiles__arrow_next {
  background: #f82455 url("../img/icons/rightarr.svg") center no-repeat;
  background-size: 70%;
}
@media screen and (max-width: 1400px) {
  .vidTiles__arrows {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .vidTiles {
    padding: 25px 0;
  }
  .vidTiles:has(.vidTiles__wrp_noCar) {
    padding-top: 0;
  }
  .vidTiles__vidRow {
    gap: 15px;
  }
  .vidTiles__gridRow {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .vidTiles__arrows {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .vidTiles__wrp_noCar {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .vidTiles__vidRowWrp {
    margin-top: 5px;
    overflow: auto;
    padding-bottom: 10px;
  }
  .vidTiles__vidRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    container-type: unset;
  }
  .vidTiles__vidItm {
    width: 75%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 15px;
  }
  .vidTiles__vidItm:before {
    top: 140px;
    right: 25px;
    width: 50px;
    height: 37px;
  }
  .vidTiles__vidItmH {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .vidTiles__vidItmImg {
    height: 170px;
  }
  .vidTiles__gridRow {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .vidTiles {
    margin-top: 40px;
  }
  .vidTiles:has(.vidTiles__wrp_noCar) {
    margin-top: 0;
  }
  .vidTiles__wrp_noCar {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .vidTiles__vidItmH {
    font-size: 12px;
  }
  .vidTiles__vidItmTxt {
    font-size: 11px;
  }
  .vidTiles__txtRow {
    margin-top: 25px;
  }
  .vidTiles__itm {
    padding: 25px 20px 30px;
  }
  .vidTiles__itmTopContLeft {
    width: 53px;
    height: 53px;
    margin-right: 10px;
  }
  .vidTiles__itmTopContCenter {
    margin-right: 10px;
  }
  .vidTiles__itmTopContH {
    font-size: 13px;
  }
  .vidTiles__itmStar {
    height: 15px;
  }
  .vidTiles__itmTopContRight {
    max-width: 40px;
  }
  .vidTiles__itmTxt {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 340px) {
  .vidTiles__vidItm {
    padding: 10px;
  }
}
.spForm {
  padding: 40px 0;
}
.spForm__row {
  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;
  margin-top: 30px;
  gap: 17px;
}
.spForm__spoilers {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.spForm__spItm {
  background: #fff;
  border-radius: 17px;
  margin-bottom: 17px;
  padding: 0 49px 0 25px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.spForm__spItm .spForm__spMarker {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  cursor: pointer;
  background: #f82455 url("../img/icons/bottomarr.svg") center top 4px no-repeat;
  background-size: 80%;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.spForm__spItm .spForm__spContent {
  display: none;
}
.spForm__spItm.active .spForm__spMarker {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.spForm__spItm.active .spForm__spContent {
  display: block;
}
.spForm__spDig {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  font-size: 27px;
  font-weight: 800;
  color: #f82455;
  pointer-events: none;
}
.spForm__spCaptionItm {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  padding: 35px 45px 35px 70px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  user-select: none;
}
.spForm__spContent {
  line-height: 1.3;
  padding-bottom: 35px;
}
.spForm__spContent p {
  margin-top: 15px;
}
.spForm__spContent p:first-child {
  margin-top: 0;
}
.spForm__spContent a {
  color: #f82455;
}
.spForm__spContent a:hover {
  text-decoration: underline;
}
.spForm__spContent ul {
  margin: 20px 0;
}
.spForm__spContent ul li {
  padding-left: 15px;
  position: relative;
}
.spForm__spContent ul li:before {
  content: '';
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff;
  background: #f82455;
  z-index: 2;
}
.spForm__spContent ul li + li {
  margin-top: 15px;
}
.spForm__spContent ul li:last-child:after {
  display: none;
}
.spForm__formH {
  font-size: 29px;
  font-weight: 800;
  line-height: 1.2;
}
.spForm__formTxt {
  margin: 25px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.spForm__formBtns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.spForm__formBtn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(50% - 5px);
  height: 53px;
  background: #fff;
  border-radius: 20px;
  padding: 10px 5px;
  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: 16px;
  font-weight: 700;
}
.spForm__formBtn:hover {
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}
.spForm__formBtn_wa {
  background: #67d449 url("../img/spform/wa.svg") left 15px center no-repeat;
  background-size: 22px;
  color: #fff;
  padding-left: 25px;
}
.spForm__formBtn_tg {
  color: #319eff;
  background: #fff url("../img/spform/tg.svg") left 20px center no-repeat;
  background-size: 20px;
  padding-left: 25px;
}
.spForm .txtForm__right {
  margin-top: 0;
  width: 29%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .spForm__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .spForm__spoilers {
    width: 100%;
  }
  .spForm .txtForm__right {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .spForm {
    margin-top: 40px;
  }
  .spForm__spItm {
    padding: 0 15px 0 15px;
  }
  .spForm__spItm .spForm__spMarker {
    width: 26px;
    height: 26px;
  }
  .spForm__spCaptionItm {
    font-size: 14px;
    padding: 20px 45px 20px 40px;
  }
  .spForm__spDig {
    font-size: 18px;
  }
  .spForm__spContent {
    font-size: 14px;
  }
  .spForm__spContent ul {
    margin: 15px 0;
  }
  .spForm__spContent ul li:before {
    content: '';
    top: 5px;
    border-radius: 50%;
  }
  .spForm__spContent ul li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 350px) {
  .spForm__formBtns {
    -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;
  }
  .spForm__formBtn {
    width: 100%;
    max-width: 170px;
  }
}
.onlTxt {
  padding: 35px 0 70px;
}
.onlTxt:has(.hdnTxtBtn.active) .onlTxt__container {
  height: unset;
  overflow: unset;
}
.onlTxt:has(.hdnTxtBtn.active) .onlTxt__container:before {
  display: none;
}
.onlTxt__container {
  color: #1a2241;
  position: relative;
}
.onlTxt__container:before {
  content: '';
  display: none;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #f6f7fb;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #f6f7fb), to(rgba(246,247,251,0)));
  background: linear-gradient(0deg, #f6f7fb 20%, rgba(246,247,251,0) 100%);
}
.onlTxt__container.hide {
  height: 150px;
  overflow: hidden;
}
.onlTxt__container.hide:before {
  display: block;
}
.onlTxt__container p + p {
  margin-top: 15px;
}
.onlTxt__container h2,
.onlTxt__container h3,
.onlTxt__container h4 {
  font-weight: 800;
  margin-top: 25px;
  margin-bottom: 10px;
}
.onlTxt__container h2 {
  font-size: 18px;
}
.onlTxt__container h3 {
  font-size: 16px;
}
.onlTxt__container h3 {
  font-size: 14px;
}
.onlTxt__container a {
  color: #f82455;
}
.onlTxt__container a:hover {
  text-decoration: underline;
}
.onlTxt__container ul {
  margin: 20px 0;
}
.onlTxt__container ul li {
  padding-left: 15px;
  position: relative;
}
.onlTxt__container ul li:before {
  content: '';
  top: 6px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff;
  background: #f82455;
  z-index: 2;
}
.onlTxt__container ul li + li {
  margin-top: 20px;
}
.onlTxt__container ul li:last-child:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .onlTxt {
    padding: 25px 0 40px;
  }
}
@media screen and (max-width: 500px) {
  .onlTxt__container ul {
    margin: 15px 0;
  }
  .onlTxt__container ul li {
    padding-left: 12px;
  }
  .onlTxt__container ul li:before {
    content: '';
    top: 6px;
    width: 5px;
    height: 5px;
  }
  .onlTxt__container ul li + li {
    margin-top: 15px;
  }
}
.footer {
  background: #e7ecf2;
}
.footer__top {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__topCol {
  width: calc(20% - 8px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__topCol_mob {
  display: none;
}
.footer__topCol ul > li + li {
  margin-top: 5px;
}
.footer__topCol ul > li > a {
  color: #000;
  font-weight: 500;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__topCol ul > li > a:hover {
  color: #f82455;
}
.footer__topColH {
  color: #000;
  font-weight: 800;
  margin-bottom: 12px;
}
.footer__bottom {
  padding: 30px 0;
  border-top: 1px solid #dce1e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
.footer__bottomLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.footer__bottomLogo {
  width: 175px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__bottomLeftTxt {
  color: #000;
  font-size: 11px;
}
.footer__bottomTxtLnk,
.footer__bottomRightBottom {
  font-size: 11px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 5px;
  border-bottom: 1px dashed #f82455;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__bottomTxtLnk:hover,
.footer__bottomRightBottom:hover {
  border-bottom: 1px dashed #e7ecf2;
}
.footer__bottomRight {
  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;
  gap: 40px;
}
.footer__bottomRightCol_flx {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
.footer__bottomRightCol_mob {
  display: none;
}
.footer__bottomRightColH {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 800;
  color: #000;
}
.footer__bottomRightColRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 5px;
}
.footer__bottomRightColIc {
  max-width: 45px;
  max-height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__bottomRightColRowTxt {
  font-size: 10px;
  font-weight: 700;
  color: #f82455;
}
.footer__bottomRightTop {
  font-size: 18px;
  font-weight: 800;
  color: #2f2f2f;
  padding: 0 0 0 25px;
  background: url("../img/icons/tel.svg") center left no-repeat;
  background-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__bottomRightTop:hover {
  color: #626262;
}
.footer__bottomRightCenter {
  color: #2f2f2f;
  font-size: 12px;
  font-weight: 700;
  padding: 0 0 0 20px;
  background: url("../img/icons/mail.svg") center left no-repeat;
  background-size: 15px;
}
.footer__bottomRightCenter:hover {
  color: #626262;
}
@media screen and (max-width: 1230px) {
  .footer__bottomLeft {
    gap: 10px;
  }
  .footer__bottomLogo {
    width: 150px;
  }
  .footer__bottomLeftTxt {
    font-size: 9px;
  }
  .footer__bottomTxtLnk,
  .footer__bottomRightBottom {
    font-size: 9px;
  }
}
@media screen and (max-width: 1160px) {
  .footer__bottom {
    gap: 20px;
  }
  .footer__bottomRight {
    gap: 20px;
  }
  .footer__bottomRightTop {
    font-size: 14px;
    padding: 0 0 0 20px;
    background: url("../img/icons/tel.svg") center left no-repeat;
    background-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__container {
    padding: 0 20px;
  }
  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 10px;
  }
  .footer__topCol {
    width: calc(50% - 5px);
  }
  .footer__topCol_mob {
    display: block;
  }
  .footer__topCol_full {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .footer__topCol_full .header__centerRightImgWrp {
    width: 58px;
    height: 58px;
  }
  .footer__topCol_full .header__centerRightImgWrp:before {
    right: 4px;
    top: 6px;
  }
  .footer__topCol_full .header__centerRightTxt {
    font-size: 12px;
  }
  .footer__topCol_full .header__centerRightLnk {
    font-size: 12px;
    background: #26d166 url("../img/icons/waw.svg") center left 18px no-repeat;
    background-size: 20px;
    padding: 10px 17px 10px 46px;
  }
  .footer__bottomLeft {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__bottomLogo {
    width: 170px;
  }
  .footer__bottomLeftTxt {
    font-size: 10px;
  }
  .footer__bottomTxtLnk,
  .footer__bottomRightBottom {
    font-size: 10px;
  }
  .footer__bottomRight {
    display: none;
  }
  .footer__bottomRightCol_mob {
    display: block;
  }
  .footer__bottomRightCol_mob.footer__bottomRightCol_flx {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .footer__bottomRightColRow {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 360px) {
  .footer__bottomRightTop {
    font-size: 12px;
    padding: 0 0 0 18px;
    background: url("../img/icons/tel.svg") top 3px left no-repeat;
    background-size: 15px;
  }
}
.photoTiles {
  padding: 25px 0 60px;
}
.photoTiles__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.photoTiles__itm {
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px -3px rgba(202,202,202,0.7);
          box-shadow: 0px 4px 20px -3px rgba(202,202,202,0.7);
  padding: 15px 15px 30px;
}
.photoTiles__itmImg {
  width: 100%;
  height: 236px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.photoTiles__itmH {
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .photoTiles {
    padding: 20px 0;
  }
  .photoTiles__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .photoTiles__itmH {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .photoTiles__itmImg {
    height: 205px;
  }
}
.brcr {
  position: relative;
}
.brcr + section {
  margin-top: 0;
}
.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;
  line-height: 1.3;
}
.brcr ul > li > span {
  text-transform: lowercase;
}
.brcr ul a {
  color: #f82455;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 700;
}
.brcr ul a:hover {
  text-decoration: underline;
}
.brcr ul .divider {
  margin: 0 11px;
  font-size: 13px;
}
.mapTiles {
  padding-bottom: 75px;
}
.mapTiles__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 17px 1fr 17px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.mapTiles__itm {
  background: #fff;
  border-radius: 15px;
  padding: 20px 20px 20px 80px;
  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;
}
.mapTiles__itm_adr {
  background: #fff url("../img/icons/adr.svg") center left 23px no-repeat;
  background-size: 35px 35px;
}
.mapTiles__itm_phone {
  background: #fff url("../img/icons/tel.svg") center left 23px no-repeat;
  background-size: 35px 35px;
}
.mapTiles__itm_mail {
  background: #fff url("../img/icons/mail.svg") center left 23px no-repeat;
  background-size: 30px 30px;
}
.mapTiles__itm_mes {
  background: #fff url("../img/icons/wag.svg") center left 23px no-repeat;
  background-size: 30px 30px;
}
.mapTiles__itm_map {
  height: 470px;
  padding: 17px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1/5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
}
.mapTiles__itmH {
  font-weight: 700;
  color: #f82455;
}
.mapTiles__itmTxt {
  margin-top: 5px;
  font-weight: 700;
  color: #1a2241;
}
.mapTiles a.mapTiles__itmTxt {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.mapTiles a.mapTiles__itmTxt:hover {
  color: #f82455;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .mapTiles {
    padding-bottom: 35px;
  }
  .mapTiles__row {
    gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .mapTiles__itm {
    grid-row: unset;
    grid-column: unset;
  }
  .mapTiles__itm_map {
    height: 290px;
  }
}
.modal__video {
  position: relative;
  background: #000;
  width: 100%;
  max-width: 700px;
  height: 395px;
  padding: 0;
  border-radius: 0;
}
.modal__video .modal__close {
  top: -25px;
  right: -25px;
}
.modal__video .modal__close:before,
.modal__video .modal__close:after {
  background: #fff;
}
.modal__overlay {
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 999;
  display: none;
}
.modal__overlay_thanks .modal__modal {
  height: 249px;
  padding: 60px 40px;
}
.modal__overlay_thanks .modal__heading {
  font-size: 18px;
}
.modal__overlay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__overlay .txtForm__right {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 400px;
}
.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
  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;
  cursor: pointer;
}
.modal__close:before,
.modal__close:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__close:hover:before,
.modal__close:hover:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  background: ltxt;
}
.modal__close:hover:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .modal__video {
    height: 395px;
    padding: 0;
    border-radius: 0;
  }
  .modal__video .modal__close {
    top: -25px;
    right: -25px;
  }
  .modal__overlay {
    background: rgba(45,49,120,0.6);
  }
  .modal__overlay_thanks .modal__modal {
    height: 249px;
    padding: 20px 12px 40px;
  }
  .modal__overlay .txtForm__right {
    margin-top: unset;
  }
  .modal__modal {
    width: 100%;
    height: 528px;
    padding: 20px 12px 25px;
  }
  .modal__heading,
  .modal__desc,
  .modal__form,
  .modal__formBtn {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .modal__heading {
    padding: 0 30px;
  }
  .modal__desc {
    margin-top: 10px;
  }
  .modal__form {
    margin-top: 10px;
  }
  .modal__close {
    top: 20px;
    right: 12px;
  }
  .modal__formBtn {
    width: 296px;
    max-width: 100%;
    margin-top: unset;
  }
}
@media screen and (max-width: 750px) {
  .modal__video {
    height: 60vw;
  }
  .modal__video .modal__close {
    top: -25px;
    right: 5px;
  }
}
.nfp__container {
  text-align: center;
  padding: 60px 0 130px;
  color: #252525;
}
.nfp__errName {
  font-size: 196px;
  font-weight: 700;
  color: #f82455;
}
.nfp__heading {
  font-size: 30px;
  font-weight: 700;
  margin: 20px 0 30px 0;
}
.nfp__text {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.3;
}
.nfp__btn {
  padding: 10px 20px;
  margin: 35px auto 0;
  width: 300px;
  height: 55px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .nfp__errName {
    font-size: 100px;
  }
  .nfp__heading {
    font-size: 20px;
    margin: 30px 0 30px 0;
  }
  .nfp__text {
    font-size: 14px;
  }
  .nfp__btn {
    padding: 10px;
    width: 100%;
    max-width: 280px;
    height: 50px;
    font-size: 14px;
  }
}
.calc {
  padding: 40px 0;
}
.calc__sHeading {
  margin-bottom: 20px;
  color: #1a2241;
  font-size: 16px;
  font-weight: 800;
}
.calc__sHeading span {
  color: #f82455;
}
.calc__row {
  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__leftTopRow {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.calc__left {
  width: 64%;
  padding-bottom: 40px;
}
.calc__carRow {
  width: 225px;
}
.calc__selectLbl,
.calc__carLbl {
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.calc__radioWrp input[type=radio] {
  display: none;
}
.calc__radioWrp input[type=radio]:checked + label:before {
  outline: 3px solid #ff7493;
  outline-offset: -3px;
  background: #f82455;
}
.calc__radioWrp label {
  position: relative;
  padding-left: 35px;
  font-size: 13px;
  font-weight: 700;
  color: #1a2241;
}
.calc__radioWrp label:before {
  content: '';
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  outline: 2px solid #f82455;
  outline-offset: -2px;
}
.calc__radioWrp + .calc__radioWrp {
  margin-top: 10px;
}
.calc__rangeRow {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.calc__rangeWrp {
  width: 72%;
  padding-top: 22px;
  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: 14px;
  font-weight: 700;
  color: #1a2241;
  text-align: center;
}
.calc__range {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: #f82455;
  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: 61px;
  height: 22px;
  background: #f82455 url("../img/icons/range.svg") center no-repeat;
  background-size: 15%;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
}
.calc__range::-webkit-slider-thumb:after {
  content: '';
  left: 10px;
  top: 30px;
  width: 20px;
  height: 20px;
  background: #0063ff;
}
.calc__range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  width: 63px;
  height: 23px;
  background: #f82455 url("../img/icons/range.svg") center no-repeat;
  background-size: 15%;
  border-radius: 50%;
  cursor: pointer;
}
.calc__rangeBtm {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.calc__rangeRightWrp {
  margin-bottom: 20px;
}
.calc__rangeRightH {
  font-weight: 600;
}
.calc__rangeInp {
  width: 100px;
  background: none;
  padding: 5px 0;
  color: #1a2241;
  font-weight: 800;
  border-bottom: 1px solid #f82455;
}
.calc__optionsWrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calc__optionsItm {
  width: calc(50% - 15px);
  min-height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 11px;
  font-weight: 600;
  border-bottom: 1px solid #f82455;
  padding: 15px 0;
}
.calc__optionsItmAmountWrp {
  margin-left: auto;
}
.calc__optionsItmAmountPM {
  width: 70px;
  position: relative;
  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;
  gap: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  flex-shrink: 0;
}
.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: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  font-size: 14px;
  background: #f82455;
  border-radius: 5px;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.calc__optionsItmAmountMinus:hover,
.calc__optionsItmAmountPlus:hover {
  opacity: 0.7;
}
.calc__optionsItmCond {
  width: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.calc__chbRow {
  margin-top: 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;
}
.calc__chbRowLbl {
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.calc__chbList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 10px;
  width: 72%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.calc__formChb {
  position: absolute;
  z-index: -100;
  opacity: 0;
  display: none;
}
.calc__formChb+label {
  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;
  line-height: 1.4;
  color: orng;
  background: #fff;
  border: 2px solid orng;
  border-radius: 5px;
  padding-left: 34px;
  position: relative;
  font-size: 10px;
  font-weight: 500;
  padding: 10px 5px 10px 37px;
}
.calc__formChb+label:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid orng;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  background: #fff;
}
.calc__formChb:checked+label:before {
  background: #fff url("../img/tables/mark.svg") center no-repeat;
  background-size: 20px 20px;
}
.calc__right {
  width: 30%;
}
.calc__resItm {
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  color: #1a2241;
}
.calc__resItm + .calc__resItm {
  margin-top: 15px;
}
.calc__resItmPrice {
  margin-left: auto;
}
.calc__resItmDelete {
  width: 15px;
  height: 15px;
  background: url("../img/icons/xmark.svg") center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.calc__rightTopH {
  padding: 0 5px;
  margin-bottom: 27px;
  font-weight: 700;
}
.calc__rightTopH span {
  color: #f82455;
}
.calc__rightTop {
  padding: 35px 25px 25px;
  -webkit-box-shadow: 0px 4px 20px -3px rgba(202,202,202,0.4);
          box-shadow: 0px 4px 20px -3px rgba(202,202,202,0.4);
  background: #fff;
  border-radius: 20px;
  margin-bottom: 19px;
}
.calc__rightTopTop {
  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;
  gap: 20px;
  color: #f82455;
  margin-top: 35px;
  padding: 10px 5px 0;
  border-top: 2px solid #f82455;
}
.calc__rightTopTopLeft {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  max-width: 123px;
}
.calc__rightTopTopRight {
  font-size: 16px;
  font-weight: 700;
}
.calc__formMainResult {
  font-size: 40px;
}
.calc__rightTopBtm {
  margin-top: 15px;
  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__rightTopBtmLeft {
  font-size: 12px;
  font-weight: 500;
}
.calc__rightBtm {
  padding: 35px 25px 25px;
  -webkit-box-shadow: 0px 4px 20px -3px rgba(202,202,202,0.4);
          box-shadow: 0px 4px 20px -3px rgba(202,202,202,0.4);
  background: #fff;
  border-radius: 20px;
}
.calc__discWrp {
  color: #fff;
  background: orng;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 7px;
  line-height: 1.2;
}
.calc__switcherChb {
  position: absolute;
  z-index: -100;
  opacity: 0;
  display: none;
}
.calc__switcherChb+label {
  width: 80px;
  height: 35px;
  background: #ebebeb;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 4px;
  font-size: 0;
  color: rgba(0,0,0,0);
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.calc__switcherChb+label:before {
  content: '';
  position: relative;
  width: 27px;
  height: 27px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.calc__switcherChb:checked+label {
  background: orng;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.calc__switcher {
  width: 80px;
  height: 35px;
  background: #ebebeb;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 4px;
}
.calc__switcherCirc {
  width: 27px;
  height: 27px;
  background: #fff;
  border-radius: 50%;
}
.calc__rightH {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}
.calc__rightInp {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  border-radius: 12px;
  background-color: #f1f1f1;
  color: #8c8c8c;
  width: 100%;
  height: 68px;
  padding: 5px 30px;
}
.calc__rightInp::-webkit-input-placeholder {
  font-size: 14px;
  color: #8c8c8c;
}
.calc__rightInp:-moz-placeholder {
  font-size: 14px;
  color: #8c8c8c;
}
.calc__rightInp:-ms-input-placeholder {
  font-size: 14px;
  color: #8c8c8c;
}
.calc__yesChb {
  position: absolute;
  z-index: -100;
  opacity: 0;
  display: none;
}
.calc__yesChb+label {
  margin-top: 15px;
  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;
  font-size: 12px;
  line-height: 1.4;
  padding-left: 30px;
  position: relative;
}
.calc__yesChb+label a {
  color: orng;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.calc__yesChb+label a:hover {
  text-decoration: underline;
}
.calc__yesChb+label:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid orng;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: #fff;
}
.calc__yesChb:checked+label:before {
  background: #fff url("../img/tables/mark.svg") center no-repeat;
  background-size: 20px 20px;
}
.calc__rightBtn {
  margin-top: 15px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 40px;
  width: 100%;
  height: 70px;
  border-radius: 14px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(255,133,98,0.3);
          box-shadow: 0px 5px 15px 0px rgba(255,133,98,0.3);
  background: -webkit-gradient(linear, left top, right top, from(#fa7b79), to(#ff9e5f));
  background: linear-gradient(90deg, #fa7b79 0%, #ff9e5f 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.calc__rightBtn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: -webkit-gradient(linear, left top, right top, from(#ff9e5f), to(#fa7b79));
  background: linear-gradient(90deg, #ff9e5f 0%, #fa7b79 100%);
}
@media screen and (max-width: 1024px) {
  .calc__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .calc__left,
  .calc__right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .calc__sHeading {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .calc__leftTopRow {
    margin-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .calc__rangeRow {
    margin-bottom: 30px;
    -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;
    gap: 5px;
  }
  .calc__rangeWrp {
    width: 100%;
  }
  .calc__optionsItmAmountPM {
    width: 60px;
  }
  .calc__optionsItmCond {
    width: 60px;
  }
  .calc__optionsWrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .calc__optionsItm {
    width: 100%;
    min-height: 55px;
  }
}
@media screen and (max-width: 360px) {
  .calc__rightTopTopLeft {
    font-size: 12px;
  }
  .calc__formMainResult {
    font-size: 30px;
  }
}
