.article-box div img {
    width: 100%
}

:root {
    --clr-base: #151515;
    --clr-att: #ffbf00;
    --clr-att-hover: #ffd24a;
    --clr-att-second: #56130d;
    --clr-light: #9e9e9e;
    --clr-title: #1c1c1c;
    --clr-border: #bdbdbd;
    --min: 375px;
    --max: 1530px;
    --paddingContainer: 28px;
    font-size: 10px
}

.elm-hidden {
    display: none
}

body {
    color: var(--clr-base);
    background: #fff;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5
}

.bq-text,
blockquote,
ol,
p,
table,
ul {
    position: relative;
    margin-bottom: 1em
}

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

ol,
ul {
    line-height: 1.2;
    margin-bottom: 1.7em
}

li {
    position: relative;
    padding-left: 1.3em;
    margin-bottom: 10px
}

li:before {
    content: "";
    display: block;
    width: 10px;
    width: 1rem;
    height: 10px;
    height: 1rem;
    border-radius: 50%;
    background: var(--clr-att-second);
    position: absolute;
    top: .6em;
    left: 0;
    margin-top: -5px;
    margin-top: -.5rem
}

ol {
    counter-reset: a;
    list-style: none
}

ol li {
    position: relative;
    padding-left: 30px
}

ol li:before {
    content: counter(a) ".";
    counter-increment: a;
    border-radius: 0;
    background-color: transparent;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: auto;
    color: var(--clr-att-second);
    font-weight: 500
}

ol li:nth-child(9)~li {
    padding-left: 1.7em
}

ol li:nth-child(9)~li:before {
    width: 1.7em
}

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

.list li:before,
.menu 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-phone {
    white-space: nowrap
}

.h1-title,
.h2-title,
.h3-title,
.h4-title,
.h5-title,
.h6-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    position: relative;
    font-weight: 500;
    margin: 1em 0;
    line-height: 1.203125
}

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

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

.h1-title,
h1 {
    font-size: 64px;
    font-size: 6.4rem;
    font-weight: 500;
    margin: 0 0 .85em;
    color: var(--clr-title)
}
.h1-new {
	font-size: 5.0rem;
}
.h2-title,
h2 {
    font-size: 48px;
    font-size: 4.8rem;
    margin: 1em 0 .3em;
    color: var(--clr-title)
}
.h2-new {
	font-size: 4.4rem;
    margin-bottom: 0.5em !important;
}
.h2-title.title-small,
h2.title-small {
    font-size: 40px;
    font-size: 4rem
}

.h3-title,
h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.46;
    margin-bottom: 1em
}
.h3-new {
	font-size: 3rem; 
    margin-bottom: 0.3em !important;
}
.h4-title,
h4 {
    line-height: inherit;
    font-size: 1em;
    margin-bottom: 1.1em;
    margin-top: 1.1em;
    font-weight: 700
}

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

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

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

table {
    margin: 105px 0;
    margin: 10.5rem 0;
    min-width: 700px;
    max-width: 100%;
    width: auto
}

table.tbl-clear {
    width: auto;
    table-layout: auto;
    margin: 0 0 40px;
    margin: 0 0 4rem
}

table.tbl-clear tr:first-child td,
table.tbl-clear tr:first-child th {
    padding-top: 0
}

table.tbl-clear tbody td,
table.tbl-clear tbody th,
table.tbl-clear thead td,
table.tbl-clear thead th {
    padding: 7px 15px 7px 0;
    border: none;
    text-align: left;
    font-weight: 400;
    vertical-align: top;
    background: none !important
}

table:first-child {
    margin-top: 0
}

table td,
table th {
    padding: 10px 1.3em;
    padding: 1rem 1.3em;
    border: 1px solid var(--clr-border);
    text-align: left;
    vertical-align: top
}

table thead td,
table thead th {
    font-weight: 500
}

table tbody tr:nth-child(odd) td,
table tbody tr:nth-child(odd) th {
    background-color: #e5e5e5
}

@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
    }

    body {
        font-size: 16px
    }

    table {
        width: 100%;
        min-width: 0
    }

    .h1-title,
    h1 {
        font-size: 35px;
        line-height: 1.05
    }

    .h2-title,
    .h2-title.title-small,
    h2,
    h2.title-small {
        font-size: 25px
    }
}

@media (max-width:767px) {
    :root {
        font-size: 7px
    }
}

@media (min-width:1024px) {
    :root {
        --paddingContainer: 30px
    }
}

@media (min-width:1024px) and (max-width:1199px) {

    .h1-title,
    h1 {
        font-size: 5rem
    }

    .h2-title,
    h2 {
        font-size: 4rem
    }
}

@media (min-width:1400px) {
    :root {
        --paddingContainer: 40px
    }
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: var(--min);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    width: 100vw;
    overflow-x: hidden
}

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

.page-full+.footer {
    margin-top: 40px;
    margin-top: 4rem
}

.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 {
    background: var(--clr-att-second);
    color: #fff;
    z-index: 99
}

.header .inner-wrap {
    min-height: 124px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.header .logo-wrap {
    width: 143px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header .contacts-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center
}

.header .callback-wrap {
    padding-left: 33px;
    padding-left: 3.3rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header .contact-wrap {
    padding-left: 44px;
    padding-left: 4.4rem
}

.header .contact-item {
    margin-bottom: 5px
}

.header .contact-item:last-child {
    margin-bottom: 0
}

.header .contact-item br {
    display: none
}

.header a:not(.btn):not(:hover) {
    color: inherit
}

.header a:not(.btn).active {
    color: var(--clr-att)
}

.nav {
    display: block;
    z-index: 98;
    color: #fff
}

.nav .contacts-wrap {
    display: none;
    padding: 40px var(--paddingContainer)
}

.nav .contact-wrap {
    margin-bottom: 45px
}

.nav .contact-item {
    margin-bottom: 15px
}

.nav .contact-item:last-child {
    margin-bottom: 0
}

.nav .callback-wrap .btn {
    width: 100%
}

.nav .btn-menu:after {
    content: "";
    width: 22px;
    height: 22px;
    position: relative;
    background: url(../img/icons/arrow-menu-mobile.svg) 50% no-repeat;
    background-size: 17px auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: none;
    margin-left: 15px;
    transition: all .2s ease
}

.nav .btn-popup-toggle {
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40px;
    right: 50px;
    margin: -30px -30px 0 0;
    z-index: 10
}

.nav .btn-action-icon {
    line-height: 1
}

.nav .btn-action-icon .button-ico {
    top: .5em
}

.nav a:not(.btn):not(:hover) {
    color: inherit
}

.nav a:not(.btn).active {
    color: var(--clr-att)
}

.footer {
    background: var(--clr-att-second);
    color: hsla(0, 0%, 100%, .6)
}

.footer a:not(.btn) {
    color: inherit
}

.footer a:not(.btn).active,
.footer a:not(.btn):hover {
    color: #fff
}

.footer-main-panel {
    text-align: center;
    line-height: 1.34
}

.footer-main-panel .menu-wrap {
    margin-top: 35px;
    font-size: 15px
}

.footer-main-panel .menu-wrap a {
    display: block;
    padding: 3px 0
}

.footer-main-panel .menu-wrap .btn-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    font-weight: 800;
    line-height: 110.523%;
    letter-spacing: 2.89px;
    text-transform: uppercase;
    color: var(--clr-att);
    padding: 5px 0
}

.footer-main-panel .menu-wrap .btn-menu:after {
    content: "";
    display: none;
    width: 24px;
    height: 24px;
    position: relative;
    background: url(../img/icons/arrow-menu-footer.svg) 50% no-repeat;
    background-size: 100% auto;
    margin-left: 5px;
    transition: transform .2s ease
}

.footer-main-panel .menu ul {
    padding-bottom: 24px;
    padding-top: 5px
}

.footer-main-panel .logo-wrap {
    width: 132px;
    margin: 0 auto 35px
}

.footer-main-panel .phone-wrap {
    font-size: 23px;
    color: #fff;
    line-height: 1;
    margin-bottom: 3px
}

.footer-main-panel .email-wrap {
    margin-top: 15px;
    font-size: 16px;
    color: var(--clr-att);
    margin-bottom: 5px
}

.footer-main-panel .inner-wrap {
    padding-top: 42px;
    padding-bottom: 40px
}

.footer-bottom-panel {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.33333333;
    text-align: center
}

.footer-bottom-panel:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: hsla(0, 0%, 100%, .21)
}

.footer-bottom-panel .inner-wrap {
    padding-top: 42px;
    padding-bottom: 40px
}

.footer-bottom-panel .wrap-main {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.34;
    font-weight: 500;
    color: var(--clr-att)
}

.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:1399px) {
    .header {
        font-size: 1.8rem
    }
}

@media (max-width:1023px) {
    .section-mobile-full {
        margin-left: calc(var(--paddingContainer) * -1);
        margin-right: calc(var(--paddingContainer) * -1)
    }

    .wrap {
        padding-top: 80px
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0
    }

    .header .contacts-wrap {
        margin-right: 70px
    }

    .header .contact-wrap {
        display: none;
        font-size: 16px
    }

    .header .contact-wrap.wrap-mobile {
        display: block
    }

    .header .callback-wrap {
        display: none
    }

    .header .inner-wrap {
        min-height: 0;
        height: 80px;
        padding-top: 0;
        padding-bottom: 0
    }

    .header .logo-wrap {
        width: 100px
    }

    .nav {
        top: 0;
        z-index: 100;
        font-size: 24px
    }

    .nav,
    .nav .inner-wrap {
        position: fixed;
        left: 0;
        right: 0
    }

    .nav .inner-wrap {
        display: none;
        top: 80px;
        bottom: 0;
        z-index: 10;
        background: var(--clr-att-second);
        padding: 15px 0 30px;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

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

    .nav .btn-popup-toggle,
    .nav .contacts-wrap {
        display: block
    }

    .nav .menu {
        line-height: 92.023%
    }

    .nav .menu>li {
        position: relative
    }

    .nav .menu>li:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: var(--paddingContainer);
        right: var(--paddingContainer);
        height: 1px;
        background: hsla(0, 0%, 100%, .1)
    }

    .nav .menu ul {
        display: none;
        padding-top: 6px;
        padding-bottom: 20px;
        font-size: 18px;
        line-height: 22px
    }

    .nav .menu ul a {
        display: block;
        padding: 3px var(--paddingContainer)
    }

    .nav .submenu.open .btn-menu:after {
        transform: rotate(180deg)
    }

    .nav .submenu .btn-menu .button-title {
        width: auto;
        -ms-flex: 1;
        flex: 1
    }

    .nav .submenu .btn-menu:after {
        display: block
    }

    .nav .btn-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 14px var(--paddingContainer);
        line-height: 22px
    }

    .nav .btn-menu .button-title {
        display: block;
        width: 100%
    }

    .footer-main-panel .menu {
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-main-panel .menu ul {
        display: none;
        text-align: left;
        min-width: 180px
    }

    .footer-main-panel .menu>li {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 15px;
        width: 100%;
        max-width: 300px
    }

    .footer-main-panel .menu .submenu.open ul {
        display: inline-block
    }

    .footer-main-panel .menu .submenu .btn-menu:after {
        display: block
    }

    .footer-main-panel .menu .btn-menu {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:479px) {
    .header .contacts-wrap {
        margin-right: 65px
    }

    .header .btn-action-icon.link-phone {
        width: 40px;
        height: 40px;
        padding: 0;
        min-height: 0
    }

    .header .btn-action-icon.link-phone .button-title {
        display: none
    }

    .header .btn-action-icon.link-phone .button-ico {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        width: 100%;
        height: 100%
    }

    .header .btn-action-icon.link-phone .button-ico img,
    .header .btn-action-icon.link-phone .button-ico svg {
        max-width: 26px;
        max-height: 26px;
        width: 26px;
        filter: brightness(0) invert(1)
    }
}

@media (min-width:768px) {
    .footer-bottom-panel {
        font-size: 12px;
        line-height: 1.34;
        text-align: left
    }

    .footer-bottom-panel .inner-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 30px
    }

    .footer-bottom-panel .info-wrap {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 40%
    }

    .footer-bottom-panel .wrap-main {
        margin: 0;
        text-align: right;
        font-size: 12px
    }
}

