:root {
    --clr-base: #222;
    --clr-att: #0032ab;
    --clr-att-hover: #418cf2;
    --clr-border: #e2e4e9;
    --clr-light: #b3b6c2;
    --clr-bg-light: #e4e5ea;
    --main-radius: 20px;
    --main-radius: 2rem;
    --main-shadow: 0px 7px 70px 0px rgba(45, 66, 91, .1);
    --min: 320px;
    --max: 1500px;
    --paddingContainer: 15px;
    font-size: 10px
}

.elm-hidden {
    display: none
}

body {
    color: var(--clr-base);
    background: #f4f4f5;
    font-size: 18px;
    line-height: 1.38888889
}

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

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

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

li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 4px
}

li:last-child {
    margin-bottom: 0
}

li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--clr-att);
    position: absolute;
    left: 0;
    top: .72222222em;
    margin-top: -4px
}

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

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

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

.list,
.list li,
.menu,
.menu li,
ol li:before {
    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: 400;
    margin: 1em 0;
    line-height: 1.09090909
}

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

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

.h1-title,
h1 {
    font-size: 35px;
    font-size: 3.5rem;
    margin-bottom: .9em
}

.h1-title.title-page,
h1.title-page {
    font-size: 55px;
    font-size: 5.5rem;
    font-weight: 700
}

.h2-title,
h2 {
    font-size: 22px;
    margin-bottom: .7em
}

.text-alert,
.title-alert {
    color: #e61b23
}

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

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

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

.bq-text,
blockquote {
    font-size: 1.22222222em;
    line-height: 1.36363636;
    margin: 1.6em 0 1.5em;
    padding-left: 38px;
    padding-left: 3.8rem;
    position: relative;
    color: var(--clr-att)
}

.bq-text:before,
blockquote:before {
    content: "";
    display: block;
    position: absolute;
    top: -.4em;
    left: 0;
    bottom: -.2em;
    width: 2px;
    background: var(--clr-att)
}

.bq-text:first-child,
blockquote:first-child {
    margin-top: 0
}

table {
    margin: 3em 0
}

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

table thead td,
table thead th {
    font-size: .88888889em;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 1.2em;
    padding-bottom: 1em;
    background: var(--clr-bg-light)
}

table td,
table th {
    background: #fff;
    border: none;
    vertical-align: middle;
    border-bottom: 1px solid var(--clr-border);
    padding: 1em;
    font-weight: 400;
    text-align: left
}

table td:first-child,
table th:first-child {
    padding-left: 1.66666667em
}

table tr:last-child td,
table tr:last-child th {
    border-bottom: none
}

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

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

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

@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;
    max-width: 100%
}

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;
    margin-bottom: 70px;
    margin-bottom: 7rem
}

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

.wrap>.cnt-section {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.wrap.wrap-main .header,
.wrap.wrap-main .page-full {
    margin-bottom: 0
}

.wrap-footer-light .footer-main .inner-wrap:before {
    background-color: hsla(0, 0%, 100%, .3)
}

.wrap-header-card,
.wrap-header-light {
    background: #000
}

.wrap-header-card .header,
.wrap-header-light .header {
    color: #fff;
    background: none;
    box-shadow: none
}

.wrap-header-card .header .phone-number,
.wrap-header-light .header .phone-number {
    color: #fff
}

.wrap-header-card .header .logo,
.wrap-header-light .header .logo {
    color: inherit
}

.wrap-header-card .header .link-phone:before,
.wrap-header-light .header .link-phone:before {
    background-image: url(../img/icons/phone-light.png)
}

.wrap-header-card .popup-menu-wrap .btn-action-ico.ico-menu:after,
.wrap-header-card .popup-menu-wrap .btn-action-ico.ico-menu:before,
.wrap-header-light .popup-menu-wrap .btn-action-ico.ico-menu:after,
.wrap-header-light .popup-menu-wrap .btn-action-ico.ico-menu:before {
    border-color: #fff
}

.wrap-header-card .popup-menu-wrap .menu a.active,
.wrap-header-card .popup-menu-wrap .menu a:hover,
.wrap-header-light .popup-menu-wrap .menu a.active,
.wrap-header-light .popup-menu-wrap .menu a:hover {
    color: var(--clr-att-hover)
}

.wrap-header-card {
    background: none
}

.wrap-main-page .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.wrap-main-page .footer-main {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.wrap-light {
    background-color: #fff
}

.wrap-decor:before {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../img/main/decor.png) right 180px repeat-y;
    background-size: 1220px auto;
    height: 1290px;
    opacity: .3;
    background-position: right 180px
}

.footer,
.footer-main,
.header,
.nav {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
    text-align: left
}

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

.footer-main li:before,
.footer-main p:before,
.footer-main ul:before,
.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-main a,
.footer a,
.header a,
.nav a {
    text-decoration: none;
    position: relative;
    transition: all .2s ease
}

.footer-main {
    overflow: hidden;
    position: relative;
    z-index: 10
}

.footer-main .inner-wrap {
    padding-top: 28px;
    padding-bottom: 28px
}

.footer-main .inner-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: var(--paddingContainer);
    right: var(--paddingContainer);
    height: 1px;
    background-color: rgba(0, 0, 0, .3)
}

.footer-main .button-soc {
    width: 40px;
    height: 40px;
    margin: 0 10px 10px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footer-main .soc-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px
}

.footer {
    overflow: hidden;
    color: #fff;
    background: var(--clr-att);
    background-image: linear-gradient(90deg, #2754c4, #0032ab);
    font-size: 14px;
    line-height: 22px
}

.footer a {
    color: inherit
}

.footer a:hover {
    color: var(--clr-light)
}

.footer p,
.footer ul {
    margin: 0
}

.footer-main-panel {
    padding: 36px 0 0
}

.footer-main-panel .inner-wrap {
    display: -ms-flexbox;
    display: flex
}

.footer-main-panel .logo-wrap {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 290px;
    width: 29rem;
    padding: 0 20px 0 0;
    margin-bottom: 50px;
    margin-bottom: 5rem;
    margin-top: -10px
}

.footer-main-panel .menu-inner-wrap {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 20px
}

.footer-main-panel .menu-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 50px 0 0;
    padding: 0 5rem 0 0;
    margin-bottom: 40px;
    margin-bottom: 4rem
}

.footer-main-panel .menu-wrap .menu a {
    color: #c8d5e1;
    display: block;
    padding: 2px 0 1px
}

.footer-main-panel .menu-wrap .menu a:hover {
    color: #fff
}

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

.footer-main-panel .contacts-wrap {
    padding: 0 50px 0 0;
    padding: 0 5rem 0 0;
    margin-bottom: 50px;
    margin-bottom: 5rem
}

.footer-main-panel .contacts-wrap:last-child {
    padding-right: 0
}

