@import url('/local/templates/main/fonts/fonts.css');

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    outline: none;
}

body {
    font: 300 16px/28px "Montserrat", Roboto;
}

a {
    color: #191e32;
}

/*header*/
.header {
    height: 90px;
}

.navbar {
    position: relative;
    height: 90px;
    background-color: #202335;
    font: normal 20px "Bebas Neue", Roboto;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 1px solid #b4c8ff;
    z-index: 14;
}

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

.navbar .navbar-container {
    position: relative;
}

.navbar img {
    vertical-align: middle;
}

.navbar .navbar-panel {
    /*  position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 89px;
    background: #202335; */
}

.navbar-close-panel {
    height: 30px;
    width: 30px;
    display: none;
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 3;
    cursor: pointer;
}

.navbar .navbar-toggle-panel {
    display: none;
}

.navbar-toggle {
    height: 100%;
    padding: 1px 6px;
}

.navbar-close {
    padding: 0;
}

.navbar-toggle,
.navbar-close {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #151515;
    background-color: transparent;
    border: none;
    display: inline-block;
}

.navbar-toggle span,
.navbar-close span {
    position: relative;
    display: block;
    margin: auto;
    transition: .3s all ease;
}

.navbar-toggle span:after,
.navbar-toggle span:before,
.navbar-close span:after,
.navbar-close span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    transition: .3s all ease;
}

.navbar-toggle span:after,
.navbar-close span:after {
    top: 8px;
}

.navbar-toggle span:after,
.navbar-toggle span:before,
.navbar-toggle span,
.navbar-close span:after,
.navbar-close span:before,
.navbar-close span {
    background-color: #ffffff;
    backface-visibility: hidden;
    border-radius: 0;
}

.navbar-toggle span:after,
.navbar-toggle span:before,
.navbar-toggle span {
    height: 2px;
}

.navbar-close span:after,
.navbar-close span:before,
.navbar-close span {
    height: 1.5px;
}

.navbar-toggle span:before {
    width: 22px;
}

.navbar-toggle span {
    width: 15px;
}

.navbar-toggle span:after {
    width: 19px;
}

.navbar-toggle span:before,
.navbar-toggle span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.navbar-close span {
    width: 30px;
    transform: rotate(180deg);
    transition: background .3s 0s ease;
    background: transparent;
}

.navbar-close span:before,
.navbar-close span:after {
    top: 0;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
    width: 30px;
}

.navbar-close span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-close span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar .navbar-logo {
    /*  position: fixed;
    top: 14px;
    left: 15px; */
}

.navbar .navbar-logo .navbar-logo-link {
    display: block;
}

.navbar .navbar-logo .navbar-logo-default {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.unit {
    display: flex;
    align-items: center;
    margin-bottom: -20px;
    margin-left: -15px;
}

.unit>* {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 15px;
}

.unit-body {
    flex: 1;
}

.navbar-info-item__basket {
    cursor: pointer;
}

.navbar-info-item__basket .unit-body {
    position: relative;
}

.unit-body-count {
    position: absolute;
    top: 0;
    right: 0px;
    background-color: #b9c7fd;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    color: #202335;
    width: 23px;
    height: 23px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50%;
    margin: auto;
    padding-left: 1px;
    padding-top: 2px;
}

.navbar .navbar-location {
    cursor: pointer;
    transition: color 0.3s;
}

.navbar .navbar-location:hover {
    color: #6c8ce4;
}

.navbar .navbar-action {
    order: 1;
    text-align: center;
}

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.navbar .navbar-action .navbar-action-button {
    padding: 15px 30px;
    color: #b4c8ff;
    border: 1px solid #b4c8ff;
    letter-spacing: 0.5pt;
    transition: background 0.3s;
}

.navbar .navbar-action .navbar-action-button:hover {
    background: #29304d;
}

.navbar .navbar-nav {
    display: flex;
    padding: 0;
    margin: 0 0 -30px;
    list-style: none;
    flex-direction: column;
}

.navbar .navbar-nav .navbar-nav-item {
    margin-bottom: 30px;
}

.navbar .navbar-nav .navbar-nav-item>.navbar-nav-link {
    padding: 0 30px;
    position: relative;
    display: block;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.navbar .navbar-info {
    display: flex;
    align-self: center;
}

.navbar .navbar-info .navbar-info-item__mail {
    display: none;
}

.navbar .navbar-info .navbar-info-link {
    display: block;
    text-decoration: none;
    font-size: 22px;
    color: #ffffff;
    transition: color 0.3s;
}

.navbar .navbar-info .navbar-info-link:hover {
    color: #b4c8ff;
}

.navbar .navbar-info .navbar-info-action {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    color: #b4c8ff;
    padding-bottom: 5px;
}

.navbar .navbar-info .navbar-info-action span {
    display: inline-block;
    padding: 0 6px;
}

.navbar .navbar-info .navbar-info-action::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 57px;
    opacity: 1;
    height: 1px;
    pointer-events: none;
    transition: .2s ease-in-out;
    background: #b4c8ff;
}

.navbar .navbar-info .navbar-info-action:hover::before {
    width: 100%;
}

.bg-overlay {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #202335;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar-megamenu-back {
    display: none;
}

.navbar .navbar-nav .navbar-megamenu {
    background: #202335;
    z-index: 3;
    width: 100%;
}

.navbar-megamenu-item {
    text-decoration: none;
    font: bold 22px "Bebas Neue", Roboto;
    color: #ffffff;
    background: #5f6c89;
    transition: color .3s;
    text-transform: uppercase;
    display: block;
}

.navbar-megamenu-item .megamenu-item-img img {
    object-fit: cover;
    opacity: 0.4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.navbar-megamenu-item:hover {
    color: #b9c7fd;
}

.navbar-megamenu-item:hover .megamenu-item-img img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 0.6;
}

.navbar-megamenu-link {
    position: relative;
    z-index: 1;
}

.navbar-megamenu-link::before {
    content: '';
    position: absolute;
    top: 50%;
    background: #202335;
    height: 65px;
    width: 65px;
    z-index: -1;
}

.sidebar-cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sidebar-cart {
    position: absolute;
    top: 0;
    right: -600px;
    width: 600px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    transition: right 0.3s ease;
}

.sidebar-cart-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.sidebar-cart-overlay.open {
    display: block;
    opacity: 1;
}

.sidebar-cart.open {
    right: 0;
}

.sidebar-cart-content .bx-basket-block-top,
#sidebar-cart-btn .bx-basket-block-noitems,
.mobileBar .bx-basket-block-noitems {
    display: none;
}

#sidebar-cart-btn .unit-left {
    padding-top: 3px;
}

#sidebar-cart-btn .unit-left img {
    width: 36px;
    height: 37px;
}

.close-cart {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.close-cart:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 2px;
    background-color: #5d5d5d;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-cart:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 2px;
    background-color: #5d5d5d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobileBar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 -1px 4px rgb(0 0 0 / 20%);
    box-shadow: 0 -1px 4px rgb(0 0 0 / 20%);
    z-index: 10;
}

.mobileBar__container {
    padding: 0;
    position: relative;
}

.mobileBar__list {
    list-style: none;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    padding: 0;
    margin: 0;
}

.mobileBar__item {
    flex-grow: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    width: 25%;
}

.mobileBar-element {
    position: relative;
    width: 100%;
    height: 55px;
    text-align: center;
    line-height: 1;
    padding: 8px 0px 0;
    border: none;
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    cursor: pointer;
}