@media (min-width:1024px) {
    .wrap {
        padding-top: 124px
    }

    .header-fixed .header .inner-wrap {
        min-height: 80px
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        transition: none
    }

    .header .inner-wrap {
        min-height: 124px;
        transition: all .2s ease;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .header .wrap-mobile {
        display: none
    }

    .footer-main-panel .inner-wrap {
        padding-top: 5rem;
        padding-bottom: 3rem;
        display: -ms-flexbox;
        display: flex
    }

    .footer-main-panel .logo-wrap {
        width: 23rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0;
        padding: 0 3rem 0 0;
        -ms-flex-order: 1;
        order: 1
    }

    .footer-main-panel .menu-wrap {
        -ms-flex: 1;
        flex: 1;
        -ms-flex-order: 2;
        order: 2;
        margin: 0;
        padding: 0 3rem 0 0;
        position: relative;
        overflow: hidden
    }

    .footer-main-panel .menu {
        display: -ms-flexbox;
        display: flex;
        margin: 0 -8rem 0 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: left;
        padding-top: 1.5rem
    }

    .footer-main-panel .menu>li {
        padding: 0 8rem 0 0;
        width: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .footer-main-panel .menu .btn-menu {
        font-size: 14px;
        letter-spacing: 2.38px
    }

    .footer-main-panel .menu ul {
        padding-top: 15px
    }

    .footer-main-panel .contacts-wrap {
        width: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 300px;
        text-align: right;
        -ms-flex-order: 3;
        order: 3;
        margin: 0;
        padding-top: 1.5rem
    }

    .footer-main-panel .phone-wrap {
        font-size: 3rem;
        margin-bottom: 1.2rem
    }

    .footer-main-panel .email-wrap {
        margin-top: 3.8rem;
        font-size: 2rem
    }

    .footer-main-panel .logo {
        width: 143px;
        margin-bottom: 0
    }

    .wrap-main .nav {}

    .nav {
        z-index: 98;
        background: #bdbdbd
    }

    .nav .btn-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 10px;
        height: 6rem;
        white-space: nowrap
    }

    .nav .btn-menu .button-title {
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .nav .btn-menu:after {
        background-image: url(../img/icons/arrow-menu.svg);
        background-size: 10px auto;
        margin-left: 0
    }

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

    .nav .submenu .btn-menu:after,
    .nav .submenu:hover ul {
        display: block
    }

    .nav .menu {
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px
    }

    .nav .menu>li {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .nav .menu>li:last-child ul {
        left: auto;
        right: 0
    }

    .nav .menu ul {
        display: none;
        animation: a ease .2s;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        min-width: 240px;
        background: var(--clr-att-second);
        z-index: 10;
        padding: 15px 0
    }

    .nav .menu ul a {
        display: block;
        padding: 5px 20px
    }
}

@media (min-width:1400px) {
    .header-fixed .header {
        font-size: 14px
    }
}

.item-tile-plus-info {
    text-align: center;
    line-height: 1.52;
    max-width: 15em;
    margin: 0 auto
}

.item-tile-plus-info .tile-ico {
    width: 70px;
    width: 7rem;
    height: 70px;
    height: 7rem;
    margin: 0 auto 30px;
    margin: 0 auto 3rem
}

.item-tile-catalog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

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

.item-tile-catalog .tile-photo-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin-bottom: 35px;
    margin-bottom: 3.5rem;
    width: 100%
}

.item-tile-catalog .tile-title-wrap {
    display: block;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 10px;
    margin-bottom: 1rem
}

.item-tile-catalog .tile-info-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex: 1;
    flex: 1
}

.item-tile-catalog .tile-features-wrap {
    width: 100%;
    display: block;
    -ms-flex: 1;
    flex: 1;
    padding-top: 20px;
    padding-top: 2rem
}

.item-tile-catalog .tile-action-wrap {
    display: block;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 30px;
    padding-top: 3rem
}

.item-tile-catalog .tile-price {
    font-size: 30px;
    font-size: 3rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--clr-att-second);
    font-weight: 700;
    padding-right: 15px;
    padding-right: 1.5rem;
    min-width: 50%
}

.item-tile-catalog .tile-price-info {
    font-weight: 300
}

.item-tile-catalog .tile-photo {
    aspect-ratio: 472/316
}

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

.item-tile-catalog .tile-info {
    margin-bottom: 20px;
    display: block;
    position: relative;
    padding-left: 40px;
    font-weight: 300
}

.item-tile-catalog .tile-info:last-child {
    margin-bottom: 0
}

.item-tile-catalog .tile-info .tile-ico {
    width: 28px;
    height: 28px;
    position: absolute;
    top: .75em;
    left: 0;
    margin-top: -14px
}

.item-tile-team {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    text-align: center
}

.item-tile-team .tile-photo-wrap {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 22px;
    margin-bottom: 2.2rem
}

.item-tile-team .tile-title-wrap {
    -ms-flex: 1;
    flex: 1
}

.item-tile-team .tile-contacts-wrap {
    font: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 700;
    /* padding-top: 32px;
    padding-top: 3.2rem */
}

.item-tile-team .tile-contacts-wrap a:not(:hover) {
    color: inherit
}

.item-tile-team .tile-title {
    color: var(--clr-att-second);
    margin-bottom: 10px;
    margin-bottom: 1rem;
    font-weight: 700
}

.item-tile-team .tile-photo {
    width: 234px;
    height: 234px;
    aspect-ratio: inherit;
    margin: 0 auto;
    border-radius: 50%
}

.item-tile-team .tile-cnt {
    margin-bottom: 14px
}

.item-tile-team .tile-cnt:last-child {
    margin-bottom: 0
}

.item-tile-team .tile-cite {
    margin-top: 5px;
    margin-top: .5rem;
    font-size: 18px;
    font-size: 1.8rem
}

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

.item-tile-video {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1;
    height: 100%
}

.item-tile-video:before {
    content: "";
    display: block;
    padding-bottom: 56.1%
}

.item-tile-video embed,
.item-tile-video iframe,
.item-tile-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.item-tile-video .tile-bg,
.item-tile-video .tile-img {
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.item-tile-video .btn-action-ico {
    z-index: 4;
    margin: auto
}

.item-tile-video .btn-action-ico,
.item-tile-video:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.item-tile-video:after {
    content: "";
    z-index: 2
}

.item-tile-video.active .btn-action-ico,
.item-tile-video.active .tile-bg,
.item-tile-video.active .tile-img,
.item-tile-video.active:after,
.item-tile-video.active img {
    display: none
}

.item-tile-review {
    max-width: 46em
}

.item-tile-review .tile-date {
    margin-bottom: 10px;
    margin-bottom: 1rem
}

.item-tile-review .tile-title {
    margin: 0 0 22px;
    margin: 0 0 2.2rem
}

.item-tile-text-info {
    background: #f9f9f9;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.72727273
}

.item-tile-text-info .tile-content-block {
    display: none;
    margin-top: -10px;
    margin-top: -1rem;
    padding: 0 60px 70px 155px;
    padding: 0 6rem 7rem 15.5rem
}

.item-tile-text-info .tile-title-wrap {
    margin-bottom: 22px;
    margin-top: 25px
}

.item-tile-text-info .tile-title-wrap:first-child {
    margin-top: 0
}

.item-tile-text-info .tile-bottom-info-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 60px 54px 155px;
    padding: 0 6rem 5.4rem 15.5rem;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -78px 0 0;
    margin: 0 -7.8rem 0 0;
    -ms-flex-align: center;
    align-items: center
}

.item-tile-text-info .tile-bottom-info-wrap .btn {
    margin: 0 78px 0 0;
    margin: 0 7.8rem 0 0;
    min-width: 350px;
    min-width: 35rem;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700
}

.item-tile-text-info .tile-price {
    margin: 0 78px 0 0;
    margin: 0 7.8rem 0 0;
    padding: 10px 0;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.3;
    font-weight: 700;
    color: var(--clr-att-second)
}

.item-tile-text-info .tile-button {
    display: block;
    position: relative;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.22222222;
    font-weight: 500;
    color: var(--clr-base);
    padding: 74px 60px 40px 155px;
    padding: 7.4rem 6rem 4rem 15.5rem;
    cursor: pointer
}

.item-tile-text-info .tile-button.active:before {
    transform: rotate(90deg)
}

.item-tile-text-info .tile-button:before {
    content: "";
    display: block;
    width: 44px;
    width: 4.4rem;
    height: 44px;
    height: 4.4rem;
    position: absolute;
    background: url(../img/icons/arrow-toggle.png) 50% no-repeat;
    background-size: 100% auto;
    transition: all .2s ease;
    top: calc(7.4rem + .7em);
    left: 94px;
    left: 9.4rem;
    margin-top: -22px;
    margin-top: -2.2rem;
    margin-left: -22px;
    margin-left: -2.2rem
}

.item-tile-text-info ol,
.item-tile-text-info p,
.item-tile-text-info ul {
    margin-bottom: 30px;
    margin-bottom: 3rem
}

.item-tile-text-info ul {
    line-height: 1.09090909
}

.item-tile-text-info li {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    padding-left: 0
}

.item-tile-text-info li:first-letter {
    padding-left: 15px
}

.item-tile-text-info li:before {
    top: .54545455em;
    width: 6px;
    height: 6px;
    margin-top: -3px
}

.item-tile-text-info .btn.button-tag {
    height: auto;
    font-size: 1em;
    line-height: 1.18181818;
    padding: 7px 1em;
    border-radius: 100px;
    letter-spacing: normal;
    pointer-events: none
}

.item-tile-man {
    display: block;
    position: relative
}

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

.item-tile-man:hover .btn-action-ico.ico-link {
    background-color: var(--clr-att)
}

.item-tile-man .tile-photo-wrap {
    display: block
}

.item-tile-man .tile-title-wrap {
    padding: 30px 0 0;
    padding: 3rem 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.item-tile-man .tile-title {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc(100% - 6rem);
    margin: 0 18px 0 0;
    margin: 0 1.8rem 0 0
}

.item-tile-man .tile-photo {
    aspect-ratio: 716/316
}

.item-tile-man .btn-action-ico {
    width: 40px;
    width: 4rem;
    height: 40px;
    height: 4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.item-tile-man .btn-action-ico.ico-link {
    background-color: var(--clr-att-second)
}

.item-tile-man .btn-action-ico.ico-link:before {
    filter: brightness(0) invert(1)
}

.item-tile-step {
    font-size: 15px;
    line-height: 1.17;
    text-align: center;
    margin: 0 auto
}

.item-tile-step .tile-number {
    display: block;
    font-size: 100px;
    line-height: 1.1;
    color: #f3f3f3;
    font-weight: 800
}

.item-tile-step .tile-title {
    font-size: 18px;
    line-height: inherit;
    font-weight: 700;
    margin: 0 0 2px;
    color: var(--clr-att-second);
    position: relative;
    z-index: 2;
    margin-top: -28px
}

.item-tile-step li,
.item-tile-step ul {
    margin: 0;
    padding: 0
}

.item-tile-step li:before,
.item-tile-step ul:before {
    display: none
}

.item-tile-plus {
    line-height: 1.1;
    text-align: center;
    display: block;
    margin: 0 auto
}

.item-tile-plus .tile-ico {
    width: 40px;
    height: 40px;
    margin: 0 auto 12px
}

.item-tile-about {
    display: block;
    position: relative;
    min-height: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 400;
    color: var(--clr-att);
    background-color: var(--clr-att-second);
    padding: 30px 24px 25px
}

.item-tile-about .tile-title {
    display: block;
    margin: -4px 0 0;
    padding: 0;
    font-size: 1em;
    line-height: inherit;
    font-weight: inherit
}

.item-tile-about .tile-total {
    display: block;
    font-size: 60px;
    line-height: 1;
    font-weight: 500;
    margin: 0
}

.item-tile-project {
    display: block;
    position: relative;
    overflow: hidden
}

.item-tile-project .tile-info-wrap {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2
}

.item-tile-project .tile-info-title {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    background: #fff;
    padding: 8px 15px;
    overflow: hidden;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 23px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

.item-tile-project .tile-info-title+.tile-info-title {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    font-size: 21px
}

.item-tile-project .tile-title {
    font-size: 1em;
    font-weight: 500;
    color: #202020;
    line-height: 24px;
    margin: 0 30px 0 0;
    position: relative
}

.item-tile-project .tile-title:after {
    content: "/";
    display: block;
    width: 30px;
    position: absolute;
    top: 0;
    left: 100%;
    text-align: center
}

.item-tile-project .tile-title:last-child {
    margin-right: 0
}

.item-tile-project .tile-title:last-child:after {
    display: none
}

.item-tile-project .tile-photo {
    aspect-ratio: 375/262
}

.item-tile-project .btn-action-ico {
    width: 44px;
    height: 44px;
    z-index: 3;
    position: absolute;
    bottom: 62px;
    left: 26px
}

.item-tile-main {
    font-size: 16px
}

.item-tile-main .tile-info-wrap {
    padding: 12px 0 0
}

.item-tile-main .tile-photo {
    aspect-ratio: 320/238
}

.item-tile-main .tile-title {
    display: block;
    position: absolute;
    /* bottom: 0; */
    top: calc(50% - 2rem);
    left: 0;
    right: 0;
    padding: 0 5px .6em 5px;
    color: #fff;
    z-index: 3;
    pointer-events: none;
    font-size: 24px;
    font-weight: 500;
    /* line-height: 98.523%; */
    word-break: break-word;
    text-align: center;
    
}

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

.item-tile-new.tile-second .button-tag {
    pointer-events: none
}

.item-tile-new.tile-second .tile-photo {
    aspect-ratio: 320/197
}

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

.item-tile-new .tile-info-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1; 
}

.item-tile-new .tile-title-wrap {
    display: block;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding-bottom: 30px;
    padding-bottom: 3rem
}

.item-tile-new .tile-text {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    height: 6em
}

.slick-track {
    display: flex;
}
.news-slider .slick-slide {
    height: inherit !important;
}
.news-slider .slick-slide > div {
    height: 100%;
}
.h-100 {
    height: 100%;
}
.item-tile-new .tile-action {
    display: block;  
}

.item-tile-new .tile-title {
    line-height: 1.4;
    margin: 0;
    transition: color .2s ease
}

.item-tile-new .tile-date {
    margin-bottom: .6em;
    font-weight: 700
}

.item-tile-new .tile-photo {
    aspect-ratio: 472/316
}

.elm-date,
.tile-date {
    display: block;
    position: relative;
    line-height: 1.5;
    padding-left: 40px;
    padding-left: 4rem
}

.elm-date:before,
.tile-date:before {
    content: "";
    display: block;
    width: 27px;
    width: 2.7rem;
    height: 25px;
    height: 2.5rem;
    position: absolute;
    background: url(../img/icons/date.png) 50% no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: 0;
    margin-top: -12.5px;
    margin-top: -1.25rem
}

.elm-cite,
.tile-cite {
    color: #8f8f8f;
    display: block;
    position: relative;
    padding-top: 24px
}

.elm-cite:before,
.tile-cite:before {
    content: "";
    display: none;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/icons/cite.png) 50% no-repeat;
    background-size: 100% auto;
    top: 0;
    left: 50%;
    margin-left: -12px
}

.elm-photo-corner,
.tile-photo-corner {
    position: relative
}

.elm-photo-corner.corner-reverse:before,
.tile-photo-corner.corner-reverse:before {
    right: auto;
    left: 0
}

.elm-photo-corner.corner-reverse:after,
.tile-photo-corner.corner-reverse:after {
    left: auto;
    right: 0
}

.elm-photo-corner:after,
.elm-photo-corner:before,
.tile-photo-corner:after,
.tile-photo-corner:before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    /* background-color: #fff; */
    background-color: transparent;
    z-index: 3;
    pointer-events: none
}

