@charset "UTF-8";
:root {
  --clr-base: #2F2F2F;
  --clr-att: #1F78FF;
  --clr-att-hover: #69a5ff;
  --clr-border: #E8E8E8;
  --fsize: 14px;
  --lhsize: 1.25;
  --mbsize: 15px;
  --mbSection: 26px;
  --mainRadius: 24px;
  --mainRadius: 2.4rem;
  --icoSize: 24px;
  --min: 375px;
  --max: 1500px;
  --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: #fff;
  font-size: var(--fsize);
  line-height: var(--lhsize);
}
p,
ul,
ol,
table,
blockquote,
.bq-text {
  position: relative;
  margin-bottom: var(--mbsize);
}
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 {
  padding-left: 20px;
  position: relative;
}
li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
  position: absolute;
  top: 0.65em;
  left: 8px;
  margin-top: -2px;
}
.list-numbers {
  font-size: 1em;
  line-height: inherit;
  counter-reset: li;
}
.list-numbers li {
  margin-bottom: 15px;
  padding: 0 0 0 45px;
}
.list-numbers li:last-child {
  margin-bottom: 15px;
}
.list-numbers li:before {
  content: '0' counter(li);
  counter-increment: li;
  border-radius: 0;
  background-color: transparent;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: auto;
  color: var(--clr-att);
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin: 0;
}
.list-numbers li:nth-child(9) ~ li:before {
  content: counter(li);
}
.list-numbers .list-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.list-numbers .list-title:last-child {
  margin-bottom: 0;
}
.list-tiles {
  counter-reset: li;
  list-style: none;
}
.list-tiles .list-title {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.list-tiles .list-title:last-child {
  margin-bottom: 0;
}
.list-tiles li {
  position: relative;
  padding: 14px 14px 14px 59px;
  border: 1px solid var(--clr-border);
  border-radius: 20px;
  margin-bottom: 15px;
}
.list-tiles li:last-child {
  margin-bottom: 0;
}
.list-tiles li:before {
  content: '0' counter(li);
  counter-increment: li;
  border-radius: 0;
  background-color: transparent;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 14px;
  text-align: center;
  left: 0;
  width: 59px;
  height: auto;
  color: var(--clr-att);
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
.list-tiles li:nth-child(9) ~ li:before {
  content: counter(li);
}
.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,
.link-location {
  white-space: nowrap;
  display: inline-block;
  position: relative;
  color: inherit;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.link-phone.link-text,
.link-email.link-text,
.link-location.link-text {
  display: inline;
  padding: 0;
}
.link-phone.link-text:before,
.link-email.link-text:before,
.link-location.link-text:before {
  display: none;
}
.link-email:before {
  background-image: url(../img/icons/link-email.svg);
}
.link-location {
  white-space: normal;
}
.link-location:before {
  background-image: url(../img/icons/link-location.svg);
}
a.link-phone:hover,
a.link-email:hover,
a.link-location:hover {
  color: var(--clr-att);
}
.page-title,
.page-subtitle,
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;
  font-size: 24px;
  line-height: 1.1;
  margin: var(--mbsize) 0;
}
.page-title:first-child,
.page-subtitle: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:last-child,
.page-subtitle: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 {
  line-height: 1;
  margin: 0;
}
.page-subtitle {
  font-size: 48px;
  line-height: 1;
  color: var(--clr-att);
  padding-left: 25px;
  padding-right: 90px;
  display: inline-block;
  margin: 0;
}
.page-subtitle:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: var(--clr-att);
}
.page-subtitle:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/main/title-decor.svg) center no-repeat;
  background-size: 100% auto;
  width: 84px;
  height: 24px;
  top: 50%;
  right: 0;
  margin-top: -12px;
}
.text-att,
.title-att {
  color: var(--clr-att);
}
.text-light,
.title-light {
  color: var(--clr-light);
}
.text-center,
.title-center {
  text-align: center;
}
hr,
.hr {
  display: block;
  width: 100%;
  clear: both;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1px;
  border: none;
  background: var(--clr-border);
  margin-bottom: 30px;
  margin-top: 30px;
}
hr:first-child,
.hr:first-child {
  margin-top: 0;
}
hr:last-child,
.hr:last-child {
  margin-bottom: 0;
}
@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;
  }
  .text-mobile-center,
  .title-mobile-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 7px;
  }
}
@media (min-width: 1024px) {
  :root {
    --paddingContainer: 30px;
    --fsize: 16px;
    --lhsize: 1.45;
    --mbsize: 15px;
    --mbSection: 9rem;
  }
  li:before {
    top: 0.74em;
  }
  .page-title {
    font-size: 4rem;
    font-weight: 500;
  }
  .page-subtitle {
    font-size: 9rem;
    padding-left: 0.46875em;
    padding-right: 1.78125em;
    line-height: 0.7;
    font-weight: 500;
  }
  .page-subtitle:before {
    width: 1.625em;
    height: 0.46875em;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .page-subtitle:after {
    width: 0.421875em;
  }
  .list-numbers .list-title {
    font-size: 20px;
  }
  .list-numbers li {
    margin-bottom: 3rem;
  }
  .list-numbers li:last-child {
    margin-bottom: 3rem;
  }
  .list-tiles li {
    margin-bottom: 3rem;
    padding: 2.9rem 2.9rem 2.9rem 7.4rem;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.45;
  }
  .list-tiles li:before {
    width: 7.4rem;
    padding-left: 3rem;
    text-align: left;
    top: 2.7rem;
    font-size: 24px;
  }
  .list-tiles .list-title {
    font-size: 20px;
  }
  .text-desktop-center,
  .title-desktop-center {
    text-align: center;
  }
}
@media (min-width: 1400px) {
  :root {
    --paddingContainer: 45px;
  }
  .page-title {
    font-size: 6.8rem;
  }
  .page-subtitle {
    font-size: 12.8rem;
  }
}
/* ----------------------------------- *\
			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;
}
html.with-fancybox body.hide-scrollbar {
  overflow: inherit !important;
  overflow-x: hidden !important;
  margin-right: 0 !important;
}
.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;
  -ms-flex-direction: column;
      flex-direction: column;
}
.wrap > .cnt-section {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.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;
}
.header {
  z-index: 99;
  padding: 12px 0;
  margin-bottom: 15px;
}
.header .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.header .logo-inner-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-order: 1;
      order: 1;
  font-size: 24px;
}
.header .soc-mobile-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 2;
      order: 2;
  padding: 0 12px;
}
.header .soc-mobile-wrap .button-soc {
  width: 28px;
  height: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}
.header .soc-mobile-wrap .button-soc:first-child {
  margin-left: 0;
}
.header .menu-main-wrap {
  width: 40px;
  margin-right: -8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-order: 3;
      order: 3;
}
.popup-menu-wrap .actions-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 30px 15px 30px;
}
.popup-menu-wrap .menu-inner-wrap {
  margin-bottom: 8px;
}
.popup-menu-wrap .phone-wrap {
  -ms-flex: 1;
      flex: 1;
  padding: 0 0 0 0;
  -ms-flex-order: 2;
      order: 2;
  font-size: 18px;
  font-weight: bold;
}
.popup-menu-wrap .phone-wrap a:not(:hover) {
  color: inherit;
}
.popup-menu-wrap .phone-wrap .pre {
  display: inline;
  color: var(--clr-att);
}
.popup-menu-wrap .action-wrap {
  -ms-flex-order: 1;
      order: 1;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 15px;
}
.popup-menu-wrap .soc-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 3;
      order: 3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.popup-menu-wrap .soc-wrap .button-soc {
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.popup-menu-wrap .soc-wrap .button-soc:first-child {
  margin-left: 0;
}
.popup-menu-wrap .btn-menu {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.25;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--clr-base);
  letter-spacing: 0.42px;
  padding: 8px 30px;
}
.popup-menu-wrap .btn-menu:hover,
.popup-menu-wrap .btn-menu.active {
  color: var(--clr-att);
}
.popup-menu-wrap .btn {
  height: 42px;
}
.footer {
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 1.45;
  color: #fff;
}
.footer .footer-panel-wrap {
  border-radius: 20px;
  background: var(--clr-base);
  padding: 30px var(--paddingContainer) 0 var(--paddingContainer);
  overflow: hidden;
  position: relative;
}
.footer .info-inner-wrap {
  margin-bottom: 40px;
}
.footer .logo-wrap {
  margin-bottom: 30px;
  font-size: 50px;
}
.footer .info-wrap {
  margin-bottom: 30px;
}
.footer .menu-wrap {
  margin-bottom: 32px;
}
.footer .menu-wrap .footer-title {
  margin-bottom: 22px;
}
.footer .soc-wrap {
  margin-bottom: 30px;
}
.footer .contacts-wrap {
  margin-bottom: 30px;
}
.footer .footer-title {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}
.footer .btn-menu {
  display: block;
  position: relative;
  padding: 8px 0;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  line-height: 1.25;
  font-weight: bold;
  font-size: 14px;
}
.footer .button-soc {
  width: 48px;
  height: 48px;
  margin: 0 30px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer .soc-items {
  display: -ms-flexbox;
  display: flex;
}
.footer .cnt-wrap {
  margin-bottom: 15px;
  display: block;
  padding-left: 57px;
  min-height: 42px;
  position: relative;
}
.footer .cnt-wrap:last-child {
  margin-bottom: 0;
}
.footer .cnt-wrap .elm-ico {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -21px;
}
.footer .cnt-wrap .elm-ico img,
.footer .cnt-wrap .elm-ico svg {
  max-width: 24px;
  max-height: 24px;
}
.footer .cnt-info {
  font-size: 20px;
  line-height: 1.25;
}
.footer p {
  margin-bottom: 10px;
}
.footer a {
  color: inherit;
}
.footer a:hover {
  color: var(--clr-att-hover);
}
.footer .logo {
  color: var(--clr-att);
}
.footer .logo .logo-subtitle {
  color: #fff;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  color: var(--clr-att);
  line-height: 1;
  font-weight: bold;
  text-transform: none;
  text-align: left;
}
.logo:hover {
  color: var(--clr-att);
}
.logo .logo-subtitle {
  color: var(--clr-base);
  display: block;
}
@media (max-width: 1023px) {
  .section-mobile-full {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
  }
  .popup-menu-wrap .popup-content-block {
    display: none;
    padding: 22px 0 30px 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 295px;
    z-index: 20;
    border: 1px solid var(--clr-border);
    background: #fff;
  }
  .footer .inner-wrap {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .header .soc-mobile-wrap {
    display: none;
  }
  .header .logo-inner-wrap {
    font-size: 3.4rem;
    padding: 0 5rem 0 0;
  }
  .header .menu-main-wrap {
    -ms-flex: 1;
        flex: 1;
    width: auto;
    margin: 0;
    -ms-flex-order: 2;
        order: 2;
  }
  .popup-menu-wrap .popup-content-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .popup-menu-wrap .menu-inner-wrap {
    -ms-flex: 1;
        flex: 1;
  }
  .popup-menu-wrap .actions-inner-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0 0 0 5rem;
  }
  .popup-menu-wrap .action-wrap {
    -ms-flex-order: 4;
        order: 4;
    width: auto;
    margin: 0;
    padding-left: 5rem;
  }
  .popup-menu-wrap .soc-wrap {
    padding-left: 16px;
  }
  .popup-menu-wrap .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1.5rem;
  }
  .popup-menu-wrap .menu li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .popup-menu-wrap .btn-menu {
    height: 24px;
    line-height: 24px;
    padding: 0 1.5rem;
    white-space: nowrap;
  }
  .popup-menu-wrap .btn-popup {
    display: none;
  }
  .footer .footer-panel-wrap {
    padding: 9rem 9rem 7rem 9rem;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .info-inner-wrap {
    width: 31%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 4.4rem 0 0;
    margin: 0;
    -ms-flex-order: 1;
        order: 1;
  }
  .footer .menu-inner-wrap {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-order: 2;
        order: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-inner-wrap {
    width: 26%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-order: 3;
        order: 3;
  }
  .footer .menu-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 4.4rem 0 0;
    max-width: 100%;
  }
  .footer .menu-wrap:last-child {
    padding-right: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer .footer-panel-wrap {
    padding: 9rem 9rem 7rem 9rem;
  }
  .footer .menu-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .menu-wrap {
    padding-right: 4.4rem;
  }
  .footer .menu-wrap:last-child {
    padding-right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .popup-menu-wrap .soc-wrap {
    padding-left: 10px;
  }
  .popup-menu-wrap .phone-wrap .link-phone {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: relative;
    text-indent: -999px;
  }
  .popup-menu-wrap .phone-wrap .link-phone:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../img/icons/phone.svg) center no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
  }
  .popup-menu-wrap .phone-wrap .link-phone:hover {
    opacity: 0.8;
  }
  .footer .footer-panel-wrap {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .footer .logo-wrap {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footer .logo-wrap {
    font-size: 5rem;
  }
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.item-tile-number {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: start;
      align-items: flex-start;
  font-size: 16px;
  line-height: 1.45;
}
.item-tile-number .tile-number-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 87px;
}
.item-tile-number .tile-info-wrap {
  -ms-flex: 1;
      flex: 1;
}
.item-tile-number .tile-title {
  display: block;
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.item-tile-number .tile-number {
  display: block;
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  color: var(--clr-att);
}
.item-tile-article {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--clr-border);
  padding: 14px;
  -ms-flex-align: center;
      align-items: center;
  color: var(--clr-base);
  background: #fff;
  transition: all ease 0.2s;
  min-height: 100%;
}
.item-tile-article:hover {
  color: var(--clr-base);
  border-color: var(--clr-att);
}
.item-tile-article .tile-photo-wrap {
  width: 47%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-article .tile-info-wrap {
  -ms-flex: 1;
      flex: 1;
  padding-left: 15px;
}
.item-tile-article .tile-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px 0;
}
.item-tile-article .tile-photo {
  aspect-ratio: inherit;
  height: 226px;
  border-radius: 25px;
}
.item-tile-article .tile-number {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  color: var(--clr-att);
}
.item-tile-question {
  display: block;
  position: relative;
}
.item-tile-question .tile-popup-block {
  padding: 0 14px 14px 15px;
  display: none;
}
.item-tile-question .tile-button {
  color: var(--clr-base);
  display: block;
  position: relative;
  padding: 14px 40px 14px 15px;
  font-size: 16px;
  line-height: 1.45;
}
.item-tile-question .tile-button.active:before {
  rotate: 0deg;
}
.item-tile-question .tile-button:hover {
  color: var(--clr-base);
}
.item-tile-question .tile-button:before,
.item-tile-question .tile-button:after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: var(--clr-base);
  position: absolute;
  top: 50%;
  right: 27px;
  margin: -1px -8px 0 0;
}
.item-tile-question .tile-button:before {
  rotate: 90deg;
  transition: all ease 0.2s;
}
.elm-desc {
  padding: 15px 15px 15px 44px;
  background: #F5F5F5;
  margin-top: 30px;
  border-radius: 20px;
  font-size: 16px;
  min-height: 150px;
  position: relative;
  line-height: 1.25;
}
.elm-desc .desc-content-wrap {
  position: relative;
}
.elm-desc .desc-content-wrap:before {
  content: "";
  display: block;
  width: 20px;
  height: 91px;
  position: absolute;
  background: url(../img/icons/att.svg) center no-repeat;
  background-size: 100% auto;
  top: 0;
  right: 100%;
  margin-right: 15px;
}
.item-tile-project {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1.45;
  color: var(--clr-base);
}
.item-tile-project:hover {
  color: var(--clr-base);
}
.item-tile-project .tile-photo-wrap {
  margin-bottom: 15px;
}
.item-tile-project .tile-photo {
  aspect-ratio: 345/352;
  border-radius: 20px 20px 20px 0;
}
.item-tile-project .tile-date {
  display: block;
  color: var(--clr-att);
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.25;
}
.item-tile-project .tile-title {
  display: block;
  font-size: 1em;
  line-height: inherit;
  margin: 0;
}
.item-tile-plus {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 20px;
  border: 1px solid var(--clr-border);
  min-height: 100%;
  padding: 14px;
  font-size: 16px;
  line-height: 1.45;
  color: var(--clr-base);
  font-weight: 400;
  text-align: center;
}
.item-tile-plus .tile-value {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 12px;
  color: var(--clr-att);
  text-align: center;
  font-weight: bold;
}
.item-tile-plus .tile-rate-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 12px;
}
.item-tile-plus .tile-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
.item-tile-plus .tile-title:last-child {
  margin-bottom: 0;
}
.item-tile-plus .item-rate-user {
  margin-left: 64px;
  position: relative;
}
.item-tile-plus .item-rate-user:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -31px;
  width: 1px;
  height: 48px;
  margin-top: -24px;
  background: var(--clr-border);
}
.item-rate-user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 48px;
}
.item-rate-user .tile-ico {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 10px 0 0;
}
.item-rate-user .tile-rate-title {
  font-size: 20px;
  font-weight: 400;
  color: #C0C6CC;
  line-height: 17px;
}
.item-rate-yandex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 48px;
}
.item-rate-yandex .tile-ico {
  width: 55px;
  height: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 10px 0 0;
}
.item-rate-yandex .tile-rate-title {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 38px;
  font-weight: bold;
  color: var(--clr-base);
  line-height: 1;
}
.item-rate-yandex .tile-rate-total {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
  color: #C0C6CC;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 4px;
}
.item-rate-avito {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.item-rate-avito .tile-ico {
  width: 170px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 15px 0 0;
}
.item-rate-avito .tile-rate-title {
  color: var(--clr-att);
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
.item-tile-form {
  display: block;
  position: relative;
}
.item-tile-form .tile-action {
  margin-bottom: 15px;
  padding: 0 43px;
}
.item-tile-form .tile-photo-wrap {
  display: none;
}
.item-tile-form .tile-photo {
  aspect-ratio: 258/200;
}
.item-tile-form .btn {
  width: 100%;
}
.item-tile-catalog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-radius: 25px;
  border: 1px solid #F5F5F5;
  background: #F9F9F9;
  padding: 5px;
  color: var(--clr-base);
  transition: all ease 0.2s;
}
.item-tile-catalog .elm-corner {
  width: 50px;
  height: 50px;
}
.item-tile-catalog.tile-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
}
.item-tile-catalog.tile-info:hover .tile-info-wrap,
.item-tile-catalog.tile-info.active .tile-info-wrap {
  border-color: var(--clr-att);
  border-width: 2px;
  padding: 13px;
}
.item-tile-catalog.tile-info .tile-info-wrap {
  border-radius: 15px;
  border: 1px solid var(--clr-border);
  padding: 14px;
  -ms-flex: 1;
      flex: 1;
}
.item-tile-catalog.tile-info .tile-info {
  text-align: left;
}
.item-tile-catalog.tile-info .tile-title {
  font-size: 14px;
  line-height: 18px;
  min-height: 36px;
  margin-bottom: 12px;
}
.item-tile-catalog.tile-new {
  padding: 14px;
}
.item-tile-catalog.tile-new .elm-corner {
  transform: scaleY(-1);
  top: auto;
  bottom: 0;
  width: 65px;
  height: 65px;
}
.item-tile-catalog.tile-new .tile-info-wrap {
  padding: 14px;
}
.item-tile-catalog.tile-new .tile-title {
  min-height: 0;
  font-size: 16px;
  line-height: 1.45;
}
.item-tile-catalog.tile-new .tile-ico {
  top: auto;
  bottom: 11px;
  right: 11px;
  width: 50px;
  height: 50px;
}
.item-tile-catalog.tile-new .tile-ico img,
.item-tile-catalog.tile-new .tile-ico svg {
  max-width: 24px;
  max-height: 24px;
}
.item-tile-catalog:hover,
.item-tile-catalog.active {
  color: var(--clr-base);
  border-color: var(--clr-att);
}
.item-tile-catalog .tile-date-wrap {
  display: block;
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 1.25;
  padding-top: 6px;
  color: var(--clr-att);
}
.item-tile-catalog .tile-photo-wrap {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 6px;
}
.item-tile-catalog .tile-info-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  background: #fff;
  border: 1px solid var(--clr-border);
  padding: 5px;
  border-radius: 15px;
}
.item-tile-catalog .tile-title {
  display: block;
  font-size: 14px;
  line-height: 18px;
  min-height: 36px;
  font-weight: 400;
  margin: 0 0 5px 0;
}
.item-tile-catalog .tile-title:last-child {
  margin-bottom: 0;
}
.item-tile-catalog .tile-info {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.item-tile-catalog .tile-photo {
  aspect-ratio: 153/120;
  border-radius: 25px;
}
.item-tile-catalog .tile-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/main/bg-cat.svg) center no-repeat;
  background-size: 100% 100%;
}
.item-tile-catalog .tile-ico {
  width: 32px;
  height: 32px;
  top: 0;
  right: 6px;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  background: #fff;
}
.item-tile-catalog .tile-ico img,
.item-tile-catalog .tile-ico svg {
  max-width: 16px;
  max-height: 16px;
  filter: brightness(0) grayscale(1) opacity(0.7);
  transition: all ease 0.2s;
}
.item-tile-info {
  border: 1px solid var(--clr-border);
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  min-height: 100%;
  padding: 9px 60px 9px 14px;
  color: var(--clr-base);
  line-height: 1.1;
}
.item-tile-info .tile-value {
  display: block;
  font-size: 48px;
  font-weight: bold;
  color: var(--clr-att);
  margin: 0;
  line-height: 1;
}
.item-tile-info .tile-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  margin: 0;
}
.item-tile-info .tile-ico {
  width: 70px;
  height: 50px;
  position: absolute;
  top: 33px;
  right: 44px;
  margin: -25px -35px 0 0;
}
.elm-corner {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  border-radius: 0 0 0 20px;
  background: #fff;
  z-index: 2;
}
.elm-corner.bg-gray {
  background: #F9F9F9;
}
.elm-corner.bg-gray:before,
.elm-corner.bg-gray:after {
  border-color: #F9F9F9;
  box-shadow: 5px -5px 0 #F9F9F9;
}
.elm-corner:after,
.elm-corner:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 100%;
  border-radius: 0 20px 0 0;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  box-shadow: 5px -5px 0 #fff;
}
.elm-corner:before {
  top: 100%;
  right: 0;
}
: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 source,
.tile-photo source {
  display: block;
  width: 100%;
}
.elm-photo:before,
.tile-photo:before {
  content: "";
  display: none;
  padding-top: 100%;
}
.elm-photo img,
.tile-photo img {
  display: block;
  position: relative;
  width: 100%;
  transition: all ease-out 1s;
}
.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;
}
.elm-discount {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  overflow: hidden;
  width: 2.89285714em;
  border-radius: 50%;
  background: #FFB11F;
  aspect-ratio: 1;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 768px) {
  .item-tile-number {
    display: block;
  }
  .item-tile-number .tile-number-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .item-tile-number .tile-info-wrap {
    width: 100%;
    padding: 0;
  }
  .item-tile-article.tile-col {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .item-tile-article.tile-col .tile-photo-wrap {
    width: 100%;
  }
  .item-tile-article.tile-col .tile-info-wrap {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
  .elm-desc {
    width: calc(50% - 15px);
    border-radius: 20px;
    padding-left: 49px;
    -ms-flex-order: 2;
        order: 2;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (min-width: 1024px) {
  .item-tile-number .tile-number {
    font-size: 9.6rem;
  }
  .item-tile-number .tile-title {
    margin-bottom: 10px;
  }
  .item-tile-article {
    padding: 2.9rem;
  }
  .item-tile-article .elm-corner {
    width: 90px;
    height: 90px;
  }
  .item-tile-article.tile-col .tile-info-wrap {
    padding-top: 3rem;
  }
  .item-tile-article .tile-info-wrap {
    padding-left: 3rem;
  }
  .item-tile-article .tile-title {
    font-size: 20px;
  }
  .item-tile-article .tile-photo {
    height: 300px;
  }
  .item-tile-article .tile-number {
    width: 75px;
    height: 75px;
    font-size: 36px;
    line-height: 75px;
  }
  .item-tile-question .tile-button {
    padding: 24px 60px 24px 24px;
    font-size: 20px;
    line-height: 1.25;
  }
  .item-tile-question .tile-button .button-title {
    max-width: 22.5em;
  }
  .item-tile-question .tile-popup-block {
    padding: 5px 24px 24px 24px;
    margin: 0;
  }
  .elm-desc {
    padding: 3rem 3rem 3rem 8rem;
    font-size: 20px;
    line-height: 1.25;
  }
  .elm-desc .desc-content-wrap:before {
    margin-right: 3rem;
  }
  .item-tile-project .tile-photo {
    aspect-ratio: 376/352;
  }
  .item-tile-plus {
    height: 100%;
    min-height: 146px;
    font-size: 16px;
  }
  .item-tile-plus .tile-title {
    font-size: 20px;
  }
  .item-tile-plus .tile-rate-wrap {
    margin-bottom: 15px;
  }
  .item-tile-form {
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .item-tile-form .tile-photo-wrap {
    display: block;
  }
  .item-tile-form .tile-action {
    padding: 0;
    margin-bottom: 5px;
  }
  .item-tile-catalog {
    padding: 14px 9px;
  }
  .item-tile-catalog .elm-corner {
    width: 65px;
    height: 65px;
  }
  .item-tile-catalog.tile-info {
    border-radius: 25px;
    background-color: #F9F9F9;
    padding: 10px;
  }
  .item-tile-catalog.tile-info:hover,
  .item-tile-catalog.tile-info.active {
    background-color: var(--clr-att);
  }
  .item-tile-catalog.tile-info .tile-title {
    font-size: 16px;
    line-height: 1.45;
    min-height: 46px;
    margin-bottom: 10px;
  }
  .item-tile-catalog .tile-photo-wrap {
    margin-bottom: 14px;
  }
  .item-tile-catalog .tile-info-wrap {
    padding: 14px;
  }
  .item-tile-catalog .tile-title {
    font-size: 16px;
    line-height: 23px;
    min-height: 46px;
    margin-bottom: 5px;
  }
  .item-tile-catalog .tile-info {
    font-size: 24px;
  }
  .item-tile-catalog .tile-photo {
    aspect-ratio: 238/200;
  }
  .item-tile-catalog .tile-ico {
    width: 5rem;
    height: 5rem;
    right: 8px;
  }
  .item-tile-catalog .tile-ico img,
  .item-tile-catalog .tile-ico svg {
    max-width: 24px;
    max-height: 24px;
  }
  .item-tile-info {
    height: 100%;
    min-height: 14.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 14px 2.9rem;
  }
  .item-tile-info .tile-title {
    margin-top: 12px;
  }
  .item-tile-info .tile-ico {
    top: 54px;
    right: 60px;
  }
}
/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.numbers-tiles-box {
  margin-bottom: var(--mbSection);
}
.numbers-tiles-box .items-wrap {
  margin: 0 -8px -15px -8px;
}
.numbers-tiles-box .item-wrap {
  padding: 0 8px;
  width: 100%;
  margin-bottom: 15px;
}
.tiles-box {
  margin-bottom: var(--mbSection);
}
.tiles-box .items-wrap {
  margin: 0 -5px -10px -5px;
}
.tiles-box .item-wrap {
  padding: 0 5px;
  margin-bottom: 10px;
  width: 100%;
}
.tiles-box .box-inner-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f9f9f9;
  border-radius: 20px;
}
.info-questions-box {
  margin: 56px 0;
}
.info-questions-box:first-child {
  margin-top: 0;
}
.info-questions-box .info-inner-wrap {
  margin-bottom: 10px;
}
.info-questions-box .items-wrap {
  margin: 0;
  border-top: 1px solid var(--clr-base);
}
.info-questions-box .item-wrap {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--clr-base);
}
.info-questions-box .action-wrap {
  text-align: center;
  padding: 0 24px;
  padding: 0 2.4rem;
  margin-bottom: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
}
.info-questions-box .actions-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -24px;
  margin: 0 -2.4rem;
}
.info-questions-box .btn {
  height: 57px;
  padding: 0 29px;
  font-size: 18px;
  text-transform: none;
  font-weight: bold;
}
.info-questions-box .btn.button-clear {
  font-weight: bold;
  text-transform: none;
}
.info-questions-box .btn .button-ico:last-child {
  margin-left: 15px;
}
.info-questions-box .page-title,
.info-questions-box p {
  margin-bottom: 10px;
}
.info-features-box {
  margin-bottom: var(--mbSection);
}
.info-features-box .info-inner-wrap {
  margin-bottom: 25px;
}
.info-steps-box {
  margin-bottom: var(--mbSection);
}
.info-steps-box .box-inner-wrap {
  border-radius: 20px;
  background: #F9F9F9;
  padding-top: 15px;
  padding-bottom: 15px;
}
.info-list-box {
  margin-bottom: var(--mbSection);
}
.info-list-box .photo-inner-wrap {
  margin-bottom: 15px;
}
.info-list-box .items-inner-wrap {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 15px;
}
.info-list-box .items-inner-wrap:last-child {
  margin-bottom: 0;
}
.info-list-box li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}
.info-list-box li:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: var(--clr-att);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.info-list-box li:last-child {
  margin-bottom: 0;
}
.info-desc-box {
  margin-bottom: var(--mbSection);
}
.info-desc-box .list-tiles .list-title {
  font-size: 20px;
  line-height: 1.25;
}
.info-service-inner-box {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--clr-border);
  margin-bottom: 30px;
}
.info-service-inner-box .photo-inner-wrap {
  margin-bottom: 10px;
}
.info-service-inner-box .text-wrap {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
.info-service-inner-box .elm-photo {
  aspect-ratio: 1380/1520;
}
.info-service-inner-box .title-box {
  margin-bottom: 0;
}
.info-service-inner-box .title-box .title-wrap {
  margin-bottom: 0;
}
.info-service-inner-box .title-box .title-wrap:last-child {
  margin-bottom: 0;
}
.info-service-top-box {
  margin-bottom: var(--mbSection);
}
.info-service-top-box .box-inner-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #F9F9F9;
}
.info-service-top-box .info-inner-wrap {
  margin-bottom: 30px;
}
.info-service-top-box .photo-inner-wrap {
  position: relative;
}
.info-service-top-box .btn {
  height: 38px;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  border-radius: 7px;
  font-size: 14px;
  min-width: 35%;
}
.info-service-top-box .btn.button-arrow:after {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
.info-service-top-box p {
  text-align: justify;
}
.info-service-top-box .page-title {
  margin-bottom: 30px;
}
.info-service-top-box .elm-photo {
  aspect-ratio: 1180/1064;
}
.info-service-top-box .elm-discount {
  font-size: 7.6vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.tiles-slider-info-box {
  margin-bottom: 30px;
}
.tiles-slider-info-box .slider-wrap {
  overflow: visible;
  margin: 0 -8px;
}
.tiles-slider-info-box .sl-wrap {
  padding: 0 8px;
  width: 176px;
}
.tiles-slider-box {
  margin-bottom: var(--mbSection);
}
.tiles-slider-box .slider-wrap {
  overflow: visible;
  margin: 0 -8px;
}
.tiles-slider-box .sl-wrap {
  padding: 0 8px;
  width: 361px;
}
.tiles-slider-box .item-tile-project,
.tiles-slider-box .item-tile-catalog {
  width: 345px;
}
.info-form-box {
  margin-bottom: var(--mbSection);
}
.info-form-box.type-photo .cnt-info {
  font-size: 20px;
}
.info-form-box .box-inner-wrap {
  border-radius: 20px;
  background: #F9F9F9;
  padding-top: 15px;
  padding-bottom: 15px;
}
.info-form-box .photo-inner-wrap {
  margin-bottom: 15px;
}
.info-form-box .form-title-wrap {
  margin-bottom: 15px;
}
.info-form-box .form-title-wrap .page-title {
  text-align: left;
}
.info-form-box .info-inner-wrap {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.25;
  text-align: justify;
}
.info-form-box .form-inner-wrap {
  font-size: 16px;
  line-height: 1.45;
}
.info-form-box .page-title {
  text-align: center;
  margin-bottom: 15px;
}
.info-form-box .cnt-wrap {
  margin-bottom: 15px;
  display: block;
  padding-left: 57px;
  min-height: 42px;
  position: relative;
}
.info-form-box .cnt-wrap:last-child {
  margin-bottom: 0;
}
.info-form-box .cnt-wrap .elm-ico {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -21px;
}
.info-form-box .cnt-wrap .elm-ico img,
.info-form-box .cnt-wrap .elm-ico svg {
  max-width: 24px;
  max-height: 24px;
}
.info-form-box .cnt-wrap a:not(:hover) {
  color: inherit;
}
.info-form-box .cnt-title {
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
}
.info-form-box .frm-row,
.info-form-box .frm-row-submit {
  margin: 0 -8px;
}
.info-form-box .frm-field {
  padding: 0 8px;
  margin-bottom: 15px;
}
.info-form-box .field-submit {
  margin-bottom: 0;
  text-align: center;
}
.info-form-box .field-submit .btn {
  min-width: 258px;
}
.info-form-box .field-info {
  text-align: justify;
  line-height: 1.45;
}
.info-form-box .field-info a:not(:hover) {
  color: inherit;
}
.info-form-box .form-input {
  text-align: left;
}
.pluses-tiles-box {
  margin-bottom: var(--mbSection);
}
.pluses-tiles-box .items-wrap {
  margin: 0 -15px -30px -15px;
}
.pluses-tiles-box .item-wrap {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 100%;
}
.info-tiles-box {
  margin-bottom: var(--mbSection);
}
.info-tiles-box .items-wrap {
  margin: 0 -8px -16px -8px;
}
.info-tiles-box .item-wrap {
  width: 50%;
  padding: 0 8px;
  margin-bottom: 16px;
}
.info-tiles-box .wrap-form {
  width: 100%;
}
.info-tiles-box .wrap-photo {
  display: none;
}
.info-tiles-box .wrap-photo .elm-photo {
  aspect-ratio: 165/200;
}
.info-service-box {
  margin-bottom: var(--mbSection);
  padding-bottom: 55px;
  border-bottom: 1px solid var(--clr-border);
  font-size: 16px;
  line-height: 1.45;
  padding-top: 15px;
}
.info-service-box.section-inner {
  padding-bottom: 30px;
}
.info-service-box.section-inner .info-inner-wrap {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.info-service-box .list-inner-wrap {
  margin-top: 30px;
}
.info-service-box .title-inner-wrap {
  display: block;
}
.info-service-box .photo-inner-wrap {
  margin-bottom: 20px;
}
.info-service-box .form-inner-wrap {
  margin-top: 30px;
  border-top: 1px solid var(--clr-border);
  padding-top: 30px;
}
.info-service-box .frm-row,
.info-service-box .frm-row-submit {
  margin: 0 -5px;
}
.info-service-box .frm-row-submit {
  padding-top: 5px;
}
.info-service-box .frm-row-submit .frm-field {
  margin-bottom: 0;
  width: 100%;
}
.info-service-box .frm-row-submit .btn {
  width: 100%;
}
.info-service-box .frm-field {
  width: 100%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.info-service-box .elm-photo {
  aspect-ratio: 1380/1520;
}
.info-service-box .items-inner-wrap {
  margin-top: 30px;
}
.info-service-box .items-wrap {
  margin: 0 -5px -10px -5px;
}
.info-service-box .item-wrap {
  padding: 0 5px;
  margin-bottom: 10px;
  width: 100%;
}
.breadcrumbs-box {
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 15px;
  color: var(--clr-att);
}
.breadcrumbs-box .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -28px 0 0;
}
.breadcrumbs-box .menu li {
  padding: 0 28px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}
.breadcrumbs-box .menu li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: -18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: -4px;
  background: var(--clr-att);
}
.breadcrumbs-box .menu li:last-child {
  color: var(--clr-base);
}
.breadcrumbs-box .menu li:last-child:after {
  display: none;
}
.breadcrumbs-box a {
  color: inherit;
}
.breadcrumbs-box a:hover {
  color: var(--clr-att-hover);
}
.title-box {
  margin-bottom: 15px;
  font-size: 16px;
  display: block;
  line-height: 1.45;
}
.title-box .elm-desc {
  margin: 0;
  line-height: 1.25;
  font-size: 14px;
  width: 100%;
}
.title-box .title-wrap {
  margin-bottom: 15px;
}
.title-box .title-wrap:last-child {
  margin-bottom: 30px;
}
.title-box .info-wrap {
  text-align: justify;
}
.bg-full-wrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  transform: translateX(-50%);
  overflow: hidden;
}
.more-inner-wrap {
  text-align: center;
  margin-top: 30px;
}
.more-inner-wrap .btn {
  height: 54px;
  min-width: 258px;
}
.more-inner-wrap .btn .button-title {
  -ms-flex: 1;
      flex: 1;
  text-align: left;
}
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(0, 0, 0, 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: 400px;
  border-radius: 2rem;
  padding: 40px 30px;
  max-width: 100%;
  max-height: 100%;
  background-color: #fff;
  z-index: 20;
  font-size: 14px;
  line-height: 1.2;
}
.popup-box .popup-title-wrap,
.popup-box .popup-footer-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.popup-box .popup-title-wrap {
  margin-bottom: 20px;
}
.popup-box .popup-content-wrap {
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
}
.popup-box .popup-content-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.popup-box .popup-title {
  font-size: 1.6em;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.popup-box .popup-title:last-child {
  margin-bottom: 0;
}
.popup-box .btn-action-ico.ico-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.popup-box .frm-row,
.popup-box .frm-row-submit {
  margin: 0 -10px;
}
.popup-box .frm-row-submit {
  padding-top: 10px;
}
.popup-box .field-info {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
.popup-box .field-info a {
  color: inherit;
}
.popup-box .field-info a:hover {
  color: var(--clr-att);
}
.popup-box .frm-field {
  padding: 0 10px;
  margin-bottom: 10px;
}
.popup-box .field-button {
  margin-bottom: 0;
}
.popup-box .field-button .btn {
  width: 100%;
}
.popup-box .frm-popup {
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .popup-outer-box {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 100%;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .popup-outer-box::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .popup-outer-box .popup-box {
    max-height: inherit;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .info-questions-box .page-title {
    font-size: 34px;
  }
  .info-form-box .box-inner-wrap,
  .info-service-top-box .box-inner-wrap,
  .info-steps-box .box-inner-wrap,
  .tiles-box .box-inner-wrap {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
    padding-left: var(--paddingContainer);
    padding-right: var(--paddingContainer);
  }
  .info-form-box .page-title,
  .info-service-top-box .page-title,
  .info-steps-box .page-title,
  .tiles-box .page-title {
    font-size: 34px;
  }
  .title-box .page-title {
    font-size: 34px;
  }
  .title-box .page-title.title-small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .info-desc-box .elm-desc {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
    padding-left: calc(var(--paddingContainer) + 34px);
    padding-right: var(--paddingContainer);
  }
}
@media (max-width: 639px) {
  .info-tiles-box .wrap-photo {
    display: block;
  }
}
@media (min-width: 640px) {
  .numbers-tiles-box .item-wrap {
    width: 50%;
  }
  .info-service-top-box .btn {
    height: 64px;
    border-radius: 12px;
    padding: 0 19px;
    font-size: 20px;
  }
  .info-service-top-box .btn.button-arrow:after {
    margin-left: 10px;
    width: 32px;
    height: 32px;
  }
  .info-tiles-box .item-wrap {
    width: 33.33%;
  }
  .info-tiles-box .wrap-form {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .numbers-tiles-box .item-wrap {
    width: 33.33%;
  }
  .tiles-box .item-wrap {
    width: 50%;
  }
  .tiles-box .wrap-3 {
    width: 33.33%;
  }
  .info-questions-box .box-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .info-questions-box .info-inner-wrap {
    width: 48.5%;
    margin: 0;
    padding: 0 3rem 0 0;
  }
  .info-questions-box .items-inner-wrap {
    -ms-flex: 1;
        flex: 1;
  }
  .info-questions-box .actions-wrap {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .info-features-box .box-inner-wrap {
    display: -ms-flexbox;
    display: flex;
  }
  .info-features-box .info-inner-wrap {
    -ms-flex: 1;
        flex: 1;
    padding: 0 3rem 0 0;
    margin: 0;
  }
  .info-features-box .photo-inner-wrap {
    width: 49%;
  }
  .info-steps-box .box-inner-wrap {
    padding: 5rem;
  }
  .info-steps-box .list-numbers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info-steps-box .list-numbers li {
    width: calc(50% + 3rem);
    padding-right: 6rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .info-steps-box .list-numbers li:nth-child(2n) {
    padding-right: 0;
    width: calc(50% - 3rem);
  }
  .info-list-box .box-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
  }
  .info-list-box .items-inner-wrap {
    -ms-flex-order: 1;
        order: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    width: calc((100% - 51rem)/2);
  }
  .info-list-box .items-inner-wrap:last-child {
    -ms-flex-order: 3;
        order: 3;
  }
  .info-list-box .photo-inner-wrap {
    width: 51rem;
    padding: 0 3rem;
    -ms-flex-order: 2;
        order: 2;
  }
  .info-list-box .photo-inner-wrap + .items-inner-wrap li {
    padding-left: 0;
    padding-right: 35px;
    text-align: right;
    margin-right: 0;
    margin-left: auto;
  }
  .info-list-box .photo-inner-wrap + .items-inner-wrap li:after {
    left: auto;
    right: 0;
  }
  .info-desc-box .box-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .info-desc-box .info-inner-wrap {
    width: 50%;
    padding: 0 1.5rem 0 0;
    -ms-flex-order: 1;
        order: 1;
    margin: 0;
  }
  .info-service-top-box .box-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    padding: 5rem;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .info-service-top-box .info-inner-wrap {
    width: 52%;
    padding: 0 6rem 0 0;
    margin: 0;
  }
  .info-service-top-box .photo-inner-wrap {
    -ms-flex: 1;
        flex: 1;
  }
  .info-service-top-box .elm-discount {
    font-size: 3.6vw;
  }
  .info-service-top-box .btn {
    width: 100%;
    position: relative;
    margin-top: 15px;
  }
  .info-service-top-box .page-title {
    margin-left: 0;
    margin-right: -3rem;
  }
  .info-form-box.type-photo .contacts-wrap {
    display: none;
  }
  .info-form-box .form-title-wrap {
    margin-bottom: 3rem;
  }
  .info-form-box .photo-inner-wrap {
    margin: 0;
    -ms-flex-order: 1;
        order: 1;
    width: 50%;
    padding-right: 1.5rem;
  }
  .info-form-box .photo-inner-wrap + .form-inner-wrap {
    -ms-flex-order: 2;
        order: 2;
  }
  .info-form-box .box-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    padding: 5rem;
  }
  .info-form-box .info-inner-wrap {
    width: 50%;
    padding: 0 1.5rem 0 0;
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: left;
  }
  .info-form-box .form-inner-wrap {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 0 0 1.5rem;
  }
  .info-form-box .page-title {
    text-align: left;
  }
  .info-form-box textarea.form-input.inp-large {
    height: 130px;
  }
  .info-form-box .field-info {
    text-align: center;
  }
  .info-service-inner-box {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 30px;
  }
  .info-service-inner-box .title-box {
    margin-bottom: 5rem;
  }
  .info-service-inner-box .box-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .info-service-inner-box .info-inner-wrap {
    width: 60rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 3rem 0 0;
    -ms-flex-order: 1;
        order: 1;
  }
  .info-service-inner-box .photo-inner-wrap {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex: 1;
        flex: 1;
  }
  .info-service-inner-box .elm-photo {
    aspect-ratio: 1622/1006;
  }
  .info-service-box.section-inner .title-inner-wrap {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 0;
    padding-top: 10px;
    margin-bottom: -2rem;
  }
  .info-service-box.section-inner .elm-photo {
    aspect-ratio: 1410/584;
  }
  .info-service-box .box-inner-wrap {
    position: relative;
  }
  .info-service-box .photo-inner-wrap {
    margin: 0;
  }
  .info-service-box .title-inner-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding-right: 35%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 31%;
  }
  .info-service-box .info-inner-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 35.6%;
    padding-left: 30px;
    padding-top: 30px;
    overflow: hidden;
    background: #fff;
    z-index: 2;
    border-top-left-radius: 30px;
  }
  .info-service-box .title-wrap {
    width: 100%;
  }
  .info-service-box .elm-photo {
    aspect-ratio: 1410/715;
  }
  .info-service-box .item-wrap {
    width: 50%;
  }
  .info-service-box .item-wrap:last-child {
    width: 100%;
  }
  .info-service-box .frm-field {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .info-list-box .photo-inner-wrap {
    width: 300px;
  }
  .info-list-box .items-inner-wrap {
    width: calc((100% - 300px)/2);
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .numbers-tiles-box .items-wrap {
    margin: 0 -1.5rem -3rem -1.5rem;
  }
  .numbers-tiles-box .item-wrap {
    padding: 0 1.5rem;
    margin-bottom: 3rem;
    width: 33.33%;
  }
  .tiles-box .box-inner-wrap {
    padding: 0;
    border-radius: 0;
    background: none;
  }
  .tiles-box .items-wrap {
    margin: 0 -1.5rem -3rem -1.5rem;
  }
  .tiles-box .item-wrap {
    padding: 0 1.5rem;
    margin-bottom: 3rem;
  }
  .info-questions-box {
    font-size: 16px;
    line-height: 1.45;
    margin: var(--mbSection) 0;
  }
  .info-questions-box .box-inner-wrap {
    padding: 6rem;
  }
  .info-questions-box .info-inner-wrap {
    padding-right: 9rem;
    line-height: 1.45;
  }
  .info-questions-box .page-title {
    font-size: 6rem;
    font-weight: bold;
    margin-bottom: 3rem;
  }
  .info-questions-box .actions-wrap {
    margin-top: 3rem;
  }
  .info-steps-box .box-inner-wrap {
    padding: 6rem 9rem;
  }
  .info-list-box li {
    margin-bottom: 3rem;
    max-width: 18em;
  }
  .info-service-inner-box .info-inner-wrap {
    margin-bottom: 9rem;
  }
  .info-service-inner-box .info-inner-wrap .text-wrap {
    margin-bottom: 3rem;
    font-size: 20px;
    line-height: 1.25;
  }
  .tiles-slider-info-box {
    margin-bottom: 15px;
  }
  .tiles-slider-info-box .sl-wrap {
    width: 273px;
  }
  .tiles-slider-box .slider-wrap {
    margin: 0 -1.5rem;
  }
  .tiles-slider-box .sl-wrap {
    padding: 0 1.5rem;
  }
  .tiles-slider-box .sl-wrap:has(.item-tile-project) {
    width: 41rem;
  }
  .tiles-slider-box .sl-wrap:has(.item-tile-catalog) {
    width: 36rem;
  }
  .tiles-slider-box .item-tile-project {
    width: 38rem;
  }
  .tiles-slider-box .item-tile-catalog {
    width: 33rem;
  }
  .info-service-box .list-inner-wrap .list-tiles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px -10px -5px;
  }
  .info-service-box .list-inner-wrap .list-tiles li {
    margin: 0 5px 10px 5px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(50% - 10px);
  }
  .info-service-top-box .box-inner-wrap {
    border-radius: 20px;
    padding: 9rem;
  }
  .info-service-top-box .elm-discount {
    font-size: 3vw;
  }
  .info-service-top-box .btn {
    min-width: 0;
  }
  .info-form-box.type-photo .box-inner-wrap {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .info-form-box .box-inner-wrap {
    border-radius: 20px;
    padding: 9rem;
  }
  .info-form-box .info-inner-wrap {
    padding-right: 3rem;
  }
  .info-form-box .form-inner-wrap {
    padding-left: 3rem;
  }
  .info-form-box .page-title {
    margin-bottom: 3rem;
  }
  .info-form-box .contacts-wrap {
    margin-top: 3rem;
  }
  .info-form-box .field-half {
    width: 50%;
  }
  .pluses-tiles-box .items-wrap {
    margin: 0 -1.5rem -3rem -1.5rem;
  }
  .pluses-tiles-box .item-wrap {
    width: 33.33%;
    padding: 0 1.5rem;
    margin-bottom: 3rem;
  }
  .info-tiles-box .item-wrap {
    width: 25%;
    padding: 0 1.5rem;
    margin-bottom: 5rem;
  }
  .info-tiles-box .items-wrap {
    margin: 0 -1.5rem -5rem -1.5rem;
  }
  .info-tiles-box .wrap-form {
    width: 25%;
  }
  .info-service-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 30px;
  }
  .info-service-box .box-inner-wrap {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .info-service-box .form-inner-wrap {
    width: 34%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 0;
    border-top: none;
  }
  .info-service-box .items-inner-wrap {
    width: 66%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 10rem 0 0;
    position: relative;
  }
  .info-service-box .items-inner-wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: -5rem;
    width: 1px;
    background: var(--clr-border);
    height: 9.8rem;
    margin-top: -4.9rem;
  }
  .info-service-box .title-inner-wrap {
    padding-bottom: 10px;
  }
  .info-service-box .info-inner-wrap {
    padding: 30px 0 0 40px;
    min-height: 23.4%;
    border-top-left-radius: 5rem;
  }
  .info-service-box .item-wrap {
    width: 33.33%;
  }
  .info-service-box .item-wrap:last-child {
    width: 33.33%;
  }
  .info-service-box .frm-row {
    padding: 0 15px;
  }
  .info-service-box .btn {
    height: 6.6rem;
  }
  .title-box {
    margin-bottom: 5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .title-box .info-wrap {
    width: 51.7rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .title-box .desc-wrap {
    width: 81rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 60%;
  }
  .title-box .elm-desc {
    font-size: 16px;
    line-height: 1.45;
  }
  .title-box .title-wrap {
    -ms-flex: 1;
        flex: 1;
    margin: 0;
    padding: 0 3rem 0 0;
  }
  .title-box .title-wrap:last-child {
    margin-bottom: 0;
  }
  .more-inner-wrap {
    margin-top: 5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .info-questions-box .page-title {
    font-size: 40px;
  }
  .info-form-box .field-half {
    width: 100%;
  }
  .pluses-tiles-box .item-wrap {
    width: 50%;
  }
  .pluses-tiles-box .item-wrap:first-child {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .info-service-box .items-inner-wrap {
    padding-right: 0;
    width: 100%;
  }
  .info-service-box .items-inner-wrap:after {
    display: none;
  }
  .info-service-box .form-inner-wrap {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .numbers-tiles-box .item-wrap {
    width: 20%;
  }
}
@media (min-width: 1400px) {
  .numbers-tiles-box .item-wrap {
    width: 20%;
  }
  .info-service-box.section-inner .title-inner-wrap {
    margin-bottom: -5rem;
  }
  .info-service-box.section-inner .info-inner-wrap {
    font-size: 2.4rem;
  }
  .info-service-box.section-inner .h4-title {
    font-size: 3.4rem;
    padding-top: 10px;
  }
  .info-service-box .list-inner-wrap .list-tiles li {
    width: calc(25% - 10px);
  }
  .info-service-top-box .btn {
    position: absolute;
    margin: 0;
    left: auto;
    width: auto;
  }
  .info-tiles-box .item-wrap {
    width: 20%;
  }
  .info-tiles-box .wrap-form {
    width: 20%;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .info-service-box.section-inner .page-subtitle {
    font-size: 12rem;
  }
}
@media (min-width: 1500px) {
  .info-service-top-box .elm-discount {
    font-size: 48px;
  }
}
/* ----------------------------------- *\
			inputs elements styles
\* ----------------------------------- */
[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);
}
.form-input[placeholder] {
  text-overflow: ellipsis;
}
.form-input {
  height: 53px;
  padding: 0 25px;
  border-radius: 12px;
  text-align: center;
  font-size: 16px;
  line-height: 1.45;
  text-overflow: ellipsis;
  color: var(--clr-base);
  border: 1px solid var(--clr-border);
}
.form-input.inp-large {
  height: 66px;
  border-radius: 20px;
  padding: 0 19px;
  font-size: 16px;
  line-height: 1.45;
}
textarea.form-input.inp-large {
  height: 145px;
  padding: 19px;
}
select.form-input {
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 30px;
  background-image: url(../img/icons/arrow-select.svg);
  background-position: right 20px 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;
}
.btn {
  height: 48px;
  border-radius: 12px;
  padding: 0 19px;
  border: 1px solid var(--clr-att);
  background-color: var(--clr-att);
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.25;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.42px;
}
.btn.button-arrow:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  background: #fff url(../img/icons/arrow-button-dark.svg) center no-repeat;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
  background-size: 22px auto;
}
.btn.button-arrow-att:after {
  background-image: url(../img/icons/arrow-button.svg);
}
.btn.button-lines {
  height: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}