.mobileBar-element::after {
    content: attr(aria-label);
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #919191;
    margin-top: 4px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobileBar-element svg {
    fill: #919191;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobileBar-element:hover::after {
    color: #B4C8FF;
}

.mobileBar-element:hover svg {
    fill: #B4C8FF;
}

.mobileBar__cart_count {
    position: absolute;
    background-color: #b9c7fd;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #202335;
    width: 23px;
    height: 23px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 50%;
    left: 28px;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 10;
}

@media (max-width: 1599.98px) {
    .bg-overlay.active {
        z-index: 2;
        opacity: 0.5;
    }

    .navbar .navbar-toggle-panel {
        display: flex;
    }

    .navbar-close-panel {
        display: block;
    }

    .navbar .navbar-nav .navbar-nav-item:hover>.navbar-nav-link {
        color: #202335;
        /* font-weight: 700; */
    }
}

@media (max-width: 991.98px) {
    .widget-container {
        display: none;
    }

    .navbar-info-item__basket {
        display: none;
    }

    .sidebar-cart-overlay,
    .sidebar-cart-overlay.open {
        display: none;
    }

    .navbar .navbar-location {
        padding: 0 30px;
        margin-bottom: 30px;
    }

    .navbar .navbar-nav {
        padding: 30px 0 0;
        border-top: 1px solid #55627d;
    }

    .navbar-close-panel {
        position: fixed;
        bottom: 0;
        left: -280px;
        transform: translateX(-100%);
    }

    .navbar-close-panel.active {
        left: 270px;
    }

    .header.has-mega .navbar-close-panel {
        transform: none;
        left: auto;
        right: 30px;
    }

    .navbar .navbar-nav .navbar-megamenu {
        position: fixed;
        top: 90px;
        bottom: 0;
        left: -100%;
        max-width: 100%;
        font-size: 20px;
        margin-bottom: 40px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .header.has-mega .navbar-sidebar_s2.active .navbar--has-megamenu.active .navbar-megamenu {
        left: 0;
    }

    .navbar-megamenu-row {
        margin-bottom: -5px;
    }

    .navbar-megamenu-column {
        margin-bottom: 5px;
    }

    .navbar-megamenu-item {
        display: flex;
        margin-bottom: 5px;
    }

    .megamenu-item-img {
        position: relative;
        flex: 0 0 40%;
    }

    .navbar-megamenu-item .megamenu-item-img img {
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .navbar-megamenu-item .megamenu-item-inner {
        flex: 1;
        background: #727f9c;
        padding: 50px 30px 50px 0;
    }

    .navbar-megamenu-item .navbar-megamenu-link::before {
        left: 0;
        transform: translate3d(-50%, -50%, 0);
    }
}

@media (max-width: 767.98px) {
    .navbar .navbar-panel {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        height: 89px;
        background: #202335;
    }

    .navbar .navbar-toggle-panel {
        position: fixed;
        top: 0;
        right: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        width: auto;
        height: 89px;
    }

    .navbar .navbar-logo {
        position: fixed;
        top: 14px;
        left: 30px;
    }

    .navbar .navbar-sidebar_s1 {
        position: fixed;
        top: 90px;
        bottom: 0;
        left: -280px;
        width: 100%;
        max-width: 270px;
        overflow-y: auto;
        overflow-x: hidden;
        font-size: 20px;
        background: #727f9c;
        flex-direction: column;
        display: flex;
        padding: 30px 0;
    }

    .navbar .navbar-sidebar_s1>* {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 30px;
        padding: 0 30px;
    }

    .navbar .navbar-sidebar_s1.active {
        left: 0;
    }

    .header.has-mega .navbar .navbar-sidebar_s1.active {
        max-width: 100%;
    }

    .header.has-mega .navbar .navbar-sidebar_s1.active>* {
        max-width: 270px;
    }

    .navbar .navbar-action {
        order: 1;
    }

    .navbar .navbar-sidebar_s1 .navbar-sidebar_s2 {
        padding: 0;
        order: 3;
        margin: 0;
    }

    .navbar .navbar-info {
        order: 2;
    }

    .navbar .navbar-nav .navbar-megamenu {
        max-width: 100%;
    }

    .header.has-mega .navbar-sidebar_s1.active .navbar--has-megamenu.active .navbar-megamenu {
        left: 0;
    }

    .navbar-megamenu-back {
        display: block;
        padding: 15px 30px;
        background: #727f9c;
        box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px 0px rgba(153, 164, 209, 1);
        position: relative;
    }

    .navbar-megamenu-back>a {
        font-size: 20px;
        text-decoration: none;
        color: #ffffff;
        padding-left: 30px;
    }

    .navbar-megamenu-back::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-right: 8px solid #ffffff;
        border-bottom: 6px solid transparent;
    }
}

@media (max-width: 479.98px) {
    .navbar .navbar-sidebar_s1 {
        max-width: 100%;
        left: -110%;
    }

    .navbar .navbar-action {
        padding-left: 40px;
        text-align: left;
    }

    .navbar-close-panel.active {
        left: calc(100% - 20px);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar .navbar-sidebar_s2 {
        position: fixed;
        top: 90px;
        bottom: 0;
        left: -280px;
        width: 100%;
        max-width: 270px;
        overflow-y: auto;
        overflow-x: hidden;
        font-size: 20px;
        background: #727f9c;
        flex-direction: column;
        display: flex;
        margin-bottom: 40px;
    }

    .navbar .navbar-sidebar_s1 .navbar-sidebar_s2 {
        padding: 30px 0;
    }

    .navbar .navbar-sidebar_s1.active .navbar-sidebar_s2 {
        left: 0;
    }

    .header.has-mega .navbar .navbar-sidebar_s1.active .navbar-sidebar_s2 {
        max-width: 100%;
    }

    .header.has-mega .navbar .navbar-sidebar_s1.active .navbar-sidebar_s2>* {
        max-width: 270px;
    }

    .header.has-mega .navbar .navbar-sidebar_s1.active .navbar-megamenu-container {
        position: relative;
    }

    .header.has-mega .navbar .navbar-sidebar_s1.active .navbar-megamenu-container::before {
        -webkit-box-shadow: inset 0px 2px 14px 0px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0px 2px 14px 0px rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        content: "";
    }
}

@media (min-width: 992px) and (max-width: 1599.98px) {
    .navbar .navbar-sidebar_s2 {
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 90px;
        width: 100%;
        background: #727f9c;
        justify-content: center;
        margin-bottom: 40px;
        box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px 0px rgba(153, 164, 209, 1);
    }

    .navbar-sidebar_s1.active>.navbar-sidebar_s2 {
        opacity: 1;
    }

    .navbar .navbar-sidebar_s1>.navbar-sidebar_s2 {
        padding: 25px 20px;
    }

    .navbar .navbar-sidebar_s2.active {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }

    .navbar-close-panel {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate3D(-50%, 10px, 0);
    }

    .navbar .navbar-nav .navbar-nav-item.navbar--has-megamenu.active .navbar-megamenu {
        transform: translateY(0) scale(1);
        opacity: 1;
        visibility: visible;
        z-index: -1;
    }

    .header.has-mega .navbar-close-panel {
        top: calc(100% + 400px);
    }
}

@media (min-width: 768px) {
    .navbar {
        font-size: 18px;
    }

    .navbar-container {
        padding: 0 15px;
        height: 100%;
    }

    .navbar .navbar-panel {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        height: 100%;
    }

    .navbar .navbar-panel>* {
        padding: 0 25px;
    }

    .navbar .navbar-panel> :first-child {
        padding-left: 0;
    }

    .navbar .navbar-panel> :last-child {
        padding-right: 0;
    }

    .navbar .navbar-logo {
        align-self: center;
    }

    .navbar-sidebar {
        display: flex;
        align-items: stretch;
        flex: 1;
    }

    .navbar .navbar-sidebar_s1 {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex: 1;
    }

    .navbar .navbar-sidebar_s1>* {
        padding: 0 25px;
    }

    .navbar .navbar-sidebar_s1> :first-child {
        padding-left: 0;
    }

    .navbar .navbar-sidebar_s1> :last-child {
        padding-right: 0;
    }

    .navbar-toggle-panel {
        display: flex;
        align-items: stretch;
        order: 1;
    }

    .navbar-action {
        align-self: center;
        order: 2;
    }

    .navbar .navbar-action .navbar-action-button {
        color: #768ae0;
        border: none;
        padding: 0;
    }

    .navbar-info {
        margin-left: auto;
        order: 3;
    }

    .navbar .navbar-info .navbar-info-link {
        font-size: 20px;
    }

    .navbar .navbar-info .navbar-info-action {
        font-size: 14px;
    }
}

@media (max-width: 991px) {

    /*Костыль, поднимаем кнопку Bitrix24 чуть выше*/
    .b24-widget-button-wrapper {
        bottom: 80px !important;
    }
}

@media (min-width: 992px) {
    .mobileBar {
        display: none;
    }

    .navbar .navbar-sidebar_s1> :first-child:not(.navbar-location) {
        padding-left: 25px;
    }

    .navbar .navbar-location {
        padding-left: 0;
        align-self: center;
    }

    .navbar .navbar-action .navbar-action-button {
        padding: 20px;
        border: 1px solid #444c7c;
    }

    .navbar .navbar-nav {
        display: flex;
        padding: 0;
        margin: 0 -15px;
        flex-direction: row;
        justify-content: center;
    }

    .navbar .navbar-nav .navbar-nav-item {
        display: flex;
        align-items: center;
        padding: 0 25px;
        margin-bottom: 0;
    }

    .navbar .navbar-nav .navbar-nav-item>.navbar-nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .navbar-megamenu-row {
        display: grid;
        justify-content: center;
        /* grid-template-columns: repeat(5, 1fr); */
        grid-auto-columns: minmax(max-content, 2fr);
        grid-auto-flow: column;
        column-gap: 5px;
    }

    .navbar .navbar-nav .navbar-megamenu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        cursor: default;
        z-index: 3;
        transform: translateY(-10%) scale(0.8);
        opacity: 0;
        visibility: hidden;
        min-height: 340px;
    }

    .navbar .navbar-nav .navbar-megamenu::before {
        content: '';
        background: #727f9c;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        height: 60px;
        box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px 0px rgba(153, 164, 209, 1);
    }

    .navbar .navbar-nav .navbar-megamenu-item {
        position: relative;
        text-align: center;
    }

    .navbar .navbar-nav .navbar-megamenu-item:hover .megamenu-item-img-wrap {
        -webkit-box-shadow: 5px 60px 40px -30px rgb(255 255 255 / 70%) inset;
        -moz-box-shadow: 5px 60px 40px -30px rgb(255 255 255 / 70%) inset;
        box-shadow: 5px 60px 40px -30px rgb(255 255 255 / 70%) inset;
    }

    .navbar .navbar-nav .megamenu-item-img {
        position: relative;
        display: block;
        padding-top: 340px;
        background: #5f6c89;
        box-shadow: 0px -46px 34px -20px rgb(0 0 0 / 60%) inset;
    }

    .navbar .navbar-nav .megamenu-item-img-wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        transition: .2s ease-in-out;
    }

    .navbar-megamenu-item .megamenu-item-img img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .navbar-megamenu-item .navbar-megamenu-link::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        background: #202335;
        height: 65px;
        width: 65px;
        z-index: -1;
        transform: translate3d(-50%, -50%, 0);
    }

    .navbar-megamenu-item .megamenu-item-inner {
        position: absolute;
        bottom: 0;
        min-height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: -0.6em;
        transform: translateY(calc(50% - 0.3em));
    }
}