.elm-photo-corner:before,
.tile-photo-corner:before {
    bottom: 0;
    right: 0
}

.elm-photo-corner:after,
.tile-photo-corner:after {
    top: 0;
    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
}

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

.elm-photo:before,
.tile-photo:before {
    content: "";
    display: none;
    padding-top: 100%
}

.elm-photo:after,
.tile-photo:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: all .2s ease
}

.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%; 
    object-fit: cover;
    object-position: 0% 25%;
	height: 100%;
}

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

.elm-price[data-unit]:after,
.tile-price[data-unit]:after {
    content: " "attr(data-unit)
}

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

.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,
.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
}

@media (max-width:1023px) {
    .item-tile-text-info .tile-bottom-info-wrap {
        margin-right: -4rem;
        padding-left: 4rem;
        padding-right: 4rem
    }

    .item-tile-text-info .tile-bottom-info-wrap .btn {
        margin-right: 4rem
    }

    .item-tile-text-info .tile-content-block {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .item-tile-text-info .tile-button {
        padding: 4rem 4rem 4rem 8rem
    }

    .item-tile-text-info .tile-button:before {
        left: 4rem;
        top: calc(4rem + .6em);
        width: 24px;
        height: 24px;
        margin-top: -12px;
        margin-left: -12px
    }

    .item-tile-text-info .tile-price {
        margin-right: 4rem
    }

    .item-tile-new.tile-second {
        text-align: center
    }

    .item-tile-new.tile-second .tile-title-wrap {
        padding-bottom: 0
    }

    .item-tile-new.tile-second .tile-action .btn {
        max-width: 320px;
        width: 100%
    }

    .item-tile-new.tile-second .tile-title {
        margin-top: 15px;
        font-size: 25px;
        line-height: 1.1;
        font-weight: 500
    }
}

@media (max-width:639px) {
    .item-tile-text-info .tile-button {
        font-size: 2.5rem
    }
}

@media (min-width:640px) {
    .item-tile-new.tile-main {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .item-tile-new.tile-main .tile-photo-wrap {
        width: calc(50% - .9rem);
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 47.2rem
    }

    .item-tile-new.tile-main .tile-info-wrap {
        -ms-flex: 1;
        flex: 1;
        padding: 0 0 0 1.9rem;
        margin: 0;
        display: block
    }

    .item-tile-new.tile-main .tile-action {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 4rem
    }

    .item-tile-new.tile-main .tile-text {
        height: auto
    }
}

@media (min-width:1024px) {
    .item-tile-plus-info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 100%;
        text-align: left
    }

    .item-tile-plus-info .tile-ico {
        margin: 0
    }

    .item-tile-plus-info .tile-ico img {
        margin-top: 0
    }

    .item-tile-plus-info .tile-title {
        font-size: 2.5rem;
        padding: 0 0 0 2rem;
        -ms-flex: 1;
        flex: 1
    }

    .item-tile-step {
        text-align: left;
        padding-left: 5rem;
        font-size: 16px;
        line-height: 1.17;
        position: relative
    }

    .item-tile-step:before {
        content: "";
        display: block;
        width: 32px;
        height: 27px;
        position: absolute;
        background: url(../img/icons/arrow-step.svg) 50% no-repeat;
        background-size: 100% auto;
        left: 100%;
        top: 60px;
        margin-left: 10px
    }

    .item-tile-step .tile-number {
        margin-left: -5rem
    }

    .item-tile-step .tile-title {
        font-size: 2rem;
        margin-top: -4.5rem;
        margin-bottom: 6px
    }

    .item-tile-plus {
        font-size: 2.5rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        text-align: left
    }

    .item-tile-plus .tile-ico {
        width: 5rem;
        height: 5rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0
    }

    .item-tile-plus .tile-title {
        -ms-flex: 1;
        flex: 1;
        padding: 0 0 0 2rem;
        margin: 0
    }

    .item-tile-about {
        font-size: 17px;
        padding-top: 35px;
        padding-bottom: 44px
    }

    .item-tile-about .tile-total {
        font-size: 80px
    }

    .item-tile-about .tile-title {
        margin-top: -10px
    }

    .item-tile-project .tile-info-wrap {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .item-tile-project .tile-photo {
        height: 525px;
        aspect-ratio: inherit
    }

    .item-tile-project .tile-photo:before {
        display: none
    }

    .item-tile-project .tile-info-title {
        padding: 1.5rem 3.4rem;
        -ms-flex-item-align: end;
        align-self: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right
    }

    .item-tile-project .tile-info-title+.tile-info-title {
        -ms-flex-item-align: start;
        align-self: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
        padding-left: 0
    }

    .item-tile-project .tile-title {
        font-size: 4rem;
        line-height: 5rem;
        margin-right: 9.4rem
    }

    .item-tile-project .tile-title:after {
        width: 9.4rem
    }

    .item-tile-project .btn-action-ico {
        width: 5.8rem;
        height: 5.8rem;
        left: auto;
        right: 3.3rem;
        bottom: 2.2rem
    }

    .item-tile-main {
        font-size: 1em;
        line-height: 1.17
    }

    .item-tile-main .tile-photo {
        aspect-ratio: 443/238
    }

    .item-tile-main .tile-title {
        font-size: 3.5rem;
        line-height: 1.02;
        /* padding-left: 3rem; */
        /* padding-bottom: 3rem */
    }

    .item-tile-new.tile-second .tile-photo {
        height: 238px;
        aspect-ratio: inherit
    }

    .item-tile-new.tile-second .tile-info-wrap {
        padding-top: 4rem
    }

    .item-tile-new.tile-second .tile-title-wrap {
        padding-bottom: 0
    }

    .item-tile-new.tile-second .tile-title {
        margin-top: 1rem;
        font-size: 3rem;
        font-weight: 500;
        line-height: 1.1
    }

    .item-tile-new.tile-main .tile-info-wrap {
        max-width: 85.8rem;
        padding-left: 4.2rem
    }
}

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

@media (min-width:1024px) and (max-width:1399px) {
    .item-tile-plus {
        font-size: 2rem
    }
}

.pluses-box {
    margin-bottom: 80px;
    margin-bottom: 8rem
}

.pluses-box .items-wrap {
    margin: 0 -9px -40px;
    margin: 0 -.9rem -4rem
}

.pluses-box .item-wrap {
    width: 50%;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    padding: 0 9px;
    padding: 0 .9rem
}

.consultation-box {
    margin-bottom: 100px;
    margin-bottom: 10rem;
    display: block;
    position: relative;
    text-align: center;
    color: var(--clr-att-second)
}

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

.consultation-box .photo-inner-wrap {
    margin-bottom: 50px;
    margin-bottom: 5rem
}

.consultation-box .info-title {
    display: block;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.33333333;
    margin-bottom: .5em;
    max-width: 16.94444444em;
    margin-left: auto;
    margin-right: auto;
    color: inherit
}

.consultation-box .elm-photo {
    border-radius: 50%;
    width: 270px;
    margin: 0 auto;
    aspect-ratio: 1
}

.consultation-box .link-phone {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    padding-left: 4rem
}

.consultation-box .link-phone:before {
    content: "";
    display: block;
    width: 30px;
    width: 3rem;
    height: 30px;
    height: 3rem;
    position: absolute;
    background: url(../img/icons/phone.svg) 50% no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: 0;
    margin-top: -15px;
    margin-top: -1.5rem
}

.consultation-box .link-phone:not(:hover) {
    color: inherit
}

.text-box {
    margin-bottom: 50px;
    margin-bottom: 5rem;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.72727273
}

.text-box ol,
.text-box p,
.text-box ul {
    margin-bottom: 1.45em
}

.text-box .list li {
    margin-bottom: .5em
}

.text-photo-box {
    margin-bottom: 60px;
    margin-bottom: 6rem;
    position: relative;
    display: block
}

.text-photo-box .photo-inner-wrap {
    margin-bottom: 50px;
    margin-bottom: 5rem
}

.text-photo-box:last-child {
    margin-bottom: 0
}

.text-photo-box .elm-photo {
    aspect-ratio: 700/600
}

.filter-box {
    margin-bottom: 35px
}

.filter-box .filter-section-wrap {
    margin-bottom: 20px;
    margin-bottom: 2rem
}

.filter-box .filter-section-wrap:last-child {
    margin-bottom: 0
}

.filter-box .filter-section-title {
    margin: 0 0 .4em
}

.filter-box .frm-row {
    margin: 0 -15px;
    margin: 0 -1.5rem
}

.filter-box .frm-field {
    padding: 0 15px;
    padding: 0 1.5rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    width: 50%
}

.filter-box .frm-field[data-title] .form-input {
    padding-left: 62px;
    padding-left: 6.2rem
}

.filter-box .frm-field[data-title]:before {
    content: attr(data-title);
    display: block;
    height: 50px;
    height: 5rem;
    line-height: 50px;
    line-height: 5rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    width: 8rem;
    z-index: 2;
    pointer-events: none;
    padding-right: 15px;
    padding-right: 1.5rem;
    color: var(--clr-base);
    text-align: right
}

.filter-box .btn,
.filter-box .form-input {
    height: 50px;
    height: 5rem;
    border-radius: 50px;
    font-size: 20px;
    font-size: 2rem
}

.filter-box .section-submit .frm-field {
    width: 100%
}

.filter-box .btn {
    width: 100%;
    min-width: 0;
    font-weight: 700;
    padding: 0 50px;
    padding: 0 5rem
}

.photos-slider-box {
    margin-bottom: 50px;
    margin-bottom: 5rem
}

.photos-slider-box .slider-wrap {
    margin: 0 -10px;
    margin: 0 -1rem
}

.photos-slider-box .slider-wrap .sl-wrap {
    padding: 0 10px;
    padding: 0 1rem
}

.photos-slider-box .slider-preview-wrap {
    margin-top: 32px;
    margin-top: 3.2rem;
    padding: 0 58px
}

.photos-slider-box .slider-preview-wrap .sl-wrap {
    padding: 0 22px;
    padding: 0 2.2rem
}

.photos-slider-box .slider-preview-wrap .sl-wrap.active .elm-photo:after,
.photos-slider-box .slider-preview-wrap .sl-wrap:hover .elm-photo:after {
    opacity: 0
}

.photos-slider-box .slider-preview-wrap .elm-photo {
    aspect-ratio: 152/101
}

.photos-slider-box .slider-preview-wrap .elm-photo:after {
    opacity: 1;
    background-color: hsla(0, 0%, 100%, .5)
}

.photos-slider-box .slider-preview-wrap .ico-arrow {
    position: absolute;
    top: 50%;
    left: -58px;
    margin-top: -27px
}

.photos-slider-box .slider-preview-wrap .ico-arrow-next {
    left: auto;
    right: -58px
}

.photos-slider-box .btn-action-ico.ico-arrow:not(:hover) {
    background-color: #e8e8e8;
    border-color: #e8e8e8
}

.card-box .photos-slider-box {
    margin-bottom: 0
}

.card-box .desc-inner-wrap,
.card-box .info-inner-wrap,
.card-box .photos-inner-wrap {
    margin-bottom: 50px;
    margin-bottom: 5rem
}

.card-box .desc-inner-wrap {
    font-weight: 300;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.72727273
}

.card-box .h2-title {
    margin: 0 0 .55em
}

.card-box .price-wrap {
    margin-bottom: 50px;
    margin-bottom: 5rem
}

.card-box .price-wrap:last-child {
    margin-bottom: 0
}

.card-box .more-wrap {
    margin-bottom: 55px;
    margin-bottom: 5.5rem;
    font-weight: 500;
    text-transform: uppercase
}

.card-box .more-wrap:last-child {
    margin-bottom: 0
}

.card-box .info-items-wrap {
    margin-bottom: 50px;
    margin-bottom: 5rem
}

.card-box .info-wrap {
    margin-bottom: 20px;
    display: block;
    position: relative;
    padding-left: 40px;
    font-weight: 300
}

.card-box .info-wrap .elm-ico {
    width: 28px;
    height: 28px;
    position: absolute;
    top: .75em;
    left: 0;
    margin-top: -14px
}

.card-box .price-title {
    font-size: 1em;
    color: inherit;
    font-weight: 700;
    margin: 0 0 8px
}

.card-box .elm-price {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    color: var(--clr-att-second)
}

.card-box table {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5
}

.card-box table.tbl-clear {
    margin-bottom: 25px;
    margin-bottom: 2.5rem
}

.card-box table td,
.card-box table th {
    font-weight: 300 !important
}

.card-box table td:first-child,
.card-box table th:first-child {
    min-width: 210px;
    min-width: 21rem;
    max-width: 210px;
    max-width: 21rem;
    width: 210px;
    width: 21rem
}

.card-box p {
    margin-bottom: 1.35em
}

.teams-box {
    margin-bottom: 100px;
    margin-bottom: 10rem
}

.teams-box .items-wrap {
    margin: 0 -10px -60px;
    margin: 0 -1rem -6rem
}

.teams-box .item-wrap {
    padding: 0 10px;
    padding: 0 1rem;
    margin-bottom: 60px;
    margin-bottom: 6rem
}

.contacts-box {
    margin-bottom: 75px;
    margin-bottom: 7.5rem
}

.contacts-box .item-wrap {
    margin-bottom: 40px;
    margin-bottom: 4rem;
    padding: 0 10px;
    padding: 0 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.contacts-box .items-wrap {
    margin: 0 -10px;
    margin: 0 -1rem
}

.contacts-box .title-inner-wrap {
    padding-bottom: 10px;
    padding-bottom: 1rem;
    width: 100%;
    -ms-flex: 1;
    flex: 1
}

.contacts-box .map-inner-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 407px;
    height: 40.7rem
}

.contacts-box .h2-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 1em;
    margin-top: 0;
    font-weight: 500
}

.contacts-box .cnt-wrap {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    position: relative;
    padding-left: 38px
}

.contacts-box .cnt-wrap .elm-ico {
    width: 38px;
    height: 28px;
    position: absolute;
    top: .75em;
    left: 0;
    margin-top: -14px
}

.contacts-box .cnt-wrap .elm-ico img,
.contacts-box .cnt-wrap .elm-ico svg {
    left: 0;
    margin-left: 0
}

.reviews-box {
    margin-bottom: 50px;
    margin-bottom: 5rem
}

.reviews-box .item-wrap {
    margin-bottom: 80px;
    margin-bottom: 8rem
}

.reviews-box .item-wrap:last-child {
    margin-bottom: 0
}

.bg-box {
    background: #f9f9f9;
    position: relative;
    padding: 48px 0 70px;
    padding: 4.8rem 0 7rem;
    margin-bottom: 70px;
    margin-bottom: 7rem
}

.bg-box .reviews-box,
.bg-box .tiles-box,
.bg-box .tiles-slider-box,
.bg-box:last-child,
.bg-box>:last-child {
    margin-bottom: 0
}

.inner-wrap .bg-box:after,
.inner-wrap .bg-box:before,
.page-full .bg-box:after,
.page-full .bg-box:before {
    content: "";
    display: block;
    width: 9999px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #f9f9f9
}

.inner-wrap .bg-box:before,
.page-full .bg-box:before {
    left: auto;
    right: 100%
}

.vacancies-box {
    margin-bottom: 70px;
    margin-bottom: 7rem
}

.vacancies-box .item-wrap {
    margin-bottom: 55px;
    margin-bottom: 5.5rem
}

.vacancies-box .item-wrap:last-child {
    margin-bottom: 0
}

.info-box {
    position: relative;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.63636364;
    margin-bottom: 130px;
    margin-bottom: 13rem
}

.info-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #f9f9f9
}