.footer-main-panel .soc-wrap {
    display: -ms-flexbox;
    display: flex
}

.footer-main-panel .soc-wrap .button-soc {
    margin: 0 10px 10px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footer-main-panel .footer-title,
.footer-main-panel .phone-wrap {
    font-size: 18px;
    margin-bottom: 12px
}

.footer-main-panel .footer-title {
    display: block;
    line-height: 24px;
    font-weight: 700
}

.footer-bottom-panel {
    position: relative;
    font-size: 14px;
    line-height: 20px
}

.footer-bottom-panel .info-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
    padding: 17px 0
}

.footer-bottom-panel .info-wrap {
    max-width: 50%;
    padding: 0 15px
}

.footer-bottom-panel .info-wrap:last-child {
    text-align: right
}

.footer-bottom-panel .inner-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: var(--paddingContainer);
    right: var(--paddingContainer);
    height: 1px;
    background-color: #4f74cd
}

.header {
    z-index: 99;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 24px 0 rgba(51, 52, 58, .09);
    padding: 20px 0
}

.header .inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.header .logo-wrap {
    width: 250px;
    width: 25rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 1;
    order: 1
}

.header .phone-wrap {
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 16px;
    color: var(--clr-att-hover);
    padding-top: 22px
}

.header .phone-info {
    display: block;
    padding-left: 34px;
    padding-top: 5px;
    color: #fff;
}

.header .phone-number {
    display: block;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    color: var(--clr-base)
}

.header .phone-number a {
    color: inherit
}

.header .link-phone {
    display: block;
    padding: 0 0 0 34px
}

.header .link-phone:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    background: url(../img/icons/phone.png) 50% no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: 0;
    margin-top: -11px
}

.popup-menu-wrap {
    font-size: 18px;
    line-height: 24px
}

.popup-menu-wrap .menu a {
    display: block;
    position: relative;
    color: inherit
}

.popup-menu-wrap .menu a.active,
.popup-menu-wrap .menu a:hover {
    color: var(--clr-att)
}

.logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    line-height: 1;
    width: auto;
    letter-spacing: normal;
    font-weight: 400;
    color: var(--clr-base)
}

.logo,
.logo:not(:hover) {
    /*text-decoration:underline*/
}

.logo .logo-image {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 94px;
    width: 9.4rem
}

.logo .logo-title {
    display: block;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 12px;
    font-size: 12px;
    line-height: 20px
}

.logo:hover {
    text-decoration: none;
    color: var(--clr-base)
}

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

@media (max-width:1023px) {

    .wrap-header-card .popup-menu-wrap .popup-content-block,
    .wrap-header-light .popup-menu-wrap .popup-content-block {
        background: #000
    }

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

    .footer-main-panel .contacts-inner-wrap {
        display: block
    }

    .footer-main-panel .contacts-wrap {
        padding-right: 0
    }

    .header .inner-wrap {
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }

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

    .header .phone-wrap {
        padding-right: 60px;
        padding-top: 0
    }

    .header .popup-menu-wrap {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -20px
    }

    .popup-menu-wrap .popup-content-block {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        border-radius: var(--main-radius);
        background: #fff;
        padding: 15px 0;
        z-index: 10;
        box-shadow: var(--main-shadow);
        width: 240px;
        text-align: center;
        margin-top: 30px
    }

    .popup-menu-wrap .menu a {
        padding: 10px 20px
    }
}

@media (max-width:767px) {
    .footer-bottom-panel {
        text-align: center
    }

    .footer-bottom-panel .info-inner-wrap {
        display: block
    }

    .footer-bottom-panel .info-wrap {
        width: 100%;
        max-width: 100%
    }

    .footer-bottom-panel .info-wrap:last-child,
    .footer-main-panel {
        text-align: center
    }

    .footer-main-panel .inner-wrap {
        display: block
    }

    .footer-main-panel .logo-wrap {
        width: 200px;
        padding: 0;
        margin-left: auto;
        margin-right: auto
    }

    .footer-main-panel .menu-inner-wrap {
        display: block;
        padding: 0
    }

    .footer-main-panel .menu-inner-wrap .menu-wrap {
        width: 100%;
        padding: 0
    }

    .footer-main-panel .menu-inner-wrap .menu a {
        display: inline-block
    }

    .footer-main-panel .soc-wrap {
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-main-panel .soc-wrap .button-soc {
        margin: 0 5px 10px
    }

    .footer-main-panel .logo {
        display: block;
        text-align: center
    }

    .footer-main-panel .logo .logo-image {
        margin: 0 auto
    }

    .footer-main-panel .logo .logo-title {
        padding: 0;
        margin-top: 15px
    }
}

@media (max-width:639px) {
    .header {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .header .phone-wrap {
        padding-right: 50px
    }

    .header .logo-wrap {
        width: 9.4rem
    }

    .header .logo .logo-title {
        display: none
    }
}

@media (min-width:1024px) {
    .wrap-decor:before {
        display: block
    }

    .content-outer-wrap {
        display: -ms-flexbox;
        display: flex
    }

    .content-outer-wrap .content-wrap {
        -ms-flex: 1;
        flex: 1;
        padding: 0 5rem 0 0;
        max-width: calc(100% - 40rem)
    }

    .content-outer-wrap .side-wrap {
        width: 40rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .header .popup-menu-wrap {
        -ms-flex-order: 2;
        order: 2;
        -ms-flex: 1;
        flex: 1;
        padding: 10px 40px 0 20px
    }

    .popup-menu-wrap .menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -2.5rem;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 50px
    }

    .popup-menu-wrap .menu a {
        padding: 8px 2.5rem
    }

    .popup-menu-wrap .btn-popup-close,
    .popup-menu-wrap .btn-popup-open {
        display: none
    }
}

.item-tile-info-photo {
    position: relative;
    height: 100%;
    display: block
}

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

.item-tile-info-photo:before {
    content: "";
    display: none;
    position: absolute;
    border: 1.1em solid transparent;
    z-index: 2
}

.item-tile-info {
    display: block;
    position: relative;
    height: 100%;
    line-height: 1.44444444;
    min-height: 17.77777778em;
    padding: 2em 1.1em;
    background: #f4f4f5
}

.item-tile-info .tile-title {
    display: block;
    font-size: 1.38888889em;
    font-weight: 700;
    margin: 0 0 .6em
}

.item-tile-award {
    display: block
}

.item-tile-award .tile-photo {
    margin: 0 auto;
    max-width: 291px
}

.item-tile-production {
    display: block;
    position: relative;
    min-height: 100%;
    box-shadow: 0 31px 27px 0 rgba(45, 66, 91, .03);
    background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, .61) 39%, rgba(255, 253, 255, 0));
    text-align: center;
    transition: all .2s ease;
    border-radius: 125px;
    color: var(--clr-base)
}

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