@media (min-width: 1200px) {
    .navbar {
        font-size: 18px;
    }

    .navbar-container {
        padding: 0 10px;
    }

    .navbar .navbar-nav {
        margin: 0px -20px;
    }

    .navbar .navbar-nav .navbar-nav-item {
        padding: 0 20px;
    }

    .navbar .navbar-info>*+* {
        margin-left: 50px;
    }

    .navbar .navbar-info>*:last-child {
        margin-right: 50px;
    }

    .navbar .navbar-info .navbar-info-item__mail {
        display: block;
    }
}

@media (min-width: 1600px) {
    .header.header_fixed .navbar {
        animation: slideInDown 0.3s linear forwards;
    }

    .navbar-container {
        padding: 0 40px;
    }

    .navbar .navbar-location {
        order: 1;
    }

    .navbar .navbar-action {
        order: 2;
    }

    .navbar .navbar-sidebar_s2 {
        margin: 0 auto;
        order: 3;
        display: flex;
        align-items: stretch;
    }

    .navbar .navbar-info {
        margin-left: 0;
        order: 4;
    }

    .navbar .navbar-nav {
        margin: 0 -10px;
    }

    .navbar .navbar-nav .navbar-nav-item {
        padding: 0 10px;
    }

    .navbar .navbar-nav .navbar-nav-item>.navbar-nav-link {
        display: flex;
        height: 100%;
        align-items: center;
    }

    .navbar .navbar-nav .navbar-nav-item>.navbar-nav-link::before {
        content: '';
        position: absolute;
        top: calc(100% - 2px);
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 2px;
        pointer-events: none;
        background: #6c8ce4;
        opacity: 0;
        transition: width 0.3s;
    }

    .navbar .navbar-nav .navbar-nav-item:hover>.navbar-nav-link::before {
        opacity: 1;
        width: calc(100% + 10px);
    }

    .navbar .navbar-nav .navbar-nav-item:hover>.navbar-nav-link {
        color: #6c8ce4;
    }

    .navbar .navbar-nav .navbar-megamenu {
        margin-top: 1px;
        transition: .3s;
    }

    .navbar .navbar-nav .navbar-nav-item.navbar--has-megamenu:hover .navbar-megamenu {
        transform: translateY(0) scale(1);
        opacity: 1;
        visibility: visible;
        /*         z-index: -1; */
    }
}

@media (min-width: 1700px) {
    .navbar .navbar-nav {
        margin: 0 -20px;
    }

    .navbar .navbar-nav .navbar-nav-item {
        padding: 0 20px;
    }
}

/*header*/


/*footer*/
.footer {
    font: normal 18px "Bebas Neue", Roboto;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    background: #202335 url("/local/templates/main/img/bg_footer.png") no-repeat center center / cover;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
}

.footer-main {
    padding: 40px 0;
}

.footer-bottom {
    position: relative;
    border-top: 1px solid #161825;
    padding: 22px 0 20px;
}

.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}

.footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-column {
    width: 25%;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: -15px;
}

.footer-list-item {
    margin-bottom: 15px;
}

.footer-list-item .footer-list-link {
    transition: .2s ease-in-out;
}

