:root {
    --clr-base: #21212D;
    --clr-base-hover: #3f3f3f;
    --clr-title: #2a2a2a;
    --clr-att: #8E62EF;
    --clr-att-hover: #a496e5;
    --clr-att-second: #622bff;
    --clr-att-second-hover: #7847ff;
    --clr-att-third: #ebf782;
    --clr-att-third-hover: #e9fb42;
    --clr-white: #fff;
    --clr-white-hover: #fdfdfd;
    --clr-light: #edf2f9;
    --clr-light-hover: #d6e6fb;
    --fsize: 13px;
    --lhsize: 1.692;
    --mbsize: 1.692em;
    --rdMain: 10px;
    --rdMain: 1rem;
    --rdSecond: 20px;
    --icoSize: 24px;
    --min: 360px;
    --max: 1400px;
    --paddingContainer: 15px;
    --filter-dark: brightness(0) grayscale(1);
    --filter-white: brightness(0) invert(1);
    font-size: 10px
}


.elm-hidden,
.sl-wrap:not(.swiper-slide) ~ .sl-wrap {
    display: none
}

.fm,
.fm * {
    font-family: Manrope, sans-serif
}

.faw,
.faw * {
    font-family: Actay Main, sans-serif
}

.fs,
.fs * {
    font-family: Roboto, sans-serif
}

body {
    color: var(--clr-base);
    background: #edf2f9;
    font-size: var(--fsize);
    line-height: var(--lhsize);
    letter-spacing: -.03em
}

.bq-text,
blockquote,
ol,
p,
table,
ul {
    position: relative;
    margin-bottom: var(--mbsize)
}

.bq-text img,
blockquote img,
ol img,
p img,
table img,
ul img {
    max-width: 100%
}

.bq-text:last-child,
blockquote:last-child,
ol:last-child,
p:last-child,
table:last-child,
ul:last-child {
    margin-bottom: 0 !important
}

li {
    position: relative;
    padding-left: 1.4em
}

li:before {
    content: "";
    display: block;
    position: absolute;
    top: .8em;
    left: calc(.7em - 2px);
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background: currentColor;
    border-radius: 50%
}

.list,
.list li,
.menu,
.menu-tabs,
.menu-tabs li,
.menu li {
    margin: 0;
    padding: 0
}

.list li:before,
.menu-tabs li:before,
.menu li:before {
    display: none
}

.menu-tabs {
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #d6cdfa;
    border-radius: 12px;
    position: relative;
    overflow: hidden
}

.menu-tabs.color-base {
    border-color: var(--clr-base)
}

.menu-tabs.color-base .btn-menu:hover {
    color: var(--clr-base)
}

.menu-tabs.color-base .btn-menu.active {
    color: #fff;
    background-color: var(--clr-base)
}

.menu-tabs.color-base .btn-menu.active .button-ico {
    filter: brightness(0) invert(1)
}

.menu-tabs.color-green {
    border-color: #68d89a
}

.menu-tabs.color-green .btn-menu:hover {
    color: #55ad7d
}

.menu-tabs.color-green .btn-menu.active {
    color: var(--clr-base);
    background-color: #68d89a
}

.menu-tabs.color-yellow {
    border-color: #ebf782
}

.menu-tabs.color-yellow .btn-menu:hover {
    color: #d4e15d
}

.menu-tabs.color-yellow .btn-menu.active {
    color: var(--clr-base);
    background-color: #ebf782
}

.menu-tabs.color-att-second {
    border-color: var(--clr-att-second)
}

.menu-tabs.color-att-second .btn-menu:hover {
    color: var(--clr-att)
}

.menu-tabs.color-att-second .btn-menu.active {
    color: #fff;
    background-color: var(--clr-att-second)
}

.menu-tabs.color-att-second .btn-menu.active .button-ico {
    filter: none
}

.menu-tabs.color-red {
    border-color: #ff887e
}

.menu-tabs.color-red .btn-menu:hover {
    color: #ff5c4e
}

.menu-tabs.color-red .btn-menu.active {
    color: var(--clr-base);
    background-color: #ff887e
}

.menu-tabs li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    position: relative;
    overflow: hidden
}

.menu-tabs li:last-child .btn-menu {
    padding-right: 12px
}

.menu-tabs .btn-menu {
    height: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    padding: 0 8px;
    font-size: 10px;
    font-weight: 700;
    color: var(--clr-base);
    transition: all .2s ease;
    border-radius: 12px
}

.menu-tabs .btn-menu:hover {
    color: var(--clr-att)
}

.menu-tabs .btn-menu.active {
    color: var(--clr-base);
    background-color: #d6cdfa
}

.menu-tabs .btn-menu.active .button-ico {
    width: 14px;
    height: 14px
}

.menu-tabs .btn-menu.active .button-ico.button-logo {
    filter: none
}

.menu-tabs .button-ico {
    width: 12px;
    height: 12px;
    filter: brightness(0) grayscale(1);
    transition: all .2s ease;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.menu-tabs .button-title:not(:first-child) {
    /*padding-left: 6px*/
}

ol {
    list-style-type: decimal;
    padding-left: 1.33333333em
}

ol li {
    padding: 0
}

ol li:before {
    display: none
}

a {
    color: var(--clr-att)
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: var(--clr-att-hover)
}

.link-main,
a.link-main {
    text-decoration: none;
    border-bottom: 1px solid
}

.link-dark {
    color: var(--clr-base)
}

.link-dark:hover {
    color: var(--clr-att)
}

.link-email,
.link-location,
.link-phone {
    white-space: nowrap;
    display: inline-block;
    position: relative;
    color: inherit;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.link-email.link-text,
.link-location.link-text,
.link-phone.link-text {
    display: inline;
    padding: 0
}

.link-email.link-text:before,
.link-location.link-text:before,
.link-phone.link-text:before {
    display: none
}

.link-email:before {
    background-image: url(../themes/img/icons/link-email.svg)
}

.link-location {
    white-space: normal
}

.link-location:before {
    background-image: url(../themes/img/icons/link-location.svg)
}

a.link-email:hover,
a.link-location:hover,
a.link-phone:hover {
    color: var(--clr-att)
}

.h1-title,
.h2-title,
.h3-title,
.h4-title,
.h5-title,
.h6-title,
.page-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    position: relative;
    font-weight: 700;
    margin: 1.7em 0 0;
    font-size: 1em;
    line-height: 1.69230769
}

.h1-title:first-child,
.h2-title:first-child,
.h3-title:first-child,
.h4-title:first-child,
.h5-title:first-child,
.h6-title:first-child,
.page-title:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

.h1-title:last-child,
.h2-title:last-child,
.h3-title:last-child,
.h4-title:last-child,
.h5-title:last-child,
.h6-title:last-child,
.page-title:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0
}

.h1-title,
h1 {
    font-size: 28px;
    line-height: 1.25;
    margin: 30px 0
}

.h2-title,
h2 {
    font-size: 1.3em;
    margin-bottom: 0
}

.page-title {
    font-size: 18px;
    line-height: 1.33333333
}

.text-light,
.title-light {
    color: var(--clr-light)
}

.text-base,
.title-base {
    color: var(--clr-base)
}

.text-att,
.title-att {
    color: #8E62EF
}

.text-line,
.title-line {
    white-space: nowrap
}

.text-upper,
.title-upper {
    text-transform: uppercase
}

.text-left,
.title-left {
    text-align: left
}

.text-right,
.title-right {
    text-align: right
}

.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;
        --fsize: 20px;
        --lhsize: 1.5;
        --mbsize: 1.5em;
        --rdSecond: 4rem
    }

    .h1-title,
    .page-title,
    h1 {
        font-size: 3.6rem;
        line-height: 1.125;
        margin: 6rem 0 3rem
    }

    .menu-tabs {
        border-radius: 13px
    }

    .menu-tabs li:last-child .btn-menu {
        padding-right: 16px
    }

    .menu-tabs .btn-menu {
        height: 24px;
        border-radius: 13px;
        padding: 0 12px;
        font-size: 12px
    }

    .menu-tabs .button-ico {
        width: 14px;
        height: 14px
    }
}

@media (min-width: 1200px) {

    .h1-title,
    .page-title,
    h1 {
        font-size: 4rem
    }
}

body,
html {
    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)
}

.cnt-full-wrap,
.inner-wrap,
.page-full {
    padding-left: var(--paddingContainer);
    padding-right: var(--paddingContainer)
}

.inner-wrap,
.page-full {
    position: relative;
    clear: both;
    margin: 0 auto;
    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
}

.cnt-section,
.footer,
.header,
.nav,
.wrap {
    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
}

.footer,
.header,
.nav,
.wrap > .cnt-section {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footer,
.header,
.nav {
    line-height: 1;
    text-align: left
}

.footer li,
.footer p,
.footer ul,
.header li,
.header p,
.header ul,
.nav li,
.nav p,
.nav ul {
    margin: 0;
    padding: 0
}

.footer li:before,
.footer p:before,
.footer ul:before,
.header li:before,
.header p:before,
.header ul:before,
.nav li:before,
.nav p:before,
.nav ul:before {
    display: none
}

.footer a,
.header a,
.nav a {
    text-decoration: none;
    position: relative;
    transition: all .2s ease
}

.header {
    z-index: 99
}

.header-main-panel {
    background: #fff;
    padding: 20px 0;
    padding: 2rem 0;
    font-size: 18px;
    line-height: 1.33333333
}

.header-main-panel,
.header-main-panel * {
    font-family: Manrope, sans-serif
}

.header-main-panel .inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header-main-panel .logo-inner-wrap {
    -ms-flex-order: 1;
    order: 1;
    width: 146px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header-main-panel .actions-inner-wrap {
    -ms-flex-order: 3;
    order: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header-main-panel .menu-inner-wrap {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 50px;
    padding-left: 5rem;
    padding-right: 120px;
    padding-right: 12rem
}

.header-main-panel .menu-inner-wrap .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    width: 570px;
    max-width: 100%
}

.header-main-panel .menu-inner-wrap .menu li {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header-main-panel .menu-inner-wrap .btn-menu {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    padding: 0 2rem;
    color: inherit
}

.header-main-panel .menu-inner-wrap .btn-menu:hover {
    color: var(--clr-att)
}

.header-main-panel .menu-inner-wrap .btn-menu.active {
    color: inherit;
    font-weight: 700
}

.header-main-panel .action-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 30px;
    padding-left: 3rem
}

.header-main-panel .action-wrap:first-child {
    padding-left: 0
}

.header-main-panel .action-wrap .btn {
    min-width: 257px;
    min-width: 25.7rem;
    font-size: 1em
}

.header-site-panel {
    padding: 15px 0
}

.header-site-panel .header-inner-wrap {
    border-radius: var(--rdMain);
    background: #fff;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 55px 12px 15px;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-site-panel .logo-inner-wrap {
    width: 133px;
    padding-bottom: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 1;
    order: 1
}

.header-site-panel .actions-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-order: 2;
    order: 2
}

.header-site-panel .action-wrap {
    margin-left: 10px;
    margin-left: 1rem
}

.header-site-panel .action-wrap .btn-action-ico {
    width: 30px;
    height: 30px
}

.header-site-panel .popup-content-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: #fff;
    padding: 12px 15px;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    z-index: 30;
    border-radius: var(--rdMain)
}

.header-site-panel .js-btn-popup-toggle.active + .js-popup-block {
    display: -ms-flexbox !important;
    display: flex !important
}

.header-site-panel .btn-popup-close {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -15px;
    z-index: 32
}

.header-site-panel .btn-action-ico.ico-close:before {
    filter: brightness(0) grayscale(1)
}

.header-nav-panel .soc-inner-wrap {
    background: #edf2f9;
    border-radius: var(--rdMain) var(--rdMain) 0 0;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 23px 12px
}

.header-nav-panel .button-wrap {
    margin-bottom: 20px
}

.header-nav-panel .button-wrap .btn {
    width: 100%;
    height: 45px;
    font-size: 16px
}

.header-nav-panel .soc-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header-nav-panel .soc-wrap .btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 0;
    min-width: 0;
    margin: 0 10px 10px;
    margin: 0 1rem 1rem
}

.header-nav-panel .soc-wrap .btn .button-ico {
    margin: 0 auto;
    filter: brightness(0) invert(1)
}

.header-nav-panel .menu ul {
    display: none;
    animation: a ease .2s;
    font-size: 15px;
    line-height: 16px;
    padding: 0 0 20px
}

.header-nav-panel .menu ul li {
    border: none
}

.header-nav-panel .menu ul a {
    display: block;
    position: relative;
    padding: 5px 0 5px 37px;
    color: #202020;
    font-weight: 400
}

.header-nav-panel .menu ul a.active,
.header-nav-panel .menu ul a:hover {
    color: var(--clr-att)
}

.header-nav-panel .btn-popup {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: var(--paddingContainer);
    margin-right: 15px;
    margin-top: -16px;
    z-index: 20
}

.header-nav-panel .btn-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: var(--clr-base);
    transition: all .2s ease;
    padding: 12px 0;
    letter-spacing: normal
}

.header-nav-panel .btn-menu:not(:has(+ul)) .button-toggle {
    display: none
}

.header-nav-panel .btn-menu.active,
.header-nav-panel .btn-menu:hover {
    color: var(--clr-att)
}

.header-nav-panel .btn-menu.active .button-ico,
.header-nav-panel .btn-menu.active .button-toggle,
.header-nav-panel .btn-menu:hover .button-ico,
.header-nav-panel .btn-menu:hover .button-toggle {
    filter: none
}

.header-nav-panel .btn-menu .button-ico {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    filter: brightness(0) grayscale(1)
}

.header-nav-panel .btn-menu .button-title {
    padding-left: 17px
}

.header-nav-panel .btn.button-ico-out {
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 15px;
    overflow: visible
}

.header-nav-panel .btn.button-ico-out .button-ico {
    margin: 0;
    position: absolute;
    top: 0;
    left: 100%;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: var(--clr-att-third);
    filter: none
}

.header-nav-panel .btn.button-ico-out .button-ico img,
.header-nav-panel .btn.button-ico-out .button-ico svg {
    filter: brightness(0) grayscale(1)
}

.header-nav-panel .button-toggle {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    transition: all .2s ease;
    margin-left: 5px;
    filter: brightness(0) grayscale(1)
}

.header-nav-panel .button-toggle:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../themes/img/icons/arrow-menu.svg) 50% no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px
}

.footer-bg-light .footer {
    background: #fff
}

.footer-bg-light .footer-main-wrap {
    background: #edf2f9
}

.footer-bg-light .footer-main-wrap .logo {
    background: #fff
}

.footer-main-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    padding: 36px 12px 0;
    font-size: 14px;
    line-height: 1.42857143
}

.footer-main-wrap .menu-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px 50px 0;
    padding-left: 18px
}

.footer-main-wrap .menu-title {
    margin-bottom: 10px
}

.footer-main-wrap .menu-title .btn {
    font-size: 1em;
    font-weight: 700
}

.footer-main-wrap .menu-title .btn .button-ico {
    width: 20px;
    height: 20px;
    filter: brightness(.8);
    rotate: 90deg;
    margin: 0
}

.footer-main-wrap .menu-title .btn .button-title {
    margin-right: 4px
}

.footer-main-wrap .logo-inner-wrap {
    display: block;
    text-align: center;
    line-height: 0
}

.footer-main-wrap .menu-wrap {
    width: 50%;
    padding: 0 20px 0 0
}

.footer-main-wrap .action-wrap {
    margin-bottom: 36px
}

.footer-main-wrap .action-wrap .btn {
    width: 100%;
    height: 45px;
    font-size: 16px
}

.footer-main-wrap .soc-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.footer-main-wrap .soc-wrap .btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 0;
    min-width: 0;
    margin: 0 8px 8px
}

.footer-main-wrap .soc-wrap .btn .button-ico {
    margin: 0 auto;
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1)
}

.footer-main-wrap .menu a {
    display: block;
    color: var(--clr-base);
    padding: 5px 0
}

.footer-main-wrap .menu a:hover {
    color: var(--clr-att)
}

.footer-main-wrap .logo {
    width: 175px;
    padding: 5px 20px 0;
    border-radius: 10px 10px 0 0;
    background: #edf2f9;
    margin: 0 auto
}

.footer-action-wrap {
    text-align: center;
    padding-bottom: 30px;
    font-size: 20px
}

.footer-action-wrap .btn {
    font-size: inherit;
    color: var(--clr-base);
    font-weight: 400;
    overflow: visible
}

.footer-action-wrap .btn:hover {
    color: var(--clr-att)
}

.footer-action-wrap .btn:hover .button-ico {
    filter: none
}

.footer-action-wrap .btn .button-ico {
    transition: all .2s ease;
    filter: brightness(0) grayscale(1);
    width: 30px;
    height: 30px;
    border: 2px solid var(--clr-att);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 50%;
    rotate: -90deg
}

.footer-action-wrap .btn.button-clear:not(:hover) .button-ico {
    filter: brightness(0) grayscale(1)
}

.footer-info-wrap {
    text-align: center;
    position: relative;
    padding: 30px 0;
    font-size: 10px;
    line-height: 12px;
    color: #6d6d6d
}

.footer-info-wrap .info-wrap,
.footer-info-wrap p {
    margin-bottom: 16px
}

.footer-info-wrap a:not(:hover) {
    color: inherit
}

.logo {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 1;
    width: 100%;
    letter-spacing: normal;
    font-weight: 400
}

.logo,
.logo:hover {
    text-decoration: none
}

.logo img {
    display: block;
    width: 100%
}

.section-main-box .title-inner-wrap > p {
    max-width: 530px;
}

@media (max-width: 1199px) {
    .header-main-panel .menu-inner-wrap {
        padding: 0 3rem
    }

    .header-main-panel .menu-inner-wrap .menu {
        width: 100%
    }
}

@media (max-width: 1023px) {
    .menu-show {
        overflow: hidden
    }

    .section-mobile-full {
        margin-left: calc(var(--paddingContainer) * -1);
        margin-right: calc(var(--paddingContainer) * -1)
    }

    .header-main-panel,
    .header-main-panel .menu-inner-wrap {
        display: none
    }

    .header-main-panel .logo-inner-wrap {
        width: 120px
    }

    .header-main-panel .inner-wrap {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header-site-panel,
    .header-site-panel * {
        font-family: Manrope, sans-serif
    }

    .header-site-panel .btn-popup,
    .header-site-panel .logo {
        z-index: 20
    }

    .header-nav-panel {
        position: static;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    .header-nav-panel .inner-wrap {
        display: none;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--clr-white);
        padding-top: 77px;
        z-index: 10
    }

    .header-nav-panel .js-btn-popup-toggle.active + .js-popup-block {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .header-nav-panel .main-inner-wrap {
        position: relative;
        border-top: 1px solid var(--clr-base);
        padding-bottom: 4rem;
        width: 100%;
        -ms-flex: 1;
        flex: 1;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .header-nav-panel .main-inner-wrap::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .header-nav-panel .menu-inner-wrap {
        padding-top: 20px;
        padding-bottom: 15px
    }

    .header-nav-panel .menu li {
        border-bottom: 1px solid #dce6f3
    }

    .header-nav-panel .open ul {
        display: block
    }

    .header-nav-panel .open .button-toggle {
        rotate: 180deg
    }
}

@media (min-width: 768px) {
    .footer-main-wrap {
        font-size: 2rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 5rem 5rem 0;
        border-radius: 3rem
    }

    .footer-main-wrap .menu-inner-wrap {
        -ms-flex: 1;
        flex: 1;
        margin: 0;
        padding: 10px 110px 0 0;
        position: relative;
        max-width: calc(100% - 317px)
    }

    .footer-main-wrap .menu-inner-wrap:before {
        content: "";
        display: block;
        position: absolute;
        background: url(../themes/img/icons/line.svg) 50% no-repeat;
        background-size: 100% auto;
        width: 298px;
        aspect-ratio: 298/162;
        top: 1rem;
        right: 2rem;
        pointer-events: none
    }

    .footer-main-wrap .actions-inner-wrap {
        width: 317px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0;
        margin: 0
    }

    .footer-main-wrap .logo-inner-wrap {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .footer-main-wrap .soc-wrap {
        margin: 17rem -30px 0
    }

    .footer-main-wrap .soc-wrap .btn {
        width: 4.8rem;
        height: 4.8rem;
        margin: 0 10px 10px
    }

    .footer-main-wrap .soc-wrap .btn .button-ico {
        width: 3rem;
        height: 3rem
    }

    .footer-main-wrap .soc-wrap .btn .button-ico img,
    .footer-main-wrap .soc-wrap .btn .button-ico svg {
        width: 100%
    }

    .footer-main-wrap .action-wrap .btn {
        height: 7.3rem;
        border-radius: 10px;
        font-size: 2.2rem
    }

    .footer-main-wrap .menu-title {
        font-size: 2.2rem
    }

    .footer-main-wrap .menu-title .btn .button-ico {
        width: 30px;
        height: 30px
    }

    .footer-main-wrap .menu {
        max-width: 200px
    }

    .footer-main-wrap .logo {
        padding-top: 8px;
        padding-left: 40px;
        padding-right: 40px;
        width: 230px
    }

    .footer-action-wrap {
        padding-bottom: 40px;
        font-size: 20px
    }

    .footer-info-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: end;
        align-items: flex-end;
        font-size: 13px;
        line-height: 18px;
        padding: 32px 0;
        text-align: left
    }

    .footer-info-wrap .info-wrap {
        margin: 0;
        width: 36.92307692em;
        max-width: 45%;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .footer-info-wrap .info-wrap:last-child {
        text-align: right;
        padding-right: 37px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .footer-main-wrap .menu-inner-wrap {
        padding-right: 0
    }

    .footer-main-wrap .menu-inner-wrap:before {
        display: none
    }

    .footer-main-wrap .soc-wrap {
        margin-top: 100px;
        margin-bottom: 40px
    }
}

@media (min-width: 1024px) {
    .wrap:has(.side-menu-box) {
        overflow: visible
    }

    .header {
        margin-bottom: 5.4rem
    }

    .header-site-panel {
        padding-top: 3.4rem;
        padding-bottom: 2rem
    }

    .header-site-panel .logo-inner-wrap {
        padding-bottom: 2rem;
        width: 30rem
    }

    .header-site-panel .header-inner-wrap {
        padding: 0;
        border-radius: 0;
        background: none
    }

    .header-site-panel .action-wrap .btn-action-ico {
        width: 7.7rem;
        height: 7.6rem;
        border-radius: 2rem
    }

    .header-site-panel .action-wrap .btn-action-ico.ico-search:before {
        background-image: url(../themes/img/icons/search-d.svg);
        background-size: 7.9rem auto
    }

    .header-site-panel .action-wrap .btn-action-ico.ico-close:before {
        background-size: 4rem auto
    }

    .header-site-panel .action-wrap .btn-action-ico.btn,
    .header-site-panel .action-wrap .btn-action-ico.btn.button-light {
        background: var(--clr-white);
        border-color: var(--clr-white)
    }

    .header-site-panel .action-wrap .btn-action-ico.btn.button-light:hover,
    .header-site-panel .action-wrap .btn-action-ico.btn:hover {
        background: var(--clr-white-hover);
        border-color: var(--clr-white-hover)
    }

    .header-site-panel .popup-content-block {
        width: 88rem;
        left: auto;
        padding: 0;
        background: none;
        border-radius: 0
    }

    .header-site-panel .btn-popup-close {
        top: 50%;
        right: 0;
        margin-top: -3.8rem
    }

    .header-site-panel .frm-main-search .form-input {
        height: 7.6rem;
        border-radius: 2rem;
        background: var(--clr-white);
        border-color: var(--clr-white);
        padding: 0 10rem 0 3.2rem;
        font-size: 2rem
    }

    .header-nav-panel .soc-inner-wrap {
        display: none
    }

    .header-nav-panel .main-inner-wrap {
        border-radius: 2rem;
        background: var(--clr-white);
        position: relative;
        padding: 12px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: 8.5rem
    }

    .header-nav-panel .menu-inner-wrap {
        -ms-flex: 1;
        flex: 1;
        font-size: 1.9rem;
        line-height: 1.1
    }

    .header-nav-panel .menu-inner-wrap .menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header-nav-panel .actions-inner-wrap {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 6rem;
        padding-left: 3rem
    }

    .header-nav-panel .btn.button-ico-out {
        height: 6rem;
        border-radius: 3rem;
        padding: 0 3rem;
        font-size: 1.9rem
    }

    .header-nav-panel .btn.button-ico-out .button-ico {
        width: 6rem;
        height: 6rem
    }

    .header-nav-panel .btn-menu {
        font-size: 1em;
        white-space: nowrap;
        height: 30px;
        line-height: 30px;
        padding: 0 2.6rem
    }

    .header-nav-panel .btn-menu .button-ico {
        width: 24px;
        height: 24px
    }

    .header-nav-panel .btn-menu .button-ico.ico-large {
        width: 32px
    }

    .header-nav-panel .btn-menu .button-title {
        padding-left: 15px;
        padding-left: 6px
    }

    .header-nav-panel .btn-popup,
    .header-nav-panel .btn-popup-close,
    .header-nav-panel .btn-popup-close.btn,
    .header-nav-panel .btn-popup.btn {
        display: none
    }

    .header-nav-panel .menu li:hover ul {
        display: block
    }

    .header-nav-panel .menu li:hover .btn-menu {
        color: var(--clr-att)
    }

    .header-nav-panel .menu li:hover .btn-menu .button-ico {
        filter: none
    }

    .header-nav-panel .menu ul {
        position: absolute;
        top: 100%;
        left: 5rem;
        display: none;
        z-index: 20;
        width: 165px;
        font-size: 16px;
        line-height: 20px;
        padding: 45px 0 15px
    }

    .header-nav-panel .menu ul:before {
        content: "";
        display: block;
        position: absolute;
        top: 30px;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 1px 15px 15px 15px;
        background: #fff
    }

    .header-nav-panel .menu ul a {
        display: block;
        padding: 5px 10px 5px 24px
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .footer-main-wrap .menu-inner-wrap:before {
        width: 180px;
        top: 20px
    }
}

.item-tile-gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 392px;
    border-radius: 20px;
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 6px;
    height: 100%
}

.item-tile-gallery,
.item-tile-gallery:hover {
    color: var(--clr-base)
}

.item-tile-gallery:hover .tile-title {
    color: var(--clr-att)
}

.item-tile-gallery .tile-photo-wrap {
    display: block;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.item-tile-gallery .tile-action-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.item-tile-gallery .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;
    padding: 16px 15px 18px
}

.item-tile-gallery .tile-bottom-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--clr-title)
}

.item-tile-gallery .tile-photo {
    aspect-ratio: 332/217;
    border-radius: 20px
}

.item-tile-gallery .tile-title {
    display: block;
    transition: all .2s ease;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 10px
}

.item-tile-gallery .tile-title:last-child {
    margin-bottom: 0
}

.item-tile-gallery .btn {
    width: 100%;
    z-index: 7;
    height: 45px;
    font-size: 16px
}

.item-tile-interview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    padding: 27px 22px 22px;
    color: var(--clr-base);
    width: 100%;
    aspect-ratio: 345/440;
    height: 100%;
    min-height: 440px
}

.item-tile-interview.type-bottom-light .tile-bottom-info {
    color: #fff
}

.item-tile-interview.type-bottom-light .elm-info-text .elm-ico {
    filter: brightness(0) invert(1)
}

.item-tile-interview:hover {
    color: var(--clr-base)
}

.item-tile-interview:hover .tile-title {
    color: var(--clr-att)
}

.item-tile-interview .tile-photo-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    background: #bbcad6;
    overflow: hidden
}

.item-tile-interview .tile-tabs-wrap {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.item-tile-interview .tile-info-wrap {
    -ms-flex: 1;
    flex: 1;
    display: block;
    position: relative;
    z-index: 2
}

.item-tile-interview .tile-bottom-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    position: relative;
    z-index: 2;
    color: var(--clr-title)
}

.item-tile-interview .tile-photo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    aspect-ratio: inherit;
    object-position: right bottom
}

.item-tile-interview .tile-photo img {
    object-position: right bottom
}

.item-tile-interview .tile-title {
    font-size: 18px;
    line-height: 1.33333333;
    font-weight: 700;
    margin-bottom: 10px;
    transition: all .2s ease
}

.item-tile-interview .tile-title:last-child {
    margin-bottom: 0
}

.item-tile-article {
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.item-tile-article,
.item-tile-article:hover {
    color: var(--clr-base)
}

.item-tile-article:hover .tile-title {
    color: var(--clr-att)
}

.item-tile-article .tile-photo-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 88px
}

.item-tile-article .tile-info-wrap {
    -ms-flex: 1;
    flex: 1;
    padding-left: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.item-tile-article .tile-photo {
    aspect-ratio: 1;
    border-radius: 20px
}

.item-tile-article .tile-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    transition: all .2s ease
}

.item-tile-article .elm-info-text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 12px;
    color: var(--clr-title)
}

.item-tile-case {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 20px;
    background: #fff;
    position: relative;
    overflow: hidden;
    color: var(--clr-base);
    padding: 30px 0 50px;
    min-height: 427px;
    height: 100%;
    z-index: 2
}

.item-tile-case.type-short {
    min-height: 0
}

.item-tile-case.tile-att {
    color: #fff;
    background: #8c9bff
}

.item-tile-case.tile-att:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/tile-bg01.jpg) 50% no-repeat;
    background-size: cover
}

.item-tile-case.tile-att:hover,
.item-tile-case.tile-att:hover .tile-title {
    color: #fff
}

.item-tile-case:hover {
    color: var(--clr-base)
}

.item-tile-case:hover .tile-title {
    color: var(--clr-att)
}

.item-tile-case .tile-info-wrap {
    display: block;
    padding: 0 20px;
    width: 100%
}

.item-tile-case .tile-info-wrap .tile-photo {
    width: 98px;
    height: 29px;
    display: block;
    position: relative
}

.item-tile-case .tile-photo-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    padding-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.item-tile-case .tile-photo-wrap .tile-photo {
    width: 280px;
    max-width: 60%
}

.item-tile-case .tile-title {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    margin: 10px 0 0;
    transition: all .2s ease
}

.item-tile-action {
    display: block;
    position: relative;
    border-radius: 20px;
    background: #d6cdfa;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    line-height: 1.375;
    color: var(--clr-base);
    padding: 35px 35px 70px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1240px
}

.item-tile-action.type-four:before {
    width: 330px;
    height: auto;
    aspect-ratio: 330/380;
    border-radius: 381.111px;
    background: #4f32ff;
    filter: blur(90px);
    top: auto;
    bottom: -120px;
    left: 50%;
    right: auto;
    margin: 0 0 0 -165px
}

.item-tile-action.type-third {
    background: #e3e8f4
}

.item-tile-action.type-second:after,
.item-tile-action.type-second:before {
    content: "";
    display: block;
    position: absolute;
    width: 335px;
    aspect-ratio: 335/400;
    background: #ebf782;
    border-radius: 401.029px;
    filter: blur(50px);
    bottom: -160px;
    left: 50%;
    margin-left: -60px;
    z-index: -1
}

.item-tile-action.type-second:after {
    display: none
}

.item-tile-action.type-second .tile-photo {
    max-width: 60%;
    width: 400px
}

.item-tile-action:before {
    content: "";
    display: block;
    position: absolute;
    width: 600px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(98, 43, 255, .5) 3.62%, hsla(0, 0%, 100%, 0) 100.7%);
    bottom: -280px;
    left: 50%;
    margin-left: -300px
}

.item-tile-action:hover {
    color: var(--clr-base)
}

.item-tile-action .tile-info-wrap {
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: static
}

.item-tile-action .tile-info-wrap * {
    position: relative;
    z-index: 2
}

.item-tile-action .tile-photo-wrap {
    margin: 0 -35px;
    position: relative
}

.item-tile-action .tile-photo {
    margin: 0 auto;
    max-width: 400px
}

.item-tile-action .tile-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 20px 12px
}

.item-tile-action .btn {
    width: 100%
}

.item-tile-action .tile-title {
    margin: 0 0 8px
}

.item-tile-action p {
    margin: 0
}

.item-tile-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    color: var(--clr-base);
    position: relative
}

.item-tile-main .tile-photo-wrap {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.item-tile-main .tile-info-wrap {
    padding: 10px 0;
    display: block;
    -ms-flex: 1;
    flex: 1
}

.item-tile-main .tile-bottom-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    color: var(--clr-title)
}

.item-tile-main .tile-tabs-wrap {
    margin-bottom: 10px
}

.item-tile-main .tile-photo {
    aspect-ratio: 345/200;
    border-radius: 20px;
    background: #e6e6e6
}

.item-tile-main .tile-title {
    font-size: 18px;
    line-height: 1.33333333;
    transition: all .2s ease
}

.item-tile-main:hover {
    color: var(--clr-base)
}

.item-tile-main:hover .tile-title {
    color: var(--clr-att)
}

.elm-info-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 16px
}

.elm-info-text .elm-ico {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elm-info-text .info-title {
    display: block;
    padding-left: 6px
}

.elm-info-text .info-title:first-child {
    padding-left: 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;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elm-photo.photo-zoom:after,
.tile-photo.photo-zoom:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--clr-att) url(../themes/img/icons/zoom.svg);
    background-size: 24px auto;
    transition: all .2s ease
}

.elm-photo.photo-zoom:hover:after,
.tile-photo.photo-zoom:hover:after {
    opacity: 1
}

.elm-photo.photo-play:after,
.tile-photo.photo-play:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 70px;
    height: auto;
    aspect-ratio: 1;
    max-width: 25%;
    background: url(../themes/img/icons/play.svg) 50% no-repeat;
    background-size: auto 100%;
    transition: all .2s ease
}

.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 1s ease-out
}

.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-contain,
    .photo-cover {
        aspect-ratio: 1
    }

    .photo-contain:before,
    .photo-cover: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
}