.item-tile-production:hover .btn-action-ico.ico-go:after {
    opacity: 1
}

.item-tile-production .tile-photo-wrap {
    padding: 0 20px;
    display: block
}

.item-tile-production .tile-title-wrap {
    display: block;
    padding: 15px 16px 56px
}

.item-tile-production .tile-title {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700
}

.item-tile-production .tile-photo {
    aspect-ratio: 1;
    filter: drop-shadow(0 31px 27px 0 rgba(45, 66, 91, .03))
}

.item-tile-production .btn-action-ico {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    z-index: 2
}

.item-tile-action {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 15px;
    background: #fff;
    color: var(--clr-base);
    transition: all .2s ease;
    box-shadow: 0 7px 70px 0 rgba(45, 66, 91, .1);
    padding: 6px;
    overflow: hidden;
    min-height: 100%
}

.item-tile-action:hover {
    color: var(--clr-base);
    box-shadow: 0 7px 70px 0 rgba(45, 66, 91, .3)
}

.item-tile-action:hover:before {
    background-color: #e3e3e4
}

.item-tile-action .tile-photo-wrap {
    width: 96px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.item-tile-action .tile-info-wrap {
    -ms-flex: 1;
    flex: 1;
    padding: 6px 50px 0 12px
}

.item-tile-action .tile-title {
    display: block;
    line-height: 1.27777778;
    font-weight: 700;
    margin: 0 0 .1em
}

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

.item-tile-action .tile-info {
    display: -ms-flexbox;
    display: flex;
    line-height: 20px;
    font-size: 16px;
    color: var(--clr-att)
}

.item-tile-action .tile-info .tile-ico {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.item-tile-action .tile-info .tie-info-title {
    padding-left: 8px
}

.item-tile-action .tile-photo {
    border-radius: 15px;
    aspect-ratio: 96/90
}

.item-tile-action:before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    bottom: 6px;
    right: 6px;
    z-index: 2;
    width: 43px;
    border-radius: 15px;
    background: #f4f4f5 url(../img/icons/arrow-main.png) 50% no-repeat;
    background-size: 24px auto;
    transition: all .2s ease
}

.item-tile-catalog {
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.25;
    color: var(--clr-base);
    border-radius: var(--main-radius);
    box-shadow: 0 13px 29px 0 rgba(56, 61, 68, .14);
    padding: 5px;
    overflow: hidden;
    background-color: #fff;
    transition: all .2s ease
}

.item-tile-catalog:hover {
    box-shadow: 0 13px 29px 0 rgba(56, 61, 68, .34)
}

.item-tile-catalog .tile-photo {
    aspect-ratio: inherit;
    height: 250px;
    border-radius: var(--main-radius)
}

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

.item-tile-catalog .tile-title-wrap {
    display: block;
    -ms-flex: 1;
    flex: 1;
    padding: 12px
}

.item-tile-catalog .tile-info-wrap {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 20px 8px 12px
}

.item-tile-catalog .tile-actions-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid var(--clr-border);
    margin: 0 -5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 17px
}

.item-tile-catalog .tile-counter-wrap {
    width: 113px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.item-tile-catalog .tile-action-wrap {
    -ms-flex: 1;
    flex: 1;
    padding-left: 12px
}

.item-tile-catalog .tile-action-wrap .btn {
    height: 55px;
    line-height: 1.1;
    white-space: normal;
    z-index: 7;
    padding: 0 10px;
    width: 100%
}

.item-tile-catalog .tile-info-row {
    display: -ms-flexbox;
    display: flex
}

.item-tile-catalog .tile-info-row .tile-info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
    padding-left: 10px
}

.item-tile-catalog .tile-info-row .tile-info:first-child {
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    text-align: left
}

.item-tile-catalog .tile-title {
    display: block;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 10px
}

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

.item-tile-catalog .frm-field-counter {
    z-index: 7
}

.item-tile-side-article {
    display: block;
    position: relative;
    min-height: 100%;
    background: #fff;
    border-radius: var(--main-radius) 0 var(--main-radius) 0;
    font-size: 16px;
    line-height: 22px;
    color: var(--clr-light);
    padding: 28px 30px;
    padding: 2.8rem 3rem
}

.item-tile-side-article .tile-subtitle {
    font-weight: 300;
    color: var(--clr-base);
    font-size: 1.125em
}

.item-tile-side-article .tile-subtitle a {
    font-weight: 400
}

.item-tile-side-article .tile-title {
    display: block;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--clr-base)
}

.item-tile-side-article:hover {
    color: var(--clr-light)
}

.item-tile-side-article .tile-price {
    display: inline;
    font-weight: 700
}

: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:before,
.tile-photo:before {
    content: "";
    display: none;
    padding-top: 100%
}

.elm-photo:hover .btn-action-ico.ico-zoom,
.tile-photo:hover .btn-action-ico.ico-zoom {
    opacity: 1
}

.elm-photo img,
.tile-photo img {
    display: block;
    position: relative;
    width: 100%;
    transition: all 1s ease-out
}

.elm-photo.photo-cover:before,
.tile-photo.photo-cover:before {
    display: block
}

.elm-photo.photo-cover img,
.tile-photo.photo-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.elm-photo.photo-contain:before,
.tile-photo.photo-contain:before {
    display: block
}

.elm-photo.photo-contain img,
.tile-photo.photo-contain img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.elm-photo .btn-action-ico.ico-zoom,
.tile-photo .btn-action-ico.ico-zoom {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 80px;
    width: 8rem;
    height: 80px;
    height: 8rem;
    border-radius: 50%;
    opacity: 0;
    margin: auto
}

@supports (aspect-ratio:1) {

    .elm-photo:not(.photo-cover, .photo-contain),
    .tile-photo:not(.photo-cover, .photo-contain) {
        aspect-ratio: inherit !important
    }

    .photo-contain,
    .photo-cover {
        aspect-ratio: 1
    }

    .photo-contain:before,
    .photo-cover:before {
        display: none !important
    }
}

.elm-price,
.tile-price {
    white-space: nowrap
}

.elm-price.price-old,
.tile-price.price-old {
    text-decoration: line-through
}

[data-unit]:after {
    content: attr(data-unit);
    font-family: Arial, Roboto, Open Sans, sans-serif
}

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

.button-ico .i,
.button-ico [class*=icon-],
.button-ico img,
.button-ico svg,
.elm-ico .i,
.elm-ico [class*=icon-],
.elm-ico img,
.elm-ico svg,
.frm-ico .i,
.frm-ico [class*=icon-],
.frm-ico img,
.frm-ico svg,
.lbl-ico .i,
.lbl-ico [class*=icon-],
.lbl-ico img,
.lbl-ico svg,
.menu-ico .i,
.menu-ico [class*=icon-],
.menu-ico img,
.menu-ico svg,
.tab-ico .i,
.tab-ico [class*=icon-],
.tab-ico img,
.tab-ico svg,
.tile-ico .i,
.tile-ico [class*=icon-],
.tile-ico img,
.tile-ico svg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.elm-overlay {
    display: none;
    animation: a ease .2s;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 120
}