.info-box .title-inner-wrap {
    padding: 110px 0 77px;
    padding: 11rem 0 7.7rem;
    background: #f9f9f9;
    position: relative;
    z-index: 2
}

.info-box .info-inner-wrap {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-top: 110px;
    padding-top: 11rem;
    padding-bottom: 77px;
    padding-bottom: 7.7rem
}

.info-box .info-inner-wrap .elm-photo {
    aspect-ratio: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(var(--paddingContainer) * -1);
    right: calc(var(--paddingContainer) * -1);
    z-index: -1
}

.info-box .info-inner-wrap .elm-photo:after {
    opacity: 1;
    background: rgba(86, 19, 13, .88)
}

.info-box .form-wrap {
    margin-top: 35px;
    margin-top: 3.5rem;
    max-width: 350px
}

.info-box .h1-title {
    margin-bottom: .4em;
    color: inherit
}

.info-box .h2-title {
    margin-bottom: .6em;
    color: inherit
}

.info-box .phone-wrap {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 70px;
    margin-bottom: 7rem;
    position: relative
}

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

.info-box .phone-wrap:last-child {
    margin-bottom: 0
}

.info-box .link-phone {
    position: relative;
    display: inline-block;
    padding-left: 50px;
    padding-left: 5rem
}

.info-box .link-phone:before {
    content: "";
    display: block;
    width: 30px;
    width: 3rem;
    height: 30px;
    height: 3rem;
    position: absolute;
    background: url(../img/icons/phone.svg) 50% no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: 0;
    margin-top: -15px;
    margin-top: -1.5rem
}

.info-box .frm-row {
    margin: 0
}

.info-box .frm-field {
    margin: 0 0 10px;
    padding: 0
}

.info-box .frm-row-submit {
    margin-top: 20px
}

.info-box .frm-row-submit .btn {
    width: 100%;
    min-width: 0
}

.tiles-slider-box {
    margin-bottom: 95px;
    margin-bottom: 9.5rem
}

.tiles-slider-box .slick-dots {
    padding-top: 25px;
    padding-top: 2.5rem
}

.tiles-slider-box .slider-wrap {
    margin: 0 -10px;
    margin: 0 -1rem
}

.tiles-slider-box .sl-wrap {
    padding: 0 10px;
    padding: 0 1rem
}

.tiles-slider-box .elm-photo {
    aspect-ratio: 1449/605
}

.tiles-box {
    margin-bottom: 80px;
    margin-bottom: 8rem
}

.tiles-box .items-wrap {
    margin: 0 -10px -62px;
    margin: 0 -1rem -6.2rem
}

.tiles-box .item-wrap {
    padding: 0 10px;
    padding: 0 1rem;
    margin-bottom: 62px;
    margin-bottom: 6.2rem
}

.tiles-box .items-main {
    margin-bottom: -20px;
    margin-bottom: -2rem
}

.tiles-box .items-catalog {
    margin-bottom: -68px;
    margin-bottom: -6.8rem
}

.tiles-box .items-catalog .item-wrap {
    margin-bottom: 68px;
    margin-bottom: 6.8rem
}

.tabs-box,
.tabs-main-box {
    margin-bottom: 50px;
    margin-bottom: 5rem
}

.tabs-main-box .menu {
    margin: 0 -9px;
    margin: 0 -.9rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tabs-main-box li {
    padding: 0 9px;
    padding: 0 .9rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex: 1;
    flex: 1
}

.more-box {
    margin-bottom: 50px;
    margin-bottom: 5rem;
    text-align: center;
    line-height: 1
}

.more-box .btn {
    min-width: 320px
}

.pagenav-box {
    margin-bottom: 50px;
    margin-top: 105px;
    margin: 10.5rem -2.8rem 5rem 0;
    margin-right: -28px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pagenav-box:first-child {
    margin-top: 0
}

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

.pagenav-box .button-page {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 28px 10px 0;
    margin: 0 2.8rem 10px 0;
    min-width: 40px;
    height: 40px;
    padding: 0 8px
}

.pagenav-box .btn-action-ico {
    width: 40px;
    height: 40px;
    margin-right: 28px;
    margin-right: 2.8rem
}

.pagenav-box .button-disabled,
.pagenav-box [disabled] {
    display: none
}

.title-box {
    margin-bottom: 40px;
    margin-bottom: 4rem
}

.title-box.title-center {
    text-align: center
}

.title-box.section-small {
    margin-bottom: 25px;
    margin-bottom: 2.5rem
}

.title-box.section-main {
    margin-bottom: 60px;
    margin-bottom: 6rem
}

.title-box .title-tags-wrap {
    text-align: center;
    margin-bottom: 12px
}

.title-box .h1-title,
.title-box h1 {
    margin-bottom: 44px;
    margin-bottom: 4.4rem;
    margin-top: 0
}

.title-box .button-tag {
    pointer-events: none
}

.news-box {
    margin-bottom: 50px;
    margin-bottom: 5rem
}

.news-box .items-wrap {
    margin: 0 -9px -82px;
    margin: 0 -.9rem -8.2rem
}

.news-box .item-wrap {
    padding: 0 9px;
    padding: 0 .9rem;
    margin-bottom: 82px;
    margin-bottom: 8.2rem;
    width: 100%
}

.breadcrumbs-box {
    margin-bottom: 35px;
    margin-bottom: 3.5rem;
    color: var(--clr-light);
    padding-top: 45px;
    padding-top: 4.5rem
}

.breadcrumbs-box.section-light {
    color: #fff
}

.breadcrumbs-box .menu {
    margin: 0 -60px 0 0;
    margin: 0 -6rem 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumbs-box .menu li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    padding: 0 60px 0 0;
    padding: 0 6rem 0 0;
    margin-bottom: 15px
}

.breadcrumbs-box li:last-child a:after {
    display: none
}

.breadcrumbs-box li:first-child {
    padding-left: 62px;
    padding-left: 6.2rem
}

.breadcrumbs-box li:first-child a:before {
    content: "";
    display: block;
    width: 40px;
    width: 4rem;
    height: 40px;
    height: 4rem;
    position: absolute;
    background: #de9d9a url(../img/icons/home.png) 50% no-repeat;
    background-size: 2.4rem auto;
    border-radius: 50%;
    top: 50%;
    left: -62px;
    left: -6.2rem;
    margin-top: -21px;
    margin-top: -2.1rem
}

.breadcrumbs-box a {
    display: inline;
    position: relative;
    border-bottom: 1px solid
}

.breadcrumbs-box a:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/icons/arrow-bread.png) 50% no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: 100%;
    margin-top: -12px;
    margin-left: 8px
}