.btn.button-lines .button-title {
  text-align: center;
  white-space: normal;
}
.btn.button-light:not(:hover) {
  background-color: var(--clr-border);
  border-color: var(--clr-border);
  color: var(--clr-base);
}
.btn:hover {
  background-color: var(--clr-att-hover);
  border-color: var(--clr-att-hover);
  color: #fff;
}
.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 {
  filter: none;
}
.btn.button-border:not(:hover) {
  background-color: transparent;
  color: #231f20;
}
.btn.button-border:hover,
.btn.button-border.active {
  background-color: var(--clr-att);
  border-color: var(--clr-att);
}
.btn.button-border:hover .button-ico,
.btn.button-border.active .button-ico {
  filter: brightness(0) invert(1);
}
.btn .button-ico {
  width: var(--icoSize);
  height: var(--icoSize);
  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 .button-active-add .button-title:before,
.btn .button-active-toggle .button-title:before {
  content: attr(data-title);
}
.btn .button-active-add .button-ico-active,
.btn .button-active-toggle .button-ico-active {
  display: none;
}
.btn .button-active-add.active .button-title:before,
.btn .button-active-toggle.active .button-title:before {
  content: attr(data-title-active);
}
.btn .button-active-add.active:has(.button-ico-active) .button-ico,
.btn .button-active-toggle.active:has(.button-ico-active) .button-ico {
  display: none;
}
.btn .button-active-add.active:has(.button-ico-active) .button-ico-active,
.btn .button-active-toggle.active:has(.button-ico-active) .button-ico-active {
  display: block;
}
.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: var(--icoSize);
  max-height: var(--icoSize);
}
.btn-action-ico:before,
.btn-action-ico:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: var(--icoSize) 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;
}
.btn-action-ico.ico-arrow:before {
  background-image: url(../img/icons/arrow-slider.png);
}
.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-menu:after,
.btn-action-ico.ico-menu:before {
  width: 20px;
  height: 14px;
  border-top: 2px solid var(--clr-base);
  border-bottom: 2px solid var(--clr-base);
  margin: -7px 0 0 -10px;
  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-menu.active:after {
  height: 2px;
  margin-top: -1px;
  border-top: none;
  transform: rotate(-45deg);
}
.btn-action-ico.ico-menu.active:before {
  transform: rotate(45deg);
}
.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 img,
.btn-action-ico.button-soc svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.btn-action-ico.button-soc:hover {
  opacity: 0.8;
}
.btn-action-ico.button-active-close:after,
.btn-action-ico.button-active-toggle:after {
  opacity: 0;
}
.btn-action-ico.button-active-close.active:before,
.btn-action-ico.button-active-toggle.active:before {
  opacity: 0;
}
.btn-action-ico.button-active-close.active:after,
.btn-action-ico.button-active-toggle.active:after {
  opacity: 1;
}
.btn-action-ico.button-active-close:after {
  background-image: url(../img/icons/close.svg);
}
.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;
}
@media (min-width: 1024px) {
  .form-input {
    height: 6.6rem;
  }
}
/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
.frm-row,
.frm-field,
.frm-row-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  line-height: 1;
}
.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 input:checked ~ label:after {
  opacity: 1;
}
.frm-select label:after {
  border-radius: 0;
  border: none;
  background: url(../img/icons/chk.svg) center / 24px auto no-repeat;
  opacity: 0;
}
.frm-select a {
  color: inherit;
}
.frm-select a:hover {
  color: var(--clr-att);
}
/* ----------------------------------- *\
		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,
.tile-items-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.item-wrap,
.tile-item-wrap {
  width: 100%;
  position: relative;
  break-inside: avoid-column;
  display: block;
  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;
}
.sl-wrap.swiper-slide {
  height: auto;
}
.swiper,
.swiper-wrapper {
  position: relative;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: auto;
  bottom: auto;
}
.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: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--clr-light);
  opacity: 1;
  transition: all ease 0.2s;
  cursor: pointer;
  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);
  border-color: var(--clr-att);
}
.is-modern .f-thumbs__slide__button {
  -webkit-clip-path: inherit !important;
          clip-path: inherit !important;
}
@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: 'Mulish';
  src: local('Mulish Bold'), local('Mulish-Bold'), url('../fonts/Mulish-Bold.woff2') format('woff2'), url('../fonts/Mulish-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: local('Mulish Regular'), local('Mulish-Regular'), url('../fonts/Mulish-Regular.woff2') format('woff2'), url('../fonts/Mulish-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: local('Mulish Medium'), local('Mulish-Medium'), url('../fonts/Mulish-Medium.woff2') format('woff2'), url('../fonts/Mulish-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: local('Mulish SemiBold'), local('Mulish-SemiBold'), url('../fonts/Mulish-SemiBold.woff2') format('woff2'), url('../fonts/Mulish-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* ----------------------------------- *\
			icons
\* ----------------------------------- */


