@charset "UTF-8";
:root {
  --clr-base: #424242;
  --clr-title: #000;
  --clr-att: #d52e2b;
  --clr-att-hover: #921c1a;
  --clr-light: #7A7A7A;
  --clr-vlight: #516680;
  --clr-bg: #DBE7F5;
  --clr-border: #D9E5F8;
  --main-radius: 32px;
  --main-radius: 3.2rem;
  --small-radius: 24px;
  --small-radius: 2.4rem;
  --vsmall-radius: 20px;
  --vsmall-radius: 2rem;
  --min: 375px;
  --max: 1495px;
  --paddingContainer: 15px;
  --filter-dark: brightness(0) grayscale(1);
  --filter-white: brightness(0) invert(1);
  font-size: 10px;
}
.sl-wrap:not(.swiper-slide) ~ .sl-wrap {
  display: none;
}
.elm-hidden {
  display: none;
}
/* ----------------------------------- *\
			main styles
\* ----------------------------------- */
body {
  color: var(--clr-base);
  background: #F4F5F7;
  font-size: 16px;
  line-height: 1.4;
}
p,
ul,
ol,
table,
blockquote,
.bq-text {
  position: relative;
  margin-bottom: 1.4em;
}
p img,
ul img,
ol img,
table img,
blockquote img,
.bq-text img {
  max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
blockquote:last-child,
.bq-text:last-child {
  margin-bottom: 0 !important;
}
li {
  position: relative;
  padding-left: 20px;
}
li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  top: 0.7em;
  left: 8px;
  margin-top: -2px;
}
.menu,
.list {
  margin: 0;
  padding: 0;
}
.menu li,
.list li {
  margin: 0;
  padding: 0;
}
.menu li:before,
.list li:before {
  display: none;
}
a {
  text-decoration: none;
  color: var(--clr-att);
}
a:hover {
  text-decoration: none;
  color: var(--clr-att-hover);
}
a.link-main,
.link-main {
  text-decoration: none;
  border-bottom: 1px solid;
}
.link-phone,
.link-email {
  white-space: nowrap;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0 0 0 25px;
  color: var(--clr-vlight);
}
.link-phone:before,
.link-email:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/phone-att.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.link-email:before {
  background-image: url(../img/icons/email-att.svg);
}
.page-title-inner,
h1,
.h1-title,
h2,
.h2-title,
h3,
.h3-title,
h4,
.h4-title,
h5,
.h5-title,
h6,
.h6-title {
  display: block;
  position: relative;
  font-weight: bold;
  margin: 1em 0 0.6em 0;
  font-size: 20px;
  line-height: 1.6;
}
.page-title-inner[data-title],
h1[data-title],
.h1-title[data-title],
h2[data-title],
.h2-title[data-title],
h3[data-title],
.h3-title[data-title],
h4[data-title],
.h4-title[data-title],
h5[data-title],
.h5-title[data-title],
h6[data-title],
.h6-title[data-title] {
  z-index: 2;
}
.page-title-inner[data-title]:before,
h1[data-title]:before,
.h1-title[data-title]:before,
h2[data-title]:before,
.h2-title[data-title]:before,
h3[data-title]:before,
.h3-title[data-title]:before,
h4[data-title]:before,
.h4-title[data-title]:before,
h5[data-title]:before,
.h5-title[data-title]:before,
h6[data-title]:before,
.h6-title[data-title]:before {
  content: attr(data-title);
  font-size: 2.325em;
  line-height: 1.4;
  color: #F4F4F4;
  position: absolute;
  left: 0;
  top: -0.55em;
  font-weight: 900;
  z-index: -1;
}
.page-title-inner:first-child,
h1:first-child,
.h1-title:first-child,
h2:first-child,
.h2-title:first-child,
h3:first-child,
.h3-title:first-child,
h4:first-child,
.h4-title:first-child,
h5:first-child,
.h5-title:first-child,
h6:first-child,
.h6-title:first-child {
  margin-top: 0;
}
.page-title-inner:last-child,
h1:last-child,
.h1-title:last-child,
h2:last-child,
.h2-title:last-child,
h3:last-child,
.h3-title:last-child,
h4:last-child,
.h4-title:last-child,
h5:last-child,
.h5-title:last-child,
h6:last-child,
.h6-title:last-child {
  margin-bottom: 0;
}
.page-title-inner {
  font-size: 16px;
  line-height: 1.7;
  color: #8C9EB1;
  border-bottom: 1px solid rgba(140, 158, 177, 0.5);
  margin-bottom: 30px;
  margin-bottom: 3rem;
  margin-top: 30px;
  margin-top: 3rem;
  font-weight: 400;
}
.page-title-inner + .h4-title,
.page-title-inner + h4 {
  margin-top: 0;
}
.h1-title,
h1 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 0.825em;
}
.h4-title,
h4 {
  font-size: 1em;
  font-weight: 600;
  margin: 2.6em 0 1.4em 0;
}
.text-att,
.title-att {
  color: var(--clr-att);
}
.text-light,
.title-light {
  color: var(--clr-light);
}
.text-center,
.title-center {
  text-align: center;
}
@media (max-width: 1399px) {
  :root {
    font-size: 9.5px;
  }
}
@media (max-width: 1199px) {
  :root {
    font-size: 9px;
  }
}
@media (max-width: 1023px) {
  :root {
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 7px;
  }
}
@media (min-width: 1024px) {
  :root {
    --paddingContainer: 30px;
  }
}
@media (min-width: 1400px) {
  :root {
    --paddingContainer: 40px;
  }
}
/* ----------------------------------- *\
			structura
\* ----------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: var(--min);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100%;
}
body {
  width: 100vw;
  overflow-x: hidden;
}
html {
  scrollbar-gutter: stable;
}
.cnt-full-wrap {
  margin-left: calc(var(--paddingContainer) * -1);
  margin-right: calc(var(--paddingContainer) * -1);
  padding-left: var(--paddingContainer);
  padding-right: var(--paddingContainer);
}
.inner-wrap,
.page-full {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding-left: var(--paddingContainer);
  padding-right: var(--paddingContainer);
  min-width: var(--min);
  max-width: var(--max);
  width: 100%;
}
.inner-wrap .inner-wrap,
.page-full .inner-wrap {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
.inner-wrap .cnt-section,
.page-full .cnt-section {
  min-width: 0;
}
.page-full {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
  position: relative;
  clear: both;
  min-width: var(--min);
  width: 100%;
}
.wrap {
  overflow: hidden;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  padding-top:0 !important;
  -ms-flex-direction: column;
      flex-direction: column;
}
.wrap &gt; .cnt-section {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wrap:before,
.wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  background: url(../img/main/decor-left.svg) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: -1;
  pointer-events: none;
  width: 253px;
  height: 835px;
}
.wrap:before {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -960px;
  background-image: url(../img/main/decor-right.svg);
  width: 286px;
  height: 653px;
}
.wrap-error .page-full {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.wrap-error:before,
.wrap-error:after {
  display: none;
}
.nav,
.header,
.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  text-align: left;
}
.nav ul,
.header ul,
.footer ul,
.nav li,
.header li,
.footer li,
.nav p,
.header p,
.footer p {
  margin: 0;
  padding: 0;
}
.nav ul:before,
.header ul:before,
.footer ul:before,
.nav li:before,
.header li:before,
.footer li:before,
.nav p:before,
.header p:before,
.footer p:before {
  display: none;
}
.nav a,
.header a,
.footer a {
  text-decoration: none;
  position: relative;
  transition: all ease 0.2s;
}
.footer {
  background: var(--clr-bg);
}
.footer .inner-wrap {
  padding-top: 40px;
  padding-top: 4rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-right: calc(var(--paddingContainer) + 340px);
  padding-left: calc(var(--paddingContainer) + 25px);
}
.footer .logo-wrap {
  -ms-flex-order: 1;
      order: 1;
  -ms-flex: 1;
      flex: 1;
  margin-bottom: 35px;
}
.footer .logo-wrap .logo {
  width: 259px;
}
.footer .info-wrap {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 54px 0 0;
  padding: 0 5.4rem 0 0;
  margin-bottom: 15px;
  color: var(--clr-vlight);
  max-width: 23.75em;
}
.footer .info-wrap:first-child {
  -ms-flex: 1;
      flex: 1;
  min-width: 240px;
}
.footer .info-wrap a:not(:hover) {
  color: inherit;
}
.footer .info-wrap .elm-ico {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.footer .info-wrap .elm-ico ~ .info-title {
  display: block;
  padding-left: 25px;
}
.footer .soc-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 193px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-order: 4;
      order: 4;
}
.footer .info-inner-wrap {
  width: calc(100% - 193px);
  -ms-flex-order: 3;
      order: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .version-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-order: 2;
      order: 2;
  margin-bottom: 35px;
  padding-top: 5px;
}
.footer .version-wrap .btn {
  height: 44px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 0 13px;
  border-radius: 16px;
  letter-spacing: normal;
}
.footer .bottom-info-wrap {
  width: calc(100% + 365px);
  margin-left: -25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  padding: 30px 300px 0 300px;
  padding: 3rem 300px 0 300px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--clr-vlight);
  -ms-flex-order: 5;
      order: 5;
  opacity: 0.4;
}
.footer .bottom-info-wrap a:not(:hover) {
  color: inherit;
}
.footer .map-inner-wrap {
  width: 297px;
  height: 297px;
  border-radius: 50%;
  border: 6px solid #fff;
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  bottom: 3rem;
  right: var(--paddingContainer);
  background: #fff;
}
.header {
  margin-bottom: 13px;
  margin-top:13px;
}
.header .box-inner-wrap {
  padding: 16px 34px 16px 34px;
  padding: 16px 3.4rem 16px 3.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 4rem;
  box-shadow: 0px 4px 59.8px 0px #E1E9F6;
  background: #fff;
  position: relative;
}
.header .logo-wrap {
  -ms-flex-order: 1;
      order: 1;
  width: 240px;
  width: 8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.header .search-wrap {
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 200px;
  position: absolute;
  right: 34px;
  right: 3.4rem;
  bottom: 16px;
}
.header .menu-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top: 1px solid var(--clr-border);
  margin-top: 16px;
  padding-top: 20px;
  padding-right: 220px;
  -ms-flex-order: 4;
      order: 4;
  min-height: 52px;
  position: static;
  white-space: nowrap;
}
.header .phone-wrap {
  -ms-flex-order: 3;
      order: 3;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #000;
  padding: 0 0 0 22px;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.header .phone-wrap .link-phone {
  color: inherit;
}
.header .phone-wrap .link-phone:before {
  background-image: url(../img/icons/phone.svg);
}
.header__text {
position: relative;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: stretch;
margin-left: auto;
margin-right: auto;
height: 50px;
background: #d52e2b;
min-width:100%;
margin-top:13px;
}
.header__text p {
padding-left: 10px;
width:100%;
font-family: 'Gilroy', sans-serif;
font-weight: bold;
line-height: 19.4px;
letter-spacing: -0.02em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: rgba(255, 255, 255, 1);
white-space: nowrap;
overflow: hidden;
font-size:1.75rem;
}
.header__text p::after {
content: "";
background: linear-gradient(90deg, rgba(1, 126, 231, 0) 0%, #d52e2b 65.5%);
position: absolute;
width: 379px;
height: 50px;
position: absolute;
top: -14px;
right: -85px;
}

.header__button {
position: relative;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: stretch;
background: #fff;
position: relative;
border-radius: 13px;
}
.header__button a {
font-family: 'Gilroy', sans-serif;
font-size: 1.575rem;
font-weight: bold;
line-height: 15.52px;
letter-spacing: -0.02em;
color: rgb(213 46 43);
padding: 12px;
}

@media (width <= 1120px) {
	.header__text {
        padding-left: 0;
        padding-right: 7px;
        height: 50px;
    }
	.header__text p::after {
		content: "";
		background: linear-gradient(90deg, rgba(1, 126, 231, 0) 0%, #d52e2b 65.5%);
		position: absolute;
		width: 325px;
		height: 50px;
		position: absolute;
		top: -14px;
		right: -85px;
	}
	.header__button a {
		padding:10.5px;
		font-size: 14px;
	}
}

@media (width <= 970px) {
	.header__text {
        padding-left: 0;
        padding-right: 7px;
        height: 40px;
    }
	.header__text p::after {
		content: "";
		background: linear-gradient(90deg, rgba(1, 126, 231, 0) 0%, #d52e2b 65.5%);
		position: absolute;
		width: 281px;
		height: 40px;
		position: absolute;
		top: -8px;
		right: -85px;
	}
	.header__button a {
		padding:10.5px;
		font-size: 14px;
	}
}

.background_sec1 {
	background: #DBE7F5;
	border-radius: var(--main-radius);
	border-radius: 3.2rem;
	margin: 3rem 0 0 0;
	position: relative;
	z-index: 2;
	margin-bottom: 7rem;
	overflow:hidden;
}

.background_sec1 .banner_picture {
	width: 100%;
}

.background_sec1 .banner_picture img {
	width: 100%;
	object-fit: cover;
	vertical-align:text-top;
}

.background_sec1 .banner_picture .banner_desktop{
display:block;
}
.background_sec1 .banner_picture .banner_mobile{
display:none;
}

.background_sec1 .banner_left {
	position: absolute;
	left: clamp(4.2rem, 4vw, 5.9rem);
    top: clamp(3.5rem, 3.4vw, 5rem);
	max-width: 49%;
	z-index: 200;
}

.background_sec1 .banner_title_top {
	font-family: 'Gilroy', sans-serif;
	font-size: clamp(3.2rem, 3.4vw, 5.4rem);
	font-weight: 700;
	line-height: 110%;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: rgb(213 46 43);
	margin-bottom: 10px;
}
.background_sec1 .banner_title_top span {
	color: #323232;
}

.background_sec1 .banner_title_bottom {
	font-family: 'Gilroy', sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.background_sec1 .banner_desc {
	font-family: 'Gilroy', sans-serif;
	font-size: clamp(14px, 1.3vw, 20px);
	font-weight: 500;
	line-height: 130%;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding-top: 0;
	padding-bottom: 18px;
}

.background_sec1 .button_url {
	display: flex;
}

.background_sec1 .button_url a {
	font-family: 'Gilroy', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 13.58px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	background: rgb(213 46 43);
	color: #fff;
	padding: 2.4rem 3.7rem;
	border-radius: 1.9rem;
}
.metabol_text {
color: rgba(255, 255, 255, 0.72);
    font-size: clamp(68px, 8.008vw, 11.9992rem);
font-weight: 700;
position: absolute;
bottom: clamp(-24px, -29vw, -41px);
}
.metabol_svg {
position:absolute;
bottom:0;
width:100%;
padding-left:4px;
}

@media (width <= 1120px) {
	.background_sec1 .button_url a {
	padding: 1.95rem 2.8rem;
	}
	.background_sec1 .banner_desc {
	padding-bottom:15px;
	}
}
@media ( 640px <= width <= 805px) {
	.background_sec1 .banner_left {
		max-width: 62%;
	}
	.background_sec1 .banner_desc {
    	font-size: clamp(12px, 1.3vw, 20px);
	}
	.background_sec1 .banner_title_top {
    	font-size: clamp(1rem, 2.6vw, 5.4rem);
	}
	.background_sec1 .banner_left {
		max-width:62%;
	}
}
@media (width <= 640px) {
	.background_sec1 .banner_picture .banner_mobile {
		display:block;
	}
	.background_sec1 .banner_picture .banner_desktop {
		display:none;
	}

	.background_sec1 .banner_left {
		position: absolute;
		left: 16px;
		top: 31px;
		line-height:110%;
		max-width: 100%;
		z-index: 200;
		padding-right: 16px;
	}
	.background_sec1 .button_url a {
        padding: 21.5px 0;
        text-align: center;
		width:100%;
    }
	.background_sec1 .banner_desc {
        padding-bottom: 26px;
    }
	.background_sec1 .banner_title_top {
		font-size:20px;
	}
	.banner_desc br {
		display:none;
	}
	.header__text p::after {
		content: "";
		background: linear-gradient(90deg, rgba(1, 126, 231, 0) 0%, #d52e2b 65.5%);
		position: absolute;
		width: 150px;
		height: 35px;
		position: absolute;
		top: -13px;
		right: -85px;
	}
	.header__text p {
		padding-left:0;
		line-height: normal;
	}
	.header__text {
		padding-left:0;
		padding-right:7px;
		height:35px;
	}
	.header__button {
		border-radius:9px;
	}
	.header__button a {
		padding: 7.5px 8px;
	}
	.metabol_svg {
		width:315px;
		left:50%;
		transform:translate(-50%,0);
	}
}



.popup-menu-wrap .btn-popup,
.popup-menu-wrap .btn-popup-close {
  display: none;
}
.popup-menu-wrap .popup-content-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.popup-menu-wrap .actions-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 240px;
  left: 24rem;
  right: 260px;
  top: 16px;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.popup-menu-wrap .menu-inner-wrap {
  -ms-flex: 1;
      flex: 1;
}
.popup-menu-wrap .action-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 17px;
}
.popup-menu-wrap .action-wrap .btn {
  height: 44px;
  border-radius: 16px;
  padding: 0 24px 0 10px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.popup-menu-wrap .action-wrap .btn .button-ico {
  margin: 0 5px 0 0;
}
.popup-menu-wrap .menu {
  color: #393939;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 -20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popup-menu-wrap .menu a {
  color: inherit;
  display: block;
  padding: 0 20px;
  height: 24px;
  line-height: 24px;
}
.popup-menu-wrap .menu a:hover,
.popup-menu-wrap .menu a.active {
  color: var(--clr-att);
}
.popup-search-wrap .btn-popup {
  display: none;
}
.logo {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  text-decoration: none;
  width: 100%;
  letter-spacing: normal;
  font-weight: 400;
}
.logo:hover {
  text-decoration: none;
}
  .header .logo {
    width: 150px;
    border-radius: 10px;
  }
.logo img {
  display: block;
  width: 100%;
}
@media (max-width: 1399px) {
  .header .logo {
    width: 70px;
    border-radius: 10px;
  }
  .header .phone-wrap {
    font-size: 16px;
  }
  .popup-menu-wrap .actions-inner-wrap {
    right: 215px;
  }
  .popup-menu-wrap .menu {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .footer .inner-wrap {
    padding-left: var(--paddingContainer);
  }
  .footer .bottom-info-wrap {
    padding-left: 0;
    text-align: left;
    margin-left: 0;
  }
  .header .logo-wrap {
    width: 175px;
  }
  .header .phone-wrap {
    width: 40px;
  }
  .header .phone-wrap .link-phone {
    width: 40px;
    height: 40px;
    text-indent: -999px;
    display: block;
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  .header .phone-wrap .link-phone:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .popup-menu-wrap .actions-inner-wrap {
    right: 70px;
  }
}
@media (max-width: 1023px) {
  .section-mobile-full {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
  }
  .menu-show {
    overflow: hidden;
  }
  .wrap {
    padding-top: 10px;
  }
  .footer .inner-wrap {
    padding-right: var(--paddingContainer);
  }
  .footer .bottom-info-wrap {
    width: 100%;
    padding: 0;
    text-align: center;
    -ms-flex-order: 7;
        order: 7;
  }
  .footer .map-inner-wrap {
    width: 100%;
    height: 200px;
    -ms-flex-order: 5;
        order: 5;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    border-radius: 0;
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .header .box-inner-wrap {
    padding: 10px 15px;
  }
  .header .logo-wrap {
    margin-left: 0;
  }
  .header .menu-wrap {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-order: 4;
        order: 4;
    padding: 0;
    margin: 0;
    min-height: 40px;
    display: block;
    border: none;
  }
  .header .phone-wrap {
    -ms-flex-order: 3;
        order: 3;
    -ms-flex: 0 0 40px;
        flex: 0 0 40px;
    margin: 0;
    padding: 0;
  }
  .header .search-wrap {
    -ms-flex-order: 2;
        order: 2;
    width: 40px;
    height: 40px;
    position: static;
    margin: 0;
    padding: 0;
  }
  .header .logo-wrap {
    -ms-flex: 1;
        flex: 1;
  }
  .popup-menu-wrap .popup-content-block {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .popup-menu-wrap .popup-content-block::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .popup-menu-wrap .action-wrap {
    margin-bottom: 10px;
  }
  .popup-menu-wrap .action-wrap:last-child {
    margin-bottom: 0;
  }
  .popup-menu-wrap .actions-inner-wrap {
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    text-align: center;
    padding-bottom: 30px;
  }
  .popup-menu-wrap .menu-inner-wrap {
    display: block;
    width: 100%;
    padding: 30px 0;
  }
  .popup-menu-wrap .menu-inner-wrap .menu {
    display: block;
    margin: 0;
    padding: 0;
  }
  .popup-menu-wrap .menu-inner-wrap a {
    display: block;
    padding: 10px 20px;
    white-space: normal;
    text-align: center;
    height: auto;
    line-height: 1.2;
  }
  .popup-menu-wrap .btn-popup {
    display: block;
  }
  .popup-menu-wrap .btn-popup-close {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
    display: block;
  }
  .popup-search-wrap .popup-content-block {
    display: none;
  }
  .popup-search-wrap .btn-popup {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer .logo-wrap {
    width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
  .footer .logo-wrap .logo {
    margin: 0 auto;
  }
  .footer .soc-wrap {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 15px 0;
  }
  .footer .soc-wrap .button-soc {
    margin: 0 10px;
  }
  .footer .version-wrap {
    width: 100%;
  }
  .footer .info-inner-wrap {
    width: 100%;
    display: block;
  }
  .footer .info-inner-wrap .info-wrap {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }
  .footer .info-inner-wrap .info-wrap .elm-ico {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .footer .info-inner-wrap .info-wrap .elm-ico ~ .info-title {
    padding-left: 0;
    display: inline;
  }
}
@media (max-width: 479px) {
  .header .box-inner-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header .logo {
    width: 120px;
  }
}
@media (min-width: 1920px) {
  .wrap:before {
    right: 0;
    margin: 0;
  }
  .wrap:after {
    left: 0;
    margin: 0;
  }
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.item-tile-contact {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #fff;
  border-radius: var(--vsmall-radius);
  box-shadow: 0px 4px 45px 0px rgba(219, 231, 245, 0.89);
  padding: 30px 47px 40px 40px;
  padding: 3rem 4.7rem 4rem 4rem;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  -ms-flex-align: center;
      align-items: center;
}
.item-tile-contact .tile-info-wrap {
  -ms-flex: 1;
      flex: 1;
  padding-right: 30px;
  padding-right: 3rem;
}
.item-tile-contact .tile-actions-wrap {
  width: 360px;
  width: 36rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-contact .tile-action {
  margin-bottom: 16px;
}
.item-tile-contact .tile-action:last-child {
  margin-bottom: 0;
}
.item-tile-contact .tile-info {
  display: block;
  padding-left: 30px;
  margin-bottom: 1.22222222em;
  position: relative;
}
.item-tile-contact .tile-info:last-child {
  margin-bottom: 0;
}
.item-tile-contact .tile-ico {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.item-tile-contact .tile-title {
  display: block;
  font-size: 1.11111111em;
  line-height: 1.7;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}
.item-tile-contact .btn {
  font-size: 1.11111111em;
  height: 3.5em;
  padding: 0 15px;
  width: 100%;
  border-radius: 1.5em;
  font-weight: bold;
}
.item-tile-contact .btn .button-ico {
  width: 2.25em;
  height: 2.25em;
  margin: 0 1em 0 0;
  font-size: 1em;
}
.item-tile-contact .link-phone,
.item-tile-contact .link-email {
  padding: 0;
}
.item-tile-contact .link-phone:before,
.item-tile-contact .link-email:before {
  display: none;
}
.item-tile-contact .tile-info-title {
  max-width: 27.05555556em;
}
.item-tile-programm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
  border-radius: var(--vsmall-radius);
  background: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 45px 0px rgba(219, 231, 245, 0.89);
}
.item-tile-programm .tile-title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  border-radius: var(--vsmall-radius);
  background: var(--clr-att);
  color: #fff;
  min-height: 196px;
  min-height: 19.6rem;
  padding: 35px 85px 35px 38px;
  padding: 3.5rem 8.5rem 3.5rem 3.8rem;
  position: relative;
  overflow: hidden;
}
.item-tile-programm .tile-title-wrap:before {
  content: "";
  display: block;
  width: 505px;
  width: 50.5rem;
  height: 498px;
  height: 49.8rem;
  border-radius: 17.7rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(54, 207, 255, 0.67) 0%, #f0f5fd 100%);
  position: absolute;
  top: 50%;
  left: 80px;
  left: 8rem;
  margin-top: -250px;
  margin-top: -25rem;
}
.item-tile-programm .tile-select-wrap {
  display: block;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  padding: 30px 30px 38px 38px;
  padding: 3rem 3rem 3.8rem 3.8rem;
}
.item-tile-programm .tile-ico {
  width: 68px;
  width: 6.8rem;
  height: 68px;
  height: 6.8rem;
  position: absolute;
  top: 10px;
  top: 1rem;
  right: 20px;
  right: 2rem;
  z-index: 2;
}
.item-tile-programm .tile-title {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
  position: relative;
  z-index: 3;
}
.item-tile-programm .tile-price-wrap {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 30px 35px 38px;
  padding: 0 3rem 3.5rem 3.8rem;
}
.item-tile-programm .tile-action-wrap {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 38px 43px 38px;
  padding: 0 3.8rem 4.3rem 3.8rem;
}
.item-tile-programm .tile-price {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
}
.item-tile-programm .frm-select {
  margin-bottom: 10px;
}
.item-tile-programm .frm-select label {
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 32px;
}
.item-tile-programm .frm-select label:before,
.item-tile-programm .frm-select label:after {
  width: 18px;
  height: 18px;
  margin-top: -9px;
}
.item-tile-programm .frm-select label:after {
  background-size: 34px auto;
}
.item-tile-programm .frm-select:last-child {
  margin-bottom: 0;
}
.item-tile-programm .btn {
  width: 100%;
  padding: 0 15px;
}
.item-tile-price {
  display: block;
  position: relative;
  border-radius: var(--vsmall-radius);
  box-shadow: 0px 4px 45px 0px rgba(219, 231, 245, 0.89);
  background: #fff;
}
.item-tile-price .tile-content-block {
  display: none;
  padding: 0 30px 40px 30px;
  padding: 0 3rem 4rem 3rem;
  font-size: clamp(14px, 18px, 18px);
  font-size: clamp(14px, 1.8rem, 18px);
}
.item-tile-price .tile-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 88px;
  min-height: 8.8rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
  color: var(--clr-att);
  padding: 20px 30px 12px 66px;
  padding: 20px 30px 12px 6.6rem;
  position: relative;
  transition: all ease 0.2s;
}
.item-tile-price .tile-button:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/arrow-toggle.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 44px;
  left: 4.4rem;
  margin: -8px 0 0 -12px;
  transition: all ease 0.2s;
}
.item-tile-price .tile-button:hover {
  color: var(--clr-att-hover);
}
.item-tile-price .tile-button.active:before {
  transform: rotate(180deg);
}
.item-tile-price .btn-action-plus:hover {
  background: none;
}
.item-tile-price .btn-action-plus:hover:after {
  opacity: 0;
}
.item-tile-price table {
  width: 100%;
  font-size: 1em;
  line-height: inherit;
  margin: 0;
  table-layout: fixed;
}
.item-tile-price table .col02 {
  width: 270px;
  width: 27rem;
}
/**.item-tile-price table th,
.item-tile-price table td {
  padding: 0 15px 6px 0;
  vertical-align: middle;
  font-weight: 500;
}*/
.item-tile-price table th:last-child,
.item-tile-price table td:last-child {
  font-weight: 600;
}
.item-tile-price table th:last-child,
.item-tile-price table td:last-child {
  padding-right: 0;
}
.item-tile-card-review {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  border-radius: var(--vsmall-radius);
  background: #fff;
  position: relative;
  padding: 6px 0 6px 6px;
  box-shadow: 0px 4px 45px 0px rgba(219, 231, 245, 0.89);
  transition: all ease 0.2s;
  font-size: 1.125em;
  line-height: 1.4;
  font-weight: 500;
}
.item-tile-card-review:hover {
  box-shadow: 0px 8px 45px 0px #dbe7f5;
}
.item-tile-card-review .tile-photo-wrap {
  width: 270px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 200px;
  border-radius: var(--vsmall-radius);
  background: var(--clr-bg);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  padding: 24px;
  z-index: 2;
}
.item-tile-card-review .tile-photo-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/main/decor-reviews.svg) right top no-repeat;
  background-size: auto 100%;
}
.item-tile-card-review .tile-info-wrap {
  -ms-flex: 1;
      flex: 1;
  padding: 4px 48px;
  padding: 4px 4.8rem;
  min-height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.item-tile-card-review .tile-info {
  display: block;
  width: 100%;
}
.item-tile-card-review .tile-title {
  display: block;
  position: relative;
  font-weight: 600;
  margin: 10px 0 0 0;
}
.item-tile-card-review .tile-date {
  display: block;
  position: relative;
  margin: 22px 0 0 0;
  margin: 2.2rem 0 0 0;
}
.item-tile-card-review .tile-photo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  background: #fff;
  width: 66px;
  height: 66px;
  margin: 0 auto;
  font-size: 25px;
  font-weight: 800;
  color: var(--clr-title);
}
.item-tile-card-review .tile-photo img,
.item-tile-card-review .tile-photo svg {
  z-index: 3;
}
.item-tile-catalog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
  border-radius: var(--vsmall-radius);
  background: #fff;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
  color: var(--clr-light);
  padding: 26px 30px;
  padding: 2.6rem 3rem;
  box-shadow: 0px 4px 45px 0px rgba(219, 231, 245, 0.89);
}
.item-tile-catalog:hover {
  box-shadow: 0px 8px 45px 0px #dbe7f5;
}
.item-tile-catalog:hover .tile-title {
  color: var(--clr-att);
}
.item-tile-catalog .tile-info-wrap {
  display: block;
  -ms-flex: 1;
      flex: 1;
  width: 100%;
}
.item-tile-catalog .tile-photo-wrap {
  display: block;
  margin: 0 -30px;
  margin: 0 -3rem;
}
.item-tile-catalog .tile-action-wrap {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 20px;
}
.item-tile-catalog .tile-title {
  display: block;
  font-size: 1.42857143em;
  font-weight: 600;
  line-height: 1.7;
  margin: 0;
  color: var(--clr-base);
  transition: color ease 0.2s;
}
.item-tile-catalog .tile-info {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.item-tile-catalog .tile-photo {
  border-radius: var(--vsmall-radius);
  aspect-ratio: 291/288;
}
.item-tile-catalog .btn {
  width: 100%;
  z-index: 7;
  padding: 0 10px;
}
.item-tile-review {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
  background: #fff;
  border-radius: var(--main-radius);
  border: 5px solid var(--clr-bg);
  padding: 43px 40px 34px 52px;
  padding: 4.3rem 4rem 3.4rem 5.2rem;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
.item-tile-review .tile-text-wrap {
  display: block;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
}
.item-tile-review .tile-info-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 24px;
}
.item-tile-review .tile-action, .item-tile-review-tile-action {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 77px;
}
.item-tile-review-tile-action{
      margin-left: auto;
}

.item-tile-review .tile-info {
  padding: 0 15px 0 0;
  -ms-flex: 1;
      flex: 1;
  font-weight: 400;
  color: #898989;
}
.item-tile-review .tile-info-date {
  display: block;
  margin-top: 6px;
}
.item-tile-review .tile-info-title {
  color: var(--clr-title);
}
.item-tile-total {
  display: block;
  position: relative;
  line-height: 1.7;
  font-weight: 600;
  color: var(--clr-base);
}
.item-tile-total .tile-total {
  display: block;
  font-size: 7.5em;
  line-height: 1;
  font-weight: bold;
  background: linear-gradient(180deg, #d52e2b 0%, #EFF8FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.item-tile-total .tile-title {
  display: block;
  font-size: 1em;
  margin: 0;
}
.item-tile-team {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  height: 432px;
  border-radius: var(--vsmall-radius);
  background: #fff;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  color: var(--clr-light);
}
.item-tile-team .tile-info-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 26px 20px 20px 20px;
  padding: 2.6rem 2rem 2rem 2rem;
}
.item-tile-team .tile-title {
  display: block;
  font-size: 1.42857143em;
  color: var(--clr-base);
  line-height: 1.7;
  font-weight: 600;
  margin: 0;
}
.item-tile-team .tile-photo {
  aspect-ratio: 248/323;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
:is([class^="item-tile"]):hover .elm-photo img,
:is([class^="item-tile"]):hover .tile-photo img {
  transform: scale(1.03);
}
.elm-photo,
.tile-photo {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  line-height: 1;
}
.elm-photo.photo-main,
.tile-photo.photo-main {
  border: 1px solid #f00;
  width: 300px;
  height: 300px;
}
.elm-photo.photo-zoom,
.tile-photo.photo-zoom {
  border-radius: 5px;
  border: 2px solid var(--clr-bg);
}
.elm-photo.photo-zoom:after,
.tile-photo.photo-zoom:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/zoom.svg) center no-repeat;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.elm-photo:before,
.tile-photo:before {
  content: "";
  display: none;
  padding-top: 100%;
}
.elm-photo img,
.tile-photo img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: all ease-out 1s;
  object-fit: cover;
}
.elm-photo.photo-cover:before,
.tile-photo.photo-cover:before {
  display: block;
}
.elm-photo.photo-cover img,
.tile-photo.photo-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elm-photo.photo-contain:before,
.tile-photo.photo-contain:before {
  display: block;
}
.elm-photo.photo-contain img,
.tile-photo.photo-contain img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@supports (aspect-ratio: 1) {
  .elm-photo:not(.photo-cover, .photo-contain),
  .tile-photo:not(.photo-cover, .photo-contain) {
    aspect-ratio: inherit !important;
  }
  .photo-cover,
  .photo-contain {
    aspect-ratio: 1;
  }
  .photo-cover:before,
  .photo-contain:before {
    display: none !important;
  }
}
.elm-price,
.tile-price {
  white-space: nowrap;
}
.elm-price.price-old,
.tile-price.price-old {
  text-decoration: line-through;
}
[data-unit]:after {
  content: attr(data-unit);
  font-family: 'Arial', 'Roboto', 'Open Sans', sans-serif;
}
.elm-ico,
.button-ico,
.menu-ico,
.frm-ico,
.tab-ico,
.tile-ico,
.lbl-ico {
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
}
.elm-ico img,
.button-ico img,
.menu-ico img,
.frm-ico img,
.tab-ico img,
.tile-ico img,
.lbl-ico img,
.elm-ico [class*="icon-"],
.button-ico [class*="icon-"],
.menu-ico [class*="icon-"],
.frm-ico [class*="icon-"],
.tab-ico [class*="icon-"],
.tile-ico [class*="icon-"],
.lbl-ico [class*="icon-"],
.elm-ico .i,
.button-ico .i,
.menu-ico .i,
.frm-ico .i,
.tab-ico .i,
.tile-ico .i,
.lbl-ico .i,
.elm-ico svg,
.button-ico svg,
.menu-ico svg,
.frm-ico svg,
.tab-ico svg,
.tile-ico svg,
.lbl-ico svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.elm-overlay {
  display: none;
  animation: fadein ease 0.2s;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 120;
}
.elm-overlay.active {
  display: block;
}
.elm-sticker,
.tile-sticker {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #000;
  height: 27px;
  line-height: 27px;
  border-radius: 5px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1399px) {
  .item-tile-card-review .tile-info-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  .item-tile-contact {
    font-size: 16px;
    padding: 3rem;
  }
  .item-tile-price .tile-content-block {
    padding: 0 15px 15px 15px;
  }
  .item-tile-price .tile-button {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 40px;
    min-height: 0;
  }
  .item-tile-price .tile-button:before {
    left: auto;
    right: 10px;
    margin-left: 0;
    margin-top: -12px;
  }
  .item-tile-price table .col02 {
    width: 80px;
  }
  .item-tile-price .btn-action-plus {
    margin-left: -5px;
  }
  .item-tile-card-review {
    font-size: 1em;
  }
  .item-tile-catalog {
    padding: 15px;
  }
  .item-tile-total .tile-total {
    font-size: 5em;
  }
}
@media (max-width: 767px) {
  .item-tile-contact {
    display: block;
  }
  .item-tile-contact .tile-info-wrap {
    width: 100%;
    padding-right: 0;
  }
  .item-tile-contact .tile-actions-wrap {
    width: 100%;
    margin-top: 30px;
  }
  .item-tile-contact .btn {
    font-size: 14px;
  }
  .item-tile-contact .btn .button-ico {
    margin-right: 10px;
  }
  .popup-menu-wrap .action-wrap .btn {
  height: 44px;
  border-radius: 16px;
  padding: 0 24px 0 10px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
  .item-tile-card-review {
    display: block;
    padding: 6px;
  }
  .item-tile-card-review .tile-photo-wrap {
    margin: 0 auto;
  }
  .item-tile-card-review .tile-info-wrap {
    min-height: 0;
    display: block;
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 639px) {
  .item-tile-review {
    padding: 15px;
    font-size: 14px;
  }
  .item-tile-total .tile-total {
    font-size: 4em;
  }
}
/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.popup-outer-box.popup-order .popup-box {
  width: 837px;
  border-radius: va(--main-radius);
  background: #DBE7F5;
  box-shadow: 0px 4px 45px 0px rgba(219, 231, 245, 0.89);
  padding: 62px 57px 50px 57px;
  overflow: hidden;
}
.popup-outer-box.popup-order .popup-box .photo-inner-wrap {
  width: 230px;
  position: absolute;
  bottom: -20px;
  right: 50px;
}
.popup-outer-box.popup-order .popup-box .photo-inner-wrap:after {
  content: "";
  display: block;
  width: 347px;
  height: 347px;
  background: url(../img/main/decor-order.svg) center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -40px;
  right: -110px;
  z-index: -2;
}
.popup-outer-box.popup-order .popup-box .photo-wrap {
  margin-bottom: -20px;
}
.popup-outer-box.popup-order .popup-box .popup-title-wrap {
  margin: 0;
  padding: 0 0 38px 0;
  width: 100%;
  background: none;
  display: block;
  border-radius: 0;
}
.popup-outer-box.popup-order .popup-box .popup-title-wrap:before {
  display: none;
}
.popup-outer-box.popup-order .popup-box .popup-title {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  color: #000;
  display: block;
  padding: 0;
  max-width: 100%;
}
.popup-outer-box.popup-order .popup-box .btn-popup-close {
  position: absolute;
  top: 0;
  right: 0;
}
.popup-outer-box.popup-order .popup-box .btn-action-ico.ico-close:before,
.popup-outer-box.popup-order .popup-box .btn-action-ico.ico-close:after {
  background-color: #6D6D6D;
}
.callback-form-box {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
.callback-form-box .title-inner-wrap {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  padding-right: 400px;
  padding-right: 40rem;
  position: relative;
  z-index: 2;
}
.callback-form-box .title-inner-wrap .h1-title {
  color: #000;
  max-width: 18.75em;
}
.callback-form-box .title-inner-wrap:before,
.callback-form-box .title-inner-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  top: 2rem;
  right: -80px;
  right: -8rem;
  pointer-events: none;
  width: 347px;
  width: 34.7rem;
  height: 347px;
  height: 34.7rem;
  z-index: -1;
}
.callback-form-box .title-inner-wrap:after {
  top: -40px;
  top: -4rem;
  right: 0;
  background: url(../img/decor-callback.svg) center no-repeat;
  background-size: 100% auto;
  width: 370px;
  width: 37rem;
  height: 370px;
  height: 37rem;
}
.callback-form-box .title-inner-wrap:before {
  border-radius: 17.7rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(231, 1, 1, 0.51) 0%, #f0f5fd 100%);
}
.callback-form-box .form-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
}
.callback-form-box .frm-column {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-order: 2;
      order: 2;
  padding-left: 25px;
  padding-left: 2.5rem;
}
.callback-form-box .col-text {
  width: 540px;
  width: 54rem;
  -ms-flex: 0 0 540px;
      flex: 0 0 540px;
  -ms-flex: 0 0 54rem;
      flex: 0 0 54rem;
  padding: 0;
  -ms-flex-order: 1;
      order: 1;
}
.callback-form-box .field-title {
  display: block;
  font-size: 16px;
  line-height: 1.7;
  color: #8C9EB1;
}
.callback-form-box textarea.form-input {
  padding-top: 24px;
  height: 140px;
}
.callback-form-box .frm-row,
.callback-form-box .frm-row-submit {
  margin: 0 -8px;
}
.callback-form-box .frm-row-submit {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}
.callback-form-box .field-info {
  width: auto;
  -ms-flex: 1;
      flex: 1;
}
.callback-form-box .field-submit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
}
.callback-form-box .field-submit .btn {
  min-width: 204px;
  height: 65px;
  font-size: 20px;
  border-radius: 2.4rem;
}
.callback-form-box .frm-field {
  padding: 0 8px;
  margin-bottom: 16px;
}
.callback-form-box .field-three {
  width: 33.33%;
}
.callback-form-box .frm-select {
  margin-bottom: 8px;
}
.callback-form-box .frm-select:last-child {
  margin-bottom: 0;
}
.map-box {
  height: 360px;
  border-radius: var(--main-radius);
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
.content-box + .map-box {
  margin-top: -40px;
  margin-top: -4rem;
}
.tiles-contacts-box {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.tiles-contacts-box .item-wrap {
  margin-bottom: 22px;
}
.tiles-contacts-box .item-wrap:last-child {
  margin-bottom: 0;
}
.error-box {
  position: relative;
  padding: 50px 0 130px 0;
  padding: 5rem 0 13rem 0;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
}
.error-box .error-inner-wrap {
  display: block;
  position: absolute;
  top: 50%;
  left: -1000px;
  right: -1000px;
  transform: translateY(-60%);
  z-index: 1;
}
.error-box .error-inner-wrap img,
.error-box .error-inner-wrap svg {
  display: block;
  width: 1291px;
  width: 129.1rem;
  margin: 0 auto;
  max-width: 90vw;
}
.error-box .photo-inner-wrap {
  position: relative;
  padding-right: 160px;
  padding-right: 16rem;
  z-index: 2;
}
.error-box .photo-inner-wrap .elm-photo {
  width: 384px;
  width: 38.4rem;
  margin: 0 auto;
}
.error-box .info-inner-wrap {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: -30px;
  margin-top: -3rem;
}
.error-box:before {
  content: "";
  display: block;
  position: absolute;
  top: -150px;
  top: -15rem;
  left: -1000px;
  right: -1000px;
  bottom: 0;
  background: url(../img/error-bg.svg) 46% center no-repeat;
  background-size: 178.7rem auto;
  z-index: -1;
}
.error-box .h1-title {
  margin: 0 0 0.5em 0;
}
.error-box .elm-ico {
  margin: 0 auto 40px auto;
  margin: 0 auto 4rem auto;
  width: 37px;
  height: 37px;
}
.error-box .btn {
  min-width: 290px;
  min-width: 29rem;
  margin-top: 40px;
  margin-top: 4rem;
}
.error-box p {
  margin: 0;
}
body.popup-open {
  overflow: hidden;
}
.popup-outer-box {
  display: none;
  padding: 50px 20px;
  animation: fadein ease 0.2s;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: fixed;
  z-index: 100;
  background: rgba(244, 245, 247, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.popup-outer-box.active {
  display: -ms-flexbox;
  display: flex;
}
.popup-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 950px;
  width: 95rem;
  max-width: 100%;
  max-height: 100%;
  background-color: #fff;
  z-index: 20;
  border-radius: var(--vsmall-radius);
  padding: 16px;
  padding: 1.6rem;
}
.popup-box:not(.list-show) .popup-list-box .list-main-wrap {
  overflow: hidden;
}
.popup-box .popup-title-wrap,
.popup-box .popup-footer-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.popup-box .popup-footer-wrap .btn {
  width: 100%;
}
.popup-box .popup-footer-wrap .btn.button-light {
  color: var(--clr-att);
}
.popup-box .popup-content-wrap {
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.popup-box .popup-title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  background: var(--clr-att);
  position: relative;
  overflow: hidden;
  padding: 30px 30px 20px 50px;
  padding: 3rem 3rem 2rem 5rem;
  border-radius: var(--vsmall-radius);
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.popup-box .popup-title-wrap .elm-ico {
  width: 68px;
  width: 6.8rem;
  height: 68px;
  height: 6.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -10px;
  margin-top: -1rem;
  z-index: 2;
}
.popup-box .popup-title-wrap:before {
  content: "";
  display: block;
  width: 498px;
  width: 49.8rem;
  height: 380px;
  height: 38rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(54, 207, 255, 0.67) 0%, #f0f5fd 100%);
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -190px;
  margin-top: -19rem;
  margin-left: -220px;
  margin-left: -22rem;
}
.popup-box .popup-title {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  margin: 0;
  -ms-flex: 1;
      flex: 1;
  padding: 0 15px 0 0;
  max-width: 16.8em;
  position: relative;
  z-index: 3;
}
.popup-box .btn-action-ico.ico-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin-top: 16px;
  margin-top: 1.6rem;
  margin-right: 16px;
  margin-right: 1.6rem;
}
.popup-box .btn-action-ico.ico-close:before,
.popup-box .btn-action-ico.ico-close:after {
  background: #fff;
}
.popup-list-box {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  overflow: hidden;
  max-height: 100%;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
}
.popup-list-box .list-main-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100% - 230px);
  padding: 0 15px 0 50px;
  padding: 0 15px 0 5rem;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup-list-box .list-main-wrap::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background-color: var(--clr-bg);
}
.popup-list-box .list-main-wrap::-webkit-scrollbar-thumb {
  background-color: var(--clr-att);
}
.popup-list-box .list-main-wrap::-webkit-scrollbar-thumb:hover {
  background-color: var(--clr-att);
}
.popup-list-box .list-main-wrap::-webkit-scrollbar-button:vertical:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.popup-list-box .list-main-wrap::-webkit-scrollbar-button:vertical:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
.popup-list-box .list-main-wrap::-webkit-scrollbar-button:horizontal:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.popup-list-box .list-main-wrap::-webkit-scrollbar-button:horizontal:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
.popup-list-box .list-side-wrap {
  width: 230px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 15px 0 0 17px;
}
.popup-list-box .list-price-wrap {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  text-align: right;
  margin-bottom: 12px;
}
.popup-list-box .list-action-wrap .btn {
  width: 100%;
  padding: 0 10px;
}
.popup-list-box .h2-title {
  font-size: 1em;
  line-height: inherit;
  text-transform: uppercase;
  font-weight: bold;
  margin: 30px 0 0 0;
}
.popup-list-box .h2-title:first-child {
  margin-top: 0;
}
.popup-list-box .list {
  margin: 0;
}
.popup-list-box .list li {
  margin-bottom: 0px;
}
.popup-list-box .list li:last-child {
  margin-bottom: 0;
}
.tiles-programms-box {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.tiles-programms-box .slider-inner-wrap {
  padding: 0 70px;
  padding: 0 7rem;
}
.tiles-programms-box .slider-wrap {
  margin: 0 -10px;
  margin: 0 -1rem;
  overflow: visible;
}
.tiles-programms-box .sl-wrap {
  padding: 0 10px;
  padding: 0 1rem;
}
.tiles-programms-box .ico-arrow {
  position: absolute;
  top: 50%;
  left: -60px;
  left: -6rem;
  margin-top: -25px;
}
.tiles-programms-box .ico-arrow-next {
  left: auto;
  right: -60px;
  right: -6rem;
}
.tiles-programms-box .swiper-pagination-bullets {
  width: 100%;
  padding: 40px 0 0 0;
  padding: 4rem 0 0 0;
  text-align: center;
}
.tiles-programms-box .btn-action-ico.ico-arrow {
  background: var(--clr-bg);
}
.tiles-programms-box .btn-action-ico.ico-arrow:hover {
  background: var(--clr-bg);
}
.list-tabs-box {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  border-radius: var(--main-radius);
  background: var(--clr-bg);
  padding: 8px 10px;
}
.list-tabs-box .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px -5px 0;
}
.list-tabs-box li {
  padding: 0 5px 5px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tiles-prices-box {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.tiles-prices-box .item-wrap {
  margin-bottom: 13px;
}
.tiles-prices-box .item-wrap:last-child {
  margin-bottom: 0;
}
.article-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500;
  line-height: 1.6;
}
.article-box .content-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 24px 0 0;
  padding: 0 2.4rem 0 0;
  margin: 0 0 24px 0;
  margin: 0 0 2.4rem 0;
  width: calc(100% - 40rem);
}
.article-box .side-wrap {
  width: 400px;
  width: 40rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
.article-box .side-wrap .elm-photo {
  border-radius: var(--vsmall-radius);
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
.article-box .side-wrap .elm-photo:last-child {
  margin-bottom: 0;
}
.article-box .h2-title,
.article-box h2,
.article-box .h3-title,
.article-box h3 {
  margin-bottom: 1.4em;
  margin-top: 1.6em;
}
.article-box .h2-title:first-child,
.article-box h2:first-child,
.article-box .h3-title:first-child,
.article-box h3:first-child {
  margin-top: 0;
}
.article-box li:before {
  top: 0.8em;
}
.cnt-list-box {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  margin-top: 30px;
  margin-top: 3rem;
}
.cnt-list-box:first-child {
  margin-top: 0;
}
.cnt-list-box:last-child {
  margin-bottom: 0;
}
.cnt-list-box p,
.cnt-list-box ul,
.cnt-list-box ol {
  margin-bottom: 0;
}
.cnt-attention-box {
  background: #E2EAF2;
  border-radius: var(--vsmall-radius);
  padding: 30px;
  padding: 3rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  margin-top: 30px;
  margin-top: 3rem;
}
.cnt-attention-box:first-child {
  margin-top: 0;
}
.cnt-attention-box:last-child {
  margin-bottom: 0;
}
.cnt-attention-box b {
  font-weight: 600;
}
.list-directions-box {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.list-directions-box .menu-title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: -10px;
  position: relative;
  z-index: 1;
}
.list-directions-box .menu-ico {
  width: 48px;
  width: 4.8rem;
  height: 48px;
  height: 4.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.list-directions-box .menu-title {
  display: block;
  -ms-flex: 1;
      flex: 1;
  padding: 0 10px 0 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--clr-att);
}
.list-directions-box .menu {
  columns: 3;
  column-gap: 3.2rem;
  margin-bottom: -26px;
  margin-bottom: -2.6rem;
  font-size: clamp(14px, 18px, 18px);
  font-size: clamp(14px, 1.8rem, 18px);
  font-weight: 600;
  z-index: 2;
}
.list-directions-box .menu &gt; li {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
  width: 100%;
  break-inside: avoid-column;
  border-radius: var(--vsmall-radius);
  box-shadow: 0px 13px 35px 0px #B9CEE7;
  background: #fff;
  position: relative;
  padding: 30px 30px 30px 35px;
  padding: 3rem 3rem 3rem 3.5rem;
  overflow: hidden;
}
.list-directions-box .menu &gt; li li {
  margin-bottom: 10px;
}
.list-directions-box .menu &gt; li li:last-child {
  margin-bottom: 0;
}
.list-directions-box .menu-decor {
  position: relative;
}
.list-directions-box .menu-decor:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/main/decor-menu.svg) right top no-repeat;
  background-size: 197px auto;
}
.tiles-card-reviews-box {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.tiles-card-reviews-box .item-wrap {
  margin-bottom: 15px;
}
.tiles-card-reviews-box .item-wrap:last-child {
  margin-bottom: 0;
}
.card-info-box {
  margin-bottom: 80px;
  margin-bottom: 8rem;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-top: 1.2rem;
}
.card-info-box .photo-inner-wrap {
  width: 366px;
  width: 36.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.card-info-box .photo-inner-wrap .elm-photo {
  border-radius: var(--vsmall-radius);
  margin-bottom: 42px;
  margin-bottom: 4.2rem;
  box-shadow: 0px 4px 45px 0px rgba(219, 231, 245, 0.89);
}
.card-info-box .text-inner-wrap {
  display: -ms-flexbox;
  display: flex;
}
.card-info-box .text-section-wrap {
  -ms-flex: 1;
      flex: 1;
  padding: 0 30px 0 0;
  padding: 0 3rem 0 0;
}
.card-info-box .text-section-wrap:last-child {
  width: 40%;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding-right: 0;
}
.card-info-box .text-section-wrap .h4-title {
  margin-bottom: 12px;
}
.card-info-box .text-section-wrap p {
  max-width: 25em;
}
.card-info-box .actions-inner-wrap {
  margin-bottom: 42px;
  margin-bottom: 4.2rem;
}
.card-info-box .actions-inner-wrap .action-wrap {
  margin-bottom: 16px;
}
.card-info-box .actions-inner-wrap .action-wrap:last-child {
  margin-bottom: 0;
}
.card-info-box .actions-inner-wrap .btn {
  width: 100%;
  padding: 0 1px;
}
.card-info-box .info-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  padding-left: 65px;
  padding-left: 6.5rem;
}
.main-order-box {
  margin-top: -110px;
  margin-top: -11rem;
}
.main-order-box .box-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
.main-order-box .box-inner-wrap[data-title]:after {
  content: attr(data-title);
  position: absolute;
  top: -10%;
  left: 55%;
  transform: translate(-53%, 0);
  font-size: 250px;
  font-size: 23rem;
  font-weight: bold;
  color: #fff;
  width: 2500px;
  width: 250rem;
  text-align: center;
  white-space: nowrap;
  z-index: -3;
  padding: 0 85px;
}
.main-order-box .frm-inner-wrap {
  max-width: 640px;
}
.main-order-box .info-inner-wrap {
  width: 51%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  z-index: 3;
}
.main-order-box .photo-inner-wrap {
  -ms-flex: 1;
      flex: 1;
}
.main-order-box .photo-wrap {
  max-width: 450px;
  max-width: 45rem;
  position: relative;
}
.main-order-box .photo-wrap .elm-photo {
  z-index: 2;
}
.main-order-box .photo-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  pointer-events: none;
  width: 600px;
  width: 60rem;
  height: 600px;
  height: 60rem;
  border-radius: 17.7rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(231, 1, 1, 0.51) 0%, #f0f5fd 100%);
  z-index: -1;
}
.main-order-box .photo-wrap:after {
  content: "";
  display: block;
  width: 644px;
  width: 64.4rem;
  height: 645px;
  height: 64.5rem;
  background: url(../img/main/decor-order.svg) center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -95px;
  top: -9.5rem;
  right: -190px;
  right: -19rem;
  z-index: -2;
}
.main-order-box .frm-row,
.main-order-box .frm-row-submit {
  margin: 0 -10px;
  margin: 0 -1rem;
}
.main-order-box .frm-row-submit .frm-field {
  width: 100%;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
.main-order-box .frm-row-submit .frm-field + .frm-field {
  width: 100%;
  margin-bottom: 0;
}
.main-order-box .frm-row-submit .frm-select {
  margin-bottom: 5px;
}
.main-order-box .frm-row-submit .frm-select:last-child {
  margin-bottom: 0;
}
.main-order-box .frm-row-submit .btn {
  min-width: 290px;
  min-width: 29rem;
}
.main-order-box .frm-field {
  width: 44%;
  padding: 0 10px;
  padding: 0 1rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.main-order-box .frm-field + .frm-field {
  width: auto;
  -ms-flex: 1;
      flex: 1;
}
.main-order-box .field-title {
  display: block;
  line-height: 1.7;
  color: #8C9EB1;
  margin-bottom: 2px;
}
.tiles-catalog-box {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.tiles-catalog-box .items-wrap {
  margin: 0 -15px -30px -15px;
  margin: 0 -1.5rem -3rem -1.5rem;
  width: 100%;
  display: flex;
  gap: 35px;
  justify-content: space-between;
}
.tiles-catalog-box .item-wrap {

  width: 30%;
}
.breadcrumbs-box {
  margin-bottom: 24px;
  line-height: 1.7;
  color: #ADADAD;
}
.breadcrumbs-box .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -40px 0 0;
  margin: 0 -4rem 0 0;
}
.breadcrumbs-box li {
  padding: 0 40px 0 0;
  padding: 0 4rem 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.breadcrumbs-box li:after {
  content: "";
  display: block;
  width: 20px;
  width: 2rem;
  height: 1px;
  background: currentColor;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: -30px;
  margin-left: -3rem;
  margin-top: -1px;
}
.breadcrumbs-box li:last-child {
  color: var(--clr-title);
  font-weight: 500;
}
.breadcrumbs-box li:last-child:after {
  display: none;
}
.breadcrumbs-box a:not(:hover) {
  color: inherit;
}
.filter-box {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  position: relative;
}
.filter-box .box-inner-wrap {
  border-radius: var(--main-radius);
  background: var(--clr-bg) url(../img/main/decor-filter.svg) right center no-repeat;
  background-size: auto 100%;
  padding: 20px 30px 5px 30px;
  padding: 20px 3rem 5px 3rem;
}
.filter-box .frm-row {
  margin: 0 -12px;
  margin: 0 -1.2rem;
}
.filter-box .frm-field {
  padding: 0 12px;
  padding: 0 1.2rem;
  margin-bottom: 15px;
  -ms-flex: 1;
      flex: 1;
  max-width: 330px;
  min-width: 220px;
}
.filter-box .field-select {
  max-width: 296px;
}
.filter-box .field-title {
  display: block;
  line-height: 1.7;
  color: #8C9EB1;
  margin-bottom: 2px;
  font-weight: 400;
}
.filter-box .field-link {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 20px 0 0;
  margin: 0 2rem 0 0;
  color: inherit;
}
.filter-box .field-link:hover,
.filter-box .field-link.active {
  color: var(--clr-att);
}
.filter-box .field-link.active {
  font-weight: bold;
}
.filter-box .field-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-box .row-sort .field-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 0 30px 0 0;
  padding: 0 3rem 0 0;
  color: var(--clr-base);
}
.filter-box .row-sort .frm-field {
  width: 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
}
.content-box {
  margin-bottom: 80px;
  margin-bottom: 8rem;
  border-radius: var(--main-radius);
  position: relative;
  background: #fff;
  padding: 45px 52px 24px 52px;
  padding: 4.5rem 5.2rem 2.4rem 5.2rem;
  z-index: 4;
}
.about-info-box {
  margin-bottom: 100px;
  margin-bottom: 10rem;
}
.about-info-box .box-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  border-radius: var(--main-radius);
  position: relative;
  background: #fff;
  z-index: 5;
  padding: 64px 56px 54px 54px;
  padding: 6.4rem 5.6rem 5.4rem 5.4rem;
}
.about-info-box .info-inner-wrap {
  width: 38%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
  padding: 0 40px 0 0;
  padding: 0 4rem 0 0;
}
.about-info-box .photo-inner-wrap {
  -ms-flex: 1;
      flex: 1;
}
.about-info-box .title-inner-box {
  margin-bottom: 0;
}
.about-info-box .items-wrap {
  margin: 0 -12px -24px -12px;
  margin: 0 -1.2rem -2.4rem -1.2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 30% 30%;
      grid-template-columns: 40% 30% 30%;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
}
.about-info-box .item-wrap {
  padding: 0 12px 24px 12px;
  padding: 0 1.2rem 2.4rem 1.2rem;
  margin-bottom: 0;
  width: 100%;
}
.about-info-box .wrap01 {
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 3;
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 2;
}
.about-info-box .wrap02 {
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
      grid-column-start: 2;
  grid-column-end: 4;
}
.about-info-box .wrap03 .elm-photo,
.about-info-box .wrap04 .elm-photo {
  border-radius: 7rem;
}
.about-info-box .elm-ico {
  width: 158px;
  width: 15.8rem;
  height: auto;
  aspect-ratio: 1;
  max-width: 100%;
  margin-top: 45px;
  margin-top: 4.5rem;
  margin-left: auto;
  margin-right: 13px;
  margin-right: 1.3rem;
}
.about-info-box .elm-photo {
  border-radius: var(--small-radius);
}
.about-info-box .h1-title {
  margin-bottom: 0.8em;
}
.about-info-box p {
  max-width: 26.5em;
}
.subscribe-info-box {
  margin-bottom: 0;
  padding-bottom: 100px;
  padding-bottom: 10rem;
  position: relative;
  z-index: 1;
}
.subscribe-info-box .box-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.subscribe-info-box .box-inner-wrap[data-title]:after {
  content: attr(data-title);
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 250px;
  font-size: 25rem;
  font-weight: bold;
  color: #fff;
  width: 2500px;
  width: 250rem;
  text-align: center;
  white-space: nowrap;
  z-index: -1;
}
.subscribe-info-box .title-inner-box {
  margin-bottom: 50px;
  margin-bottom: 5rem;
  padding-top: 70px;
  padding-top: 7rem;
}
.subscribe-info-box .info-inner-wrap {
  width: 50%;
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 150px;
  padding-right: 15rem;
}
.subscribe-info-box .photo-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  position: relative;
}
.subscribe-info-box .photo-inner-wrap .elm-photo {
  width: auto;
  margin-right: -30px;
  margin-right: -3rem;
  margin-left: 80px;
  margin-left: 8rem;
  margin-top: -100px;
  margin-top: -10rem;
  margin-bottom: -100px;
  margin-bottom: -10rem;
  z-index: 6;
}
.subscribe-info-box .form-inner-wrap {
  position: absolute;
  top: 50%;
  left: -145px;
  left: -14.5rem;
  right: 190px;
  right: 19rem;
  margin-top: 30px;
  margin-top: 3rem;
  z-index: 7;
}
.subscribe-info-box .photo-decor {
  width: 154px;
  width: 15.4rem;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.subscribe-info-box .decor01 {
  left: 32%;
  top: -3%;
}
.subscribe-info-box .decor02 {
  width: 120px;
  width: 12rem;
  bottom: -15%;
  left: -3%;
}
.subscribe-info-box .decor03 {
  width: 320px;
  width: 32rem;
  bottom: -24%;
  right: -17%;
}
.subscribe-info-box .decor04 {
  width: 233px;
  width: 23.3rem;
  top: 28%;
  right: 31%;
  z-index: 4;
}
.subscribe-info-box .frm-select {
  margin-bottom: 6px;
  max-width: 400px;
}
.subscribe-info-box .frm-select:last-child {
  margin-bottom: 0;
}
.subscribe-info-box .h1-title {
  color: var(--clr-title);
}
.tiles-reviews-box {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.tiles-reviews-box .slider-inner-wrap {
  position: relative;
}
.tiles-reviews-box .slider-inner-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  right: -1.5rem;
  pointer-events: none;
  width: 190px;
  width: 0;
  background: linear-gradient(90deg, #ffffff 0%, #FFF 100%);
  z-index: 10;
}
.tiles-reviews-box .slider-reviews-pagination {
  display: none;
}
.tiles-reviews-box .box-inner-wrap {
  border-radius: var(--main-radius);
  background: #fff;
  position: relative;
  display: block;
  padding: 60px 47px 72px 47px;
  padding: 6rem 4.7rem 7.2rem 4.7rem;
}
.tiles-reviews-box .box-inner-wrap:before {
  content: "";
  display: block;
  width: 163px;
  height: 159px;
  position: absolute;
  background: url(../img/icons/star.svg) center top no-repeat;
  background-size: 100% auto;
  top: 24px;
  left: 20px;
}
.tiles-reviews-box .slider-wrap {
  margin: 0 -15px;
  margin: 0 -1.5rem;
}
.tiles-reviews-box .sl-wrap {
  padding: 0 15px;
  padding: 0 1.5rem;
  width: 508px;
  width: 50.8rem;
}
.tiles-reviews-box .btn-action-ico.ico-arrow {
  background-color: var(--clr-bg);
}
.tiles-reviews-box .btn-action-ico.ico-arrow:hover {
  background-color: var(--clr-bg);
}
.socials-info-box {
  margin-bottom: 30px;
}
.socials-info-box .box-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  max-width: 1150px;
  position: relative;
  z-index: 2;
}
.socials-info-box .box-inner-wrap[data-title]:after {
  content: attr(data-title);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 250px;
  font-size: 25rem;
  font-weight: bold;
  color: #fff;
  width: 2500px;
  width: 250rem;
  text-align: center;
  white-space: nowrap;
  z-index: -1;
}
.socials-info-box .info-inner-wrap {
  width: 46%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.socials-info-box .photo-inner-wrap {
  -ms-flex: 1;
      flex: 1;
}
.socials-info-box .photo-inner-wrap .elm-photo {
  width: auto;
  margin: 0 -40px 0 -90px;
  margin: 0 -4rem 0 -9rem;
}
.socials-info-box .title-inner-box {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.socials-info-box .actions-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px -17px 0;
  margin: 0 -2rem -17px 0;
  padding-right: 120px;
  padding-right: 12rem;
}
.socials-info-box .action-wrap {
  padding: 0 20px 0 0;
  padding: 0 2rem 0 0;
  margin-bottom: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  min-width: 310px;
  min-width: 31rem;
}
.socials-info-box .action-wrap .btn {
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
}
.socials-info-box .soc-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: -20px;
  margin-top: -2rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.socials-info-box .soc-wrap .button-soc {
  width: 80px;
  width: 8rem;
  height: 80px;
  height: 8rem;
  background-color: var(--clr-bg);
  margin-left: 22px;
  margin-left: 2.2rem;
}
.socials-info-box .soc-wrap .button-soc img,
.socials-info-box .soc-wrap .button-soc svg {
  width: 100%;
}
.socials-info-box .h1-title {
  color: var(--clr-title);
}
.tiles-totals-box {
  margin-bottom: 25px;
}
.tiles-totals-box .box-inner-wrap {
  display: block;
  border-radius: var(--main-radius);
  background: #fff;
  position: relative;
  padding: 73px 83px 60px 83px;
  padding: 7.3rem 8.3rem 6rem 8.3rem;
  font-size: 20px;
  font-size: 2rem;
}
.tiles-totals-box .items-wrap {
  margin: 0 -15px -50px -15px;
  margin: 0 -1.5rem -5rem -1.5rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.tiles-totals-box .item-wrap {
  padding: 0 15px;
  padding: 0 1.5rem;
  margin-bottom: 50px;
  margin-bottom: 5rem;
  width: auto;
}
.line-section-box {
  margin-bottom: 33px;
  width: 100dvw;
  position: relative;
  left: 50%;
  margin-left: -50dvw;
  height: 90px;
  height: 9rem;
  background: #fff;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.line-section-box .line-wrap {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
}
.line-section-box .line-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
}
.line-section-box .elm-ico {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
}
.tiles-actions-box {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.tiles-actions-box .slider-wrap {
  overflow: visible;
}
.tiles-actions-box .slider-wrap .sl-wrap {
  transition: all ease 0.2s;
}
.tiles-actions-box .slider-wrap .sl-wrap:not(.swiper-slide-active) {
  opacity: 0;
  pointer-events: none;
}
.tiles-actions-box .slider-inner-wrap {
  position: relative;
}
.tiles-actions-box .info-inner-wrap {
  width: 48%;
  padding-top: 50px;
  padding-top: 5rem;
  padding-bottom: 100px;
  padding-right: 150px;
  padding-right: 15rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 3;
}
.tiles-actions-box .slider-actions-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 108px;
  position: absolute;
  bottom: 22px;
  bottom: 2.2rem;
  left: 0;
  z-index: 5;
}
.tiles-actions-box .photo-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  position: relative;
  z-index: 4;
}
.tiles-actions-box .photo-inner-wrap .elm-photo {
  border-radius: var(--small-radius);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  aspect-ratio: inherit;
}
.tiles-actions-box .photo-inner-wrap .elm-ico {
  width: 80px;
  width: 8rem;
  height: 80px;
  height: 8rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 26px;
  top: 2.6rem;
  right: 21px;
  right: 2.1rem;
  z-index: 2;
}
.tiles-actions-box .photo-inner-wrap .elm-ico img,
.tiles-actions-box .photo-inner-wrap .elm-ico svg {
  width: 50%;
}
.tiles-actions-box .sl-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  min-height: 452px;
  min-height: 45.2rem;
}
.tiles-actions-box .slider-actions-pagination {
  display: none;
}
.tiles-actions-box .sl-wrap {
  padding: 0 10px;
  padding: 0 1rem;
}
.tiles-actions-box .slider-wrap {
  margin: 0 -10px;
  margin: 0 -1rem;
}
.tiles-actions-box .elm-price {
  font-size: 55px;
  font-size: 5.5rem;
  font-weight: 600;
  color: var(--clr-title);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  width: 5.61818182em;
  height: 5.61818182em;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
}
.tiles-actions-box .sl-title {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  color: var(--clr-base);
  margin-bottom: 33px;
  margin-bottom: 3.3rem;
  font-weight: 400;
  position: relative;
  z-index: 5;
}
.tiles-actions-box .h1-title {
  margin-bottom: 15px;
  margin-bottom: 2.5rem;
  font-weight: 600;
  margin-top: 0;
  color: var(--clr-title);
  line-height: 1.4;
  font-size: 35px;
  font-size: 3.5rem;
}
.tiles-actions-box .h1-title[data-title]:before {
  font-size: 250px;
  font-size: 25rem;
  color: #fff;
  font-weight: bold;
  top: -0.75em;
  left: -0.3em;
}
.blat {
z-index: 100;
font-size: 20px;
}
.tiles-actions-box .btn {
  min-width: 290px;
  min-width: 29rem;
}
.tiles-teams-box {
  margin-bottom: 78px;
  margin-bottom: 7.8rem;
}
.tiles-teams-box .box-inner-wrap {
  border-radius: var(--main-radius);
  background: var(--clr-bg);
  padding: 43px 47px 35px 54px;
  padding: 4.3rem 4.7rem 3.5rem 5.4rem;
  position: relative;
}
.tiles-teams-box .slider-wrap {
  margin: 0 -9px;
  margin: 0 -0.9rem;
}
.tiles-teams-box .sl-wrap {
  padding: 0 9px;
  padding: 0 0.9rem;
}
.list-services-box {
  margin-bottom: 37px;
  margin-bottom: 3.7rem;
}
.list-services-box .box-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
.list-services-box .more-inner-box {
  margin-top: 0;
}
.list-services-box .list-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  position: relative;
  z-index: 3;
  padding-bottom: 30px;
  padding-bottom: 3rem;
}
.list-services-box .photo-inner-wrap {
  width: 360px;
  width: 36rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
  right: -40px;
  right: -4rem;
}
.list-services-box .photo-inner-wrap .elm-photo {
  width: 68%;
  position: relative;
  z-index: 1;
}
.list-services-box .photo-inner-wrap:before {
  content: "";
  display: block;
  width: 95%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(231, 1, 1, 0.51) 0%, #f0f5fd 100%);
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.list-services-box .photo-inner-wrap[data-title]:after {
  content: attr(data-title);
  font-size: 134px;
  font-size: 13.4rem;
  font-weight: bold;
  color: #fff;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
    top: 39%;
  left: -80px;
  left: -8rem;
  transform: translate(0, -50%) rotate(180deg);
}
.list-services-box .list {
  columns: 3;
  column-gap: 3rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 600;
}
.main-slider-box {
  margin-bottom: 70px;
  margin-bottom: 7rem;
  border-radius: var(--main-radius);
  background: #fff;
  position: relative;
  overflow: hidden;
}
.main-slider-box .sl-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  min-height: 693px;
  min-height: 69.3rem;
}
.main-slider-box .title-inner-wrap {
  width: 57%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 120px 30px 16px 44px;
  padding: 12rem 3rem 16px 4.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.main-slider-box .photo-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  position: relative;
}
.main-slider-box .photo-inner-wrap .elm-photo {
  aspect-ratio: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: var(--small-radius);
}
.main-slider-box .photo-inner-wrap .btn {
  position: absolute;
  bottom: 18px;
  right: 18px;
  z-index: 2;
  font-size: 25px;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: normal;
  white-space: normal;
  padding: 1.28em 0.8em 1.28em 3.36em;
  text-align: left;
  height: auto;
}
.main-slider-box .photo-inner-wrap .btn .button-ico {
  width: 1.44em;
  height: 1.44em;
  position: absolute;
  top: 50%;
  left: 1.92em;
  font-size: 1em;
  margin: -0.72em 0 0 -0.72em;
}
.main-slider-box .slider-pagination {
  position: absolute;
  top: 70px;
  top: 7rem;
  left: 62px;
  left: 6.2rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}