.breadcrumbs-box a:not(:hover) {
    color: inherit;
    border-bottom: 1px solid
}

.article-box {
    margin-bottom: 80px;
    margin-bottom: 8rem
}

.slider-arrows .ico-arrow~.slick-list {
    padding-top: 83px
}

.slider-arrows .ico-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -70px
}

.slider-arrows .ico-arrow-next {
    margin-left: 15px
}

.main-page-box {
    margin-bottom: 60px;
    margin-bottom: 6rem;
    padding-bottom: 70px;
    padding-bottom: 7rem;
    display: block;
    position: relative
}

.main-page-box .title-inner-wrap {
    color: #fff;
    -ms-flex: 1;
    flex: 1;
    padding: 0 50px 20px 0;
    padding: 0 5rem 2rem 0
}

.main-page-box .title-inner-wrap .section-title {
    color: inherit;
    font-weight: 500;
    line-height: 1.203125
}

.main-page-box .form-inner-wrap {
    width: 788px;
    width: 78.8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #fff;
    padding: 65px 55px 45px 70px;
    padding: 6.5rem 5.5rem 4.5rem 7rem;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.18181818
}

.main-page-box .form-title-wrap {
    margin-bottom: 32px;
    margin-bottom: 3.2rem
}

.main-page-box .box-inner-wrap {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.main-page-box .breadcrumbs-box {
    padding: 55px 0 60px;
    padding: 5.5rem 0 6rem;
    margin: 0;
    position: relative;
    z-index: 2
}

.main-page-box .frm-row,
.main-page-box .frm-row-submit {
    margin: 0 -16px;
    margin: 0 -1.6rem
}

.main-page-box .frm-field {
    width: 50%;
    padding: 0 16px;
    padding: 0 1.6rem;
    margin-bottom: 28px;
    margin-bottom: 2.8rem
}

.main-page-box .frm-field .btn {
    width: 100%;
    min-width: 0;
    padding: 0 15px
}

.main-page-box .form-title {
    margin-bottom: .8em;
    font-size: 42px;
    font-size: 4.2rem
}

.main-page-box .section-photo {
    width: 100vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -50vw;
    aspect-ratio: inherit
}

.main-page-box .section-photo:after {
    opacity: 1
}

.main-map-box {
    position: relative;
    overflow: hidden;
    height: 540px;
    height: 54rem
}

.main-form-box {
    padding: 130px 0 85px;
    padding: 13rem 0 8.5rem
}

.main-form-box+.page-full {
    padding-top: 90px;
    padding-top: 9rem
}

.main-form-box.section-bg {
    background-color: #f9f9f9
}

.main-form-box .form-title-wrap {
    margin-bottom: 50px;
    margin-bottom: 5rem
}

.main-form-box .frm-row {
    margin: 0 -10px;
    margin: 0 -1rem
}

.main-form-box .frm-field {
    margin: 0 0 10px;
    padding: 0 10px;
    padding: 0 1rem
}

.main-form-box .field-button,
.main-form-box .field-button-main {
    margin-top: 20px
}

.main-form-box .field-button-main .btn,
.main-form-box .field-button .btn {
    width: 100%;
    min-width: 0
}

.main-form-box .field-info {
    margin-top: 20px;
    color: #1c1c1c;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0
}

.main-form-box .field-info a:not(:hover) {
    color: inherit
}

.main-form-box .h1-title {
    margin-bottom: .2em
}

.main-contacts-box {
    display: block;
    text-align: center
}

.main-contacts-box .map-inner-wrap {
    height: 315px;
    position: relative;
    overflow: hidden;
    margin-top: 40px
}

.main-contacts-box .button-soc {
    width: 47px;
    height: 47px;
    margin: 0 4px 8px
}

.main-contacts-box .cnt-soc-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -4px -8px;
    padding-top: 6px
}

.main-contacts-box .cnt-title {
    font-size: 12px;
    line-height: 1.1;
    font-weight: 400;
    color: #9e9e9e;
    margin: 0 0 5px
}

.main-contacts-box .cnt-wrap {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.1
}

.main-contacts-box .cnt-wrap:last-child {
    margin-bottom: 0
}

.main-contacts-box .cnt-wrap a:not(:hover) {
    color: inherit
}

.main-contacts-box p {
    margin-bottom: 15px
}

.main-calc-info-box {
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
    text-align: center
}

.main-calc-info-box .inner-wrap {
    padding-top: 45px;
    padding-bottom: 0
}

.main-calc-info-box .title-inner-wrap {
    color: #202020;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 28px
}

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

.main-calc-info-box .photo-inner-wrap {
    margin-top: -20px;
    margin-bottom: -30px
}

.main-calc-info-box .h1-title {
    margin-bottom: 8px;
    color: inherit
}

.main-calc-info-box .btn {
    min-width: 320px
}

.main-calc-info-box .elm-photo {
    margin: 0 -120px 0 -40px
}

.main-steps-box .items-wrap {
    margin: 0 -10px -10px
}

.main-steps-box .item-wrap {
    padding: 0 10px;
    margin-bottom: 10px
}

.main-steps-box .item-tile-step {
    max-width: 300px
}

.main-pluses-box .photo-inner-wrap {
    margin-bottom: 32px
}

.main-pluses-box .items-wrap {
    margin: 0 -10px -20px
}

.main-pluses-box .item-wrap {
    padding: 0 10px;
    margin-bottom: 20px
}

.main-pluses-box .item-tile-plus {
    max-width: 14.375em
}

.main-text-box {
    background: var(--clr-base);
    color: #fff
}

.main-text-box .elm-photo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    aspect-ratio: inherit
}

.main-text-box .elm-photo:after {
    background: rgba(0, 0, 0, .7)
}

.main-text-box .inner-wrap {
    z-index: 2;
    padding-top: 120px;
    padding-bottom: 130px
}

.main-text-box .title-inner-wrap {
    text-align: center;
    max-width: 48em;
    margin: 0 auto;
    line-height: 1.21
}

.main-text-box .h1-title {
    margin: 0 0 .4em;
    color: inherit
}

.main-text-box .btn {
    min-width: 320px;
    margin-top: 10px
}

.main-about-box .items-inner-wrap {
    margin-top: 40px
}

.main-about-box .info-inner-wrap {
    text-align: center;
    line-height: 1.21;
    margin-bottom: 20px
}

.main-about-box .info-inner-wrap p {
    margin-bottom: .8em
}

.main-about-box .action-inner-wrap {
    margin-top: 28px;
    text-align: center
}

.main-about-box .action-inner-wrap .btn {
    min-width: 320px
}

.main-about-box .items-wrap {
    margin: 0 -5px -10px
}

.main-about-box .item-wrap {
    padding: 0 5px;
    margin-bottom: 10px
}

.main-about-box .elm-photo {
    aspect-ratio: 375/274
}

.main-tile-slider-box .title-box+.slider-outer-wrap {
    margin-top: -20px
}

.main-tile-slider-box .slider-wrap {
    margin: 0 -9px;
    margin: 0 -.9rem
}

.main-tile-slider-box .sl-wrap {
    padding: 0 9px;
    padding: 0 .9rem
}

.main-tile-slider-box .slick-dots {
    padding-top: 28px
}

.main-calc-box {
    background: #f9f9f9;
    overflow: hidden
}

.main-calc-box .inner-wrap {
    padding-top: 46px
}

.main-calc-box .photo-inner-wrap {
    margin: 0 -30px 0 -25px
}

.main-calc-box .title-inner-wrap {
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 26px
}

.main-calc-box .h1-title {
    margin-bottom: 8px
}

.main-calc-box .frm-row {
    margin: 0
}

.main-calc-box .frm-field {
    margin: 0 0 10px;
    padding: 0
}

.main-calc-box .frm-row-submit {
    margin-top: 20px
}

.main-calc-box .frm-row-submit .btn {
    width: 100%;
    min-width: 0
}

.main-tiles-slider-box .slider-wrap {
    margin: 0 -10px;
    margin: 0 -1rem
}

.main-tiles-slider-box .sl-wrap {
    padding: 0 10px;
    padding: 0 1rem
}

.main-slider-box {
    position: relative;
    /* overflow: hidden; */
    color: #fff
}

.main-slider-box .slick-dots {
    position: absolute;
    bottom: 0;
    left: -15px;
    right: -15px;
    padding-bottom: 19px;
    margin: 0
}

.main-slider-box .sl-wrap.sl-bg:before {
    opacity: 1
}

.main-slider-box .sl-wrap:before {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .6)
}

.main-slider-box .inner-wrap {
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100dvh - 80px);
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 120px
}

.main-slider-box .title-inner-wrap {
    margin-bottom: 35px
}

.main-slider-box .sl-price {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 16px
}

.main-slider-box .sl-title {
    margin-bottom: 13px;
    color: inherit;
    font-weight: 700;
    line-height: 105.523%
}

.main-section-box .inner-wrap {
    padding-top: 40px;
    padding-bottom: 40px
}

.main-section-box .title-box {
    text-align: center;
    margin-bottom: 20px
}

.main-section-box .title-box .h1-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 15.625em
}

.main-section-box .more-box {
    margin-bottom: 0;
    margin-top: 28px
}

@media (max-width:1399px) {
    .main-page-box .form-inner-wrap {
        padding: 4rem;
        width: 50%
    }

    .main-page-box .frm-field {
        width: 100%
    }

    .photos-slider-box .slider-preview-wrap .sl-wrap {
        padding: 0 10px
    }
}

@media (max-width:1023px) {
    .tabs-box {
        position: relative;
        text-align: center
    }

    .tabs-box .btn.button-select {
        min-width: 266px
    }

    .tabs-box .popup-content-block {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        width: 300px;
        margin-left: -150px;
        margin-top: 10px;
        border-radius: 20px;
        background-color: var(--clr-att-second);
        overflow: hidden;
        padding: 15px 0
    }

    .tabs-box .popup-content-block .btn.button-tab {
        display: block;
        padding: 10px 20px;
        border: none;
        border-radius: 0;
        background: none;
        text-align: left;
        line-height: 1.2;
        font-weight: 500;
        color: #fff;
        font-size: 16px;
        text-transform: none
    }

    .tabs-box .popup-content-block .btn.button-tab br {
        display: none
    }

    .tabs-box .popup-content-block .btn.button-tab.active,
    .tabs-box .popup-content-block .btn.button-tab:hover {
        color: var(--clr-att)
    }

    .tabs-box .popup-content-block a {
        padding: 10px 15px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
        color: #fff
    }

    .tabs-box .popup-content-block a.active,
    .tabs-box .popup-content-block a:hover {
        color: var(--clr-att)
    }

    .main-slider-box {
        font-size: 14px
    }

    .title-box .tabs-box {
        margin-top: -10px
    }

    .main-page-box .form-title {
        font-size: 3rem
    }
}

@media (max-width:767px) {
    .main-page-box .box-inner-wrap {
        display: block
    }

    .main-page-box .title-inner-wrap {
        width: 100%;
        padding: 0;
        margin-bottom: 5rem
    }

    .main-page-box .form-inner-wrap {
        width: 100%;
        max-width: 100%
    }

    .main-calc-box .elm-photo:before {
        display: none
    }

    .main-calc-box .elm-photo.photo-contain,
    .main-calc-box .elm-photo.photo-cover {
        aspect-ratio: inherit
    }

    .main-calc-box .elm-photo.photo-contain img,
    .main-calc-box .elm-photo.photo-cover img {
        display: block;
        width: 100%;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto
    }
}

@media (max-width:479px) {
    .photos-slider-box .slider-preview-wrap {
        padding: 0 45px
    }

    .photos-slider-box .slider-preview-wrap .ico-arrow-prev {
        left: -45px
    }

    .photos-slider-box .slider-preview-wrap .ico-arrow-next {
        right: -45px
    }

    .photos-slider-box .slider-preview-wrap .sl-wrap {
        padding: 0 5px
    }

    .photos-slider-box .btn-action-ico.ico-arrow {
        margin-top: -20px;
        width: 40px;
        height: 40px
    }
}

@media (min-width:480px) {

    .main-about-box .item-wrap,
    .main-pluses-box .item-wrap {
        width: 50%
    }
}

@media (min-width:640px) {

    .main-form-box .frm-field,
    .teams-box .item-wrap,
    .tiles-box .item-wrap {
        width: 50%
    }

    .main-form-box .field-button,
    .main-form-box .field-button-main,
    .main-form-box .field-info,
    .main-form-box .field-text {
        width: 100%
    }

    .main-steps-box .item-wrap {
        width: 50%
    }

    .main-pluses-box .item-wrap {
        width: 33.33%
    }

    .news-box .item-wrap {
        width: 50%
    }

    .news-box .item-wrap.wrap-main {
        width: 100%;
        margin-bottom: 7rem
    }
}

