:root {
    --clr-base: #000;
    --clr-base-hover: #3f3f3f;
    --clr-title: #2a2a2a;
    --clr-att: #887cbc;
    --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(../img/icons/link-email.svg)
}

.link-location {
    white-space: normal
}

.link-location:before {
    background-image: url(../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: var(--clr-att)
}

.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(../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%
}

@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(../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(../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(../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(../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
}

.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-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(../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(../img/icons/arrow-select.png);
    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(../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(../img/icons/menu.svg)
}

.btn-action-ico.ico-search:before {
    background-image: url(../img/icons/search.svg)
}

.btn-action-ico.ico-close:before {
    background-image: url(../img/icons/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(../img/icons/close.svg)
}

.btn-action-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: inherit
}

.btn-action-icon.button-att {
    color: var(--clr-att)
}

.btn-action-icon.button-att .button-ico {
    filter: none
}

.btn-action-icon:hover {
    color: var(--clr-att)
}

.btn-action-icon:hover .button-ico {
    filter: none
}

.btn-action-icon .button-ico {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    filter: brightness(0) grayscale(1)
}

.btn-action-icon .button-ico+.button-title {
    padding-left: 10px
}

.btn-action-icon .button-title {
    display: block
}

@media (min-width:1024px) {
    .form-input.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-top: 15px;
    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(../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"), url(../fonts/Manrope-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope-Regular.woff2) format("woff2"), url(../fonts/Manrope-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Actay Main;
    src: url(../fonts/ActayCondensed-Thin.woff2) format("woff2"), url(../fonts/ActayCondensed-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Actay Main;
    src: url(../fonts/Actay-Regular.woff2) format("woff2"), url(../fonts/Actay-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Actay Main;
    src: url(../fonts/ActayWide-Bold.woff2) format("woff2"), url(../fonts/ActayWide-Bold.woff) format("woff");
    font-weight: 700;
    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: 700
}

.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: #8665e6
}

.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: 700;
    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: #162a4d;
    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
}

.footer-main a {
    color: inherit
}

.footer-main a.active,
.footer-main a:hover {
    color: #dadada
}

.footer-main .btn-menu {
    display: block;
    position: relative;
    padding: 7px 0
}

.footer-main .btn-menu *{
    font-family: "Inter", "system-ui";
}

.footer-main .menu-title {
    display: block;
    color: #dadada;
    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: #b1c6ff;
    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
}

.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: #2a61f6;
    border-color: #2a61f6
}

.btn.button-blue:hover {
    background-color: #3b72ff;
    border-color: #3b72ff
}

@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
        }
    }
}

@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 form edits */
.popup-message-box .popup-title:last-child {
  margin-bottom: 0;
}
.popup-message-box .elm-ico {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px auto;
}
.popup-succefull .popup-box {
  background: #fff;
}
.popup-succefull .popup-box .popup-title {
  font-size: 26px;
  text-align: center;
  line-height: 1.36;
  font-weight: bold;
  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: bold;
  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-title-wrap,
  .popup-succefull .popup-box .popup-content-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 70px;
  }
  .popup-form .popup-box .popup-title-wrap {
    margin: 0 -20px 30px -20px;
    width: auto;
    text-align: center;
    padding: 0;
  }
  .popup-form .popup-box .popup-content-wrap {
    padding: 0;
  }
}
/* end popup form edits */
/* new main page */
/* ----------------------------------- *\
			animation
\* ----------------------------------- */
.item-animation {
  transition-property: transform, opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  /* opacity: 0;
    &.item-active {
        opacity: 1;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    } */
}
.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: 0.1s !important;
}
.item-animation-third {
  transition-delay: 0.2s !important;
}
.item-animation-four {
  transition-delay: 0.3s !important;
}
.item-animation-five {
  transition-delay: 0.4s !important;
}
.item-animation-six {
  transition-delay: 0.5s !important;
}
.item-animation-seven {
  transition-delay: 0.6s !important;
}
.photo-rotate-animation {
  animation: rotateAnimation 40s linear infinite;
  transform-origin: center center;
}
@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.frm-field-slider {
  display: block;
  position: relative;
}
.frm-field-slider .noUi-horizontal {
  height: 12px;
  border-radius: 6px;
  background: #E4E4E4;
  margin: 0 0 0 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:before,
.frm-field-slider .noUi-horizontal .noUi-handle:after {
  display: none;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.woff2') format('woff2'), url('../fonts/Manrope-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.woff2') format('woff2'), url('../fonts/Manrope-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.woff2') format('woff2'), url('../fonts/Manrope-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.wrap:has(.new-main-page) {
  background: #fff;
}
.new-main-page {
  --clr-base: #425164;
  --clr-att: #622BFF;
  --clr-att-hover: #00D287;
  --clr-title: #272727;
  --sectionMargin: 36px;
  color: var(--clr-base);
  /* 555 */
  /* 666 */
}
.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: var(--clr-att);
  border-color: var(--clr-att);
  height: 50px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  color: #fff;
  padding: 0 40px;
}
.new-main-page .btn:hover {
  background-color: var(--clr-att-hover);
  border-color: var(--clr-att-hover);
  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: #EBF2FB;
  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 ease 0.2s;
}
.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 15px;
  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: 40px;
  background: #EBF2FB;
  transition: all ease 0.2s;
  font-size: 15px;
  line-height: 1.46666667;
  font-weight: 400;
  color: var(--clr-base);
  min-height: 403px;
}
.new-main-page .item-tile-step-main .tile-title-wrap,
.new-main-page .item-tile-step-main .tile-action-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;
}
.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: 80%;
  -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: bold;
  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 var(--clr-base);
  color: var(--clr-base);
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  padding: 0 20px 0 30px;
  transition: all ease 0.2s;
}
.new-main-page .item-tile-step-main .tile-button:hover {
  background-color: var(--clr-base);
  border-color: var(--clr-base);
  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 ease 0.2s;
}
.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 ease 0.2s;
  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: bold;
}
.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(../img/new/award.svg) center 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;
  border-radius: 40px;
  background: #fff;
  padding: 16px 26px;
  color: var(--clr-base);
}
.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: 20px;
  line-height: 1.45;
  font-weight: bold;
}
.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 ease 0.2s;
}
.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 ease 0.2s;
  filter: brightness(0) grayscale(1);
}
.new-main-page .elm-sticker.bg-blue,
.new-main-page .tile-sticker.bg-blue {
  background-color: #315AF6;
  color: #fff;
}
.new-main-page .elm-sticker.bg-green,
.new-main-page .tile-sticker.bg-green {
  background-color: #00D287;
  color: #fff;
}
.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;
}
.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 ease 0.2s;
  font-size: 14px;
  line-height: 20px;
  color: var(--clr-base);
  padding: 16px 26px 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: bold;
  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: 2.6rem;
    line-height: 1.3;
    max-width: 16.92307692em;
  }
  .new-main-page .item-tile-logo-main .tile-button {
    font-size: 2rem;
  }
  .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: 2.6rem;
    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;
  }
  .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 -15px;
}
.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;
}
.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: 469px;
  border-radius: 1304px;
  background: #3E75FF;
  filter: blur(150px);
  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 -13px;
  position: relative;
  z-index: 2;
}
.new-main-page .section-tiles-box .items-wrap {
  margin: 0 -6px -12px -6px;
  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(../img/new/bg01-m.jpg);
}
.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;
}
.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 .photo01 {
  display: block;
  width: 17%;
  top: 22%;
  left: 22%;
  z-index: 3;
}
.new-main-page .section-main-box .photo02 {
  display: block;
  width: 59%;
  top: 39%;
  aspect-ratio: 660/802;
  z-index: 2;
}
.new-main-page .section-main-box .photo03 {
  display: block;
  aspect-ratio: 668/299;
  left: 75%;
  top: 71.5%;
  width: 60%;
  z-index: 3;
}
.new-main-page .section-main-box .photo04 {
  display: block;
  aspect-ratio: 550/160;
  top: 82%;
  left: 23%;
  width: 50%;
}
.new-main-page .section-main-box .photo05 {
  width: 72%;
  top: 22.5%;
  left: 22%;
  aspect-ratio: 1;
  display: block;
}
.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: bold;
}
.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 -40px;
}
.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, 0.25);
  padding: 0 32px;
  line-height: 44px;
  overflow: hidden;
  font-size: 24px;
  color: #34704F;
  letter-spacing: -0.72px;
  font-weight: bold;
  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: url(../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: 105%;
}
.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: -0.93px;
  margin: 0 0 32px 0;
}
.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 .photo06 {
  width: 200%;
  display: block;
  aspect-ratio: 745/737;
}
.new-main-page .section-action-box .photo01 {
  aspect-ratio: 55/28;
  width: 16%;
  top: 14%;
  left: 59%;
  z-index: 2;
  display: block;
}
.new-main-page .section-action-box .photo02 {
  aspect-ratio: 55/28;
  width: 16%;
  top: 24%;
  left: 72%;
  z-index: 2;
  display: block;
}
.new-main-page .section-action-box .photo03 {
  aspect-ratio: 55/28;
  width: 16%;
  top: 24%;
  left: 72%;
  z-index: 2;
  display: block;
}
.new-main-page .section-action-box .photo03 {
  aspect-ratio: 55/28;
  width: 16%;
  top: 36%;
  left: 80%;
  z-index: 2;
  display: block;
}
.new-main-page .section-action-box .photo04 {
  aspect-ratio: 55/28;
  width: 16%;
  top: 50%;
  left: 85%;
  z-index: 2;
  display: block;
}
.new-main-page .section-action-box .photo05 {
  aspect-ratio: 413/124;
  top: 74%;
  left: 50%;
  display: block;
  width: 80%;
}
.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 -5px;
}
.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 -3px;
}
.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 -15px;
}
.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 0;
}
.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: bold;
}
.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) center 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%;
  overflow: hidden;
}
.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: 0px;
  z-index: 2;
}
.new-main-page .section-efficiency-box .items-wrap {
  margin: -17px -25px -17px -25px;
  position: relative;
}
.new-main-page .section-efficiency-box .items-wrap:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(193, 217, 244, 0.5);
}
.new-main-page .section-efficiency-box .items-wrap:before {
  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, 0.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 .elm-photo {
  display: none;
}
.new-main-page .section-video-box .video-inner-wrap.activated .btn-play {
  display: none;
}
.new-main-page .section-video-box .btn {
  min-width: 275px;
}
.new-main-page .section-video-box video,
.new-main-page .section-video-box .elm-photo {
  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: #EEF4FB;
  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 .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: center;
  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-left: var(--paddingContainer);
    padding-right: var(--paddingContainer);
    padding-top: 40px;
    padding-bottom: 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;
  }
}
@media (min-width: 640px) {
  .new-main-page .section-about-main-box .item-wrap {
    width: calc(50% - (14/2px));
  }
  .new-main-page .section-logos-box .item-wrap {
    width: 33.33%;
  }
  .new-main-page .section-exp-box .item-wrap {
    width: 50%;
  }
  .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-title,
  .new-main-page .section-tiles-box .wrap-half .item-tile-step-main .tile-title-wrap .tile-info {
    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;
    padding: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: calc(58% - 12px);
    margin: 0;
  }
  .new-main-page .section-calc-box .total-calc-wrap {
    width: 42%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .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 video,
  .new-main-page .section-video-box .elm-photo {
    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% - (3.6/2rem));
    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: start;
        align-items: 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: 19rem;
    margin-bottom: 13rem;
  }
  .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: bold;
    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: -0.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 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-middle-box .box-inner-wrap,
  .new-main-page .section-action-box .box-inner-wrap,
  .new-main-page .section-main-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(../img/new/bg01-d.jpg);
  }
  .new-main-page .section-middle-box .action-inner-wrap,
  .new-main-page .section-action-box .action-inner-wrap,
  .new-main-page .section-main-box .action-inner-wrap {
    position: absolute;
    bottom: 6.7rem;
    left: var(--paddingContainer);
    width: auto;
    text-align: left;
  }
  .new-main-page .section-middle-box .photo-inner-wrap,
  .new-main-page .section-action-box .photo-inner-wrap,
  .new-main-page .section-main-box .photo-inner-wrap {
    width: 46%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .new-main-page .section-middle-box .title-inner-wrap,
  .new-main-page .section-action-box .title-inner-wrap,
  .new-main-page .section-main-box .title-inner-wrap {
    -ms-flex: 1;
        flex: 1;
    text-align: left;
    padding: 0rem 0 12rem 0;
  }
  .new-main-page .section-action-box .box-inner-wrap {
    padding-bottom: 4rem;
    min-height: 0;
    background-image: url(../img/new/bg02-d.jpg);
  }
  .new-main-page .section-middle-box .box-inner-wrap {
    padding: 5rem var(--paddingContainer);
    background-image: url(../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% - (30/2px));
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .new-main-page .section-exp-box .title-inner-wrap .title-wrap {
    margin: 0;
    width: calc(50% - (30/2px));
    -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 .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: 252px;
    -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% - (24/2px));
  }
  .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-main-box,
  .new-main-page .section-action-box,
  .new-main-page .section-middle-box {
    font-size: 2rem;
    line-height: 1.45;
  }
  .new-main-page .section-main-box .box-inner-wrap,
  .new-main-page .section-action-box .box-inner-wrap,
  .new-main-page .section-middle-box .box-inner-wrap {
    padding-right: 3rem;
  }
  .new-main-page .section-main-box .action-inner-wrap,
  .new-main-page .section-action-box .action-inner-wrap,
  .new-main-page .section-middle-box .action-inner-wrap {
    left: 6.7rem;
  }
  .new-main-page .section-main-box .section-title,
  .new-main-page .section-action-box .section-title,
  .new-main-page .section-middle-box .section-title {
    margin-bottom: 20px;
  }
  .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 -10px;
  }
  .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, 0.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% - (9/2rem));
  }
  .new-main-page .section-awards-box .wrap-main .item-wrap {
    width: 100%;
    padding: 3rem 0;
    border-bottom: 1px solid rgba(193, 217, 244, 0.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: 200px;
  }
  .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 .page-title-box {
    font-size: 4rem;
  }
}
/* end new main page */

