@font-face {
  font-family: "TildaSans";
  src: url("../fonts/TildaSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TildaSans";
  src: url("../fonts/TildaSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "TildaSans";
  src: url("../fonts/TildaSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "TildaSans";
  src: url("../fonts/TildaSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TildaSans";
  src: url("../fonts/TildaSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "TildaSans";
  src: url("../fonts/TildaSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "TildaSans";
  src: url("../fonts/TildaSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  display: block;
  position: absolute;
}
:focus,
:active {
  outline: none;
}
a {
  -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 {
  line-height: 1;
  font-size: 14px;
  font-family: "TildaSans", sans-serif;
  color: #000;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-display: swap;
}
input,
button,
textarea {
  font-family: "TildaSans", 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 {
  background: #f2f6f9;
}
.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: 38px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 10px;
}
.blockDesc {
  color: #7b8399;
  font-size: 20px;
  line-height: 1.3;
}
.topWrp {
  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: 30px;
}
.topWrp > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  padding: 5px 30px;
  border-radius: 15px;
  background: #f82455;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.topWrp > a:hover {
  opacity: 0.9;
}
.btmBtn {
  display: none;
}
.videoTileLnk {
  position: relative;
  cursor: pointer;
}
.videoTileLnk:before {
  content: "";
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #f82455 url("../img/icons/play.svg") center no-repeat;
  background-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: 2px solid rgba(248, 36, 85, 0.8);
  -webkit-animation: pulsate infinite 1s;
  animation: pulsate infinite 1s;
}
@-webkit-keyframes pulsate {
  0% {
    outline: 2px solid rgba(248, 36, 85, 0.8);
    outline-offset: 1px;
  }
  100% {
    outline: 2px solid rgba(248, 36, 85, 0);
    outline-offset: 20px;
  }
}
@keyframes pulsate {
  0% {
    outline: 2px solid rgba(248, 36, 85, 0.8);
    outline-offset: 1px;
  }
  100% {
    outline: 2px solid rgba(248, 36, 85, 0);
    outline-offset: 20px;
  }
}
.videoTileLnk:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  z-index: 9;
}
.videoTileLnk:hover:before {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}
.nmt {
  margin-top: 0 !important;
}
.smt {
  margin-top: 40px !important;
}
.hdnTile {
  display: none;
}
.hdnTile.active {
  display: block;
}
.hdnTileBtn {
  display: none;
}
.hdnTileBtn.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.content {
  margin-top: 70px;
}
.content__container {
  padding: 35px 45px;
  background: #fff;
  border-radius: 30px;
  line-height: 1.5;
  font-size: 18px;
}
.content__container p {
  margin-bottom: 30px;
}
.content__container p:last-child {
  margin-bottom: 0;
}
.content__container h1 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 30px;
}
.content__container h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.content__container h2,
.content__container h3,
.content__container h4 {
  font-weight: 700;
}
.content__container a {
  color: #f82455;
}
.content__container a:hover {
  text-decoration: underline;
}
.content__container ul {
  margin: 20px 0;
}
.content__container ul li {
  padding-left: 15px;
  position: relative;
}
.content__container ul li:before {
  content: "";
  top: 10px;
  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;
}
.content__container ul li:after {
  content: "";
  top: 0;
  left: 3px;
  width: 1px;
  height: calc(100% + 50px);
  background: #f82455;
}
.content__container ul li + li {
  margin-top: 20px;
}
.content__container ul li:last-child:after {
  display: none;
}
.siteMap {
  margin-top: 70px;
}
.siteMap__container {
  padding: 35px 45px;
  background: #fff;
  border-radius: 30px;
  line-height: 1.5;
  font-size: 18px;
}
.siteMap__container p {
  margin-bottom: 30px;
}
.siteMap__container p:last-child {
  margin-bottom: 0;
}
.siteMap__container h1 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 30px;
}
.siteMap__container ul li {
  position: relative;
  padding-left: 15px;
}
.siteMap__container ul li:before {
  content: "";
  width: 5px;
  height: 2px;
  background: #f82455;
  left: 0;
  top: 14px;
}
.siteMap__container ul li a {
  color: #f82455;
}
.siteMap__container ul li a[href]:hover {
  text-decoration: underline;
}
.siteMap__container ul li + li {
  margin-top: 10px;
}
.siteMap__container ul li > ul {
  margin: 5px 0 0 15px;
}
@media screen and (max-width: 1280px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .topWrp > a {
    display: none;
  }
  .btmBtn {
    margin: 30px auto 0;
    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;
    height: 50px;
    width: 100%;
    max-width: 275px;
    padding: 5px 10px;
    border-radius: 15px;
    background: #f82455;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
  .btmBtn:hover {
    opacity: 0.9;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 13px;
    padding-right: 13px;
  }
  .sHeading {
    font-size: 30px;
    font-weight: 800;
  }
}
@media screen and (max-width: 500px) {
  .sHeading {
    font-size: 22px;
  }
  .blockDesc {
    font-size: 16px;
  }
  .content {
    margin-top: 40px;
  }
  .content__container {
    font-size: 16px;
  }
  .content__container p {
    margin-bottom: 25px;
  }
  .content__container p:last-child {
    margin-bottom: 0;
  }
  .content__container h1 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .content__container h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .siteMap {
    margin-top: 40px;
  }
  .siteMap__container {
    font-size: 16px;
  }
  .siteMap__container h1 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.header {
  position: relative;
  z-index: 10;
}
.header.forFixed {
  padding-top: 65px;
  z-index: 222;
}
.header__top {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
}
.header__top > .header__cityListWrp {
  display: none;
}
.header__logo {
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logoImg {
  max-width: 180px;
  max-height: 180px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: invert();
}
.header__logoTxt {
  font-size: 13px;
  line-height: 1.2;
  color: #000;
  text-align: left;
  margin: 0 0 3px 15px;
  color: #2f2f2f;
}
.header__contacts {
  width: 71%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.header__contacts_mob {
  display: none;
}
.header__sTxt {
  padding-left: 34px;
  max-width: 240px;
  font-size: 13px;
  font-weight: 600;
  color: #2f2f2f;
  background: url("../img/header/adress.svg") left center no-repeat;
  background-size: 27px;
}
.header__sTxt > .header__cityListWrp > .header__cityListItmCurrent {
  display: none;
}
.header__sTxtTop {
  line-height: 1.3;
  position: relative;
}
.header__sTxtBottom {
  display: block;
  margin-top: 1px;
}
.header__iconsTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
}
.header__photoTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__photoWrp {
  width: 37px;
  height: 37px;
  position: relative;
  margin-right: 10px;
}
.header__photoWrp:after {
  content: "";
  bottom: 0;
  right: 0;
  width: 7px;
  height: 7px;
  background: #96df92;
  -webkit-box-shadow: 0px 0px 0px 2px #f9f9f9;
  box-shadow: 0px 0px 0px 2px #f9f9f9;
  border-radius: 50%;
}
.header__photoWrp.blink:after {
  -webkit-animation-name: blinker;
  animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1, 2, 0, 1);
  animation-timing-function: cubic-bezier(1, 2, 0, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.header__photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__photoTxtCont {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  color: #2f2f2f;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__icons {
  margin-left: 15px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__icon {
  width: 30px;
  height: 30px;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__icon:hover {
  opacity: 0.7;
}
.header__icon_wa {
  background: url("../img/header/wa.svg") center no-repeat;
  background-size: 100%;
}
.header__icon_tg {
  background: url("../img/header/tg.svg") center no-repeat;
  background-size: 100%;
}
.header__icon_yt {
  background: url("../img/header/yt.svg") center no-repeat;
  background-size: 100%;
}
.header__txt {
  text-align: right;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__txtTop {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  color: #2f2f2f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__txtTop:hover {
  color: #585858;
}
.header__txtBottom {
  font-size: 13px;
  color: #2f2f2f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__txtBottom:hover {
  color: #585858;
}
.header__link {
  margin-left: 25px;
  width: 200px;
  height: 55px;
  color: #fff;
  background: #0062ff;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  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-weight: 700;
}
.header__link:hover {
  opacity: 0.8;
}
.header__bottom {
  height: 65px;
  background: #fff;
}
.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;
}
.header__menuWrp {
  max-width: 1200px;
  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: #000;
  font-size: 18px;
  font-weight: 500;
  -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.current-menu-item > a {
  font-weight: 700;
}
.header__menuWrp > ul > li.menu-item-has-children > a {
  padding-right: 22px;
  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: #f82455;
  font-weight: 700;
}
.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: 65px;
  padding: 45px 15px;
}
.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: 25%;
  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 {
  line-height: 1.3;
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__menuWrp > ul > li.menu-item-has-children:hover > ul > li > a:hover,
.header__menuWrp > ul > li.menu-item-has-children.active > ul > li > a:hover {
  color: #f82455;
}
.header__menuWrp
  > ul
  > li.menu-item-has-children:hover
  > ul
  > li.current-menu-item
  > a,
.header__menuWrp
  > ul
  > li.menu-item-has-children.active
  > ul
  > li.current-menu-item
  > a {
  color: #f82455;
  font-weight: 700;
}
.header__menuWrp > ul > li.menu-item-has-children:hover > ul > li:has(ul) > a,
.header__menuWrp > ul > li.menu-item-has-children.active > ul > li:has(ul) > a {
  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: #f82455;
}
.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: #f82455;
  font-weight: 700;
}
.header__menuWrp > ul > li.menu-item-has-children:hover > ul > li.twocols,
.header__menuWrp > ul > li.menu-item-has-children.active > ul > li.twocols {
  width: 34%;
}
.header__menuWrp > ul > li.menu-item-has-children:hover > ul > li.twocols_wide,
.header__menuWrp
  > ul
  > li.menu-item-has-children.active
  > ul
  > li.twocols_wide {
  width: 47%;
}
.header__menuWrp > ul > li.menu-item-has-children:hover > ul > li.twocols > ul,
.header__menuWrp
  > ul
  > li.menu-item-has-children.active
  > ul
  > li.twocols
  > ul {
  -webkit-column-width: 48%;
  -moz-column-width: 48%;
  column-width: 48%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 4%;
  -moz-column-gap: 4%;
  column-gap: 4%;
}
.header__menuWrp > ul > li.narrow_sub:hover,
.header__menuWrp > ul > li.narrow_sub.active {
  position: relative;
}
.header__menuWrp > ul > li.narrow_sub:hover > ul,
.header__menuWrp > ul > li.narrow_sub.active > ul {
  width: auto;
  min-width: 360px;
  left: -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: "TildaSans", 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;
  font-weight: 700;
}
.header__menuWrp > ul > li.narrow_sub.superNarrow > ul {
  min-width: unset;
  width: 280px;
}
.header__menuWrp > ul > li.narrow_sub.midNarrow > ul {
  min-width: unset;
  width: 250px;
}
.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__phoneMobTop {
  display: none;
}
.header__burger {
  display: none;
}
.body.admin-bar .header.fixed {
  top: 32px;
}
@media screen and (max-width: 1280px) {
  .header__container {
    width: 100%;
    padding: 0;
  }
  .header__top {
    max-width: unset;
    padding-left: 25px;
    padding-right: 25px;
  }
  .header__contacts {
    width: 65%;
  }
  .header__photoTxt {
    display: none;
  }
  .header__icons {
    margin-left: 5px;
  }
  .header__txt {
    margin-left: 10px;
  }
  .header__link {
    margin-left: 15px;
    width: 150px;
  }
  .header__bottom {
    padding-left: 25px;
    padding-right: 25px;
  }
  .header__bottom.fixed .header__menuWrp {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1160px) {
  .header__menuWrp > ul > li {
    margin-left: 10px;
  }
  .header__menuWrp > ul > li > a {
    font-size: 17px;
  }
  .header__menuWrp > ul > li.menu-item-has-children > a {
    padding-right: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    background: none;
  }
  .header__container {
    padding-left: 13px;
    padding-right: 13px;
  }
  .header.showPanel {
    width: 100%;
  }
  .header.showPanel .header__contacts_mob {
    width: 100%;
    margin: auto 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
  }
  .header.showPanel .header__sTxt {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 34px;
    background: url("../img/header/adress.svg") right center no-repeat;
    background-size: 27px;
  }
  .header.showPanel .header__sTxtBottom {
    line-height: 1.3;
  }
  .header.showPanel .header__iconsTxt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .header.showPanel .header__icons {
    width: 72px;
    height: 27px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 13px;
  }
  .header.showPanel .header__txt {
    margin: 0;
    text-align: right;
  }
  .header.showPanel .header__txtBottom {
    display: block;
    margin-top: 10px;
  }
  .header.showPanel .header__link {
    width: 184px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 15px;
  }
  .header.showPanel .header__bottom {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 88.44%;
    max-width: 283px;
    min-height: 100vh;
    margin: 0 0 0 auto;
    padding: 70px 14px;
    -webkit-box-shadow: 0px 16px 73px rgba(207, 214, 223, 0.55);
    box-shadow: 0px 16px 73px rgba(207, 214, 223, 0.55);
    background: #fff;
    z-index: 2;
    overflow-y: auto;
  }
  .header.showPanel .header__menuWrp {
    padding: 0 0 50px;
    margin: 0;
    height: auto;
  }
  .header.showPanel .header__menuWrp > ul {
    display: block;
  }
  .header.showPanel .header__menuWrp > ul > li {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .header.showPanel .header__menuWrp > ul > li.menu-item-has-children {
    padding-left: 80px;
    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 left no-repeat;
  }
  .header.showPanel .header__menuWrp > ul > li.menu-item-has-children > a {
    padding-right: 0;
    background: unset;
  }
  .header.showPanel
    .header__menuWrp
    > ul
    > li.menu-item-has-children
    > ul
    > li
    > a {
    font-size: 14px;
  }
  .header.showPanel .header__menuWrp > ul > li > a {
    line-height: 24px;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header.showPanel .header__menuWrp > ul > li:hover > a {
    color: dgr;
  }
  .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 left no-repeat;
    margin-bottom: 40px;
  }
  .header.showPanel .header__menuWrp > ul > li.active > a {
    color: #f82455;
  }
  .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;
    width: 100%;
    padding: 0;
    top: 10px;
    left: -95px;
    min-width: unset;
    width: calc(100% + 109px);
  }
  .header.showPanel .header__menuWrp > ul > li.active > ul:before {
    display: none;
  }
  .header.showPanel .header__menuWrp > ul > li.active > ul > li {
    width: 100%;
    border-right: none;
    border-top: 1px solid rgba(183, 187, 199, 0.57);
    padding: 10px 0 0;
    text-align: right;
  }
  .header.showPanel .header__menuWrp > ul > li.active > ul > li:first-child {
    border: none;
  }
  .header.showPanel .header__menuWrp > ul > li.active > ul > li.twocols,
  .header.showPanel .header__menuWrp > ul > li.active > ul > li.twocols_wide {
    width: 100%;
  }
  .header.showPanel .header__menuWrp > ul > li.active > ul > li.twocols ~ li,
  .header.showPanel
    .header__menuWrp
    > ul
    > li.active
    > ul
    > li.twocols_wide
    ~ li {
    width: 100%;
  }
  .header.showPanel .header__menuWrp > ul > li.active > ul > li.twocols > ul,
  .header.showPanel
    .header__menuWrp
    > ul
    > li.active
    > ul
    > li.twocols_wide
    > ul {
    -webkit-column-width: unset;
    -moz-column-width: unset;
    column-width: unset;
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
  }
  .header.showPanel .header__menuWrp > ul > li.active > ul > li > a {
    text-align: right;
    padding: 0 16px 0 16px;
  }
  .header.showPanel .header__menuWrp > ul > li.active > ul > li > ul {
    padding-bottom: 7px;
  }
  .header.showPanel .header__menuWrp > ul > li.active > ul > li > ul > li > a {
    padding: 0 16px 0 16px;
  }
  .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__burger {
    right: 15px;
    top: 20px;
    width: 23px;
    height: 23px;
    z-index: 10;
  }
  .header.showPanel .header__burger span {
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
  }
  .header.showPanel .header__burger span:first-child {
    width: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header.showPanel .header__burger span:last-child {
    display: none;
  }
  .header.showPanel .header__burger:before {
    content: "";
    top: -30px;
    right: -15px;
    width: 88.44vw;
    max-width: 283px;
    height: 75px;
    background: #fff;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(255, 255, 255, 0)),
      color-stop(15%, #fff),
      to(#fff)
    );
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0) 0%,
      #fff 15%,
      #fff 100%
    );
  }
  .header__top {
    height: 83px;
    padding: 5px 0;
  }
  .header__logo,
  .header__logoImg {
    width: 117px;
  }
  .header__logoTxt,
  .header__contacts {
    display: none;
  }
  .header__bottom {
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .header__phoneMobTop {
    height: 30px;
    padding: 3px 15px;
    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;
    margin-left: auto;
    margin-right: 50px;
    background: #f82455;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 16px;
  }
  .header__burger {
    position: absolute;
    right: 15px;
    top: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 30px;
    height: 21px;
  }
  .header__burger span {
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: #020429;
  }
  .header__burger span:first-child {
    width: 85%;
  }
  .header__burger span:last-child {
    width: 60%;
  }
  .body_in .header {
    background: #fff;
  }
}
@media screen and (max-width: 360px) {
  .header__logo,
  .header__logoImg {
    width: 100px;
  }
  .header__phoneMobTop {
    margin-right: 45px;
    padding: 3px 10px;
  }
}
.topBanner {
  margin-top: 30px;
}
.topBanner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.topBanner__left,
.topBanner__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.topBanner__left {
  width: calc(74.58% - 5px);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
  padding: 100px 65px;
  color: #fff;
  position: relative;
}
.topBanner__bgImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  z-index: -1;
  -webkit-filter: brightness(45%);
  filter: brightness(45%);
}
.topBanner__leftH {
  font-size: 45px;
  font-weight: 800;
  line-height: 1.1;
}
.topBanner__leftH + .topBanner__leftTxt,
.topBanner__leftH + .topBanner__leftLnk {
  margin-top: 20px;
}
.topBanner__leftTxt {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.55;
}
.topBanner__leftTxt + .topBanner__leftLnk {
  margin-top: 50px;
}
.topBanner__leftLnk {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 50px;
  height: 60px;
  color: #fff;
  background: #f82455;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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);
  transition: all 0.3s;
}
.topBanner__leftLnk:hover {
  opacity: 0.9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.topBanner__right {
  width: calc(25% - 5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.topBanner__rightItm {
  padding: 35px 25px 25px;
  background: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.topBanner__rightItmH {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}
.topBanner__rightItmTxt {
  font-size: 16px;
  margin-bottom: 20px;
}
.topBanner__rightItmBtm {
  font-size: 25px;
  font-weight: 800;
  color: #0062ff;
  margin-top: auto;
}
.topBanner__rightItmBtm span {
  font-size: 68px;
}
.topBanner__rightItmTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 10px;
}
.topBanner__rightItmTopLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topBanner__rightItmContStars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topBanner__itmStar {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}
.topBanner__rightItmTopTxt {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .topBanner {
    margin-top: 25px;
  }
  .topBanner__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .topBanner__left {
    width: 100%;
  }
  .topBanner__right {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .topBanner__rightItm {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 500px) {
  .topBanner {
    margin-top: 0;
  }
  .topBanner__left {
    width: 100vw;
    margin: 0 -13px;
    padding: 65px 13px;
    border-radius: 0;
  }
  .topBanner__leftH {
    font-size: 25px;
  }
  .topBanner__leftTxt {
    font-size: 18px;
  }
  .topBanner__leftTxt br {
    display: none;
  }
  .topBanner__leftTxt + .topBanner__leftLnk {
    margin-top: 45px;
  }
  .topBanner__leftLnk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 330px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
  }
  .topBanner__right {
    gap: 10px;
  }
  .topBanner__rightItm {
    padding: 30px 18px 18px;
    width: calc(50% - 5px);
  }
  .topBanner__rightItmTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 15px;
  }
  .topBanner__rightItmH {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .topBanner__rightItmTxt {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .topBanner__rightItmTopTxt {
    font-size: 16px;
  }
  .topBanner__rightItmTopImg {
    max-width: 60%;
  }
  .topBanner__rightItmBtm {
    font-size: 16px;
  }
  .topBanner__rightItmBtm span {
    font-size: 42px;
  }
}
@media screen and (max-width: 350px) {
  .topBanner__rightItmBtm span {
    font-size: 30px;
  }
}
.txtVid {
  margin-top: 70px;
}
.txtVid__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.txtVid__txt {
  max-width: 620px;
  font-size: 20px;
  line-height: 1.3;
}
.txtVid__txt p + p {
  margin-top: 20px;
}
.txtVid__heading {
  margin-bottom: 30px;
}
.txtVid__vidWrp {
  position: relative;
  width: 580px;
  height: 390px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}
.txtVid__vidPrev {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  z-index: -1;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}
@media screen and (max-width: 1024px) {
  .txtVid__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .txtVid__txt,
  .txtVid__vidWrp {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .txtVid {
    margin-top: 40px;
  }
  .txtVid__container {
    gap: 30px;
  }
  .txtVid__heading {
    margin-bottom: 20px;
  }
  .txtVid__txt {
    font-size: 18px;
    line-height: 1.3;
  }
  .txtVid__txt p + p {
    margin-top: 10px;
  }
  .txtVid__vidWrp {
    height: 250px;
  }
}
.tilesCar {
  margin-top: 60px;
}
.tilesCar__carousel {
  margin-top: 35px;
}
.tilesCar__itm {
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tilesCar__itm:hover {
  opacity: 0.6;
}
.tilesCar__itmImgWrp {
  width: 100%;
  height: 105px;
  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;
}
.tilesCar__itmImg {
  width: 90%;
  -o-object-fit: contain;
  object-fit: contain;
}
.tilesCar__itmTxt {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.tilesCar__arrows {
  position: absolute;
  width: calc(100% + 140px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tilesCar__arrow {
  width: 40px;
  height: 40px;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  background: #f82455 url("../img/tilescar/arr.svg") center no-repeat;
  background-size: 80%;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tilesCar__arrow_prev {
  -webkit-transform: scale(-1, 1) translateY(-50%);
  transform: scale(-1, 1) translateY(-50%);
}
.tilesCar__arrow:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1350px) {
  .tilesCar__arrows {
    width: calc(100% + 90px);
  }
}
@media screen and (max-width: 1250px) {
  .tilesCar__arrows {
    width: 99%;
    z-index: 2;
  }
}
@media screen and (max-width: 1024px) {
  .tilesCar__carousel {
    padding-bottom: 30px;
  }
  .tilesCar__arrows {
    display: none;
  }
  .tilesCar__pagination {
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 6px;
    bottom: 0;
    background: #fff;
    border-radius: 3px;
    padding: 0;
  }
  .tilesCar__pagination ul {
    padding: 0;
    margin: 0;
  }
  .tilesCar__pagination li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    height: 6px;
  }
  .tilesCar__paginationItm {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background: unset;
    opacity: unset;
  }
  .tilesCar__paginationItm.is-active {
    background: #f82455;
    -webkit-transform: unset;
    transform: unset;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(248, 36, 85, 0.3);
    box-shadow: 0px 5px 15px 0px rgba(248, 36, 85, 0.3);
  }
}
@media screen and (max-width: 500px) {
  .tilesCar {
    margin-top: 40px;
  }
  .tilesCar__carousel {
    margin-top: 20px;
  }
}
@media screen and (max-width: 450px) {
  .tilesCar__carousel {
    margin-right: -13px;
  }
  .tilesCar__pagination {
    width: calc(100% - 13px);
  }
}
.difTiles {
  margin-top: 80px;
}
.difTiles__row {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px auto 20px 27.5%;
  grid-template-columns: auto auto 27.5%;
  gap: 20px;
}
.difTiles__row_supDif {
  -ms-grid-columns: 1fr 26px 1fr 26px 1fr 26px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  container-type: inline-size;
}
.difTiles__row_supDif .difTiles__itm {
  padding-top: 0;
  height: auto;
  min-height: 19cqw;
}
.difTiles__row_supDif .difTiles__itm:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  height: 100%;
}
.difTiles__row_supDif .difTiles__itm:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.difTiles__row_supDif .difTiles__itm_bgIc {
  background: #0062ff;
  padding: 25px 20px;
  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;
}
.difTiles__row_supDif .difTiles__itm_bgIc .difTiles__itmH {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.difTiles__row_supDif .difTiles__itm_bgIc_box {
  background: #0062ff url("../img/diftiles/box.webp") right top 10px no-repeat;
}
.difTiles__row_supDif .difTiles__itm_bgIc_fullBox {
  background: #0062ff url("../img/diftiles/fullbox.webp") right top 10px
    no-repeat;
}
.difTiles__itm {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  padding: 20px;
  padding-top: 58.5%;
  color: #fff;
}
.difTiles__itm_big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 30px 30px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  background: #0062ff;
}
.difTiles__itmImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.difTiles__itmLabel {
  position: absolute;
  min-width: 140px;
  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;
  left: 20px;
  bottom: 20px;
  padding: 10px;
  color: #fff;
  background: #f82455;
  border-radius: 16px;
  z-index: 2;
  font-size: 18px;
  font-weight: 500;
}
.difTiles__itmBgTxt {
  position: absolute;
  left: 20px;
  top: 40px;
  font-size: 210px;
  font-weight: 800;
  color: #fff;
  opacity: 0.1;
  z-index: 0;
}
.difTiles__itmIcWrp {
  width: 66px;
  height: 66px;
}
.difTiles__itmIcWrp + .difTiles__itmH {
  margin-top: 26px;
}
.difTiles__itmIc {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.difTiles__itmH {
  font-size: 29px;
  font-weight: 800;
  line-height: 1;
}
.difTiles__itmTxt {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}
.difTiles__itmCounter {
  margin-top: 45px;
  margin-bottom: 20px;
}
.difTiles__itmCounterH,
.difTiles__itmCounterColBtm {
  opacity: 0.5;
}
.difTiles__itmCounterH {
  font-size: 18px;
}
.difTiles__itmCounterWrp {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.difTiles__itmCounterColTop {
  font-size: 34px;
  font-weight: 800;
}
.difTiles__itmCounterColBtm {
  margin-top: 5px;
}
.difTiles__itmLnk {
  margin: auto auto 0;
  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;
  width: 100%;
  max-width: 250px;
  height: 60px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  background: #f82455;
  -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);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.difTiles__itmLnk:hover {
  opacity: 0.9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 1150px) {
  .difTiles__row_supDif .difTiles__itm_bgIc .difTiles__itmH {
    font-size: 14px;
  }
  .difTiles__row_supDif .difTiles__itm_bgIc .difTiles__itmTxt {
    font-size: 14px;
  }
  .difTiles__itmCounterWrp {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .difTiles__row {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .difTiles__row_supDif {
    -ms-grid-columns: 1fr 17px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
  }
  .difTiles__row_supDif .difTiles__itm {
    min-height: 33cqw;
  }
  .difTiles__row_supDif .difTiles__itm:nth-child(3) {
    height: 33cqw;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .difTiles__row_supDif .difTiles__itm:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .difTiles__row_supDif .difTiles__itm_bgIc .difTiles__itmH {
    font-size: 18px;
  }
  .difTiles__row_supDif .difTiles__itm_bgIc .difTiles__itmTxt {
    font-size: 18px;
  }
  .difTiles__itm_big {
    text-align: center;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .difTiles__itmIcWrp {
    margin: 0 auto;
  }
  .difTiles__itmCounter {
    margin: 45px auto 20px;
  }
}
@media screen and (max-width: 650px) {
  .difTiles__row_supDif {
    margin-top: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 17px;
  }
  .difTiles__row_supDif .difTiles__itm {
    min-height: 68cqw;
  }
  .difTiles__row_supDif .difTiles__itm:nth-child(3) {
    height: 150cqw;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .difTiles__row_supDif .difTiles__itm:nth-child(5) {
    height: 47cqw;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 500px) {
  .difTiles {
    margin-top: 40px;
  }
  .difTiles__row {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
  .difTiles__itm_big {
    text-align: left;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .difTiles__itmIcWrp {
    margin: 0 auto 0 0;
  }
  .difTiles__itmCounter {
    margin: 45px auto 20px 0;
    width: 100%;
    max-width: 260px;
  }
  .difTiles__itmLabel {
    min-width: 120px;
    left: 10px;
    bottom: 10px;
    font-size: 14px;
  }
  .difTiles__itmCounterWrp {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .difTiles__itmCounterColBtm {
    font-size: 13px;
  }
}
.btnLiles {
  margin-top: 100px;
}
.btnLiles + .onlTxt {
  margin-top: 120px;
}
.btnLiles__lines {
  margin-top: 25px;
}
.btnLiles__line {
  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: 3%;
  padding: 10px 40px;
  background: #fff;
  border-radius: 20px;
  font-size: 16px;
}
.btnLiles__line_header {
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 18px;
  background: none;
}
.btnLiles__line + .btnLiles__line {
  margin-top: 6px;
}
.btnLiles__lineItm:first-child {
  width: 24%;
}
.btnLiles__lineItm:nth-child(2) {
  width: 55%;
}
.btnLiles__lineItm:last-child {
  width: 15%;
}
.btnLiles__lineBtn {
  min-height: 40px;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  color: #fff;
  background: #f82455;
  border-radius: 15px;
}
@media screen and (max-width: 1024px) {
  .btnLiles__lineItm:first-child {
    width: 70%;
  }
  .btnLiles__lineItm:nth-child(2) {
    display: none;
  }
  .btnLiles__lineItm:last-child {
    width: 27%;
  }
}
@media screen and (max-width: 686px) {
  .btnLiles__lineItm:first-child {
    width: 57%;
  }
  .btnLiles__lineItm:last-child {
    width: 40%;
  }
}
@media screen and (max-width: 500px) {
  .btnLiles {
    margin-top: 40px;
  }
  .btnLiles + .onlTxt {
    margin-top: 60px;
  }
  .btnLiles__line {
    padding: 7px 10px 7px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 380px) {
  .btnLiles__lineItm:first-child {
    width: 52%;
  }
  .btnLiles__lineItm:last-child {
    width: 45%;
  }
}
.tilesMobCar {
  margin-top: 100px;
}
.tilesMobCar__carousel {
  margin-top: 40px;
}
.tilesMobCar__row {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.tilesMobCar__itm {
  padding: 40px 40px;
  background: #fff;
  border-radius: 20px;
}
.tilesMobCar__itmTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  padding-right: 10px;
}
.tilesMobCar__itmTopLeft {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}
.tilesMobCar__itmTopRight {
  font-size: 63px;
  font-weight: 800;
  color: #f82455;
}
.tilesMobCar__itmBtm {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .tilesMobCar__row {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 686px) {
  .tilesMobCar__carousel {
    padding-bottom: 30px;
    margin-right: -13px;
  }
  .tilesMobCar__row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: unset;
  }
  .tilesMobCar .tilesCar__pagination {
    width: calc(100% - 13px);
  }
}
@media screen and (max-width: 500px) {
  .tilesMobCar {
    margin-top: 40px;
  }
}
@media screen and (max-width: 450px) {
  .tilesMobCar__itm {
    padding: 25px 30px;
  }
  .tilesMobCar__itmTop {
    gap: 10px;
  }
  .tilesMobCar__itmTopLeft {
    font-size: 16px;
  }
  .tilesMobCar__itmTopRight {
    font-size: 48px;
  }
  .tilesMobCar__itmBtm {
    margin-top: 15px;
    font-size: 16px;
  }
}
.calc {
  margin-top: 90px;
}
.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__left {
  width: 59%;
  padding: 5px 0 40px;
}
.calc__rangeRow {
  margin-top: 20px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.calc__rangeLbl {
  width: 23%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  padding-top: 30px;
}
.calc__rangeWrp {
  width: 74%;
  padding-top: 39px;
  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: 7px;
  font-size: 20px;
  font-weight: 700;
  color: #0062ff;
  text-align: center;
}
.calc__range {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #0062ff;
  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: 32px;
  height: 32px;
  background: #0062ff;
  border: 4px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.calc__range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  background: #0062ff;
  border: 4px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.calc__rangeBtm {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.calc__chbRow {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.calc__chbRow + .calc__chbRow {
  margin-top: 35px;
}
.calc__chbRowLbl {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  width: 20%;
}
.calc__chbList {
  width: 74%;
  -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.2;
  position: relative;
  font-size: 18px;
  padding: 10px 5px 10px 45px;
}
.calc__formChb + label:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #0062ff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.calc__formChb:checked + label:before {
  background: #0062ff url("../img/icons/mark.svg") center no-repeat;
  background-size: 13px 13px;
}
.calc__right {
  margin-top: 15px;
  width: 29%;
  padding: 40px 25px 25px;
  background: #0062ff;
  border-radius: 15px;
  color: #fff;
}
.calc__rightTop {
  padding-bottom: 24px;
  margin-bottom: 28px;
  border-bottom: 2px solid #fff;
}
.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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
}
.calc__rightTopTopLeft {
  width: 105px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.calc__rightTopTopRight {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}
.calc__formMainResult {
  font-size: 40px;
}
.calc__discWrp {
  color: #fff;
  background: #0062ff;
  border-radius: 5px;
  display: inline-block;
  padding: 3px;
  line-height: 1.2;
}
.calc__rightH {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 25px;
}
.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: 18px;
  border-radius: 20px;
  background-color: #fff;
  color: #0062ff;
  width: 100%;
  height: 68px;
  padding: 5px 30px;
}
.calc__rightInp::-webkit-input-placeholder {
  font-size: 18px;
  color: #94bdfe;
}
.calc__rightInp:-moz-placeholder {
  font-size: 18px;
  color: #94bdfe;
}
.calc__rightInp:-ms-input-placeholder {
  font-size: 18px;
  color: #94bdfe;
}
.calc__formBottom {
  width: 100%;
  max-width: 260px;
  margin: 25px auto 0;
}
.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: 13px;
  line-height: 1.3;
  padding-left: 40px;
  position: relative;
}
.calc__yesChb + label a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.calc__yesChb + label a:hover {
  text-decoration: none;
}
.calc__yesChb + label:before {
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: #f82455;
}
.calc__yesChb:checked + label:before {
  background: #f82455 url("../img/icons/mark.svg") center no-repeat;
  background-size: 13px 13px;
}
.calc__rightBtn {
  margin: 20px auto 0;
  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;
  width: 100%;
  max-width: 350px;
  height: 70px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  background: #f82455;
  -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);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.calc__rightBtn:hover {
  opacity: 0.9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 1200px) {
  .calc__left {
    width: 59%;
  }
  .calc__right {
    width: 32%;
  }
}
@media screen and (max-width: 1024px) {
  .calc__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .calc__left,
  .calc__right {
    width: 100%;
  }
  .calc__right {
    margin-top: 20px;
  }
}
@media screen and (max-width: 686px) {
  .calc__selectLbl,
  .calc__rangeLbl,
  .calc__chbRowLbl {
    font-size: 14px;
    word-wrap: break-word;
    max-width: 26%;
    padding-right: unset;
  }
}
@media screen and (max-width: 500px) {
  .calc {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .calc__left {
    padding-bottom: unset;
  }
  .calc__selectRow,
  .calc__rangeRow,
  .calc__chbRow {
    -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;
  }
  .calc__selectLbl,
  .calc__rangeLbl,
  .calc__chbRowLbl {
    width: 100%;
    max-width: unset;
    margin-bottom: 10px;
  }
  .calc__rangeLbl {
    padding-top: 0;
  }
  .calc__selectRow,
  .calc__rangeWrp,
  .calc__chbList {
    width: 100%;
  }
  .calc__selectRow + .calc__selectRow,
  .calc__rangeWrp + .calc__selectRow,
  .calc__chbList + .calc__selectRow {
    margin-top: 15px;
  }
  .calc__chbRowLbl {
    font-size: 14px;
  }
  .calc__formChb + label {
    font-size: 14px;
    padding: 10px 5px 10px 35px;
  }
  .calc__rangeResult {
    font-size: 18px;
  }
}
.imgTxtTiles {
  margin-top: 55px;
}
.imgTxtTiles_logos .imgTxtTiles__itm {
  padding: 25px 20px;
}
.imgTxtTiles_logos .imgTxtTiles__itmCont {
  padding: 20px 15px;
}
.imgTxtTiles_pngs .imgTxtTiles__itmCont {
  padding: 20px 15px;
  word-wrap: break-word;
}
.imgTxtTiles__desc {
  line-height: 1.4;
}
.imgTxtTiles__rowWrp {
  margin-top: 30px;
}
.imgTxtTiles__row {
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.imgTxtTiles__row_three {
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}
.imgTxtTiles__row_four {
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
}
.imgTxtTiles__row_horizont {
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}
.imgTxtTiles__row_horizont .imgTxtTiles__itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.imgTxtTiles__row_horizont .imgTxtTiles__itmImg {
  width: 150px;
  height: 150px;
}
.imgTxtTiles__row_horizont .imgTxtTiles__itmCont {
  padding: 0 20px 0 30px;
}
.imgTxtTiles__itm {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 12px;
  container-type: inline-size;
}
.imgTxtTiles__itmNum {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: #f82455;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.imgTxtTiles__imgWrp {
  position: relative;
}
.imgTxtTiles__itmImg {
  width: 100%;
  height: 66cqw;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.imgTxtTiles__itmLogo {
  width: 100%;
  height: 33cqw;
  -o-object-fit: contain;
  object-fit: contain;
}
.imgTxtTiles__itmCont {
  padding: 25px 15px 40px;
}
.imgTxtTiles__itmH {
  font-weight: 700;
  line-height: 1.3;
  font-size: 18px;
}
.imgTxtTiles__itmH + .imgTxtTiles__itmTxt {
  margin-top: 15px;
}
.imgTxtTiles__itmSmH {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 500;
}
.imgTxtTiles__itmLnk {
  font-weight: 700;
  line-height: 1.3;
  color: #f82455;
}
.imgTxtTiles__itmLnk:hover {
  text-decoration: underline;
}
.imgTxtTiles__itmTxt {
  font-size: 18px;
  line-height: 1.3;
}
.imgTxtTiles__itmTxt a {
  color: #f82455;
}
.imgTxtTiles__itmTxt a:hover {
  text-decoration: underline;
}
.imgTxtTiles__btmTxt {
  margin-top: 70px;
  font-size: 22px;
  line-height: 1.37;
}
@media screen and (max-width: 1024px) {
  .imgTxtTiles__rowWrp {
    width: 100vw;
    margin-left: -20px;
    margin-top: 40px;
    overflow: auto;
    padding: 0 20px 20px;
  }
  .imgTxtTiles__row {
    margin-top: 40px;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .imgTxtTiles__row_horizont {
    margin-top: 20px;
    display: block;
  }
  .imgTxtTiles__row_horizont .imgTxtTiles__itm {
    width: 100%;
  }
  .imgTxtTiles__row_horizont .imgTxtTiles__itm + .imgTxtTiles__itm {
    margin-top: 10px;
  }
  .imgTxtTiles__itmCont {
    padding: 20px;
  }
  .imgTxtTiles__itmH + .imgTxtTiles__itmTxt {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .imgTxtTiles__rowWrp {
    margin-left: -15px;
    padding: 0 15px 20px;
  }
  .imgTxtTiles__row {
    gap: 10px;
  }
  .imgTxtTiles__row_horizont .imgTxtTiles__itm {
    padding: 7px;
  }
  .imgTxtTiles__row_horizont .imgTxtTiles__itmImg {
    width: 105px;
    height: 105px;
    border-radius: 10px;
  }
  .imgTxtTiles__row_horizont .imgTxtTiles__itmCont {
    padding: 0 10px 0 10px;
  }
  .imgTxtTiles__row_horizont .imgTxtTiles__itmTxt {
    line-height: 1.2;
  }
}
@media screen and (max-width: 500px) {
  .imgTxtTiles {
    margin-top: 40px;
  }
  .imgTxtTiles_logos .imgTxtTiles__row {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
  .imgTxtTiles__row {
    gap: 12px;
  }
  .imgTxtTiles__row_horizont .imgTxtTiles__itmTxt {
    font-size: 13px;
  }
  .imgTxtTiles__row_horizont .imgTxtTiles__itmNum {
    top: 5px;
    right: 5px;
    width: 22px;
    height: 22px;
    font-size: 14px;
  }
  .imgTxtTiles__itmCont {
    padding: 10px 0 15px;
  }
  .imgTxtTiles__itmH {
    font-size: 14px;
  }
  .imgTxtTiles__itmTxt {
    font-size: 13px;
  }
  .imgTxtTiles__btmTxt {
    margin-top: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .imgTxtTiles__row {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.recTiles {
  margin-top: 70px;
}
.recTiles__row {
  margin-top: 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 26px 1fr 26px 1fr 26px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.recTiles__itm {
  border-radius: 20px;
  padding: 15px 15px 30px 15px;
  background: #fff;
  container-type: inline-size;
  text-align: center;
}
.recTiles__itmImg {
  margin-bottom: 22px;
  width: 100%;
  height: 129cqw;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}
.recTiles__itmH {
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: 700;
}
.recTiles__itmTxt {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .recTiles__row {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .recTiles {
    margin-top: 40px;
  }
  .recTiles__row {
    margin-top: 20px;
    gap: 15px;
  }
  .recTiles__itm {
    padding: 10px 10px 20px 10px;
  }
  .recTiles__itmImg {
    margin-bottom: 11px;
  }
  .recTiles__itmH {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .recTiles__itmTxt {
    font-size: 11px;
  }
}
.vidTiles {
  margin-top: 80px;
}
.vidTiles__vidRow {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(4, 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: 20px;
  padding: 30px;
  overflow: hidden;
  position: relative;
  height: 37cqw;
  color: #fff;
  line-height: 1.2;
}
.vidTiles__vidItm > div {
  position: relative;
  z-index: 10;
}
.vidTiles__vidItmH {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.vidTiles__vidItmTxt {
  font-size: 16px;
}
.vidTiles__vidItmImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.vidTiles__txtRow {
  margin-top: 34px;
}
.vidTiles__itm {
  padding: 30px 40px 50px;
  background: #fff;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.vidTiles__itmTopCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vidTiles__itmTopContLeft {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 15px;
}
.vidTiles__itmTopContCenter {
  margin-right: 15px;
}
.vidTiles__itmTopContH {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.vidTiles__itmTopContRight {
  margin-left: auto;
  max-width: 60px;
  height: 34px;
  -o-object-fit: contain;
  object-fit: contain;
}
.vidTiles__itmStar {
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
  float: left;
}
.vidTiles__itmStar_gr {
  -webkit-filter: grayscale(100%) brightness(125%);
  filter: grayscale(100%) brightness(125%);
}
.vidTiles__itmTxt {
  margin-top: 30px;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 300;
}
.vidTiles__gridRow {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 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;
}
@media screen and (max-width: 1024px) {
  .vidTiles__vidRow {
    margin-top: 20px;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .vidTiles__vidItm {
    padding: 20px 15px;
    height: 75cqw;
  }
  .vidTiles__vidItmH {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .vidTiles__vidItmTxt {
    font-size: 14px;
  }
  .vidTiles__txtRow {
    padding-bottom: 20px;
  }
  .vidTiles__gridRow {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .vidTiles__gridRow {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .vidTiles {
    margin-top: 40px;
  }
  .vidTiles__vidRow {
    gap: 10px;
  }
  .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__itmTxt {
    margin-top: 25px;
    font-size: 13px;
  }
}
@media screen and (max-width: 340px) {
  .vidTiles__vidItm {
    padding: 10px;
  }
}
.steps {
  margin-top: 80px;
  overflow: hidden;
}
.steps__desc {
  line-height: 1.4;
}
.steps__row {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.steps__row:after {
  content: "";
  width: 100%;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 74px;
  background: #f82455;
}
.steps__itm {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  padding-right: 20px;
  position: relative;
  font-size: 20px;
  line-height: 1.3;
}
.steps__itm:first-child {
  margin-left: 6%;
}
.steps__itm:last-child {
  padding-right: unset;
}
.steps__itm:before {
  content: "";
  top: 63px;
  left: 5px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px #f9f9f9;
  box-shadow: 0 0 0 4px #f9f9f9;
  background: #f82455;
  z-index: 2;
}
.steps__rowTopItm {
  font-size: 61px;
  line-height: 1;
  font-weight: 800;
  color: #f82455;
  padding-bottom: 15px;
}
.steps__rowBtmItm {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  padding-top: 28px;
  padding-right: 20px;
}
.steps__rowBtmItm:last-child {
  padding-right: unset;
}
.steps__rowBtmItmH {
  font-weight: 700;
}
.steps__rowBtmItmTxt {
  margin-top: 10px;
}
.steps__rowBtmItmTxt a {
  display: block;
  margin-top: 8px;
  font-weight: 800;
  color: #f82455;
}
.steps__rowBtmItmTxt a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .steps {
    margin-top: 40px;
  }
  .steps__row {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .steps__row:after {
    width: 2px;
    height: 100%;
    top: 0;
    left: 3px;
  }
  .steps__itm {
    font-size: 15px;
  }
  .steps__itm:first-child {
    margin-left: 0;
  }
  .steps__itm + .steps__itm {
    margin-top: 25px;
  }
  .steps__itm:before {
    content: "";
    top: 20px;
    left: -28px;
  }
  .steps__rowTopItm {
    font-size: 45px;
  }
  .steps__rowTopItm:before {
    bottom: unset;
    top: 16px;
    left: -28px;
  }
  .steps__rowBtmItm {
    padding-top: 0;
  }
  .steps__rowBtmItmTxt {
    margin-top: 5px;
  }
  .steps__rowBtmItmTxt a {
    font-size: 16px;
  }
}
.spForm {
  margin-top: 70px;
}
.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: 20px;
}
.spForm__spoilers {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
}
.spForm__spItm {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 0 49px 0 38px;
  position: relative;
}
.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: #0062ff;
  pointer-events: none;
}
.spForm__spItm .spForm__spMarker:before {
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background: #fff;
}
.spForm__spItm .spForm__spMarker:after {
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 50%;
  background: #fff;
}
.spForm__spItm .spForm__spContent {
  display: none;
}
.spForm__spItm.active .spForm__spMarker:after {
  display: none;
}
.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: #0062ff;
  pointer-events: none;
}
.spForm__spCaptionItm {
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding: 30px 45px 30px 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.spForm__spContent {
  font-size: 18px;
  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: 10px;
  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;
}
.spForm__spContent ul li:after {
  content: "";
  top: 0;
  left: 3px;
  width: 1px;
  height: calc(100% + 50px);
  background: #f82455;
}
.spForm__spContent ul li + li {
  margin-top: 20px;
}
.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 .calc__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 .calc__right {
    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: 15px;
  }
}
@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 {
  margin-top: 70px;
}
.onlTxt__container {
  padding: 35px 45px;
  background: #fff;
  border-radius: 30px;
  line-height: 1.5;
  font-size: 18px;
}
.onlTxt__container p {
  margin-bottom: 30px;
}
.onlTxt__container p:last-child {
  margin-bottom: 0;
}
.onlTxt__container h2,
.onlTxt__container h3,
.onlTxt__container h4 {
  font-weight: 700;
}
.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: 10px;
  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:after {
  content: "";
  top: 0;
  left: 3px;
  width: 1px;
  height: calc(100% + 50px);
  background: #f82455;
}
.onlTxt__container ul li + li {
  margin-top: 20px;
}
.onlTxt__container ul li:last-child:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .onlTxt {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .onlTxt {
    margin-top: 40px;
  }
  .onlTxt__container {
    padding: 15px 25px 30px;
    border-radius: 20px;
    line-height: 1.5;
    font-size: 16px;
  }
  .onlTxt__container p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .onlTxt__container ul {
    margin: 15px 0;
  }
  .onlTxt__container ul li:before {
    content: "";
    top: 8px;
  }
  .onlTxt__container ul li + li {
    margin-top: 15px;
  }
}
.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;
}
.txtTile {
  margin-top: 56px;
}
.txtTile__row {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 800px;
}
.txtTile__itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  padding: 20px 55px;
}
.txtTile__itmLeft {
  width: 34px;
  height: 34px;
}
.txtTile__itmLeft_tel {
  background: url("../img/txttile/tel.svg") center no-repeat;
  background-size: contain;
}
.txtTile__itmLeft_mail {
  background: url("../img/txttile/mail.svg") center no-repeat;
  background-size: contain;
}
.txtTile__itmLeft_tg {
  background: url("../img/txttile/tg.svg") center no-repeat;
  background-size: contain;
}
.txtTile__itmLeft_adr {
  background: url("../img/txttile/adr.svg") center no-repeat;
  background-size: contain;
}
.txtTile__itmRight {
  margin-left: 16px;
}
.txtTile__itmSTxt {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}
.txtTile__itmBTxt {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
}
.txtTile__itmBTxt[href]:hover {
  color: #f82455;
}
@media screen and (max-width: 800px) {
  .txtTile__row {
    gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .txtTile__itm {
    padding: 20px 30px;
  }
  .txtTile__itmSTxt,
  .txtTile__itmBTxt {
    font-size: 15px;
  }
}
.map {
  margin-top: 70px;
}
.map__wrp {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .map__container {
    padding: 0;
  }
  .map__wrp {
    border-radius: 0;
  }
}
.txtImg__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.txtImg__left {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  line-height: 1.3;
  font-size: 20px;
  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;
}
.txtImg__left p {
  margin-bottom: 20px;
}
.txtImg__left p:last-child {
  margin-bottom: 0;
}
.txtImg__left h2,
.txtImg__left h3,
.txtImg__left h4 {
  font-weight: 700;
}
.txtImg__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 405px;
  height: 276px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .txtImg__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .txtImg__right {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .txtImg__row {
    gap: 20px;
  }
  .txtImg__left {
    font-size: 17px;
  }
}
.nfp__container {
  text-align: center;
  padding: 120px 0;
  color: #252525;
}
.nfp__errName {
  font-size: 196px;
  font-weight: 800;
  color: #0062ff;
}
.nfp__heading {
  font-size: 30px;
  font-weight: 700;
  margin: 50px 0 30px 0;
}
.nfp__text {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.3;
}
.nfp__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 40px;
  margin: 35px auto 0;
  width: 300px;
  height: 55px;
  border-radius: 14px;
  position: relative;
  -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: #f82455;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.nfp__btn:hover {
  opacity: 0.8;
}
@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: 60px;
    font-size: 14px;
  }
}
.footer {
  margin-top: 40px;
  padding-bottom: 30px;
}
.footer__container {
  border-top: 1px solid #d8d8d8;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
.footer__left {
  width: 28.33%;
}
.footer__logo {
  max-width: 130px;
}
.footer__leftCenter {
  margin-top: 20px;
  line-height: 1.5;
}
.footer__leftBtm {
  color: #000;
  display: inline-block;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__leftBtm:hover {
  opacity: 0.5;
}
.footer__center {
  width: 45.83%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
.footer__centerCol > ul > li {
  padding: 5px 0;
}
.footer__centerCol > ul > li > a {
  color: #000;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__centerCol > ul > li > a:hover {
  opacity: 0.5;
}
.footer__centerH {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.footer__right {
  width: 15.83%;
}
.footer__rightTopBTxt {
  display: inline-block;
  font-size: 19px;
  font-weight: 800;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__rightTopBTxt:hover {
  opacity: 0.5;
}
.footer__rightTopSTxt {
  display: inline-block;
  margin-top: 5px;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__rightTopSTxt:hover {
  opacity: 0.5;
}
.footer__icons {
  margin: 33px 0 20px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer__icon {
  width: 30px;
  height: 30px;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__icon:hover {
  opacity: 0.7;
}
.footer__icon_wa {
  background: url("../img/header/wa.svg") center no-repeat;
  background-size: 100%;
}
.footer__icon_tg {
  background: url("../img/header/tg.svg") center no-repeat;
  background-size: 100%;
}
.footer__icon_yt {
  background: url("../img/header/yt.svg") center no-repeat;
  background-size: 100%;
}
.footer__rightBottom {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 1160px) {
  .footer__container {
    gap: 15px;
  }
  .footer__left {
    width: 18%;
  }
  .footer__right {
    width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    margin-top: 30px;
  }
  .footer__container {
    border-top: 0;
    padding-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 20px;
  }
  .footer__center {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding-bottom: 35px;
    border-bottom: 1px solid #d8d8d8;
    gap: 20px;
  }
  .footer__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(50% - 10px);
  }
  .footer__right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 500px) {
  .footer__leftCenter,
  .footer__leftBtm {
    font-size: 13px;
  }
  .footer__centerH {
    font-size: 17px;
  }
  .footer__centerCol > ul > li > a {
    font-size: 13px;
  }
  .footer__rightTopBTxt {
    font-size: 17px;
  }
  .footer__rightBottom {
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  .footer__rightTopBTxt {
    font-size: 15px;
  }
}
.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__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 .calc__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: #fff;
  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__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;
  }
}