@media (min-width:768px) {
    .consultation-box {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        text-align: left
    }

    .consultation-box .photo-inner-wrap {
        width: 270px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0
    }

    .consultation-box .info-inner-wrap {
        -ms-flex: 1;
        flex: 1;
        padding: 0 0 0 7.4rem
    }

    .consultation-box .info-title {
        margin-left: 0
    }

    .text-photo-box {
        display: -ms-flexbox;
        display: flex
    }

    .text-photo-box.box-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .text-photo-box.box-reverse .info-inner-wrap {
        padding-left: 0;
        padding-right: 3rem
    }

    .text-photo-box.box-reverse .photo-inner-wrap .elm-photo {
        right: 0;
        left: .9rem
    }

    .text-photo-box .photo-inner-wrap {
        position: relative;
        width: 50%;
        margin: 0
    }

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

    .text-photo-box .info-inner-wrap {
        width: 50%;
        padding: 0 0 0 3rem
    }

    .filter-box .filter-section-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 2rem
    }

    .filter-box .filter-section-wrap.section-submit {
        display: block
    }

    .filter-box .filter-section-title {
        padding: 0 2.2rem 0 0;
        margin: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .filter-box .filter-section-content {
        -ms-flex: 1;
        flex: 1
    }

    .filter-box .frm-field {
        margin-bottom: 0
    }

    .card-box {
        margin-bottom: 3rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -.9rem;
        margin-right: -.9rem
    }

    .card-box .desc-inner-wrap,
    .card-box .info-inner-wrap,
    .card-box .photos-inner-wrap {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 .9rem;
        margin-bottom: 5rem
    }

    .contacts-box .item-wrap {
        width: 50%
    }

    .info-box {
        display: -ms-flexbox;
        display: flex
    }

    .info-box .title-inner-wrap {
        width: 50%;
        padding-right: 7rem
    }

    .info-box .info-inner-wrap {
        width: 50%;
        padding-left: 8rem
    }

    .info-box .info-inner-wrap .elm-photo {
        left: 0;
        right: auto;
        width: 50vw
    }

    .info-box .info-inner-wrap .h1-title {
        margin-bottom: 6.5rem
    }

    .info-box .h2-title {
        font-size: 4rem
    }

    .main-contacts-box {
        text-align: left;
        padding-bottom: 5.5rem
    }

    .main-contacts-box .title-box {
        margin-bottom: 5rem
    }

    .main-contacts-box .info-inner-wrap {
        width: 50%;
        padding: 0 4rem 0 0;
        margin: 0
    }

    .main-contacts-box .map-inner-wrap {
        height: auto;
        -ms-flex: 1;
        flex: 1;
        margin: 0
    }

    .main-contacts-box .cnt-soc-wrap {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main-contacts-box .box-inner-wrap {
        display: -ms-flexbox;
        display: flex
    }

    .main-calc-info-box .box-inner-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: 45rem
    }

    .main-calc-info-box .info-inner-wrap {
        width: 45%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 5rem 0;
        margin: 0;
        text-align: left
    }

    .main-calc-info-box .photo-inner-wrap {
        width: 50%;
        position: absolute;
        top: -6rem;
        bottom: -14rem;
        right: 5%;
        margin: 0;
        padding: 0
    }

    .main-calc-info-box .elm-photo {
        overflow: visible;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0
    }

    .main-calc-info-box .elm-photo img {
        width: auto;
        height: 100%;
        max-width: inherit
    }

    .main-calc-info-box .inner-wrap {
        padding-top: 0;
        padding-bottom: 0
    }

    .main-steps-box .item-wrap {
        width: 33.33%
    }

    .main-about-box .title-box {
        margin-bottom: 4rem
    }

    .main-about-box .box-inner-wrap {
        display: -ms-flexbox;
        display: flex;
        min-height: 51.4rem;
        position: relative
    }

    .main-about-box .info-inner-wrap {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 4rem 10rem 0;
        text-align: left;
        margin: 0
    }

    .main-about-box .photo-inner-wrap {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0;
        padding: 0;
        position: relative
    }

    .main-about-box .action-inner-wrap {
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: left;
        width: 50%;
        z-index: 2
    }

    .main-about-box .action-inner-wrap .btn {
        min-width: 0;
        width: auto
    }

    .main-about-box .elm-photo {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        aspect-ratio: inherit
    }

    .main-calc-box .inner-wrap {
        padding-top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .main-calc-box .info-inner-wrap {
        width: 55%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 8rem 0 8.5rem;
        position: relative;
        z-index: 2
    }

    .main-calc-box .title-inner-wrap {
        text-align: left
    }

    .main-calc-box .photo-inner-wrap {
        margin: 0;
        width: 61%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: var(--paddingContainer)
    }

    .main-calc-box .form-wrap {
        max-width: 353px
    }

    .main-calc-box .elm-photo {
        overflow: visible;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    .main-calc-box .elm-photo img {
        height: 100%;
        width: auto;
        max-width: inherit;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .main-calc-box .photo-inner-wrap {
        width: 50%
    }
}

@media (min-width:1024px) {
    .tiles-box .items-catalog .item-wrap {
        width: 33.33%
    }

    .filter-box {
        padding-top: 1.4rem
    }

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

    .filter-box .filter-section-wrap {
        padding-left: 6rem;
        -ms-flex: 1;
        flex: 1;
        width: auto
    }

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

    .filter-box .filter-section-wrap.section-submit {
        -ms-flex: inherit;
        flex: inherit;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 2rem;
        width: auto
    }

    .filter-box .btn,
    .filter-box .filter-section-wrap.section-submit .frm-field {
        width: auto
    }

    .card-box .desc-inner-wrap:nth-child(2n),
    .card-box .info-inner-wrap:nth-child(2n),
    .card-box .photos-inner-wrap:nth-child(2n) {
        padding-left: 3.6rem
    }

    .teams-box .item-wrap {
        width: 25%
    }

    .info-box .frm-field {
        margin-bottom: 22px
    }

    .info-box .frm-row-submit {
        margin-top: 2rem
    }

    .info-box .frm-row-submit .frm-field {
        margin-bottom: 0
    }

    .main-form-box .frm-field {
        width: 33.33%;
        padding: 0 2rem;
        margin-bottom: 3rem;
        max-width: 39.3rem
    }

    .main-form-box .field-text {
        width: 66.66%;
        max-width: 79.6rem
    }

    .main-form-box .field-button-main {
        margin-top: 0
    }

    .main-form-box .field-button {
        margin-top: 0;
        max-width: 35.5rem
    }

    .main-form-box .field-info {
        margin: 0;
        padding-top: 2.5rem;
        width: 100%;
        max-width: 100%
    }

    .main-form-box .field-info+.field-button {
        margin-top: 4rem;
        margin-bottom: 0
    }

    .main-form-box .frm-row {
        margin: 0 -2rem
    }

    .main-contacts-box .cnt-wrap {
        font-size: 3rem;
        margin-bottom: 6.5rem
    }

    .main-contacts-box .cnt-title {
        font-size: 16px
    }

    .main-contacts-box p {
        margin-bottom: 5px
    }

    .main-calc-info-box .title-inner-wrap {
        font-size: 16px;
        line-height: 1.34;
        margin-bottom: 3.5rem
    }

    .main-calc-info-box .h1-title {
        font-size: 5.5rem;
        line-height: .95
    }

    .main-steps-box .title-box .h1-title {
        max-width: 17em
    }

    .main-steps-box .items-wrap {
        margin: 0 -2rem -1rem
    }

    .main-steps-box .item-wrap {
        width: 33.33%;
        padding: 0 2rem;
        margin-bottom: 1rem
    }

    .main-steps-box .item-wrap:nth-child(3n+3) .item-tile-step:before {
        display: none
    }

    .main-steps-box .item-tile-step {
        max-width: 390px;
        margin: 0
    }

    .main-pluses-box .title-box {
        margin-bottom: 6rem
    }

    .main-pluses-box .box-inner-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center
    }

    .main-pluses-box .photo-inner-wrap {
        width: 43%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0
    }

    .main-pluses-box .items-inner-wrap {
        -ms-flex: 1;
        flex: 1;
        padding: 0 0 0 4.4rem;
        margin: 0
    }

    .main-pluses-box .items-wrap {
        margin: 0 -2rem -4rem
    }

    .main-pluses-box .item-wrap {
        width: 50%;
        padding: 0 2rem;
        margin-bottom: 4rem
    }

    .main-text-box {
        line-height: 1.34
    }

    .main-text-box .inner-wrap {
        padding-top: 14rem;
        padding-bottom: 11.5rem
    }

    .main-text-box .btn {
        margin-top: 4.2rem;
        min-width: 0
    }

    .main-text-box .h1-title {
        margin-bottom: .75em
    }

    .main-about-box .info-inner-wrap {
        line-height: 1.34
    }

    .main-about-box .items-wrap {
        margin: 0 -7px -14px
    }

    .main-about-box .item-wrap {
        padding: 0 7px;
        margin-bottom: 14px
    }

    .main-about-box .items-inner-wrap {
        margin-top: 5.5rem
    }

    .main-about-box .elm-photo-corner:after,
    .main-about-box .elm-photo-corner:before {
        width: 12rem;
        height: 12rem
    }

    .more-box .btn {
        width: auto;
        min-width: 0
    }

    .tabs-box .btn-popup-toggle {
        display: none
    }

    .tabs-box .menu {
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1.5rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: center;
        justify-content: center
    }

    .tabs-box .menu li {
        padding: 0 15px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .main-tile-slider-box .title-box+.slider-outer-wrap {
        margin-top: 0
    }

    .main-tile-slider-box .slick-dots {
        padding-top: 25px
    }

    .main-calc-box .title-inner-wrap {
        font-size: 1.8rem;
        margin-bottom: 4rem
    }

    .main-calc-box .title-inner-wrap p {
        max-width: 30.55555556em
    }

    .main-calc-box .frm-field,
    .main-calc-box .h1-title {
        margin-bottom: 15px
    }

    .main-calc-box .frm-row-submit {
        margin-top: 3rem
    }

    .main-calc-box .frm-row-submit .frm-field {
        margin-bottom: 0
    }

    .main-tiles-slider-box.section-second .slider-wrap {
        margin: 0 -8px
    }

    .main-tiles-slider-box.section-second .sl-wrap {
        padding: 0 8px
    }

    .main-tiles-slider-box.section-second .slick-list {
        overflow: hidden
    }

    .main-tiles-slider-box.section-second .slick-slide:not(.slick-active) {
        opacity: 1;
        pointer-events: auto
    }

    .main-tiles-slider-box .slick-list {
        overflow: visible
    }

    .main-tiles-slider-box .slick-slide {
        transition: all .2s ease
    }

    .main-tiles-slider-box .slick-slide:not(.slick-active) {
        opacity: 0;
        pointer-events: none
    }

    .main-tiles-slider-box .slick-slide.slick-active~.slick-slide {
        opacity: 1;
        pointer-events: auto
    }

    .main-tiles-slider-box .slider-wrap {
        margin: 0 -2rem
    }

    .main-tiles-slider-box .sl-wrap {
        padding: 0 2rem
    }

    .title-box .title-tags-wrap {
        margin-bottom: 0
    }

    .title-box .tabs-box {
        margin-top: -3.5rem
    }

    .title-box.title-action {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .title-box.title-action .h1-title {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-width: 100%
    }

    .title-box.title-action p {
        max-width: 45em
    }

    .title-box.title-action .btn {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .main-page-box {
        margin-top: -6rem;
        margin-bottom: 7.6rem;
        padding-top: 6rem
    }

    .main-slider-box {
        /* margin-top: -6rem; */
        font-size: 2.2rem;
        font-weight: 300
    }

    .main-slider-box .title-inner-wrap {
        margin-bottom: 8rem
    }

    .main-slider-box .inner-wrap {
        min-height: 80rem;
        height: auto;
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .main-slider-box .sl-wrap {
        padding-left: 80px
    }

    .main-slider-box .slick-dots {
        padding-bottom: 33px
    }

    .main-slider-box .ico-arrow {
        position: absolute;
        top: 50%;
        left: var(--paddingContainer);
        margin-top: -27px
    }

    .main-slider-box .ico-arrow-next {
        left: auto;
        right: var(--paddingContainer)
    }

    .main-slider-box .sl-price {
        font-size: 4.5rem
    }

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

    .main-section-box .inner-wrap {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem
    }

    .main-section-box .more-box {
        margin-top: 5rem
    }
}

@media (min-width:1024px) and (max-width:1499px) {
    .filter-box .filter-sections-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .filter-box .filter-section-wrap.section-submit {
        width: 100%;
        padding: 0
    }

    .filter-box .filter-section-wrap.section-submit .frm-row {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width:1200px) {
    .text-photo-box.box-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .text-photo-box.box-reverse .info-inner-wrap {
        padding-right: 6rem
    }

    .text-photo-box .info-inner-wrap {
        padding-left: 6rem
    }

    .main-about-box .item-wrap {
        width: 25%
    }
}

@media (min-width:1400px) {
    .pluses-box .item-wrap {
        width: 25%
    }

    .main-tiles-slider-box .slider-wrap {
        margin: 0 -3.9rem
    }

    .main-tiles-slider-box .sl-wrap {
        padding: 0 3.9rem
    }
}

@media (min-width:1700px) {

    .main-tile-slider-box .slider-arrows .slick-list,
    .main-tiles-slider-box.section-second .slider-arrows .slick-list,
    .tiles-slider-box .slider-arrows .slick-list {
        padding-top: 0
    }

    .main-tile-slider-box .slider-arrows .ico-arrow,
    .main-tiles-slider-box.section-second .slider-arrows .ico-arrow,
    .tiles-slider-box .slider-arrows .ico-arrow {
        top: 50%;
        margin: -50px 0 0
    }

    .main-tile-slider-box .slider-arrows .ico-arrow-prev,
    .main-tiles-slider-box.section-second .slider-arrows .ico-arrow-prev,
    .tiles-slider-box .slider-arrows .ico-arrow-prev {
        left: 50%;
        margin-left: -820px
    }

    .main-tile-slider-box .slider-arrows .ico-arrow-next,
    .main-tiles-slider-box.section-second .slider-arrows .ico-arrow-next,
    .tiles-slider-box .slider-arrows .ico-arrow-next {
        right: 50%;
        left: auto;
        margin-right: -820px
    }

    .main-tiles-slider-box.section-second .slider-arrows .ico-arrow {
        top: 119px;
        margin-top: -27px
    }

    .main-slider-box .sl-wrap {
        padding-left: 0
    }

    .main-slider-box .ico-arrow-prev {
        left: 50%;
        margin-left: -820px
    }

    .main-slider-box .ico-arrow-next {
        right: 50%;
        margin-right: -820px
    }
}

@media (min-width:1800px) {

    .main-tile-slider-box .slider-arrows .ico-arrow-prev,
    .main-tiles-slider-box.section-second .slider-arrows .ico-arrow-prev,
    .tiles-slider-box .slider-arrows .ico-arrow-prev {
        margin-left: -875px
    }

    .main-tile-slider-box .slider-arrows .ico-arrow-next,
    .main-tiles-slider-box.section-second .slider-arrows .ico-arrow-next,
    .tiles-slider-box .slider-arrows .ico-arrow-next {
        margin-right: -875px
    }

    .main-slider-box .ico-arrow-prev {
        margin-left: -875px
    }

    .main-slider-box .ico-arrow-next {
        margin-right: -875px
    }
}

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

.form-input {
    height: 55px;
    border-radius: 100px;
    border: 1px solid var(--clr-border);
    background-color: transparent;
    padding: 0 10px 0 29px;
    font-size: 16px
}

textarea.form-input {
    height: 183px;
    height: 18.3rem;
    border-radius: 3.8rem;
    line-height: 1.2;
    padding-top: 24px;
    padding-top: 2.4rem
}

[placeholder]::-webkit-input-placeholder {
    color: #828282
}

[placeholder]:-moz-placeholder,
[placeholder]::-moz-placeholder {
    color: #828282
}

[placeholder]:-ms-input-placeholder {
    color: #828282
}

select.form-input {
    text-overflow: ellipsis;
    cursor: pointer;
    display: block;
    width: 100%;
    padding-right: 80px;
    padding-right: 8rem;
    background-position: right 40px center;
    background-position: right 4rem center;
    background-color: transparent;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none !important;
    line-height: 1em;
    text-indent: .01px;
    text-overflow: "";
    outline: none
}

select.form-input,
select.form-input.form-input-clear {
    background-image: url(../img/icons/arrow-select.png);
    background-repeat: no-repeat
}

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-size: 8px auto;
    background-position: 100%
}

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

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

.btn {
    height: 76px;
    height: 7.6rem;
    padding: 0 40px;
    padding: 0 4rem;
    min-width: 316px;
    min-width: 31.6rem;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--clr-att-second);
    background: var(--clr-att);
    border: 1px solid var(--clr-att);
    border-radius: 100px
}

.btn.btn-small {
    height: 6rem;
    min-width: 23rem;
    font-size: 1.8rem;
}
.btn:hover {
    background-color: var(--clr-att-second);
    border-color: var(--clr-att-second);
    color: #fff
}

.btn.button-select {
    height: auto;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 97.5%;
    min-height: 55px;
    padding: 10px 50px 10px 25px;
    border: none;
    text-align: left;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #e0e0e0
}

.btn.button-select:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/icons/arrow-select.svg) 50% no-repeat;
    background-size: 100% auto;
    top: 50%;
    right: 18px;
    margin-top: -12px;
    transition: all .2s ease
}

.btn.button-select.active,
.btn.button-select:hover {
    color: #fff;
    background-color: var(--clr-att)
}

.btn.button-select.active:before,
.btn.button-select:hover:before {
    filter: brightness(0) invert(1)
}

.btn.button-select.active:before {
    transform: rotate(180deg)
}

.btn.button-tab-main {
    width: 100%;
    height: 136px;
    height: 13.6rem;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--clr-att-second);
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 30px 0 54px;
    padding: 0 3rem 0 5.4rem;
    border: 2px solid #ebe8e8;
    background-color: transparent;
    border-radius: 0
}

.btn.button-tab-main.active,
.btn.button-tab-main:hover {
    border-color: #ebe8e8;
    background-color: #ebe8e8;
    color: var(--clr-att-second)
}

.btn.button-tab-main .button-ico {
    width: 70px;
    width: 7rem;
    height: 70px;
    height: 7rem;
    margin: 0 20px 0 0;
    margin: 0 2rem 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.btn.button-tab-main .button-title {
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    white-space: normal
}

.btn.button-tab {
    padding: 14px 8px;
    min-width: 0;
    border: none;
    background: none;
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 500;
    line-height: 110.523%;
    letter-spacing: .96px;
    text-transform: uppercase;
    height: auto;
    border-radius: 0
}

.btn.button-tab .button-title {
    white-space: normal
}

.btn.button-tab:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--clr-att-second);
    opacity: 0;
    transition: opacity .2s ease
}

.btn.button-tab.active,
.btn.button-tab:hover {
    color: var(--clr-att-second)
}

.btn.button-tab.active:before,
.btn.button-tab:hover:before {
    opacity: 1
}

.btn.button-tab.active {
    font-weight: 800;
    font-size: 15px
}

.btn.button-tag {
    height: 26px;
    border: 1px solid var(--clr-border);
    background-color: transparent;
    padding: 0 14px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.87px;
    color: #1c1c1c;
    min-width: 0
}

.btn.button-tag.active,
.btn.button-tag:hover {
    border-color: var(--clr-att);
    background-color: var(--clr-att);
    color: #fff
}

.btn.button-page {
    border: 2px solid #fff;
    font-weight: 700;
    font-size: 1em
}

.btn.button-page,
.btn.button-page:hover {
    background-color: #fff;
    color: var(--clr-base)
}

.btn.button-page:hover {
    border-color: #e5e5e5
}

.btn.button-page.active {
    background-color: var(--clr-att-second);
    border-color: var(--clr-att-second);
    color: #fff;
    cursor: default
}

.btn.button-second {
    height: 53px;
    border-radius: 10px;
    padding: 0 23px;
    min-width: 0;
    background: #fff;
    border-color: #fff;
    font-size: 18px;
    font-weight: 500;
    color: #202020
}

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

.btn.button-rounded {
    border-radius: 100px
}

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

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

.btn.button-border.active .button-ico,
.btn.button-border:hover .button-ico {
    filter: brightness(0) invert(1)
}

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

.btn .button-ico:last-child {
    margin-right: 0
}

.btn .button-ico:first-child {
    margin-left: 0
}

.btn-action-back,
.btn-action-more {
    color: var(--clr-att-second);
    display: inline-block;
    position: relative;
    padding: 0 34px 0 0;
    text-decoration: underline
}

.btn-action-back:hover,
.btn-action-more:hover {
    text-decoration: none;
    color: var(--clr-att-second)
}

.btn-action-back:before,
.btn-action-more:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/icons/arrow-more.png) 50% no-repeat;
    background-size: 100% auto;
    top: 50%;
    right: 0;
    margin-top: -12px;
    transition: all .2s ease
}