.button-ico,
.elm-ico,
.frm-ico,
.lbl-ico,
.menu-ico,
.tab-ico,
.tile-ico {
    display: block;
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.button-ico .i,
.button-ico [class*=icon-],
.button-ico img,
.button-ico svg,
.elm-ico .i,
.elm-ico [class*=icon-],
.elm-ico img,
.elm-ico svg,
.frm-ico .i,
.frm-ico [class*=icon-],
.frm-ico img,
.frm-ico svg,
.lbl-ico .i,
.lbl-ico [class*=icon-],
.lbl-ico img,
.lbl-ico svg,
.menu-ico .i,
.menu-ico [class*=icon-],
.menu-ico img,
.menu-ico svg,
.tab-ico .i,
.tab-ico [class*=icon-],
.tab-ico img,
.tab-ico svg,
.tile-ico .i,
.tile-ico [class*=icon-],
.tile-ico img,
.tile-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: a ease .2s;
    background: rgba(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: 700;
    color: #fff
}

@media (max-width: 767px) {
    .item-tile-gallery.tile-row {
        border-radius: 0;
        padding: 0 0 68px;
        display: block;
        background: none
    }

    .item-tile-gallery.tile-row .tile-photo {
        aspect-ratio: 344/421
    }

    .item-tile-gallery.tile-row .tile-info-wrap {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0;
        background: none;
        overflow: hidden;
        pointer-events: none
    }

    .item-tile-gallery.tile-row .tile-title-wrap {
        position: relative;
        z-index: 2;
        padding: 35px 22px;
        color: #fff
    }

    .item-tile-gallery.tile-row .tile-action-wrap {
        padding: 23px 0 0
    }

    .item-tile-gallery.tile-row .btn {
        pointer-events: auto
    }

    .item-tile-gallery .tile-info {
        display: none
    }

    .item-tile-gallery .tile-title {
        margin: 0
    }

    .item-tile-action.type-four {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        padding-left: 30px;
        padding-right: 20px
    }

    .item-tile-action.type-four .tile-title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 25px
    }

    .item-tile-action.type-four .tile-photo-wrap {
        padding-right: 10px
    }

    .item-tile-action.type-third {
        padding: 26px 20px
    }

    .item-tile-action.type-third:before {
        display: none
    }

    .item-tile-action.type-third .tile-info-wrap {
        text-align: left
    }

    .item-tile-action.type-third .tile-photo-wrap {
        margin: 0 -20px;
        padding-top: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .item-tile-action.type-third .tile-photo-wrap:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        top: -50px;
        background: url(../img/action-decor.png) 100% no-repeat;
        background-size: auto 100%
    }

    .item-tile-action.type-third .tile-photo {
        width: 420px;
        max-width: inherit
    }
}