.footer-list-item-dec+.footer-list-item:not(.footer-list-item-dec) {
    padding-top: 10px;
}

.footer-list-item:not(.footer-list-item-dec):hover>.footer-list-link {
    color: #758ae0;
}

.footer-list-item-dec>.footer-list-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #758be0;
    padding-bottom: 6px;
}

.footer-list-item-dec>.footer-list-link::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 20px;
    opacity: 1;
    height: 1px;
    pointer-events: none;
    transition: .2s ease-in-out;
    background: #758be0;
}

.footer-list-item.footer-list-item-dec:hover>.footer-list-link::before {
    width: 100%;
}

.company-info {
    margin-bottom: -20px;
}

.company-info-item {
    margin-bottom: 20px;
}

.company-info-item-phone {
    font-size: 24px;
}

.company-info-item-phone>a {
    transition: .2s ease-in-out;
}

.company-info-item-phone:hover a {
    color: #758be0;
}

.footer-copy {
    text-align: center;
    font-size: 14px;
}

@media (max-width: 1299.98px) {
    .footer-column {
        width: calc(100% / 4);
    }

    .footer-column-info {
        width: calc(100% / 3);
    }

    .footer-column-news {
        width: calc(100% / 6);
    }
}

@media (max-width: 767.98px) {
    .footer-row {
        margin: 0 -20px -40px;
    }

    .footer-column {
        width: 50%;
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .footer-column-info {
        width: 100%;
    }

    .footer-column-news .footer-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -20px;
    }

    .footer-column-news .footer-list>.footer-list-item {
        padding: 0 20px;
    }
}