.btn-action-back.active:before,
.btn-action-more.active:before {
    transform: rotate(180deg)
}

.btn-action-back:before {
    transform: rotate(90deg)
}

.btn-action-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    line-height: 1.17;
    padding: 14px 60px 14px 0;
    border-bottom: 1px solid #dcdcdc;
    color: var(--clr-base);
    transition: all .2s ease;
    min-height: 69px
}

.btn-action-link:hover:before {
    background-color: var(--clr-att)
}

.btn-action-link:before {
    content: "";
    position: absolute;
    background: url(../img/icons/arrow-link.svg) 50% no-repeat;
    background-size: 100% auto;
    border-radius: 50%;
    background-color: var(--clr-att-second);
    top: 50%;
    right: 0;
    margin-top: -20px
}

.btn-action-ico,
.btn-action-link:before {
    display: block;
    width: 40px;
    height: 40px;
    transition: all .2s ease
}

.btn-action-ico {
    min-width: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    -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: 24px;
    max-height: 24px
}

.btn-action-ico:after,
.btn-action-ico:before {
    content: "";
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px auto
}

.btn-action-ico:hover {
    text-decoration: none
}

.btn-action-ico:hover:not(.btn) {
    background: none;
    box-shadow: none
}

.btn-action-ico.ico-link {
    border-radius: 50%;
    background-color: #f2f2f2
}

.btn-action-ico.ico-link:hover {
    background-color: var(--clr-att)
}

.btn-action-ico.ico-link:hover:before {
    filter: brightness(0) invert(1)
}

.btn-action-ico.ico-link:before {
    background-image: url(../img/icons/arrow-link-main.svg);
    background-size: 100% auto
}

.btn-action-ico.ico-arrow,
.btn-action-ico.ico-nav {
    z-index: 20;
    cursor: pointer
}

.btn-action-ico.ico-arrow:before,
.btn-action-ico.ico-nav:before {
    background-image: url(../img/icons/arrow-slider.svg);
    background-size: 100% auto
}

.btn-action-ico.ico-arrow {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 1px solid #bdbdbd;
    background: #fff
}

.btn-action-ico.ico-arrow:hover {
    background-color: var(--clr-att);
    border-color: var(--clr-att)
}

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

.btn-action-ico.ico-arrow.slick-disabled {
    opacity: .5;
    pointer-events: none
}

.btn-action-ico.ico-nav {
    border-radius: 50%;
    background-color: #e5e5e5
}

.btn-action-ico.ico-nav:before {
    background-image: url(../img/icons/arrow-nav.png);
    background-size: 24px auto
}

.btn-action-ico.ico-nav:hover {
    background-color: var(--clr-att-second)
}

.btn-action-ico.ico-nav:hover:before {
    filter: brightness(0) invert(1)
}

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

.btn-action-ico.ico-menu {
    width: 60px;
    height: 60px
}

.btn-action-ico.ico-menu:before {
    background-image: url(../img/icons/menu.svg);
    background-size: 45px auto
}

.btn-action-ico.ico-menu:after {
    background-image: url(../img/icons/close.svg);
    background-size: 31px auto;
    opacity: 0
}

.btn-action-ico.ico-menu.active:before {
    opacity: 0
}

.btn-action-ico.ico-menu.active:after {
    opacity: 1
}

.btn-action-ico.ico-close:after,
.btn-action-ico.ico-close:before {
    width: 20px;
    height: 2px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    margin: -1px 0 0 -10px;
    background: var(--clr-base)
}

.btn-action-ico.ico-close:before {
    transform: rotate(45deg)
}

.btn-action-ico.ico-close:after {
    transform: rotate(-45deg)
}

.btn-action-ico.button-soc {
    border-radius: 50%;
    background-color: var(--clr-att-second)
}