.elm-overlay.active {
    display: block
}

.elm-info {
    display: inline-block;
    vertical-align: top;
    border-radius: var(--main-radius);
    box-shadow: 0 5px 7px 0 rgba(47, 52, 59, .07);
    background: #fff;
    font-size: 18px;
    line-height: 1.22222222;
    color: var(--clr-base);
    padding: 8px 12px;
    min-width: 72px
}

.elm-info .info-title {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #b3b6c2;
    font-weight: 400;
    margin: 0
}

@media (max-width:1399px) {
    .item-tile-catalog {
        font-size: 15px
    }

    .item-tile-catalog .tile-title {
        font-size: 20px
    }
}

@media (max-width:1199px) {
    .item-tile-catalog .tile-actions-wrap {
        display: block
    }

    .item-tile-catalog .tile-counter-wrap {
        width: 100%;
        padding: 0;
        margin-bottom: 10px
    }

    .item-tile-catalog .tile-action-wrap {
        width: 100%;
        padding: 0
    }
}

@media (max-width:479px) {
    .item-tile-info .tile-title {
        font-size: 1.11111111em
    }

    .item-tile-catalog {
        font-size: 14px
    }

    .item-tile-catalog .tile-photo {
        height: auto;
        aspect-ratio: 1
    }

    .item-tile-catalog .tile-title {
        font-size: 16px
    }

    .item-tile-catalog .tile-actions-wrap,
    .item-tile-catalog .tile-info-wrap,
    .item-tile-catalog .tile-title-wrap {
        padding-left: 0;
        padding-right: 0
    }

    .item-tile-catalog .tile-actions-wrap {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 0
    }
}

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

.photos-slider-box .slider-main-wrap {
    margin-bottom: 30px
}

.photos-slider-box .slider-preview-wrap .list {
    margin: 0 -6px;
    display: -ms-flexbox;
    display: flex
}

.photos-slider-box .slider-preview-wrap .list li {
    width: 25%;
    padding: 0 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.photos-slider-box .slider-preview-wrap .list li:nth-child(4)~li {
    display: none
}

.photos-slider-box .slider-preview-wrap .elm-photo {
    aspect-ratio: 1;
    border-radius: var(--main-radius);
    border: 1px solid var(--clr-border)
}

.photos-slider-box .elm-photo:hover {
    border-color: var(--clr-att)
}

.photos-slider-box .photo-info-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    transition: all .2s ease;
    font-size: 16px;
    color: #fff;
    text-align: center
}

.photos-slider-box .photo-info-title .elm-ico {
    width: 20px;
    height: 20px;
    margin: 0 6px 0 0
}

.photos-slider-box .photo-info-title:hover {
    background-color: rgba(0, 0, 0, .7)
}

.main-card-box {
    width: 100%;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    z-index: 2
}

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

.main-card-box .nav-inner-wrap {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-top: 1px solid #d4d7dd;
    text-align: center;
    padding: 23px 0 70px
}

.main-card-box .info-section-wrap {
    margin-bottom: 18px;
    line-height: 1.44444444
}

.main-card-box .info-section-wrap p {
    margin: 0
}

.main-card-box .info-section-title {
    margin-bottom: 10px
}

.main-card-box .info-section-title .elm-ico {
    width: 24px;
    height: 24px;
    margin: -2px 0 0 -6px;
    display: inline-block;
    vertical-align: middle
}

.main-card-box .info-section-title .section-title {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 24px;
    color: var(--clr-att);
    margin: 0;
    display: inline;
    vertical-align: middle
}

.main-card-box .photos-inner-wrap {
    width: 564px;
    width: 56.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 50px;
    padding-right: 5rem;
    position: relative;
    margin-bottom: 40px
}

.main-card-box .info-inner-wrap {
    -ms-flex: 1;
    flex: 1;
    max-width: 656px;
    max-width: 65.6rem;
    padding-top: 30px;
    padding-top: 3rem;
    position: relative;
    margin-bottom: 40px
}