@media (max-width: 479.98px) {
    .footer-row {
        margin: 0 -20px -20px;
    }

    .footer-column {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-column-news .footer-list {
        margin: 0 -12px;
    }

    .footer-column-news .footer-list>.footer-list-item {
        padding: 0 12px;
    }
}

@media (min-width: 480px) {
    .company-info {
        margin-bottom: -40px;
    }

    .company-info-item {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .footer-main {
        padding: 55px 0;
    }

    .footer-container {
        padding: 0 25px;
    }
}

@media (min-width: 992px) {
    .footer-container {
        padding: 0 50px;
    }
}

@media (max-width: 1299.98px) {
    .footer-main {
        padding: 55px 0;
    }
}

/*footer*/

/*footer_form*/
.section_feedback {
    color: #ffffff;
    background: url('/local/templates/main/img/bg_feedback.png') no-repeat center center / cover;
    border-bottom: 3px solid #b9c7fd;
}

.feedback_action {
    text-align: center;
    padding: 20px;
    background-color: rgba(42, 56, 78, 0.75);
}

.feedback_action_title {
    font: bold 34px/38px "Bebas Neue", Roboto;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.feedback_action_text {
    font: 500 14px/20px "Montserrat", Roboto;
}

.feedback_contacts {
    display: none;
    padding: 60px 15px;
    background-color: rgba(42, 56, 78, 0.75);
}

.feedback_contacts_title {
    font: bold 24px/48px "Bebas Neue", Roboto;
    letter-spacing: 0.06em;
    color: #758be0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.feedback_contacts_list {
    margin-bottom: -30px;
}

.feedback_contacts_item {
    font: normal 18px/24px "Bebas Neue", Roboto;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.feedback_contacts_item>.unit,
.feedback_contacts_item>.unit>* {
    margin-bottom: 0;
}

.feedback_contacts_item a {
    color: #ffffff;
    text-decoration: none;
    transition: color .3s;
}

.feedback_contacts_item:hover a {
    color: #758be0;
}

.feedback_contacts_item_phone {
    font-size: 24px;
}

/*ФОРМА*/

.feedback_form {
    padding: 20px 20px 40px;
    text-align: center;
}

.feedback_form_title {
    font: bold 34px/48px "Bebas Neue", Roboto;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: inline-block;
    overflow: hidden;
    border-bottom: 1px solid #ffffff;
    max-width: 100%;
}

.feedback_form_title>span {
    padding: 0 0.1em 0 0.2em;
    transform: translateY(10px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.feedback_form_title,
.feedback_form_text {
    margin-bottom: 18px;
}

.feedback_form_text {
    font: 500 14px/20px "Montserrat", Roboto;
}

.feedback_form form {
    margin: 0;
    padding: 0;
}

.feedback_form .personal {
    text-align: left;
    flex: 1;
}

.feedback_form input:-webkit-autofill,
.feedback_form input:-webkit-autofill:hover,
.feedback_form input:-webkit-autofill:focus,
.feedback_form input:-webkit-autofill:active,
.feedback_form textarea:-webkit-autofill,
.feedback_form textarea:-webkit-autofill:hover,
.feedback_form textarea:-webkit-autofill:focus,
.feedback_form textarea:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.feedback_form input.form-input,
.feedback_form textarea.form-input {
    font: 500 16px/1 "Montserrat", Roboto;
    display: inline-block;
    outline: none;
    height: 59px;
    border: none;
    border-bottom: 1px solid #fcfcfc66;
    ;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 28px 24px 18px;
    font-size: 16px;
    color: #000000;
    width: 100%;
    margin: 0 0 18px;
}

.feedback_form textarea.form-input {
    /* height: 137px; */
    height: 120px;
}

.feedback_form input.form-input::placeholder,
.feedback_form textarea.form-input::placeholder {
    color: #000000;
}

.feedback_form .personal input[type="checkbox"]:not(checked) {
    position: absolute;
    opacity: 0;
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.feedback_form .personal input[type="checkbox"]:not(checked)+label {
    position: relative;
    padding-left: 35px;
}

.feedback_form .personal input[type="checkbox"]:checked+label::before {
    width: 22px;
    height: 22px;
    box-shadow: inset 0 0 0 4px #b2bac7;
    background-color: #202335;
}

.feedback_form .personal input[type="checkbox"]:not(checked)+label::before {
    position: absolute;
    content: " ";
    height: 22px;
    width: 22px;
    left: 0;
}

.feedback_form .personal input[type="checkbox"]+label::before {
    border: 1px solid #ffffff;
}

.feedback_form .personal label {
    font: 300 10px/16px "Montserrat", Roboto;
    display: inline-block;
    cursor: pointer;
}

.feedback_form .personal input[type="checkbox"]+label.has-error::before {
    border: 1px solid red;
}

.btn_feedback {
    outline: none;
    border: none;
    width: 68px;
    height: 68px;
    background-color: #202335;
    cursor: pointer;
    margin-left: 10px;
}

.btn_feedback_icon {
    fill: #ffffff;
}

.btn_feedback:hover .btn_feedback_icon {
    fill: #b9c7fd;
}

.feedback_form_box {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 480px) {
    .feedback_form_title>span {
        transform: translateY(14px);
    }

    .feedback_action {
        padding: 30px 20px;
    }

    .feedback_action_title {
        font-size: 44px;
        line-height: 50px;
    }

    .feedback_action_text {
        line-height: 22px;
    }

    .feedback_form {
        padding: 28px;
    }

    .btn_feedback {
        margin-left: 20px;
    }
}

@media (min-width: 768px) {
    .feedback_content {
        align-items: stretch;
        display: grid;
        grid-template-columns: 45% 55%;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "a form"
            "b form";
    }

    .feedback_action,
    .feedback_contacts {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .feedback_action {
        grid-area: a;
        text-align: left;
        background-color: #545d72;
        padding: 30px 15px;
    }

    .feedback_action_title {
        margin-bottom: 20px;
    }

    .feedback_action_text {
        padding-right: 40px;
    }

    .feedback_contacts {
        display: block;
        grid-area: b;
    }

    .feedback_form {
        align-self: center;
        grid-area: form;
    }

    .feedback_form_title {
        margin-bottom: 20px;
    }

    .feedback_form_text {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .feedback_content {
        grid-template-columns: 490px auto;
    }

    .feedback_action,
    .feedback_contacts {
        padding-left: 50px;
    }

    .feedback_action_title {
        font-size: 52px;
        line-height: 60px;
    }

    .feedback_form_title,
    .feedback_form_text {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .feedback_form {
        max-width: 470px;
        padding: 0;
        margin: 0 auto;
    }
}

@media (min-width: 1400px) {
    .feedback_container {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .feedback_form {
        margin: 0 0 0 auto;
    }
}

/*footer_form*/

/*page_top*/
.breadcrumbs {
    padding: 22px 0 50px;
    list-style-type: none;
    margin: 0;
}

.breadcrumbs__item,
.breadcrumbs__item .breadcrumbs__link {
    display: inline-block;
    position: relative;
    font: normal 16px/1 "Bebas Neue", Roboto;
    letter-spacing: 0.04em;
    color: #202335;
    text-transform: uppercase;
}

.breadcrumbs__item .breadcrumbs__link {
    text-decoration: underline;
}

.breadcrumbs__item .breadcrumbs__link:hover {
    text-decoration: underline;
}

.breadcrumbs__item:not(:last-child):after {
    content: "/";
    padding: 0 10px;
}

.page_top_title h1,
.page_top_title .h1 {
    font: bold 34px/48px "Bebas Neue", Roboto;
    letter-spacing: 0.06em;
    color: #202335;
    text-transform: uppercase;
}

/*page_top*/

.section_catalog {
    padding-bottom: 30px;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.catalog_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.catalog_smart_filter,
.catalog_menu,
.catalog_wrap,
.catalog_smart_filter~div {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.catalog_menu {
    margin-top: 30px;
    margin-bottom: 30px;
}

.catalog_smart_filter {
    margin-bottom: 30px;
}

.catalog_wrap,
.catalog_smart_filter~div {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/**/
.catalog_inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/**/
/* @media (max-width: 767.98px) {
    .catalog_inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
} */

.for-developers_banner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 730px;
    overflow: hidden;
    position: relative;
}

.for-developers_banner img {
    position: relative;
    width: 100%;
    height: 100%;
    /* height: calc(100vh - 90px); */
    object-fit: cover;
    object-position: center;
    position: absolute;
}

.for-developers_banner-wrap {
    width: 932px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.for-developers_banner-text {
    color: #6c8ce4;
    font: bold 64px/66px "Bebas Neue", Roboto;
    text-align: center;
    width: 757px;
    z-index: 2;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.for-developers_banner-hr {
    width: 360px;
    border: 2px solid white;
    position: relative;
    margin-top: 24px;
    z-index: 2;
}

.for-developers_banner-background {
    z-index: 1;
    position: absolute;
    width: 265px;
    height: 365px;
    background-color: #191e32;
    opacity: 0.8;
}

.for-developers_banner-text span {
    border-bottom: 10px solid white;
    border-bottom-width: 4.4px;
    padding-bottom: 16px;
}

@media (max-width: 1280px) {
    .for-developers_banner {
        height: 640px;
    }

    .for-developers_banner-text {
        width: 785px;
    }
}

@media (max-width: 800px) {
    .for-developers_banner {
        height: 590px;
    }

    .for-developers_banner-text {
        width: 425px;
        font-size: 54px;
        line-height: 60px;
    }

    .for-developers_banner-background {
        height: 100%;
    }
}

@media (max-width: 480px) {
    .for-developers_banner {
        height: 400px;
    }

    .for-developers_banner-text {
        width: 320px;
        font-size: 45px;
        line-height: 52px;
    }

    .for-developers_banner-hr {
        width: 265px;
        margin-top: 16px;
    }
}


.for-developers_wholesale-center .wholesale-center_wrap {
    padding: 100px 0;
    color: #060606;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.for-developers_wholesale-center .wholesale-center_title {
    font: bold 60px/67px "Bebas Neue", Roboto;
    margin-right: 40px;
    width: 50%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.for-developers_wholesale-center .wholesale-center_color_text {
    color: #6c8ce4;
}

.for-developers_wholesale-center .wholesale-center_block_text {
    width: 50%;
}

.for-developers_wholesale-center .wholesale-center_preview {
    font: bold 20px/28px "Montserrat", Roboto;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.for-developers_wholesale-center .wholesale-center_detail {
    font: 300 16px/28px "Montserrat", Roboto;
}

@media (max-width: 800px) {
    .for-developers_wholesale-center .wholesale-center_wrap {
        padding: 90px 0;
        display: block;
    }

    .for-developers_wholesale-center .wholesale-center_block_text {
        width: 100%;
        display: flex;
    }

    .for-developers_wholesale-center .wholesale-center_title {
        margin-right: 0;
        width: 100%;
        margin-bottom: 24px;
    }

    .for-developers_wholesale-center .wholesale-center_preview {
        font-size: 18px;
        margin-right: 24px
    }
}

@media (max-width: 480px) {
    .for-developers_wholesale-center .wholesale-center_wrap {
        padding: 70px 0;
    }

    .for-developers_wholesale-center .wholesale-center_block_text {
        display: block;
        font-size: 16px;
        line-height: 26px;
    }

    .for-developers_wholesale-center .wholesale-center_title {
        margin-bottom: 24px;
        font-size: 30px;
        line-height: 38px;
    }

    .for-developers_wholesale-center .wholesale-center_preview {
        margin-bottom: 24px;
    }
}

.service {
    display: flex;
    justify-content: center;
    margin: 20px 12px 25px 12px;
}

.service .service-container {
    color: #060606;
    display: flex;
    text-align: left;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;

}

.service_title {
    font: bold 20px/28px "Montserrat", Roboto;
    text-transform: uppercase;
    width: 50%;
    padding: 50px;
    background: linear-gradient(90deg, #b4c8ff 0%, #b4c8ff 50%, #ffffff 50%);
    margin-right: 24px;
}

.service_title div {
    flex: 1 0;
}

.service_title img {
    width: 110px;
    margin-right: 40px;
    height: 108px;
}

.service_description {
    font: 300 16px/28px "Montserrat", Roboto;
    width: 50%;
}

.service_description,
.service_title {
    display: flex;
    align-items: center;
}

@media (min-width: 1280px) {
    .service-container {
        max-width: 1280px;
        margin: 0 auto;
    }
}

@media (min-width: 1400px) {
    .service-container {
        max-width: 1400px;
    }
}

@media (max-width: 1200px) {
    .service {
        margin: 20px 16px 25px 16px;
    }
}

@media (max-width: 800px) {
    .service_title img {
        width: 82.5px;
        height: 81px;
    }

    .service {
        margin: 20px 18px 5px 18px;
    }
}

@media (max-width: 720px) {
    .service {
        margin: 20px 20px 5px 20px;
    }

    .service .service-container {
        display: block;
    }

    .service_title {
        width: 100%;
        padding: 32px;
        background: #b4c8ff;
        margin-bottom: 40px;
        font-size: 16px;
    }

    .service_description {
        width: 100%;
        padding-right: 0;
    }

    .service_title img {
        margin-right: 24px;
    }
}

body {
    --container-left-offset: calc((((100vw - (100vw - 100%)) - 1200px) / 2));
}

@media (min-width: 480px) {
    .section_catalog {
        padding-bottom: 60px;
    }
}

@media (min-width: 768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .catalog_menu {
        margin-bottom: 60px;
    }

    .catalog_smart_filter {
        width: 200px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
    }

    .catalog_wrap {
        padding-left: 25px;
    }

    .catalog_wrap,
    .catalog_smart_filter~div {
        width: calc(100% - 200px);
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - 200px);
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
    }
}

@media (min-width: 992px) {
    .section_catalog {
        padding-bottom: 100px;
    }

    .catalog_smart_filter {
        width: 240px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 240px;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
    }

    .catalog_wrap {
        padding-left: 40px;
    }

    .catalog_wrap,
    .catalog_smart_filter~div {
        width: calc(100% - 240px);
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - 240px);
        -ms-flex: 0 0 calc(100% - 240px);
        flex: 0 0 calc(100% - 240px);
    }
}

@media (min-width: 1200px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1220px;
    }
}

/*news_detail_slider*/
.news_detail_gallery_images {
    margin-bottom: 25px;
}

.news_detail_gallery_images .slick-track {
    height: 540px;
}

.news_detail_gallery_images .slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.news_detail_gallery_previews .slick-list {
    margin-left: -25px;
}

.news_detail_gallery_previews .slick-slide {
    padding-left: 25px;
    height: 100px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

.news_detail_gallery_images .slick-prev,
.news_detail_gallery_images .slick-next {
    cursor: pointer;
    transition: .2s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}

.news_detail_gallery_images .slick-prev>span,
.news_detail_gallery_images .slick-next>span {
    display: block;
}

@media (max-width: 1399.98px) {
    .news_detail_gallery_images .slick-prev {
        left: 10px;
    }

    .news_detail_gallery_images .slick-prev:before {
        left: -10px;
    }

    .news_detail_gallery_images .slick-next {
        right: 10px;
    }

    .news_detail_gallery_images .slick-next:before {
        right: -10px;
    }

    .news_detail_gallery_images .slick-prev:before,
    .news_detail_gallery_images .slick-next:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        background-color: #202335;
        opacity: 0.5;
        z-index: -1;
        width: 60px;
        height: 100px;
    }
}

@media (max-width: 991.98px) {

    .news_detail_gallery_images .slick-prev:before,
    .news_detail_gallery_images .slick-next:before {
        width: 50px;
    }
}

@media (max-width: 767.98px) {
    .news_detail_gallery_images .slick-track {
        height: 375px;
    }

    .news_detail_gallery_previews {
        margin: 0 40px;
    }
}

@media (max-width: 479.98px) {
    .news_detail_gallery_images .slick-track {
        height: 210px;
    }

    .news_detail_gallery_previews {
        margin: 0;
    }

    .news_detail_gallery_images .slick-prev:before,
    .news_detail_gallery_images .slick-next:before {
        height: 55px;
        width: 34px;
    }

    .news_detail_gallery_images .slick-prev>span {
        border-top: 12px solid transparent;
        border-right: 12px solid #b9c7fd;
        border-bottom: 12px solid transparent;
    }

    .news_detail_gallery_images .slick-prev:hover>span {
        border-right-color: #758be0;
    }

    .news_detail_gallery_images .slick-next>span {
        border-top: 12px solid transparent;
        border-left: 12px solid #b9c7fd;
        border-bottom: 12px solid transparent;
    }

    .news_detail_gallery_images .slick-next:hover>span {
        border-left-color: #758be0;
    }
}

@media (min-width: 480px) {

    .news_detail_gallery_images .slick-prev>span,
    .news_detail_gallery_images .slick-next>span {
        transition: background 0.2s;
        width: 25px;
        height: 42px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        border: none;
    }

    .news_detail_gallery_images .slick-prev>span {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32px' height='48px'%3e%3cpath fill-rule='evenodd' fill='%23b9c7fd' d='M17.000,23.998 L32.000,8.998 L32.000,38.999 L17.000,23.998 ZM24.000,46.999 L24.000,47.999 L-0.000,23.998 L24.000,-0.002 L24.000,0.999 L1.000,23.998 L24.000,46.999 Z'%3e%3c/path%3e%3c/svg%3e");
    }

    .news_detail_gallery_images .slick-next>span {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32px' height='48px'%3e%3cpath fill-rule='evenodd' fill='%23b9c7fd' d='M8.000,47.999 L8.000,46.999 L31.000,23.998 L8.000,0.999 L8.000,-0.002 L32.000,23.998 L8.000,47.999 ZM-0.000,38.999 L-0.000,8.998 L15.000,23.998 L-0.000,38.999 Z'%3e%3c/path%3e%3c/svg%3e");
    }

    .news_detail_gallery_images .slick-prev:hover>span {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32px' height='48px'%3e%3cpath fill-rule='evenodd' fill='%23758be0' d='M17.000,23.998 L32.000,8.998 L32.000,38.999 L17.000,23.998 ZM24.000,46.999 L24.000,47.999 L-0.000,23.998 L24.000,-0.002 L24.000,0.999 L1.000,23.998 L24.000,46.999 Z'%3e%3c/path%3e%3c/svg%3e");
    }

    .news_detail_gallery_images .slick-next:hover>span {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32px' height='48px'%3e%3cpath fill-rule='evenodd' fill='%23758be0' d='M8.000,47.999 L8.000,46.999 L31.000,23.998 L8.000,0.999 L8.000,-0.002 L32.000,23.998 L8.000,47.999 ZM-0.000,38.999 L-0.000,8.998 L15.000,23.998 L-0.000,38.999 Z'%3e%3c/path%3e%3c/svg%3e");
    }
}

@media (min-width: 768px) {
    .news_detail_gallery_images .slick-track {
        height: 540px;
    }

    .news_detail_gallery_previews {
        margin-left: 50%;
    }
}

@media (min-width: 992px) {
    .news_detail_gallery_images .slick-track {
        height: 670px;
    }

    .news_detail_gallery_previews {
        margin-left: 65%;
    }

    .news_detail_gallery_images .slick-prev>span,
    .news_detail_gallery_images .slick-next>span {
        width: 32px;
        height: 48px;
    }
}

@media (min-width: 1200px) {
    .news_detail_gallery_previews {
        margin-left: 70%;
    }
}

@media (min-width: 1400px) {
    .news_detail_gallery_images .slick-prev {
        left: -65px;
    }

    .news_detail_gallery_images .slick-next {
        right: -65px;
    }
}

/*news_detail_slider*/
/*forms*/
.fancybox-bg {
    opacity: 0.5;
    background: #202335;
}

.form_modal {
    position: relative;
    text-align: center;
    max-width: 800px;
    width: 100%;
    padding: 0;
    padding: 50px 0;
    background: none;
    display: none;
}

.form_modal.fancybox-content {
    cursor: auto;
}

.form_modal_wrap {
    /* padding: 30px 0 45px; */
    padding: 20px 0 30px;
    background-color: #6c809f;
}

#callback_popup .form_modal_wrap {
    border: 1px solid #9eb1cd;
}

.form_modal .form_title {
    font: bold 34px/1 "Bebas Neue", Roboto;
    letter-spacing: 0.06em;
    color: #ffffff;
    display: block;
    text-align: center;
    position: relative;
    /* margin-bottom: 35px; */
    margin-bottom: 25px;
    display: inline-block;
    border-bottom: 1px solid;
    height: 34px;
    text-transform: uppercase;
}

.form_modal .form_title>span {
    transform: translateY(0.17em);
    padding: 0 0.1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.form_modal .form_wrap {
    max-width: 460px;
    margin: 0 auto;
}

.form_modal input.form-input,
.form_modal textarea.form-input {
    font: 500 16px/1 "Montserrat", Roboto;
    display: inline-block;
    /* height: 52px; */
    height: 45px;
    outline: none;
    border: none;
    background-color: #ffffff;
    /* padding: 22px 22px 18px; */
    padding: 0 22px;
    color: #000000;
    width: 100%;
    margin: 0 0 18px;
    border: 1px solid #ffffff;
}

.form_modal textarea.form-input {
    padding: 14px 22px;
}

.form_modal input.form-input.with_icon {
    padding: 22px 22px 18px 60px;
}

.form_modal input.form-input.with_icon {
    background-repeat: no-repeat;
    background-position: left center;
}

.form_modal input.form-input.with_icon[name="name"] {
    background-image: url('/local/templates/main/img/form_name.png');
    background-position: 16px center;
}

.form_modal input.form-input.with_icon[name="phone"] {
    background-image: url('/local/templates/main/img/form_phone.png');
    background-position: 19.5px center;
}

.form_modal textarea.form-input {
    height: 130px;
}

.form_modal input.form-input::placeholder,
.form_modal textarea.form-input::placeholder {
    color: #000000;
}

.form_modal button[type="submit"] {
    font: 18px/20px "Bebas Neue", Roboto;
    color: #202335;
    letter-spacing: 0.04em;
    padding: 15px 40px 13px;
    outline: none;
    border: none;
    border-top: 3px solid #758be0;
    border-bottom: 3px solid #b9c7fd;
    background: #b9c7fd;
    text-decoration: none;
    transition: .2s ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
}

.form_modal button[type="submit"]:hover {
    background: #758be0;
}

input.form-input.has-error,
textarea.form-input.has-error {
    border: 1px solid red;
}

.form_report {
    font: 32px/1 "Bebas Neue", Roboto;
    color: #ffffff;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.modal_close_panel {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 30px;
    width: 30px;
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    cursor: pointer;
    margin: 0 auto;
}

.modal_close {
    padding: 0;
}

.modal_close {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #151515;
    background-color: transparent;
    border: none;
    display: inline-block;
}

.modal_close span {
    position: relative;
    display: block;
    margin: auto;
    transition: .3s all ease;
}

.modal_close span:after,
.modal_close span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    transition: .3s all ease;
}

.modal_close span:after {
    top: 8px;
}

.modal_close span:after,
.modal_close span:before,
.modal_close span {
    height: 1.5px;
    background-color: #ffffff;
    backface-visibility: hidden;
    border-radius: 0;
}

.modal_close span {
    width: 30px;
    transform: rotate(180deg);
    transition: background .3s 0s ease;
    background: transparent;
}

.modal_close span:before,
.modal_close span:after {
    top: 0;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
    width: 30px;
}

.modal_close span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal_close span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (min-width: 480px) {
    #feedback_popup .form_modal_wrap {
        background: url('/upload/medialibrary/690/hli2cq8lwcai6x8jcaql6y1gmn3fm7m5.png') no-repeat center center / cover;
    }
}

@media (min-width: 992px) {
    /*     .form_modal .form_title {
        margin-bottom: 40px;
    } */

    .form_modal .form_wrap {
        max-width: 415px;
    }

    /*     .form_modal input.form-input {
        height: 59px;
    }

    .form_modal textarea.form-input {
        height: 170px;
    } */
}

/*forms*/
.fancybox-bg {
    z-index: -1;
}

.alum-peregorodki_banner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 730px;
    overflow: hidden;
    position: relative;

}

.alum-peregorodki-img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
}

.alum-peregorodki_banner-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 1200px;
    position: relative;
}

.banner-arrow:first-child {
    background: url('/local/templates/main/img/aluminium-peregorodki/arrow-left.png');
    width: 32px;
    height: 48px;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

.banner-arrow:first-child:hover {
    background: url('/local/templates/main/img/aluminium-peregorodki/arrow-left-hover.png');
    transition: all 0.3s ease-out 0s;
}

.banner-arrow:nth-child(2) {
    background: url('/local/templates/main/img/aluminium-peregorodki/arrow-right.png');
    width: 32px;
    height: 48px;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

.banner-arrow:nth-child(2):hover {
    background: url('/local/templates/main/img/aluminium-peregorodki/arrow-right-hover.png');
    transition: all 0.3s ease-out 0s;
}

.alum-peregorodki-logo {
    z-index: 2;
    position: relative;
    margin-bottom: 80px;
}

.alum-peregorodki-text {
    color: #ffffff;
    font: bold 60px "Bebas Neue", Roboto;
    text-align: center;
    width: 757px;
    z-index: 2;
    position: relative;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/*about********************************************/
.alum-peregorodki_about {
    padding: 45px 0;
}

.alum-peregorodki-about_wrap {
    position: relative;
    height: auto;
}

.about_img_left,
.about_img_right {
    position: absolute;
    top: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.about_img_left {
    width: 100%;
    left: 0;
}

.about_img_right {
    width: 5%;
    right: 0;
}

.about {
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about_title {
    font: normal 46px/1.16em "Bebas Neue", Roboto;
    letter-spacing: 0.04em;
    color: #758ae1;
    display: inline-block;
    border-bottom: 1px solid #758ae1;
    margin-top: -11px;
    width: fit-content;
    text-transform: uppercase;
}

.about_title>span {
    transform: translateY(11px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-right: 15px;
}

.about_subtitle {
    font: bold 14px/24px "Montserrat", Roboto;
    text-transform: uppercase;
}

.about_subtitle,
.about_text {
    color: #000000;
}

.about_text {
    font: 300 12px/20px "Montserrat", Roboto;
}

body {
    --a_ofw: 200px;
    --a_lw: 470px;
    --a_rw: calc(var(--a_cw) - (var(--a_ofw) + var(--a_lw)));
    --a_cw: 1200px;
    --a_oc: calc((((100vw - (100vw - 100%)) - var(--a_cw)) / 2));
    /* 	--fh_ow: calc((100% - 900px) / 2);
        --fh_omw: calc((100vw - (100vw - 100%)) - var(--fh_cw));
        --fh_mw: calc((((100vw - (100vw - 100%)) - var(--a_cw)) / 2) + var(--a_cw)); */
}

@media (max-width: 1199.98px) {
    .about_img_right {
        display: none;
    }

    .navbar-info-item__basket {
        margin-left: 50px;
    }
}

@media (max-width: 767.98px) {


    .alum-peregorodki_about {
        min-height: unset;
        padding: 0px !important;
    }

    .alum-peregorodki_about .about_img_left {
        display: none;
    }

    .alum-peregorodki_about p {
        color: #000;
    }

    .about_title {
        margin: 0 20px 25px;
    }



    .about_subtitle_wrap,
    .about_text {
        padding: 30px 20px;
    }

    .about_subtitle,
    .about_text {
        color: #ffffff;
    }
}

@media (max-width: 479.98px) {

    .about_subtitle_wrap,
    .about_text {
        padding: 25px 20px;
    }
}

@media (min-width: 480px) {
    .alum-peregorodki_about {
        padding: 60px 0 70px;
    }

    .about_title {
        font-size: 58px;
        margin-top: -14px;
    }

    .about_title>span {
        transform: translateY(14px);
        padding-right: 30px;
    }

    .about_subtitle {
        font-size: 18px;
        line-height: 28px;
    }

    .about_text {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (min-width: 768px) {
    .alum-peregorodki_about {
        padding: 90px 0;
    }

    .about {
        width: 50%;
        margin-left: auto;
        padding: 20px 30px;
    }

    .about_title {
        margin-bottom: 40px;
    }

    .about_title>span {
        padding-right: 70px;
    }

    .about_img_left {
        width: 50%;
    }

    .about_subtitle_wrap {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .section_about {
        padding: 100px 0;
    }

    .alum-peregorodki-about_wrap::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 10%;
        background-color: rgba(78, 93, 114, 0.8);
        z-index: 1;
        opacity: 0.7;
    }

    .about {
        width: 45%;
        padding: 20px 40px;
    }

    .about_title {
        font-size: 66px;
        margin-top: -16px;
    }

    .about_title>span {
        transform: translateY(16px);
        padding-right: 75px;
    }

    .about_img_left {
        width: 55%;
    }

    .about_subtitle {
        font-size: 20px;
    }

    .about_text {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (min-width: 1200px) {
    .about {
        min-height: 630px;
        padding: 40px 50px;
        width: 40%;
        margin-left: 55%;
    }

    .alum-peregorodki-about_wrap::before {
        width: 15%;
    }
}

@media (min-width: 1400px) {
    .about {
        width: var(--a_rw);
        margin-left: calc(var(--a_lw) + var(--a_oc) + var(--a_ofw));
    }

    .alum-peregorodki-about_wrap::before {
        width: calc(var(--a_oc) + var(--a_ofw));
        ;
    }

    .about_img_left {
        width: calc(var(--a_lw) + var(--a_oc) + var(--a_ofw));
    }

    .about_img_right {
        width: var(--a_oc);
    }
}

/****alum-peregorodki_sign********************/
.alum-peregorodki_sign {
    display: flex;
    height: 371px;
    margin-bottom: 90px;
}

.alum-peregorodki_sign:first-child {
    padding: 50px 60px;
}

.sign-item {
    width: 34%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sign-item_img {
    position: absolute;
    right: -150px;
    top: -20px;
}

.sign-item:nth-child(1) {
    background-color: #4f5d73;
}

.sign-item:nth-child(3) {
    background-color: #f0f0f0;
}

.sign-item:nth-child(1),
.sign-item:nth-child(3) {
    padding: 50px 200px 50px 60px;
}

.sign-item_title {
    font: 34px "Bebas Neue", Roboto;
    color: #fff;
    position: relative;
    z-index: 1;
    letter-spacing: 0.06em;
}

.sign-item_desc {
    font: 300 12px/20px "Montserrat", Roboto;
    line-height: 28px;
    font-size: 16px;
}

.sign-item_btn {
    font: 26px "Bebas Neue", Roboto;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    letter-spacing: 0.06em;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
    width: fit-content;
}

.sign-item_btn:hover::after {
    width: 150px;
}

.sign-item_btn::after {
    transition: all 0.3s ease-out 0s;
    content: '';
    width: 50px;
    height: 50px;
    background-color: #b4c8ff;
    position: absolute;
    z-index: -1;
    left: -17px;
    top: -8px;
}

.sign-item:nth-child(1) .sign-item_btn::after {
    background-color: #191e32;
}

.sign-item:nth-child(1) .sign-item_desc {
    color: #fff;
}

.sign-item:nth-child(1) .sign-item_btn {
    color: #fff;
}

.sign-item:nth-child(3) .sign-item_title::after {
    content: '';
    width: 280px;
    height: 50px;
    background-color: #191e32;
    position: absolute;
    z-index: -1;
    top: -7px;
    left: -60px;
}

@media (max-width: 1400px) {
    .alum-peregorodki_sign {
        height: 371px;
    }

    .alum-peregorodki_sign {
        height: 371px;
    }
}

@media (max-width:1280px) {
    .alum-peregorodki_banner {
        height: 638px;
    }

    .sign-item {
        width: 50%;
    }

    .sign-item:nth-child(2) {
        display: none;
    }
}

@media (max-width:1024px) {

    .alum-peregorodki_sign {
        height: 440px;
    }

    .banner-arrow {
        display: none;
    }

    .alum-peregorodki-text {
        font-size: 50px;
    }

    .alum-peregorodki-logo img {
        width: 200px;
    }

    .alum-peregorodki_banner {
        height: 591px;
    }
}

@media (max-width: 900px) {
    .sign-item {
        padding: 50px 103px 50px 20px !important;
    }

    .sign-item:nth-child(3) .sign-item_title::after {
        width: 220px;
        left: -21px;
    }

    .sign-item_img {
        right: -60px;
        width: 70px;
        top: 0px;
    }
}

@media (max-width:800px) {
    .alum-peregorodki-logo img {
        width: 156px;
    }

    .alum-peregorodki-text {
        width: 100%;
    }

    .alum-peregorodki_banner {
        height: 400px;
    }
}

@media (max-width: 700px) {
    .alum-peregorodki_sign {
        flex-wrap: wrap;
        height: 100% !important;
    }

    .sign-item {
        height: 300px;
        width: 100%;
    }
}

@media (max-width:480px) {
    .alum-peregorodki-text {
        font-size: 38px;
    }

    .sign-item {
        padding: 20px !important;
    }

    .sign-item_img {
        right: 0;
    }
}

@media (max-width:320px) {
    .alum-peregorodki-text {
        font-size: 32px;
    }

    .alum-peregorodki-logo img {
        width: 119px;
    }

    .alum-peregorodki_banner {
        height: 289px;
    }
}

.widget-container {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 1000;
}

.widget-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    cursor: pointer;
}

.widget-button a {
    display: flex;
}

.widget-button img {
    width: 40px;
    height: 40px;
}

.hidden {
    display: none;
}

.policy-text {
    color: white;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
}

.policy-text a {
    color: white;
}

.policy-text label {
    font-weight: 400;
}

.policy-text--black {
    color: black;
}

.policy-text--black a {
    color: black;
    text-decoration: underline;
}

.policy-text--flex {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 0 15px;
}

.pop-up_banner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: white;
    padding: 0px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    display: none;
}

.form_title.pop-up_banner__title {
    font-size: 40px;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    border-bottom: none;
}

.pop-up_banner .form_description {
    color: #fff;
}

.close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    transition: .3s all ease;
    line-height: 1;
    margin: 0;
    padding: 0;
}



.close_btn:hover {
    transform: scale(1.2);
}

.close_btn:active {
    color: #758be0;
    transform: scale(1);
}

@media (max-width: 800px) {
    .close_btn {
        font-size: 60px;
        top: calc(100% + 10px);
        right: calc(50% - 30px);
        width: 60px;
        height: 60px;
        border-radius: 50px;
        line-height: 60px;
        background-color: #758be0;
        transform: none;
    }

    .close_btn:hover {
        transform: none;
        font-size: 80px;
    }
}

.pop-up_banner .form_modal_wrap {
    padding: 20px 0 20px;
}

.pop-up_banner__background {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pop-up_banner__description {
    font-size: 20px;
    margin-bottom: 12px;
}