/* ----------------------------------- *\
			Стили мессенджерей
\* ----------------------------------- */
.messenger {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
}

/* Общий круглый контейнер для кнопки и мессенджеров */
.messenger-circle {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    transition: transform 0.3s, box-shadow 0.3s;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

/* Эффект увеличения и тени при hover/focus */
.messenger-circle:hover,
.messenger-circle:focus {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.45);
}

.messenger-btn {
    background-color: #2c78f2;
    outline: none;
    border: none;
    /* остальные стили взяты из .messenger-circle */
}

.icon-place {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Вращение SVG при hover/focus только для кнопки */
.messenger-btn:hover .icon-place svg,
.messenger-btn:focus .icon-place svg {
    animation: rotate-btn-svg 0.7s cubic-bezier(.4,2,.7,.9);
}
@keyframes rotate-btn-svg {
    0%   { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

/* Всплывающее меню */
.messenger-links {
    display: none;
    position: absolute;
    right: 0;
    bottom: 60px;
}
.messenger-links.show { display: block; }

/* Стили для ссылок-мессенджеров */
.messenger-links a {
    margin: 8px 0;
    color: white;
    box-sizing: border-box;
    /* основные стили унаследованы от .messenger-circle */
}
.messenger-links a[href*="whatsapp://send"] { background: #27d365; }
.messenger-links a[href*="tg://resolve"]    { background: #0088cb; }
.messenger-links a[href*="tel:"]           { background: #3b5998; }

/* Увеличение и тень для svg при hover у ссылки */
.messenger-links a:hover svg, .messenger-links a:focus svg {
    transform: scale(1.1);
}

/* SVG везде одинаков и центрируется */
.messenger-btn .icon-place svg,
.messenger-links a svg {
    width: 100%;
    height: 100%;
    padding: 20%;
    fill: #fff;
    display: block;
    box-sizing: border-box;
    transition: transform 0.3s;
}

/* ----------------------------------- *\
		Стили мессенджерей конец
\* ----------------------------------- */