.main-slider-box .ico-arrow {
  position: absolute;
  top: 43px;
  top: 4.3rem;
  right: 47px;
  right: 4.7rem;
}
.main-slider-box .ico-arrow-prev {
  margin-right: 60px;
}
.main-slider-box .action-wrap {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 30px;
  padding-top: 3rem;
}
.main-slider-box .title-wrap {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-slider-box .h1-title {
  font-size: 80px;
  font-size: 8rem;
  color: var(--clr-title);
  max-width: 6.25em;
  margin-bottom: 1em;
}
.main-slider-box .info-title {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 600;
}
.main-slider-box .btn {
  min-width: 290px;
  min-width: 29rem;
}
.title-box {
  margin-bottom: 24px;
}
.title-box .h1-title {
  color: var(--clr-title);
}
.title-inner-box {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  font-size: clamp(15px, 20px, 20px);
  font-size: clamp(15px, 2rem, 20px);
  line-height: 1.4;
  font-weight: 600;
}
.title-inner-box .h1-title:not(:last-child) {
  margin-bottom: 15px;
}
.more-inner-box {
  display: block;
  line-height: 1;
  margin: 30px 0 0 0;
  margin: 3rem 0 0 0;
  position: relative;
  z-index: 2;
}
.more-inner-box .btn {
  width: 100%;
  font-size: clamp(16px, 20px, 20px);
  font-size: clamp(16px, 2rem, 20px);
  font-weight: bold;
}
.more-inner-box .btn.button-white,
.more-inner-box .btn.button-light {
  color: var(--clr-att);
}
.title-slider-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
}
.title-slider-box .title-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 50px;
  -ms-flex: 1;
      flex: 1;
  padding: 0 30px 0 0 0;
  padding: 0 3rem 0 0 0;
}
.title-slider-box .title-inner-wrap:last-child {
  padding-right: 0;
}
.title-slider-box .slider-actions-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.title-slider-box .slider-actions-wrap .btn {
  height: 44px;
  padding: 0 20px;
  font-size: 15px;
  border-radius: 16px;
  margin-right: 24px;
  margin-right: 2.4rem;
}
.title-slider-box .ico-arrow {
  -ms-flex-order: 2;
      order: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}