/* new styles page 10.2025 */
/* common-styles 11111 */
.wrap:has(.new-main-page-second) {
  background: #fff;
}
.new-main-page-second {
  --clr-base: #425164;
  --clr-att: #622BFF;
  --clr-att-title: #A98BFF;
  --clr-att-hover: #00D287;
  --clr-title: #425164;
  --sectionMargin: 36px;
  color: var(--clr-base);
  font-size: 14px;
  line-height: 1.5;
  /* 40-80 (47 title-mobile-large) */
  /* 33-60, 33-48 */
}
.new-main-page-second .item-ascale {
  transition: all ease-in 1s;
  transition-delay: 0.4s;
}
.new-main-page-second .item-ascale.item-active {
  scale: 1.08;
}
.new-main-page-second * {
  font-family: 'Manrope', sans-serif;
}
.new-main-page-second :is([class^="item-tile"]):hover .elm-photo img,
.new-main-page-second :is([class^="item-tile"]):hover .tile-photo img {
  transform: scale(1.05);
}
.new-main-page-second .text-nowrap {
  white-space: nowrap;
}
.new-main-page-second .text-attention {
  display: inline-block;
  position: relative;
  padding: 0 0.34em;
  white-space: nowrap;
}
.new-main-page-second .text-attention:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0;
  right: 0;
  bottom: 0.1em;
  border: 1px solid currentColor;
  border-radius: 0.40625em;
}
.new-main-page-second p:last-child {
  margin-bottom: 0;
}
.new-main-page-second .h1-title {
  font-size: 40px;
  line-height: 1.175;
  font-weight: 400;
  letter-spacing: normal;
}
.new-main-page-second .h2-title,
.new-main-page-second .h3-title {
  font-size: 33px;
  line-height: 1.15151515;
  letter-spacing: -0.03em;
  font-weight: 400;
}
.new-main-page-second .btn-action-more {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  color: #282828;
  white-space: nowrap;
  letter-spacing: -0.03em;
  gap: 10px;
}
.new-main-page-second .btn-action-more:hover {
  color: #282828;
}
.new-main-page-second .btn-action-more:hover .button-ico {
  background-color: #622BFF;
}
.new-main-page-second .btn-action-more:hover .button-title {
  padding-bottom: 0;
  border-bottom: 1px solid;
}
.new-main-page-second .btn-action-more .button-title {
  display: block;
  padding-bottom: 1px;
}
.new-main-page-second .btn-action-more .button-ico {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #282828;
  transition: all ease 0.2s;
}
.new-main-page-second .btn-action-more .button-ico img,
.new-main-page-second .btn-action-more .button-ico svg {
  filter: brightness(0) invert(1);
  max-width: 100%;
  max-height: 100%;
}
.new-main-page-second .btn {
  height: 55px;
  border-radius: 30px;
  padding: 0 44px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.03em;
  background: var(--clr-att);
  border: 2px solid var(--clr-att);
  color: #fff;
}
.new-main-page-second .btn:hover {
  background-color: #4B3096;
  border-color: #4B3096;
}
.new-main-page-second .btn .button-ico {
  filter: brightness(0) invert(1);
}
.new-main-page-second .btn.button-dark-border {
  background-color: transparent;
  border-color: #282828;
  color: #282828;
}
.new-main-page-second .btn.button-dark-border .button-ico {
  filter: none;
}
.new-main-page-second .btn.button-dark-border:hover {
  color: #282828;
  background-color: #EBE8FF;
  border-color: #EBE8FF;
}
.new-main-page-second .btn.button-dark-border:hover .button-ico {
  filter: none;
}
.new-main-page-second .btn.button-green {
  background-color: #51C987;
  border-color: #51C987;
  color: #282828;
}
.new-main-page-second .btn.button-green .button-ico {
  filter: none;
}
.new-main-page-second .btn.button-green:hover {
  color: #282828;
  background-color: #82F4B5;
  border-color: #82F4B5;
}
.new-main-page-second .btn.button-green:hover .button-ico {
  filter: none;
}
.new-main-page-second .btn.button-dark {
  background-color: #282828;
  border-color: #282828;
  color: #fff;
}
.new-main-page-second .btn.button-dark:hover {
  color: #282828;
  background-color: #fff;
  border-color: #282828;
}
.new-main-page-second .btn.button-dark:hover .button-ico {
  filter: none;
}
.new-main-page-second .btn.button-tag {
  background-color: #89E9FA;
  border-color: #89E9FA;
  color: #014550;
}
.new-main-page-second .btn.button-tag .button-ico {
  filter: none;
}
.new-main-page-second .btn.button-tag:hover {
  color: #fff;
  background-color: var(--clr-att);
  border-color: var(--clr-att);
}
.new-main-page-second .btn.button-tag:hover .button-ico {
  filter: brightness(0) invert(1);
}
.new-main-page-second .slider-pagination.type-dotted {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  max-width: 100%;
  width: 100%;
  margin: 25px 0 0 0;
  border-radius: 0;
  background: none;
  height: auto;
}
.new-main-page-second .slider-pagination.type-dotted .swiper-pagination-bullet {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E1E7F2;
  border: none;
  padding: 0;
}
.new-main-page-second .slider-pagination.type-dotted .swiper-pagination-bullet:hover,
.new-main-page-second .slider-pagination.type-dotted .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #A98BFF;
}
@media (max-width: 1023px) {
  .new-main-page-second .h1-title.title-mobile-large {
    font-size: 47px;
    letter-spacing: -0.03em;
  }
}
@media (min-width: 1024px) {
  .new-main-page-second {
    font-size: 17px;
    line-height: 1.52631579;
  }
  .new-main-page-second .slider-pagination.type-dotted {
    margin-top: 30px;
  }
  .new-main-page-second .btn {
    height: 7rem;
    border-radius: 4rem;
    padding: 0 6.2rem;
    font-size: 25px;
  }
  .new-main-page-second .h1-title {
    font-size: 6rem;
    letter-spacing: -0.03em;
  }
  .new-main-page-second .h2-title {
    font-size: 5rem;
    line-height: 1.2;
  }
  .new-main-page-second .h3-title {
    font-size: 42px;
    line-height: 1.20833333;
  }
}
@media (min-width: 1200px) {
  .new-main-page-second {
    font-size: 19px;
  }
  .new-main-page-second .h1-title {
    font-size: 8rem;
  }
  .new-main-page-second .h2-title {
    font-size: 6rem;
  }
  .new-main-page-second .h3-title {
    font-size: 48px;
  }
}
/* items-styles 22222 */
.new-main-page-second .item-tile-section-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
  border-radius: 21px;
  overflow: visible;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #282828;
  padding: 23px 32px;
  background: #EBE8FF;
  position: relative;
  z-index: 2;
}
.new-main-page-second .item-tile-section-price:hover:before {
  scale: 1.02;
}
.new-main-page-second .item-tile-section-price:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #EBE8FF;
  z-index: -1;
  border-radius: 21px;
  transition: all ease-in 0.8s;
}
.new-main-page-second .item-tile-section-price.tile-main {
  background: #622BFF;
  color: #fff;
}
.new-main-page-second .item-tile-section-price.tile-main:before {
  background-color: #622BFF;
}
.new-main-page-second .item-tile-section-price.tile-main .tile-sticker {
  color: #282828;
  background: #fff;
}
.new-main-page-second .item-tile-section-price.tile-main .tile-info-wrap {
  margin-bottom: 20px;
}
.new-main-page-second .item-tile-section-price.tile-main .frm-content {
  display: none;
}
.new-main-page-second .item-tile-section-price.tile-main .frm-content.active {
  display: block;
}
.new-main-page-second .item-tile-section-price.tile-main .tile-total-value {
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: normal;
}
.new-main-page-second .item-tile-section-price.tile-main .tile-action-wrap {
  padding-top: 15px;
}
.new-main-page-second .item-tile-section-price .tile-logo-main {
  margin: 0 auto;
  display: block;
}
.new-main-page-second .item-tile-section-price .tile-logo-main img,
.new-main-page-second .item-tile-section-price .tile-logo-main svg {
  display: block;
  width: 100%;
}
.new-main-page-second .item-tile-section-price .tile-logo-title {
  display: block;
  text-align: left;
}
.new-main-page-second .item-tile-section-price .tile-logo-wrap {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  width: 87px;
  margin-top: -20px;
  margin-right: -25px;
}
.new-main-page-second .item-tile-section-price .tile-total-text {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  margin: 4px 0 0 0;
  font-weight: 400;
}
.new-main-page-second .item-tile-section-price .tile-top-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 10px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 14px;
}
.new-main-page-second .item-tile-section-price .tile-info-wrap {
  margin-bottom: 62px;
}
.new-main-page-second .item-tile-section-price .tile-info-wrap:has(+.tile-photo-wrap) {
  margin-bottom: 4px;
}
.new-main-page-second .item-tile-section-price .tile-photo-wrap {
  display: block;
  position: relative;
  margin-bottom: -25px;
  margin-left: 0;
  margin-right: -22px;
}
.new-main-page-second .item-tile-section-price .tile-total-wrap {
  margin-bottom: 8px;
}
.new-main-page-second .item-tile-section-price .tile-total-title {
  font-size: 15px;
  line-height: 1.66666667;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin: 0 0 2px 0;
}
.new-main-page-second .item-tile-section-price .tile-total-value {
  display: block;
  font-size: 30px;
  line-height: 1.26666667;
  letter-spacing: -0.03em;
}
.new-main-page-second .item-tile-section-price .tile-total-value-info {
  display: inline;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  margin-left: 8px;
}
.new-main-page-second .item-tile-section-price .tile-photo {
  width: 135px;
  margin: 0 0 0 auto;
}
.new-main-page-second .item-tile-section-price .tile-sticker {
  height: 37px;
  padding: 0 30px;
  min-width: 109px;
  border-radius: 30px;
  background: #282828;
  font-size: 20px;
  text-align: center;
  line-height: 37px;
  border: none;
  color: #fff;
  letter-spacing: -0.03em;
  font-weight: 400;
}
.new-main-page-second .item-tile-section-price .tile-action-wrap {
  text-align: center;
}
.new-main-page-second .item-tile-section-price .tile-logo-image {
  width: 200px;
  line-height: 1;
  margin-bottom: 16px;
  padding-top: 8px;
}
.new-main-page-second .item-tile-section-price .tile-logo-image img,
.new-main-page-second .item-tile-section-price .tile-logo-image svg {
  display: block;
  width: 100%;
}
.new-main-page-second .item-tile-section-price .btn {
  height: 55px;
  font-size: 18px;
  letter-spacing: -0.03em;
  font-weight: 600;
  padding: 0 24px;
  width: 100%;
}
.new-main-page-second .item-tile-section-price .btn.button-dark-border:hover {
  background-color: #622BFF;
  border-color: #622BFF;
  color: #fff;
}
.new-main-page-second .item-tile-section-price .tile-select-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 12px;
  letter-spacing: normal;
}
.new-main-page-second .item-tile-section-price .btn-action-more {
  font-size: 18px;
  font-weight: 600;
}
.new-main-page-second .item-tile-section-price .tile-select-wrap {
  padding-bottom: 30px;
  margin-bottom: 0px;
  border-bottom: 1px dotted #fff;
}
.new-main-page-second .item-tile-section-price .frm-select {
  margin-bottom: 12px;
  color: inherit;
}
.new-main-page-second .item-tile-section-price .frm-select input:checked ~ label:before {
  opacity: 1;
}
.new-main-page-second .item-tile-section-price .frm-select label {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding: 0 0 0 30px;
  min-height: 22px;
  color: inherit;
  opacity: 1;
}
.new-main-page-second .item-tile-section-price .frm-select label:before,
.new-main-page-second .item-tile-section-price .frm-select label:after {
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  position: absolute;
  top: 11px;
  left: 11px;
  margin: -11px 0 0 -11px;
  background: none;
  border-radius: 50%;
}
.new-main-page-second .item-tile-section-price .frm-select label:after {
  width: 14px;
  height: 14px;
  background: #fff;
  margin: -7px 0 0 -7px;
}
.new-main-page-second .item-tile-section-price .frm-select:last-child {
  margin-bottom: 0;
}
.new-main-page-second .item-tile-section-total {
  display: block;
  position: relative;
  min-height: 100%;
  line-height: 1.125;
  letter-spacing: -0.03em;
  margin: 0;
  letter-spacing: normal;
}
.new-main-page-second .item-tile-section-history {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  color: #282828;
  overflow: hidden;
  font-size: 22px;
  line-height: 1.45454545;
  letter-spacing: -0.01em;
  background: linear-gradient(135deg, #E0E6F2, #906FFA);
  border-radius: 40px;
  min-height: 100%;
}
.new-main-page-second .item-tile-section-history .tile-logo-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 78px;
  padding-right: 10px;
  padding-left: 28px;
  margin-bottom: -10px;
}
.new-main-page-second .item-tile-section-history .tile-info-wrap {
  padding-left: 28px;
  padding-right: 28px;
  -ms-flex: 1;
      flex: 1;
  margin-bottom: 15px;
  font-weight: 500;
}
.new-main-page-second .item-tile-section-history .tile-info-wrap b {
  font-weight: 800;
}
.new-main-page-second .item-tile-section-history .tile-photo-wrap {
  width: 140%;
}
.new-main-page-second .item-tile-section-history .tile-photo {
  height: 270px;
}
.new-main-page-second .item-tile-section-history .tile-photo img {
  display: block;
  width: auto;
  max-width: inherit;
  height: 100%;
  margin: 0 auto;
}
.new-main-page-second .item-tile-section-history .tile-logo {
  -ms-flex: 1;
      flex: 1;
  height: 32px;
  position: relative;
}
.new-main-page-second .item-tile-section-history .tile-logo img,
.new-main-page-second .item-tile-section-history .tile-logo svg {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto 0 0;
}
.new-main-page-second .item-tile-section-history .tile-logo + .tile-logo {
  width: 78px;
  -ms-flex: 0 0 78px;
      flex: 0 0 78px;
  height: 78px;
}
.new-main-page-second .item-tile-section-history .tile-logo + .tile-logo img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  margin: auto;
}
.new-main-page-second .item-tile-section-feature {
  border-radius: 30px;
  background: linear-gradient(180deg, #622CFE 0%, #4B4A9E 100%);
  letter-spacing: normal;
  color: #fff;
  padding: 54px 12px 12px 12px;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  overflow: hidden;
}
.new-main-page-second .item-tile-section-feature.type-second {
  background: #282828;
  padding: 33px 28px;
}
.new-main-page-second .item-tile-section-feature.type-second .tile-title-wrap {
  padding-left: 0;
}
.new-main-page-second .item-tile-section-feature .tile-title-wrap {
  padding-left: 18px;
  margin-bottom: 29px;
  font-size: 1.14285714em;
  line-height: 1.375;
  -ms-flex: 1;
      flex: 1;
}
.new-main-page-second .item-tile-section-feature .tile-logo {
  display: block;
  width: 195px;
  margin: 0 0 15px 0;
}
.new-main-page-second .item-tile-section-feature .tile-logo img,
.new-main-page-second .item-tile-section-feature .tile-logo svg {
  display: block;
  width: 100%;
}
.new-main-page-second .item-tile-section-feature .tile-logo-info-wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 120px;
}
.new-main-page-second .item-tile-section-feature .tile-action-wrap {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
.new-main-page-second .item-tile-section-feature .tile-action-wrap .btn {
  width: 100%;
  height: 55px;
  padding: 0 10px;
  font-size: 18px;
  border-radius: 40px;
}
.new-main-page-second .item-tile-section-feature .tile-logo-info {
  font-size: 1.14285714em;
  line-height: 1.375;
  letter-spacing: normal;
}
.new-main-page-second .item-tile-section-feature .tile-title {
  margin: 0 0 20px 0;
}
.new-main-page-second .item-tile-section-feature .tile-info-item {
  margin-bottom: 12px;
  display: block;
  position: relative;
  border-radius: 30px;
  background: #fff;
  padding: 14px 15px 22px 28px;
  color: #425164;
}
.new-main-page-second .item-tile-section-feature .tile-info-item:last-child {
  margin-bottom: 0;
}
.new-main-page-second .item-tile-section-feature .tile-info-title {
  display: block;
  padding-left: 34px;
  font-size: 22px;
  line-height: 1.27272727;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 3px;
  color: #282828;
}
.new-main-page-second .item-tile-section-feature .tile-feature-sticker {
  position: absolute;
  top: 0;
  right: 0;
  background: #51C987;
  padding: 10px 22px 12px 26px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 0 0 0 30px;
}
.new-main-page-second .item-tile-section-feature .tile-ico {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 28px;
  left: 28px;
  margin-top: -13px;
}
.new-main-page-second .item-tile-section-feature .tile-photo {
  width: 250px;
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translate(-30%, -110%);
  rotate: -25deg;
}
.new-main-page-second .item-tile-section-info {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 21px;
  padding: 16px 16px 22px 29px;
  background: #EBE8FF;
  color: #282828;
  letter-spacing: normal;
  min-height: 100%;
}
.new-main-page-second .item-tile-section-info .tile-title-wrap {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 15px;
}
.new-main-page-second .item-tile-section-info .tile-title {
  font-size: 22px;
  line-height: 1.27272727;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 0;
  -ms-flex: 1;
      flex: 1;
  max-width: 7.13333333em;
}
.new-main-page-second .item-tile-section-info .tile-ico {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.new-main-page-second .item-tile-section-info .tile-ico img,
.new-main-page-second .item-tile-section-info .tile-ico svg {
  max-width: 40px;
  max-height: 40px;
}
@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
    }

    .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) {
  .new-main-page-second .item-tile-section-price {
    padding: 25px 35px;
    font-size: 1.05263158em;
    line-height: 1.45;
    letter-spacing: -0.01em;
    border-radius: 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .new-main-page-second .item-tile-section-price:before {
    border-radius: 4rem;
  }
  .new-main-page-second .item-tile-section-price.tile-main {
    padding-left: 4.4rem;
  }
  .new-main-page-second .item-tile-section-price.tile-main .tile-top-wrap {
    margin-bottom: 30px;
  }
  .new-main-page-second .item-tile-section-price.tile-main .tile-info-wrap {
    margin-bottom: 3rem;
  }
  .new-main-page-second .item-tile-section-price .tile-select-wrap {
    margin-top: 3rem;
    padding-bottom: 4.5rem;
  }
  .new-main-page-second .item-tile-section-price .tile-select-title {
    font-size: 1em;
    line-height: inherit;
  }
  .new-main-page-second .item-tile-section-price .tile-top-wrap {
    margin-bottom: 24px;
  }
  .new-main-page-second .item-tile-section-price .tile-photo-wrap {
    padding: 20px 0 0 0;
    margin: 0 -10px -15px 0;
  }
  .new-main-page-second .item-tile-section-price .tile-info-wrap {
    -ms-flex: 1;
        flex: 1;
  }
  .new-main-page-second .item-tile-section-price .tile-info-wrap:has(+.tile-photo-wrap) {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .new-main-page-second .item-tile-section-price .tile-info-wrap:has(+.tile-photo-wrap) ~ .tile-photo-wrap {
    -ms-flex: 1;
        flex: 1;
  }
  .new-main-page-second .item-tile-section-price .tile-total-title {
    font-size: 0.89473684em;
    line-height: 1.47058824;
    margin-bottom: 2px;
  }
  .new-main-page-second .item-tile-section-price .tile-total-value {
    font-size: 1.84210526em;
    line-height: 1.28571429;
    letter-spacing: -0.03em;
  }
  .new-main-page-second .item-tile-section-price .tile-total-value-info {
    font-size: 0.57142857em;
    line-height: 1.45;
    margin-left: 4px;
    letter-spacing: normal;
  }
  .new-main-page-second .item-tile-section-price .tile-total-wrap {
    margin-bottom: 3rem;
  }
  .new-main-page-second .item-tile-section-price .tile-photo {
    width: 16.8rem;
    margin: 0 0 0 auto;
  }
  .new-main-page-second .item-tile-section-price .tile-sticker {
    height: 5.3rem;
    min-width: 14.3rem;
    font-size: 2.5rem;
    padding: 0 3.5rem;
    line-height: 5.3rem;
  }
  .new-main-page-second .item-tile-section-price .btn {
    height: 6.5rem;
    font-size: 2.1rem;
  }
  .new-main-page-second .item-tile-section-price .tile-logo-image {
    margin-bottom: 24px;
  }
  .new-main-page-second .item-tile-section-price p {
    margin-bottom: 20px;
  }
  .new-main-page-second .item-tile-section-price .btn-action-more {
    font-size: 1em;
  }
  .new-main-page-second .item-tile-section-history {
    padding-top: 10px;
  }
  .new-main-page-second .item-tile-section-history .tile-info-wrap {
    font-weight: 600;
  }
  .new-main-page-second .item-tile-section-history .tile-info-wrap b {
    font-weight: 600;
  }
  .new-main-page-second .item-tile-section-history .tile-photo {
    margin-top: -60px;
    height: 330px;
  }
  .new-main-page-second .item-tile-section-feature {
    border-radius: 3rem;
    padding: 44px 2.8rem 5rem 2.8rem;
  }
  .new-main-page-second .item-tile-section-feature.type-second {
    padding: 4.3rem 2rem 5rem 5.8rem;
  }
  .new-main-page-second .item-tile-section-feature .tile-logo-info-wrap {
    max-width: 280px;
    margin-bottom: 2.3rem;
  }
  .new-main-page-second .item-tile-section-feature .tile-action-wrap {
    text-align: center;
    padding-right: 3rem;
  }
  .new-main-page-second .item-tile-section-feature .tile-action-wrap .btn {
    max-width: 440px;
  }
  .new-main-page-second .item-tile-section-feature .tile-logo-info {
    font-size: 1.05263158em;
    line-height: 1.45;
    letter-spacing: -0.01em;
  }
  .new-main-page-second .item-tile-section-feature .tile-logo {
    width: 230px;
    margin-bottom: 24px;
  }
  .new-main-page-second .item-tile-section-feature .tile-title-wrap {
    font-size: 1.05263158em;
    line-height: 1.45;
    margin-bottom: 4rem;
    padding-left: 2.4rem;
  }
  .new-main-page-second .item-tile-section-feature .tile-feature-sticker {
    font-size: 16px;
    line-height: 21px;
    border-radius: 0 0 0 3rem;
    padding: 14px 18px 13px 30px;
  }
  .new-main-page-second .item-tile-section-feature .tile-info-item {
    margin-bottom: 2rem;
    border-radius: 3rem;
    font-size: 1.05263158em;
    line-height: 1.45;
    letter-spacing: -0.01em;
    padding: 2.2rem 3.4rem 3rem 8.5rem;
  }
  .new-main-page-second .item-tile-section-feature .tile-info-title {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 5px;
    padding-left: 0;
  }
  .new-main-page-second .item-tile-section-feature .tile-action-wrap .btn {
    height: 7rem;
    font-size: 2.5rem;
  }
  .new-main-page-second .item-tile-section-feature .tile-ico {
    width: 35px;
    height: 35px;
    top: 3.9rem;
    left: 3.3rem;
    margin-top: -1.8rem;
  }
  .new-main-page-second .item-tile-section-feature .tile-photo {
    width: 310px;
    rotate: 0deg;
    transform: translate(-70%, -110%);
  }
  .new-main-page-second .item-tile-section-info {
    font-size: 1.05263158em;
    letter-spacing: -0.01em;
    border-radius: 3rem;
    padding: 2.4rem 2.5rem 3rem 3.5rem;
  }
  .new-main-page-second .item-tile-section-info .tile-title-wrap {
    margin-bottom: 5.6rem;
  }
  .new-main-page-second .item-tile-section-info .tile-title {
    font-size: 3rem;
    line-height: 1.2;
    padding-top: 2px;
  }
  .new-main-page-second .item-tile-section-info .tile-ico {
    width: 7.7rem;
    height: 7.7rem;
    border-radius: 2rem;
  }
  .new-main-page-second .item-tile-section-info .tile-ico img,
  .new-main-page-second .item-tile-section-info .tile-ico svg {
    max-width: 5.8rem;
    max-height: 5.8rem;
  }
  .new-main-page-second .item-tile-section-info p {
    max-width: 16.65em;
  }
  .new-main-page-second .item-tile-section-info .text-long p {
    max-width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .new-main-page-second .item-tile-section-price {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .new-main-page-second .item-tile-section-price.tile-main {
    padding-left: 20px;
  }
  .new-main-page-second .item-tile-section-price.tile-main .tile-total-value {
    font-size: 34px;
  }
  .new-main-page-second .item-tile-section-price .tile-total-value {
    font-size: 30px;
  }
  .new-main-page-second .item-tile-section-price .tile-total-text {
    font-size: 18px;
  }
  .new-main-page-second .item-tile-section-price .btn-action-more {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .new-main-page-second .item-tile-section-price.tile-main .tile-total-value {
    font-size: 34px;
  }
  .new-main-page-second .item-tile-section-price .tile-total-value {
    font-size: 30px;
  }
  .new-main-page-second .item-tile-section-price .tile-total-text {
    font-size: 18px;
  }
  .new-main-page-second .item-tile-section-price .btn-action-more {
    font-size: 16px;
    line-height: 28px;
  }
}
/* content-styles 33333 */
.new-main-page-second .section-bg-box {
  display: block;
  padding: 52px 0 100px 0;
  position: relative;
  width: 100%;
  z-index: 3;
  color: #fff;
}
.new-main-page-second .section-bg-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  transform: translateX(-50%);
  background: #282828;
  z-index: -2;
}
.new-main-page-second .section-bg-box > *:last-child {
  margin-bottom: 0;
}
.new-main-page-second .section-bg-box .text-att,
.new-main-page-second .section-bg-box .title-att {
  color: #A98BFF;
}
.new-main-page-second .section-text-box {
  padding: 45px 0 40px 0;
  text-align: center;
}
.new-main-page-second .section-text-box.type-second .section-title {
  font-size: 25px;
  line-height: 1.32;
}
.new-main-page-second .section-text-box .section-title {
  margin: 0 auto 40px auto;
  max-width: 21.33333333em;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  font-weight: 400;
}
.new-main-page-second .section-text-box .section-title:last-child {
  margin-bottom: 0;
}
.new-main-page-second .section-lead-box {
  position: relative;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.46666667;
  text-align: center;
}
.new-main-page-second .section-lead-box .action-inner-wrap {
  padding: 0 0 30px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.new-main-page-second .section-lead-box .title-inner-wrap {
  background: #E1E7F2;
  border-radius: 5vw 5vw 5vw 0;
  position: relative;
  padding: 25px 15px 16.5vw 15px;
}
.new-main-page-second .section-lead-box .title-inner-wrap .section-title {
  position: static;
}
.new-main-page-second .section-lead-box .title-inner-wrap .section-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 30.5%;
  bottom: -40px;
  width: 40px;
  height: 40px;
  background: #E1E7F2;
  z-index: 2;
}
.new-main-page-second .section-lead-box .title-inner-wrap .elm-photo {
  aspect-ratio: 350/242;
  width: 94%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-49%, -15vw);
  z-index: 7;
}
.new-main-page-second .section-lead-box .title-inner-wrap:before {
  content: "";
  display: block;
  border-radius: 0 0 5vw 5vw;
  position: absolute;
  top: 100%;
  left: 0;
  width: 31%;
  background: #E1E7F2;
  aspect-ratio: 100/168;
  z-index: 4;
}
.new-main-page-second .section-lead-box .title-inner-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 30.5%;
  right: 0;
  background: #fff;
  border-radius: 5vw 5vw 0 0;
  aspect-ratio: 200/200;
  z-index: 8;
}
.new-main-page-second .section-lead-box .photo-inner-wrap {
  display: block;
  margin-top: 8px;
  position: relative;
  z-index: 9;
}
.new-main-page-second .section-lead-box .photo-inner-wrap .elm-photo {
  aspect-ratio: 718/674;
}
.new-main-page-second .section-lead-box .section-title {
  margin-bottom: 12px;
}
.new-main-page-second .section-lead-box .section-title .item-animation {
  display: block;
  position: relative;
}
.new-main-page-second .section-lead-box p {
  margin: 0;
}
.new-main-page-second .section-info-box {
  color: #fff;
  margin-bottom: 40px;
  position: relative;
}
.new-main-page-second .section-info-box.type-second .box-inner-wrap {
  background: #282828;
}
.new-main-page-second .section-info-box.type-third .box-inner-wrap {
  background: linear-gradient(#855DFF, #A98EFF);
}
.new-main-page-second .section-info-box.type-third .info-inner-wrap {
  position: relative;
  z-index: 3;
}
.new-main-page-second .section-info-box .info-inner-wrap {
  position: relative;
  z-index: 3;
}
.new-main-page-second .section-info-box .photo-content-wrap {
  margin: 0 -25px;
  position: relative;
  padding: 53px 30px 45px 30px;
}
.new-main-page-second .section-info-box .photo-content-wrap .photo-decor {
  width: 290px;
  position: absolute;
  top: -120px;
  right: -80px;
  rotate: 50deg;
}
.new-main-page-second .section-info-box .photo-content-wrap .photo-main {
  z-index: 2;
}
.new-main-page-second .section-info-box .photo-inner-wrap {
  position: relative;
  margin: -30px -30px 0 -170px;
}
.new-main-page-second .section-info-box .photo-inner-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background: linear-gradient(0, rgba(40, 40, 40, 0) 0%, #282828 100%);
  z-index: 2;
}
.new-main-page-second .section-info-box .photo-inner-wrap .elm-photo {
  margin: 0 auto;
}
.new-main-page-second .section-info-box .box-inner-wrap {
  border-radius: 21px;
  background: #000 url(../img/new-second/bg-assisted-m.jpg) center no-repeat;
  background-size: cover;
  padding: 24px 25px 0 25px;
  position: relative;
  overflow: hidden;
}
.new-main-page-second .section-info-box .logo-inner-wrap {
  display: block;
  position: relative;
  padding: 0 0px;
  margin: 0 -5px;
}
.new-main-page-second .section-info-box .logo-inner-wrap .elm-photo {
  rotate: 90deg;
}
.new-main-page-second .section-info-box .logo-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-right: 20px;
}
.new-main-page-second .section-info-box .logo-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/new-second/ai-bg.png) 46% center no-repeat;
  background-size: 50% auto;
}
.new-main-page-second .section-info-box .logo-title img {
  display: block;
  width: 30%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.new-main-page-second .section-info-box .section-title {
  margin-bottom: 14px;
}
.new-main-page-second .section-info-box .info-wrap {
  font-size: 21px;
  line-height: 1.42857143;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin: 0 0 18px 0;
}
.new-main-page-second .section-info-box .text-wrap {
  margin-bottom: 22px;
  font-weight: 400;
  letter-spacing: normal;
}
.new-main-page-second .section-info-box .tags-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.new-main-page-second .section-info-box .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 34px;
  border-radius: 17px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
}
.new-main-page-second .section-info-box .btn .button-ico {
  width: 24px;
  height: 24px;
  margin: 0;
}
.new-main-page-second .section-info-box .elm-ico {
  display: block;
  width: 35%;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  top: 10%;
  left: 15%;
}
.new-main-page-second .section-info-box .ico02 {
  left: 53%;
  top: 8%;
}
.new-main-page-second .section-info-box .ico03 {
  left: 53%;
  top: 53%;
}
.new-main-page-second .section-info-box .ico04 {
  top: 55%;
  left: 12%;
}
.new-main-page-second .section-tiles-box {
  margin-bottom: 45px;
}
.new-main-page-second .section-tiles-box .items-wrap {
  margin: 0 -8px;
  gap: 12px 0;
}
.new-main-page-second .section-tiles-box .item-wrap {
  width: 100%;
  padding: 0 8px;
  margin: 0;
}
.new-main-page-second .section-features-box {
  margin-bottom: 74px;
}
.new-main-page-second .section-features-box .items-wrap {
  margin: 0 -10px;
  gap: 22px 0;
}
.new-main-page-second .section-features-box .item-wrap {
  width: 100%;
  padding: 0 10px;
  margin: 0;
}
.new-main-page-second .section-history-box {
  margin-bottom: 54px;
}
.new-main-page-second .section-history-box .slider-inner-wrap {
  padding: 0 15px;
  margin: 0 auto;
}
.new-main-page-second .section-history-box .slider-wrap {
  margin: 0 -19px;
  margin: 0 -1.9rem;
}
.new-main-page-second .section-history-box .sl-wrap {
  padding: 0 19px;
  padding: 0 1.9rem;
}
.new-main-page-second .section-leaders-box {
  display: block;
  position: relative;
  font-size: 1.14285714em;
  line-height: 1.375;
  letter-spacing: normal;
  padding-bottom: 580px;
}
.new-main-page-second .section-leaders-box:hover .elm-photo img,
.new-main-page-second .section-leaders-box:hover .elm-photo svg {
  scale: 1.08;
}
.new-main-page-second .section-leaders-box .photo-inner-wrap {
  width: 850px;
  position: absolute;
  bottom: -120px;
  left: 50%;
  margin-left: -350px;
}
.new-main-page-second .section-leaders-box .photo-inner-wrap .elm-photo {
  overflow: visible;
}
.new-main-page-second .section-leaders-box .photo-inner-wrap .elm-photo img,
.new-main-page-second .section-leaders-box .photo-inner-wrap .elm-photo svg {
  transition: all ease-in 0.8s;
}
.new-main-page-second .section-leaders-box .section-title {
  margin-bottom: 30px;
}
.new-main-page-second .section-leaders-box .title-inner-wrap {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.new-main-page-second .section-leaders-box .items-inner-wrap {
  position: relative;
  z-index: 2;
}
.new-main-page-second .section-leaders-box .items-wrap {
  display: block;
  margin: 0;
  columns: 2;
  column-gap: 40px;
  width: 90%;
  min-width: 324px;
}
.new-main-page-second .section-leaders-box .item-wrap {
  padding: 0 0 26px 0;
  margin: 0 0 20px 0;
  width: 100%;
  break-inside: avoid-column;
  border-bottom: 1px dotted #A98BFF;
}
.new-main-page-second .section-leaders-box .item-wrap.wrap-sep {
  display: none;
}
.new-main-page-second .section-leaders-box .wrap05 {
  padding-bottom: 0;
  border-bottom: none;
}
.new-main-page-second .section-prices-box {
  margin-bottom: 100px;
}
.new-main-page-second .section-prices-box .items-wrap {
  margin: 0 -14px;
  margin: 0 -1.4rem;
  gap: 28px 0;
}
.new-main-page-second .section-prices-box .item-wrap {
  width: 100%;
  padding: 0 14px;
  padding: 0 1.4rem;
  margin: 0;
}
.new-main-page-second .section-prices-box .items-inner-wrap {
  max-width: 500px;
  margin: 0 auto;
}
.new-main-page-second .section-form-box {
  position: relative;
  z-index: 3;
  padding: 40px 0 220px 0;
}
.new-main-page-second .section-form-box .title-inner-wrap {
  position: relative;
  z-index: 4;
  margin-bottom: 15px;
}
.new-main-page-second .section-form-box .form-inner-wrap {
  position: relative;
  z-index: 4;
  padding: 0 20px;
}
.new-main-page-second .section-form-box:after {
  content: "";
  display: block;
  aspect-ratio: 591/615;
  width: 520px;
  position: absolute;
  top: 100%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-55%);
  margin-top: -40px;
  background: url(../img/new-second/form.svg) center no-repeat;
  background-size: 100%;
  transform-origin: center;
  rotate: 40deg;
}
.new-main-page-second .section-form-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  transform: translateX(-50%);
  background: #E1E7F2;
}
.new-main-page-second .section-form-box .frm-row,
.new-main-page-second .section-form-box .frm-row-submit {
  margin: 0;
}
.new-main-page-second .section-form-box .frm-field {
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}
.new-main-page-second .section-form-box .frm-field:before {
  display: none;
}
.new-main-page-second .section-form-box .form-input.inp-border {
  height: 45px;
  border-bottom-color: #425164;
  font-size: 15px;
}
.new-main-page-second .section-form-box .field-submit {
  text-align: center;
  margin-bottom: 22px;
}
.new-main-page-second .section-form-box .field-submit .btn {
  width: auto;
  height: 55px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.03em;
  padding: 0 70px;
}
.new-main-page-second .section-form-box .field-info {
  margin: 0;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  color: #425164;
  font-weight: 400;
  letter-spacing: normal;
}
.new-main-page-second .section-form-box .field-info a:not(:hover) {
  color: inherit;
}
.new-main-page-second .title-box {
  margin-bottom: 45px;
  display: block;
}
.new-main-page-second .title-box:has(+.section-history-box) {
  margin-bottom: 24px;
}
.new-main-page-second .more-box {
  margin: 24px 0 0 0;
  text-align: center;
}
.new-main-page-second .more-box .btn {
  width: auto;
  height: 55px;
  padding: 0 45px;
  font-size: 18px;
  letter-spacing: -0.03em;
  font-weight: 600;
}
@media (min-width: 768px) {
  .new-main-page-second .section-lead-box {
    position: relative;
    padding-right: calc(44% + 12px);
    text-align: left;
    line-height: 1.36363636;
    letter-spacing: normal;
    aspect-ratio: 1340/649;
  }
  .new-main-page-second .section-lead-box .action-inner-wrap {
    text-align: left;
    padding: 0 0 5.6rem 5rem;
  }
  .new-main-page-second .section-lead-box .title-inner-wrap {
    border-radius: 1.9vw 0 1.9vw 1.9vw;
    height: 100%;
    padding: 3rem 5rem;
    width: auto;
  }
  .new-main-page-second .section-lead-box .title-inner-wrap .section-title {
    position: relative;
    z-index: 6;
  }
  .new-main-page-second .section-lead-box .title-inner-wrap .section-title:after {
    display: none;
  }
  .new-main-page-second .section-lead-box .title-inner-wrap .section-title:before {
    display: none;
  }
  .new-main-page-second .section-lead-box .title-inner-wrap:after {
    border-radius: 1.9vw 0 0 1.9vw;
    bottom: 0;
    left: 100%;
    right: auto;
    top: auto;
    width: 46.2%;
    border: none;
    background: #fff;
  }
  .new-main-page-second .section-lead-box .title-inner-wrap:before {
    width: 14%;
    border-radius: 0 1.9vw 1.9vw 0;
    top: 0;
    left: 100%;
    aspect-ratio: 100/300;
    bottom: auto;
    right: auto;
  }
  .new-main-page-second .section-lead-box .title-inner-wrap .elm-photo {
    aspect-ratio: 355/513;
    width: 48%;
    top: auto;
    right: -14%;
    left: auto;
    bottom: 0;
    transform: none;
    margin: 0;
  }
  .new-main-page-second .section-lead-box .photo-inner-wrap {
    width: calc(44.45% - 12px);
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .new-main-page-second .section-lead-box .section-title {
    margin-bottom: 2.8rem;
    margin-left: 0;
    margin-right: -10rem;
  }
  .new-main-page-second .section-lead-box .section-text {
    position: static;
  }
  .new-main-page-second .section-lead-box .section-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 45%;
    width: 40px;
    height: 40px;
    background: #E1E7F2;
    z-index: 4;
  }
  .new-main-page-second .section-lead-box .elm-decor {
    display: block;
    width: 7.2%;
    border-radius: 1.9vw;
    position: absolute;
    bottom: 0;
    right: 0;
    aspect-ratio: 96/196;
    background: #E1E7F2;
  }
  .new-main-page-second .section-info-box.type-second .info-wrap {
    max-width: 20.875em;
  }
  .new-main-page-second .section-info-box .photo-content-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 52%;
    right: -70px;
    width: auto;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 6rem;
  }
  .new-main-page-second .section-info-box .photo-content-wrap .photo-decor {
    width: 49.4rem;
    bottom: -14rem;
    left: -26rem;
    top: auto;
    right: auto;
    rotate: 0deg;
  }
  .new-main-page-second .section-info-box .photo-inner-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .new-main-page-second .section-info-box .photo-inner-wrap .elm-photo {
    width: auto;
    max-width: inherit;
    height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 0 0 auto;
  }
  .new-main-page-second .section-info-box .photo-inner-wrap .elm-photo:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 40%;
    background: linear-gradient(-90deg, rgba(40, 40, 40, 0) 0%, #282828 100%);
  }
  .new-main-page-second .section-info-box .photo-inner-wrap .elm-photo img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 100%;
    width: auto;
    max-width: inherit;
  }
  .new-main-page-second .section-info-box .photo-inner-wrap:before {
    right: 40%;
    bottom: 0;
    display: none;
  }
  .new-main-page-second .section-info-box .box-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    padding: 4rem 0 4rem 4rem;
    background-image: url(../img/new-second/bg-assisted-d.jpg);
  }
  .new-main-page-second .section-info-box .logo-inner-wrap {
    width: 53%;
    position: absolute;
    top: 50%;
    right: -4.5%;
    margin: 0;
    transform: translateY(-50%);
  }
  .new-main-page-second .section-info-box .logo-inner-wrap .elm-photo {
    rotate: 0deg;
  }
  .new-main-page-second .section-info-box .info-inner-wrap {
    width: 50%;
    margin: 0;
  }
  .new-main-page-second .section-info-box .info-wrap {
    font-size: 1.68421053em;
    line-height: 1.3125;
    max-width: 16.34375em;
  }
  .new-main-page-second .section-info-box .text-wrap {
    max-width: 29.31578947em;
  }
  .new-main-page-second .section-info-box .elm-ico {
    width: 42%;
  }
  .new-main-page-second .section-info-box .ico01 {
    top: 6%;
    left: 6%;
  }
  .new-main-page-second .section-info-box .ico02 {
    left: 50%;
    top: 7%;
  }
  .new-main-page-second .section-info-box .ico03 {
    left: 50%;
    top: 51.5%;
  }
  .new-main-page-second .section-info-box .ico04 {
    top: 52%;
    left: 1%;
  }
  .new-main-page-second .section-info-box .logo-title {
    padding-top: 2.5rem;
  }
  .new-main-page-second .section-info-box .logo-title:before {
    background-size: 70% auto;
  }
  .new-main-page-second .section-tiles-box .item-wrap {
    width: 50%;
  }
  .new-main-page-second .section-features-box .item-wrap {
    width: 50%;
  }
  .new-main-page-second .section-leaders-box {
    padding-bottom: 0;
    margin-bottom: 188px;
  }
  .new-main-page-second .section-leaders-box .info-inner-wrap {
    width: 60%;
  }
  .new-main-page-second .section-leaders-box .title-inner-wrap {
    margin-bottom: 13rem;
  }
  .new-main-page-second .section-leaders-box .photo-inner-wrap {
    width: 97%;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    margin: 0;
    transform: translate(-16.5%, -46%);
  }
  .new-main-page-second .section-leaders-box .items-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    gap: 15px 5.2rem;
    width: 100vw;
  }
  .new-main-page-second .section-leaders-box .items-wrap:before,
  .new-main-page-second .section-leaders-box .items-wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    border-left: 1px dotted #A98BFF;
  }
  .new-main-page-second .section-leaders-box .items-wrap:before {
    left: calc(200px + 2.5rem);
  }
  .new-main-page-second .section-leaders-box .items-wrap:after {
    left: calc(460px + 7.6rem);
  }
  .new-main-page-second .section-leaders-box .item-wrap {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
    position: relative;
  }
  .new-main-page-second .section-leaders-box .item-wrap:nth-child(1),
  .new-main-page-second .section-leaders-box .item-wrap:nth-child(2) {
    padding-bottom: 3rem;
    border-bottom: 1px dotted #A98BFF;
  }
  .new-main-page-second .section-leaders-box .item-wrap.wrap-sep {
    display: block;
  }
  .new-main-page-second .section-leaders-box .item-tile-section-total {
    letter-spacing: -0.03em;
  }
  .new-main-page-second .section-leaders-box .wrap01,
  .new-main-page-second .section-leaders-box .wrap03 {
    width: 200px;
  }
  .new-main-page-second .section-leaders-box .wrap04,
  .new-main-page-second .section-leaders-box .wrap02 {
    width: 260px;
  }
  .new-main-page-second .section-leaders-box .wrap-sep,
  .new-main-page-second .section-leaders-box .wrap05 {
    width: calc(100% - 460px - 10.4rem);
  }
  .new-main-page-second .section-leaders-box .wrap05 {
    -ms-flex-order: 1;
        order: 1;
  }
  .new-main-page-second .section-leaders-box:after {
    display: none;
  }
  .new-main-page-second .section-form-box {
    padding: 6rem 0;
  }
  .new-main-page-second .section-form-box .section-title {
    max-width: 12.08333333em;
  }
  .new-main-page-second .section-form-box .form-inner-wrap {
    max-width: 406px;
    padding: 0;
  }
  .new-main-page-second .section-form-box .field-submit .btn {
    width: 100%;
  }
  .new-main-page-second .section-form-box .field-info {
    text-align: left;
  }
  .new-main-page-second .section-form-box:after {
    rotate: 0deg;
    width: 98rem;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-1%, -25%);
  }
  .new-main-page-second .section-form-box .title-inner-wrap {
    text-align: left;
  }
  .new-main-page-second .section-form-box .title-inner-wrap.text-center {
    text-align: left;
  }
  .new-main-page-second .section-form-box .title-inner-wrap.text-center .section-title {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .new-main-page-second .section-info-box .photo-content-wrap {
    left: 60%;
    right: -20rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .new-main-page-second .section-form-box:after {
    transform: translate(10%, -25%);
  }
  .new-main-page-second .section-lead-box .title-inner-wrap:after {
    width: 47%;
  }
  .new-main-page-second .section-lead-box .photo-inner-wrap {
    width: calc(45.5% - 12px);
  }
  .new-main-page-second .section-leaders-box .wrap01,
  .new-main-page-second .section-leaders-box .wrap03 {
    width: 150px;
  }
  .new-main-page-second .section-leaders-box .wrap02,
  .new-main-page-second .section-leaders-box .wrap04 {
    width: 200px;
  }
  .new-main-page-second .section-leaders-box .wrap05,
  .new-main-page-second .section-leaders-box .wrap-sep {
    width: calc(100% - 350px - 10.4rem);
  }
  .new-main-page-second .section-leaders-box .items-wrap:before {
    left: calc(150px + 2.5rem);
  }
  .new-main-page-second .section-leaders-box .items-wrap:after {
    left: calc(350px + 7.6rem);
  }
  .new-main-page-second .section-leaders-box .title-inner-wrap {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .new-main-page-second .section-lead-box .title-inner-wrap:after {
    width: 47%;
  }
  .new-main-page-second .section-lead-box .photo-inner-wrap {
    width: calc(44.5% - 12px);
  }
}
@media (min-width: 1024px) {
  .new-main-page-second .section-bg-box {
    padding-top: 14.8rem;
    padding-bottom: 140px;
  }
  .new-main-page-second .section-text-box {
    padding: 9.5rem 0;
  }
  .new-main-page-second .section-text-box.type-second {
    padding: 12.3rem 0;
  }
  .new-main-page-second .section-text-box.type-second .section-title {
    font-size: 4.5rem;
    line-height: 1.26666667;
  }
  .new-main-page-second .section-text-box .section-title {
    font-size: 4rem;
    line-height: 1.26666667;
    margin-bottom: 5rem;
  }
  .new-main-page-second .section-lead-box {
    font-size: 18px;
  }
  .new-main-page-second .section-info-box {
    margin-bottom: 54px;
  }
  .new-main-page-second .section-info-box .box-inner-wrap {
    padding: 4.7rem 0 5.8rem 5.2rem;
    border-radius: 3rem;
  }
  .new-main-page-second .section-info-box .section-title {
    margin-bottom: 3.2rem;
  }
  .new-main-page-second .section-info-box .info-wrap {
    margin-bottom: 1.21875em;
  }
  .new-main-page-second .section-info-box .tags-wrap {
    gap: 10px;
  }
  .new-main-page-second .section-info-box .text-wrap {
    margin-bottom: 6.2rem;
  }
  .new-main-page-second .section-info-box .btn {
    height: 5rem;
    border-radius: 1.8rem;
    padding: 0 2rem;
    font-size: 1.8rem;
  }
  .new-main-page-second .section-info-box .btn .butotn-ico {
    width: 2.8rem;
    height: 2.8rem;
  }
  .new-main-page-second .section-tiles-box {
    margin-bottom: 55px;
  }
  .new-main-page-second .section-tiles-box .items-wrap {
    gap: 16px 0;
  }
  .new-main-page-second .section-features-box {
    margin-bottom: 7.7rem;
  }
  .new-main-page-second .section-features-box .items-inner-wrap {
    margin: 0 auto;
    max-width: 1210px;
  }
  .new-main-page-second .section-history-box {
    margin-bottom: 14rem;
  }
  .new-main-page-second .section-history-box .more-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
  }
  .new-main-page-second .section-history-box .slider-inner-wrap {
    padding: 0;
    max-width: 1210px;
  }
  .new-main-page-second .section-history-box .slider-wrap {
    margin: 0 -45px;
  }
  .new-main-page-second .section-history-box .sl-wrap {
    padding: 63px 45px;
  }
  .new-main-page-second .section-history-box .swiper-slide-next .item-tile-section-history {
    transform: scale(1.25);
  }
  .new-main-page-second .section-history-box .swiper-slide-next .item-tile-section-history .tile-photo-wrap {
    width: 100%;
  }
  .new-main-page-second .section-history-box .item-tile-section-history {
    transition: all ease 0.5s;
  }
  .new-main-page-second .section-history-box .item-tile-section-history .tile-photo-wrap {
    transition: width ease 0.5s;
  }
  .new-main-page-second .section-leaders-box {
    font-size: 1.31578947em;
    line-height: 1.4;
  }
  .new-main-page-second .section-leaders-box .section-title {
    margin-bottom: 4.5rem;
  }
  .new-main-page-second .section-leaders-box .title-inner-wrap p {
    max-width: 24.52em;
    letter-spacing: -0.03em;
  }
  .new-main-page-second .section-prices-box .items-inner-wrap {
    max-width: 1280px;
  }
  .new-main-page-second .section-prices-box .item-wrap {
    padding-top: 10rem;
    padding-bottom: 10rem;
    width: 33.33%;
  }
  .new-main-page-second .section-prices-box .item-wrap.wrap-main {
    padding-top: 0;
    padding-bottom: 0;
  }
  .new-main-page-second .section-form-box {
    margin-top: -40px;
    padding: 7.3rem 0 12rem 0;
  }
  .new-main-page-second .section-form-box:before {
    border-radius: 4rem 4rem 0 0;
  }
  .new-main-page-second .section-form-box .title-inner-wrap {
    margin-bottom: 30px;
  }
  .new-main-page-second .section-form-box .form-input.inp-border {
    height: 40px;
    font-size: 18px;
  }
  .new-main-page-second .section-form-box .frm-field {
    margin-bottom: 20px;
  }
  .new-main-page-second .section-form-box .field-info {
    font-size: 12px;
    line-height: 16px;
  }
  .new-main-page-second .section-form-box .field-submit {
    margin-bottom: 30px;
  }
  .new-main-page-second .section-form-box .field-submit .btn {
    height: 7rem;
    padding: 0 3rem;
    font-size: 2.5rem;
  }
  .new-main-page-second .title-box {
    margin-bottom: 5.4rem;
  }
  .new-main-page-second .title-box:has(+.section-history-box) {
    margin-bottom: 30px;
  }
  .new-main-page-second .more-box {
    margin-top: 30px;
  }
  .new-main-page-second .more-box .btn {
    height: 8.2rem;
    width: 100%;
    padding: 0 15px;
    border-radius: 5rem;
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .new-main-page-second .section-history-box .slider-wrap {
    margin-left: -30px;
    margin-right: -30px;
  }
  .new-main-page-second .section-history-box .sl-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .new-main-page-second .section-lead-box {
    font-size: 2.2rem;
  }
  .new-main-page-second .section-text-box .section-title {
    font-size: 4.5rem;
  }
  .new-main-page-second .section-tiles-box .item-wrap {
    width: 33.33%;
  }
}
/* end new styles page 10.2025 */