@media (min-width: 768px) {
    .item-tile-gallery.tile-row {
        padding: 8px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 45rem;
        border-radius: 4rem;
        font-size: 18px;
        line-height: 1.5
    }

    .item-tile-gallery.tile-row .tile-photo-wrap {
        width: 55.5%;
        margin: 0;
        padding: 0;
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .item-tile-gallery.tile-row .tile-info-wrap {
        -ms-flex: 1;
        flex: 1;
        padding: 25px 4.7rem 25px 4.8rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .item-tile-gallery.tile-row .tile-title-wrap {
        min-height: 28rem;
        padding-bottom: 3rem
    }

    .item-tile-gallery.tile-row .tile-title {
        font-size: 4rem;
        line-height: 1.075;
        margin-bottom: 3rem
    }

    .item-tile-gallery.tile-row .tile-title:last-child {
        margin-bottom: 0
    }

    .item-tile-gallery.tile-row .tile-photo {
        aspect-ratio: inherit;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 4rem
    }

    .item-tile-gallery.tile-row .tile-photo.photo-play:after {
        width: 12rem
    }

    .item-tile-gallery.tile-row .tile-info {
        max-width: 21.11111111em
    }

    .item-tile-gallery .btn {
        height: 6rem;
        border-radius: 1.4rem;
        font-size: 2.2rem
    }

    .item-tile-gallery .btn.button-border {
        background: var(--clr-base);
        color: #fff
    }

    .item-tile-gallery .btn.button-border:hover {
        background: var(--clr-base-hover);
        border: var(--clr-base-hover);
        color: #fff
    }

    .item-tile-action {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 5rem 6.5rem;
        font-size: 2.6rem;
        min-height: 400px;
        text-align: left;
        border-radius: 30px
    }

    .item-tile-action.type-four {
        padding: 6rem 5rem 5rem 7rem;
        font-size: 18px
    }

    .item-tile-action.type-four:before {
        display: block;
        width: 480px;
        aspect-ratio: 480/541;
        top: 20%;
        right: 0;
        margin: 0;
        left: auto;
        bottom: auto;
        filter: blur(100px);
        transform: rotate(41.764deg)
    }

    .item-tile-action.type-four .tile-title {
        font-size: 5rem;
        margin-bottom: 4.2rem;
        line-height: .99;
        margin-left: 0;
        margin-right: -5rem
    }

    .item-tile-action.type-four .tile-info-wrap {
        max-width: 53rem
    }

    .item-tile-action.type-four .tile-photo {
        top: 3rem;
        bottom: 2rem;
        right: 4rem
    }

    .item-tile-action.type-four .btn {
        max-width: 43.2rem
    }

    .item-tile-action.type-third {
        padding: 6rem
    }

    .item-tile-action.type-third .tile-title {
        line-height: 1.26666667;
        margin-left: 0;
        margin-right: -15rem
    }

    .item-tile-action.type-third .tile-photo-wrap {
        top: 4rem
    }

    .item-tile-action.type-second:after {
        transform: scale(1.2);
        top: 70%;
        right: 0;
        left: auto;
        bottom: auto;
        display: block
    }

    .item-tile-action.type-second:before {
        display: block;
        top: 50%;
        right: 100px;
        margin-top: -300px;
        bottom: auto;
        left: auto
    }

    .item-tile-action.type-second .tile-photo-wrap {
        width: 45%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .item-tile-action.type-second .tile-photo {
        width: 335px;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        display: block
    }

    .item-tile-action.type-second .tile-photo img {
        width: 100%;
        max-width: none;
        height: auto
    }

    .item-tile-action .tile-info-wrap {
        width: 50%;
        max-width: 45.5rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0;
        padding: 0
    }

    .item-tile-action .tile-photo-wrap {
        width: 58rem;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: 0;
        padding: 0
    }

    .item-tile-action .tile-action {
        display: block;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin: 5.5rem 0 0;
        padding: 0
    }

    .item-tile-action .tile-title {
        margin-bottom: 15px
    }

    .item-tile-action .tile-photo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        overflow: visible
    }

    .item-tile-action .tile-photo img,
    .item-tile-action .tile-photo svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: auto;
        height: 100%;
        max-width: none
    }

    .item-tile-action:before {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .item-tile-gallery.tile-row .tile-info-wrap {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .item-tile-gallery.tile-row .tile-title {
        font-size: 3rem
    }

    .item-tile-action {
        padding-left: 5rem
    }

    .item-tile-action.type-four {
        padding: 30px
    }

    .item-tile-action.type-four .tile-photo-wrap {
        right: auto;
        left: 50%;
        top: 50px;
        bottom: 50px
    }

    .item-tile-action.type-third {
        padding: 30px
    }

    .item-tile-action.type-third .tile-photo-wrap {
        right: -20rem
    }
}

@media (min-width: 1024px) {
    .item-tile-gallery {
        padding: 8px;
        min-height: 430px;
        border-radius: 3rem
    }

    .item-tile-gallery .tile-photo {
        aspect-ratio: 404/258;
        border-radius: 3rem
    }

    .item-tile-gallery .tile-info-wrap {
        padding: 20px 14px 14px
    }

    .item-tile-gallery .tile-bottom-wrap {
        font-size: 16px
    }

    .item-tile-gallery .tile-title {
        font-size: 2.4rem;
        line-height: 1.04166667
    }

    .item-tile-interview {
        aspect-ratio: 420/488;
        padding: 26px;
        min-height: 488px
    }

    .item-tile-interview .tabs-inner-wrap {
        margin-bottom: 20px
    }

    .item-tile-interview .tile-title {
        font-size: 2rem;
        line-height: 1.25
    }

    .item-tile-interview .tile-bottom-wrap {
        font-size: 16px
    }

    .item-tile-article .tile-photo-wrap {
        width: 13rem
    }

    .item-tile-article .tile-info-wrap {
        padding-top: 5px;
        padding-left: 2.2rem
    }

    .item-tile-article .tile-title {
        font-size: 1.8rem;
        line-height: 1.38888889
    }

    .item-tile-article .tile-photo {
        border-radius: 3rem
    }

    .item-tile-article .elm-info-text {
        font-size: 16px
    }

    .item-tile-case {
        min-height: 488px;
        border-radius: 3rem;
        padding: 30px 0 100px
    }

    .item-tile-case .tile-info-wrap {
        padding: 0 2.6rem
    }

    .item-tile-case .tile-photo-wrap .tile-photo {
        max-width: 65%
    }

    .item-tile-main .tile-bottom-wrap {
        font-size: 16px;
        padding-top: 3rem
    }

    .item-tile-main .tile-info-wrap {
        padding-top: 2.5rem
    }

    .item-tile-main .tile-tabs-wrap {
        margin-bottom: 15px
    }

    .item-tile-main .tile-title {
        font-size: 20px;
        line-height: 1.25
    }

    .item-tile-main .tile-photo {
        border-radius: 3rem;
        aspect-ratio: 420/260
    }

    .elm-info-text {
        line-height: 20px
    }

    .elm-info-text .elm-ico {
        width: 20px;
        height: 20px
    }

    .elm-photo.photo-play:after,
    .tile-photo.photo-play:after {
        width: 8.4rem
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .item-tile-gallery.tile-row .tile-title {
        font-size: 3.5rem
    }

    .item-tile-action.type-four .tile-photo-wrap {
        right: auto;
        left: 60%
    }
}

@media (min-width: 1200px) {
    .item-tile-action .tile-title {
        font-size: 4.5rem
    }
}

@media (min-width: 1400px) {
    .item-tile-action.type-four.w-full {
        max-width: 100%;
        padding: 4rem 5rem 6rem
    }

    .item-tile-action.type-four.w-full .tile-title {
        font-size: 6.5rem;
        line-height: 1.13846154;
        margin-bottom: 20px
    }

    .item-tile-action.type-four.w-full .btn {
        max-width: 45.4rem;
        font-size: 2.2rem
    }

    .item-tile-action.type-four.w-full .tile-photo {
        top: 2rem
    }
}

.page-menu-box {
    margin-bottom: 20px
}

.page-menu-box .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    -ms-flex-pack: center;
    justify-content: center
}

.page-menu-box .menu li {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.page-menu-box .btn-menu {
    white-space: nowrap;
    display: block;
    position: relative;
    padding: 10px 12px;
    color: var(--clr-base)
}

.page-menu-box .btn-menu.active,
.page-menu-box .btn-menu:hover {
    color: var(--clr-att)
}

.lead-logo-box {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.33333333
}

.lead-logo-box .box-inner-wrap {
    border-radius: 20px;
    background: var(--clr-att-second);
    color: #fff;
    padding: 22px 140px 22px 22px;
    min-height: 132px;
    position: relative;
    overflow: hidden
}

.lead-logo-box .elm-photo {
    width: 117px;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: .7
}

.lead-logo-box .logo {
    width: 113px;
    margin-bottom: 8px
}

.lead-title-box {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.33333333;
    position: relative
}

.lead-title-box .box-inner-wrap {
    border-radius: 20px;
    padding: 22px 140px 22px 22px;
    position: relative;
    overflow: hidden;
    background: #ebf782;
    display: block;
    min-height: 132px
}

.lead-title-box .info-wrap,
.lead-title-box .title-wrap {
    position: relative;
    z-index: 2
}

.lead-title-box .section-title {
    margin: 0 0 7px;
    line-height: 1.14285714
}

.lead-title-box .elm-photo {
    width: 176px;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%)
}

.info-action-box {
    margin-bottom: 50px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    color: var(--clr-base)
}

.info-action-box.type-second .box-inner-wrap {
    background-color: #ebf782
}

.info-action-box .box-inner-wrap {
    border-radius: 20px;
    background: #d6cdfa;
    padding: 12px;
    position: relative
}

.info-action-box .info-inner-wrap {
    padding: 18px 10px 20px;
    position: relative;
    z-index: 2
}

.info-action-box .action-inner-wrap {
    position: relative;
    z-index: 2
}

.info-action-box .photo-inner-wrap {
    margin-bottom: 10px
}

.info-action-box .section-title {
    margin-bottom: 15px;
    line-height: 1.14285714
}

.info-action-box .elm-photo {
    width: 180px;
    margin: 0 auto
}

.info-action-box .btn {
    width: 100%;
    border-radius: 10px
}

.article-footer-box {
    padding: 20px 0 0;
    border-top: 2px solid #d7e0ee;
    font-size: 14px
}

.article-footer-box .actions-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.article-footer-box .wrap-up .btn .button-ico {
    rotate: -90deg
}

.article-footer-box .wrap-main {
    display: none
}

.article-footer-box .wrap-main .btn .button-ico {
    rotate: 180deg
}

.article-footer-box .wrap-link .btn .button-ico {
    background-color: var(--clr-base);
    filter: none
}

.article-footer-box .wrap-link .btn .button-ico img,
.article-footer-box .wrap-link .btn .button-ico svg {
    filter: brightness(0) invert(1)
}

.article-footer-box .btn {
    font-size: 1em;
    color: inherit
}

.article-footer-box .btn .button-ico {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--clr-base);
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    filter: none
}

.article-footer-box .btn .button-ico img,
.article-footer-box .btn .button-ico svg {
    filter: brightness(0) grayscale(1)
}

.article-footer-box .btn .button-title {
    display: block;
    padding-left: 10px
}

.article-box {
    margin-bottom: 32px;
    --mbsize: 2.1em
}

.article-box .article-att-box,
.article-box .elm-photo {
    margin: 30px 0;
    border-radius: 20px
}

.article-box .article-att-box:first-child,
.article-box .elm-photo:first-child {
    margin-top: 0
}

.article-box .article-att-box:last-child,
.article-box .elm-photo:last-child {
    margin-bottom: 0
}

.article-att-box {
    border-radius: 20px;
    background: #ff887e;
    padding: 30px 12px 30px 27px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px
}

.article-att-box .text-att {
    color: #a23d35
}

.article-att-box a {
    color: inherit
}

.article-att-box a:hover {
    color: #a23d35
}

.content-box {
    margin-bottom: 53px;
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
    padding: 26px var(--paddingContainer);
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.content-box .side-wrap {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.content-box .content-wrap {
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.content-box .content-footer-wrap {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 3;
    order: 3
}

.side-menu-box {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 20px;
    border: 1px solid #d9dde4;
    padding: 27px 20px 20px
}

.side-menu-box a {
    display: block;
    line-height: 2;
    color: var(--clr-base)
}

.side-menu-box a:hover {
    color: var(--clr-att)
}

.side-menu-box .side-title {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700
}

.article-lead-box {
    margin-bottom: 36px;
    color: #fff;
    position: relative
}

.article-lead-box.type-second {
    color: var(--clr-base)
}

.article-lead-box.type-second .box-inner-wrap {
    background: #d6cdfa;
    box-shadow: 0 0 17.3px 5px rgba(0, 0, 0, .03)
}

.article-lead-box .section-logo {
    margin-bottom: 50px;
    margin-bottom: 5rem;
    width: 80%;
    max-width: 507px;
    max-width: 50.7rem;
    padding-top: 40px;
    padding-top: 4rem
}

.article-lead-box .section-logo img {
    display: block;
    width: 100%
}

.article-lead-box .box-inner-wrap {
    border-radius: 20px;
    background: #ff887e;
    box-shadow: 0 0 17.3px 5px rgba(0, 0, 0, .03);
    padding: 25px 20px 12px;
    position: relative;
    overflow: hidden;
    min-height: 460px
}

.article-lead-box .box-inner-wrap,
.article-lead-box .photo-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.article-lead-box .photo-inner-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -10px;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.article-lead-box .info-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    z-index: 2
}

.article-lead-box .tabs-inner-wrap {
    margin-bottom: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.article-lead-box .bottom-info-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    font-size: 12px
}

.article-lead-box .title-inner-wrap {
    margin-bottom: 24px;
    -ms-flex: 1;
    flex: 1
}

.article-lead-box .section-title {
    font-size: 18px;
    line-height: 1.33333333;
    font-weight: 700;
    margin: 0 0 15px
}

.article-lead-box .section-title:last-child {
    margin-bottom: 0
}

.article-lead-box .elm-photo {
    width: 300px;
    max-width: 100%;
    margin: 0 0 0 auto
}

.article-lead-box .elm-info-text .elm-ico {
    filter: brightness(0) invert(1)
}

.form-box {
    margin-bottom: 45px;
    font-size: 12px;
    line-height: 1.5
}

.form-box:last-child {
    margin-bottom: 0
}

.form-box .box-inner-wrap {
    border-radius: 20px;
    background: #d6cdfa;
    padding: 16px 12px 20px;
    position: relative;
    overflow: hidden
}

.form-box .form-title-wrap {
    margin-bottom: 28px;
    padding: 0 4px
}

.form-box .form-title {
    margin: 0 0 9px
}

.form-box .elm-photo {
    margin: 0 auto 12px;
    width: 148px
}

.form-box .frm-row {
    margin: 0 -8px
}

.form-box .frm-field {
    padding: 0 8px;
    width: 100%;
    margin-bottom: 12px
}

.form-box .row-info {
    padding-top: 5px
}

.form-box .row-info .frm-field {
    margin: 0;
    width: 100%
}

.form-box .row-info .frm-field:last-child {
    width: 100%
}

.form-box .frm-select {
    margin-bottom: 6px
}

.form-box .frm-select:last-child {
    margin-bottom: 0
}

.form-box .btn {
    width: 100%
}

.tiles-box {
    margin-bottom: 45px
}

.tiles-box .item-wrap.wrap-full {
    width: 100%
}

.tiles-slider-box {
    margin-bottom: 45px;
    position: relative
}

.tiles-slider-box .slider-inner-wrap {
    position: relative
}

.title-box {
    margin-bottom: 30px
}

.title-box .title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.title-box .elm-ico {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    filter: brightness(0) grayscale(1)
}

.title-box .elm-ico img,
.title-box .elm-ico svg {
    width: 100%
}

.title-box .section-title {
    padding-left: 10px;
    margin: 0
}

.title-box .section-title:first-child {
    padding-left: 0
}

.title-box .action-wrap {
    display: none
}

.page-lead-box {
    margin-bottom: 35px;
    position: relative
}

.page-lead-box .box-inner-wrap {
    border-radius: var(--rdSecond);
    background: #fff;
    display: block;
    position: relative
}

.page-lead-box .photo-inner-wrap .elm-photo {
    border-radius: var(--rdSecond);
    aspect-ratio: 345/210
}

.page-lead-box .tabs-inner-wrap {
    margin-bottom: 10px
}

.page-lead-box .bottom-info-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    color: var(--clr-title);
    margin-top: 18px
}

.page-lead-box .info-inner-wrap {
    padding: 16px
}

.page-lead-box .section-title {
    margin-bottom: 22px;
    margin-bottom: 2.2rem
}

.page-lead-box .section-title:last-child {
    margin-bottom: 0
}

.bg-box {
    position: relative;
    z-index: 2;
    padding: 35px 0;
    margin-bottom: 48px
}

.bg-box:last-child {
    padding-bottom: 28px;
    margin-bottom: 0
}

.bg-box:has(+.bg-box) {
    margin-bottom: 0
}

.bg-box.bg-dark .bg-full-wrap {
    background-color: #28272b
}

.bg-box > :last-child {
    margin-bottom: 0 !important
}

.bg-dark .more-box,
.bg-dark .title-box {
    color: #fff
}

.bg-dark .more-box .btn,
.bg-dark .title-box .btn {
    color: #fff;
    border-color: #fff
}

.more-box {
    text-align: center;
    margin-top: 35px
}

.more-box .btn {
    width: 100%
}

.bg-full-wrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100dvw;
    min-width: var(--min);
    transform: translateX(-50%);
    overflow: hidden;
    background: #fff;
    z-index: -1
}

.bg-full-wrap.bg-dark {
    background-color: #28272b
}

[id^=section] {
    scroll-margin-top: 40px
}

body.popup-open {
    overflow: hidden
}

.popup-outer-box {
    display: none;
    padding: 0;
    animation: a ease .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, .7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.popup-outer-box.active {
    display: -ms-flexbox;
    display: flex
}

.popup-att .popup-box {
    background: #d6cdfa
}

.popup-cookies {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: none
}

.popup-cookies.popup-outer-box {
    padding: 0 10px 20px
}

/* Cookie bar should not block page interactions outside of itself */
.popup-cookies.popup-outer-box.active {
    pointer-events: none;
}

.popup-cookies .popup-box {
    width: 938px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 19.5px 12px rgba(0, 0, 0, .1);
    padding: 22px 22px 22px 30px;
    pointer-events: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

.popup-cookies .popup-box,
.popup-cookies .popup-box * {
    pointer-events: auto;
}

.popup-cookies .popup-box .popup-content-wrap {
    overflow: visible;
    padding: 0
}

.popup-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    background-color: #f5f3ff;
    z-index: 20
}

.popup-box,
.popup-box .popup-footer-wrap,
.popup-box .popup-title-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.popup-box .popup-title-wrap {
    padding: 67px 15px 10px
}

.popup-box .popup-content-wrap {
    padding: 14px 26px 36px;
    width: 100%;
    overflow: auto;
    -ms-overflow-style: none
}

.popup-box .popup-content-wrap::-webkit-scrollbar {
    width: 0;
    height: 0
}

.popup-box .popup-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25
}

.popup-box .popup-title,
.popup-box .popup-title * {
    font-family: Actay Main, sans-serif
}

.popup-box .btn-popup-close {
    position: absolute;
    top: 10px;
    right: 10px
}

.popup-box .btn-action-ico.ico-close:before {
    background-size: 32px auto
}

.popup-cookies-box {
    -ms-flex-align: center;
    font-size: 14px;
    line-height: 1.35714286;
    text-align: left
}

.popup-cookies-box,
.popup-cookies-box .title-wrap {
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.popup-cookies-box .title-wrap {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center
}

.popup-cookies-box .elm-ico {
    width: 48px;
    height: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.popup-cookies-box .info-wrap {
    -ms-flex: 1;
    flex: 1;
    padding: 0 32px 0 26px;
    font-weight: 400
}

.popup-cookies-box .info-wrap,
.popup-cookies-box .info-wrap * {
    font-family: Actay Main, sans-serif
}

.popup-cookies-box .info-wrap:first-child {
    padding-left: 0
}

.popup-cookies-box .info-wrap:last-child {
    padding-right: 0
}

.popup-cookies-box .actions-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex
}

.popup-cookies-box .action-wrap {
    padding-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.popup-cookies-box .btn {
    height: 37px;
    padding: 0 20px;
    min-width: 144px;
    border-radius: 10px;
    font-size: 14px
}

.popup-message-box {
    padding-top: 96px;
    padding-bottom: 96px
}

.popup-message-box .elm-photo {
    width: 100%;
    max-width: 275px;
    margin: 0 auto
}

.popup-message-box .popup-title {
    margin-bottom: 53px;
    font-size: 24px
}

@media (max-width: 1023px) {
    .tiles-slider-box.mobile-no-actions .slider-actions-wrap {
        display: none
    }

    .popup-cookies-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .popup-cookies-box .title-wrap {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .popup-cookies-box .actions-wrap {
        width: calc(100% + 10px)
    }

    .popup-cookies-box .action-wrap {
        padding: 0 10px 0 0;
        margin-top: 20px;
        -ms-flex: 1;
        flex: 1
    }

    .popup-cookies-box .action-wrap .btn {
        width: 100%
    }
}

@media (max-width: 767px) {
    .info-action-box.type-second .elm-photo {
        width: 214px;
        margin-bottom: 40px
    }

    .page-lead-box .title-inner-wrap p {
        display: none
    }
}

@media (max-width: 479px) {
    .popup-cookies .popup-box {
        padding: 15px
    }

    .popup-cookies-box .info-wrap {
        padding-left: 10px
    }

    .popup-cookies-box .elm-ico {
        width: 40px;
        height: 40px
    }
}

@media (min-width: 640px) {
    .tiles-box .item-wrap {
        width: 50%
    }
}

@media (min-width: 768px) {
    .page-menu-box {
        margin-bottom: 3rem;
        font-size: 18px;
        line-height: 1.33333333
    }

    .page-menu-box .menu {
        margin: 0 -3.5rem
    }

    .page-menu-box .btn-menu {
        padding: 10px 3.5rem
    }

    .lead-logo-box {
        margin-bottom: 27px;
        font-size: 1.8rem;
        line-height: 1.33333333;
        font-weight: 700
    }

    .lead-logo-box .box-inner-wrap {
        min-height: 122px;
        padding: 3rem 5rem
    }

    .lead-logo-box .box-inner-wrap,
    .lead-logo-box .logo-inner-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .lead-logo-box .logo-inner-wrap {
        -ms-flex: 1;
        flex: 1
    }

    .lead-logo-box .info-inner-wrap {
        width: 43%;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .lead-logo-box .elm-photo {
        width: 60px;
        transform: none;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        opacity: 1;
        margin: 0 2.5rem 0 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .lead-logo-box .logo {
        width: 20rem;
        margin: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .lead-logo-box p {
        max-width: 23.88888889em
    }

    .article-lead-box.type-second .photo-inner-wrap:before {
        content: "";
        display: block;
        pointer-events: none;
        width: 37rem;
        aspect-ratio: 370/672;
        border-radius: 671.77px;
        background: #622bff;
        filter: blur(150px);
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(34.483deg)
    }

    .lead-title-box {
        margin-bottom: 5rem;
        font-size: 16px;
        line-height: 1.33333333
    }

    .lead-title-box .box-inner-wrap {
        min-height: 122px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 3rem 3rem 3rem 150px
    }

    .lead-title-box .title-wrap {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 52%;
        padding-right: 3rem
    }

    .lead-title-box .info-wrap {
        -ms-flex: 1;
        flex: 1
    }

    .lead-title-box .info-wrap p {
        max-width: 26.66666667em
    }

    .lead-title-box .elm-photo {
        width: 82px;
        right: auto;
        left: 50px
    }

    .lead-title-box .section-title {
        margin: 0
    }

    .info-action-box {
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.5;
        text-align: left
    }

    .info-action-box .box-inner-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 395px;
        border-radius: 3rem;
        padding: 5rem 7rem
    }

    .info-action-box .photo-inner-wrap {
        width: 28.8rem;
        position: absolute;
        top: 50%;
        right: 6%;
        margin: 0;
        transform: translateY(-45%)
    }

    .info-action-box .info-inner-wrap {
        width: 65rem;
        max-width: 100%
    }

    .info-action-box .action-inner-wrap {
        width: 43.2rem
    }

    .info-action-box .section-title {
        margin-bottom: 2.5rem;
        font-size: 4rem
    }

    .info-action-box .elm-photo {
        width: 100%
    }

    .article-footer-box .wrap-main {
        display: block
    }

    .article-lead-box {
        margin-bottom: 6rem
    }

    .article-lead-box .box-inner-wrap {
        min-height: 49.8rem;
        border-radius: 4rem;
        padding: 34px 5rem 5rem;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .article-lead-box .photo-inner-wrap {
        top: -3rem;
        bottom: -3rem;
        left: -3rem;
        right: -3rem;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .article-lead-box .info-inner-wrap {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .article-lead-box .title-inner-wrap {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .article-lead-box .bottom-info-wrap {
        font-size: 18px;
        max-width: 48rem;
        color: var(--clr-base)
    }

    .article-lead-box .section-title {
        font-size: 3.8rem;
        max-width: 60rem;
        line-height: 1.18421053
    }

    .article-lead-box .elm-photo {
        width: 100%;
        height: 100%
    }

    .article-lead-box .elm-photo img {
        left: auto
    }

    .article-lead-box .elm-info-text .elm-ico {
        filter: none
    }

    .form-box .box-inner-wrap {
        padding: 6rem 6rem 5rem 7rem
    }

    .form-box .frm-select {
        margin-bottom: 10px
    }

    .form-box .row-info {
        padding-top: 3rem
    }

    .form-box .frm-field {
        margin: 0;
        width: 29%
    }

    .form-box .frm-field + .frm-field {
        width: 35%
    }

    .form-box .frm-field:last-child {
        width: 36%
    }

    .page-lead-box .box-inner-wrap {
        display: -ms-flexbox;
        display: flex;
        padding: 8px
    }

    .page-lead-box .photo-inner-wrap {
        width: 53.5%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative
    }

    .page-lead-box .photo-inner-wrap .elm-photo {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        aspect-ratio: inherit
    }

    .page-lead-box .info-inner-wrap {
        -ms-flex: 1;
        flex: 1;
        padding: 2.2rem 2.2rem 2.8rem 7.4rem;
        max-width: 560px
    }

    .page-lead-box .tabs-inner-wrap {
        margin-bottom: 3rem
    }

    .page-lead-box .title-inner-wrap {
        -ms-flex: 1;
        flex: 1;
        font-size: 1.8rem
    }

    .page-lead-box .bottom-info-wrap {
        font-size: 1.8rem;
        margin-top: 4.7rem
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .info-action-box .box-inner-wrap {
        padding: 4rem
    }

    .page-lead-box .info-inner-wrap {
        padding-left: 4rem
    }

    .article-lead-box .box-inner-wrap {
        padding: 30px
    }

    .article-lead-box .photo-inner-wrap {
        right: -100px
    }
}

@media (min-width: 1024px) {
    .popup-outer-box {
        padding: 60px 0
    }

    .popup-box {
        width: 640px;
        border-radius: 20px;
        position: relative;
        overflow: visible
    }

    .popup-box .popup-title-wrap {
        padding: 62px 86px 20px
    }

    .popup-box .popup-content-wrap {
        padding: 20px 86px 42px
    }

    .popup-box .popup-title {
        font-size: 28px
    }

    .popup-box .btn-popup-close {
        left: 100%;
        top: auto;
        bottom: 100%;
        right: auto;
        filter: brightness(0) invert(1)
    }

    .popup-box .btn-action-ico.ico-close:before {
        background-size: 40px auto
    }

    .popup-message-box .popup-title {
        font-size: 32px;
        margin-bottom: 50px
    }

    .popup-message-box .elm-photo {
        max-width: 340px
    }

    .lead-title-box {
        font-size: 18px
    }

    .lead-title-box .section-title {
        font-size: 4.5rem
    }

    .info-action-box {
        margin-bottom: 9rem;
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto
    }

    .article-footer-box {
        padding-top: 4rem;
        font-size: 2rem
    }

    .article-footer-box .btn .button-ico {
        width: 36px;
        height: 36px
    }

    .article-box {
        margin-bottom: 11rem
    }

    .article-box .article-att-box,
    .article-box .elm-photo {
        border-radius: 3rem;
        margin-bottom: 4.7rem
    }

    .article-att-box {
        border-radius: 3rem;
        padding: 4rem 3rem;
        font-size: 2rem;
        line-height: 1.5
    }

    .content-box {
        border-radius: 3rem;
        margin: 0 0 9rem;
        padding: 4rem 5rem 5rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .content-box .side-wrap {
        -ms-flex-order: 2;
        order: 2;
        width: 37rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .content-box .content-wrap {
        -ms-flex: 1;
        flex: 1;
        -ms-flex-order: 1;
        order: 1;
        max-width: calc(100% - 37rem);
        padding: 3rem 4rem 0 0
    }

    .side-menu-box {
        border-radius: 3rem;
        padding: 3rem 3rem 3rem 3.5rem;
        min-height: 41.2rem;
        font-size: 16px;
        position: sticky;
        top: 20px
    }

    .side-menu-box a {
        line-height: 26px
    }

    .side-menu-box .side-title {
        font-size: 2rem;
        margin-bottom: 10px
    }

    .form-box {
        margin-bottom: 7rem
    }

    .form-box .box-inner-wrap {
        padding-right: 35rem
    }

    .form-box .form-title-wrap {
        font-size: 18px;
        margin-bottom: 4rem
    }

    .form-box:last-child {
        margin-bottom: 40px
    }

    .form-box .elm-photo {
        width: 25.6rem;
        position: absolute;
        top: 50%;
        right: -15px;
        margin-top: -115px
    }

    .form-box .form-title {
        font-size: 5rem;
        letter-spacing: -1.5px;
        margin-bottom: 2.6rem
    }

    .form-box p {
        max-width: 34.16666667em
    }

    .more-box {
        margin-top: 7rem;
        text-align: center
    }

    .more-box .btn {
        width: auto;
        padding: 0 4.6rem;
        height: 5.3rem;
        border-radius: 1.4rem;
        font-size: 16px
    }

    .title-box {
        margin-bottom: 7rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .title-box .title-wrap {
        -ms-flex: 1;
        flex: 1
    }

    .title-box .elm-ico {
        width: 30px;
        height: 30px
    }

    .title-box .section-title {
        padding-left: 12px
    }

    .title-box .action-wrap {
        padding-left: 15px;
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .title-box .btn {
        height: 5.3rem;
        border-radius: 1.4rem;
        padding: 0 6.3rem;
        font-size: 16px;
        font-weight: 700
    }

    .tiles-box {
        margin-bottom: 11rem
    }

    .tiles-box .item-wrap {
        width: 33.33%
    }

    .tiles-slider-box {
        margin-bottom: 11rem
    }

    .bg-box {
        padding: 6.5rem 0;
        margin-bottom: 8.6rem
    }

    .bg-box:last-child {
        padding-bottom: 40px
    }
}

@media (min-width: 1200px) {
    .title-box .section-title {
        font-size: 5rem
    }
}

@media (min-width: 1400px) {
    .tiles-box:has(.w-full) {
        margin-bottom: 17rem
    }

    .info-action-box.w-full {
        max-width: 100%
    }

    .info-action-box.w-full .section-title {
        font-size: 5rem;
        line-height: 1.22
    }

    .info-action-box.w-full .info-inner-wrap {
        width: 70rem
    }

    .info-action-box.w-full .action-inner-wrap {
        width: 45.4rem;
        padding-top: 10px;
        padding-bottom: 20px
    }

    .info-action-box.w-full .photo-inner-wrap {
        width: 34rem;
        top: 44%
    }

    .article-lead-box.type-second .section-logo {
        padding-top: 5.5rem;
        margin-bottom: 7rem
    }

    .article-lead-box.type-second .section-title {
        font-size: 4.5rem;
        line-height: 1.15555556
    }

    .article-lead-box.type-second .photo-inner-wrap {
        padding-right: 5rem
    }

    .article-lead-box.type-second .info-inner-wrap {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

[placeholder]::-webkit-input-placeholder {
    color: #5d5d5d
}

[placeholder]:-moz-placeholder,
[placeholder]::-moz-placeholder {
    color: #5d5d5d
}

[placeholder]:-ms-input-placeholder {
    color: #5d5d5d
}

.form-input,
.form-input[placeholder] {
    text-overflow: ellipsis
}

.form-input {
    height: 30px;
    border-radius: var(--rdMain);
    background: #edf2f9;
    border: 1px solid #edf2f9;
    padding: 0 11px;
    font-size: 16px;
    color: var(--clr-base)
}

.form-input.inp-border {
    border-radius: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.42px;
    height: 54px;
    border-bottom: 1px solid #bfb9d5
}

.form-input.inp-content {
    height: 50px;
    border-radius: 10px;
    background: none;
    border: 1px solid var(--clr-base);
    color: var(--clr-base);
    padding: 0 10px 0 16px;
    font-size: 16px
}

.form-input.inp-content[placeholder]::-webkit-input-placeholder {
    color: var(--clr-base)
}

.form-input.inp-content[placeholder]:-moz-placeholder,
.form-input.inp-content[placeholder]::-moz-placeholder {
    color: var(--clr-base)
}

.form-input.inp-content[placeholder]:-ms-input-placeholder {
    color: var(--clr-base)
}

textarea.form-input.inp-border {
    height: 54px;
    padding-top: 18px
}

select.form-input {
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    padding-right: 30px;
    background-image: url(../themes/img/icons/arrow-select.svg);
    background-position: right 15px center;
    background-size: 24px auto;
    background-color: var(--clr-white);
    background-repeat: no-repeat;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none !important;
    line-height: 1em;
    text-indent: .01px;
    outline: none;
    cursor: pointer
}

select.form-input.inp-border {
    padding-right: 50px;
    background-position: 100%
}

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: 700;
    background-image: url(../themes/img/icons/arrow-select.svg);
    background-size: 8px auto;
    background-repeat: no-repeat;
    background-position: 100%
}

select::-ms-expand {
    display: none
}

select.form-input:required:invalid {
    color: #5d5d5d
}

.btn {
    height: 50px;
    padding: 0 15px;
    border-radius: var(--rdMain);
    background: var(--clr-base);
    border: 1px solid var(--clr-base);
    color: var(--clr-white);
    font-size: 16px;
    line-height: 1.1875;
    font-weight: 700
}

.btn.button-full {
    width: 100%;
    min-width: 100%
}

.btn.button-content {
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700
}

.btn:hover {
    background-color: var(--clr-base-hover);
    border-color: var(--clr-base-hover);
    color: var(--clr-white)
}

.btn.button-att {
    background-color: var(--clr-att);
    border-color: var(--clr-att)
}

.btn.button-att:hover {
    background-color: var(--clr-att-hover);
    border-color: var(--clr-att-hover);
    color: var(--clr-white)
}

.btn.button-att.button-border {
    color: var(--clr-att);
    background-color: transparent
}

.btn.button-att.button-border:hover {
    background-color: var(--clr-att);
    border-color: var(--clr-att);
    color: var(--clr-white)
}

.btn.button-att-second {
    background-color: var(--clr-att-second);
    border-color: var(--clr-att-second)
}

.btn.button-att-second:hover {
    background-color: var(--clr-att-second-hover);
    border-color: var(--clr-att-second-hover);
    color: var(--clr-white)
}

.btn.button-att-second.button-border {
    color: var(--clr-att-second);
    background-color: transparent
}

.btn.button-att-second.button-border:hover {
    background-color: var(--clr-att-second);
    border-color: var(--clr-att-second);
    color: var(--clr-white)
}

.btn.button-att-third {
    background-color: var(--clr-att-third);
    border-color: var(--clr-att-third);
    color: var(--clr-base)
}

.btn.button-att-third:hover {
    background-color: var(--clr-att-third-hover);
    border-color: var(--clr-att-third-hover);
    color: var(--clr-base)
}

.btn.button-att-third.button-border {
    color: var(--clr-att-third);
    background-color: transparent
}

.btn.button-att-third.button-border:hover {
    background-color: var(--clr-att-third);
    border-color: var(--clr-att-third);
    color: var(--clr-base)
}

.btn.button-att-third .button-ico {
    filter: brightness(0) grayscale(1)
}

.btn.button-white {
    background-color: var(--clr-white);
    border-color: var(--clr-white);
    color: var(--clr-base)
}

.btn.button-white:hover {
    background-color: var(--clr-white-hover);
    border-color: var(--clr-white-hover);
    color: var(--clr-base)
}

.btn.button-white.button-border {
    color: var(--clr-white);
    background-color: transparent
}

.btn.button-white.button-border:hover {
    background-color: var(--clr-white);
    border-color: var(--clr-white);
    color: var(--clr-base)
}

.btn.button-light {
    background-color: var(--clr-light);
    border-color: var(--clr-light);
    color: var(--clr-base)
}

.btn.button-light:hover {
    background-color: var(--clr-light-hover);
    border-color: var(--clr-light-hover);
    color: var(--clr-base)
}

.btn.button-light.button-border {
    color: var(--clr-light);
    background-color: transparent
}

.btn.button-light.button-border:hover {
    background-color: var(--clr-light);
    border-color: var(--clr-light);
    color: var(--clr-base)
}

.btn.button-light .button-ico,
.btn.button-light:after,
.btn.button-light:before {
    filter: brightness(0) grayscale(1)
}

.btn.button-gray {
    background-color: #e4e4e4;
    border-color: #e4e4e4;
    color: #232323;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: normal
}

.btn.button-gray,
.btn.button-gray * {
    font-family: Actay Main, sans-serif
}

.btn.button-gray:hover {
    background-color: var(--clr-light-hover);
    border-color: var(--clr-light-hover);
    color: var(--clr-base)
}

.btn.button-gray.button-border {
    color: var(--clr-light);
    background-color: transparent
}

.btn.button-gray.button-border:hover {
    background-color: var(--clr-light);
    border-color: var(--clr-light);
    color: var(--clr-base)
}

.btn.button-gray .button-ico,
.btn.button-gray:after,
.btn.button-gray:before {
    filter: brightness(0) grayscale(1)
}

.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 {
    background-color: transparent;
    color: var(--clr-base)
}

.btn.button-border:hover {
    background-color: var(--clr-base);
    border-color: var(--clr-base);
    color: var(--clr-white)
}

.btn .button-ico {
    width: var(--icoSize);
    height: var(--icoSize);
    margin: 0 10px;
    transition: all .2s ease
}

.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;
    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 .2s ease;
    -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:after,
.btn-action-ico:before,
.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 .2s ease
}

.btn-action-ico img,
.btn-action-ico svg {
    max-width: var(--icoSize);
    max-height: var(--icoSize)
}

.btn-action-ico:after,
.btn-action-ico:before {
    content: "";
    background-position: 50%;
    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;
    width: 48px;
    width: 4.8rem;
    height: 48px;
    height: 4.8rem
}

.btn-action-ico.ico-arrow:before {
    border-radius: 50%;
    border: 2px solid var(--clr-att);
    background-image: url(../themes/img/icons/arrow-slider.svg);
    background-size: 100% auto
}

.btn-action-ico.ico-arrow:hover {
    opacity: .8
}

.btn-action-ico.ico-arrow.swiper-button-disabled {
    opacity: .5;
    cursor: default
}

.btn-action-ico.ico-arrow.button-light {
    filter: brightness(0) invert(1)
}

.btn-action-ico.ico-arrow.button-dark {
    filter: brightness(0) grayscale(1)
}

.btn-action-ico.ico-arrow-prev:before {
    transform: rotate(180deg)
}

.btn-action-ico.ico-menu:before {
    background-image: url(../themes/images/menu.svg)
}

.btn-action-ico.ico-search:before {
    background-image: url(../themes/img/icons/search.svg)
}

.btn-action-ico.ico-close:before {
    background-image: url(../themes/images/close.svg)
}

.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: .8
}

.btn-action-ico.button-active-close.active:before,
.btn-action-ico.button-active-close:after,
.btn-action-ico.button-active-toggle.active:before,
.btn-action-ico.button-active-toggle:after {
    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(../themes/images/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.inp-border {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: -.5px;
        height: 56px
    }

    textarea.form-input.inp-border {
        height: 56px;
        padding-top: 20px
    }

    .btn {
        height: 6rem;
        font-size: 2.2rem
    }

    .btn.button-content {
        height: 6.2rem;
        font-size: 2.2rem
    }

    .form-input {
        height: 7.6rem;
        padding: 0 3.2rem;
        border-radius: 2rem;
        font-size: 2rem
    }

    .form-input.inp-content {
        height: 6.2rem;
        padding-left: 2.3rem;
        font-size: 2rem
    }
}

.frm-popup {
    margin: 0 auto;
    max-width: 400px
}

.frm-popup .frm-row {
    margin: 0
}

.frm-popup .frm-row-submit {
    padding: 15px 0;
    margin: 0
}

.frm-popup .frm-row-submit .frm-field {
    margin-bottom: 22px
}

.frm-popup .frm-row-submit .frm-field:last-child {
    margin-bottom: 0
}

.frm-popup .frm-row-submit .btn {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.48px
}

.frm-popup .frm-field {
    padding: 0;
    margin-bottom: 5px
}

.frm-popup .frm-select {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 12px;
    color: #716990
}

.frm-popup .frm-select label {
    padding-top: 2px
}

.frm-popup .frm-select:last-child {
    margin-bottom: 0
}

.frm-popup .frm-select a:not(:hover) {
    color: var(--clr-att-second)
}

.frm-main-search {
    display: block;
    position: relative;
    line-height: 1;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.frm-main-search .form-input {
    padding-right: 40px
}

.frm-field,
.frm-row,
.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 label {
    display: block;
    position: relative;
    cursor: pointer
}

.frm-select label:after,
.frm-select label:before {
    content: "";
    display: block
}

.frm-select {
    font-size: 9px;
    line-height: 12px;
    color: #8981ac
}

.frm-select input:checked ~ label:before {
    opacity: 0
}

.frm-select input:checked ~ label:after {
    opacity: 1
}

.frm-select label {
    padding-left: 24px;
    padding-top: 2px;
    min-height: 16px
}

.frm-select label:after,
.frm-select label:before {
    width: 16px;
    height: 16px;
    border: 1px solid #8981ac;
    top: 8px;
    left: 8px;
    margin: -8px 0 0 -8px;
    position: absolute;
    border-radius: 3px
}

.frm-select label:after {
    background: #8981ac url(../themes/img/icons/check.svg) 50%/24px auto no-repeat;
    background-size: 24px auto;
    opacity: 0
}

.frm-select a {
    color: inherit
}

.frm-select a:hover {
    color: var(--clr-att)
}

@media (min-width: 1024px) {
    .frm-select {
        font-size: 12px;
        line-height: 16px
    }

    .frm-select label {
        padding-top: 0
    }

    .frm-popup {
        max-width: 100%
    }

    .frm-popup .frm-row-submit .btn {
        height: 62px;
        font-size: 22px;
        letter-spacing: -.66px
    }

    .frm-popup .frm-select {
        font-size: 11px;
        line-height: 12px
    }
}

@keyframes a {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

table:has(col.text-left:first-child) td:first-child,
table:has(col.text-left:first-child) th:first-child {
    text-align: left
}

table:has(col.text-right:first-child) td:first-child,
table:has(col.text-right:first-child) th:first-child {
    text-align: right
}

table:has(col.text-center:first-child) td:first-child,
table:has(col.text-center:first-child) th:first-child {
    text-align: center
}

table:has(col.text-left:nth-child(2)) td:nth-child(2),
table:has(col.text-left:nth-child(2)) th:nth-child(2) {
    text-align: left
}

table:has(col.text-right:nth-child(2)) td:nth-child(2),
table:has(col.text-right:nth-child(2)) th:nth-child(2) {
    text-align: right
}

table:has(col.text-center:nth-child(2)) td:nth-child(2),
table:has(col.text-center:nth-child(2)) th:nth-child(2) {
    text-align: center
}

table:has(col.text-left:nth-child(3)) td:nth-child(3),
table:has(col.text-left:nth-child(3)) th:nth-child(3) {
    text-align: left
}

table:has(col.text-right:nth-child(3)) td:nth-child(3),
table:has(col.text-right:nth-child(3)) th:nth-child(3) {
    text-align: right
}

table:has(col.text-center:nth-child(3)) td:nth-child(3),
table:has(col.text-center:nth-child(3)) th:nth-child(3) {
    text-align: center
}

table:has(col.text-left:nth-child(4)) td:nth-child(4),
table:has(col.text-left:nth-child(4)) th:nth-child(4) {
    text-align: left
}

table:has(col.text-right:nth-child(4)) td:nth-child(4),
table:has(col.text-right:nth-child(4)) th:nth-child(4) {
    text-align: right
}

table:has(col.text-center:nth-child(4)) td:nth-child(4),
table:has(col.text-center:nth-child(4)) th:nth-child(4) {
    text-align: center
}

table:has(col.text-left:nth-child(5)) td:nth-child(5),
table:has(col.text-left:nth-child(5)) th:nth-child(5) {
    text-align: left
}

table:has(col.text-right:nth-child(5)) td:nth-child(5),
table:has(col.text-right:nth-child(5)) th:nth-child(5) {
    text-align: right
}

table:has(col.text-center:nth-child(5)) td:nth-child(5),
table:has(col.text-center:nth-child(5)) th:nth-child(5) {
    text-align: center
}

table:has(col.text-left:nth-child(6)) td:nth-child(6),
table:has(col.text-left:nth-child(6)) th:nth-child(6) {
    text-align: left
}

table:has(col.text-right:nth-child(6)) td:nth-child(6),
table:has(col.text-right:nth-child(6)) th:nth-child(6) {
    text-align: right
}

table:has(col.text-center:nth-child(6)) td:nth-child(6),
table:has(col.text-center:nth-child(6)) th:nth-child(6) {
    text-align: center
}

table:has(col.text-left:nth-child(7)) td:nth-child(7),
table:has(col.text-left:nth-child(7)) th:nth-child(7) {
    text-align: left
}

table:has(col.text-right:nth-child(7)) td:nth-child(7),
table:has(col.text-right:nth-child(7)) th:nth-child(7) {
    text-align: right
}

table:has(col.text-center:nth-child(7)) td:nth-child(7),
table:has(col.text-center:nth-child(7)) th:nth-child(7) {
    text-align: center
}

table:has(col.text-left:nth-child(8)) td:nth-child(8),
table:has(col.text-left:nth-child(8)) th:nth-child(8) {
    text-align: left
}

table:has(col.text-right:nth-child(8)) td:nth-child(8),
table:has(col.text-right:nth-child(8)) th:nth-child(8) {
    text-align: right
}

table:has(col.text-center:nth-child(8)) td:nth-child(8),
table:has(col.text-center:nth-child(8)) th:nth-child(8) {
    text-align: center
}

table:has(col.text-left:nth-child(9)) td:nth-child(9),
table:has(col.text-left:nth-child(9)) th:nth-child(9) {
    text-align: left
}

table:has(col.text-right:nth-child(9)) td:nth-child(9),
table:has(col.text-right:nth-child(9)) th:nth-child(9) {
    text-align: right
}

table:has(col.text-center:nth-child(9)) td:nth-child(9),
table:has(col.text-center:nth-child(9)) th:nth-child(9) {
    text-align: center
}

table:has(col.text-left:nth-child(10)) td:nth-child(10),
table:has(col.text-left:nth-child(10)) th:nth-child(10) {
    text-align: left
}

table:has(col.text-right:nth-child(10)) td:nth-child(10),
table:has(col.text-right:nth-child(10)) th:nth-child(10) {
    text-align: right
}

table:has(col.text-center:nth-child(10)) td:nth-child(10),
table:has(col.text-center:nth-child(10)) th:nth-child(10) {
    text-align: center
}

table:has(col.text-left:nth-child(11)) td:nth-child(11),
table:has(col.text-left:nth-child(11)) th:nth-child(11) {
    text-align: left
}

table:has(col.text-right:nth-child(11)) td:nth-child(11),
table:has(col.text-right:nth-child(11)) th:nth-child(11) {
    text-align: right
}

table:has(col.text-center:nth-child(11)) td:nth-child(11),
table:has(col.text-center:nth-child(11)) th:nth-child(11) {
    text-align: center
}

table:has(col.text-left:nth-child(12)) td:nth-child(12),
table:has(col.text-left:nth-child(12)) th:nth-child(12) {
    text-align: left
}

table:has(col.text-right:nth-child(12)) td:nth-child(12),
table:has(col.text-right:nth-child(12)) th:nth-child(12) {
    text-align: right
}

table:has(col.text-center:nth-child(12)) td:nth-child(12),
table:has(col.text-center:nth-child(12)) th:nth-child(12) {
    text-align: center
}

table:has(col.text-left:nth-child(13)) td:nth-child(13),
table:has(col.text-left:nth-child(13)) th:nth-child(13) {
    text-align: left
}

table:has(col.text-right:nth-child(13)) td:nth-child(13),
table:has(col.text-right:nth-child(13)) th:nth-child(13) {
    text-align: right
}

table:has(col.text-center:nth-child(13)) td:nth-child(13),
table:has(col.text-center:nth-child(13)) th:nth-child(13) {
    text-align: center
}

table:has(col.text-left:nth-child(14)) td:nth-child(14),
table:has(col.text-left:nth-child(14)) th:nth-child(14) {
    text-align: left
}

table:has(col.text-right:nth-child(14)) td:nth-child(14),
table:has(col.text-right:nth-child(14)) th:nth-child(14) {
    text-align: right
}

table:has(col.text-center:nth-child(14)) td:nth-child(14),
table:has(col.text-center:nth-child(14)) th:nth-child(14) {
    text-align: center
}

table:has(col.text-left:nth-child(15)) td:nth-child(15),
table:has(col.text-left:nth-child(15)) th:nth-child(15) {
    text-align: left
}

table:has(col.text-right:nth-child(15)) td:nth-child(15),
table:has(col.text-right:nth-child(15)) th:nth-child(15) {
    text-align: right
}

table:has(col.text-center:nth-child(15)) td:nth-child(15),
table:has(col.text-center:nth-child(15)) th:nth-child(15) {
    text-align: center
}

table:has(col.text-left:nth-child(16)) td:nth-child(16),
table:has(col.text-left:nth-child(16)) th:nth-child(16) {
    text-align: left
}

table:has(col.text-right:nth-child(16)) td:nth-child(16),
table:has(col.text-right:nth-child(16)) th:nth-child(16) {
    text-align: right
}

table:has(col.text-center:nth-child(16)) td:nth-child(16),
table:has(col.text-center:nth-child(16)) th:nth-child(16) {
    text-align: center
}

table:has(col.text-left:nth-child(17)) td:nth-child(17),
table:has(col.text-left:nth-child(17)) th:nth-child(17) {
    text-align: left
}

table:has(col.text-right:nth-child(17)) td:nth-child(17),
table:has(col.text-right:nth-child(17)) th:nth-child(17) {
    text-align: right
}

table:has(col.text-center:nth-child(17)) td:nth-child(17),
table:has(col.text-center:nth-child(17)) th:nth-child(17) {
    text-align: center
}

table:has(col.text-left:nth-child(18)) td:nth-child(18),
table:has(col.text-left:nth-child(18)) th:nth-child(18) {
    text-align: left
}

table:has(col.text-right:nth-child(18)) td:nth-child(18),
table:has(col.text-right:nth-child(18)) th:nth-child(18) {
    text-align: right
}

table:has(col.text-center:nth-child(18)) td:nth-child(18),
table:has(col.text-center:nth-child(18)) th:nth-child(18) {
    text-align: center
}

table:has(col.text-left:nth-child(19)) td:nth-child(19),
table:has(col.text-left:nth-child(19)) th:nth-child(19) {
    text-align: left
}

table:has(col.text-right:nth-child(19)) td:nth-child(19),
table:has(col.text-right:nth-child(19)) th:nth-child(19) {
    text-align: right
}

table:has(col.text-center:nth-child(19)) td:nth-child(19),
table:has(col.text-center:nth-child(19)) th:nth-child(19) {
    text-align: center
}

table:has(col.text-left:nth-child(20)) td:nth-child(20),
table:has(col.text-left:nth-child(20)) th:nth-child(20) {
    text-align: left
}

table:has(col.text-right:nth-child(20)) td:nth-child(20),
table:has(col.text-right:nth-child(20)) th:nth-child(20) {
    text-align: right
}

table:has(col.text-center:nth-child(20)) td:nth-child(20),
table:has(col.text-center:nth-child(20)) th:nth-child(20) {
    text-align: center
}

table:has(col.text-left:nth-child(21)) td:nth-child(21),
table:has(col.text-left:nth-child(21)) th:nth-child(21) {
    text-align: left
}

table:has(col.text-right:nth-child(21)) td:nth-child(21),
table:has(col.text-right:nth-child(21)) th:nth-child(21) {
    text-align: right
}

table:has(col.text-center:nth-child(21)) td:nth-child(21),
table:has(col.text-center:nth-child(21)) th:nth-child(21) {
    text-align: center
}

table:has(col.text-left:nth-child(22)) td:nth-child(22),
table:has(col.text-left:nth-child(22)) th:nth-child(22) {
    text-align: left
}

table:has(col.text-right:nth-child(22)) td:nth-child(22),
table:has(col.text-right:nth-child(22)) th:nth-child(22) {
    text-align: right
}

table:has(col.text-center:nth-child(22)) td:nth-child(22),
table:has(col.text-center:nth-child(22)) th:nth-child(22) {
    text-align: center
}

table:has(col.text-left:nth-child(23)) td:nth-child(23),
table:has(col.text-left:nth-child(23)) th:nth-child(23) {
    text-align: left
}

table:has(col.text-right:nth-child(23)) td:nth-child(23),
table:has(col.text-right:nth-child(23)) th:nth-child(23) {
    text-align: right
}

table:has(col.text-center:nth-child(23)) td:nth-child(23),
table:has(col.text-center:nth-child(23)) th:nth-child(23) {
    text-align: center
}

table:has(col.text-left:nth-child(24)) td:nth-child(24),
table:has(col.text-left:nth-child(24)) th:nth-child(24) {
    text-align: left
}

table:has(col.text-right:nth-child(24)) td:nth-child(24),
table:has(col.text-right:nth-child(24)) th:nth-child(24) {
    text-align: right
}

table:has(col.text-center:nth-child(24)) td:nth-child(24),
table:has(col.text-center:nth-child(24)) th:nth-child(24) {
    text-align: center
}

table:has(col.text-left:nth-child(25)) td:nth-child(25),
table:has(col.text-left:nth-child(25)) th:nth-child(25) {
    text-align: left
}

table:has(col.text-right:nth-child(25)) td:nth-child(25),
table:has(col.text-right:nth-child(25)) th:nth-child(25) {
    text-align: right
}

table:has(col.text-center:nth-child(25)) td:nth-child(25),
table:has(col.text-center:nth-child(25)) th:nth-child(25) {
    text-align: center
}

table:has(col.text-left:nth-child(26)) td:nth-child(26),
table:has(col.text-left:nth-child(26)) th:nth-child(26) {
    text-align: left
}

table:has(col.text-right:nth-child(26)) td:nth-child(26),
table:has(col.text-right:nth-child(26)) th:nth-child(26) {
    text-align: right
}

table:has(col.text-center:nth-child(26)) td:nth-child(26),
table:has(col.text-center:nth-child(26)) th:nth-child(26) {
    text-align: center
}

table:has(col.text-left:nth-child(27)) td:nth-child(27),
table:has(col.text-left:nth-child(27)) th:nth-child(27) {
    text-align: left
}

table:has(col.text-right:nth-child(27)) td:nth-child(27),
table:has(col.text-right:nth-child(27)) th:nth-child(27) {
    text-align: right
}

table:has(col.text-center:nth-child(27)) td:nth-child(27),
table:has(col.text-center:nth-child(27)) th:nth-child(27) {
    text-align: center
}

table:has(col.text-left:nth-child(28)) td:nth-child(28),
table:has(col.text-left:nth-child(28)) th:nth-child(28) {
    text-align: left
}

table:has(col.text-right:nth-child(28)) td:nth-child(28),
table:has(col.text-right:nth-child(28)) th:nth-child(28) {
    text-align: right
}

table:has(col.text-center:nth-child(28)) td:nth-child(28),
table:has(col.text-center:nth-child(28)) th:nth-child(28) {
    text-align: center
}

table:has(col.text-left:nth-child(29)) td:nth-child(29),
table:has(col.text-left:nth-child(29)) th:nth-child(29) {
    text-align: left
}

table:has(col.text-right:nth-child(29)) td:nth-child(29),
table:has(col.text-right:nth-child(29)) th:nth-child(29) {
    text-align: right
}

table:has(col.text-center:nth-child(29)) td:nth-child(29),
table:has(col.text-center:nth-child(29)) th:nth-child(29) {
    text-align: center
}

table:has(col.text-left:nth-child(30)) td:nth-child(30),
table:has(col.text-left:nth-child(30)) th:nth-child(30) {
    text-align: left
}

table:has(col.text-right:nth-child(30)) td:nth-child(30),
table:has(col.text-right:nth-child(30)) th:nth-child(30) {
    text-align: right
}

table:has(col.text-center:nth-child(30)) td:nth-child(30),
table:has(col.text-center:nth-child(30)) th:nth-child(30) {
    text-align: center
}

.i,
[class*=icon-] {
    display: block;
    transition: none
}

.img-bg-contain,
.img-bg-cover {
    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: a ease .3s
}

.js-tab-block {
    animation: a ease .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
}

.slider-wrap {
    margin: 0 -8px;
    position: relative
}

.sl-wrap {
    padding: 0 8px
}

.items-wrap,
.tile-items-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0 -8px -30px
}

.item-wrap,
.tile-item-wrap {
    width: 100%;
    position: relative;
    break-inside: avoid-column;
    display: block;
    animation: a ease .2s;
    padding: 0 8px;
    margin-bottom: 30px
}

.text-many-lines,
.tile-many-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden
}

.item-tile,
.tile-action-wrap,
.tile-actions-wrap,
.tile-desc,
.tile-desc-wrap,
.tile-ico,
.tile-info,
.tile-info-wrap,
.tile-inner-wrap,
.tile-outer-wrap,
.tile-photo,
.tile-photo-wrap,
.tile-photos-wrap,
.tile-text,
.tile-text-wrap,
.tile-title,
.tile-title-wrap {
    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
}

.bg-dark .swiper-horizontal > .swiper-pagination-bullets,
.bg-dark .swiper-pagination-bullets.swiper-pagination-horizontal,
.bg-dark .swiper-pagination-custom,
.bg-dark .swiper-pagination-fraction {
    background-color: #676767
}

.bg-dark .slider-pagination .swiper-pagination-bullet,
.bg-dark .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bg-dark .slider-pagination .swiper-pagination-bullet:hover {
    background-color: #bbb
}

.bg-dark .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active ~ .swiper-pagination-bullet {
    background: none
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    top: auto;
    bottom: auto;
    margin: 42px auto 0;
    background: var(--clr-base);
    width: 202px;
    min-width: 0;
    height: 4px;
    border-radius: 2px;
    overflow: hidden
}

.slider-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.slider-pagination .swiper-pagination-bullet {
    display: block;
    width: auto;
    -ms-flex: 1;
    flex: 1;
    background: var(--clr-att);
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 !important;
    padding: 0;
    min-width: 0;
    height: 4px;
    opacity: 1
}

.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider-pagination .swiper-pagination-bullet:hover {
    background-color: var(--clr-att)
}

.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active ~ .swiper-pagination-bullet {
    background: none
}

.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
    }

    .slider-actions-wrap {
        width: 105px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 25px auto 0
    }

    .slider-actions-wrap:has(.slider-pagination) {
        width: 100%;
        display: block
    }

    .slider-actions-wrap:has(.slider-pagination) .ico-arrow {
        display: none
    }
}

@media (min-width: 1024px) {
    .elm-hidden-desktop {
        display: none !important
    }

    .items-wrap,
    .tile-items-wrap {
        margin: 0 -2rem -4rem
    }

    .item-wrap,
    .tile-item-wrap {
        padding: 0 2rem;
        margin-bottom: 4rem
    }

    .slider-wrap {
        margin: 0 -2rem
    }

    .sl-wrap {
        padding: 0 2rem
    }

    .slider-actions-wrap {
        margin: 5rem auto 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 143px
    }

    .slider-actions-wrap .slider-pagination {
        display: none
    }

    .slider-actions-wrap .ico-arrow {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .slider-actions-wrap:has(.swiper-button-disabled~.swiper-button-disabled) {
        display: none
    }
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Actay Main;
    src: url(../fonts/Actay-Regular.woff2) format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Actay Main;
    src: url(../fonts/Actay-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.bg-box .form-content-box.bg-att .box-inner-wrap,
.form-content-box.bg-att .box-inner-wrap {
    background-color: #622bff;
    color: #fff
}

.bg-box .form-content-box.bg-att .btn-action-ico.ico-close:after,
.bg-box .form-content-box.bg-att .btn-action-ico.ico-close:before,
.form-content-box.bg-att .btn-action-ico.ico-close:after,
.form-content-box.bg-att .btn-action-ico.ico-close:before {
    filter: brightness(0) invert(1)
}

.bg-box .form-content-box.bg-att .btn.button-att,
.bg-box .form-content-box.bg-att .btn.button-att-second,
.form-content-box.bg-att .btn.button-att,
.form-content-box.bg-att .btn.button-att-second {
    background-color: #ff887e;
    border-color: #ff887e;
    color: #693330
}

.bg-box .form-content-box.bg-att .btn.button-att-second:hover,
.bg-box .form-content-box.bg-att .btn.button-att:hover,
.form-content-box.bg-att .btn.button-att-second:hover,
.form-content-box.bg-att .btn.button-att:hover {
    background-color: #ff998f;
    border-color: #ff998f;
    color: #693330
}

.form-content-box {
    margin-bottom: 30px
}

.form-content-box .box-inner-wrap {
    position: relative;
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1)
}

.form-content-box .title-inner-wrap {
    background: #d6cdfa;
    padding: 56px 170px 56px var(--paddingContainer);
    position: relative;
    min-height: 250px
}

.form-content-box .frm-inner-wrap {
    background: #fff;
    position: relative;
    padding: 30px 28px 130px
}

.form-content-box .section-title {
    font-size: 20px;
    line-height: normal;
    margin: 0
}

.form-content-box .frm-row {
    margin: 0
}

.form-content-box .frm-row-submit {
    margin: 0;
    padding-top: 15px
}

.form-content-box .frm-row-submit .frm-field {
    width: 100%;
    padding: 0;
    margin-bottom: 22px
}

.form-content-box .frm-row-submit .frm-field:last-child {
    margin-bottom: 0
}

.form-content-box .frm-row-submit .btn {
    width: 100%
}

.form-content-box .frm-row-submit .frm-select {
    margin-bottom: 10px;
    color: #716990
}

.form-content-box .frm-row-submit .frm-select:last-child {
    margin-bottom: 0
}

.form-content-box .frm-row-submit .frm-select a:not(:hover) {
    color: #6d3bff
}

.form-content-box .frm-field {
    width: 100%;
    padding: 0;
    margin-bottom: 4px
}

.form-content-box .btn-form-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 54px;
    height: 54px
}

.form-content-box .btn-action-ico.ico-close:before {
    background-size: 32px auto
}

.frm-field:has([required]):before {
    content: "*";
    color: #ff887e;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 100%;
    line-height: 20px;
    margin-top: -10px;
    margin-right: 5px
}

@media (max-width: 767px) {
    .form-content-box .title-inner-wrap .elm-photo {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0
    }

    .form-content-box .title-inner-wrap .elm-photo img {
        width: auto;
        max-width: inherit;
        height: 100%;
        margin: 0 0 0 auto
    }

    .form-content-box .title-inner-wrap p {
        display: none
    }
}

@media (max-width: 767px) {

    .bg-box .form-content-box .title-inner-wrap,
    .form-content-box .title-inner-wrap {
        background: #622bff
    }
}

@media (min-width: 768px) {

    .bg-box .form-content-box.bg-att .form-input,
    .form-content-box.bg-att .form-input {
        color: #fff
    }

    .bg-box .form-content-box.bg-att [placeholder]::-webkit-input-placeholder,
    .form-content-box.bg-att [placeholder]::-webkit-input-placeholder {
        color: #fff
    }

    .bg-box .form-content-box.bg-att [placeholder]:-moz-placeholder,
    .bg-box .form-content-box.bg-att [placeholder]::-moz-placeholder,
    .form-content-box.bg-att [placeholder]:-moz-placeholder,
    .form-content-box.bg-att [placeholder]::-moz-placeholder {
        color: #fff
    }

    .bg-box .form-content-box.bg-att [placeholder]:-ms-input-placeholder,
    .form-content-box.bg-att [placeholder]:-ms-input-placeholder {
        color: #fff
    }

    .bg-box .form-content-box.bg-att .frm-select,
    .form-content-box.bg-att .frm-select {
        color: #b9aee5
    }

    .bg-box .form-content-box.bg-att .frm-select input:checked ~ label:before,
    .form-content-box.bg-att .frm-select input:checked ~ label:before {
        opacity: 1;
        background-color: #fff;
        border-color: #fff
    }

    .bg-box .form-content-box.bg-att .frm-select input:checked ~ label:after,
    .form-content-box.bg-att .frm-select input:checked ~ label:after {
        background-color: transparent
    }

    .bg-box .form-content-box.bg-att .frm-select label:before,
    .form-content-box.bg-att .frm-select label:before {
        background-color: #fff;
        border-color: #fff
    }

    .bg-box .form-content-box.bg-att .frm-select label:after,
    .form-content-box.bg-att .frm-select label:after {
        filter: brightness(0) grayscale(1);
        border: none;
        background-color: transparent
    }

    .bg-box .form-content-box .box-inner-wrap {
        background: #edf2f9
    }

    .bg-box.bg-dark .form-content-box .box-inner-wrap {
        background: #fff
    }

    .form-content-box .box-inner-wrap {
        background: #fff;
        margin: 0;
        border-radius: 4rem;
        font-size: 2.2rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-weight: 400;
        line-height: normal;
        padding: 0 8.4rem 0 0;
        max-width: 1200px;
        margin: 0 auto
    }

    .form-content-box .title-inner-wrap {
        width: 55%;
        margin: 0;
        background: none;
        padding: 6.2rem 0 0;
        max-width: 60.6rem;
        min-height: 0
    }

    .form-content-box .title-inner-wrap p {
        display: block
    }

    .form-content-box .frm-inner-wrap {
        width: 45%;
        max-width: 500px;
        padding: 40px 0 40px 30px;
        background: none
    }

    .form-content-box .title-wrap {
        padding-left: 6.2rem;
        max-width: 430px
    }

    .form-content-box .section-title {
        font-size: 5rem;
        line-height: 1.13;
        margin-bottom: 14px
    }

    .form-content-box .btn-form-close {
        width: 10rem;
        height: 10rem
    }

    .form-content-box .btn-form-close:before {
        filter: brightness(0) grayscale(1)
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .form-content-box .title-wrap {
        padding-left: 40px;
        padding-right: 30px
    }

    .form-content-box .section-title {
        font-size: 4rem
    }
}

@media (min-width: 1024px) {
    .form-content-box {
        margin-bottom: 11rem
    }
}

@media (min-width: 1024px) and (max-height: 999px) {
    .popup-outer-box {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .popup-box .btn-popup-close {
        top: 0
    }

    .popup-box .popup-title-wrap {
        padding-top: 30px;
        padding-bottom: 0
    }

    .popup-box .form-input.inp-border {
        height: 48px
    }
}

@media (min-width: 1024px) {
    .popup-outer-box:not(.popup-cookies) {
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .popup-outer-box:not(.popup-cookies)::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .popup-outer-box:not(.popup-cookies) .popup-box {
        display: block;
        max-height: inherit;
        margin: auto
    }

    .popup-outer-box:not(.popup-cookies) .popup-box .popup-content-wrap {
        overflow: hidden
    }
}

.footer-main ~ .footer {
    display: none
}

.header-main .header-main-panel .submenu-inner-wrap {
    display: none;
    animation: a ease .2s
}

.header-main .header-main-panel .submenu-inner-wrap .elm-photo {
    border-radius: 10px
}

.header-main .header-main-panel .submenu-inner-wrap .submenu {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header-main .header-main-panel .submenu-inner-wrap .submenu li {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.header-main .header-main-panel .submenu-inner-wrap .submenu li:before {
    display: none
}

.header-main .header-main-panel .menu-inner-wrap {
    font-size: 16px;
    font-weight: 400
}

.header-main .header-main-panel .menu-inner-wrap .btn-menu.active,
.header-main .header-main-panel .menu-inner-wrap .btn-menu:hover,
.header-main .header-main-panel .menu-inner-wrap li:hover > .btn-menu {
    color: #8E62EF
}

.header-main .header-main-panel .menu-inner-wrap li:hover > .btn-menu:after {
    opacity: 1
}

.header-main .header-main-panel .action-wrap {
    padding-left: 10px
}

.header-main .header-main-panel .action-wrap:first-child {
    padding-left: 0
}

.header-main .header-main-panel .actions-inner-wrap .btn {
    height: 48px;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    min-width: 120px
}

.header-main .header-main-panel .btn-submenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all .2s ease;
    font-size: 14px;
    line-height: 24px;
    padding: 6px 0;
    color: var(--clr-base);
    font-weight: 500;
    letter-spacing: normal
}

.header-main .header-main-panel .btn-submenu.active,
.header-main .header-main-panel .btn-submenu:hover {
    color: #465372
}

.header-main .header-main-panel .btn-submenu .button-ico {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header-main .header-main-panel .btn-submenu .button-title {
    padding-left: 14px;
    display: block
}

.header-main .header-main-panel .btn-submenu .button-title:first-child {
    padding-left: 0
}

.footer-main {
    min-width: var(--min);
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(90deg, #FEEEFE 0%, #E1E9FD 100%);
    font-size: 16px;
    line-height: 1.5;
    color: #fff
}

.footer-main .inner-wrap {
    padding-top: 60px;
    padding-top: 6rem;
    padding-bottom: 50px;
    padding-bottom: 5rem;
    display: -ms-flexbox;
    display: flex
}

.footer-main .info-inner-wrap {
    width: 28%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 30px 0 0;
    padding: 0 3rem 0 0;
    margin-bottom: 30px;
    margin-bottom: 3rem
}

.footer-main .menu-inner-wrap {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex
}

.footer-main .menu-wrap {
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 50px;
    margin-bottom: 5rem;
    padding-right: 30px;
    padding-right: 3rem
}

.footer-main .menu-wrap:last-child {
    padding-right: 0
}

.footer-main .logo-wrap {
    width: 137px;
    margin-bottom: 40px
}

.footer-main .soc-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.footer-main .soc-wrap .button-soc {
    margin: 0 10px 10px 0
}

.footer-main .info-wrap {
    margin-bottom: 20px;
    font-size: 13px;
    color: #8a7dad;
}

.footer-main a {
    color: inherit
}

.footer-main a.active,
.footer-main a:hover {
    color: #8E62EF
}

.footer-main .btn-menu * {
    display: block;
    position: relative;
    padding: 7px 0;
    font-family: "Inter", "system-ui";
}

.footer-main .menu-title {
    display: block;
    color: #21212D;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 15px;
    font-family: "Inter", "system-ui";
}

.footer-main .menu-title a:hover {
    color: #fff
}

.footer-main .btn-action-ico.button-soc {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    /*background: #516381*/
}

.footer-main .btn-action-ico.button-soc img,
.footer-main .btn-action-ico.button-soc svg {
    /*filter: var(--filter-dark)*/
}

.elm-message {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background: #E3DEF1;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #282828;
    padding: 14px 14px 14px 20px
}

.elm-message .elm-ico {
    width: 30px;
    height: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elm-message .ms-title {
    display: block;
    -ms-flex: 1;
    flex: 1;
    padding-left: 18px;
    font-size: 12px;
}

.elm-message a {
    color: inherit
}

.elm-message a:hover {
    color: #2a61f6
}

.popup-box.bg-white {
    background-color: #fff
}

.popup-box .popup-message-wrap {
    margin: 30px 0
}

.popup-box .popup-message-wrap:first-child {
    margin-top: 0
}

.popup-box .popup-message-wrap:last-child {
    margin-bottom: 0
}

.popup-box .popup-title.title-left {
    text-align: left
}

.popup-box .popup-title.title-large {
    font-size: 26px;
    line-height: 1.37
}

.frm-popup .field-submit:has(+.field-desc) {
    margin-bottom: 0
}

.frm-popup .field-desc {
    margin: 12px 0 0;
    text-align: center;
    font-size: 10px;
    line-height: 1.2
}

.frm-popup .field-desc a:not(:hover) {
    color: inherit
}

.btn.button-blue {
    background-color: #8E62EF;
    border-color: #8E62EF
}

.btn.button-blue:hover {
    background-color: #CB7C9C;
    border-color: #CB7C9C
}

@media (max-width: 1023px) {
    .footer-main .inner-wrap {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-main .info-inner-wrap {
        width: 100%;
        padding-right: 0
    }

    .footer-main .menu-inner-wrap {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    @supports (display:contents) {
        .footer-main .info-inner-wrap {
            display: contents
        }

        .footer-main .logo-wrap {
            -ms-flex-order: -2;
            order: -2
        }

        .footer-main .menu-inner-wrap {
            -ms-flex-order: -1;
            order: -1;
            color: #21212D;
        }
    }
}

@media (max-width: 639px) {
    .footer-main .info-inner-wrap {
        text-align: center
    }

    .footer-main .menu-inner-wrap {
        display: block
    }

    .footer-main .menu-wrap {
        width: 100%;
        padding-right: 0;
        text-align: center
    }

    .footer-main .soc-wrap {
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-main .soc-wrap .button-soc {
        margin-left: 5px;
        margin-right: 5px
    }

    .footer-main .logo-wrap {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1024px) {
    .header-main .header-main-panel .menu-inner-wrap .submenu-inner-wrap {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 20;
        padding: 33px 20px 20px;
        width: 216px;
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1))
    }

    .header-main .header-main-panel .menu-inner-wrap .submenu-inner-wrap:has(.action-wrap) {
        width: 525px;
        margin-left: -50px
    }

    .header-main .header-main-panel .menu-inner-wrap .submenu-inner-wrap:has(.action-wrap) .submenu-wrap {
        width: 42%;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .header-main .header-main-panel .menu-inner-wrap .submenu-inner-wrap:has(.action-wrap) .action-wrap {
        display: block;
        width: 58%;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .header-main .header-main-panel .menu-inner-wrap .submenu-inner-wrap:before {
        content: "";
        display: block;
        position: absolute;
        top: 23px;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 10px;
        background: #fff
    }

    .header-main .header-main-panel .menu-inner-wrap .menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: auto
    }

    .header-main .header-main-panel .menu-inner-wrap .btn-menu {
        padding: 0 2.2rem
    }

    .header-main .header-main-panel .menu-inner-wrap .btn-menu:has(+.submenu-inner-wrap) {
        overflow: visible
    }

    .header-main .header-main-panel .menu-inner-wrap .btn-menu:has(+.submenu-inner-wrap):hover:after {
        opacity: 1
    }

    .header-main .header-main-panel .menu-inner-wrap .btn-menu:has(+.submenu-inner-wrap):after {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-top: 8px;
        z-index: 10;
        pointer-events: none;
        border: 8px solid transparent;
        border-bottom-color: #fff;
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, .5));
        transition: all .2s ease;
        opacity: 0
    }

    .header-main .header-main-panel .menu-inner-wrap .action-wrap {
        display: none
    }

    .header-main .header-main-panel .menu-inner-wrap .submenu-wrap {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .header-main .header-main-panel .menu-inner-wrap li:hover .submenu-inner-wrap {
        display: -ms-flexbox;
        display: flex
    }

    .header-main .header-main-panel .logo-inner-wrap {
        width: 132px
    }
}

.popup-login {
    background: rgba(66, 81, 100, .6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.popup-login .popup-box {
    background: #fff;
    text-align: center;
    overflow: visible
}

.popup-login .popup-box .popup-content-wrap {
    overflow: visible !important
}

.popup-login .popup-box .btn-popup-close {
    top: 10px;
    top: 1rem;
    right: 10px;
    right: 1rem;
    left: auto;
    bottom: auto
}

.popup-login .popup-box .btn-action-ico.ico-close,
.popup-login .popup-box .btn-action-ico.ico-close:after,
.popup-login .popup-box .btn-action-ico.ico-close:before {
    filter: none
}

.popup-login .popup-box .elm-photo {
    width: 327px;
    width: 32.7rem;
    margin: -90px auto 0;
    margin: -9rem auto 0
}

.popup-login .popup-box .popup-title {
    margin: 0 auto;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
    min-height: 7em;
    margin-bottom: 1em
}

.popup-login .popup-box .btn {
    height: 66px;
    height: 6.6rem;
    border-radius: 4rem;
    padding: 0 40px;
    padding: 0 4rem;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500
}

@media (max-width: 1023px) {
    .popup-login {
        padding: 0 15px
    }

    .popup-login .popup-box {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 400px;
        border-radius: 20px
    }
}

.item-tile-action.type-second {
    font-size: 16px;
    line-height: 1.375;
    font-weight: 700
}

.item-tile-action.type-second .tile-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.42857143;
    margin-bottom: 16px;
    margin-bottom: 1.6rem
}

@media (min-width: 768px) {
    .item-tile-action.type-second {
        font-size: 18px;
        min-height: 295px;
        padding-left: 7.5rem;
        padding-top: 4.5rem;
        padding-bottom: 4.5rem
    }

    .item-tile-action.type-second .tile-info-wrap {
        max-width: 50.5rem;
        width: 60%
    }

    .item-tile-action.type-second .tile-photo-wrap {
        width: 40%
    }

    .item-tile-action.type-second .tile-photo {
        width: 300px
    }

    .item-tile-action.type-second .tile-action {
        margin-top: 2.4rem
    }

    .item-tile-action.type-second .tile-action .btn {
        height: 5.2rem;
        border-radius: 10px;
        padding: 0 4rem;
        font-size: 2rem;
        width: auto;
        letter-spacing: .03em;
        font-weight: 700
    }
}

.popup-message-box .popup-title:last-child {
    margin-bottom: 0
}

.popup-message-box .elm-ico {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px
}

.popup-succefull .popup-box {
    background: #fff
}

.popup-succefull .popup-box .popup-title {
    font-size: 26px;
    text-align: center;
    line-height: 1.36;
    font-weight: 700;
    font-family: Manrope, sans-serif
}

.popup-succefull .popup-box .popup-title * {
    font-family: Manrope, sans-serif
}

.popup-form .popup-box .popup-title {
    font-size: 26px;
    text-align: center;
    line-height: 1.36;
    font-weight: 700;
    font-family: Manrope, sans-serif
}

.popup-form .popup-box .popup-title * {
    font-family: Manrope, sans-serif
}

.popup-form .popup-box .frm-row-submit {
    padding-top: 10px
}

.popup-form .popup-box .frm-field {
    margin-bottom: 20px
}

.popup-form .popup-box .form-input.inp-border {
    height: 40px;
    border-bottom-color: #7f7f7f;
    font-size: 14px
}

.popup-form .popup-box .btn {
    height: 53px;
    border-radius: 28px;
    width: 100%;
    font-size: 17px
}

.popup-form .popup-box .field-desc {
    font-size: 10px;
    margin-top: 0
}

.popup-form .popup-box .popup-message-wrap {
    margin-top: 60px;
    margin-top: 6rem
}

.popup-form .popup-box .elm-message {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px
}

@media (min-width: 1024px) {
    .popup-succefull .popup-box {
        width: 467px;
        border-radius: 15px;
        padding: 44px;
        min-height: 0
    }

    .popup-succefull .popup-box .popup-content-wrap,
    .popup-succefull .popup-box .popup-title-wrap {
        padding: 0;
        min-height: 0
    }

    .popup-succefull .popup-box .popup-message-box {
        padding: 0
    }

    .popup-succefull .popup-box .btn-popup-close {
        top: 5px;
        right: 5px;
        left: auto;
        bottom: auto;
        margin: 0
    }

    .popup-succefull .popup-box .btn-action-ico.ico-close {
        filter: none
    }

    .popup-succefull .popup-box .btn-action-ico.ico-close:before {
        filter: none;
        background-size: 32px auto
    }

    .popup-form .popup-box {
        width: 467px;
        border-radius: 15px;
        padding: 55px 70px 50px
    }

    .popup-form .popup-box .popup-title-wrap {
        margin: 0 -20px 30px;
        width: auto;
        text-align: center;
        padding: 0
    }

    .popup-form .popup-box .popup-content-wrap {
        padding: 0
    }
}

.item-animation {
    transition-property: transform, opacity;
    transition-duration: .8s;
    transition-timing-function: ease
}

.item-animation-quick {
    transition-property: transform, opacity;
    transition-duration: .8s;
    transition-timing-function: ease-out
}

.item-aleft:not(.item-active) {
    transform: translateX(-100px);
    opacity: 0
}

.item-aright:not(.item-active) {
    opacity: 0;
    transform: translateX(100px)
}

.item-abottom:not(.item-active) {
    opacity: 0;
    transform: translateY(-100px)
}

.item-atop:not(.item-active) {
    opacity: 0;
    transform: translateY(100px)
}

.item-animation-second {
    transition-delay: .1s !important
}

.item-animation-third {
    transition-delay: .2s !important
}

.item-animation-four {
    transition-delay: .3s !important
}

.item-animation-five {
    transition-delay: .4s !important
}

.item-animation-six {
    transition-delay: .5s !important
}

.item-animation-seven {
    transition-delay: .6s !important
}

.photo-rotate-animation {
    animation: b 40s linear infinite;
    transform-origin: center center
}

@keyframes b {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.frm-field-slider {
    display: block;
    position: relative
}

.frm-field-slider .slider-value {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 16px;
    position: absolute;
    top: 0;
    left: -8px;
    min-width: 30px
}

.frm-field-slider .slider-max {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0
}

.frm-field-slider .noUi-pips {
    display: none
}

.frm-field-slider .noUi-horizontal {
    height: 12px;
    border-radius: 6px;
    background: #e4e4e4;
    margin: 0;
    border: none
}

.frm-field-slider .noUi-connects {
    border-radius: 6px
}

.frm-field-slider .noUi-tooltip {
    font-size: 24px;
    line-height: 1.5;
    color: var(--clr-base);
    background: none;
    border: none;
    bottom: auto;
    top: 120%
}

.frm-field-slider .slider-max {
    text-align: right;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    color: #afafaf;
    margin-top: 16px
}

.frm-field-slider .noUi-connect {
    background: #d5caf4;
    border-radius: 12px;
    border: none
}

.frm-field-slider .noUi-horizontal .noUi-handle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: var(--clr-att);
    box-shadow: none;
    top: -8px
}

.frm-field-slider .noUi-horizontal .noUi-handle:after,
.frm-field-slider .noUi-horizontal .noUi-handle:before {
    display: none
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

.wrap:has(.new-main-page) {
    background: #fff
}

.new-main-page {
    --clr-base: #21212D;
    --clr-att: #8E62EF;
    --clr-att-hover: #00d287;
    --clr-title: #272727;
    --sectionMargin: 36px;
    color: var(--clr-base)
}

.new-main-page * {
    font-family: Manrope, sans-serif
}

.new-main-page .h1-title,
.new-main-page h1 {
    color: var(--clr-base)
}

.new-main-page .h1-title:first-child,
.new-main-page h1:first-child {
    margin-top: 0
}

.new-main-page .h1-title:last-child,
.new-main-page h1:last-child {
    margin-bottom: 0
}

.new-main-page .h1-title,
.new-main-page h1 {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    margin: 22px 0
}

.new-main-page .btn {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    height: 50px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    color: var(--clr-base);
    padding: 0 40px;
    box-shadow: 0 4px 9px 0 rgba(102,94,111,0.15);
}

.btn.btn-purple {
    background-color: #8E62EF;
    border-color: #8E62EF;
    font-weight: 600;
    color: #fff;
    box-shadow: none;
}


.btn.btn-purple:hover {
    background-color: #CB7C9C;
    border-color: #CB7C9C;
    color: #fff
}

@media (max-width: 767px) {
    .new-main-page .text-mobile-center {
        text-align: center
    }

    .new-main-page .h1-title.title-mobile-small,
    .new-main-page h1.title-mobile-small {
        font-size: 34px
    }
}

@media (min-width: 1024px) {
    .new-main-page {
        --sectionMargin: 7rem
    }

    .new-main-page .btn {
        height: 6.7rem;
        border-radius: 4rem;
        font-size: 2.2rem
    }

    .new-main-page .h1-title,
    .new-main-page h1 {
        font-size: 5rem;
        line-height: 1.171875;
        margin: 11px 0
    }
}

@media (min-width: 1200px) {

    .new-main-page .h1-title,
    .new-main-page h1 {
        font-size: 6.4rem
    }

    .new-main-page .h1-title.title-large,
    .new-main-page h1.title-large {
        font-size: 6.6rem
    }
}

.new-main-page .item-tile-panel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: #F4F0FF;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    color: var(--clr-base);
    padding: 32px;
    gap: 22px
}

.new-main-page .item-tile-panel .tile-ico {
    width: 32px;
    height: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.new-main-page .item-tile-panel .tile-title {
    display: block
}

.new-main-page .item-tile-panel .tile-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 26px
}

.new-main-page .item-tile-info-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    border-radius: 22px;
    background: #ebf2fb;
    color: var(--clr-base);
    text-align: center;
    padding: 0;
    transition: all .2s ease
}

.new-main-page .item-tile-info-main:hover {
    color: var(--clr-base);
    background: #dae1ea
}

.new-main-page .item-tile-info-main .tile-title {
    display: block;
    padding: 32px 15px 10px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.15
}

.new-main-page .item-tile-info-main .tile-photo {
    height: 250px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.new-main-page .item-tile-info-main .tile-photo img {
    max-width: 355px;
    margin: 0 auto
}

.new-main-page .item-tile-step-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    padding: 26px;
    border-radius: 25px;
    background: #ebf2fb;
    transition: all .2s ease;
    font-size: 15px;
    line-height: 1.46666667;
    font-weight: 400;
    color: #FFF;
    min-height: 403px
}

.new-main-page .item-tile-step-main.card1{
    background-image: linear-gradient(141deg, #DAD8FD 0%, #8781E3 100%);
}
.new-main-page .item-tile-step-main.card2{
    background-image: linear-gradient(141deg, #BEDCFF 0%, #7CB5F9 100%);
}
.new-main-page .item-tile-step-main.card3{
    background-image: linear-gradient(141deg, #FFBBBA 0%, #DB7A7C 100%);
}

.new-main-page .item-tile-step-main .tile-action-wrap,
.new-main-page .item-tile-step-main .tile-title-wrap {
    display: block;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 3
}

.new-main-page .item-tile-step-main .tile-title-wrap .tile-title {
    max-width: 12.4137931em
}

.new-main-page .item-tile-step-main .tile-title-wrap .tile-info {
    max-width: 21.33333333em;
    font-size: 1.2em;
}

.new-main-page .item-tile-step-main .tile-photo-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.new-main-page .item-tile-step-main .tile-photo {
    aspect-ratio: 1;
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 300px
}

.new-main-page .item-tile-step-main .tile-title {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 8px
}

.new-main-page .item-tile-step-main .tile-button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    height: 43px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #FFF;
    font-size: 1.2em;
    font-weight: 500;
    gap: 8px;
    padding: 0 20px 0 30px;
    transition: all .2s ease;
    background: rgba(255,255,255,0.27);
}

.new-main-page .item-tile-step-main .tile-button:hover {
    background-color: #8E62EF;
    border-color: #8E62EF;
    color: #fff
}

.new-main-page .item-tile-step-main .tile-button:hover .button-ico {
    filter: brightness(0) invert(1)
}

.new-main-page .item-tile-step-main .tile-button .button-ico {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    filter: none;
    transition: all .2s ease
}

.new-main-page .item-tile-step-main:hover {
    /* color: var(--clr-base); */
    /* background: #dae1ea; */
}

.new-main-page .item-tile-exp {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #ebf2fb;
    transition: all .2s ease;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding: 12px 18px;
    min-height: 95px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--clr-base)
}

.new-main-page .item-tile-exp:hover {
    background-color: #dae1ea;
    color: var(--clr-base)
}

.new-main-page .item-tile-exp .tile-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.new-main-page .item-tile-exp .tile-main-title {
    margin: 0 8px 0 0;
    font-size: 55px;
    line-height: 55px;
    color: var(--clr-att);
    font-weight: 700
}

.new-main-page .item-tile-award {
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--clr-base);
    max-width: 20.1875em
}

.new-main-page .item-tile-award .tile-main-title {
    display: block;
    margin: 0 auto;
    width: 4em;
    aspect-ratio: 194/122;
    font-size: 30px;
    font-weight: 500;
    color: var(--clr-att);
    text-align: center;
    line-height: 1;
    background: url(../themes/images/award.svg) 50% no-repeat;
    background-size: 100% auto
}

.new-main-page .item-tile-award .tile-title img {
    display: inline-block;
    width: 78px
}

.new-main-page .item-tile-award .tile-info {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 5px
}

.new-main-page .item-tile-logo-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-height: 290px;
    position: relative;
    z-index: 3;
    background: #fff;
    padding: 16px 26px;
    color: var(--clr-base);
    box-shadow: 0 4px 9px 0 rgba(102,94,111,0.15);
    border-radius: 25px;
}

.new-main-page .item-tile-logo-main:hover {
    color: var(--clr-base)
}

.new-main-page .item-tile-logo-main .tile-title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.new-main-page .item-tile-logo-main .tile-action-wrap {
    text-align: right
}

.new-main-page .item-tile-logo-main .tile-info-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding: 15px 0;
    -ms-flex-pack: center;
    justify-content: center
}

.new-main-page .item-tile-logo-main .tile-title {
    font-size: 16px;
    line-height: 1.45;
    font-weight: normal;
}

.new-main-page .item-tile-logo-main .tile-sticker {
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.new-main-page .item-tile-logo-main .tile-photo {
    height: 32px;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    aspect-ratio: inherit
}

.new-main-page .item-tile-logo-main .tile-photo img,
.new-main-page .item-tile-logo-main .tile-photo svg {
    margin-right: 0;
    max-width: 100px
}

.new-main-page .item-tile-logo-main .tile-button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #425164;
    transition: all .2s ease
}

.new-main-page .item-tile-logo-main .tile-button:hover {
    color: var(--clr-att)
}

.new-main-page .item-tile-logo-main .tile-button:hover .button-ico {
    filter: none
}

.new-main-page .item-tile-logo-main .tile-button .button-ico {
    width: 55px;
    height: 55px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    transition: all .2s ease;
    /*filter: brightness(0) grayscale(1)*/
}


.new-main-page .item-tile-efficiency-main {
    font-size: 16px;
    line-height: 21px;
    text-align: left
}

.new-main-page .item-tile-efficiency-main .tile-title-wrap {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 6px;
    max-width: 90%;
}

.new-main-page .item-tile-efficiency-main .tile-title {
    display: inline;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -2.4px
}

.new-main-page .item-tile-about-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    position: relative;
    border-radius: 23px;
    background: #ebf2fb;
    transition: all .2s ease;
    font-size: 14px;
    line-height: 20px;
    color: var(--clr-base);
    padding: 16px 26px 26px;
    min-height: 178px;
    height: 100%
}

.new-main-page .item-tile-about-main:hover {
    color: var(--clr-base);
    background: #dae1ea
}

.new-main-page .item-tile-about-main .tile-title {
    display: block;
    font-size: 27px;
    line-height: 1.15;
    font-weight: 700;
    padding-right: 75px;
    margin: 0
}

.new-main-page .item-tile-about-main .tile-ico {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 11px;
    right: 10px
}

@media (min-width: 1024px) {
    .new-main-page .item-tile-about-main {
        padding: 18px 24px 24px 35px;
        min-height: 177px;
        line-height: 1.25;
        font-size: 14px
    }

    .new-main-page .item-tile-about-main .tile-title {
        font-size: 2.7rem;
        line-height: 1.15
    }

    .new-main-page .item-tile-efficiency-main {
        font-size: 2.2rem;
        line-height: 1.36363636
    }

    .new-main-page .item-tile-efficiency-main .tile-title-wrap {
        font-size: 3rem;
        line-height: normal;
        margin-bottom: 0
    }

    .new-main-page .item-tile-efficiency-main .tile-title {
        font-size: 7rem;
        line-height: normal;
        letter-spacing: -4.2px
    }

    .new-main-page .item-tile-logo-main {
        min-height: 356px;
        padding: 3rem;
        border-radius: 40px
    }

    .new-main-page .item-tile-logo-main .tile-sticker {
        height: 40px;
        border-radius: 20px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 18px
    }

    .new-main-page .item-tile-logo-main .tile-photo {
        height: 40px
    }

    .new-main-page .item-tile-logo-main .tile-photo img,
    .new-main-page .item-tile-logo-main .tile-photo svg {
        max-width: 15rem
    }

    .new-main-page .item-tile-logo-main .tile-title {
        font-size: 2rem;
        line-height: 1.4;
        max-width: 16.92307692em
    }

    .new-main-page .item-tile-logo-main .tile-button {
        font-size: 1.6rem
    }

    .new-main-page .item-tile-logo-main .tile-button .button-ico {
        width: 7.5rem;
        height: 7.5rem;
        margin-left: 15px
    }

    .new-main-page .item-tile-award {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch;
        font-size: 2rem;
        max-width: 100%;
        line-height: 1.4;
        text-align: left
    }

    .new-main-page .item-tile-award .tile-main-title {
        font-size: 3.175rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .new-main-page .item-tile-award .tile-title {
        -ms-flex: 1;
        flex: 1;
        padding-left: 3.2rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        justify-content: center
    }

    .new-main-page .item-tile-step-main {
        font-size: 15px;
        line-height: 1.36;
        min-height: 452px;
        padding: 3.6rem 4.3rem
    }

    .new-main-page .item-tile-step-main .tile-title {
        font-size: 2.9rem;
        line-height: 1.26;
        margin-bottom: 20px
    }

    .new-main-page .item-tile-panel {
        padding: 5rem;
        font-size: 2rem;
        line-height: 1.6;
        gap: 2.6rem
    }

    .new-main-page .item-tile-panel .tile-row {
        gap: 3rem
    }

    .new-main-page .item-tile-info-main {
        position: relative;
        overflow: hidden
    }

    .new-main-page .item-tile-info-main .tile-title {
        font-size: 2.6rem;
        padding-top: 4rem
    }

    .new-main-page .item-tile-info-main .tile-photo {
        height: 270px;
        display: block
    }

    .new-main-page .item-tile-info-main .tile-photo img {
        width: auto;
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        max-width: inherit;
        height: 230px
    }

    .new-main-page .item-tile-info-main.tile02 .tile-photo img {
        transform: none;
        left: auto;
        right: 0;
        bottom: 0;
        height: 350px
    }

    .new-main-page .item-tile-info-main.tile03 .tile-photo img {
        height: 250px
    }

    .new-main-page .item-tile-info-main.tile04 .tile-photo img {
        height: 290px
    }

    .new-main-page .item-tile-info-main.tile05 .tile-photo img {
        height: 280px
    }

    .new-main-page .item-tile-exp {
        display: block;
        min-height: 0;
        height: auto;
        border-radius: 0;
        background: none;
        padding: 0;
        font-size: 3rem;
        font-weight: 600
    }

    .new-main-page .item-tile-exp .tile-title {
        display: block;
        padding-bottom: 6px;
    }

    .new-main-page .item-tile-exp .tile-main-title {
        font-size: 3.33333333em;
        line-height: 1;
        display: inline
    }

    .new-main-page .item-tile-exp:hover {
        background: none
    }
}

.new-main-page .section-tile-box {
    position: relative;
    margin-bottom: var(--sectionMargin)
}

.new-main-page .section-tile-box .items-wrap {
    margin: 0 -15px -30px
}

.new-main-page .section-tile-box .item-wrap {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px
}

.new-main-page .section-tile-box .elm-photo {
    display: block;
    width: 100%;
}

.new-main-page .section-tiles-box {
    margin-bottom: var(--sectionMargin)
}


.new-main-page .section-tiles-box.type-second {
    position: relative;
    z-index: 2
}

.new-main-page .section-tiles-box.type-second:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1304px;
    height: 264px; /* info: 469px */
    border-radius: 1304px;
    background: #8E62EF;
    filter: blur(100px);
    pointer-events: none;
    z-index: -1
}

.new-main-page .section-tiles-box.type-second .item-wrap {
    width: 100%;
    margin-bottom: 26px;
    padding: 0 13px
}

.new-main-page .section-tiles-box.type-second .items-wrap {
    margin: 0 -13px -26px;
    position: relative;
    z-index: 2
}

.new-main-page .section-tiles-box .items-wrap {
    margin: 0 -6px -12px;
    gap: 0
}

.new-main-page .section-tiles-box .item-wrap {
    padding: 0 6px;
    margin-bottom: 12px;
    width: 100%
}

.new-main-page .section-main-box {
    margin-bottom: var(--sectionMargin);
    font-size: 15px;
    line-height: 1.53333333;
    position: relative;
    text-align: center
}

.new-main-page .section-main-box .box-inner-wrap {
    position: relative;
    /*background-image: url(../themes/img/new/bg01-m.jpg)*/
    background-image: linear-gradient(90deg, #FEEEFE 0%, #E1E9FD 100%);
}

.new-main-page .section-main-box .title-inner-wrap {
    position: relative;
    z-index: 2;
    margin-bottom: 0
}

.new-main-page .section-main-box .photo-inner-wrap {
    position: relative;
    margin: 0 auto
}

.new-main-page .section-main-box .photo-inner-wrap:before {
    content: "";
    display: block;
    padding-top: 103%
}

.new-main-page .section-main-box .section-title {
    letter-spacing: -1.2px;
    margin-bottom: 20px
}


/* info: -> added rules */
.title-inner-wrap.item-abottom .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.title-inner-wrap.item-abottom .menu li {
    flex-shrink: 0;
}

.title-inner-wrap.item-abottom .menu .btn-menu {
    display: inline-flex;
    align-items: center;
    height: 42px;
    border-radius: 22px;
    padding: 0 20px 0 15px;
    font-size: 12px;
    color: var(--clr-base);
    border: 1px solid #CB7C9C;
}

.title-inner-wrap.item-abottom .menu .btn-menu .button-ico {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
}

@media (min-width: 1024px) {
    .title-inner-wrap.item-abottom .menu {
        gap: 10px;
    }

    .title-inner-wrap.item-abottom .menu .btn-menu {
        height: 46px;
        border-radius: 23px;
        font-size: 1.5rem;
    }

}

/* info: <- added rules */

.new-main-page .section-main-box .elm-photo {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: visible
}

.new-main-page .section-main-box .photo_laptop_man {
    display: block;
    width: 100%;
    top: 55%;
    aspect-ratio: 498/444;
    z-index: 2;
}

.new-main-page .section-main-box .photo_top_like_icon {
    display: block;
    aspect-ratio: 89/80;
    left: 3%;
    top: 10%;
    width: 20%;
    z-index: 3;
}

.new-main-page .section-main-box .photo_top_like_icon img {
    animation: scale 2s ease-in-out alternate-reverse infinite;
}

.new-main-page .section-main-box .photo_top_arrow_icon {
    position: absolute;
    display: block;
    aspect-ratio: 82/74;
    width: 20%;
    z-index: 3;
    top: 5%;
    left: 45%;
}

.new-main-page .section-main-box .photo_top_arrow_icon img {
    animation: scale 2.2s ease-in-out alternate infinite;
}

.new-main-page .section-main-box .photo_top_olv_icon {
    display: block;
    aspect-ratio: 59/46;
    left: 57%;
    top: 15%;
    width: 15%;
    z-index: 3;
}

.new-main-page .section-main-box .photo_top_olv_icon img {
    animation: scale 2s ease-in-out alternate-reverse infinite;
}

.new-main-page .section-main-box .photo_top_ci1_icon {
    display: block;
    aspect-ratio: 21 / 21;
    left: 31%;
    top: 0%;
    width: 4%;
    z-index: 3;
}

.new-main-page .section-main-box .photo_top_ci1_icon img {
    animation: b 10s linear infinite;
}

.new-main-page .section-main-box .photo_top_ci2_icon {
    display: block;
    aspect-ratio: 21 / 21;
    left: 86%;
    top: 28%;
    width: 14%;
    z-index: 3;
}

.new-main-page .section-main-box .photo_top_ci2_icon img {
    animation: b 10s linear infinite;
}

@media (max-width: 767px) {
    .new-main-page .section-main-box .photo_laptop_man {
        display: block;
        width: 80%;
        top: 55%;
        aspect-ratio: 498/444;
        z-index: 2;
    }

    .new-main-page .section-main-box .photo_top_like_icon {
        display: block;
        aspect-ratio: 89 / 80;
        left: 10%;
        top: 16%;
        width: 15%;
        z-index: 3;
    }

    .new-main-page .section-main-box .photo_top_like_icon img {
        animation: scale 2s ease-in-out alternate-reverse infinite;
    }

    .new-main-page .section-main-box .photo_top_arrow_icon {
        position: absolute;
        display: block;
        aspect-ratio: 82 / 74;
        width: 15%;
        z-index: 3;
        top: 11%;
        left: 43%;
    }

    .new-main-page .section-main-box .photo_top_arrow_icon img {
        animation: scale 2.2s ease-in-out alternate infinite;
    }

    .new-main-page .section-main-box .photo_top_olv_icon {
        display: block;
        aspect-ratio: 59 / 46;
        left: 53%;
        top: 15%;
        width: 10%;
        z-index: 3;
    }

    .new-main-page .section-main-box .photo_top_olv_icon img {
        animation: scale 2s ease-in-out alternate-reverse infinite;
    }

    .new-main-page .section-main-box .photo_top_ci1_icon {
        display: block;
        aspect-ratio: 21 / 21;
        left: 31%;
        top: 4%;
        width: 3%;
        z-index: 3;
    }

    .new-main-page .section-main-box .photo_top_ci1_icon img {
        animation: b 10s linear infinite;
    }

    .new-main-page .section-main-box .photo_top_ci2_icon {
        display: block;
        aspect-ratio: 21 / 21;
        left: 76%;
        top: 28%;
        width: 10%;
        z-index: 3;
    }

    .new-main-page .section-main-box .photo_top_ci2_icon img {
        animation: b 10s linear infinite;
    }
}


@keyframes scale {
    0% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1.05);
    }

}

.new-main-page .section-connect-box {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: normal;
    position: relative;
    margin-bottom: var(--sectionMargin)
}

.new-main-page .section-connect-box .box-inner-wrap {
    overflow: hidden;
    background: #3c6beb
}

.new-main-page .section-connect-box .section-title {
    color: inherit;
    font-size: 55px;
    font-weight: 700
}

.new-main-page .section-connect-box .photo-inner-wrap {
    position: relative
}

.new-main-page .section-connect-box .title-inner-wrap {
    padding: 34px 26px;
    position: relative;
    z-index: 2;
    margin-top: -40px
}

.new-main-page .section-connect-box .elm-photo {
    margin: -10px -40px 0
}

.new-main-page .section-connect-box .section-sticker {
    display: inline-block;
    height: 44px;
    border-radius: 22px;
    background: #68d89a;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    padding: 0 32px;
    line-height: 44px;
    overflow: hidden;
    font-size: 24px;
    color: #34704f;
    letter-spacing: -.72px;
    font-weight: 700;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    rotate: 5.2deg
}

.new-main-page .section-connect-box .btn {
    width: 100%;
    margin-top: 60px
}

.new-main-page .section-connect-box p {
    margin: 0
}

.new-main-page .section-action-box {
    margin-bottom: var(--sectionMargin)
}

.new-main-page .section-action-box .box-inner-wrap {
    position: relative;
    background-image: linear-gradient(90deg, #FEEEFE 0%, #E1E9FD 100%);
    border-radius: 36px;
    /*background-image: url(../themes/img/new/bg02-m.jpg)*/
}

.new-main-page .section-action-box .photo-inner-wrap {
    display: block;
    pointer-events: none;
    position: relative
}

.new-main-page .section-action-box .photo-inner-wrap:before {
    content: "";
    display: block;
    padding-top: 75%
}

.new-main-page .section-action-box .title-inner-wrap {
    position: relative;
    z-index: 5
}

.new-main-page .section-action-box .action-inner-wrap {
    text-align: center;
    position: relative;
    z-index: 5
}

.new-main-page .section-action-box .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.new-main-page .section-action-box .menu li {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.new-main-page .section-action-box .btn-menu {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    border-radius: 22px;
    padding: 0 20px 0 15px;
    font-size: 16px;
    color: #425164;
    border: 1px solid #425164
}

.new-main-page .section-action-box .btn-menu .button-ico {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0
}

.new-main-page .section-action-box .section-title {
    font-size: 31px;
    line-height: 1.22580645;
    letter-spacing: -.93px;
    margin: 0 0 45px
}

.new-main-page .section-action-box .elm-photo {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: visible
}

.new-main-page .section-action-box .photo-work_man {
    width: 70%;
    display: block;
    aspect-ratio: 367 / 508;
    top: 50%;
}


.new-main-page .section-action-box .photo_context {
    aspect-ratio: 160 / 104;
    width: 35%;
    top: -11%;
    left: 72%;
    z-index: 2;
    display: block;
}


.new-main-page .section-action-box .photo_social {
    aspect-ratio: 186 / 64;
    width: 36%;
    top: 2%;
    left: 78%;
    z-index: 2;
    display: block;
}


.new-main-page .section-action-box .photo_olv {
    aspect-ratio: 167 / 104;
    width: 36%;
    top: 49%;
    left: 77%;
    z-index: 2;
    display: block;
}

@media (max-width: 1399px){
    .new-main-page .section-action-box .photo-work_man {
        width: 90%;
        top: 64%;
    }


    .new-main-page .section-action-box .photo_context {
        width: 35%;
        top: -10%;
        left: 72%;
    }


    .new-main-page .section-action-box .photo_social {
        width: 36%;
        top: 4%;
        left: 78%;
    }


    .new-main-page .section-action-box .photo_olv {
        width: 36%;
        top: 60%;
        left: 77%;
    }
}

@media (max-width: 1023px){
    .new-main-page .section-action-box .photo-work_man {
        width: 80%;
        top: 50%;
    }


    .new-main-page .section-action-box .photo_context {
        width: 35%;
        top: -18%;
        left: 72%;
    }


    .new-main-page .section-action-box .photo_social {
        width: 36%;
        top: -4%;
        left: 78%;
    }


    .new-main-page .section-action-box .photo_olv {
        width: 36%;
        top: 50%;
        left: 77%;
    }
}


@media (max-width: 767px){
    .new-main-page .section-action-box .photo-work_man {
        width: 50%;
        top: 50%;
    }


    .new-main-page .section-action-box .photo_context {
        width: 25%;
        top: 5%;
        left: 72%;
    }


    .new-main-page .section-action-box .photo_social {
        width: 25%;
        top: 13%;
        left: 78%;
    }


    .new-main-page .section-action-box .photo_olv {
        width: 26%;
        top: 50%;
        left: 77%;
    }
}

/*@media  (min-width: 1024px) {*/

/*    !*.new-main-page .section-action-box .title-inner-wrap {*!*/
/*    !*    padding-bottom: 2rem!important;*!*/
/*    !*}*!*/

/*   .new-main-page .section-action-box .photo-work_man {*/
/*        width: 80%;*/
/*        display: block;*/
/*        aspect-ratio: 367 / 508;*/
/*        top: 50%;*/
/*    }*/
/*}*/


/*@media  (min-width: 1023px) {*/
/*   .new-main-page .section-action-box .photo-work_man {*/
/*        width: 80%;*/
/*        display: block;*/
/*        aspect-ratio: 367 / 508;*/
/*        top: 50%;*/
/*    }*/

/*    .new-main-page .section-action-box .photo_context {*/
/*        aspect-ratio: 160/104;*/
/*        width: 35%;*/
/*        top: 0%;*/
/*        left: 70%;*/
/*        z-index: 2;*/
/*        display: block*/
/*    }*/


/*    .new-main-page .section-action-box .photo_social {*/
/*        aspect-ratio: 186/64;*/
/*        width: 36%;*/
/*        top: 12%;*/
/*        left: 72%;*/
/*        z-index: 2;*/
/*        display: block*/
/*    }*/


/*    .new-main-page .section-action-box .photo_olv {*/
/*        aspect-ratio: 167/104;*/
/*        width: 36%;*/
/*        top: 50%;*/
/*        left: 80%;*/
/*        z-index: 2;*/
/*        display: block*/
/*    }*/
/*}*/

.new-main-page .section-middle-box {
    margin-bottom: var(--sectionMargin);
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #fff
}

.new-main-page .section-middle-box .box-inner-wrap {
    background-image: url(../img/new/bg03-m.jpg);
    background-color: #000
}

.new-main-page .section-middle-box .title-inner-wrap {
    position: relative;
    z-index: 3;
    margin-bottom: 30px
}

.new-main-page .section-middle-box .photo-inner-wrap {
    display: block;
    padding: 0 20px
}

.new-main-page .section-middle-box .photo-inner-wrap .elm-photo {
    width: 100%
}

.new-main-page .section-middle-box .section-title {
    margin-bottom: 20px;
    color: inherit
}

.new-main-page .section-middle-box .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.new-main-page .section-middle-box .menu .elm-photo {
    width: 116px
}

.new-main-page .section-exp-box {
    position: relative;
    margin-bottom: var(--sectionMargin)
}

.new-main-page .section-exp-box .title-inner-wrap {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.625
}

.new-main-page .section-exp-box .title-wrap {
    margin-bottom: 25px
}

.new-main-page .section-exp-box .items-wrap {
    margin: 0 -5px -10px
}

.new-main-page .section-exp-box .item-wrap {
    padding: 0 5px;
    margin-bottom: 10px;
    width: 100%
}

.new-main-page .section-logos-box {
    position: relative;
    margin-bottom: var(--sectionMargin)
}

.new-main-page .section-logos-box .items-wrap {
    margin: 0 -3px -6px
}

.new-main-page .section-logos-box .item-wrap {
    padding: 0 3px;
    margin-bottom: 6px;
    width: 50%
}

.new-main-page .section-awards-box {
    position: relative;
    margin-bottom: var(--sectionMargin)
}

.new-main-page .section-awards-box .items-wrap {
    margin: 0 -15px -50px
}

.new-main-page .section-awards-box .item-wrap {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 50px
}

.new-main-page .section-awards-box .wrap-main {
    margin-bottom: 50px
}

.new-main-page .section-about-box {
    margin-bottom: var(--sectionMargin);
    position: relative;
    font-size: 16px;
    line-height: 1.5625
}

.new-main-page .section-about-box .section-title {
    font-size: 30px;
    line-height: 41px;
    font-weight: 600;
    margin: 0 0 23px
}

.new-main-page .section-about-box .action-wrap {
    margin-top: 50px;
    text-align: center
}

.new-main-page .section-about-box p {
    margin-bottom: 1.4em
}

.new-main-page .section-about-box .btn {
    min-width: 275px
}

.new-main-page .section-about-box .elm-photo {
    border-radius: 115px;
    aspect-ratio: 352/400
}

.new-main-page .section-about-box .photo-inner-wrap {
    position: relative;
    margin-bottom: 90px
}

.new-main-page .section-about-box .photo-title-wrap {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 280px;
    margin-top: -30px;
    margin-left: -140px;
    z-index: 2;
    border-radius: 50px;
    background: #ebf2fb;
    padding: 10px 20px 14px 42px;
    font-size: 17px;
    line-height: 1.45;
    color: #000;
    text-align: left
}

.new-main-page .section-about-box .photo-title-wrap .photo-title {
    display: block;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700
}

.new-main-page .section-about-box .photo-title-wrap:before {
    content: "";
    display: block;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    position: absolute;
    background: #ebf2fb url(../img/new/icons/quote.svg) 50% no-repeat;
    background-size: 28px auto;
    right: -9px;
    top: -32px
}

.new-main-page .section-efficiency-box {
    margin-bottom: var(--sectionMargin);
    position: relative
}

.new-main-page .section-efficiency-box .info-inner-wrap {
    position: relative;
    z-index: 2;
    margin-bottom: 16px
}

.new-main-page .section-efficiency-box .items-inner-wrap {
    position: relative;
    overflow: hidden
}

.new-main-page .section-efficiency-box .photo-inner-wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    aspect-ratio: 517/537;
    width: 100%;
    padding: 0 40px
}

.new-main-page .section-efficiency-box .photo-inner-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    aspect-ratio: 284/257;
    width: 80%;
    transform: translate(-50%, -50%);
    background: #622bff;
    filter: blur(85px);
    border-radius: 50%;
}

.new-main-page .section-efficiency-box .photo-inner-wrap .item-tile-efficiency-main {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 3
}

.new-main-page .section-efficiency-box .photo-inner-wrap .item-tile-efficiency-main .tile-title-wrap {
    font-size: 30px;
    line-height: normal
}

.new-main-page .section-efficiency-box .photo-inner-wrap .item-tile-efficiency-main .tile-title {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -3.6px
}

.new-main-page .section-efficiency-box .elm-photo {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 20px;
    right: 0;
    z-index: 2
}

.new-main-page .section-efficiency-box .items-wrap {
    margin: -17px -25px;
    position: relative
}

.new-main-page .section-efficiency-box .items-wrap:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(193, 217, 244, .5);
    left: 50%;
    width: 1px;
    top: 0;
    bottom: 0
}

.new-main-page .section-efficiency-box .item-wrap {
    width: 50%;
    padding: 17px 25px;
    margin: 0;
    border-bottom: 1px solid rgba(193, 217, 244, .5)
}

.new-main-page .section-about-main-box {
    position: relative;
    margin-bottom: var(--sectionMargin)
}

.new-main-page .section-about-main-box .photo-inner-wrap {
    margin-bottom: 30px
}

.new-main-page .section-about-main-box .photo-inner-wrap .elm-photo {
    aspect-ratio: 353/265;
    border-radius: 70px
}

.new-main-page .section-about-main-box .items-wrap {
    gap: 14px;
    margin: 0
}

.new-main-page .section-about-main-box .item-wrap {
    width: 100%;
    padding: 0;
    margin: 0
}

.new-main-page .section-video-box {
    margin-bottom: var(--sectionMargin);
    position: relative
}

.new-main-page .section-video-box .page-title-box {
    font-size: 16px;
    line-height: 1.5625;
    margin-bottom: 0
}

.new-main-page .section-video-box .action-inner-wrap {
    text-align: center;
    margin-top: 30px
}

.new-main-page .section-video-box .video-inner-wrap {
    margin-top: 27px;
    position: relative;
    overflow: hidden;
    line-height: 0
}

.new-main-page .section-video-box .video-inner-wrap .elm-photo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.new-main-page .section-video-box .video-inner-wrap.activated .btn-play,
.new-main-page .section-video-box .video-inner-wrap.activated .elm-photo {
    display: none
}

.new-main-page .section-video-box .btn {
    min-width: 275px
}

.new-main-page .section-video-box .elm-photo,
.new-main-page .section-video-box video {
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    line-height: 1.1;
    border-radius: 17px;
    aspect-ratio: 353/217
}

.new-main-page .section-info-box {
    position: relative;
    margin-bottom: var(--sectionMargin);
    font-size: 18px;
    line-height: 1.5
}

.new-main-page .section-info-box .btn {
    margin-top: 30px;
    min-width: 275px
}

.new-main-page .section-info-box .section-title {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 16px
}

.new-main-page .section-info-box .box-inner-wrap {
    background: #F4F0FF;
    border-radius: 30px;
    padding: 35px 26px
}

.new-main-page .section-info-box .arrow-inner-wrap,
.new-main-page .section-info-box .code-inner-wrap {
    display: none
}

.new-main-page .section-info-box p {
    margin: 0
}

.new-main-page .section-calc-box {
    position: relative;
    margin-bottom: var(--sectionMargin)
}

.new-main-page .section-calc-box .total-value.text-smallest {
    font-size: 35px
}

.new-main-page .section-calc-box .title-inner-wrap {
    margin-bottom: 35px
}

.new-main-page .section-calc-box .slider-calc-wrap {
    margin-bottom: 64px
}

.new-main-page .section-calc-box .total-calc-wrap {
    border-radius: 25px;
    background: #425164;
    color: #fff;
    padding: 18px 22px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 35px
}

.new-main-page .section-calc-box .action-inner-wrap {
    text-align: center
}

.new-main-page .section-calc-box .total-info {
    font-weight: 600;
    color: #eaeaea
}

.new-main-page .section-calc-box .total-title {
    font-size: 20px;
    font-weight: 600
}

.new-main-page .section-calc-box .total-value {
    font-size: 45px;
    line-height: normal;
    font-weight: 600
}

.new-main-page .section-calc-box .slider-title {
    margin-bottom: 44px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600
}

.new-main-page .section-calc-box .btn {
    min-width: 285px
}

.new-main-page .more-box {
    text-align: center;
    margin-top: 34px
}

.new-main-page .box-bg {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
    padding: 50px var(--paddingContainer);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.new-main-page .page-title-box {
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36363636;
    display: block;
    position: relative
}

@media (max-width: 767px) {
    .new-main-page .section-calc-box .box-inner-wrap {
        margin-left: calc(var(--paddingContainer) * -1);
        margin-right: calc(var(--paddingContainer) * -1);
        padding: 40px var(--paddingContainer) 45px;
        border-radius: 0;
        background: #f8f8f9
    }

    @supports (display:contents) {
        .new-main-page .section-video-box .box-inner-wrap {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column
        }

        .new-main-page .section-video-box .info-inner-wrap {
            display: contents
        }

        .new-main-page .section-video-box .page-title-box {
            -ms-flex-order: 1;
            order: 1
        }

        .new-main-page .section-video-box .video-inner-wrap {
            -ms-flex-order: 2;
            order: 2
        }

        .new-main-page .section-video-box .action-inner-wrap {
            -ms-flex-order: 3;
            order: 3;
            margin-top: 52px
        }
    }

    .new-main-page .section-connect-box .box-inner-wrap {
        margin: 0;
        border-radius: 35px;
        padding: 0
    }

    .new-main-page .section-middle-box .box-inner-wrap {
        padding-bottom: 0
    }

    .new-main-page .section-middle-box .section-title {
        font-size: 30px
    }

    .new-main-page .section-main-box .title-inner-wrap p { /* info: added rule */
        text-align: center;
        margin: 0 auto;
    }

    .new-main-page .title-inner-wrap .menu {
        padding: 2rem 0;
        justify-content: center;
    }
}

@media (min-width: 640px) {
    .new-main-page .section-about-main-box .item-wrap {
        width: calc(50% - 7px)
    }

    .new-main-page .section-logos-box .item-wrap {
        width: 33.33%
    }

    .new-main-page .section-exp-box .item-wrap,
    .new-main-page .section-tiles-box .item-wrap {
        width: 50%
    }

    .new-main-page .section-awards-box .item-wrap {
        width: 33.33%
    }

    .new-main-page .section-awards-box .wrap-main .item-wrap {
        width: 50%
    }
}

@media (min-width: 640px) and (max-width: 1023px) {

    .new-main-page .section-tiles-box .item-wrap:nth-child(5):last-child,
    .new-main-page .section-tiles-box .item-wrap:nth-child(7):last-child,
    .new-main-page .section-tiles-box .item-wrap:nth-child(9):last-child,
    .new-main-page .section-tiles-box .item-wrap:nth-child(11):last-child {
        width: 100%
    }

    .new-main-page .section-tiles-box .wrap-half .item-tile-step-main {
        padding-right: 20%
    }

    .new-main-page .section-tiles-box .wrap-half .item-tile-step-main .tile-title-wrap .tile-info,
    .new-main-page .section-tiles-box .wrap-half .item-tile-step-main .tile-title-wrap .tile-title {
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .new-main-page .section-calc-box .box-inner-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0 12px
    }

    .new-main-page .section-calc-box .slider-calc-wrap {
        -ms-flex: 1;
        flex: 1;
        border-radius: 25px;
        background: #f8f8f9;
        flex-direction: column;
        max-width: calc(58% - 12px)
    }

    .new-main-page .section-calc-box .slider-calc-wrap,
    .new-main-page .section-calc-box .total-calc-wrap {
        padding: 3rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0
    }

    .new-main-page .section-calc-box .total-calc-wrap {
        width: 42%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        flex-direction: column
    }

    .new-main-page .section-calc-box .title-inner-wrap {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 5.3rem
    }

    .new-main-page .section-calc-box .action-inner-wrap {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 4rem
    }

    .new-main-page .section-video-box .box-inner-wrap {
        display: -ms-flexbox;
        display: flex
    }

    .new-main-page .section-video-box .info-inner-wrap {
        width: 57rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 3rem;
        padding-right: 4rem
    }

    .new-main-page .section-video-box .video-inner-wrap {
        margin: 0;
        -ms-flex: 1;
        flex: 1
    }

    .new-main-page .section-video-box .action-inner-wrap {
        margin: 0;
        text-align: left
    }

    .new-main-page .section-video-box .page-title-box {
        font-size: 2rem;
        margin-bottom: 0
    }

    .new-main-page .section-video-box .page-title-box .section-title {
        font-size: 5rem;
        line-height: 1.22;
        margin-bottom: 5.7rem;
        max-width: 8.6em
    }

    .new-main-page .section-video-box .page-title-box p {
        max-width: 23.5em
    }

    .new-main-page .section-video-box .elm-photo,
    .new-main-page .section-video-box video {
        aspect-ratio: 779/479;
        border-radius: 3rem
    }

    .new-main-page .section-efficiency-box .items-inner-wrap {
        max-width: 650px
    }

    .new-main-page .section-efficiency-box .items-wrap {
        margin: 0;
        gap: 3.6rem
    }

    .new-main-page .section-efficiency-box .items-wrap:before {
        display: none
    }

    .new-main-page .section-efficiency-box .item-wrap {
        padding: 0;
        margin: 0;
        width: calc(50% - 1.8rem);
        border-bottom: none
    }

    .new-main-page .section-efficiency-box .box-inner-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .new-main-page .section-efficiency-box .info-inner-wrap {
        margin: 0;
        -ms-flex: 1;
        flex: 1
    }

    .new-main-page .section-efficiency-box .photo-inner-wrap {
        width: 45%;
        margin-top: 4rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .new-main-page .section-efficiency-box .photo-inner-wrap:before {
        display: none
    }

    .new-main-page .section-efficiency-box .photo-inner-wrap .item-tile-efficiency-main {
        color: var(--clr-base);
        margin: 0 auto
    }

    .new-main-page .section-about-box {
        font-size: 1.9rem;
        line-height: 1.42105263
    }

    .new-main-page .section-about-box .section-title {
        margin-bottom: 3.4rem;
        font-size: 4rem;
        line-height: 1.275
    }

    .new-main-page .section-about-box .box-inner-wrap {
        display: -ms-flexbox;
        display: flex;
        gap: 10.4rem;
        -ms-flex-align: stretch;
        align-items: stretch; /* info:flex-start  */
    }

    .new-main-page .section-about-box .photo-inner-wrap {
        margin: 0;
        width: 40%;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .new-main-page .section-about-box .info-inner-wrap {
        -ms-flex: 1;
        flex: 1;
        padding-top: 1rem;
        max-width: 548px
    }

    .new-main-page .section-about-box .elm-photo {
        border-radius: 17.5rem;
        aspect-ratio: 1
    }

    .new-main-page .section-about-box .photo-title-wrap {
        margin-left: 15px;
        margin-top: 0;
        top: auto;
        bottom: 0
    }

    .new-main-page .section-about-box .btn {
        width: 100%
    }

    .new-main-page .section-tiles-box.type-second {
        margin-top: 1rem; /* info: 19rem */
        margin-bottom: 5rem
    }

    .new-main-page .section-connect-box {
        font-size: 20px
    }

    .new-main-page .section-connect-box .box-inner-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 3.57142857em 40% 4rem var(--paddingContainer)
    }

    .new-main-page .section-connect-box .title-inner-wrap {
        text-align: left;
        -ms-flex: 1;
        flex: 1;
        max-width: 20.82142857em;
        margin: 0;
        padding: 0;
        position: static
    }

    .new-main-page .section-connect-box .title-inner-wrap .section-title,
    .new-main-page .section-connect-box .title-inner-wrap p {
        position: relative;
        z-index: 2
    }

    .new-main-page .section-connect-box .photo-inner-wrap {
        width: 36%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 4rem;
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center
    }

    .new-main-page .section-connect-box .section-title {
        font-size: 2.85714286em;
        font-weight: 700;
        margin: 0;
        line-height: normal
    }

    .new-main-page .section-connect-box .btn {
        max-width: 46.7rem;
        height: 8rem;
        border-radius: 4rem;
        font-size: 3rem;
        margin-top: 4rem
    }

    .new-main-page .section-connect-box p {
        letter-spacing: -.28px
    }

    .new-main-page .section-connect-box .section-sticker {
        bottom: 100%;
        left: 5rem;
        top: auto;
        right: auto;
        transform: none;
        rotate: -9.8deg;
        height: 6.73333333em;
        line-height: 2;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0 .8em;
        font-size: 20px;
        margin-bottom: -2.33333333em
    }

    .new-main-page .section-tile-box {
        margin-top: 4.5rem
    }

    .new-main-page .section-tile-box .items-wrap {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .new-main-page .section-tile-box .item-wrap {
        width: 50%
    }

    .new-main-page .section-action-box .box-inner-wrap,
    .new-main-page .section-main-box .box-inner-wrap,
    .new-main-page .section-middle-box .box-inner-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: 64.7rem;
        padding-top: 6rem;
        padding-bottom: 0;
        /*background-image: url(../themes/img/new/bg01-d.jpg)*/
    }

    .new-main-page .section-action-box .action-inner-wrap,
    .new-main-page .section-main-box .action-inner-wrap,
    .new-main-page .section-middle-box .action-inner-wrap {
        position: absolute;
        bottom: 6.7rem;
        left: var(--paddingContainer);
        width: auto;
        text-align: left
    }

    .new-main-page .section-action-box .photo-inner-wrap,
    .new-main-page .section-main-box .photo-inner-wrap,
    .new-main-page .section-middle-box .photo-inner-wrap {
        width: 46%;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .new-main-page .section-action-box .title-inner-wrap,
    .new-main-page .section-main-box .title-inner-wrap,
    .new-main-page .section-middle-box .title-inner-wrap {
        -ms-flex: 1;
        flex: 1;
        text-align: left;
        /*padding: 0 0 15rem; !* info: 12rem *!*/
    }

    .new-main-page .section-action-box .box-inner-wrap {
        padding-bottom: 12rem;
        min-height: 0;
        /*background-image: url(../themes/img/new/bg02-d.jpg)*/
    }

    .new-main-page .section-middle-box .box-inner-wrap {
        padding: 5rem var(--paddingContainer);
        background-image: url(../themes/img/new/bg03-d.jpg);
        min-height: 0;
        position: relative
    }

    .new-main-page .section-middle-box .photo-inner-wrap {
        width: 32%;
        position: absolute;
        bottom: 0;
        right: 5%;
        pointer-events: none
    }

    .new-main-page .section-middle-box .title-inner-wrap {
        padding-bottom: 0;
        max-width: 65%;
        margin: 0
    }

    .new-main-page .section-middle-box .title-inner-wrap p {
        max-width: 26.95454545em
    }

    .new-main-page .section-middle-box .menu {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .new-main-page .page-title-box:has(+.section-tile-box) {
        margin-bottom: 0
    }

    .new-main-page .section-exp-box .title-inner-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px;
        margin-bottom: 4rem;
        line-height: 1.5
    }

    .new-main-page .section-exp-box .title-inner-wrap .info-wrap {
        width: calc(50% - 15px);
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .new-main-page .section-exp-box .title-inner-wrap .title-wrap {
        margin: 0;
        width: calc(50% - 15px);
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .new-main-page .section-tiles-box.type-second .item-wrap {
        width: 50%
    }
}

@media (min-width: 768px) and (max-width: 1399px) {
    .new-main-page .section-about-box .photo-inner-wrap {
        width: 40%
    }

    .new-main-page .section-about-box .photo-title-wrap {
        left: auto;
        margin-left: 0;
        right: -5rem
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .new-main-page .section-video-box .info-inner-wrap {
        width: 46rem
    }

    .new-main-page .section-video-box .section-title {
        font-size: 4rem
    }
}

@media (min-width: 1024px) {
    .new-main-page .section-calc-box .total-value.text-smallest {
        font-size: 5rem
    }

    .new-main-page .section-calc-box .slider-calc-wrap {
        padding: 4.8rem;
        min-height: 260px
    }

    .new-main-page .section-calc-box .total-calc-wrap {
        min-height: 260px;
        padding: 3rem 3.5rem
    }

    .new-main-page .section-calc-box .btn {
        min-width: 35.8rem
    }

    .new-main-page .section-calc-box .slider-title {
        margin-bottom: 40px;
        font-size: 3rem;
        line-height: 1.5
    }

    .new-main-page .section-calc-box .total-title {
        font-size: 3rem
    }

    .new-main-page .section-calc-box .total-value {
        font-size: 8rem
    }

    .new-main-page .section-info-box {
        font-size: 2.2rem;
        line-height: 1.5
    }

    .new-main-page .section-info-box .box-inner-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 4.2rem 5rem 3rem 5.4rem
    }

    .new-main-page .section-info-box .title-inner-wrap {
        -ms-flex: 1;
        flex: 1;
        padding: 0 30px 0 0
    }

    .new-main-page .section-info-box .arrow-inner-wrap {
        width: 25%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: block;
        padding-right: 30px
    }

    .new-main-page .section-info-box .arrow-inner-wrap .elm-photo {
        max-width: 217px
    }

    .new-main-page .section-info-box .code-inner-wrap {
        width: 500px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: block
    }

    .new-main-page .section-info-box .section-title {
        font-size: 3.8rem;
        line-height: 1.18421053;
        margin-bottom: 20px
    }

    .new-main-page .section-info-box .btn {
        min-width: 35.8rem;
        margin-top: 20px
    }

    .new-main-page .section-video-box .btn {
        min-width: 35.8rem
    }

    .new-main-page .section-about-main-box .box-inner-wrap {
        display: -ms-flexbox;
        display: flex
    }

    .new-main-page .section-about-main-box .items-inner-wrap {
        width: 53%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 24px 0 0;
        margin: 0;
        -ms-flex-order: 1;
        order: 1
    }

    .new-main-page .section-about-main-box .photo-inner-wrap {
        width: 47%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        -ms-flex-order: 2;
        order: 2;
        margin: 0
    }

    .new-main-page .section-about-main-box .photo-inner-wrap .elm-photo {
        aspect-ratio: inherit;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 28px
    }

    .new-main-page .section-about-main-box .items-wrap {
        gap: 24px
    }

    .new-main-page .section-about-main-box .item-wrap {
        width: calc(50% - 12px)
    }

    .new-main-page .section-efficiency-box .page-title-box {
        font-size: 3rem;
        margin-bottom: 6rem
    }

    .new-main-page .section-efficiency-box .photo-inner-wrap .item-tile-efficiency-main {
        font-size: 2.2rem;
        line-height: 1.26;
        text-align: left;
        max-width: 13.63636364em;
        padding-top: 4rem
    }

    .new-main-page .section-efficiency-box .photo-inner-wrap .item-tile-efficiency-main .tile-title {
        font-size: 12rem;
        letter-spacing: -7.2px
    }

    .new-main-page .section-logos-box .item-wrap {
        width: 25%
    }

    .new-main-page .section-connect-box {
        font-size: 28px
    }

    .new-main-page .section-connect-box .box-inner-wrap {
        padding-left: 8rem
    }

    .new-main-page .section-connect-box .section-sticker {
        font-size: 30px
    }

    .new-main-page .section-tiles-box .item-wrap {
        width: 33.33%
    }

    .new-main-page .section-tiles-box .item-wrap.wrap-half {
        width: 50%
    }

    .new-main-page .section-tiles-box .item-wrap.wrap-third {
        width: 33.33%
    }

    .new-main-page .section-tiles-box .item-wrap.wrap-col-2 {
        width: 50%
    }

    .new-main-page .section-tiles-box .wrap-half .item-tile-step-main {
        min-height: 340px
    }

    .new-main-page .section-tiles-box .wrap-half .item-tile-step-main .tile-photo {
        max-width: 350px
    }

    .new-main-page .section-action-box,
    .new-main-page .section-main-box,
    .new-main-page .section-middle-box {
        font-size: 2rem;
        line-height: 1.45
    }

    .new-main-page .section-action-box .box-inner-wrap,
    .new-main-page .section-main-box .box-inner-wrap,
    .new-main-page .section-middle-box .box-inner-wrap {
        padding-right: 3rem;
        padding-bottom: 0;
    }

    .new-main-page .section-action-box .action-inner-wrap,
    .new-main-page .section-main-box .action-inner-wrap,
    .new-main-page .section-middle-box .action-inner-wrap {
        left: 6.7rem
    }

    .new-main-page .section-action-box .section-title,
    .new-main-page .section-main-box .section-title,
    .new-main-page .section-middle-box .section-title {
        margin-bottom: 45px
    }

    .new-main-page .section-action-box .photo-inner-wrap {
        width: 40%
    }

    .new-main-page .section-action-box .box-inner-wrap {
        padding-top: 0
    }

    .new-main-page .section-action-box .title-inner-wrap {
        padding-top: 3rem;
        padding-bottom: 18rem
    }

    .new-main-page .section-action-box .section-title {
        font-size: 3.6rem;
        line-height: 1.24444444;
        letter-spacing: -1.35px
    }

    .new-main-page .section-action-box .menu {
        gap: 10px
    }

    .new-main-page .section-action-box .btn-menu {
        height: 46px;
        border-radius: 23px;
        font-size: 2rem
    }

    .new-main-page .section-middle-box {
        font-size: 2.2rem
    }

    .new-main-page .section-middle-box .box-inner-wrap {
        padding: 5rem 6.7rem
    }

    .new-main-page .section-middle-box .menu {
        gap: 3rem;
        margin-top: 6rem
    }

    .new-main-page .section-middle-box .menu .elm-photo {
        width: 174px
    }

    .new-main-page .section-middle-box .section-title {
        margin-bottom: 3rem
    }

    .new-main-page .more-box {
        margin-top: 4.5rem
    }

    .new-main-page .more-box .btn {
        min-width: 35.8rem
    }

    .new-main-page .box-bg {
        margin: 0;
        padding: 6.7rem;
        border-radius: 3rem
    }

    .new-main-page .page-title-box {
        font-size: 3.2rem;
        line-height: normal;
        margin-bottom: 4.2rem
    }

    .new-main-page .section-exp-box .title-inner-wrap {
        font-size: 2.3rem;
        margin-bottom: 8rem
    }

    .new-main-page .section-exp-box .item-wrap {
        width: 25%;
        padding: 0 10px;
        margin-bottom: 20px
    }

    .new-main-page .section-exp-box .items-wrap {
        margin: 0 -10px -20px
    }

    .new-main-page .section-awards-box .box-inner-wrap {
        display: -ms-flexbox;
        display: flex;
        gap: 9rem;
        position: relative
    }

    .new-main-page .section-awards-box .box-inner-wrap:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 1px;
        background: rgba(193, 217, 244, .5)
    }

    .new-main-page .section-awards-box .items-inner-wrap {
        -ms-flex: 1;
        flex: 1;
        margin: 0
    }

    .new-main-page .section-awards-box .wrap-main {
        margin: 0;
        width: calc(50% - 4.5rem)
    }

    .new-main-page .section-awards-box .wrap-main .item-wrap {
        width: 100%;
        padding: 3rem 0;
        border-bottom: 1px solid rgba(193, 217, 244, .5)
    }

    .new-main-page .section-awards-box .wrap-main .item-wrap:last-child {
        border-bottom: none;
        padding-bottom: 0
    }

    .new-main-page .section-awards-box .wrap-main .item-wrap:first-child {
        padding-top: 0
    }

    .new-main-page .section-awards-box .item-wrap {
        width: 100%;
        padding: 16px 0;
        margin: 0
    }

    .new-main-page .section-awards-box .item-wrap:first-child {
        padding-top: 0
    }

    .new-main-page .section-awards-box .item-wrap:last-child {
        padding-bottom: 0
    }

    .new-main-page .section-awards-box .items-wrap {
        margin: 0
    }
}

@media (min-width: 1024px) and (max-width: 1399px) {
    .new-main-page .section-info-box .arrow-inner-wrap {
        width: 250px
    }

    .new-main-page .section-info-box .code-inner-wrap {
        width: 400px
    }

    .new-main-page .section-info-box .section-title {
        font-size: 3rem
    }

    .new-main-page .section-about-main-box .item-wrap {
        width: 100%
    }

    .new-main-page .section-about-main-box .items-inner-wrap {
        width: 35%
    }

    .new-main-page .section-about-main-box .photo-inner-wrap {
        width: 65%
    }
}

@media (min-width: 1200px) {
    .new-main-page .section-awards-box .wrap-main .item-tile-award {
        font-size: 2.3rem;
        line-height: 1.39130435
    }

    .new-main-page .section-awards-box .wrap-main .item-tile-award .tile-main-title {
        font-size: 4.875rem
    }

    .new-main-page .section-logos-box .item-wrap {
        width: 16.66%
    }

    .new-main-page .section-action-box .section-title {
        font-size: 4.5rem
    }

    .new-main-page .section-tiles-box .item-wrap {
        width: 20%;
    }

    .new-main-page .section-tiles-box.six-items .item-wrap {
        width: 16.6%;
    }

    .new-main-page .page-title-box {
        font-size: 4rem
    }
}

.header-main .header-nav-panel,
.header-main .header-site-panel {
    display: none
}

@media (max-width: 1024px) {
    .wrap:has(.header-main) {
        padding-top: 80px
    }

    .wrap:has(.header-main) .header-main {
        position: fixed;
        top: 0;
        left: 0;
        right: 0
    }

    .wrap:has(.header-main) .header-main .menu-inner-wrap .popup-content-block {
        top: 64px;
        max-height: calc(100dvh - 64px);
        z-index: -1
    }

    .header-main .header-main-panel {
        padding: 0;
        display: block;
        box-shadow: 0 4px 9.8px 0 rgba(0, 0, 0, .15)
    }

    .header-main .header-main-panel .inner-wrap {
        display: -ms-flexbox;
        display: flex;
        height: 64px;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header-main .header-main-panel .menu-inner-wrap {
        display: block;
        padding: 0;
        width: 40px;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px
    }

    .header-main .header-main-panel .menu-inner-wrap .popup-content-block {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 20;
        padding: 24px 0;
        background: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .header-main .header-main-panel .menu-inner-wrap .popup-content-block::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .header-main .header-main-panel .menu-inner-wrap .menu {
        display: block
    }

    .header-main .header-main-panel .menu-inner-wrap .btn-menu {
        padding: 12px 40px;
        font-size: 16px;
        line-height: normal;
        height: auto;
        white-space: normal
    }

    .header-main .header-main-panel .menu-inner-wrap .btn-menu.active,
    .header-main .header-main-panel .menu-inner-wrap .btn-menu:hover {
        color: #2a61f6
    }

    .header-main .header-main-panel .menu-inner-wrap .btn-popup {
        width: 40px;
        height: 40px;
        display: block
    }

    .header-main .header-main-panel .menu-inner-wrap .btn-action-ico.ico-menu:after,
    .header-main .header-main-panel .menu-inner-wrap .btn-action-ico.ico-menu:before {
        background-size: 40px auto
    }

    .header-main .header-main-panel .menu-inner-wrap .actions-wrap {
        display: block;
        padding: 50px 40px 0
    }

    .header-main .header-main-panel .menu-inner-wrap .actions-wrap .btn {
        height: 48px;
        border-radius: 24px;
        padding: 0 24px;
        font-size: 16px;
        min-width: 120px
    }

    .header-main .header-main-panel .menu-inner-wrap .action-wrap {
        padding: 0;
        margin: 0 0 14px
    }

    .header-main .header-main-panel .menu-inner-wrap .action-wrap:last-child {
        margin-bottom: 0
    }

    .header-main .header-main-panel .open .submenu-inner-wrap {
        display: block
    }

    .header-main .header-main-panel .submenu-inner-wrap {
        display: none;
        margin: 0 20px;
        width: auto;
        padding: 0 20px;
        border-bottom: 1px solid #ccc;
        animation: a ease .2s;
        margin-bottom: 30px
    }

    .header-main .header-main-panel .submenu-inner-wrap .submenu {
        padding-bottom: 20px
    }

    .header-main .header-main-panel .submenu-inner-wrap .action-wrap {
        margin: 0 -20px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .header-main .header-main-panel .submenu-inner-wrap .btn-submenu {
        font-size: 16px;
        font-weight: 500;
        padding: 10px 0
    }

    .header-main .header-main-panel .logo-inner-wrap {
        width: 99px
    }

    .header-main .header-main-panel .actions-inner-wrap {
        display: none
    }

    .header-main .header-main-panel .menu-inner-wrap .btn-menu.active,
    .header-main .header-main-panel .menu-inner-wrap .btn-menu:hover,
    .header-main .header-main-panel .menu-inner-wrap li.open > .btn-menu,
    .header-main .header-main-panel .menu-inner-wrap li:hover > .btn-menu {
        color: #2a61f6
    }
}

@media (max-width: 639px) {
    .footer-main {
        text-align: left
    }

    .footer-main .inner-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 46px;
        padding-bottom: 46px
    }

    .footer-main .info-inner-wrap {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px
    }

    .footer-main .menu-inner-wrap {
        -ms-flex-order: 2;
        order: 2;
        text-align: left;
        color: #21212D
    }

    .footer-main .menu-wrap {
        text-align: left;
        margin-bottom: 45px
    }

    .footer-main .menu-wrap:last-child {
        margin-bottom: 0
    }

    .footer-main .menu-title {
        margin-bottom: 5px
    }

    .footer-main .logo-wrap {
        width: 141px
    }

    .footer-main .info-wrap,
    .footer-main .logo-wrap,
    .footer-main .soc-wrap {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0
    }

    .footer-main .info-wrap {
        width: 100%;
        text-align: left;
        padding: 8px 0 0;
        font-size: 13px;
        color: #8a7dad;
        letter-spacing: -.39px
    }

    .footer-main .info-wrap a:not(:hover) {
        color: inherit
    }
}

@media (min-width: 1024px) {
    .header-main {
        box-shadow: 0 4px 9.8px 0 rgba(0, 0, 0, .15)
    }

    .header-main .header-main-panel .menu-inner-wrap {
        padding-right: 4.2rem
    }

    .header-main .header-main-panel .menu-inner-wrap .menu {
        -ms-flex: 1;
        flex: 1;
        max-width: 680px
    }

    .header-main .header-main-panel .menu-inner-wrap .actions-wrap,
    .header-main .header-main-panel .menu-inner-wrap .btn-popup {
        display: none
    }

    .header-main .header-main-panel .actions-inner-wrap .btn {
        border-radius: 30px;
        padding: 0 30px;
        font-size: 16px
    }

    .header-main .header-main-panel .action-wrap {
        padding-left: 2.2rem
    }

    .footer-main .inner-wrap {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer-main .menu-inner-wrap {
        max-width: 870px;
        padding-top: 3rem;
        color: #21212D;
    }

    .footer-main .logo-wrap {
        margin-bottom: 20px
    }

    .footer-main .soc-wrap {
        margin-bottom: 15px
    }

    .footer-main .info-wrap {
        color: #8a7dad;
        font-size: 13px;
        letter-spacing: -.39px
    }

    .footer-main .menu-wrap {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 29%
    }

    .footer-main .menu-wrap:nth-child(2n) {
        width: 27%
    }

    .footer-main .menu-wrap:nth-child(3n) {
        width: 44%
    }
}

@media (min-width: 1024px) and (max-width: 1399px) {
    .header-main .header-main-panel .menu-inner-wrap .menu {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

/* new styles 10.2025 */
.new-main-page {
    letter-spacing: normal;
}

.new-main-page .text-nowrap {
    white-space: nowrap;
}

.new-main-page .section-video-box .page-title-box {
    font-weight: 400;
}

.new-main-page .section-middle-box .section-title {
    font-weight: bold;
}

.new-main-page .item-tile-about-main:hover {
    background: #ebf2fb;
}

.new-main-page .item-tile-efficiency-main .tile-title {
    font-weight: bold;
}

.new-main-page .item-tile-award .tile-main-title {
    color: #9289AB;
}

.new-main-page .section-action-box .photo01 {
    aspect-ratio: 80/40;
}

.new-main-page .section-action-box .photo02 {
    aspect-ratio: 76/40;
}

.new-main-page .section-action-box .photo03 {
    aspect-ratio: 85/40;
}

.new-main-page .section-action-box .photo04 {
    aspect-ratio: 69/40;
}

.new-main-page .section-connect-box .btn {
    width: auto;
    min-width: 275px;
}

.new-main-page .section-connect-box .btn:not(:hover) {
    background-color: #1742B8;
    border-color: #1742B8;
}

.new-main-page .section-action-box .photo-inner-wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 10px;
    background: url(../img/new/ai.svg) center no-repeat;
    background-size: 92px auto;
}

@media (max-width: 1199px) {
    .new-main-page .item-tile-award .tile-title br {
        display: none;
    }
}

@media (max-width: 1023px) {
    .new-main-page .section-tiles-box.type-second {
        margin-bottom: 40px;
    }

    .new-main-page .section-tiles-box.type-second .more-box {
        padding-top: 15px;
    }

    .new-main-page .section-action-box .section-title .text-att {
        display: inline;
    }

    .new-main-page .more-box {
        text-align: center;
    }

    .new-main-page .more-box .btn {
        width: auto;
        min-width: 275px;
    }
}

@media (max-width: 767px) {
    .new-main-page .section-calc-box .slider-form {
        padding: 0 15px;
    }

    .new-main-page .section-connect-box .section-sticker {
        bottom: auto;
        top: -15px;
        margin: 0;
    }

    .new-main-page .section-connect-box .elm-photo {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (max-width: 639px) {
    .new-main-page .section-main-box .title-inner-wrap {
        margin-bottom: 15px;
    }

    .new-main-page .section-awards-box {
        padding-top: 15px;
    }

    .new-main-page .section-exp-box .items-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .new-main-page .section-exp-box .item-wrap:nth-child(2) {
        -ms-flex-order: 3;
        order: 3;
    }

    .new-main-page .item-tile-step-main .tile-info {
        max-width: 15em;
    }

    .new-main-page .item-tile-efficiency-main .tile-title-wrap {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .new-main-page .section-tiles-box.type-second .more-box {
        padding-top: 15px;
    }

    .new-main-page .section-tiles-box.type-second .items-wrap {
        margin-left: -20px;
        margin-right: -20px;
    }

    .new-main-page .section-tiles-box.type-second .item-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .new-main-page .section-awards-box .wrap-main {
        width: calc(52% - 4.5rem);
        -ms-flex: 0 0 calc(52% - 4.5rem);
        flex: 0 0 calc(52% - 4.5rem);
    }

    .new-main-page .section-awards-box .wrap-main .item-wrap:nth-child(2) .tile-title {
        max-width: 15.65217391em;
    }

    .new-main-page .section-awards-box .wrap-main + .items-inner-wrap .item-tile-award .tile-title {
        max-width: 15em;
    }

    .new-main-page .section-exp-box .item-wrap {
        width: 22.5%;
    }

    .new-main-page .section-exp-box .item-wrap + .item-wrap {
        width: 22.5%;
    }

    .new-main-page .section-exp-box .item-wrap + .item-wrap + .item-wrap {
        width: 24%;
    }

    .new-main-page .section-exp-box .item-wrap + .item-wrap + .item-wrap + .item-wrap {
        width: 31%;
    }

    .new-main-page .section-middle-box .section-title {
        margin-left: 0;
        margin-right: -2em;
    }

    .new-main-page .section-main-box p {
        max-width: 31.6em;
        letter-spacing: normal;
    }

    .new-main-page .section-connect-box .elm-photo {
        margin-left: -60px;
        margin-right: -20px;
        margin-bottom: -60px;
    }

    .new-main-page .section-action-box .photo-inner-wrap:after {
        background-size: 25.5% auto;
        right: 20px;
        bottom: 20px;
    }

    .new-main-page .more-box .btn,
    .new-main-page .section-action-box .btn,
    .new-main-page .section-main-box .btn,
    .new-main-page .section-connect-box .btn {
        min-width: 30.8rem; /* info: 35.8 */
    }

    .new-main-page .item-tile-award {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .new-main-page .item-tile-award .tile-main-title {
        margin-left: 0;
        margin-right: 0;
    }

    .new-main-page .item-tile-efficiency-main .tile-info {
        max-width: 11.59090909em;
    }
}

@media (min-width: 1400px) {
    .new-main-page .section-connect-box .btn {
        min-width: 46rem;
    }

    .new-main-page .section-exp-box .items-wrap {
        padding-left: 2rem;
        margin-right: -7rem;
    }

    .new-main-page .section-action-box .box-inner-wrap {
        padding-bottom: 0;
    }

    .new-main-page .item-tile-exp .tile-main-title {
        font-size: 3.66666667em;
        margin-right: 0;
    }
}

/* end new styles 10.2025 */
@media (min-width: 1024px) {
    .new-main-page .section-about-main-box .box-inner-wrap {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .new-main-page .section-about-main-box .photo-inner-wrap .elm-photo {
        aspect-ratio: 629/579;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }
}

@media (min-width: 1024px) and (max-width: 1399px) {
    .new-main-page .section-about-main-box .photo-inner-wrap {
        width: 55%;
    }

    .new-main-page .section-about-main-box .items-inner-wrap {
        width: 45%;
    }
}


/* region */
/*info: -> added rules*/

/* labels */
.item-wrap .label span {
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
}

/* timeline */
.section-about-main-box.tm{
    background: #F4F0FF;
    border-radius: 30px;
    padding: 35px 26px;
}

.timeline {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 80px 0;
}

/* линия */
.timeline::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: #CB7C9C;
    transform: translateY(-50%);
}

/* точки */
.timeline__point {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
}

.timeline__point::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #CB7C9C;
    transform: translateY(-50%);
}

/* вынос текста вверх/вниз “змейкой” */
.timeline__point:nth-child(odd) .timeline__text {
    transform: translateY(-80px);
}

.timeline__point:nth-child(even) .timeline__text {
    transform: translateY(80px);
}

.timeline__point--cta .timeline__button {
    transform: translateY(-80px);
}

.timeline__text {
    max-width: 260px;
    text-align: center;
    color: #425164;
    line-height: 1.35;
    hyphens: auto;
    font-size: 0.8em;
}

/* mobile timeline: вертикально */
@media (max-width: 768px) {
    .timeline {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 0 0 20px;
    }

    .timeline::before {
        left: 10px;
        right: auto;
        top: 0;
        bottom: 0;
        width: 2px;
        height: auto;
        transform: none;
    }

    .timeline__point {
        width: 100%;
        justify-content: flex-start;
        padding: 22px 0;
    }

    .timeline__point::before {
        left: 0;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .timeline__text {
        margin-left: 32px;
        text-align: left;
        transform: none !important; /* убираем “змейку” */
        max-width: 100%;
    }
}

.timeline__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    padding: 13px 32px;
    border-radius: 999px;
    background-color: #CB7C9C;
    border-color: #CB7C9C;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease;
}

.timeline__button:hover {
    background-color: #8E62EF;
    border-color: #8E62EF;
    color: #fff;
}

@media (max-width: 768px) {
    .timeline__point--cta {
        margin-top: 16px;
    }

    .timeline__button {
        width: 100%;
        justify-content: center;
    }

    .timeline__point--cta .timeline__button {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {
    .timeline__text {
        font-size: 1.2em;
    }
    .timeline__button{
        font-size: 1.2em;
    }
}


/* main-page btn */
.first-btn {
    margin-right: 1em;
}

@media (max-width: 466px) {
    .first-btn {
        margin-right: 0;
        margin-bottom: 1em;
    }
}

/* main-page menu */
#menu {
    margin-bottom: 0.5em !important;
}


/* контейнер */
.logo-marquee {
    overflow: hidden;
    width: 100%;
}

/*!* дорожка *!*/
.logo-marquee__track {
    display: flex;
    align-items: center;
    gap: 48px;
    width: 100%;
    /*width: max-content;*/
    will-change: transform;
    animation: marquee var(--marquee-duration, 30s) linear infinite;
    margin: 10px 0;
}

/*!* едем ровно на ширину оригинального набора *!*/
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-1 * var(--marquee-half, 0px)));
    }
}

/* пауза при наведении */
.logo-marquee:hover .logo-marquee__track {
    animation-play-state: paused;
}

/* карточка */
.logo-item {
    position: relative;
    width: 120px;
    height: 120px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-decoration: none;
    transform: translateY(0);
    transition: transform .25s ease, box-shadow .25s ease;
    box-shadow: 0 4px 9px 0 rgba(102,94,111,0.15);
    border-radius: 25px;
}

.logo-item:hover {
    transform: translateY(-4px);
    /*box-shadow: 0 12px 30px rgba(0,0,0,.12);*/
}

/* логотип по центру */
.logo-item img {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
    display: block;
}

/* тег в левом верхнем углу */
.logo-tag {
    position: absolute;
    top: 8px;
    left: 8px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;

    padding: 4px 8px;
    border-radius: 999px;
    color: #fff;

    pointer-events: none;
}

/* адаптив */
@media (max-width: 768px) {
    .logo-marquee__track {
        gap: 24px;
        --marquee-duration: 20s;
    }

    .logo-item {
        width: 96px;
        height: 96px;
    }
}

/* section-action-box */
.section-action-box .tile-row {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    flex-shrink: 0;
    gap: 26px;
}

.section-action-box .tile-row .tile-ico {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.section-action-box .tile-row .tile-title {
    display: block;
}

@media (min-width: 1024px) {
    .section-action-box .tile-row {
        gap: 3rem;
    }
}


/* slider */
.cases-slider {
    position: relative;
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    gap: 12px;
}

.cases-slider__viewport {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    overflow-y: hidden;
    /*touch-action: pan-x;           !* важно: вертикальный “пан” отдаём странице *!*/
    overscroll-behavior: auto;     /* не блокируем общий скролл */
}

.cases-slider__viewport::-webkit-scrollbar {
    display: none;
}

/* Chrome/Safari */

.cases-slider .items-wrap {
    display: flex;
    gap: 20px;
    padding: 6px 2px; /* чтобы тени/ховеры не обрезались */
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
}

.cases-slider .item-wrap {
    flex: 0 0 360px; /* ширина карточки */
    scroll-snap-align: start;
}

/* кнопки */
.cases-slider__btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .15);
    background: #fff;
    cursor: pointer;
}

 #cases {
        margin-top: 7rem!important;
        margin-bottom: 13rem;
    }

/* mobile: убираем кнопки, оставляем свайп */
@media (max-width: 768px) {
    .cases-slider {
        grid-template-columns: 1fr;
    }

    .cases-slider__btn {
        display: none;
    }

    .cases-slider .item-wrap {
        flex-basis: 85vw; /* чтобы видно было “следующую” карточку */
    }
}

.hero-action-note {
    width: 100%;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.4;
    color: #6d6d7a;
    text-align: left;
}

.section-subtitle {
    margin-top: 10px;
    max-width: 62rem;
    color: #52525f;
}

.new-main-page .item-tile-step-main .service-points {
    margin: 12px 0 0;
    padding-left: 18px;
    max-width: 60%;
    font-size: 1.05em;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.new-main-page .item-tile-step-main .service-points li {
    margin: 0;
}

.new-main-page .section-tiles-box.services-flow {
    position: relative;
    z-index: 1;
    isolation: isolate;
}

.new-main-page .section-tiles-box.services-flow:before,
.new-main-page .section-tiles-box.services-flow:after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    z-index: -1;
}

.new-main-page .section-tiles-box.services-flow:before {
    width: 300px;
    height: 300px;
    left: -110px;
    top: 30px;
    background:
        radial-gradient(circle at 50% 50%, rgba(142, 98, 239, .16) 0%, rgba(142, 98, 239, 0) 72%),
        repeating-radial-gradient(circle at 50% 50%, rgba(142, 98, 239, .14) 0 1px, rgba(255, 255, 255, 0) 1px 18px);
}

.new-main-page .section-tiles-box.services-flow:after {
    width: 340px;
    height: 340px;
    right: -128px;
    bottom: 60px;
    background:
        radial-gradient(circle at 50% 50%, rgba(106, 164, 248, .14) 0%, rgba(106, 164, 248, 0) 74%),
        repeating-radial-gradient(circle at 50% 50%, rgba(106, 164, 248, .14) 0 1px, rgba(255, 255, 255, 0) 1px 20px);
}

.new-main-page .section-tiles-box.services-flow .services-flow__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.new-main-page .section-tiles-box.services-flow .services-flow-card {
    --flow-accent-rgb: 142, 98, 239;
    position: relative;
    overflow: hidden;
    border: 1px solid #e8e5f5;
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(29, 25, 61, .07);
    padding: 22px 20px 20px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 20px;
    background:
        radial-gradient(210px 130px at 106% 6%, rgba(var(--flow-accent-rgb), .14) 0%, rgba(var(--flow-accent-rgb), 0) 74%),
        linear-gradient(180deg, #fff 0%, #fcfbff 100%);
}

.new-main-page .section-tiles-box.services-flow .services-flow-card:nth-child(2) {
    --flow-accent-rgb: 106, 164, 248;
}

.new-main-page .section-tiles-box.services-flow .services-flow-card:nth-child(3) {
    --flow-accent-rgb: 242, 154, 169;
}

.new-main-page .section-tiles-box.services-flow .services-flow-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 6px;
    border-radius: 24px 24px 0 0;
    background: linear-gradient(90deg, #8E62EF 0%, #6AA4F8 100%);
}

.new-main-page .section-tiles-box.services-flow .services-flow-card:nth-child(2):before {
    background: linear-gradient(90deg, #6AA4F8 0%, #79C7FF 100%);
}

.new-main-page .section-tiles-box.services-flow .services-flow-card:nth-child(3):before {
    background: linear-gradient(90deg, #F29AA9 0%, #F4B8B2 100%);
}

.new-main-page .section-tiles-box.services-flow .services-flow-card:after {
    content: "";
    position: absolute;
    width: 188px;
    height: 188px;
    right: -82px;
    bottom: -90px;
    border-radius: 50%;
    border: 1px solid rgba(var(--flow-accent-rgb), .22);
    box-shadow:
        0 0 0 24px rgba(var(--flow-accent-rgb), .09),
        0 0 0 48px rgba(var(--flow-accent-rgb), .05);
    pointer-events: none;
}

.new-main-page .section-tiles-box.services-flow .services-flow-card__intro,
.new-main-page .section-tiles-box.services-flow .services-flow-card__details {
    position: relative;
    z-index: 2;
}

.new-main-page .section-tiles-box.services-flow .services-flow-card__step {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: rgba(var(--flow-accent-rgb), .11);
    color: #5b5b79;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
}

.new-main-page .section-tiles-box.services-flow .services-flow-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.new-main-page .section-tiles-box.services-flow .services-flow-card__title {
    margin: 0;
    color: #2b2b43;
    font-size: 42px;
    line-height: 1.05;
    letter-spacing: -.7px;
}

.new-main-page .section-tiles-box.services-flow .services-flow-card__icon {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    border-radius: 14px;
    border: 1px solid rgba(var(--flow-accent-rgb), .16);
    background: rgba(var(--flow-accent-rgb), .09);
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-main-page .section-tiles-box.services-flow .services-flow-card__icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.new-main-page .section-tiles-box.services-flow .services-flow-card__description {
    margin: 12px 0 0;
    color: #54546a;
    font-size: 24px;
    line-height: 1.3;
}

.new-main-page .section-tiles-box.services-flow .services-flow-card__details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
}

.new-main-page .section-tiles-box.services-flow .services-flow-card__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.new-main-page .section-tiles-box.services-flow .services-flow-card__list li {
    position: relative;
    padding-left: 20px;
    color: #565673;
    font-size: 22px;
    line-height: 1.34;
}

.new-main-page .section-tiles-box.services-flow .services-flow-card__list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .53em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(var(--flow-accent-rgb));
}

.new-main-page .section-tiles-box.services-flow .services-flow-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(var(--flow-accent-rgb), .23);
    background: rgba(var(--flow-accent-rgb), .10);
    color: #5b5b79;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    transition: all .2s ease;
}

.new-main-page .section-tiles-box.services-flow .services-flow-card__cta:hover {
    color: #fff;
    border-color: rgba(var(--flow-accent-rgb), .92);
    background: rgba(var(--flow-accent-rgb), .92);
}

.new-main-page .section-tiles-box.services-flow .services-flow-card__cta-arrow {
    font-size: 22px;
    line-height: 1;
    transition: transform .2s ease;
}

.new-main-page .section-tiles-box.services-flow .services-flow-card__cta:hover .services-flow-card__cta-arrow {
    transform: translateX(2px);
}

@media (max-width: 1023px) {
    .new-main-page .section-tiles-box.services-flow .services-flow-card {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .new-main-page .section-tiles-box.services-flow .services-flow-card__title {
        font-size: 36px;
    }

    .new-main-page .section-tiles-box.services-flow .services-flow-card__description {
        font-size: 22px;
    }

    .new-main-page .section-tiles-box.services-flow .services-flow-card__list li {
        font-size: 20px;
    }
}

.new-main-page .section-why-us {
    position: relative;
    margin-bottom: var(--sectionMargin);
    isolation: isolate;
}

.new-main-page .section-why-us:before,
.new-main-page .section-why-us:after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    z-index: -1;
}

.new-main-page .section-why-us:before {
    width: 320px;
    height: 320px;
    left: -120px;
    top: 70px;
    background:
        radial-gradient(circle at 50% 50%, rgba(142, 98, 239, .16) 0%, rgba(142, 98, 239, 0) 74%),
        repeating-radial-gradient(circle at 50% 50%, rgba(142, 98, 239, .14) 0 1px, rgba(255, 255, 255, 0) 1px 18px);
}

.new-main-page .section-why-us:after {
    width: 360px;
    height: 360px;
    right: -130px;
    bottom: 24px;
    background:
        radial-gradient(circle at 50% 50%, rgba(106, 164, 248, .14) 0%, rgba(106, 164, 248, 0) 74%),
        repeating-radial-gradient(circle at 50% 50%, rgba(106, 164, 248, .14) 0 1px, rgba(255, 255, 255, 0) 1px 20px);
}

.new-main-page .section-why-us .why-us-title-box {
    margin-bottom: 20px;
}

.new-main-page .section-why-us .section-subtitle {
    max-width: 84rem;
}

.new-main-page .section-why-us .why-us-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.new-main-page .section-why-us .why-us-metric {
    position: relative;
    overflow: hidden;
    border: 1px solid #e8e5f5;
    border-radius: 20px;
    background:
        radial-gradient(150px 90px at 120% -20%, rgba(142, 98, 239, .12) 0%, rgba(142, 98, 239, 0) 74%),
        linear-gradient(180deg, #fff 0%, #fcfbff 100%);
    padding: 18px 16px 16px;
    min-height: 122px;
}

.new-main-page .section-why-us .why-us-metric__value {
    color: #25253a;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.6px;
    margin-bottom: 8px;
}

.new-main-page .section-why-us .why-us-metric__label {
    color: #5b5b79;
    font-size: 18px;
    line-height: 1.28;
}

.new-main-page .section-why-us .why-us-logos {
    margin-bottom: 18px;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

.new-main-page .section-why-us .why-us-logos .logo-marquee__track {
    margin: 0;
    --marquee-duration: 28s;
}

.new-main-page .section-why-us .why-us-logos .logo-item {
    width: 110px;
    height: 110px;
    border-radius: 22px;
}

.new-main-page .section-why-us .why-us-logos__track {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.new-main-page .section-why-us .why-us-logos__item {
    height: 76px;
    border-radius: 14px;
    border: 1px solid #ece9f8;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.new-main-page .section-why-us .why-us-logos__item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.new-main-page .section-why-us .why-us-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.new-main-page .section-why-us .why-us-card {
    position: relative;
    overflow: hidden;
    min-height: 185px;
    border-radius: 20px;
    border: 1px solid #e8e5f5;
    box-shadow: 0 12px 30px rgba(29, 25, 61, .06);
    padding: 18px 16px;
    background:
        radial-gradient(130px 86px at 108% 6%, rgba(142, 98, 239, .12) 0%, rgba(142, 98, 239, 0) 74%),
        linear-gradient(180deg, #fff 0%, #fcfbff 100%);
}

.new-main-page .section-why-us .why-us-card:nth-child(2) {
    background:
        radial-gradient(130px 86px at 108% 6%, rgba(106, 164, 248, .13) 0%, rgba(106, 164, 248, 0) 74%),
        linear-gradient(180deg, #fff 0%, #fcfbff 100%);
}

.new-main-page .section-why-us .why-us-card:nth-child(3) {
    background:
        radial-gradient(130px 86px at 108% 6%, rgba(242, 154, 169, .13) 0%, rgba(242, 154, 169, 0) 74%),
        linear-gradient(180deg, #fff 0%, #fcfbff 100%);
}

.new-main-page .section-why-us .why-us-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 5px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(90deg, #8E62EF 0%, #6AA4F8 100%);
}

.new-main-page .section-why-us .why-us-card:nth-child(2):before {
    background: linear-gradient(90deg, #6AA4F8 0%, #79C7FF 100%);
}

.new-main-page .section-why-us .why-us-card:nth-child(3):before {
    background: linear-gradient(90deg, #F29AA9 0%, #F4B8B2 100%);
}

.new-main-page .section-why-us .why-us-card__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3efff;
    margin-bottom: 12px;
}

.new-main-page .section-why-us .why-us-card__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.new-main-page .section-why-us .why-us-card__text {
    color: #42425d;
    font-size: 20px;
    line-height: 1.35;
}

@media (max-width: 1023px) {
    .new-main-page .section-why-us .why-us-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .new-main-page .section-why-us .why-us-logos__track {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .new-main-page .section-why-us .why-us-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .new-main-page .section-why-us .why-us-card:last-child {
        grid-column: 1 / -1;
    }
}

.new-main-page .section-tiles-box.services-cards .items-wrap {
    margin: 0 -8px -16px;
}

.new-main-page .section-tiles-box.services-cards {
    position: relative;
    z-index: 1;
}

.new-main-page .section-tiles-box.services-cards:before,
.new-main-page .section-tiles-box.services-cards:after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
    border-radius: 50%;
}

.new-main-page .section-tiles-box.services-cards:before {
    width: 260px;
    height: 260px;
    left: -120px;
    top: 40px;
    background: radial-gradient(circle, rgba(142, 98, 239, .16) 0%, rgba(142, 98, 239, 0) 72%);
}

.new-main-page .section-tiles-box.services-cards:after {
    width: 300px;
    height: 300px;
    right: -120px;
    bottom: 70px;
    background: radial-gradient(circle, rgba(106, 164, 248, .14) 0%, rgba(106, 164, 248, 0) 74%);
}

.new-main-page .section-tiles-box.services-cards .item-wrap {
    padding: 0 8px;
    margin-bottom: 16px;
}

.new-main-page .section-tiles-box.services-cards .service-text-card {
    --service-ring-rgb: 142, 98, 239;
    position: relative;
    height: 100%;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid #e8e5f5;
    background:
        radial-gradient(180px 120px at 108% 4%, rgba(var(--service-ring-rgb), .14) 0%, rgba(var(--service-ring-rgb), 0) 70%),
        linear-gradient(180deg, #fff 0%, #fcfbff 100%);
    box-shadow: 0 14px 34px rgba(31, 26, 65, .06);
    padding: 28px 24px 20px;
}

.new-main-page .section-tiles-box.services-cards .item-wrap:nth-child(2) .service-text-card {
    --service-ring-rgb: 106, 164, 248;
}

.new-main-page .section-tiles-box.services-cards .item-wrap:nth-child(3) .service-text-card {
    --service-ring-rgb: 242, 154, 169;
}

.new-main-page .section-tiles-box.services-cards .service-text-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 6px;
    border-radius: 24px 24px 0 0;
    background: linear-gradient(90deg, #8E62EF 0%, #6AA4F8 100%);
    z-index: 3;
}

.new-main-page .section-tiles-box.services-cards .service-text-card:after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -86px;
    bottom: -110px;
    border-radius: 50%;
    border: 1px solid rgba(var(--service-ring-rgb), .22);
    box-shadow:
        0 0 0 32px rgba(var(--service-ring-rgb), .10),
        0 0 0 64px rgba(var(--service-ring-rgb), .06);
    pointer-events: none;
    z-index: 1;
}

.new-main-page .section-tiles-box.services-cards .item-wrap:nth-child(2) .service-text-card:before {
    background: linear-gradient(90deg, #6AA4F8 0%, #79C7FF 100%);
}

.new-main-page .section-tiles-box.services-cards .item-wrap:nth-child(3) .service-text-card:before {
    background: linear-gradient(90deg, #F29AA9 0%, #F4B8B2 100%);
}

.new-main-page .section-tiles-box.services-cards .service-text-card__head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.new-main-page .section-tiles-box.services-cards .service-text-card__title {
    margin: 0;
    color: #2b2b43;
    font-size: 32px;
    line-height: 1.14;
    letter-spacing: -.5px;
}

.new-main-page .section-tiles-box.services-cards .service-text-card__icon {
    position: relative;
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    border-radius: 14px;
    background: rgba(var(--service-ring-rgb), .08);
    border: 1px solid rgba(var(--service-ring-rgb), .14);
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-main-page .section-tiles-box.services-cards .service-text-card__icon:before {
    content: "";
    position: absolute;
    inset: -18px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--service-ring-rgb), .18) 0%, rgba(var(--service-ring-rgb), 0) 72%);
    z-index: -1;
    pointer-events: none;
}

.new-main-page .section-tiles-box.services-cards .service-text-card__icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: saturate(1.08);
}

.new-main-page .section-tiles-box.services-cards .service-text-card__description {
    position: relative;
    z-index: 2;
    color: #54546a;
    font-size: 24px;
    line-height: 1.34;
}

.new-main-page .section-tiles-box.services-cards .service-text-card__list {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.new-main-page .section-tiles-box.services-cards .service-text-card__list li {
    position: relative;
    padding-left: 20px;
    color: #565673;
    font-size: 20px;
    line-height: 1.38;
}

.new-main-page .section-tiles-box.services-cards .service-text-card__list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .52em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8E62EF;
}

.new-main-page .section-tiles-box.services-cards .item-wrap:nth-child(2) .service-text-card__list li:before {
    background: #6AA4F8;
}

.new-main-page .section-tiles-box.services-cards .item-wrap:nth-child(3) .service-text-card__list li:before {
    background: #F29AA9;
}

.new-main-page .section-tiles-box.services-cards .service-text-card__actions {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid #ebe8f8;
}

.new-main-page .section-tiles-box.services-cards .service-text-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #5b5b79;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(var(--service-ring-rgb), .2);
    background: rgba(var(--service-ring-rgb), .08);
    transition: all .2s ease;
}

.new-main-page .section-tiles-box.services-cards .service-text-card__cta:hover {
    color: #fff;
    background: rgba(var(--service-ring-rgb), .92);
    border-color: rgba(var(--service-ring-rgb), .92);
}

.new-main-page .section-tiles-box.services-cards .service-text-card__cta-arrow {
    font-size: 22px;
    line-height: 1;
    transition: transform .2s ease;
}

.new-main-page .section-tiles-box.services-cards .service-text-card__cta:hover .service-text-card__cta-arrow {
    transform: translateX(2px);
}

.new-main-page .page-title-box.pricing-title-box {
    isolation: isolate;
}

.new-main-page .page-title-box.pricing-title-box .section-subtitle {
    margin-top: 12px;
    max-width: 92rem;
    font-size: clamp(20px, 2.3vw, 34px);
    line-height: 1.28;
    font-weight: 500;
    color: #53536a;
    letter-spacing: -.01em;
}

.new-main-page .page-title-box.pricing-title-box:after {
    content: "";
    position: absolute;
    right: 2%;
    top: -36px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
    opacity: .38;
    transform: rotate(24deg);
    background:
        radial-gradient(circle at 50% 50%, rgba(212, 209, 220, .22) 0%, rgba(212, 209, 220, 0) 72%),
        repeating-radial-gradient(circle at 50% 50%, rgba(190, 186, 202, .42) 0 1px, rgba(255, 255, 255, 0) 1px 14px);
}

.new-main-page .section-tiles-box.pricing-cards {
    position: relative;
    z-index: 1;
    isolation: isolate;
}

.new-main-page .section-tiles-box.pricing-cards:before,
.new-main-page .section-tiles-box.pricing-cards:after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    z-index: -1;
}

.new-main-page .section-tiles-box.pricing-cards:before {
    width: 300px;
    height: 300px;
    left: -68px;
    top: 6px;
    opacity: .7;
    background:
        radial-gradient(circle at 50% 50%, rgba(142, 98, 239, .16) 0%, rgba(142, 98, 239, 0) 72%),
        repeating-radial-gradient(circle at 50% 50%, rgba(142, 98, 239, .16) 0 1px, rgba(255, 255, 255, 0) 1px 18px);
}

.new-main-page .section-tiles-box.pricing-cards:after {
    width: 340px;
    height: 340px;
    right: -108px;
    bottom: 56px;
    opacity: .66;
    background:
        radial-gradient(circle at 50% 50%, rgba(106, 164, 248, .14) 0%, rgba(106, 164, 248, 0) 74%),
        repeating-radial-gradient(circle at 50% 50%, rgba(106, 164, 248, .14) 0 1px, rgba(255, 255, 255, 0) 1px 20px);
}

.new-main-page .section-tiles-box.pricing-cards .items-wrap {
    position: relative;
    z-index: 2;
    margin: 0 -8px -16px;
}

.new-main-page .section-tiles-box.pricing-cards .item-wrap {
    padding: 0 8px;
    margin-bottom: 16px;
}

.new-main-page .section-tiles-box.pricing-cards .pricing-card {
    --pricing-accent-rgb: 142, 98, 239;
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 320px;
    border: 1px solid #e8e5f5;
    border-radius: 24px;
    box-shadow: 0 14px 36px rgba(29, 25, 61, .07);
    padding: 30px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    background:
        radial-gradient(200px 130px at 106% 4%, rgba(var(--pricing-accent-rgb), .14) 0%, rgba(var(--pricing-accent-rgb), 0) 70%),
        linear-gradient(180deg, #fff 0%, #fcfbff 100%);
    transition: transform .22s ease, box-shadow .22s ease;
}

.new-main-page .section-tiles-box.pricing-cards .item-wrap:nth-child(2) .pricing-card {
    --pricing-accent-rgb: 106, 164, 248;
}

.new-main-page .section-tiles-box.pricing-cards .item-wrap:nth-child(3) .pricing-card {
    --pricing-accent-rgb: 242, 154, 169;
}

.new-main-page .section-tiles-box.pricing-cards .pricing-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 6px;
    border-radius: 24px 24px 0 0;
    background: linear-gradient(90deg, #8E62EF 0%, #6AA4F8 100%);
    z-index: 3;
}

.new-main-page .section-tiles-box.pricing-cards .pricing-card:after {
    content: "";
    position: absolute;
    width: 214px;
    height: 214px;
    right: -90px;
    bottom: -108px;
    border-radius: 50%;
    border: 1px solid rgba(var(--pricing-accent-rgb), .24);
    box-shadow:
        0 0 0 26px rgba(var(--pricing-accent-rgb), .10),
        0 0 0 52px rgba(var(--pricing-accent-rgb), .06);
    pointer-events: none;
    z-index: 1;
}

.new-main-page .section-tiles-box.pricing-cards .pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(29, 25, 61, .11);
}

.new-main-page .section-tiles-box.pricing-cards .item-wrap:nth-child(2) .pricing-card:before {
    background: linear-gradient(90deg, #6AA4F8 0%, #79C7FF 100%);
}

.new-main-page .section-tiles-box.pricing-cards .item-wrap:nth-child(3) .pricing-card:before {
    background: linear-gradient(90deg, #F29AA9 0%, #F4B8B2 100%);
}

.new-main-page .section-tiles-box.pricing-cards .pricing-card__head,
.new-main-page .section-tiles-box.pricing-cards .pricing-card__description,
.new-main-page .section-tiles-box.pricing-cards .pricing-card__price,
.new-main-page .section-tiles-box.pricing-cards .pricing-card__footer {
    position: relative;
    z-index: 2;
}

.new-main-page .section-tiles-box.pricing-cards .pricing-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.new-main-page .section-tiles-box.pricing-cards .pricing-card__title {
    margin: 0;
    font-size: 34px;
    line-height: 1.14;
    letter-spacing: -.6px;
    color: #25253a;
}

.new-main-page .section-tiles-box.pricing-cards .pricing-card__icon-wrap {
    position: relative;
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    border-radius: 14px;
    border: 1px solid rgba(var(--pricing-accent-rgb), .16);
    background: rgba(var(--pricing-accent-rgb), .08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-main-page .section-tiles-box.pricing-cards .pricing-card__icon-wrap:before {
    content: "";
    position: absolute;
    inset: -16px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--pricing-accent-rgb), .18) 0%, rgba(var(--pricing-accent-rgb), 0) 72%);
    z-index: -1;
    pointer-events: none;
}

.new-main-page .section-tiles-box.pricing-cards .pricing-card__icon-wrap img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.new-main-page .section-tiles-box.pricing-cards .pricing-card__description {
    color: #515166;
    font-size: 24px;
    line-height: 1.36;
}

.new-main-page .section-tiles-box.pricing-cards .pricing-card__price {
    margin-top: auto;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -.5px;
    color: #2c2c44;
}

.new-main-page .section-tiles-box.pricing-cards .pricing-card__footer {
    margin-top: 10px;
    border-top: 1px solid #ece9f8;
    padding-top: 10px;
}

.new-main-page .section-tiles-box.pricing-cards .pricing-card__note {
    color: #7a7a8d;
    font-size: 16px;
    line-height: 1.35;
}

.new-main-page .section-tile-box .items-wrap.one-height {
    align-items: flex-start !important;
}

.new-main-page .section-tile-box .items-wrap.one-height .item-tile-panel {
    justify-content: flex-start;
}

.new-main-page .section-tile-box.tasks.home-tasks .item-wrap:last-child .elm-photo {
    max-width: 500px;
    margin-left: auto;
}

.new-main-page .section-tile-box.tasks.home-tasks .item-wrap:last-child .elm-photo img {
    width: 100%;
    height: auto;
    max-height: 720px;
    object-fit: contain;
}

.new-main-page .section-tiles-box.type-second.cases-archive .items-wrap {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.new-main-page .section-tiles-box.type-second.cases-archive .item-wrap {
    width: auto;
    margin: 0;
    padding: 0;
}

.cases-archive-empty {
    font-size: 18px;
    line-height: 1.35;
    color: #52525f;
    text-align: center;
    padding: 32px 20px;
    border-radius: 24px;
    background: #f5f2ff;
}

@media (max-width: 767px) {
    .hero-action-note {
        text-align: center;
    }

    .new-main-page .section-main-box .section-title {
        margin-bottom: 12px;
    }

    .new-main-page .title-inner-wrap .menu {
        padding: 1.2rem 0;
    }

    .new-main-page .item-tile-step-main .service-points {
        max-width: 100%;
    }

    .new-main-page .section-why-us:before {
        width: 190px;
        height: 190px;
        left: -92px;
        top: 32px;
        opacity: .55;
    }

    .new-main-page .section-why-us:after {
        width: 210px;
        height: 210px;
        right: -104px;
        bottom: 32px;
        opacity: .48;
    }

    .new-main-page .section-why-us .why-us-title-box {
        margin-bottom: 14px;
    }

    .new-main-page .section-why-us .why-us-metrics {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .new-main-page .section-why-us .why-us-metric {
        min-height: 0;
        border-radius: 16px;
        padding: 14px 14px 12px;
    }

    .new-main-page .section-why-us .why-us-metric__value {
        font-size: 34px;
        margin-bottom: 6px;
    }

    .new-main-page .section-why-us .why-us-metric__label {
        font-size: 16px;
    }

    .new-main-page .section-why-us .why-us-logos {
        margin-bottom: 12px;
        border-radius: 0;
        padding: 0;
    }

    .new-main-page .section-why-us .why-us-logos .logo-item {
        width: 90px;
        height: 90px;
        border-radius: 18px;
    }

    .new-main-page .section-why-us .why-us-logos__track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .new-main-page .section-why-us .why-us-logos__item {
        height: 62px;
        border-radius: 10px;
    }

    .new-main-page .section-why-us .why-us-cards {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 14px;
    }

    .new-main-page .section-why-us .why-us-card,
    .new-main-page .section-why-us .why-us-card:last-child {
        grid-column: auto;
        min-height: 0;
        border-radius: 16px;
        padding: 14px 14px 12px;
    }

    .new-main-page .section-why-us .why-us-card:before {
        border-radius: 16px 16px 0 0;
        height: 4px;
    }

    .new-main-page .section-why-us .why-us-card__icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .new-main-page .section-why-us .why-us-card__icon img {
        width: 20px;
        height: 20px;
    }

    .new-main-page .section-why-us .why-us-card__text {
        font-size: 18px;
    }

    .new-main-page .section-tiles-box.services-flow:before {
        width: 190px;
        height: 190px;
        left: -92px;
        top: 24px;
        opacity: .55;
    }

    .new-main-page .section-tiles-box.services-flow:after {
        width: 220px;
        height: 220px;
        right: -112px;
        bottom: 34px;
        opacity: .48;
    }

    .new-main-page .section-tiles-box.services-flow .services-flow__list {
        gap: 10px;
    }

    .new-main-page .section-tiles-box.services-flow .services-flow-card {
        border-radius: 18px;
        padding: 16px 14px 14px;
        gap: 12px;
    }

    .new-main-page .section-tiles-box.services-flow .services-flow-card:before {
        height: 5px;
        border-radius: 18px 18px 0 0;
    }

    .new-main-page .section-tiles-box.services-flow .services-flow-card:after {
        width: 152px;
        height: 152px;
        right: -70px;
        bottom: -82px;
        box-shadow:
            0 0 0 18px rgba(var(--flow-accent-rgb), .09),
            0 0 0 36px rgba(var(--flow-accent-rgb), .05);
    }

    .new-main-page .section-tiles-box.services-flow .services-flow-card__step {
        min-height: 24px;
        padding: 0 8px;
        margin-bottom: 8px;
        font-size: 13px;
    }

    .new-main-page .section-tiles-box.services-flow .services-flow-card__title {
        font-size: 30px;
        letter-spacing: -.4px;
    }

    .new-main-page .section-tiles-box.services-flow .services-flow-card__icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .new-main-page .section-tiles-box.services-flow .services-flow-card__icon img {
        width: 24px;
        height: 24px;
    }

    .new-main-page .section-tiles-box.services-flow .services-flow-card__description {
        margin-top: 8px;
        font-size: 20px;
        line-height: 1.33;
    }

    .new-main-page .section-tiles-box.services-flow .services-flow-card__list {
        gap: 8px;
    }

    .new-main-page .section-tiles-box.services-flow .services-flow-card__list li {
        font-size: 18px;
        line-height: 1.34;
        padding-left: 16px;
    }

    .new-main-page .section-tiles-box.services-flow .services-flow-card__list li:before {
        width: 5px;
        height: 5px;
    }

    .new-main-page .section-tiles-box.services-flow .services-flow-card__cta {
        min-height: 38px;
        padding: 0 12px;
        font-size: 16px;
    }

    .new-main-page .section-tiles-box.services-flow .services-flow-card__cta-arrow {
        font-size: 20px;
    }

    .new-main-page .section-tiles-box.services-cards .items-wrap {
        margin: 0 -6px -12px;
    }

    .new-main-page .section-tiles-box.services-cards .item-wrap {
        padding: 0 6px;
        margin-bottom: 12px;
    }

    .new-main-page .section-tiles-box.services-cards .service-text-card {
        min-height: 0;
        border-radius: 18px;
        padding: 20px 16px 14px;
        gap: 10px;
    }

    .new-main-page .section-tiles-box.services-cards:before,
    .new-main-page .section-tiles-box.services-cards:after {
        opacity: .65;
    }

    .new-main-page .section-tiles-box.services-cards .service-text-card:before {
        border-radius: 18px 18px 0 0;
        height: 5px;
    }

    .new-main-page .section-tiles-box.services-cards .service-text-card:after {
        width: 160px;
        height: 160px;
        right: -70px;
        bottom: -88px;
        box-shadow:
            0 0 0 22px rgba(var(--service-ring-rgb), .10),
            0 0 0 44px rgba(var(--service-ring-rgb), .06);
    }

    .new-main-page .section-tiles-box.services-cards .service-text-card__title {
        font-size: 28px;
        line-height: 1.18;
    }

    .new-main-page .section-tiles-box.services-cards .service-text-card__description {
        font-size: 20px;
        line-height: 1.33;
    }

    .new-main-page .section-tiles-box.services-cards .service-text-card__list li {
        font-size: 18px;
        line-height: 1.35;
        padding-left: 16px;
    }

    .new-main-page .section-tiles-box.services-cards .service-text-card__icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .new-main-page .section-tiles-box.services-cards .service-text-card__icon img {
        width: 24px;
        height: 24px;
    }

    .new-main-page .section-tiles-box.services-cards .service-text-card__cta {
        font-size: 16px;
        min-height: 36px;
        padding: 0 12px;
    }

    .new-main-page .section-tiles-box.pricing-cards .items-wrap {
        margin: 0 -6px -12px;
    }

    .new-main-page .page-title-box.pricing-title-box .section-subtitle {
        max-width: 100%;
        font-size: 18px;
        line-height: 1.34;
        letter-spacing: normal;
    }

    .new-main-page .page-title-box.pricing-title-box:after {
        display: none;
    }

    .new-main-page .section-tiles-box.pricing-cards:before {
        width: 210px;
        height: 210px;
        left: -88px;
        top: 22px;
        opacity: .54;
    }

    .new-main-page .section-tiles-box.pricing-cards:after {
        width: 230px;
        height: 230px;
        right: -112px;
        bottom: 40px;
        opacity: .5;
    }

    .new-main-page .section-tiles-box.pricing-cards .item-wrap {
        padding: 0 6px;
        margin-bottom: 12px;
    }

    .new-main-page .section-tiles-box.pricing-cards .pricing-card {
        min-height: 0;
        padding: 20px 16px 16px;
        gap: 10px;
        border-radius: 18px;
    }

    .new-main-page .section-tiles-box.pricing-cards .pricing-card:before {
        border-radius: 18px 18px 0 0;
        height: 5px;
    }

    .new-main-page .section-tiles-box.pricing-cards .pricing-card:after {
        width: 158px;
        height: 158px;
        right: -70px;
        bottom: -82px;
        box-shadow:
            0 0 0 20px rgba(var(--pricing-accent-rgb), .10),
            0 0 0 40px rgba(var(--pricing-accent-rgb), .06);
    }

    .new-main-page .section-tiles-box.pricing-cards .pricing-card__title {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: -.3px;
    }

    .new-main-page .section-tiles-box.pricing-cards .pricing-card__description {
        font-size: 20px;
        line-height: 1.35;
    }

    .new-main-page .section-tiles-box.pricing-cards .pricing-card__price {
        font-size: 30px;
    }

    .new-main-page .section-tiles-box.pricing-cards .pricing-card__icon-wrap {
        width: 46px;
        height: 46px;
        border-radius: 12px;
    }

    .new-main-page .section-tiles-box.pricing-cards .pricing-card__icon-wrap:before {
        inset: -12px;
    }

    .new-main-page .section-tiles-box.pricing-cards .pricing-card__icon-wrap img {
        width: 28px;
        height: 28px;
    }

    .new-main-page .section-tiles-box.pricing-cards .pricing-card__note {
        font-size: 14px;
    }

    .new-main-page .section-tile-box.tasks.home-tasks .item-wrap:last-child .elm-photo {
        max-width: none;
    }

    .new-main-page .section-tile-box.tasks.home-tasks .item-wrap:last-child .elm-photo img {
        max-height: none;
    }

    .title-inner-wrap.item-abottom .menu {
        gap: 6px;
    }

    .title-inner-wrap.item-abottom .menu .btn-menu {
        height: 38px;
        padding: 0 14px 0 11px;
        font-size: 11px;
    }

    .new-main-page .section-main-box .photo-inner-wrap:before {
        padding-top: 50%;
    }
}

@media (min-width: 1024px) {
    .new-main-page .section-main-box .box-inner-wrap {
        display: grid;
        grid-template-columns: 54% 46%;
        grid-template-areas:
            "title photo"
            "actions photo";
        align-items: start;
        min-height: auto;
        padding-bottom: 5rem;
        gap: 14px 24px;
    }

    .new-main-page .section-main-box .title-inner-wrap {
        grid-area: title;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .new-main-page .section-main-box .photo-inner-wrap {
        grid-area: photo;
        width: 100%;
    }

    .new-main-page .section-main-box .action-inner-wrap {
        grid-area: actions;
        position: static;
        left: auto;
        bottom: auto;
        margin-top: 4px;
        text-align: left;
        width: auto;
    }

    .new-main-page .section-main-box .title-inner-wrap .menu {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: min(760px, 100%);
        margin-top: 14px;
        padding: 0;
    }

    .new-main-page .section-main-box .title-inner-wrap .menu li {
        width: 100%;
    }

    .new-main-page .section-main-box .title-inner-wrap .menu .btn-menu {
        width: 100%;
        min-height: 46px;
        height: auto;
        white-space: normal;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

@media (max-width: 1199px) {
    .new-main-page .section-tiles-box.type-second.cases-archive .items-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .new-main-page .section-tiles-box.type-second.cases-archive .items-wrap {
        grid-template-columns: 1fr;
    }
}

/* Fancybox */
.fbx-hidden {
    display:none !important
}

@media (min-width: 769px) {
    .fancybox__slide {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 24px !important;
    }

    .fancybox__content {
        width: min(760px, calc(100vw - 48px)) !important;
        max-width: calc(100vw - 48px) !important;
        max-height: calc(100vh - 48px) !important;
        padding: 0 !important;
        border-radius: 16px !important;
        background: #fff !important;
        overflow: auto !important;
    }
}


@media (max-width: 768px) {
    .fancybox__slide {
        padding: 0 !important;
    }

    .fancybox__content {
        width: 100vw !important;
        height: 100dvh !important;
        max-width: 100vw !important;
        max-height: 100dvh !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: #fff !important;
        overflow-y: auto !important;
    }
}


.fancybox-content {
    background: #fff;
}

/* вместо .fancybox__content */
.fancybox-container { /* вместо .fancybox__container */
}

#demo-form textarea, #demo-form-inn textarea{
    height: auto;
    padding: 20px 0;
    color: #666666;
}

#demo-form .btn, #demo-form-inn .btn{
    border-radius: 28px;
}

#popup-form span.little{
    font-size: 10px!important;
}

#demo-form select, #demo-form-inn select{
    border-bottom-color: #7f7f7f;
    width: 100%;
    padding-right: 30px;
    background-image: url(../themes/img/icons/arrow-select.svg);
    background-position: right 15px center;
    background-size: 24px auto;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none !important;
    text-indent: .01px;
    outline: none;
    cursor: pointer;
    border-radius: 0;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #bfb9d5;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -.5px;
    height: 56px;
    color: #666666;
}

#demo-form .popup-title-wrap, #demo-form .popup-content-wrap
{
    padding-left: 32px;
    padding-right: 32px;
}

#demo-form .popup-title-wrap {
    padding-top: 28px;
    padding-bottom: 8px;
}

#demo-form .popup-content-wrap {
    padding-top: 0;
    padding-bottom: 18px;
}

#demo-form .frm-popup {
    max-width: none;
}

#demo-form .frm-popup .frm-row-submit {
    padding-top: 8px;
    padding-bottom: 14px;
}

#demo-form .frm-row.frm-check-row,
#demo-form .frm-row.frm-row-note {
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    #demo-form .popup-title-wrap,
    #demo-form .popup-content-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#demo-form-inn .frm-row-submit{
    margin-bottom: 30px;
}

#demo-form-inn .frm-popup {
    margin: 0 0;
}


#demo-form-inn .frm-check-item label, #demo-form .frm-check-item label {
    text-indent: .01px;
    outline: none;
    cursor: pointer;
    border-radius: 0;
    border: none;
    background-color: transparent;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.5px;
    color: #666666;
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
}

#demo-form .frm-check-item label {
    font-size: 15px;
    line-height: 1.35;
}

span[data-name="pd_consent"] a,
span[data-name="policy_ack"] a,
span[data-name="marketing_consent"] a {
    text-indent: .01px;
    outline: none;
    cursor: pointer;
    border-radius: 0;
    border: none;
    background-color: transparent;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.5px;
}

.popup-subtitle {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.35;
    color: #666666;
}

.frm-check-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.frm-check-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #8E62EF;
}

.frm-row.frm-check-row {
    margin-bottom: 10px;
}

.frm-row.frm-row-note {
    margin-bottom: 12px;
}

.frm-note {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    line-height: 1.35;
}


/* errors */
.not-valid-tip {
    color: #dc3232;
    font-size: 0.8em;
    font-weight: normal;
    display: none;
}

form.is-submitted .frm-row.row-invalid .not-valid-tip {
    display: block;
}

input.not-valid {
    border-bottom: 1px solid red!important;
}
select.not-valid {
    border-bottom: 1px solid red!important;
}
textarea.not-valid {
    border-bottom: 1px solid red!important;
}

.form-msg {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.35;
}

.form-msg[data-type="success"]{
    font-weight: 800;
    color: #00d287;
}

.form-msg[data-type="info"]{
    font-weight: 700;
    color: #666666;
}

.form-msg[data-type="error"]{
    font-weight: 800;
    color: #dc3232;
}

.lead-form .form-success-screen {
    margin-top: 12px;
    background: #f4fff8;
    border: 1px solid #b7ebcd;
    border-radius: 16px;
    padding: 20px;
}

.lead-form .form-success-screen__title {
    font-size: 18px;
    line-height: 1.35;
    color: #1a6a48;
    font-weight: 700;
}

.lead-form .form-success-screen__text {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.35;
    color: #2f6b53;
}

.lead-form .form-success-screen__note {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.35;
    color: #666666;
}

.lead-form .form-success-screen__actions {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.lead-form .form-success-screen__actions .btn {
    min-height: 52px;
    border-radius: 10px;
}

.lead-form .form-success-screen__secondary {
    margin-top: 12px;
}

.lead-form .form-success-screen__restart {
    border: 0;
    background: transparent;
    color: #8E62EF;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    padding: 0;
}

.lead-form .form-success-screen__restart:hover {
    color: #7550c2;
}

.lead-form.is-success .frm-row,
.lead-form.is-success .frm-row-submit {
    display: none;
}

.lead-form.is-success .form-msg {
    display: none;
}

@media (max-width: 639px) {
    .lead-form .form-success-screen__actions .btn {
        width: 100%;
    }
}

/* 2026-03: readability/layout pass for main landing blocks */
.new-main-page .section-tiles-box.services-flow .services-flow-card {
    padding: 24px 22px 20px;
    border-radius: 22px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr);
    gap: 18px;
    background:
        radial-gradient(190px 110px at 106% -4%, rgba(var(--flow-accent-rgb), .11) 0%, rgba(var(--flow-accent-rgb), 0) 74%),
        linear-gradient(180deg, #ffffff 0%, #fbfaff 100%);
}

.new-main-page .section-tiles-box.services-flow .services-flow-card:after {
    width: 166px;
    height: 166px;
    right: -76px;
    bottom: -84px;
    box-shadow:
        0 0 0 18px rgba(var(--flow-accent-rgb), .08),
        0 0 0 36px rgba(var(--flow-accent-rgb), .045);
}

.new-main-page .section-tiles-box.services-flow .services-flow-card__step {
    min-height: 24px;
    padding: 0 9px;
    margin-bottom: 8px;
    font-size: 13px;
}

.new-main-page .section-tiles-box.services-flow .services-flow-card__title {
    font-size: 27px;
    line-height: 1.16;
    letter-spacing: -.35px;
}

.new-main-page .section-tiles-box.services-flow .services-flow-card__description {
    margin-top: 8px;
    font-size: 17px;
    line-height: 1.38;
    color: #4c4c63;
}

.new-main-page .section-tiles-box.services-flow .services-flow-card__list {
    gap: 8px;
}

.new-main-page .section-tiles-box.services-flow .services-flow-card__list li {
    font-size: 17px;
    line-height: 1.4;
    color: #50506a;
}

.new-main-page .section-tiles-box.services-flow .services-flow-card__cta {
    min-height: 36px;
    padding: 0 12px;
    font-size: 15px;
}

.new-main-page .section-tiles-box.services-flow .services-flow-card__cta-arrow {
    font-size: 19px;
}

.new-main-page .section-tiles-box.pricing-cards .pricing-card {
    min-height: 304px;
    padding: 26px 22px 20px;
    border-radius: 22px;
    gap: 12px;
}

.new-main-page .section-tiles-box.pricing-cards .pricing-card__title {
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: -.2px;
}

.new-main-page .section-tiles-box.pricing-cards .pricing-card__description {
    font-size: 17px;
    line-height: 1.4;
    color: #4f4f66;
}

.new-main-page .section-tiles-box.pricing-cards .pricing-card__price {
    font-size: 44px;
    line-height: 1.08;
}

.new-main-page .section-tiles-box.pricing-cards .pricing-card__note {
    font-size: 15px;
}

.new-main-page .section-why-us .why-us-metric__value {
    font-size: 34px;
}

.new-main-page .section-why-us .why-us-metric__label {
    font-size: 16px;
}

.new-main-page .section-why-us .why-us-card__text {
    font-size: 18px;
}

.new-main-page .section-about-main-box.tm {
    border: 1px solid #e6def7;
    background: linear-gradient(180deg, #f7f2ff 0%, #f3edff 100%);
}

.timeline {
    gap: 18px;
    padding: 62px 0;
}

.timeline::before {
    background: #c58eb6;
}

.timeline__point::before {
    width: 16px;
    height: 16px;
    background: #c58eb6;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .95);
}

.timeline__point:nth-child(odd) .timeline__text {
    transform: translateY(-58px);
}

.timeline__point:nth-child(even) .timeline__text {
    transform: translateY(58px);
}

.timeline__point--cta .timeline__button {
    transform: translateY(-58px);
}

.timeline__text {
    max-width: 250px;
    color: #4d4d63;
    font-size: 16px;
    line-height: 1.4;
}

.new-main-page .item-tile-logo-main {
    min-height: 320px;
    border: 1px solid #eae6f7;
    box-shadow: 0 10px 24px rgba(31, 25, 62, .07);
}

.new-main-page .item-tile-logo-main .tile-title {
    font-size: 18px;
    line-height: 1.38;
}

.section-faq-box.home-faq {
    position: relative;
    margin-bottom: var(--sectionMargin);
}

.section-faq-box.home-faq .home-faq__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
    gap: 18px;
    align-items: stretch;
}

.section-faq-box.home-faq .home-faq__list {
    border-radius: 24px;
    border: 1px solid #e8e5f5;
    background: linear-gradient(180deg, #ffffff 0%, #fcfbff 100%);
    box-shadow: 0 12px 30px rgba(29, 25, 61, .06);
    padding: 10px 20px;
}

.section-faq-box.home-faq .home-faq-item {
    border-bottom: 1px solid #ece9f8;
    padding: 6px 0;
}

.section-faq-box.home-faq .home-faq-item:last-child {
    border-bottom: 0;
}

.section-faq-box.home-faq .home-faq-item summary {
    list-style: none;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    gap: 10px;
    align-items: start;
    cursor: pointer;
}

.section-faq-box.home-faq .home-faq-item summary::-webkit-details-marker {
    display: none;
}

.section-faq-box.home-faq .home-faq-item__icon {
    margin-top: 2px;
}

.section-faq-box.home-faq .home-faq-item__icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.section-faq-box.home-faq .home-faq-item__question {
    color: #2e2e45;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 600;
}

.section-faq-box.home-faq .home-faq-item__arrow {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #d9d1f2;
    color: #7d6bae;
    font-size: 17px;
    line-height: 1;
    transition: transform .2s ease, background-color .2s ease;
}

.section-faq-box.home-faq .home-faq-item[open] .home-faq-item__arrow {
    transform: rotate(45deg);
    background: #f3efff;
}

.section-faq-box.home-faq .home-faq-item__answer {
    margin: 8px 0 0 34px;
    color: #53536a;
    font-size: 16px;
    line-height: 1.42;
}

.section-faq-box.home-faq .home-faq__media {
    border-radius: 24px;
    border: 1px solid #e8e5f5;
    background: linear-gradient(180deg, #f7f2ff 0%, #f2ebff 100%);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 100%;
}

.section-faq-box.home-faq .home-faq__media .elm-photo {
    width: 100%;
    display: block;
    margin: 0;
}

.section-faq-box.home-faq .home-faq__media img {
    width: 100%;
    max-width: 560px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.lead-shell .popup-title {
    color: #2b2b42;
}

.lead-shell .popup-subtitle {
    margin-top: 8px;
    color: #5a5a72;
    font-size: 15px;
    line-height: 1.4;
}

#demo-form .popup-title-wrap,
#demo-form .popup-content-wrap,
#demo-form-inn .popup-title-wrap,
#demo-form-inn .popup-content-wrap {
    padding-left: 28px;
    padding-right: 28px;
}

#demo-form .popup-title-wrap,
#demo-form-inn .popup-title-wrap {
    padding-top: 24px;
    padding-bottom: 8px;
}

#demo-form .popup-content-wrap,
#demo-form-inn .popup-content-wrap {
    padding-top: 0;
    padding-bottom: 18px;
}

#demo-form .frm-popup,
#demo-form-inn .frm-popup {
    max-width: none;
}

#demo-form .lead-form .frm-row,
#demo-form-inn .lead-form .frm-row {
    margin-bottom: 6px;
}

#demo-form .form-input.inp-border,
#demo-form-inn .form-input.inp-border,
#demo-form select,
#demo-form-inn select {
    height: 50px;
    font-size: 16px;
    line-height: 1.32;
    border-bottom-color: #c6c0db;
}

#demo-form textarea.form-input.inp-border,
#demo-form-inn textarea.form-input.inp-border {
    min-height: 62px;
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
}

#demo-form .frm-check-item label,
#demo-form-inn .frm-check-item label {
    font-size: 14px;
    line-height: 1.35;
    gap: 9px;
}

#demo-form .frm-note,
#demo-form-inn .frm-note {
    font-size: 13px;
    line-height: 1.34;
}

#demo-form .btn,
#demo-form-inn .btn {
    min-height: 52px;
    border-radius: 30px;
}

#demo-form-inn .popup-title {
    font-size: 42px;
    line-height: 1.08;
}

#demo-form-inn .popup-subtitle {
    font-size: 16px;
}

@media (min-width: 1024px) {
    .new-main-page .section-info-box .box-inner-wrap {
        display: grid;
        grid-template-columns: minmax(0, 1.07fr) minmax(320px, .93fr);
        align-items: stretch;
        gap: 24px;
        padding: 34px 32px 30px;
    }

    .new-main-page .section-info-box .title-inner-wrap {
        padding: 0;
    }

    .new-main-page .section-info-box .section-title {
        font-size: 50px;
        line-height: 1.08;
        margin-bottom: 12px;
    }

    .new-main-page .section-info-box .code-inner-wrap {
        width: auto;
        display: flex;
        align-items: flex-end;
    }

    .new-main-page .section-info-box .code-inner-wrap .elm-photo {
        width: 100%;
    }

    .new-main-page .section-info-box .code-inner-wrap img {
        width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .fancybox__content {
        width: min(860px, calc(100vw - 48px)) !important;
        max-width: calc(100vw - 48px) !important;
    }
}

@media (max-width: 1023px) {
    .new-main-page .section-tiles-box.services-flow .services-flow-card {
        grid-template-columns: 1fr;
    }

    .section-faq-box.home-faq .home-faq__grid {
        grid-template-columns: 1fr;
    }

    .section-faq-box.home-faq .home-faq__media {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .new-main-page .section-tiles-box.services-flow .services-flow-card {
        padding: 14px 14px 12px;
        gap: 10px;
    }

    .new-main-page .section-tiles-box.services-flow .services-flow-card__title {
        font-size: 21px;
    }

    .new-main-page .section-tiles-box.services-flow .services-flow-card__description,
    .new-main-page .section-tiles-box.services-flow .services-flow-card__list li {
        font-size: 15px;
        line-height: 1.36;
    }

    .new-main-page .section-tiles-box.pricing-cards .pricing-card {
        min-height: 0;
        padding: 16px 14px 14px;
    }

    .new-main-page .section-tiles-box.pricing-cards .pricing-card__title {
        font-size: 22px;
    }

    .new-main-page .section-tiles-box.pricing-cards .pricing-card__description {
        font-size: 15px;
    }

    .new-main-page .section-tiles-box.pricing-cards .pricing-card__price {
        font-size: 34px;
    }

    .new-main-page .item-tile-logo-main {
        min-height: 0;
        border-radius: 18px;
        padding: 14px 14px 12px;
    }

    .new-main-page .item-tile-logo-main .tile-title {
        font-size: 16px;
    }

    .timeline {
        padding: 0 0 0 18px;
    }

    .timeline__text {
        font-size: 15px;
    }

    .timeline__button {
        font-size: 15px;
        min-height: 42px;
    }

    .section-faq-box.home-faq .home-faq__list {
        border-radius: 18px;
        padding: 8px 12px;
    }

    .section-faq-box.home-faq .home-faq-item__question {
        font-size: 17px;
    }

    .section-faq-box.home-faq .home-faq-item__answer {
        margin-left: 30px;
        font-size: 15px;
    }

    .section-faq-box.home-faq .home-faq__media {
        border-radius: 18px;
    }

    #demo-form .popup-title-wrap,
    #demo-form .popup-content-wrap,
    #demo-form-inn .popup-title-wrap,
    #demo-form-inn .popup-content-wrap {
        padding-left: 18px;
        padding-right: 18px;
    }

    #demo-form-inn .popup-title {
        font-size: 34px;
    }

    #demo-form .form-input.inp-border,
    #demo-form-inn .form-input.inp-border,
    #demo-form select,
    #demo-form-inn select {
        font-size: 15px;
        height: 46px;
    }

    #demo-form .frm-check-item label,
    #demo-form-inn .frm-check-item label {
        font-size: 13px;
    }
}

/* 2026-03 pass2: composition balancing */
.new-main-page .section-why-us .section-title {
    font-size: 52px;
    line-height: 1.08;
}

.new-main-page .section-why-us .section-subtitle {
    font-size: 22px;
    line-height: 1.34;
}

.new-main-page .section-why-us .why-us-logos__track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
    scrollbar-width: none;
}

.new-main-page .section-why-us .why-us-logos__track::-webkit-scrollbar {
    display: none;
}

.new-main-page .section-why-us .why-us-logos__item {
    flex: 0 0 152px;
}

.timeline {
    padding: 52px 0;
}

.timeline__point:nth-child(odd) .timeline__text {
    transform: translateY(-34px);
}

.timeline__point:nth-child(even) .timeline__text {
    transform: translateY(34px);
}

.timeline__point--cta .timeline__button {
    transform: translateY(-34px);
}

.timeline__text {
    font-size: 18px;
    line-height: 1.36;
}

@media (min-width: 769px) {
    .timeline {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
        padding: 24px 0 0;
    }

    .timeline::before {
        top: 18px;
        left: 2%;
        right: 2%;
    }

    .timeline__point {
        display: block;
        padding-top: 26px;
    }

    .timeline__point::before {
        left: 50%;
        top: 18px;
        transform: translate(-50%, -50%);
    }

    .timeline__point:nth-child(odd) .timeline__text,
    .timeline__point:nth-child(even) .timeline__text {
        transform: none;
    }

    .timeline__text {
        max-width: none;
        text-align: left;
        background: #ffffff;
        border: 1px solid #e8e2f7;
        border-radius: 16px;
        padding: 14px 12px;
        min-height: 118px;
        box-shadow: 0 8px 20px rgba(31, 25, 62, .05);
    }

    .timeline__point--cta {
        grid-column: 1 / -1;
        display: flex;
        justify-content: center;
        padding-top: 2px;
    }

    .timeline__point--cta .timeline__button {
        transform: none;
    }
}

#demo-form-inn .popup-title {
    font-size: 35px;
    line-height: 1.14;
}

#demo-form-inn .popup-subtitle {
    font-size: 17px;
}

#demo-form-inn .lead-form {
    max-width: 640px;
}

#demo-form-inn .form-input.inp-border,
#demo-form-inn select {
    font-size: 17px;
}

#demo-form-inn .frm-check-item label {
    font-size: 15px;
}

@media (min-width: 1024px) {
    .new-main-page .section-info-box .section-title {
        font-size: 44px;
        line-height: 1.1;
    }

    .new-main-page .section-info-box .code-inner-wrap img {
        max-height: 490px;
    }
}

@media (max-width: 767px) {
    .new-main-page .section-why-us .section-title {
        font-size: 36px;
    }

    .new-main-page .section-why-us .section-subtitle {
        font-size: 18px;
    }

    .new-main-page .section-why-us .why-us-logos__item {
        flex-basis: 124px;
        height: 58px;
    }

    .timeline__text {
        font-size: 16px;
    }

    #demo-form-inn .popup-title {
        font-size: 30px;
    }
}

/* info: <- added rules */
 /*endregion*/

.mb {
    margin-bottom: 1.5em;
}

#article_content figure {
    max-width: 100%;
    margin: 0 auto;
}

#article_content figure img {
    width: 100%;      /* Ширина картинки 100% от родителя */
    height: auto;     /* Высота картинки автоматически для сохранения пропорций */
    display: block;   /* Убирает пробелы под картинкой */
    object-fit: contain; /* Сохраняет пропорции картинки */
}

#ez-toc-container ul ul {
    margin-left: 1.5em;
    margin-bottom: 0!important;
 }

#ez-toc-container ul li:before{
    content: none;
}

.menu-tabs.color-base .btn-menu.active .button-title img{
    width: 20%;
}

#close_.btn {
    background-color: #8E62EF!important;
    border-color: #8E62EF!important;
    font-weight: 600;
    color: #fff;
}

.article-lead-box.case-hero {
    --case-hero-text-color: #ffffff;
    --case-hero-tabs-border: rgba(255, 255, 255, 0.45);
    --case-hero-tabs-text: #ffffff;
    --case-hero-tabs-active-bg: #202433;
    --case-hero-tabs-active-text: #ffffff;
    --case-hero-info-icon-filter: brightness(0) invert(1);
}

.article-lead-box.case-hero.case-hero--light-bg {
    --case-hero-text-color: #202433;
    --case-hero-tabs-border: rgba(32, 36, 51, 0.35);
    --case-hero-tabs-text: #202433;
    --case-hero-tabs-active-bg: #202433;
    --case-hero-tabs-active-text: #ffffff;
    --case-hero-info-icon-filter: none;
}

.article-lead-box.case-hero .section-title,
.article-lead-box.case-hero .bottom-info-wrap,
.article-lead-box.case-hero .bottom-info-wrap .info-title,
.article-lead-box.case-hero .bottom-info-wrap time {
    color: var(--case-hero-text-color);
}

.article-lead-box.case-hero .menu-tabs.color-base {
    border-color: var(--case-hero-tabs-border);
}

.article-lead-box.case-hero .menu-tabs.color-base .btn-menu {
    color: var(--case-hero-tabs-text);
}

.article-lead-box.case-hero .menu-tabs.color-base .btn-menu:hover {
    color: var(--case-hero-tabs-text);
    opacity: 0.85;
}

.article-lead-box.case-hero .menu-tabs.color-base .btn-menu.active {
    color: var(--case-hero-tabs-active-text);
    background-color: var(--case-hero-tabs-active-bg);
}

.article-lead-box.case-hero .menu-tabs.color-base .btn-menu.active .button-ico {
    filter: none;
}

.article-lead-box.case-hero .elm-info-text .elm-ico {
    filter: var(--case-hero-info-icon-filter);
}

.article-footer-box .wrap-link .btn.is-copied {
    color: #1f7a4d;
}

.article-footer-box .wrap-link .btn.is-copied .button-ico {
    background-color: #1f7a4d;
    border-color: #1f7a4d;
}

.article-footer-box .wrap-link #urlPage:focus-visible {
    outline: 2px solid #8E62EF;
    outline-offset: 4px;
    border-radius: 8px;
}