.title-slider-box .slider-teams-pagination {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  padding-right: 24px;
  padding-right: 2.4rem;
}
.title-slider-box .slider-teams-pagination .swiper-pagination-bullet:not(:hover, .swiper-pagination-bullet-active) {
  background-color: #fff;
  opacity: 1;
}
@media (max-width: 1399px) {
  .callback-form-box .form-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .callback-form-box .frm-column {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
    padding: 0;
    display: contents;
  }
  .callback-form-box .col-text {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .callback-form-box .frm-row-submit {
    -ms-flex-order: 3;
        order: 3;
  }
  .callback-form-box .frm-row {
    -ms-flex-order: 1;
        order: 1;
  }
  .article-box .content-wrap {
    width: calc(100% - 300px);
  }
  .article-box .side-wrap {
    width: 300px;
  }
  .card-info-box .info-inner-wrap {
    padding-left: 3rem;
  }
  .tiles-catalog-box .item-wrap {
    width: 33.33%;
  }
  .subscribe-info-box .form-inner-wrap {
    right: 0;
    left: auto;
    width: 550px;
  }
  .subscribe-info-box .info-inner-wrap {
    padding-right: 3rem;
  }
  .subscribe-info-box .photo-inner-wrap .elm-photo {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
}
@media (max-width: 1199px) {
  .about-info-box .info-inner-wrap {
    width: 45%;
  }
  .tiles-totals-box .box-inner-wrap {
    padding: 5rem 3rem;
    font-size: 16px;
  }
  .main-slider-box .photo-inner-wrap .btn {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .popup-list-box .list-main-wrap {
    padding-left: 20px;
  }
  .tiles-programms-box .slider-inner-wrap {
    padding: 0;
  }
  .tiles-programms-box .ico-arrow {
    display: none;
  }
  .article-box .content-wrap {
    width: calc(100% - 220px);
  }
  .article-box .side-wrap {
    width: 220px;
  }
  .list-directions-box .menu {
    column-gap: 20px;
    columns: 2;
  }
  .main-order-box {
    margin-top: -6rem;
  }
  .main-order-box .box-inner-wrap[data-title]:after {
    font-size: 14rem;
    top: 0%;
  }
  .main-order-box .frm-field {
    width: 100%;
  }
  .main-order-box .frm-field + .frm-field {
    width: 200px;
  }
  .tiles-catalog-box .items-wrap {
    margin: 0 -5px -10px -5px;
  }
  .tiles-catalog-box .item-wrap {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .filter-box .frm-field {
    width: 50%;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    min-width: 0;
    max-width: inherit;
  }
  .content-box {
    padding: 30px;
  }
  .about-info-box .box-inner-wrap {
    padding: 30px;
    display: block;
  }
  .about-info-box .info-inner-wrap {
    padding-right: 0;
    width: 100%;
  }
  .about-info-box .photo-inner-wrap {
    width: 100%;
    margin-top: 30px;
  }
  .about-info-box p {
    max-width: 100%;
  }
  .subscribe-info-box .form-inner-wrap {
    width: 100%;
  }
  .subscribe-info-box .frm-main-sbs {
    display: block;
  }
  .subscribe-info-box .frm-main-sbs .field-input {
    margin-bottom: 10px;
  }
  .subscribe-info-box .frm-main-sbs .form-input {
    border-radius: var(--main-radius);
  }
  .tiles-reviews-box .box-inner-wrap {
    padding: 30px;
  }
  .tiles-reviews-box .box-inner-wrap:before {
    width: 100px;
  }
  .socials-info-box .box-inner-wrap[data-title]:after {
    font-size: 14rem;
  }
  .socials-info-box .info-inner-wrap {
    width: 55%;
  }
  .socials-info-box .title-inner-box br {
    display: none;
  }
  .socials-info-box .soc-wrap {
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-top: 2rem;
  }
  .socials-info-box .soc-wrap .button-soc {
    margin: 0 2rem 0 0;
  }
  .tiles-actions-box .info-inner-wrap {
    padding-right: 30px;
    padding-bottom: 40px;
  }
  .tiles-actions-box .slider-actions-wrap {
    -ms-flex-align: center;
        align-items: center;
    width: 50%;
    padding-left: 5px;
    bottom: 0;
  }
  .tiles-actions-box .elm-price {
    font-size: 20px;
    transform: none;
    top: auto;
    left: auto;
    right: 20px;
    bottom: 20px;
  }
  .tiles-actions-box .ico-arrow {
    display: none;
  }
  .tiles-actions-box .slider-actions-pagination {
    display: block;
  }
  .tiles-teams-box .box-inner-wrap {
    padding: 30px 20px;
  }
  .list-services-box .list {
    columns: 2;
  }
  .main-slider-box .photo-inner-wrap .btn {
    font-size: 16px;
  }
  .main-slider-box .h1-title {
    font-size: 6rem;
  }
  .main-slider-box .ico-arrow {
    display: none;
  }
  .title-slider-box {
    position: static;
    margin-bottom: 20px;
    display: block;
  }
  .title-slider-box .title-inner-wrap {
    padding-right: 0;
    display: block;
    min-height: 0;
  }
  .title-slider-box .slider-actions-wrap .btn {
    margin-top: 20px;
    margin-right: 0;
  }
  .title-slider-box .ico-arrow {
    display: none;
  }
  .title-slider-box .swiper-pagination-bullets {
    padding-right: 0;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    height: 30px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .popup-outer-box.popup-order .popup-box {
    padding: 24px;
    width: 600px;
  }
  .popup-outer-box.popup-order .popup-box .photo-inner-wrap {
    display: none;
  }
  .popup-outer-box.popup-order .popup-box .popup-title-wrap {
    padding-bottom: 20px;
  }
  .popup-outer-box.popup-order .popup-box .popup-title {
    font-size: 24px;
  }
  .popup-outer-box.popup-order .popup-box .frm-popup .field-name,
  .popup-outer-box.popup-order .popup-box .frm-popup .field-phone {
    width: 100%;
    max-width: 100%;
  }
  .popup-outer-box.popup-order .popup-box .frm-popup .btn {
    width: 100%;
  }
  .popup-outer-box.popup-order .popup-box .frm-popup .frm-row-submit {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .popup-outer-box.popup-order .popup-box .frm-popup .frm-row-submit .frm-field {
    margin-bottom: 10px;
  }
  .callback-form-box .title-inner-wrap {
    padding-right: 0;
  }
  .callback-form-box .title-inner-wrap .h1-title {
    max-width: 100%;
  }
  .callback-form-box .frm-field {
    width: 100%;
  }
  .callback-form-box .field-submit .btn {
    width: 100%;
  }
  .error-box .photo-inner-wrap {
    width: 737px;
    left: 50%;
    margin-left: -368px;
    padding-right: 112px;
  }
  .error-box .photo-inner-wrap .elm-photo {
    width: 268px;
  }
  .popup-list-box {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .popup-list-box .list-side-wrap {
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
    padding-left: 0;
  }
  .popup-list-box .list-price-wrap {
    text-align: left;
  }
  .popup-list-box .list-main-wrap {
    padding-left: 0;
    width: 100%;
    -ms-flex: 1;
        flex: 1;
  }
  .article-box {
    display: block;
  }
  .article-box .content-wrap {
    width: 100%;
    padding: 0;
  }
  .article-box .side-wrap {
    width: 100%;
  }
  .card-info-box {
    display: block;
  }
  .card-info-box .photo-inner-wrap {
    width: 100%;
  }
  .card-info-box .info-inner-wrap {
    padding-left: 0;
  }
  .main-order-box {
    margin-top: 0;
  }
  .main-order-box .box-inner-wrap {
    display: block;
  }
  .main-order-box .frm-inner-wrap {
    max-width: 100%;
  }
  .main-order-box .info-inner-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 5rem;
  }
  .main-order-box .photo-inner-wrap {
    width: 100%;
  }
  .main-order-box .photo-wrap {
    left: 50%;
    margin-left: -22rem;
  }
  .tiles-catalog-box .item-wrap {
    width: 50%;
  }
  .tiles-totals-box .items-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .tiles-totals-box .item-wrap {
    width: 50%;
    max-width: 300px;
  }
}
@media (max-width: 639px) {
  .tiles-programms-box .slider-wrap {
    overflow: visible;
  }
  .tiles-programms-box .slider-wrap .sl-wrap {
    transition: all ease 0.2s;
  }
  .tiles-programms-box .slider-wrap .sl-wrap:not(.swiper-slide-active) {
    opacity: 0;
    pointer-events: none;
  }
  .list-directions-box .menu {
    columns: 1;
  }
  .tiles-catalog-box .item-wrap {
    width: 100%;
  }
  .filter-box .box-inner-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .filter-box .frm-field {
    width: 100%;
  }
  .content-box {
    padding: 20px;
  }
  .about-info-box .box-inner-wrap {
    padding: 20px;
  }
  .subscribe-info-box {
    padding-bottom: 0;
  }
  .subscribe-info-box .box-inner-wrap {
    display: block;
  }
  .subscribe-info-box .info-inner-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .subscribe-info-box .photo-inner-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
  }
  .subscribe-info-box .photo-inner-wrap .elm-photo {
    margin: -6rem -8rem 0 -8rem;
  }
  .subscribe-info-box .form-inner-wrap {
    top: 30%;
  }
  .subscribe-info-box .decor03 {
    display: none;
  }
  .subscribe-info-box .decor02 {
    display: none;
  }
  .subscribe-info-box .decor04 {
    display: none;
  }
  .tiles-reviews-box .box-inner-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tiles-reviews-box .sl-wrap {
    width: 280px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .tiles-reviews-box .slider-wrap {
    margin: 0 -5px;
  }
  .socials-info-box .box-inner-wrap {
    padding: 30px 0;
    display: block;
  }
  .socials-info-box .info-inner-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .tiles-actions-box .sl-inner-wrap {
    padding-bottom: 40px;
  }
  .tiles-actions-box .slider-actions-wrap {
    width: 100%;
    text-align: center;
  }
  .tiles-actions-box .sl-inner-wrap {
    display: block;
    min-height: 0;
  }
  .tiles-actions-box .info-inner-wrap {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .tiles-actions-box .photo-inner-wrap {
    width: 100%;
  }
  .tiles-actions-box .photo-inner-wrap .elm-photo {
    aspect-ratio: 733/452;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .tiles-actions-box .elm-price {
    bottom: 60px;
  }
  .list-services-box .box-inner-wrap {
    display: block;
  }
  .list-services-box .list-inner-wrap {
    width: 100%;
  }
  .list-services-box .photo-inner-wrap {
    margin: 0 auto;
    right: auto;
  }
  .main-slider-box .slider-pagination {
    top: auto;
    left: 0;
    right: 0;
    padding-bottom: 28px;
    z-index: 20;
  }
  .main-slider-box .sl-inner-wrap {
    min-height: 0;
    display: block;
  }
  .main-slider-box .title-inner-wrap {
    padding: 12px 0 0 0;
    width: 100%;
  }
  .main-slider-box .photo-inner-wrap {
    margin-top: 30px;
    height: auto;
  }
  .main-slider-box .photo-inner-wrap .elm-photo {
    aspect-ratio: 589/657;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .main-slider-box .photo-inner-wrap .btn {
    bottom: 30px;
  }
  .main-slider-box .h1-title {
    max-width: 100%;
    font-size: 5rem;
  }
}
@media (max-width: 479px) {
  .popup-outer-box.popup-order .popup-box {
    padding: 20px 10px;
  }
  .popup-outer-box.popup-order .popup-box .btn-popup-close {
    margin: 0;
  }
  .popup-outer-box.popup-order .popup-box .frm-popup {
    font-size: 14px;
  }
  .popup-outer-box.popup-order .popup-box .frm-popup .btn {
    min-width: 0;
  }
  .popup-outer-box.popup-order .popup-box .frm-popup .form-input {
    padding-left: 10px;
  }
  .popup-outer-box.popup-order .popup-box .popup-title {
    font-size: 20px;
  }
  .tiles-totals-box .box-inner-wrap {
    font-size: 20px;
  }
  .tiles-totals-box .item-wrap {
    width: 100%;
  }
  .list-services-box .list {
    columns: 1;
    font-size: 2.7rem;
  }
}
@media (min-width: 640px) {
  .tiles-programms-box .slider-wrap {
    overflow: visible;
  }
  .tiles-programms-box .slider-wrap .sl-wrap {
    transition: all ease 0.2s;
    opacity: 0;
    pointer-events: none;
  }
  .tiles-programms-box .slider-wrap .sl-wrap.swiper-slide-active,
  .tiles-programms-box .slider-wrap .sl-wrap.swiper-slide-active + .sl-wrap {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (min-width: 1200px) {
  .tiles-programms-box .slider-wrap .sl-wrap.swiper-slide-active,
  .tiles-programms-box .slider-wrap .sl-wrap.swiper-slide-active + .sl-wrap,
  .tiles-programms-box .slider-wrap .sl-wrap.swiper-slide-active + .sl-wrap + .sl-wrap {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (min-width: 1400px) {
  .tiles-catalog-box {
    padding-left: 28px;
    padding-right: 28px;
  }
}
/* ----------------------------------- *\
			inputs elements styles
\* ----------------------------------- */
.form-input[placeholder] {
  text-overflow: ellipsis;
}
.form-input {
  text-overflow: ellipsis;
  height: 64px;
  border-radius: var(--vsmall-radius);
  padding: 0 10px 0 24px;
  border: 2px solid #fff;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  color: var(--clr-title);
}
.form-input.inp-large {
  height: 5.0625em;
  font-size: 16px;
}
select.form-input {
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 44px;
  padding-right: 4.4rem;
  background-image: url(../img/icons/arrow-select.svg);
  background-position: right 20px center;
  background-position: right 2rem center;
  background-color: #fff;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none!important;
  line-height: 1em;
  text-indent: 0.01px;
  outline: none;
  cursor: pointer;
}
select.form-input.form-input-clear {
  height: auto;
  border: none;
  min-height: 0;
  border-radius: 0;
  box-shadow: none;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: inherit;
  padding: 0 16px 0 0;
  color: inherit;
  font-weight: bold;
  background-image: url(../img/icons/arrow-select.png);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right center;
}
select::-ms-expand {
  display: none;
}
select.form-input:required:invalid {
  color: #ADADAD;
}
[placeholder]::-webkit-input-placeholder {
  color: var(--clr-base);
}
[placeholder]:-moz-placeholder {
  color: var(--clr-base);
}
[placeholder]::-moz-placeholder {
  color: var(--clr-base);
}
[placeholder]:-ms-input-placeholder {
  color: var(--clr-base);
}
.btn {
  height: 3.11111111em;
  border-radius: var(--vsmall-radius);
  border: 2px solid var(--clr-att);
  background-color: var(--clr-att);
  font-size: 18px;
  font-weight: bold;
  padding: 0 2.33333333em;
  color: #fff;
}
.btn:hover {
  background-color: var(--clr-att-hover);
  border-color: var(--clr-att-hover);
  color: #fff;
}
.btn.button-tab {
  height: 60px;
  height: 6rem;
  border-radius: 50px;
  background: none;
  border-color: #fff;
  border-width: 2px;
  padding: 0 24px;
  padding: 0 2.4rem;
  font-size: 18px;
  font-weight: 500;
  color: var(--clr-base);
}
.btn.button-tab:hover,
.btn.button-tab.active {
  background-color: #fff;
  color: var(--clr-att);
}
.btn.button-tab.active {
  font-weight: bold;
}
.btn.button-large {
  height: 4.05em;
  border-radius: var(--main-radius);
  padding: 0 2.2em;
  font-size: 20px;
}
.btn.button-light {
  background-color: #EBF1FB;
  border-color: #EBF1FB;
  color: var(--clr-title);
}
.btn.button-light:hover {
  background-color: var(--clr-bg);
  border-color: var(--clr-bg);
  color: var(--clr-title);
}
.btn.button-att {
  background-color: var(--clr-att-hover);
  border-color: var(--clr-att-hover);
}
.btn.button-white {
  border-color: #fff;
  background-color: #fff;
  color: var(--clr-vlight);
}
.btn.button-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--clr-vlight);
  opacity: 0.8;
}
.btn.button-clear {
  width: auto;
  height: auto;
  line-height: 24px;
  color: inherit;
  white-space: normal;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  min-width: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-weight: inherit;
}
.btn.button-clear:hover {
  border: none;
  background: none;
  color: var(--clr-att);
}
.btn.button-clear .button-ico {
  width: 24px;
  height: 24px;
  filter: none;
}
.btn.button-border:not(:hover) {
  background-color: transparent;
  color: var(--clr-att);
}
.btn .button-ico {
  width: 24px;
  height: 24px;
  margin: 0 10px;
  transition: all ease 0.2s;
}
.btn .button-ico:last-child {
  margin-right: 0;
}
.btn .button-ico:first-child {
  margin-left: 0;
}
.btn .button-title[data-title]:before {
  content: attr(data-title);
}
.btn .button-title[data-show]:before {
  content: attr(data-show);
}
.btn.active .button-title[data-title-active]:before {
  content: attr(data-title-active);
}
.btn.active .button-title[data-hide]:before {
  content: attr(data-hide);
}
.btn-action-ico {
  min-width: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  transition: all ease 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-action-ico:not(.btn) {
  background: none;
  border: none;
  box-shadow: none;
}
.btn-action-ico.btn {
  min-width: 0;
  min-height: 0;
  padding: 0;
  display: block;
}
.btn-action-ico:before,
.btn-action-ico:after,
.btn-action-ico [class*="icon-"],
.btn-action-ico img,
.btn-action-ico svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all ease 0.2s;
}
.btn-action-ico img,
.btn-action-ico svg {
  max-width: 24px;
  max-height: 24px;
}
.btn-action-ico:before,
.btn-action-ico:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px auto;
}
.btn-action-ico:hover {
  text-decoration: none;
}
.btn-action-ico:hover:not(.btn) {
  background: none;
  box-shadow: none;
}
.btn-action-ico.ico-arrow {
  z-index: 20;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.btn-action-ico.ico-arrow:before {
  background-image: url(../img/icons/arrow-slider.svg);
  filter: grayscale(100%);
}
.btn-action-ico.ico-arrow:hover {
  background: #fff;
}
.btn-action-ico.ico-arrow:hover:before {
  filter: none;
}
.btn-action-ico.ico-arrow.swiper-button-disabled {
  opacity: 0.5;
}
.btn-action-ico.ico-arrow-prev:before {
  transform: rotate(180deg);
}
.btn-action-ico.ico-search:before {
  background-image: url(../img/icons/search-dark.svg);
  background-size: 32px auto;
}
.btn-action-ico.ico-menu {
  /* &amp;.active {
            &amp;:after {
                height: 2px;
                margin-top: -1px;
                border-top: none;
                .t-rotate(-45deg);
            }
            &amp;:before {
                .t-rotate(45deg);
            }
        } */
}
.btn-action-ico.ico-menu:after,
.btn-action-ico.ico-menu:before {
  width: 24px;
  height: 14px;
  border-top: 2px solid var(--clr-base);
  border-bottom: 2px solid var(--clr-base);
  margin: -7px 0 0 -12px;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
}
.btn-action-ico.ico-menu:before {
  height: 2px;
  margin-top: -1px;
  border-top: none;
}
.btn-action-ico.ico-close:after,
.btn-action-ico.ico-close:before {
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: -1px 0 0 -10px;
  background: var(--clr-base);
}
.btn-action-ico.ico-close:before {
  transform: rotate(45deg);
}
.btn-action-ico.ico-close:after {
  transform: rotate(-45deg);
}
.btn-action-ico.button-soc {
  width: 54px;
  height: 54px;
  background: #fff;
  border-radius: 50%;
}
.btn-action-ico.button-soc:hover {
  background: #fff;
}
.btn-action-ico.button-soc.soc-tg:before {
  background: url(../img/icons/soc.svg) 0 0 no-repeat;
}
.btn-action-ico.button-soc.soc-wa:before {
  background: url(../img/icons/soc.svg) -70px 0 no-repeat;
}
.btn-action-ico.button-soc.soc-vk:before {
  background: url(../img/icons/soc.svg) -140px 0 no-repeat;
}
.btn-action-ico.button-soc img,
.btn-action-ico.button-soc svg {
  max-width: 100%;
  max-height: 100%;
}
.btn-action-ico.button-soc:hover {
  opacity: 0.8;
}
.btn-action-plus {
  display: inline-block;
  color: inherit;
  position: relative;
  padding-left: 40px;
  padding-left: 4rem;
  z-index: 2;
}
.btn-action-plus:hover:after,
.btn-action-plus.active:after {
  opacity: 1;
}
.btn-action-plus:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.2em;
  bottom: -0.2em;
  left: -10px;
  right: -10px;
  border-radius: 50px;
  background: #CCE5FA;
  opacity: 0;
  transition: opacity ease 0.2s;
  z-index: -1;
}
.btn-action-plus:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  background: url(../img/icons/pluses.svg) 0 0 no-repeat;
  background-size: 18px auto;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
.btn-action-plus:hover {
  color: inherit;
}
.btn-action-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  color: inherit;
}
.btn-action-icon.button-att {
  color: var(--clr-att);
}
.btn-action-icon.button-att .button-ico {
  filter: none;
}
.btn-action-icon:hover {
  color: var(--clr-att);
}
.btn-action-icon:hover .button-ico {
  filter: none;
}
.btn-action-icon .button-ico {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  filter: brightness(0) grayscale(1);
}
.btn-action-icon .button-ico + .button-title {
  padding-left: 10px;
}
.btn-action-icon .button-title {
  display: block;
}
.WidgetButtonWrapper {
    all: unset;
    position: fixed;
    aspect-ratio: 1 / 1;
    z-index: 2147483646;
	width: 80px;
    height: 80px;
    left: calc(100% - 25px - 80px);
    bottom: 25px;
	display: flex;
}
.WidgetButtonTypeWhatsapp {
    background: linear-gradient(#86ffb3 0%, #26d367 100%);
}

.WidgetButtonTypeWhatsapp, .WidgetButtonTypeTelegram, .WidgetButtonTypeQr {
    border-radius: 50%;
}

.WidgetButton {
    all: unset;
    position: absolute;
    z-index: 3;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transform: scale(1);
    color: white;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 50%;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.5), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.WidgetButtonTypeWhatsapp::before {
    background-color: #26d367;
}

.WidgetButtonTypeWhatsapp::before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: calc(100% - 6px);
    aspect-ratio: 1 / 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.WidgetButtonIcon {
    all: unset;
    position: relative;
    z-index: 1;
    display: block;
    max-width: 68%;
    aspect-ratio: 1 / 1;
}
.WidgetButtonWaveColor {
    all: unset;
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    aspect-ratio: 1 / 1;
    color: white;
}
.WidgetButton:hover {
    transform: scale(1.15);
	color: #fff;
}
@keyframes WidgetButtonWaveSonic {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    60% {
        transform: scale(1);
        opacity: 0;
    }
    70% {
        opacity: 0.4;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
.WidgetButtonWave {
    all: unset;
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    aspect-ratio: 1 / 1;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    border-radius: 50%;
    background: radial-gradient(#ffffff, currentcolor);
    animation: 4s ease 0s infinite normal none running WidgetButtonWaveSonic;
}
@media (max-width: 1023px) {
  select.form-input {
    padding-right: 40px;
    background-position: right 10px center;
  }
  .form-input.inp-large {
    height: 3.4em;
    font-size: 18px;
  }
  .btn {
    font-size: 16px;
  }
  .btn.button-large {
    font-size: 18px;
    height: 3.4em;
  }
  .btn.button-tab {
    font-size: 15px;
  }
}
/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
.frm-popup {
  position: relative;
}
.frm-popup .frm-row,
.frm-popup .frm-row-submit {
  margin: 0 -10px;
  position: relative;
  z-index: 2;
}
.frm-popup .frm-field {
  padding: 0 10px;
  margin-bottom: 20px;
}
.frm-popup .field-title {
  display: block;
  font-size: 16px;
  line-height: 1.7;
  color: #8C9EB1;
}
.frm-popup .field-name {
  width: 40%;
}
.frm-popup .field-phone {
  width: 50%;
  max-width: 357px;
}
.frm-popup .frm-row-submit {
  padding-top: 13px;
}
.frm-popup .frm-row-submit .frm-field {
  margin-bottom: 38px;
}
.frm-popup .frm-row-submit .frm-field:last-child {
  margin-bottom: 20px;
}
.frm-popup .frm-select {
  margin-bottom: 6px;
  max-width: 400px;
}
.frm-popup .frm-select:last-child {
  margin-bottom: 0;
}
.frm-popup .btn {
  min-width: 290px;
}
.frm-main-sbs {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.frm-main-sbs .field-input {
  -ms-flex: 1;
      flex: 1;
  position: relative;
}
.frm-main-sbs .field-input:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/email-att.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 50px;
  opacity: 0.4;
  margin: -12px 0 0 -12px;
  z-index: 2;
  pointer-events: none;
}
.frm-main-sbs .field-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 290px;
  min-width: 29rem;
}
.frm-main-sbs .field-button .btn {
  width: 100%;
  padding: 0 10px;
}
.frm-main-sbs .form-input {
  padding: 0 20px 0 70px;
}
.frm-main-search {
  display: block;
  position: relative;
}
.frm-main-search .form-input {
  height: 37px;
  padding-left: 33px;
  border-radius: 16px;
  border: 1px solid #BDC2CB;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  background-image: url(../img/icons/search.svg);
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: 11px center;
}
.frm-main-search [placeholder]::-webkit-input-placeholder {
  color: #727E93;
}
.frm-main-search [placeholder]:-moz-placeholder {
  color: #727E93;
}
.frm-main-search [placeholder]::-moz-placeholder {
  color: #727E93;
}
.frm-main-search [placeholder]:-ms-input-placeholder {
  color: #727E93;
}
.frm-main-search .btn {
  position: absolute;
  top: 100%;
  left: 100%;
  opacity: 0;
  display: none;
}
.frm-row,
.frm-field,
.frm-row-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.frm-field {
  display: block;
  width: 100%;
}
.frm-select {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
}
.frm-select input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.frm-select input:checked ~ label:after {
  opacity: 1;
}
.frm-select label {
  display: block;
  position: relative;
  cursor: pointer;
}
.frm-select label:before,
.frm-select label:after {
  content: "";
  display: block;
  position: absolute;
}
.frm-select label:after {
  opacity: 0;
}
.frm-select label {
  padding-left: 22px;
  font-size: 16px;
  line-height: 22px;
  min-height: 22px;
}
.frm-select label:before,
.frm-select label:after {
  width: 12px;
  height: 12px;
  top: 11px;
  left: 6px;
  margin: -6px 0 0 -6px;
  border: 1px solid var(--clr-att);
  border-radius: 50%;
}
.frm-select label:after {
  border: none;
  border-radius: 0;
  background: url(../img/icons/chk.svg) center no-repeat;
  background-size: 24px auto;
  z-index: 2;
}
.frm-select a:not(:hover) {
  color: inherit;
}
@media (max-width: 1023px) {
  .frm-main-sbs {
    display: block;
  }
  .frm-main-sbs .field-input {
    margin-bottom: 10px;
  }
  .frm-main-sbs .form-input {
    border-radius: var(--main-radius);
  }
}
@media (min-width: 1024px) {
  .frm-main-sbs {
    border-radius: var(--main-radius);
    background: #fff;
  }
  .frm-main-sbs .form-input {
    border-radius: 0;
    background: none;
    border: none;
  }
}
/* ----------------------------------- *\
		common styles
\* ----------------------------------- */
@keyframes flash {
  0% {
    opacity: 0.55;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinslide {
  from {
    opacity: 0;
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
.i,
[class*="icon-"] {
  display: block;
  transition: none;
}
.img-bg-cover,
.img-bg-contain {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.img-bg-contain {
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
@supports (object-fit: cover) {
  .img-bg-cover {
    height: 100%;
    object-fit: cover;
  }
}
@supports (object-fit: contain) {
  .img-bg-contain {
    height: 100%;
    object-fit: contain;
    max-width: inherit;
    max-height: inherit;
    right: auto;
    bottom: auto;
  }
}
.js-btn-popup-toggle.active + .js-popup-block {
  display: block !important;
}
.js-popup-block {
  animation: fadein ease 0.3s;
}
.js-tab-block {
  animation: fadein ease 0.2s;
}
.js-tab-block:not(.active) {
  display: none;
}
.js-tab-block.tab-slider:not(.active) {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  height: 0;
  position: relative;
  overflow: hidden;
}
.items-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.ffff {
  width: 80%;
}
.items-wrap.show-all .item-wrap.wrap-hidden {
  display: block;
}
.items-wrap.show-all .wrap-more a:after {
  content: attr(data-hide);
}
.item-wrap {
  width: 100%;
  position: relative;
  break-inside: avoid-column;
  display: block;
  animation: fadein ease 0.2s;
}
.item-wrap.wrap-more ~ .item-wrap {
  display: none;
}
.item-wrap.wrap-more.active {
  display: none;
}
.item-wrap.wrap-more.active ~ .item-wrap {
  display: block;
}
.item-wrap.wrap-more a:after {
  content: attr(data-show);
}
.item-wrap.wrap-hidden {
  display: none;
  animation: fadein ease 0.2s;
}
.tile-many-lines,
.text-many-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* 

add to head box

<style>
	.tile-many-lines, .text-many-lines {
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
</style>

 */
.item-tile,
.tile-outer-wrap,
.tile-inner-wrap,
.tile-photo-wrap,
.tile-photos-wrap,
.tile-info-wrap,
.tile-text-wrap,
.tile-title-wrap,
.tile-desc-wrap,
.tile-actions-wrap,
.tile-action-wrap,
.tile-ico,
.tile-photo,
.tile-info,
.tile-text,
.tile-title,
.tile-desc {
  display: block;
  position: relative;
}
.tile-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
  color: transparent;
}
.no-mbottom {
  margin-bottom: 0 !important;
}
.no-mtop {
  margin-top: 0 !important;
}
.no-pbottom {
  padding-bottom: 0 !important;
}
.no-ptop {
  padding-top: 0 !important;
}
.elm-hidden {
  display: none !important;
}
input.form-clear-autofill::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.swiper,
.swiper-wrapper {
  position: relative;
}
.sl-wrap.swiper-slide {
  height: fit-content;
}
.slider-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -5px -5px -5px;
  position: relative;
  width: auto;
}
.slider-pagination .swiper-pagination-bullet {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #D9D9D9;
  opacity: 1;
  transition: all ease 0.2s;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0 5px 5px 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.slider-pagination .swiper-pagination-bullet:hover,
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--clr-att);
}
@media (max-width: 1023px) {
  .elm-hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .elm-hidden-desktop {
    display: none !important;
  }
}
/* ----------------------------------- *\
			fonts
\* ----------------------------------- */
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.woff2') format('woff2'), url('../fonts/Gilroy-UltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.woff2') format('woff2'), url('../fonts/Gilroy-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'), url('../fonts/Gilroy-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.woff2') format('woff2'), url('../fonts/Gilroy-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.woff2') format('woff2'), url('../fonts/Gilroy-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ----------------------------------- *\
			icons
\* ----------------------------------- */

a.reveal,
a.closer{
    cursor:pointer;
    padding: 5px 0;
}

.spoiler {
	overflow: hidden;
	display:block;
	height:0px;
}

.spoiler.open_span {
	visibility:visible;
	height:auto;
}
/* new styles */
.mb-80 {
  margin-bottom: 80px !important;
  margin-bottom: 8rem !important;
}
.mb-50 {
  margin-bottom: 50px !important;
  margin-bottom: 5rem !important;
}
.mb-40 {
  margin-bottom: 40px !important;
  margin-bottom: 4rem !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.btn-action-ico.ico-arrow.button-dark {
  background-color: #E2EAF2;
}
.btn-action-ico.ico-arrow.button-dark:hover {
  background-color: #E2EAF2;
}
.btn-action-ico.ico-play:hover:before {
  opacity: 0.9;
}
.btn-action-ico.ico-play:before {
  background-image: url(../img/new/play.svg);
  background-size: 100% auto;
}
.elm-rate {
  width: 21px;
  height: 21px;
  display: block;
  position: relative;
  background: url(../img/new/rate.svg) center no-repeat;
  background-size: 21px auto;
}
.elm-rates {
  display: -ms-flexbox;
  display: flex;
  width: 115px;
  height: 21px;
  line-height: 1;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.elm-rates .elm-rate {
  margin: 0;
}
.elm-rates .elm-rate:last-child {
  margin: 0;
}
.elm-rates[data-rate="4"] .elm-rate:nth-child(5) {
  background-image: url(../img/new/rate.svg);
  filter: brightness(0) grayscale(1) opacity(0.3);
}
.elm-rates[data-rate="3"] .elm-rate:nth-child(4),
.elm-rates[data-rate="3"] .elm-rate:nth-child(5) {
  background-image: url(../img/new/rate.svg);
  filter: brightness(0) grayscale(1) opacity(0.3);
}
.elm-rates[data-rate="2"] .elm-rate:nth-child(3),
.elm-rates[data-rate="2"] .elm-rate:nth-child(4),
.elm-rates[data-rate="2"] .elm-rate:nth-child(5) {
  background-image: url(../img/new/rate.svg);
  filter: brightness(0) grayscale(1) opacity(0.3);
}
.elm-rates[data-rate="1"] .elm-rate:nth-child(2),
.elm-rates[data-rate="1"] .elm-rate:nth-child(3),
.elm-rates[data-rate="1"] .elm-rate:nth-child(4),
.elm-rates[data-rate="1"] .elm-rate:nth-child(5) {
  background-image: url(../img/new/rate.svg);
  filter: brightness(0) grayscale(1) opacity(0.3);
}
.elm-rates[data-rate="0"] .elm-rate {
  background-image: url(../img/new/rate.svg);
  filter: brightness(0) grayscale(1) opacity(0.3);
}
.item-tile-question-main {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}
.item-tile-question-main .tile-title-wrap {
  margin-bottom: 20px;
}
.item-tile-question-main .tile-content-wrap {
  display: -ms-flexbox;
  display: flex;
}
.item-tile-question-main .tile-photo-wrap {
  width: 200px;
  padding-right: 60px;
  padding-right: 6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-question-main .tile-info-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: var(--main-radius);
  background: #fff;
  padding: 20px 35px;
  padding: 2rem 3.5rem;
  -ms-flex: 1;
      flex: 1;
  position: relative;
}
.item-tile-question-main .tile-info-wrap:before {
  content: "";
  display: block;
  width: 56px;
  width: 5.6rem;
  aspect-ratio: 56/66;
  position: absolute;
  background: url(../img/new/corner.svg) center no-repeat;
  background-size: 100% auto;
  top: 0;
  left: -28px;
  left: -2.8rem;
}
.item-tile-question-main .tile-info-wrap p {
  max-width: 50.55555556em;
  position: relative;
}
.item-tile-question-main .tile-title {
  font-weight: bold;
  line-height: inherit;
  font-size: inherit;
}
.item-tile-question-main .tile-photo {
  aspect-ratio: 1;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-review-main {
  font-size: 18px;
  line-height: 1.4;
  color: var(--clr-base);
  position: relative;
  overflow: hidden;
  min-height: 100%;
  box-shadow: 0px 4px 45px 0px rgba(219, 231, 245, 0.89);
  border-radius: var(--small-radius);
  background: #fff;
  padding: 15px 30px 30px 25px;
  padding: 15px 3rem 3rem 25px;
  min-height: 240px;
  height: 100%;
}
.item-tile-review-main .tile-title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}
.item-tile-review-main .tile-ico {
  width: 62px;
  height: 62px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 45px rgba(219, 231, 245, 0.89);
}
.item-tile-review-main .tile-rate-wrap {
  display: block;
  -ms-flex: 1;
      flex: 1;
  padding-left: 15px;
}
.item-tile-review-main .tile-info-wrap {
  line-height: 1.8;
}
.item-tile-review-main .tile-rate-title {
  margin-top: 6px;
}
.item-tile-review-main .tile-title {
  margin: 0;
  font-weight: bold;
}
.item-tile-video-review {
  border-radius: var(--small-radius);
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.item-tile-video-review .btn-action-ico {
  width: 32%;
  aspect-ratio: 1;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}
.item-tile-video-review .tile-photo {
  aspect-ratio: 231/411;
}
.item-tile-team .tile-tags-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 26px 20px 20px 20px;
  padding: 2.6rem 2rem 2rem 2rem;
  z-index: 3;
}
.item-tile-video {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
  height: 100%;
  border-radius: var(--vsmall-radius);
  box-shadow: 0px 4px 45px rgba(219, 231, 245, 0.89);
  aspect-ratio: 1311/737;
  margin: 20px 0 37px 0;
  margin: 2rem 0 3.7rem 0;
  cursor: pointer;
}
.item-tile-video:first-child {
  margin-top: 0;
}
.item-tile-video:last-child {
  margin-bottom: 0;
}
.item-tile-video iframe,
.item-tile-video object,
.item-tile-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-tile-video .tile-img {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.item-tile-video .tile-bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.item-tile-video .btn-action-ico {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  margin: auto;
  width: 122px;
  width: 12.2rem;
  height: 122px;
  height: 12.2rem;
}
.item-tile-video:after {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.item-tile-video.active .tile-bg,
.item-tile-video.active img,
.item-tile-video.active .tile-img,
.item-tile-video.active .btn-action-ico,
.item-tile-video.active:after {
  display: none;
}
.item-tile-price.type-plus .tile-button {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--clr-base);
}
.item-tile-price.type-plus .tile-button:before {
  background-image: url(../img/icons/pluses.svg);
  background-size: 16px auto;
}
.item-tile-price.type-plus .tile-button.active:before {
  transform: rotate(45deg);
}
.item-tile-price .more-inner-box {
  margin-top: 10px;
}
.item-tile-price.tile-text .tile-content-block {
  /*line-height: 1.8;*/
}
.item-tile-price.tile-text .tile-content-block p,
.item-tile-price.tile-text .tile-content-block ul,
.item-tile-price.tile-text .tile-content-block ol {
  margin: 0;
}
.item-tile-price.tile-no-action {
  overflow: hidden;
}
.item-tile-price.tile-no-action .btn-action-plus {
  margin-left: 0;
}
.item-tile-price.tile-no-action .tile-content-block {
  display: block;
}
.item-tile-price.tile-no-action .tile-button {
  padding-left: 30px;
  padding-left: 3rem;
  cursor: default;
}
.item-tile-price.tile-no-action .tile-button:before {
  display: none;
}
.item-tile-price.tile-no-action .elm-price {
  font-size: 1.11111111em;
  font-weight: bold;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-left: 5px;
}
.item-tile-price.tile-no-action table {
  table-layout: inherit;
  overflow: hidden;
}
.item-tile-price.tile-no-action table tr {
  overflow: hidden;
  position: relative;
}
.item-tile-price.tile-no-action table th,
.item-tile-price.tile-no-action table td {
  vertical-align: bottom;
}
.item-tile-price.tile-no-action table th:first-child,
.item-tile-price.tile-no-action table td:first-child {
  position: relative;
}
.item-tile-price.tile-no-action table th:first-child:after,
.item-tile-price.tile-no-action table td:first-child:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  top: auto;
  width: 100dvw;
  height: 1px;
  border-top: 1px dotted;
}
.item-tile-price.tile-no-action table .col02 {
  width: auto;
}
.item-tile-price.tile-no-action .btn-action-plus {
  position: relative;
  max-width: 90%;
  background: #fff;
  z-index: 2;
}
.item-tile-info {
  line-height: 1.5;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
}
.item-tile-info .tile-ico {
  width: 40px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-info .tile-title {
  margin: 0;
  padding: 0 0 0 8px;
  -ms-flex: 1;
      flex: 1;
}
.tile-tag {
  display: block;
  width: 115px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 15px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  color: #7A7A7A;
  margin-bottom: 7px;
}
.tile-tag:last-child {
  margin-bottom: 0;
}
.tiles-teams-box .box-inner-wrap {
  padding-left: 30px;
  padding-left: 3rem;
  padding-right: 30px;
  padding-right: 3rem;
}
.tiles-slider-box {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.tiles-slider-box .slider-inner-wrap {
  position: relative;
}
.tiles-slider-box .slider-wrap {
  position: relative;
  margin: 0 -12px;
  margin: 0 -1.2rem;
}
.tiles-slider-box .sl-wrap {
  padding: 0 12px;
  padding: 0 1.2rem;
}
.tiles-slider-box .ico-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  display: none;
}
.tiles-slider-box .ico-arrow-next {
  left: auto;
  right: 0;
}
.tiles-slider-box .slider-pagination {
  position: relative;
  padding: 24px 0 0 0;
}
.tiles-slider-box .slider-license {
  aspect-ratio: 173/243;
}
.tiles-slider-box .slider-tiles-reviews .slider-wrap {
  overflow: visible;
}
.tiles-slider-box .slider-tiles-reviews .slider-wrap .sl-wrap {
  transition: all ease 0.2s;
}
.tiles-slider-box .slider-tiles-reviews .slider-wrap .sl-wrap:not(.swiper-slide-active) {
  opacity: 0;
  pointer-events: none;
}
.info-contacts-box {
  margin-bottom: 50px;
  margin-bottom: 5rem;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}
.info-contacts-box .title-inner-box {
  margin: 45px 0;
  margin: 4.5rem 0;
}
.info-contacts-box .title-inner-box:first-child {
  margin-top: 0;
}
.info-contacts-box .box-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  margin: 0 -17px;
  margin: 0 -1.7rem;
}
.info-contacts-box .photo-inner-wrap {
  padding: 0 17px;
  padding: 0 1.7rem;
  width: 54%;
}
.info-contacts-box .info-inner-wrap {
  width: 46%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 17px;
  padding: 0 1.7rem;
}
.info-contacts-box .info-content-wrap {
  border-radius: var(--small-radius);
  background: #fff;
  box-shadow: 0px 4px 45px 0px rgba(219, 231, 245, 0.89);
  padding: 40px 70px;
  padding: 4rem 7rem;
}
.info-contacts-box .info-content-wrap a:not(:hover) {
  color: inherit;
}
.info-contacts-box .items-wrap {
  margin: 0 -17px -34px -17px;
  margin: 0 -1.7rem -3.4rem -1.7rem;
  -ms-flex-align: center;
      align-items: center;
}
.info-contacts-box .item-wrap {
  padding: 0 17px;
  padding: 0 1.7rem;
  margin-bottom: 34px;
  margin-bottom: 3.4rem;
  width: 33.33%;
}
.info-contacts-box .item-wrap .btn {
  width: 100%;
  padding: 10px 15px;
  height: auto;
  min-height: 55px;
  min-height: 5.5rem;
  border-radius: var(--small-radius);
  box-shadow: 0px 4px 45px 0px rgba(219, 231, 245, 0.89);
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  white-space: normal;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: left;
}
.info-contacts-box .item-wrap .btn:before {
  margin: 0 10px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--clr-att);
  content: "";
  display: block;
}
.info-contacts-box .h3-title {
  margin-bottom: 1.1em;
}
.info-questions-box {
  margin-bottom: 50px;
  margin-bottom: 5rem;
  font-size: 16px;
  line-height: 1.4;
}
.info-questions-box .content-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.info-questions-box .content-inner-wrap p,
.info-questions-box .content-inner-wrap ul {
  margin-bottom: 1.4em;
}
.info-questions-box .content-inner-wrap p:last-child,
.info-questions-box .content-inner-wrap ul:last-child {
  margin-bottom: 0;
}
.info-questions-box .content-inner-wrap ul a:not(:hover) {
  color: inherit;
}
.info-questions-box .content-inner-wrap li {
  padding-left: 16px;
}
.info-questions-box .content-inner-wrap li:before {
  display: block;
  left: 0;
}
.info-questions-box .main-info-wrap {
  -ms-flex: 1;
      flex: 1;
}
.info-questions-box .subinfo-wrap {
  width: 42.3%;
  padding-left: 20px;
}
.info-questions-box .subinfo-title {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  font-size: 1em;
  line-height: inherit;
  font-weight: 400;
  border-bottom: 1px solid #42424250;
}
.info-questions-box .photo-inner-wrap {
  width: 178px;
  width: 17.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.info-questions-box .photo-inner-wrap .elm-photo {
  aspect-ratio: 1;
  border-radius: 50%;
}
.info-questions-box .info-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  padding-left: 52px;
  padding-left: 5.2rem;
}
.info-questions-box .box-inner-wrap {
  border-radius: var(--main-radius);
  background: var(--clr-bg);
  padding: 42px 30px;
  padding: 4.2rem 3rem;
  position: relative;
  overflow: hidden;
}
.info-questions-box .items-inner-wrap {
  margin-top: 40px;
  margin-top: 4rem;
}
.info-questions-box .items-inner-wrap:first-child {
  margin-top: 0;
}
.info-questions-box .items-wrap {
  margin: 0;
}
.info-questions-box .item-wrap {
  padding: 0;
  width: 100%;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.info-questions-box .item-wrap:last-child {
  margin-bottom: 0;
}
.info-questions-box .p-lead {
  font-weight: 600;
}
.tiles-columns-box {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.tiles-columns-box .title-inner-box {
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 37px;
  margin-bottom: 3.7rem;
}
.tiles-columns-box .box-inner-wrap {
  border-radius: var(--main-radius);
  background: var(--clr-bg);
  padding: 45px 30px;
  padding: 4.5rem 3rem;
  position: relative;
  overflow: hidden;
}
.tiles-columns-box .box-inner-wrap:before {
  content: "";
  display: block;
  width: 488px;
  aspect-ratio: 1;
  position: absolute;
  bottom: -115px;
  left: -115px;
  background: url(../img/new/decor-light.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.tiles-columns-box .items-inner-wrap {
  margin: 0 -30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.tiles-columns-box .items-wrap {
  margin: 0;
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 0;
  padding: 0 30px;
}
.tiles-columns-box .item-wrap {
  padding: 0;
  width: 100%;
  margin-bottom: 12px;
}
.tiles-columns-box .item-wrap:last-child {
  margin-bottom: 0;
}
.list-letter-box {
  margin-bottom: 24px;
  line-height: 1.6;
  font-weight: 500;
}
.list-letter-box .menu {
  display: block;
  columns: 4;
  column-gap: 3rem;
}
.list-letter-box .menu > li {
  position: relative;
  padding-left: 28px;
  padding-bottom: 24px;
}
.list-letter-box .menu > li li {
  padding: 0;
}
.list-letter-box .menu li {
  break-inside: avoid-column;
}
.list-letter-box .list-letter {
  display: block;
  font-size: 20px;
  color: var(--clr-att);
  font-weight: bold;
  position: absolute;
  top: -4px;
  left: 0;
}
.list-letter-box a {
  text-decoration: underline;
}
.list-letter-box a:hover {
  text-decoration: none;
}
.list-letter-box a:not(:hover) {
  color: inherit;
}
.line-section-box.section-bg {
  background-color: #F4F5F7;
}
.title-slider-box .slider-teams4-pagination .swiper-pagination-bullet:not(:hover, .swiper-pagination-bullet-active) {
  background: #fff;
  opacity: 1;
}
.cnt-attention-box.box-light {
  box-shadow: 0px 4px 45px 0px rgba(219, 231, 245, 0.89);
  background: #fff;
}
.lead-top-box {
  margin-bottom: 43px;
  margin-bottom: 4.3rem;
}
.lead-top-box .box-inner-wrap {
  border-radius: var(--main-radius);
  background: var(--clr-bg);
  padding: 80px 32px;
  padding: 8rem 3.2rem;
  position: relative;
  overflow: hidden;
}
.lead-top-box .box-inner-wrap:before {
  content: "";
  display: block;
  width: 41%;
  width: 540px;
  width: 54rem;
  aspect-ratio: 1;
  background-size: 100% auto;
  position: absolute;
  top: -15px;
  right: -15px;
}
.lead-top-box .photo-inner-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 510px;
  width: 51rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: center;
  z-index: 2;
}
.lead-top-box .photo-inner-wrap .elm-photo {
  width: 100%;
  max-height: 100%;
  height: 100%;
}
.lead-top-box .info-inner-wrap {
  position: relative;
  z-index: 3;
}
.lead-top-box .items-inner-wrap {
  margin-bottom: 46px;
  margin-bottom: 4.6rem;
}
.lead-top-box .links-inner-wrap {
  margin-bottom: 16px;
}
.lead-top-box .links-inner-wrap .btn {
  height: 30px;
  border-radius: 12px;
  padding: 0 24px 0 43px;
  font-size: 16px;
  font-weight: 400;
}
.lead-top-box .links-inner-wrap .btn.button-white {
  color: #8C9EB1;
}
.lead-top-box .links-inner-wrap .btn.button-white:hover {
  background: var(--clr-att);
  border-color: var(--clr-att);
  color: #fff;
}
.lead-top-box .links-inner-wrap .btn.button-white:hover:before {
  background-color: #fff;
}
.lead-top-box .links-inner-wrap .btn:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 26px;
  top: 50%;
  margin-top: -4px;
  border-radius: 50%;
  background: var(--clr-att);
}
.lead-top-box .action-inner-wrap .btn {
  min-width: 366px;
  min-width: 36.6rem;
}
.lead-top-box .h1-title {
  margin: 0 0 20px 0;
  margin: 0 0 2rem 0;
  max-width: 15.5em;
}
.lead-top-box .items-wrap {
  margin: 0 -10px -30px -10px;
  margin: 0 -1rem -3rem -1rem;
}
.lead-top-box .item-wrap {
  padding: 0 10px;
  padding: 0 1rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  width: 270px;
}
.lead-top-box .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -14px 0 0;
}
.lead-top-box .menu li {
  padding: 0 14px 10px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
tr { 
  border-bottom: 1px solid #ccc;
}
th, td {
  text-align: left;
  padding: 6px 10px;
  border: 1px solid #ccc;
}

@media (max-width: 1199px) {
  .tiles-columns-box .items-inner-wrap {
    margin: 0 -1.5rem;
  }
  .tiles-columns-box .items-wrap {
    padding: 0 1.5rem;
  }
  .lead-top-box .items-inner-wrap {
    padding-right: 240px;
  }
  .lead-top-box .photo-inner-wrap {
    right: -10rem;
  }
}
@media (max-width: 1023px) {
  .item-tile-question-main {
    font-size: 16px;
  }
  .item-tile-review-main {
    font-size: 16px;
  }
  .info-contacts-box {
    font-size: 16px;
  }
  .info-contacts-box .info-content-wrap {
    padding: 30px;
  }
  .info-contacts-box .item-wrap {
    width: 50%;
  }
  .info-questions-box .content-inner-wrap {
    display: block;
  }
  .info-questions-box .info-inner-wrap {
    padding-left: 0;
    margin-top: 3rem;
  }
  .tiles-columns-box .items-inner-wrap {
    display: block;
  }
  .tiles-columns-box .items-wrap {
    width: 100%;
    margin-bottom: 12px;
  }
  .tiles-columns-box .items-wrap:last-child {
    margin-bottom: 0;
  }
  .list-letter-box .menu {
    columns: 3;
  }
}
@media (max-width: 767px) {
  .info-contacts-box .item-wrap {
    width: 100%;
  }
  .info-contacts-box .box-inner-wrap {
    margin: 0;
    display: block;
  }
  .info-contacts-box .info-inner-wrap {
    width: 100%;
    padding: 0;
  }
  .info-contacts-box .photo-inner-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .info-questions-box .info-inner-wrap {
    display: block;
  }
  .info-questions-box .subinfo-wrap {
    width: 100%;
    padding: 0;
    margin-top: 3rem;
  }
  .list-letter-box .menu {
    columns: 2;
  }
}
@media (max-width: 639px) {
  .item-tile-question-main {
    font-size: 14px;
  }
  .item-tile-question-main .tile-photo-wrap {
    width: 80px;
    padding-right: 20px;
  }
  .item-tile-question-main .tile-info-wrap {
    border-top-left-radius: 15px;
    padding: 15px;
  }
  .item-tile-question-main .tile-info-wrap:before {
    width: 24px;
    left: -12px;
  }
  .lead-top-box .box-inner-wrap {
    padding: 0;
  }
  .lead-top-box .info-inner-wrap {
    padding: 24px;
  }
  .lead-top-box .items-inner-wrap {
    padding: 0;
  }
  .btn-action-icon .button-title {
  width: 50%;
}

  .lead-top-box .photo-inner-wrap {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
  }
  .lead-top-box .photo-inner-wrap .elm-photo {
    width: 400px;
    margin: 0 auto;
  }
  .lead-top-box .item-wrap {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .list-letter-box .menu {
    columns: 1;
  }
  .lead-top-box .item-wrap {
    width: 100%;
  }

  
.content-box table {
    display: block;
    overflow-x: auto;
}
}
@media (min-width: 768px) {
  .article-box.side-left {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .article-box.side-left .content-wrap {
    -ms-flex-order: 2;
        order: 2;
    padding: 0 0 0 2.4rem;
    width: calc(100% - 31.4rem);
    max-width: 87rem;
  }
  .article-box.side-left .side-wrap {
    width: 31.4rem;
    -ms-flex-order: 1;
        order: 1;
  }
}
@media (min-width: 1024px) {
  .tiles-slider-box .slider-inner-wrap {
    padding: 0 7.6rem;
  }
  .tiles-slider-box .slider-pagination {
    display: none;
  }
  .tiles-slider-box .ico-arrow {
    display: block;
  }
  .tiles-slider-box .slider-tiles-reviews .sl-wrap.swiper-slide-active + .sl-wrap {
    opacity: 1;
    pointer-events: auto;
  }
  .tiles-columns-box .title-inner-box {
    font-size: 18px;
  }
  .top-content-box {
    padding-left: 5rem;
    padding-right: 5rem;
    position: relative;
    z-index: 5;
  }
  .top-content-box + .content-box {
    margin-top: -160px;
    padding-top: 204px;
  }
  .top-content-box .lead-top-box {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .text-large {
    font-size: 18px;
    line-height: 1.4;
  }
}
/* end new styles */