.main-card-box .header-inner-wrap {
    display: block;
    position: relative;
    padding: 180px 0 0;
    padding: 18rem 0 0;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.main-card-box .header-inner-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100dvw;
    min-width: 320px;
    transform: translateX(-50%);
    background-image: linear-gradient(90deg, #3649b8, #1c1c96)
}

.main-card-box .title-inner-wrap {
    padding-left: 564px;
    padding: 2.4rem 110px 5rem 56.4rem;
    max-width: 1220px;
    max-width: 122rem;
    color: #fff;
    min-height: 220px;
    min-height: 22rem;
    padding-bottom: 50px;
    padding-top: 24px;
    position: relative
}

.main-card-box .title-inner-wrap .ico-arrow {
    position: absolute;
    right: 0;
    bottom: 65px;
    bottom: 6.5rem
}

.main-card-box .title-inner-wrap .ico-arrow-up {
    margin-bottom: 52px
}

.main-card-box .photos-slider-box {
    margin: 0;
    max-width: 464px;
    margin-top: -265px;
    margin-top: -26.5rem;
    z-index: 3
}

.main-card-box .card-title {
    display: block;
    font-size: 25px;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 .4em
}

.main-card-box .card-name {
    font-size: 100px;
    font-size: 10rem;
    font-size: 4rem
}

.main-card-box .card-name,
.main-card-box .header-title {
    display: block;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

.main-card-box .header-title {
    font-size: 126px;
    font-size: 12.6rem;
    color: #fff;
    opacity: .2
}

.main-card-box .elm-info,
.main-card-box .frm-select-button {
    margin: 0 4px 4px 0
}

.links-tabs-box {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 40px;
    margin-top: -10px;
    position: relative
}

.links-tabs-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 0;
    right: calc(var(--paddingContainer) * -1);
    width: var(--paddingContainer);
    background: linear-gradient(90deg, transparent, #fff);
    z-index: 10
}

.links-tabs-box .scroll-inner-wrap {
    position: relative;
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
    padding-left: var(--paddingContainer);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.links-tabs-box .scroll-inner-wrap::-webkit-scrollbar {
    width: 0;
    height: 0
}

.links-tabs-box .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.links-tabs-box .btn-tab {
    display: block;
    position: relative;
    text-align: left;
    padding: 32px 0 0;
    line-height: 74px;
    color: var(--clr-base);
    width: 138px
}

.links-tabs-box .btn-tab:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 10px;
    background: #fff;
    z-index: 3
}

.links-tabs-box .btn-tab .button-title {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2
}

.links-tabs-box .btn-tab .button-title:before {
    content: "";
    display: block;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    background: #e2e2e7;
    opacity: 0;
    transition: opacity .2s ease
}

.links-tabs-box .btn-tab:hover {
    color: var(--clr-att)
}

.links-tabs-box .btn-tab.active {
    font-weight: 700
}

.links-tabs-box .btn-tab.active .button-title:before {
    opacity: 1
}

.links-slider-box {
    display: block;
    position: relative;
    font-size: 21px;
    line-height: 30px;
    white-space: nowrap;
    margin-bottom: 20px
}

.links-slider-box .slider-outer-wrap {
    padding-right: 90px;
    position: relative
}

.links-slider-box .slider-wrap {
    margin: 0 -5px
}

.links-slider-box .sl-wrap {
    padding: 20px 5px 0;
    position: relative
}

.links-slider-box .sl-wrap:before {
    content: "";
    display: block;
    width: 3px;
    height: 11px;
    position: absolute;
    top: 0;
    left: 50%;
    background: var(--clr-att);
    margin-left: 18px
}

.links-slider-box .sl-title {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 18px;
    border-radius: var(--main-radius) 0 var(--main-radius) 0;
    transition: all .2s ease;
    min-width: 103px;
    text-align: center;
    color: var(--clr-base)
}

.links-slider-box .sl-title:hover {
    color: var(--clr-att)
}

.links-slider-box .sl-title.active {
    background-color: var(--clr-att);
    color: #fff
}

.links-slider-box .ico-arrow {
    position: absolute;
    bottom: 0;
    right: -85px
}

.links-slider-box .ico-arrow-prev {
    margin-right: 35px
}

.main-box {
    position: relative;
    z-index: 2;
    font-size: 1.11111111em;
    line-height: 1.3;
    color: #cfd1d7
}

.main-box .inner-wrap {
    padding-top: 250px;
    padding-top: 25rem;
    padding-bottom: 250px;
    padding-bottom: 25rem;
    display: -ms-flexbox;
    display: flex;
    min-height: 100dvh;
    -ms-flex-align: center;
    align-items: center
}

.main-box .bg-inner-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.main-box .content-inner-wrap {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 350px;
    min-height: 35rem
}

.main-box .title-inner-wrap {
    -ms-flex: 1;
    flex: 1;
    padding-right: 50px;
    padding-right: 5rem
}

.main-box .action-inner-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 10px;
    padding-top: 1rem
}

.main-box .page-subtitle {
    display: block;
    font-size: 1.25em;
    line-height: inherit;
    color: var(--clr-att-hover);
    font-weight: 400;
    margin: 0 0 .7em
}

.main-box .h1-title.title-page {
    margin: 0 0 .5em;
    color: #fff;
    max-width: 10.36363636em
}

.main-box p {
    max-width: 35em
}

.main-box .btn {
    height: 60px;
    border-radius: 15px;
    padding: 0 2.22222222em
}

.info-tiles-box {
    margin-bottom: 110px;
    margin-bottom: 11rem
}

.info-tiles-box .items-outer-wrap {
    display: block;
    position: relative
}

.info-tiles-box .item-wrap {
    width: 20%;
    padding: 0;
    margin: 0
}

.info-tiles-box .items-wrap {
    margin: 0
}

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

.awards-tiles-box .items-wrap {
    margin: 0 -20px -70px;
    margin: 0 -2rem -7rem
}

.awards-tiles-box .item-wrap {
    padding: 0 20px;
    padding: 0 2rem;
    margin-bottom: 70px;
    margin-bottom: 7rem;
    width: 25%
}

.awards-tiles-box .title-box {
    margin-bottom: 50px;
    margin-bottom: 5rem
}

.about-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 33.33333333em;
    padding: 80px 0;
    padding: 8rem 0;
    margin-bottom: 60px;
    margin-bottom: 6rem
}

.about-box .photo-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-flex-pack: center;
    justify-content: center
}

.about-box .title-inner-wrap {
    width: 25em
}

.about-box .info-inner-wrap,
.about-box .title-inner-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 2
}

.about-box .info-inner-wrap {
    width: 24.44444444em;
    line-height: 1.44444444;
    padding-bottom: 65px;
    padding-bottom: 6.5rem
}

.about-box .info-inner-wrap:before {
    content: "";
    display: block;
    width: 45px;
    height: 7px;
    background: #e3e3e8;
    position: absolute;
    bottom: 0;
    left: 40px
}

.about-box li {
    padding-left: 40px;
    margin-bottom: 1.3em
}

.about-box li:last-child {
    margin-bottom: 0
}

.about-box li:before {
    display: none
}

.about-box li:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/icons/check.png) 50% no-repeat;
    background-size: 100% auto;
    top: .72222222em;
    left: 0;
    margin-top: -12px
}

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

.about-box .h1-title {
    margin: 0 0 .7em;
    line-height: 1.28571429
}

.about-box .h1-title:last-child {
    margin-bottom: 0
}

.about-box .h1-title:last-child:after {
    content: "";
    display: block;
    width: 95px;
    height: 12px;
    background: url(../img/icons/arrow-large.png) 50% no-repeat;
    background-size: 100% auto;
    margin-top: 50px;
    margin-top: 5rem
}

.target-box {
    padding-bottom: 70px;
    padding-bottom: 7rem;
    text-align: center;
    font-size: 1.94444444em;
    line-height: 1.28571429;
    margin-left: auto;
    margin-right: auto;
    max-width: 32.28571429em
}

.target-box .elm-photo {
    width: 133px;
    margin: 0 auto 10px
}

.target-box .target-title {
    display: block;
    font-size: 1em;
    text-transform: uppercase;
    color: var(--clr-att);
    margin: 0;
    font-weight: 400
}

.main-top-box {
    position: relative;
    background: #000;
    color: #fff;
    z-index: 2;
    min-height: 31.77777778em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-top-box .nav-inner-wrap {
    margin-bottom: 40px;
    margin-bottom: 4rem;
    width: 100%
}

.main-top-box .info-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 120px;
    padding-bottom: 12rem
}

.main-top-box .title-wrap {
    width: 48%;
    padding: 0 40px 0 0;
    padding: 0 4rem 0 0
}

.main-top-box .info-wrap {
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 5px
}

.main-top-box .bg-inner-wrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100dvw;
    min-width: 320px;
    transform: translateX(-50%);
    z-index: -1
}

.main-top-box .bg-inner-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(45, 48, 51, .6);
    z-index: 2
}

.main-top-box .breadcrumbs-box {
    color: #a0a2ac;
    margin: 0
}

.main-top-box .breadcrumbs-box .menu li:after,
.main-top-box .breadcrumbs-box .menu li:last-child {
    color: #fff
}

.main-top-box .info-title {
    display: block;
    font-size: 8.33333333em;
    font-weight: 700;
    opacity: .5;
    margin: 0
}

.main-top-box li:before {
    background: #fff
}