.btn-action-ico.button-soc:hover {
    background-color: var(--clr-att)
}

.btn-action-ico.button-soc:hover img,
.btn-action-ico.button-soc:hover svg {
    filter: brightness(0) invert(1)
}

.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-icon {
    display: block;
    position: relative;
    line-height: 1.3;
    padding-left: 37px
}

.btn-action-icon .button-ico {
    width: 22px;
    height: 22px;
    position: absolute;
    top: .55em;
    left: 0;
    margin-top: -11px
}

@media (max-width:1023px) {
    .btn {
        height: 55px;
        font-size: 18px;
        min-width: 0;
        padding: 0 30px
    }

    .btn.button-tab-main {
        font-size: 3.4rem
    }

    .btn.button-second {
        height: 55px;
        font-weight: 700
    }
}

@media (min-width:1024px) {
    .form-input {
        height: 7.6rem;
        border-width: 2px;
        font-size: 2rem
    }

    .btn.button-tag {
        height: 34px;
        font-size: 14px;
        letter-spacing: 2.38px
    }

    .btn-action-link {
        min-height: 75px;
        padding-top: 2.8rem;
        padding-bottom: 2.8rem
    }

    .btn-action-link:before {
        top: 18px;
        margin-top: 0
    }
}

.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;
    position: absolute
}

@keyframes a {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.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-toggle.active+.js-popup-block {
    display: block !important
}

.js-popup-block {
    animation: a ease .3s
}

.js-tab-block {
    display: none;
    animation: a ease .2s
}

.js-tab-block.active {
    display: block
}

.items-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.items-wrap.show-all .item-wrap.wrap-hidden {
    display: block
}

.items-wrap.show-all .wrap-more a:after {
    content: attr(data-hide)
}

.item-wrap {
    width: 100%;
    position: relative;
    break-inside: avoid-column;
    display: block;
    animation: a ease .2s
}

.item-wrap.wrap-more.active,
.item-wrap.wrap-more~.item-wrap {
    display: none
}

.item-wrap.wrap-more.active~.item-wrap {
    display: block
}

.item-wrap.wrap-more a:after {
    content: attr(data-show)
}

.item-wrap.wrap-hidden {
    display: none;
    animation: a ease .2s
}

.sl-wrap,
.slider,
.slider-wrap {
    position: relative;
    line-height: 1;
    display: block
}

.sl-wrap~.sl-wrap {
    display: none
}

.slider-dots-light .slick-dots li button {
    background: hsla(0, 0%, 100%, .35)
}

.slider-dots-light .slick-dots .slick-active button,
.slider-dots-light .slick-dots li button.active,
.slider-dots-light .slick-dots li button:hover {
    background: var(--clr-att)
}

.slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    line-height: 1;
    text-align: center;
    font-size: 0;
    margin: 0;
    margin: 0 -15px
}

.slick-dots li {
    margin: 0 15px 5px;
    padding: 0;
    display: block
}

.slick-dots li:before {
    display: none
}

.slick-dots li button {
    background: none;
    border: none;
    min-width: 0;
    padding: 0;
    box-shadow: none;
    font-size: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #bdbdbd
}

.slick-dots .slick-active button,
.slick-dots li button.active,
.slick-dots li button:hover {
    background: #56130d
}

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

@media (max-width:1023px) {
    .elm-hidden-mobile {
        display: none !important
    }

    .slider-dots-light .slick-dots li button.active,
    .slider-dots-light .slick-dots li button:hover {
        background: var(--clr-att)
    }

    .slick-dots li button.active,
    .slick-dots li button:hover {
        background: #56130d
    }
}

@media (min-width:1024px) {
    .elm-hidden-desktop {
        display: none !important
    }

    .slick-dots {
        margin-left: -2.5rem;
        margin-right: -2.5rem
    }

    .slick-dots li {
        margin-left: 2.5rem;
        margin-right: 2.5rem
    }

    .slick-dots li button {
        width: 9px;
        height: 9px
    }

    .slick-dots li button.active,
    .slick-dots li button:hover {
        background-color: #c4c4c4
    }
}

.bq-text,
blockquote {
    display: block;
    position: relative;
    margin: 50px 0;
    margin: 5rem 0;
    line-height: 1.33333333;
    padding: 0 0 0 2.77777778em
}

.bq-text:before,
blockquote:before {
    content: "";
    display: block;
    width: 1.33333333em;
    height: 1em;
    position: absolute;
    background: url(../img/icons/quote.png) 50% no-repeat;
    background-size: 100% auto;
    top: .66em;
    left: .4em;
    margin-top: -.5em
}

.bq-text:first-child,
blockquote:first-child {
    margin-top: 0
}

.bq-text:last-child,
blockquote:last-child {
    margin-bottom: 0
}

.btn.button-inner {
    font-size: 1em;
    height: 1.27777778em;
    border-radius: 40px;
    background: #f9f9f9;
    border-color: #e4e4e4;
    padding: 0 .77777778em;
    font-weight: inherit;
    min-width: 0
}

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

.title-lighten {
    font-weight: 400
}

.item-tile-solution {
    display: block;
    position: relative;
    padding: 75px 3.63636364em 3em 154px;
    padding: 7.5rem 3.63636364em 3em 15.4rem;
    background: #f9f9f9;
    border-bottom: 10px solid var(--clr-att);
    border-bottom: 1rem solid var(--clr-att)
}

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

.item-tile-solution .btn {
    margin-top: 35px;
    margin-top: 3.5rem;
    min-width: 355px;
    min-width: 35.5rem
}

.item-tile-solution .tile-title {
    display: block;
    font-size: 1.63636364em;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 1em
}

.item-tile-solution .tile-number {
    display: block;
    position: absolute;
    top: 55px;
    top: 5.5rem;
    left: 0;
    font-size: 3.27272727em;
    font-weight: 500;
    color: #56130d;
    text-align: center;
    height: 100px;
    line-height: 100px;
    width: 130px;
    width: 13rem
}

.item-tile-step-info {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-top: 50px;
    padding-top: 5rem
}

.item-tile-step-info .tile-ico {
    width: 73px;
    width: 7.3rem;
    height: 73px;
    height: 7.3rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.item-tile-step-info .tile-title-wrap {
    padding: 0 0 0 20px;
    padding: 0 0 0 2rem;
    -ms-flex: 1;
    flex: 1
}

.item-tile-step-info .tile-title {
    margin: 0 -80px 0 0;
    margin: 0 -8rem 0 0;
    position: relative;
    z-index: 2
}

.item-tile-step-info .tile-number {
    display: block;
    text-align: right;
    width: 200px;
    width: 20rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14em;
    line-height: .65;
    font-weight: 700;
    color: #ffbf00;
    opacity: .2;
    padding-top: .1em
}

.item-tile-info-icon {
    display: -ms-flexbox;
    display: flex;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.52;
    font-weight: 400;
    position: relative
}

.item-tile-info-icon .tile-ico {
    width: 78px;
    width: 7.8rem;
    height: 78px;
    height: 7.8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 10px;
    margin-top: 1rem
}

.item-tile-info-icon .tile-title {
    padding: 0 0 0 15px;
    max-width: 23.8em
}

.item-tile-photo {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 1
}

.item-tile-photo .tile-photo {
    aspect-ratio: 473/253
}

.item-tile-gallery {
    line-height: 1;
    position: relative;
    display: block;
    overflow: hidden
}

.item-tile-gallery:hover .tile-photo img {
    transform: none
}

.item-tile-gallery .tile-photo-wrap {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    display: block
}

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

.item-tile-gallery .tile-photo-wrap:last-child:first-child .tile-photo {
    height: 760px;
    height: 76rem
}

.item-tile-gallery .tile-photo {
    aspect-ratio: inherit;
    height: 370px;
    height: 37rem
}

.item-tile-step-title .tile-title {
    display: block;
    font-size: 64px;
    font-size: 6.4rem;
    line-height: normal;
    font-weight: 400;
    margin: 0
}

.item-tile-step-photo {
    aspect-ratio: 715/369
}

.gallery-tiles-box {
    margin-bottom: 100px;
    margin-bottom: 10rem
}

.gallery-tiles-box .items-wrap {
    margin: 0 -10px -20px;
    margin: 0 -1rem -2rem
}

.gallery-tiles-box .item-wrap {
    width: 50%;
    padding: 0 10px;
    padding: 0 1rem;
    margin-bottom: 20px;
    margin-bottom: 2rem
}

.steps-tiles-box {
    margin-bottom: 100px;
    margin-bottom: 10rem
}

.steps-tiles-box .items-wrap {
    margin: 0 -10px -30px;
    margin: 0 -1rem -3rem
}

.steps-tiles-box .item-wrap {
    width: 50%;
    padding: 0 10px;
    padding: 0 1rem;
    margin-bottom: 30px;
    margin-bottom: 3rem
}

.tiles-box .items-main {
    margin: 0 -10px -20px;
    margin: 0 -1rem -2rem
}

.tiles-box .items-main .item-wrap {
    padding: 0 10px;
    padding: 0 1rem;
    margin-bottom: 20px;
    margin-bottom: 2rem
}

.info-inner-box {
    margin-bottom: 50px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 6rem;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5
}

.info-inner-box:first-child {
    margin-top: 0
}

.info-inner-box .bq-text,
.info-inner-box blockquote {
    margin-bottom: 50px;
    margin-bottom: 5rem;
    max-width: 33.33333333em;
    font-size: 36px;
    font-size: 3.6rem
}

.info-inner-box .bq-text:last-child,
.info-inner-box blockquote:last-child {
    margin-bottom: 0
}

.info-text-box {
    margin-bottom: 136px;
    margin-bottom: 13.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.6em
}

.info-text-box .photo-inner-wrap {
    width: 50%;
    padding: 0 0 0 10px;
    padding: 0 0 0 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.info-text-box .text-inner-wrap {
    width: 50%;
    padding: 0 10px 0 0;
    padding: 0 1rem 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.info-text-box .elm-photo {
    aspect-ratio: inherit;
    height: 100%;
    min-height: 432px;
    min-height: 43.2rem
}

.info-text-box p {
    max-width: 22em
}

.info-steps-box {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.52;
    position: relative;
    z-index: 2
}

.info-steps-box .items-wrap {
    margin: 0 -30px;
    margin: 0 -3rem
}

.info-steps-box .item-wrap {
    padding: 0 30px;
    padding: 0 3rem;
    width: 33.33%
}

.bg-box .info-steps-box:last-child {
    margin-bottom: -70px;
    margin-bottom: -7rem
}

.solutions-box {
    margin-bottom: 65px;
    margin-bottom: 6.5rem;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.72727273
}

.solutions-box .item-wrap {
    margin-bottom: 40px;
    margin-bottom: 4rem
}

.solutions-box .item-wrap:last-child {
    margin-bottom: 0
}

@media (max-width:1399px) {
    .info-steps-box {
        font-size: 2rem
    }
}

@media (max-width:1199px) {
    .item-tile-step-title .tile-title {
        font-size: 5rem
    }

    .info-text-box {
        font-size: 2.4rem
    }
}

@media (max-width:1023px) {
    .info-steps-box .item-wrap {
        width: 50%
    }
}

@media (max-width:767px) {
    .info-steps-box {
        font-size: 3rem
    }

    .info-steps-box .item-wrap {
        width: 100%;
        max-width: 500px
    }

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

@media (max-width:639px) {
    .item-tile-solution {
        padding: 4rem 24px
    }

    .item-tile-solution .tile-number {
        position: static;
        height: auto;
        line-height: 1;
        margin: 0 0 10px;
        width: auto;
        display: block;
        text-align: left
    }

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

    .item-tile-gallery .tile-photo-wrap:last-child:first-child .tile-photo {
        height: auto
    }

    .item-tile-gallery .tile-photo {
        height: auto;
        aspect-ratio: 1
    }

    .info-text-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .info-text-box .text-inner-wrap {
        padding: 0;
        width: 100%
    }

    .info-text-box .photo-inner-wrap {
        width: 100%;
        padding: 0;
        margin: 0 0 3rem
    }

    .info-text-box p {
        max-width: inherit
    }

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

    .info-inner-box .bq-text,
    .info-inner-box blockquote {
        font-size: 2.4rem
    }
}

@media (min-width:1024px) {
    .tiles-box .items-main .item-wrap {
        width: 33.33%
    }
}
.subscribe-block {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.subscribe-block img {
    height: 76px;
    margin-left: 15px;
}
@media (max-width: 744px) {
    .subscribe-block img {
        height: 55px; 
    }
}