/* Case page readability pass */
.case-page .article-lead-box.case-hero {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}

.case-page .article-lead-box.case-hero .box-inner-wrap {
    min-height: clamp(420px, 45vw, 560px);
    padding: clamp(24px, 3vw, 42px);
}

.case-page .article-lead-box.case-hero .section-title {
    max-width: min(62ch, 64%);
    font-size: clamp(30px, 3.1vw, 54px);
    line-height: 1.14;
    letter-spacing: -0.02em;
}

.case-page .article-lead-box.case-hero .case-hero-subtitle {
    max-width: min(58ch, 56%);
    margin-top: 14px;
    font-size: clamp(16px, 1.15vw, 21px);
    line-height: 1.45;
    color: var(--case-hero-text-color);
    opacity: 0.92;
}

.case-page .article-lead-box.case-hero .bottom-info-wrap {
    gap: 14px 28px;
    flex-wrap: wrap;
    font-size: clamp(14px, 1vw, 18px);
}

.case-page .article-lead-box.case-hero .bottom-info-wrap .info-wrap--result .info-title {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.26);
}

.case-page .article-lead-box.case-hero.case-hero--light-bg .bottom-info-wrap .info-wrap--result .info-title {
    background: rgba(32, 36, 51, 0.08);
    border-color: rgba(32, 36, 51, 0.18);
}