.tabs-box {
    margin-bottom: 12px
}

.tabs-box .menu {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px 0 0
}

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

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

.catalog-box .items-wrap {
    margin: 0 -17px -20px;
    margin: 0 -1.7rem -20px
}

.catalog-box .item-wrap {
    padding: 0 17px;
    padding: 0 1.7rem;
    margin-bottom: 20px;
    width: 25%
}

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

.productions-box .items-wrap {
    margin: 0 -21px -80px;
    margin: 0 -2.1rem -80px
}

.productions-box .item-wrap {
    padding: 0 21px;
    padding: 0 2.1rem;
    margin-bottom: 80px;
    width: 20%
}

.pagenav-box {
    margin-top: 74px;
    margin-top: 7.4rem;
    font-size: 1.11111111em;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.pagenav-box,
.pagenav-box .pages-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pagenav-box .pages-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    margin: 0 5px
}

.pagenav-box .btn-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    height: 3.15em;
    min-width: 3.15em;
    color: #828486;
    transition: all .2s ease;
    background: #f4f4f5;
    padding: 0 12px;
    border-radius: 50px;
    margin: 0 8px
}

.pagenav-box .btn-page:nth-child(4)~.btn-page {
    display: none
}

.pagenav-box .btn-page.active {
    color: var(--clr-att);
    background: transparent
}

.pagenav-box .btn-page:hover {
    color: var(--clr-att)
}

.pagenav-box .button-nav {
    padding: 0 42px 0 0;
    color: var(--clr-att);
    background: none
}

.pagenav-box .button-nav:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/icons/arrow-slider.png) 50% no-repeat;
    background-size: 100% auto;
    top: 50%;
    right: 0;
    margin-top: -12px
}

.pagenav-box .button-nav:hover {
    opacity: .7
}

.pagenav-box .button-nav-prev {
    padding: 0 0 0 42px
}

.pagenav-box .button-nav-prev:before {
    right: auto;
    left: 0;
    transform: rotate(180deg)
}

.pagenav-box .button-disabled {
    display: none
}

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

.title-box .h1-title:last-child {
    margin-bottom: 0
}

.title-box .title-page {
    margin-bottom: .3em
}

.gallery-slider-box {
    margin-bottom: 30px
}

.gallery-slider-box .slider-wrap {
    margin: 0 -10px
}

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

.gallery-slider-box .title-box {
    margin-bottom: 24px
}

.gallery-slider-box .elm-photo {
    aspect-ratio: 312/275;
    border-radius: var(--main-radius)
}

.table-box {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 var(--main-radius) var(--main-radius)
}

.table-box table {
    margin-bottom: 0;
    min-width: 900px
}

.table-box .tbl-inner-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.table-box .tbl-inner-wrap::-webkit-scrollbar {
    width: 0;
    height: 0
}

.cnt-section-box {
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    border-radius: var(--main-radius) 0 var(--main-radius) 0;
    padding: 38px;
    padding: 3.8rem
}

.cnt-section-box .bq-text,
.cnt-section-box blockquote {
    margin-left: -38px;
    margin-left: -3.8rem;
    margin-right: 0
}

.cnt-section-box .cnt-title-wrap {
    margin-left: -38px;
    margin-left: -3.8rem;
    margin-right: -38px;
    margin-right: -3.8rem;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid var(--clr-border);
    padding: 0 38px 16px;
    padding: 0 3.8rem 1.6rem
}

.cnt-section-box .cnt-title-wrap .h1-title {
    margin-bottom: .4em
}

.cnt-section-box .cnt-title-wrap .h1-title:last-child {
    margin-bottom: 12px
}

.cnt-section-box .cnt-title-wrap .info-element {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    margin: 0 25px 10px 0;
    margin: 0 2.5rem 10px 0;
    color: var(--clr-att);
    line-height: 24px;
    -ms-flex-align: start;
    align-items: flex-start
}

.cnt-section-box .cnt-title-wrap .info-element .elm-ico {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cnt-section-box .cnt-title-wrap .info-element .info-title {
    padding-left: 6px
}

.cnt-section-box .cnt-footer-wrap {
    margin-top: 30px;
    margin-top: 3rem;
    margin-left: -38px;
    margin-left: -3.8rem;
    margin-right: -38px;
    margin-right: -3.8rem;
    border-top: 1px solid var(--clr-border);
    padding: 30px 38px 14px;
    padding: 3rem 3.8rem 14px
}

.cnt-section-box .footer-title {
    display: block;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    color: var(--clr-light)
}

.cnt-section-box .footer-info {
    margin-bottom: 10px;
    display: block;
    font-size: 1.11111111em;
    font-weight: 300
}

.cnt-section-box .footer-info .elm-price {
    display: inline;
    font-size: 1.75em;
    font-weight: 700
}

.cnt-section-box .footer-action {
    margin-top: 15px;
    display: block
}

.photo-box {
    margin-bottom: 20px
}

.photo-box.section-medium .elm-photo.photo-cover {
    height: 300px;
    height: 30rem
}

.photo-box .elm-photo {
    border-radius: var(--main-radius)
}

.photo-box .elm-photo.photo-cover {
    height: 400px;
    height: 40rem;
    aspect-ratio: inherit
}

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

.side-articles-box .items-wrap {
    margin: 0 -10px -20px
}

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

.breadcrumbs-box,
.side-articles-box .title-box {
    margin-bottom: 20px
}

.breadcrumbs-box {
    padding: 24px 0 12px;
    font-size: 14px;
    line-height: 20px;
    color: #a0a2ac
}

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

.breadcrumbs-box .menu li {
    padding: 0 20px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%
}

.breadcrumbs-box .menu li:after {
    content: "-";
    display: block;
    width: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: var(--clr-att)
}

.breadcrumbs-box .menu li:first-child {
    padding-left: 20px
}

.breadcrumbs-box .menu li:first-child a:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../img/icons/home.png) 50% no-repeat;
    background-size: 100% auto;
    top: 50%;
    left: -27px;
    margin-top: -12px
}

.breadcrumbs-box .menu li:last-child {
    color: var(--clr-base)
}

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

.breadcrumbs-box .menu li:last-child .link-main {
    border-bottom: none
}

.breadcrumbs-box a {
    display: block;
    position: relative
}

.breadcrumbs-box a:not(:hover) {
    color: inherit
}

.section-bg {
    position: relative;
    z-index: 2
}

.section-bg:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100dvw;
    min-width: 320px;
    transform: translateX(-50%);
    content: "";
    background: #f4f4f5;
    z-index: -1
}