.case-page .article-lead-box.case-hero .photo-inner-wrap {
    align-items: flex-end;
}

.case-page .article-lead-box.case-hero .elm-photo {
    width: clamp(220px, 28vw, 420px);
    height: auto;
    margin: 0 0 0 auto;
}

.case-page .article-lead-box.case-hero .elm-photo.photo-contain {
    aspect-ratio: auto;
}

.case-page .article-lead-box.case-hero .elm-photo.photo-contain:before {
    display: none !important;
}

.case-page .article-lead-box.case-hero .elm-photo img {
    position: relative;
    width: 100%;
    height: auto;
    max-height: none;
}

.case-page .article-lead-box.case-hero .photo-inner-wrap:after {
    content: "";
    position: absolute;
    right: 3%;
    bottom: 5%;
    width: clamp(180px, 18vw, 320px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}

.case-page .content-box {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #dfe4f1;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    box-shadow: 0 18px 44px rgba(28, 38, 72, 0.08);
}

.case-page .content-box .content-wrap {
    padding-right: 56px;
}

.case-page .article-box {
    max-width: 74ch;
    color: #2a3248;
}

.case-page .article-box h1,
.case-page .article-box h2,
.case-page .article-box h3,
.case-page .article-box h4 {
    color: #11182a;
    letter-spacing: -0.02em;
}

.case-page .article-box h2 {
    font-size: clamp(30px, 2.3vw, 44px);
    line-height: 1.18;
    margin-top: 1.25em;
    margin-bottom: 0.42em;
}

.case-page .article-box h3 {
    font-size: clamp(24px, 1.6vw, 30px);
    line-height: 1.25;
    margin-top: 1.15em;
    margin-bottom: 0.45em;
}

.case-page .article-box p,
.case-page .article-box ul,
.case-page .article-box ol,
.case-page .article-box li,
.case-page .article-box blockquote,
.case-page .article-box table {
    font-size: clamp(17px, 1.15vw, 20px);
    line-height: 1.66;
}

.case-page .article-box p {
    max-width: 74ch;
    margin-bottom: 1.04em;
}

.case-page .article-box ul,
.case-page .article-box ol {
    padding-left: 1.35em;
    margin-bottom: 1.04em;
}

.case-page .article-box li {
    padding-left: 0;
    margin-bottom: 0.4em;
}

.case-page .article-box li:before {
    display: none;
}

.case-page .article-box ul li {
    list-style: disc;
}

.case-page .article-box ol li {
    list-style: decimal;
}

.case-page .article-box a {
    color: #6f4dfa;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(111, 77, 250, 0.35);
}

.case-page .article-box a:hover {
    color: #5939da;
    text-decoration-color: rgba(89, 57, 218, 0.55);
}

.case-page .side-menu-box {
    background: #f8faff;
    border-color: #dfe4f2;
    box-shadow: 0 10px 26px rgba(34, 45, 78, 0.08);
    max-height: calc(100vh - 100px);
    overflow: auto;
    line-height: 1.5;
}

.case-page .side-menu-box .side-title {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 14px;
}

.case-page #toc .ez-toc-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.case-page #toc .ez-toc-list ul {
    margin-top: 6px;
    margin-bottom: 0;
}

.case-page #toc a {
    font-size: 14px;
    line-height: 1.45;
}

.case-page .article-footer-box {
    border-top: 1px solid #e7eaf4;
    padding-top: 28px;
}

.case-page .article-footer-box .actions-inner-wrap {
    gap: 14px;
    flex-wrap: wrap;
}

.case-page .article-footer-box .btn {
    min-width: 220px;
}

.case-page .info-action-box {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 1.52;
}

.case-page .info-action-box .box-inner-wrap {
    border: 1px solid #dce2f2;
    background: linear-gradient(118deg, #ebe4ff 0%, #e7ecff 52%, #eee8ff 100%);
    box-shadow: 0 16px 40px rgba(37, 49, 88, 0.08);
    min-height: 0;
    padding: 34px 40px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: flex-start;
    overflow: hidden;
}

.case-page .info-action-box .section-title {
    font-size: clamp(30px, 3vw, 48px);
    line-height: 1.16;
}

.case-page .info-action-box p {
    font-size: clamp(16px, 1.05vw, 19px);
    line-height: 1.55;
    color: #4c5672;
}

.case-page .info-action-box .info-inner-wrap {
    width: min(760px, 100%);
    padding: 0;
}

.case-page .info-action-box .action-inner-wrap {
    width: auto;
}

.case-page .info-action-box .btn {
    width: auto;
    min-width: 280px;
}

.case-page .info-action-box .photo-inner-wrap {
    display: none !important;
}

.case-page .title-box {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.case-page .title-box h2 {
    font-size: clamp(34px, 4.2vw, 64px);
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.case-page .section-tiles-box.cases {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1023px) {
    .case-page .article-lead-box.case-hero {
        margin-bottom: 28px;
    }

    .case-page .article-lead-box.case-hero .box-inner-wrap {
        min-height: 0;
        border-radius: 24px;
        padding: 18px 16px 12px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .case-page .article-lead-box.case-hero .section-title {
        max-width: 100%;
        font-size: clamp(26px, 8vw, 34px);
    }

    .case-page .article-lead-box.case-hero .case-hero-subtitle {
        max-width: 100%;
        margin-top: 10px;
        font-size: 15px;
    }

    .case-page .article-lead-box.case-hero .photo-inner-wrap {
        position: relative;
        inset: auto;
        order: 2;
    }

    .case-page .article-lead-box.case-hero .photo-inner-wrap:after {
        display: none;
    }

    .case-page .article-lead-box.case-hero .elm-photo {
        width: min(220px, 58vw);
        margin: 0 auto;
    }

    .case-page .article-lead-box.case-hero .elm-photo img {
        left: 0;
    }

    .case-page .content-box {
        margin-bottom: 48px;
        border-radius: 22px;
        padding: 24px 18px;
    }

    .case-page .content-box .content-wrap {
        order: 1;
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .case-page .content-box .side-wrap {
        order: 2;
        width: 100%;
        margin-top: 20px;
    }

    .case-page .article-box {
        margin-bottom: 40px;
    }

    .case-page .article-box h2 {
        font-size: clamp(24px, 6vw, 30px);
        margin-top: 1.35em;
        margin-bottom: 0.5em;
    }

    .case-page .article-lead-box.case-hero .tabs-inner-wrap {
        margin-bottom: 8px;
    }

    .case-page .article-box h3 {
        font-size: clamp(20px, 5.2vw, 26px);
    }

    .case-page .article-box p,
    .case-page .article-box ul,
    .case-page .article-box ol,
    .case-page .article-box li,
    .case-page .article-box blockquote,
    .case-page .article-box table {
        font-size: 16px;
        line-height: 1.62;
    }

    .case-page .side-menu-box {
        position: static;
        top: auto;
        max-height: none;
        min-height: 0;
        border-radius: 18px;
        padding: 18px 16px;
        font-size: 14px;
        line-height: 1.45;
    }

    .case-page .side-menu-box .side-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .case-page #toc a {
        font-size: 14px;
    }

    .case-page .article-footer-box .btn {
        width: 100%;
        min-width: 0;
        justify-content: center;
    }

    .case-page .info-action-box {
        margin-bottom: 54px;
        font-size: 16px;
    }

    .case-page .info-action-box .box-inner-wrap {
        min-height: 0;
        border-radius: 22px;
        padding: 24px 18px 20px;
    }

    .case-page .info-action-box .photo-inner-wrap {
        display: none;
    }

    .case-page .info-action-box .info-inner-wrap,
    .case-page .info-action-box .action-inner-wrap {
        width: 100%;
    }

}

/* 2026-03-03: reusable popup module restore (compact, production-like modal) */
.lead-shell--restored {
    background: #fff;
    border-radius: 16px;
}

.fbx-modal.lead-shell--restored.lead-shell--modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    inset: auto;
    max-width: 100%;
    max-height: none;
    overflow: visible;
}

.lead-shell--restored.lead-shell--modal {
    --lead-popup-fs-title: 26px;
    --lead-popup-fs-main: 16px;
    --lead-popup-fs-small: 13px;
    width: min(446px, calc(100vw - 32px));
    margin: 0 auto;
}

.lead-shell--restored.lead-shell--modal .lead-shell__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    z-index: 3;
    opacity: .72;
}

.lead-shell--restored.lead-shell--modal .lead-shell__close:hover {
    opacity: 1;
}

.lead-shell--restored.lead-shell--modal .popup-title-wrap,
.lead-shell--restored.lead-shell--modal .popup-content-wrap {
    padding-left: 22px;
    padding-right: 22px;
}

.lead-shell--restored.lead-shell--modal .popup-title-wrap {
    padding-top: 22px;
    padding-bottom: 10px;
}

.lead-shell--restored.lead-shell--modal .popup-content-wrap {
    padding-top: 0;
    padding-bottom: 18px;
}

.lead-shell--restored .frm-popup {
    max-width: none;
}

.lead-shell--restored.lead-shell--modal .lead-form .frm-row {
    margin-bottom: 7px;
}

.lead-shell--restored.lead-shell--modal .popup-title {
    font-size: var(--lead-popup-fs-title);
    line-height: 1.2;
}

.lead-shell--restored.lead-shell--modal .popup-subtitle,
.lead-shell--restored.lead-shell--modal .form-input.inp-border,
.lead-shell--restored.lead-shell--modal select,
.lead-shell--restored.lead-shell--modal .frm-check-item label,
.lead-shell--restored.lead-shell--modal .btn,
.lead-shell--restored.lead-shell--modal .js-lead-submit-label {
    font-size: var(--lead-popup-fs-main);
    line-height: 1.35;
}

.lead-shell--restored.lead-shell--modal .form-input.inp-border,
.lead-shell--restored.lead-shell--modal select {
    height: 52px;
    border-bottom: 1px solid #c9c3dd;
    color: #4f4f67;
}

.lead-shell--restored.lead-shell--modal textarea.form-input.inp-border {
    min-height: 70px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.lead-shell--restored.lead-shell--modal .frm-check-row {
    margin-bottom: 8px;
}

.lead-shell--restored.lead-shell--modal .frm-check-row--hidden {
    display: none !important;
}

.lead-shell--restored.lead-shell--modal .frm-check-item {
    gap: 6px;
}

.lead-shell--restored.lead-shell--modal .frm-check-item label {
    color: #616176;
    gap: 8px;
}

.lead-shell--restored.lead-shell--modal .frm-check-item input[type="checkbox"] {
    margin-top: 1px;
}

.lead-shell--restored.lead-shell--modal .frm-check-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.lead-shell--restored.lead-shell--modal .frm-check-item a,
.lead-shell--restored.lead-shell--modal .frm-check-links a,
.lead-shell--restored.lead-shell--modal .form-msg,
.lead-shell--restored.lead-shell--modal .form-success-screen__note,
.lead-shell--restored.lead-shell--modal .form-success-screen__secondary,
.lead-shell--restored.lead-shell--modal .form-success-screen__restart {
    font-size: var(--lead-popup-fs-small);
    line-height: 1.3;
    color: #8E62EF;
}

.lead-shell--restored.lead-shell--modal .form-msg,
.lead-shell--restored.lead-shell--modal .form-success-screen__note,
.lead-shell--restored.lead-shell--modal .form-success-screen__secondary,
.lead-shell--restored.lead-shell--modal .form-success-screen__restart {
    color: #666666;
}

.lead-shell--restored.lead-shell--modal .frm-row-submit {
    padding-top: 10px;
    padding-bottom: 6px;
}

.lead-shell--restored.lead-shell--modal .frm-row-submit .btn {
    min-height: 56px;
    border-radius: 999px;
}

.lead-shell--restored.lead-shell--modal .frm-row.frm-row-note {
    display: none;
}

@supports selector(.fancybox__content:has(.lead-shell--restored.lead-shell--modal)) {
    .fancybox__content:has(.lead-shell--restored.lead-shell--modal) {
        width: min(466px, calc(100vw - 32px)) !important;
        max-width: calc(100vw - 32px) !important;
        max-height: calc(100vh - 40px) !important;
        padding: 0 !important;
        border-radius: 16px !important;
        background: #fff !important;
        overflow: auto !important;
    }
}

@media (max-width: 768px) {
    .lead-shell--restored.lead-shell--modal {
        --lead-popup-fs-title: 26px;
        --lead-popup-fs-main: 16px;
        --lead-popup-fs-small: 13px;
        width: 100%;
    }

    .lead-shell--restored.lead-shell--modal .popup-title-wrap,
    .lead-shell--restored.lead-shell--modal .popup-content-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    .lead-shell--restored.lead-shell--modal .popup-title-wrap {
        padding-top: 16px;
    }

    .lead-shell--restored.lead-shell--modal .form-input.inp-border,
    .lead-shell--restored.lead-shell--modal select {
        height: 50px;
    }

    .lead-shell--restored.lead-shell--modal textarea.form-input.inp-border {
        min-height: 64px;
    }
}

/* hard override for lead popup width across browsers (without :has dependency) */
@media (min-width: 769px) {
    .fancybox__slide {
        padding: 16px !important;
    }

    .fancybox__content {
        width: min(466px, calc(100vw - 32px)) !important;
        max-width: calc(100vw - 32px) !important;
        max-height: calc(100vh - 32px) !important;
        padding: 0 !important;
        border-radius: 16px !important;
        background: #fff !important;
        overflow: auto !important;
    }
}

/* 2026-03-03: restore inline lead section visual (artel.direct-like) */
.lead-shell--restored .frm-check-row--hidden {
    display: none !important;
}

.new-main-page .section-info-box .lead-shell--restored.lead-shell--inline {
    background: transparent;
    border-radius: 0;
}

.new-main-page .section-info-box .lead-shell--restored.lead-shell--inline .popup-title-wrap,
.new-main-page .section-info-box .lead-shell--restored.lead-shell--inline .popup-content-wrap {
    padding: 0;
}

.new-main-page .section-info-box .lead-shell--restored.lead-shell--inline .frm-popup {
    max-width: 100%;
}

.new-main-page .section-info-box .lead-shell--restored.lead-shell--inline .lead-form {
    max-width: 100%;
}

.new-main-page .section-info-box .lead-shell--restored.lead-shell--inline .form-input.inp-border,
.new-main-page .section-info-box .lead-shell--restored.lead-shell--inline select {
    height: 56px;
    font-size: 18px;
}

.new-main-page .section-info-box .lead-shell--restored.lead-shell--inline textarea.form-input.inp-border {
    min-height: 86px;
}

.new-main-page .section-info-box .lead-shell--restored.lead-shell--inline .popup-subtitle {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 1.35;
    color: #4f4f67;
}

.new-main-page .section-info-box .lead-shell--restored.lead-shell--inline .frm-check-item label {
    font-size: 16px;
    line-height: 1.35;
}

.new-main-page .section-info-box .lead-shell--restored.lead-shell--inline .frm-check-item a,
.new-main-page .section-info-box .lead-shell--restored.lead-shell--inline .frm-check-links a {
    font-size: 14px;
}

@media (min-width: 1024px) {
    .new-main-page .section-info-box .box-inner-wrap {
        display: flex;
        align-items: center;
        padding: 4.2rem 5rem 3rem 5.4rem;
        gap: 0;
    }

    .new-main-page .section-info-box .title-inner-wrap {
        flex: 1;
        padding: 0 30px 0 0;
    }

    .new-main-page .section-info-box .section-title {
        font-size: 3.8rem;
        line-height: 1.18;
        margin-bottom: 20px;
    }

    .new-main-page .section-info-box .code-inner-wrap {
        width: 500px;
        flex-shrink: 0;
        display: block;
    }

    .new-main-page .section-info-box .code-inner-wrap .elm-photo {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .new-main-page .section-info-box .code-inner-wrap img {
        width: 100%;
        height: auto;
        max-height: none;
        object-fit: contain;
        object-position: center bottom;
        display: block;
    }
}

@media (min-width: 1024px) and (max-width: 1399px) {
    .new-main-page .section-info-box .code-inner-wrap {
        width: 400px;
    }

    .new-main-page .section-info-box .section-title {
        font-size: 3rem;
    }
}

@media (max-width: 1023px) {
    .new-main-page .section-info-box .code-inner-wrap {
        margin-top: 18px;
        display: flex;
        justify-content: center;
    }

    .new-main-page .section-info-box .code-inner-wrap .elm-photo {
        width: min(460px, 100%);
    }
}

/* 2026-03-03: homepage typography normalization (5 fixed sizes) */
.new-main-page {
    --home-fs-1: 56px; /* display */
    --home-fs-2: 42px; /* section title / key numbers */
    --home-fs-3: 30px; /* card title */
    --home-fs-4: 20px; /* main text */
    --home-fs-5: 16px; /* small/meta */
}

@media (max-width: 767px) {
    .new-main-page {
        --home-fs-1: 36px;
        --home-fs-2: 30px;
        --home-fs-3: 22px;
        --home-fs-4: 18px;
        --home-fs-5: 14px;
    }
}

.new-main-page > .section-main-box:first-child .title-inner-wrap > .section-title {
    font-size: var(--home-fs-1) !important;
    line-height: 1.08 !important;
}

.new-main-page > .page-title-box .h1-title,
.new-main-page > .section-why-us .why-us-title-box .section-title,
.new-main-page > .section-about-box .section-title,
.new-main-page > .section-info-box .section-title {
    font-size: var(--home-fs-2) !important;
    line-height: 1.1 !important;
}

.new-main-page > .section-why-us .why-us-metric__value,
.new-main-page > .section-awards-box .item-tile-award .tile-main-title,
.new-main-page > .section-tiles-box.pricing-cards .pricing-card__price {
    font-size: var(--home-fs-2) !important;
    line-height: 1.05 !important;
}

.new-main-page > .section-tiles-box.services-flow .services-flow-card__title,
.new-main-page > .section-tiles-box.pricing-cards .pricing-card__title {
    font-size: var(--home-fs-3) !important;
    line-height: 1.2 !important;
}

.new-main-page > .section-main-box:first-child .title-inner-wrap > p,
.new-main-page > .page-title-box .section-subtitle,
.new-main-page > .section-tile-box.tasks .item-tile-panel .tile-title,
.new-main-page > .section-tiles-box.services-flow .services-flow-card__description,
.new-main-page > .section-tiles-box.services-flow .services-flow-card__list li,
.new-main-page > .section-why-us .why-us-metric__label,
.new-main-page > .section-why-us .why-us-card__text,
.new-main-page > .section-about-box p,
.new-main-page > .section-about-main-box.tm .timeline__text,
.new-main-page > .section-faq-box.home-faq .home-faq-item__question,
.new-main-page > .section-faq-box.home-faq .home-faq-item__answer,
.new-main-page > .section-awards-box .item-tile-award .tile-title,
.new-main-page > .section-tiles-box.type-second .item-tile-logo-main .tile-title,
.new-main-page > .section-info-box .lead-shell--restored.lead-shell--inline .popup-subtitle,
.new-main-page > .section-info-box .lead-shell--restored.lead-shell--inline .form-input.inp-border,
.new-main-page > .section-info-box .lead-shell--restored.lead-shell--inline select,
.new-main-page > .section-info-box .lead-shell--restored.lead-shell--inline textarea.form-input.inp-border,
.new-main-page > .section-about-main-box.tm .timeline__button,
.new-main-page > .section-main-box .btn .button-title,
.new-main-page > .section-tile-box .btn .button-title,
.new-main-page > .section-why-us .btn .button-title,
.new-main-page > .section-about-box .btn .button-title,
.new-main-page > .section-awards-box .btn .button-title,
.new-main-page > .section-tiles-box.pricing-cards .btn .button-title,
.new-main-page > .section-info-box .btn .button-title {
    font-size: var(--home-fs-4) !important;
    line-height: 1.34 !important;
}

.new-main-page .hero-action-note,
.new-main-page > .section-tiles-box.pricing-cards .pricing-card__note,
.new-main-page > .section-tiles-box.services-flow .services-flow-card__step,
.new-main-page > .section-info-box .lead-shell--restored.lead-shell--inline .frm-check-item label,
.new-main-page > .section-info-box .lead-shell--restored.lead-shell--inline .frm-check-item a,
.new-main-page > .section-info-box .lead-shell--restored.lead-shell--inline .frm-check-links a {
    font-size: var(--home-fs-5) !important;
    line-height: 1.35 !important;
}

@media (max-width: 767px) {
    .new-main-page > .section-why-us .why-us-metric__value,
    .new-main-page > .section-awards-box .item-tile-award .tile-main-title,
    .new-main-page > .section-tiles-box.pricing-cards .pricing-card__price {
        font-size: var(--home-fs-3) !important;
    }
}

/* 2026-03-03: restore classic timeline style from artel.direct */
.new-main-page .section-about-main-box.tm {
    background: #F4F0FF !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 35px 26px !important;
}

.new-main-page .section-about-main-box.tm .box-inner-wrap.quick-start {
    padding: 0 !important;
    min-height: 0 !important;
}

.new-main-page .section-about-main-box.tm .timeline {
    width: 100% !important;
    position: relative !important;
    display: flex !important;
    justify-content: space-between !important;
    gap: 24px !important;
    padding: 80px 0 !important;
}

.new-main-page .section-about-main-box.tm .timeline::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 50% !important;
    height: 2px !important;
    background: #CB7C9C !important;
    transform: translateY(-50%) !important;
}

.new-main-page .section-about-main-box.tm .timeline__point {
    position: relative !important;
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
    padding: 0 !important;
}

.new-main-page .section-about-main-box.tm .timeline__point::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background: #CB7C9C !important;
    box-shadow: none !important;
    transform: translateY(-50%) !important;
}

.new-main-page .section-about-main-box.tm .timeline__point:nth-child(odd) .timeline__text {
    transform: translateY(-80px) !important;
}

.new-main-page .section-about-main-box.tm .timeline__point:nth-child(even) .timeline__text {
    transform: translateY(80px) !important;
}

.new-main-page .section-about-main-box.tm .timeline__point--cta {
    position: relative !important;
    flex: 0 0 auto !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    padding: 0 !important;
}

.new-main-page .section-about-main-box.tm .timeline__point--cta .timeline__button {
    transform: translateY(-80px) !important;
}

.new-main-page .section-about-main-box.tm .timeline__text {
    max-width: 260px !important;
    margin: 0 !important;
    text-align: center !important;
    color: #425164 !important;
    line-height: 1.35 !important;
    hyphens: auto !important;
    font-size: 16px !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    box-shadow: none !important;
}

.new-main-page .section-about-main-box.tm .timeline__button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    color: #fff !important;
    padding: 13px 32px !important;
    border-radius: 999px !important;
    background-color: #CB7C9C !important;
    border-color: #CB7C9C !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    min-height: 0 !important;
}

.new-main-page .section-about-main-box.tm .timeline__button:hover {
    background-color: #8E62EF !important;
    border-color: #8E62EF !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .new-main-page .section-about-main-box.tm .timeline {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 0 0 0 20px !important;
        gap: 0 !important;
    }

    .new-main-page .section-about-main-box.tm .timeline::before {
        left: 10px !important;
        right: auto !important;
        top: 0 !important;
        bottom: 0 !important;
        width: 2px !important;
        height: auto !important;
        transform: none !important;
    }

    .new-main-page .section-about-main-box.tm .timeline__point {
        width: 100% !important;
        justify-content: flex-start !important;
        padding: 22px 0 !important;
    }

    .new-main-page .section-about-main-box.tm .timeline__point::before {
        left: 0 !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .new-main-page .section-about-main-box.tm .timeline__text {
        margin-left: 32px !important;
        text-align: left !important;
        transform: none !important;
        max-width: 100% !important;
        font-size: 16px !important;
    }

    .new-main-page .section-about-main-box.tm .timeline__point--cta {
        margin-top: 16px !important;
        width: 100% !important;
    }

    .new-main-page .section-about-main-box.tm .timeline__button {
        width: 100% !important;
        justify-content: center !important;
    }

    .new-main-page .section-about-main-box.tm .timeline__point--cta .timeline__button {
        transform: translateY(0) !important;
    }
}

/* 2026-03-03: why-us spacing pass (more vertical air) */
.new-main-page .section-why-us {
    padding-top: 14px;
}

.new-main-page .section-why-us .why-us-title-box {
    margin-bottom: 34px;
}

.new-main-page .section-why-us .section-subtitle {
    margin-top: 16px;
    max-width: 76rem;
}

.new-main-page .section-why-us .why-us-metrics {
    gap: 18px;
    margin-bottom: 34px;
}

.new-main-page .section-why-us .why-us-metric {
    min-height: 164px;
    padding: 26px 22px 22px;
}

.new-main-page .section-why-us .why-us-metric__value {
    margin-bottom: 14px;
}

.new-main-page .section-why-us .why-us-logos {
    margin-bottom: 38px;
}

.new-main-page .section-why-us .why-us-logos .logo-marquee {
    padding: 8px 0;
}

.new-main-page .section-why-us .why-us-cards {
    gap: 18px;
    margin-bottom: 38px;
}

.new-main-page .section-why-us .why-us-card {
    min-height: 246px;
    padding: 26px 22px 22px;
}

.new-main-page .section-why-us .why-us-card__icon {
    margin-bottom: 18px;
}

@media (max-width: 1023px) {
    .new-main-page .section-why-us .why-us-title-box {
        margin-bottom: 26px;
    }

    .new-main-page .section-why-us .why-us-metrics {
        margin-bottom: 24px;
    }

    .new-main-page .section-why-us .why-us-logos {
        margin-bottom: 28px;
    }

    .new-main-page .section-why-us .why-us-cards {
        margin-bottom: 28px;
    }

    .new-main-page .section-why-us .why-us-metric,
    .new-main-page .section-why-us .why-us-card {
        min-height: 0;
        padding: 20px 18px 16px;
    }
}

@media (max-width: 767px) {
    .new-main-page .section-why-us {
        padding-top: 6px;
    }

    .new-main-page .section-why-us .section-subtitle {
        margin-top: 12px;
    }

    .new-main-page .section-why-us .why-us-metrics {
        gap: 12px;
        margin-bottom: 20px;
    }

    .new-main-page .section-why-us .why-us-metric {
        padding: 16px 14px 14px;
    }

    .new-main-page .section-why-us .why-us-logos {
        margin-bottom: 22px;
    }

    .new-main-page .section-why-us .why-us-cards {
        gap: 12px;
        margin-bottom: 22px;
    }

    .new-main-page .section-why-us .why-us-card {
        padding: 16px 14px 14px;
    }
}