@media (max-width:1399px) {
    .info-tiles-box .items-outer-wrap {
        font-size: 16px
    }

    .about-box {
        min-height: 500px;
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

@media (max-width:1199px) {
    .main-card-box .header-title {
        font-size: 11rem
    }

    .main-card-box .card-name {
        font-size: 8rem
    }

    .info-tiles-box .items-outer-wrap {
        font-size: 14px
    }

    .about-box {
        min-height: 400px;
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .about-box .info-inner-wrap {
        width: 20em
    }
}

@media (max-width:1023px) {
    .photos-slider-box .slider-main-wrap {
        margin-bottom: 10px
    }

    .photos-slider-box .slider-preview-wrap .list {
        margin: 0 -3px
    }

    .photos-slider-box .slider-preview-wrap .list li {
        padding: 0 3px
    }

    .main-card-box .photos-inner-wrap {
        width: 300px;
        padding-right: 24px
    }

    .main-card-box .photos-slider-box {
        margin-top: -100px
    }

    .main-card-box .info-inner-wrap {
        max-width: calc(100% -300px)
    }

    .main-card-box .title-inner-wrap {
        padding-left: 300px
    }

    .main-card-box .header-title {
        font-size: 9rem
    }

    .main-card-box .card-name {
        font-size: 8rem
    }

    .links-slider-box .slider-outer-wrap {
        padding: 0;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .links-slider-box .slider-outer-wrap::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .links-slider-box .slider {
        display: -ms-flexbox;
        display: flex
    }

    .links-slider-box .sl-wrap {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .links-slider-box .sl-wrap~.sl-wrap {
        display: block
    }

    .info-tiles-box .items-outer-wrap {
        font-size: 16px
    }

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

    .info-tiles-box .item-wrap:last-child {
        width: 100%
    }

    .about-box {
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 0;
        padding-bottom: 0
    }

    .about-box .title-inner-wrap {
        -ms-flex-order: 1;
        order: 1;
        padding: 0;
        width: 100%;
        margin-bottom: 5rem
    }

    .about-box .info-inner-wrap {
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }

    .about-box .photo-inner-wrap {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        -ms-flex-order: 3;
        order: 3;
        height: 600px
    }

    .productions-box .items-wrap {
        margin-left: -5px;
        margin-right: -5px
    }

    .productions-box .item-wrap {
        padding-left: 5px;
        padding-right: 5px;
        width: 25%
    }

    .catalog-box .items-wrap {
        margin-left: -5px;
        margin-right: -5px
    }

    .catalog-box .item-wrap {
        padding-left: 5px;
        padding-right: 5px;
        width: 33.33%
    }

    .pagenav-box {
        margin-left: -30px;
        margin-right: -30px
    }

    .pagenav-box .btn-page {
        margin-left: 3px;
        margin-right: 3px
    }

    .pagenav-box .button-nav {
        padding: 0
    }

    .pagenav-box .button-nav:before {
        left: 50%;
        margin-left: -12px
    }

    .pagenav-box .button-nav .button-title {
        display: none
    }

    .side-articles-box .item-wrap {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px
    }

    .side-articles-box .items-wrap {
        margin: 0 -5px -10px
    }

    .gallery-slider-box .slider-wrap {
        margin: 0 -5px
    }

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

@media (max-width:767px) {
    .main-card-box .title-inner-wrap {
        padding-left: 0
    }

    .main-card-box .photos-inner-wrap {
        padding-top: 30px
    }

    .main-card-box .photos-slider-box {
        margin-top: 0
    }

    .main-box .content-inner-wrap {
        display: block
    }

    .main-box .title-inner-wrap {
        padding-right: 0
    }

    .main-box .action-inner-wrap {
        margin-top: 3rem
    }

    .info-tiles-box .items-outer-wrap {
        font-size: 14px
    }

    .target-box {
        font-size: 1.5em
    }

    .main-top-box .info-inner-wrap {
        display: block
    }

    .main-top-box .title-wrap {
        width: 100%;
        padding: 0
    }

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

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

    .side-articles-box .item-wrap {
        width: 100%
    }
}

@media (max-width:639px) {
    .main-card-box .photos-inner-wrap {
        width: 100%;
        padding: 0;
        max-width: inherit;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .main-card-box .info-inner-wrap {
        width: 100%;
        padding-left: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 100%
    }

    .main-card-box .photos-slider-box {
        margin: 0 auto
    }

    .info-tiles-box .item-wrap {
        width: 50%;
        margin-bottom: 10px
    }

    .info-tiles-box .item-wrap:last-child,
    .productions-box .item-wrap {
        width: 50%
    }
}

@media (max-width:479px) {
    .main-card-box .card-name {
        font-size: 7rem
    }

    .main-card-box .header-title {
        font-size: 8rem
    }
}

@media (min-width:1024px) {
    .info-tiles-box .wrap-bottom-left .item-tile-info-photo:before {
        left: 1.1em;
        bottom: 0;
        border-bottom-color: #f4f4f5;
        display: block
    }
}

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

select.form-input {
    display: block;
    width: 100%;
    padding-right: 30px;
    background-image: url(../img/icons/arrow-select.svg);
    background-position: right 20px center;
    background-color: #fff;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none !important;
    line-height: 1em;
    text-indent: .01px;
    outline: none
}

select.form-input.form-input-clear {
    height: auto;
    border: none;
    min-height: 0;
    border-radius: 0;
    box-shadow: none;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    line-height: inherit;
    padding: 0 16px 0 0;
    color: inherit;
    font-weight: 700;
    background-image: url(../img/icons/arrow-select.png);
    background-size: 8px auto;
    background-repeat: no-repeat;
    background-position: 100%
}

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

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

.btn {
    height: 2.77777778em;
    border-radius: .83333333em;
    padding: 0 1.77777778em;
    border: none;
    font-size: 18px;
    font-weight: 400;
    background: linear-gradient(90deg, #3965d0, #1644b3);
    color: #fff
}

.btn:hover {
    color: #fff;
    opacity: .8
}

.btn.button-light {
    border: 1px solid #99969c;
    background: rgba(51, 51, 51, .1);
    color: #fff;
    opacity: 1
}

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

.btn.button-tab {
    height: 30px;
    border-radius: 10px;
    padding: 0 16px;
    border: none;
    font-size: 18px;
    font-weight: 400;
    color: var(--clr-base);
    background: none
}

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

.btn.button-tab.active {
    font-weight: 700
}

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

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

.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 .button-title[data-title]:before {
    content: attr(data-title)
}

.btn .button-title[data-show]:before {
    content: attr(data-show)
}

.btn.active .button-title[data-title-active]:before {
    content: attr(data-title-active)
}

.btn.active .button-title[data-hide]:before {
    content: attr(data-hide)
}

.btn-action-ico {
    min-width: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    display: block;
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    transition: all .2s ease;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

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

.btn-action-ico.btn {
    min-width: 0;
    min-height: 0;
    padding: 0;
    display: block
}

.btn-action-ico:after,
.btn-action-ico:before,
.btn-action-ico [class*=icon-],
.btn-action-ico img,
.btn-action-ico svg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: all .2s ease
}

.btn-action-ico img,
.btn-action-ico svg {
    max-width: 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-zoom {
    background-image: linear-gradient(90deg, #3965d0, #1644b3);
    border-radius: 50%
}

.btn-action-ico.ico-zoom:before {
    background-size: 40% auto;
    background-image: url(../img/icons/plus.png)
}

.btn-action-ico.ico-zoom:hover {
    background-image: linear-gradient(90deg, #3965d0, #1644b3)
}

.btn-action-ico.ico-go {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #2d3033
}

.btn-action-ico.ico-go:hover:after {
    opacity: 1
}

.btn-action-ico.ico-go:before {
    z-index: 2;
    background-image: url(../img/icons/arrow-go.png)
}

.btn-action-ico.ico-go:after {
    border-radius: 50%;
    background: linear-gradient(90deg, #3864cf, #1845b4);
    opacity: 0
}

.btn-action-ico.ico-arrow {
    z-index: 20;
    cursor: pointer;
    width: 30px;
    height: 45px;
    border-radius: 50px;
    background: #dbe0ed
}

.btn-action-ico.ico-arrow:before {
    background-image: url(../img/icons/arrow-slider.png)
}

.btn-action-ico.ico-arrow:hover {
    background: #cacfdc
}

.btn-action-ico.ico-arrow-down,
.btn-action-ico.ico-arrow-up {
    width: 90px;
    height: 42px;
    border-radius: var(--main-radius);
    background-color: hsla(240, 5%, 96%, .12)
}

.btn-action-ico.ico-arrow-down:hover,
.btn-action-ico.ico-arrow-up:hover {
    background-color: hsla(240, 5%, 96%, .22)
}

.btn-action-ico.ico-arrow-down:before,
.btn-action-ico.ico-arrow-up:before {
    transform: rotate(-90deg);
    filter: brightness(0) invert(1)
}

.btn-action-ico.ico-arrow-down:before {
    transform: rotate(90deg)
}

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

.btn-action-ico.ico-menu:after,
.btn-action-ico.ico-menu:before {
    width: 24px;
    height: 18px;
    border-top: 2px solid var(--clr-base);
    border-bottom: 2px solid var(--clr-base);
    margin: -9px 0 0 -12px;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto
}

.btn-action-ico.ico-menu.active:after,
.btn-action-ico.ico-menu:before {
    height: 2px;
    margin-top: -1px;
    border-top: none
}

.btn-action-ico.ico-menu.active:after {
    transform: rotate(-45deg)
}

.btn-action-ico.ico-menu.active:before {
    transform: rotate(45deg)
}

.btn-action-ico.ico-close:after,
.btn-action-ico.ico-close:before {
    width: 20px;
    height: 2px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    margin: -1px 0 0 -10px;
    background: var(--clr-base)
}

.btn-action-ico.ico-close:before {
    transform: rotate(45deg)
}

.btn-action-ico.ico-close:after {
    transform: rotate(-45deg)
}

.btn-action-ico.button-soc img,
.btn-action-ico.button-soc svg {
    max-width: 100%;
    max-height: 100%
}

.btn-action-ico.button-soc:hover {
    opacity: .8
}

.btn-action-back {
    display: inline-block;
    position: relative;
    padding-left: 30px
}

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

.btn-action-back:hover {
    color: var(--clr-att);
    opacity: .6
}

.btn-action-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: inherit
}

.btn-action-icon.button-att {
    color: var(--clr-att)
}

.btn-action-icon.button-att .button-ico {
    filter: none
}

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

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

.btn-action-icon .button-ico {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    filter: brightness(0) grayscale(1)
}

.btn-action-icon .button-ico+.button-title {
    padding-left: 10px
}

.btn-action-icon .button-title {
    display: block
}

.frm-field-counter {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0 40px;
    height: 40px;
    width: 100%
}

.frm-field-counter .btn-field-counter {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e3e5ea;
    background: #fcfcfd;
    padding: 0;
    min-width: 0
}

.frm-field-counter .btn-field-counter:after,
.frm-field-counter .btn-field-counter:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    background: var(--clr-base);
    margin: -1px 0 0 -5px
}

.frm-field-counter .btn-field-counter.button-plus {
    left: auto;
    right: 0
}

.frm-field-counter .btn-field-counter.button-plus:before {
    transform: rotate(90deg)
}

.frm-field-counter .btn-field-counter:hover {
    background-color: #e3e5ea
}

.frm-field-counter .form-input {
    height: 40px;
    background: none;
    border-radius: 0;
    border: none;
    padding: 0 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--clr-base)
}

.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,
.frm-select-button {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1
}

.frm-select-button input,
.frm-select input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0
}

.frm-select-button label,
.frm-select label {
    display: block;
    position: relative;
    cursor: pointer
}

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

.frm-select-button {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px;
    line-height: 44px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-transform: uppercase
}

.frm-select-button:hover label {
    border-color: var(--clr-att)
}

.frm-select-button input:checked~label {
    background-color: var(--clr-att);
    border-color: var(--clr-att);
    color: #fff
}

.frm-select-button label {
    cursor: pointer;
    display: block;
    height: 46px;
    border-radius: var(--main-radius) 0 var(--main-radius) 0;
    padding: 0 12px;
    border: 1px solid #dbdde2;
    transition: all .2s ease
}

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

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

.slick-dots li {
    margin: 0 5px 5px 0;
    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: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c4c4c4
}

.slick-dots .slick-active button,
.slick-dots li button.active,
.slick-dots li button:hover {
    background: var(--clr-att)
}

.text-many-lines,
.tile-many-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis
}

.item-tile,
.tile-action-wrap,
.tile-actions-wrap,
.tile-desc,
.tile-desc-wrap,
.tile-ico,
.tile-info,
.tile-info-wrap,
.tile-inner-wrap,
.tile-outer-wrap,
.tile-photo,
.tile-photo-wrap,
.tile-photos-wrap,
.tile-text,
.tile-text-wrap,
.tile-title,
.tile-title-wrap {
    display: block;
    position: relative
}

.tile-link {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    overflow: hidden;
    text-indent: -999px;
    font-size: 0;
    color: transparent
}

.no-mbottom {
    margin-bottom: 0 !important
}

.no-mtop {
    margin-top: 0 !important
}

.no-pbottom {
    padding-bottom: 0 !important
}

.no-ptop {
    padding-top: 0 !important
}

.elm-hidden {
    display: none !important
}

input.form-clear-autofill::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0
}

@media (max-width:1023px) {
    .elm-hidden-mobile {
        display: none !important
    }

    .slick-dots li button.active,
    .slick-dots li button:hover {
        background-color: #c4c4c4
    }
}

@media (min-width:1024px) {
    .elm-hidden-desktop {
        display: none !important
    }
}