

/* Start:/local/components/custom/menuNew/templates/.default/style.css?170809044713397*/
.main-menu {
    --z-index-menu: 1000;
    --stroke-line: #E9E9E9;
    --i-arrowRight: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 12L15.5303 11.4697L16.0607 12L15.5303 12.5303L15 12ZM9.53033 5.46967L15.5303 11.4697L14.4697 12.5303L8.46967 6.53033L9.53033 5.46967ZM15.5303 12.5303L9.53033 18.5303L8.46967 17.4697L14.4697 11.4697L15.5303 12.5303Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
    flex: 1;
}

.main-menu__wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    z-index: var(--z-index-menu);
}

.main-menu__list ul,
.main-menu__side ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
}

.main-menu__side ul {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: space-between;
}

.main-menu__list {
    flex: 1;
}

.main-menu__item svg {
    margin-right: 12px;
}

.main-menu__item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    text-transform: uppercase;
    width: 100%;
}

.main-menu__item.parent {
    position: relative;
}

.main-menu__item.parent>a::after {
    content: '';
    background-image: var(--i-arrowRight);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: inline-flex;
    line-height: 0;
    position: absolute;
    right: 15px;
}

.main-menu__item>a.active {
    color: var(--green);
}

.main-menu__item>a {
    padding: 0 0 4px;
}

.main-menu__item--hide {
    display: none;
}

.main-menu__item:hover>a path {
    stroke: var(--main-color);
}

.main-menu__sub-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
}

.main-menu__item:hover .main-menu__sub-menu {
    visibility: visible;
    opacity: 1;
}

.sub-menu-ul {
    padding: 30px 20px;
    list-style: none;
    margin: 0;
    position: relative;
    height: 564px;
}

.sub-menu__item>a {
    color: #231f2080;
    padding: 0;
}

.sub-menu__item+.sub-menu__item {
    padding-top: 20px;
}

.sub-menu__item {
    width: 190px;
}

.sub-menu__item, .sub-menu__item a {
    font-size: 14px;
}

.sub-menu-col,
.sub-menu-col ul {
    list-style: none;
}

.sub-menu-col b {}

.sub-menu__title {
    width: 100%;
}

.sub-menu-col {
    position: absolute;
    left: 210px;
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    top: 30px;
    padding: 0 37px;
}

.sub-menu-col__item {
    padding: 0;
    margin-right: 40px;
    margin-bottom: 30px;
    min-width: 180px;
}

.sub-menu__item--hover .sub-menu-col {
    display: flex;
}

.sub-menu-col__item li {
    margin-top: 20px;
}

.sub-menu__item--red a, .main-menu__item--red a {
    color: var(--red);
}

.btn-clear {
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
}

.sub-menu-back {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: var(--z-index-menu);
    right: 40px;
    top: 20px;
    height: 40px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 4px;
}


.sub-menu-back svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.main-menu__item--search .bx-searchtitle {
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.main-menu__item--search .bx-searchtitle .bx-input-group .bx-form-control {
    background: #fff;
    border: 1px solid transparent;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 15px;
    line-height: 20px;
    height: 30px;
    width: 100%;
    padding: 5px 15px 5px 35px;
    color: #000;
    box-shadow: none;
}

.main-menu__item--search .bx-searchtitle .bx-input-group-btn {
    position: absolute;
    z-index: 2;
    left: 6px;
    top: 3px;
    border: 0;

}

.main-menu__item--search .bx-searchtitle .bx-input-group-btn button {
    padding: 0;
    background: transparent;
    border: 0;
}

.main-menu__list [data-level="3"].parent>a {
    font-weight: 600;
    pointer-events: none;
}

.main-menu__list [data-level="3"].parent>a::after {
    display: none !important;
}


@media (min-width: 992px) {
    .main-menu .main-container{
        padding: 0;
    }
    .main-menu__item--login {
        display: none;
    }

    .main-menu__side .main-menu__item.parent>a::after {
        display: none;
    }

    .sub-menu-back:hover {
        background: #f5f5f5;
    }

    .main-menu__side .main-menu__item a:focus,
    .main-menu__side .main-menu__item a:hover {
        text-decoration: none;
        position: relative;
    }

    .main-menu__close {
        display: none;
    }

    .main-menu__list .main-menu__item[data-level="2"] {
        width: 100%;
    }

    .main-menu__list {
        position: absolute;
        top: 45px;
        width: calc(100% - 60px);
        height: auto;
        min-height: 350px;
        padding: 20px 0;
        margin: 0 30px;
        background-color: transparent;
        background-size: 25%;
        background-repeat: no-repeat;
        background-position: right top;
        box-shadow: 0px -5px 20px -7px rgba(0, 0, 0, 0.11);
        opacity: 1;
        visibility: visible;
        z-index: var(--z-index-menu);
        background: #fff;
    }

    .main-menu__list:empty {
        visibility: hidden;
        opacity: 0;
        transition-delay: 0s;
    }

    .main-menu__list .main-menu__item a {
        font-size: 14px;
        color: #fff;
        padding: 8px 20px;
        text-transform: none;
        width: auto;
    }

    .main-menu__list .main-menu__item a {
        position: relative;
        max-width: 300px;
    }

    .main-menu__list .main-menu__item a:hover {
        color: #d92819;
    }

    .main-menu__list>ul {
        display: flex;
        flex-wrap: wrap;
    }

    .main-menu__side .main-menu__item a{
        position: relative;
    }

    .main-menu__side .main-menu__item a:hover::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--tmp-blue);
        height: 1px;
    }
}

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

@media (max-width: 992px) {
    .main-menu__item.parent>a::after {
        right: 15px;
    }

    .main-menu {
        position: absolute;
        left: 0;
        right: 0;
        transform: translateX(-100%);
        background: var(--tmp-blue);
        z-index: var(--z-index-menu);
        transition: opacity 0.3s;
        content-visibility: hidden;
    }

    .main-menu--open {
        transform: translateX(0);
        content-visibility: visible;
    }

    .main-menu__close {
        display: none;
    }

    .main-menu__side ul {
        flex-direction: column;
    }

    .main-menu__nav {
        height: auto;
    }

    .main-menu__list .sub-menu-back {
        display: flex;
        align-items: center;
        position: static;
        z-index: var(--z-index-menu);
        top: 0;
        height: 50px;
        width: 100%;
        border-bottom: 1px solid var(--stroke-line);
        font-size: 14px;
    }

    .main-menu {
        position: fixed;
        left: 0;
        top: 0;
        transform: translateX(-100%);
        background: var(--tmp-blue);
        height: 100vh;
        z-index: var(--z-index-menu);
        width: 100%;
        transition: all 0.3s;
        display: flex;

    }

    .main-menu__close {
        display: flex;
        justify-content: flex-end;
        position: absolute;
        padding: 10px 20px;
        top: 0;
        right: 0;
        left: 0;
        background: var(--tmp-blue);
        z-index: var(--z-index-menu);
    }

    .main-menu__close svg{
        stroke: #fff;
    }

    .main-menu__list {
        overflow: auto;
        position: absolute;
        background: #fff;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        z-index: 3;
    }

    .main-menu__list:empty {
        display: none;
    }

    .main-menu__side {
        overflow: auto;
    }

    .main-menu__close--hide {
        display: none;
    }

    .main-menu__wrapper {
        margin-top: 55px;
        height: calc(100% - 55px);
    }


    .main-menu--open {
        transform: translateX(0);
    }

    .main-menu__item {
        width: 100%;
    }

    .main-menu__wrapper {
        gap: 10px;
    }


    .main-menu .main-container {
        padding: 0;
        width: 100%;

    }

    .main-menu__item svg {
        margin: 0 0 5px 0;
    }



    .main-menu__side .main-menu__item a {}

    .main-menu__item a {
        font-size: 16px;
        line-height: 20px;
        display: inline-block;
        padding: 15px 20px;
        width: 100%;
        color: #fff;
        text-align: center;
    }

    .sub-menu__item--hover .sub-menu-col {
        left: 0;
        background: #fff;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: flex-start;
        padding: 0 0;
        z-index: var(--z-index-menu);
        width: 100%;
    }

    .sub-menu-col__item {
        min-width: 100%;
        margin-right: 0;
    }

    .sub-menu-ul {
        height: 100vh;
        overflow: auto;
        padding: 50px 0;
    }

    .sub-menu-col {
        top: 100px;
    }

    .sub-menu__item {
        width: 100%;
    }

    .sub-menu__item>a {
        font-size: 14px;
        line-height: 20px;
        display: inline-block;
        padding: 12px 20px;
        border-bottom: 1px solid var(--border-color);
        width: 100%;
        color: var(--text-color);
    }

    .sub-menu__item--red>a {
        color: var(--red);
    }

    .sub-menu__item--main>a {
        background: var(--main-bg-color);
    }

    .sub-menu__item--hover>a {
        position: absolute;
        top: 50px;
        z-index: var(--z-index-menu);
        background: #1771F1;
        color: #fff;
    }

    .sub-menu-col__item li+li, .sub-menu__item+.sub-menu__item {
        padding-top: 0;
        margin-top: 0;
    }

    .sub-menu-col b, .sub-menu-col__item li>a {
        font-size: 14px;
        line-height: 20px;
        display: inline-block;
        padding: 12px 20px;
        width: 100%;
        color: var(--text-color);
    }

    .sub-menu-col__item li>a {
        border-bottom: 1px solid var(--border-color);
    }

    .sub-menu__item--parent>a::after {
        content: '';
        background-image: var(--i-arrowRight);
        background-color: var(--main-bg-color);
        background-repeat: no-repeat;
        background-size: 90%;
        background-position: center;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        display: inline-flex;
        line-height: 0;
        position: absolute;
        right: 15px;
    }

    .sub-menu__item--hover>a::after {
        display: none;
    }

    .sub-menu-col__item li>a::after {
        content: '';
        background-image: var(--i-arrowUpRight);
        background-color: var(--main-bg-color);
        background-repeat: no-repeat;

        background-position: center;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        display: inline-flex;
        line-height: 0;
        position: absolute;
        right: 15px;
    }

    .sub-menu__item>a[data-count] {
        display: flex;
    }

    .sub-menu__item>a[data-count]::after {
        content: attr(data-count);
        position: relative;
        min-width: 20px;
        height: 20px;
        background: var(--main-bg-color-2);
        color: var(--text-color-2);
        border-radius: 10px;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        margin-left: 5px;
        padding: 0 4px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-menu--open .main-menu__overlay {
        position: absolute;
        height: 100vh;
        width: calc(100vw - 300px);
        z-index: 99;
        background: rgba(0, 0, 0, 0.15);
        display: none;
    }

    .main-menu__list ul,
    .main-menu__side ul {
        padding-bottom: 30px;
    }

    [data-toggle="main-menu"] {
        /* margin: 10px 5px 10px 0; */
        display: flex;
    }

    .main-menu__item--search {
        order: -1;

    }

    .main-menu__item--search .bx-searchtitle {
        display: block;
    }

    .main-menu__item--search .bx-searchtitle .bx-input-group {
        width: 100%;
    }

    .main-menu__item--search .bx-searchtitle .bx-input-group .bx-form-control {
        background-image: none !important;
        height: 50px;
    }

    .main-menu__item--search .bx-searchtitle .bx-input-group-btn {
        position: absolute;
        z-index: 2;
        right: 20px;
        left: auto;
        top: 15px;
        border: 0;
        width: auto;
        display: flex;
    }
}
/* End */


/* Start:/local/templates/box/fonts/Inter/stylesheet.css?1702992811661*/
@font-face {
    font-family: 'Inter';
    src: url('/local/templates/box/fonts/Inter/Inter-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/box/fonts/Inter/Inter-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/box/fonts/Inter/Inter-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/box/fonts/Inter/Inter-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* End */


/* Start:/local/templates/box/fonts/IBMPlexSerif/stylesheet.css?17029928116220*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on April 15, 2018 8:51 PM */

@font-face {
    font-family: 'IBM Plex Serif';
    font-display: swap;
    src: url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-Italic.eot');
    src: local('IBM Plex Serif Italic'), local('IBMPlexSerif-Italic'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-Italic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-Italic.woff') format('woff'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'IBM Plex Serif';
    font-display: swap;
    src: url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-SemiBoldItalic.eot');
    src: local('IBM Plex Serif SemiBold Italic'), local('IBMPlexSerif-SemiBoldItalic'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-SemiBoldItalic.woff') format('woff'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'IBM Plex Serif';
    font-display: swap;
    src: url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-BoldItalic.eot');
    src: local('IBM Plex Serif Bold Italic'), local('IBMPlexSerif-BoldItalic'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-BoldItalic.woff') format('woff'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'IBM Plex Serif';
    font-display: swap;
    src: url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-Thin.eot');
    src: local('IBM Plex Serif Thin'), local('IBMPlexSerif-Thin'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-Thin.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-Thin.woff') format('woff'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Serif';
    font-display: swap;
    src: url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-MediumItalic.eot');
    src: local('IBM Plex Serif Medium Italic'), local('IBMPlexSerif-MediumItalic'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-MediumItalic.woff') format('woff'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'IBM Plex Serif';
    font-display: swap;
    src: url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-LightItalic.eot');
    src: local('IBM Plex Serif Light Italic'), local('IBMPlexSerif-LightItalic'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-LightItalic.woff') format('woff'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'IBM Plex Serif';
    font-display: swap;
    src: url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-SemiBold.eot');
    src: local('IBM Plex Serif SemiBold'), local('IBMPlexSerif-SemiBold'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-SemiBold.woff') format('woff'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Serif';
    font-display: swap;
    src: url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif.eot');
    src: local('IBM Plex Serif'), local('IBMPlexSerif'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif.woff') format('woff'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Serif';
    font-display: swap;
    src: url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-ThinItalic.eot');
    src: local('IBM Plex Serif Thin Italic'), local('IBMPlexSerif-ThinItalic'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-ThinItalic.woff') format('woff'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'IBM Plex Serif';
    font-display: swap;
    src: url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-Bold.eot');
    src: local('IBM Plex Serif Bold'), local('IBMPlexSerif-Bold'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-Bold.woff') format('woff'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Serif';
    font-display: swap;
    src: url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-Medium.eot');
    src: local('IBM Plex Serif Medium'), local('IBMPlexSerif-Medium'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-Medium.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-Medium.woff') format('woff'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Serif';
    font-display: swap;
    src: url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-Light.eot');
    src: local('IBM Plex Serif Light'), local('IBMPlexSerif-Light'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-Light.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-Light.woff') format('woff'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Serif';
    font-display: swap;
    src: url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-ExtraLight.eot');
    src: local('IBM Plex Serif ExtraLight'), local('IBMPlexSerif-ExtraLight'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-ExtraLight.woff') format('woff'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Serif';
    font-display: swap;
    src: url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-ExtraLightItalic.eot');
    src: local('IBM Plex Serif ExtraLight Italic'), local('IBMPlexSerif-ExtraLightItalic'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-ExtraLightItalic.woff') format('woff'),
        url('/local/templates/box/fonts/IBMPlexSerif/IBMPlexSerif-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
/* End */


/* Start:/local/templates/box/libs/slick/slick.css?17029928111776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/box/style/grid.css?17085453753912*/
.grid {
    position: relative;
    --grid-sides: 20px;
    --grid-gutter: 24px;
    --grid-columns: 4;
}

.grid::before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    pointer-events: none;
    --grid-color: rgb(255 0 0 / 0.2);
    --grid-column-width: calc((100% - var(--grid-gutter) * var(--grid-columns)) / var(--grid-columns));
    border: solid transparent;
    border-width: 0 calc(var(--grid-sides) - var(--grid-gutter) / 2);
    background-image: repeating-linear-gradient(to right, transparent 0, transparent calc(var(--grid-gutter) / 2), var(--grid-color) calc(var(--grid-gutter) / 2), var(--grid-color) calc(var(--grid-column-width) + var(--grid-gutter) / 2), transparent calc(var(--grid-column-width) + var(--grid-gutter) / 2), transparent calc(var(--grid-column-width) + var(--grid-gutter)));
    background-repeat: no-repeat;
    max-width: 1222px;
    margin: auto;
    z-index: 10;
    opacity: 0;
}

.offset-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0 var(--grid-gutter);
}

[class *='offset-'] {
    --grid-offset-step: 1;
    --grid-offset: calc((100% / var(--grid-columns) + var(--grid-gutter) / var(--grid-columns)) * var(--grid-offset-step));
}

.offset-1 {
    --grid-offset-step: 1;
    margin-left: var(--grid-offset);
}

.offset-2 {
    --grid-offset-step: 2;
    margin-left: var(--grid-offset);
}

.offset-3 {
    --grid-offset-step: 3;
    margin-left: var(--grid-offset);
}

@media (max-width: 992px) {
    .grid {
        --grid-gutter: 20px;
    }
    
}

@media (max-width: 992px) {
    .tablet-offset-0 {
        margin-left: 0;
    }

    .tablet-offset-1 {
        --grid-offset-step: 1;
        margin-left: var(--grid-offset);
    }

    .tablet-offset-2 {
        --grid-offset-step: 2;
        margin-left: var(--grid-offset);
    }

    .tablet-offset-3 {
        --grid-offset-step: 3;
        margin-left: var(--grid-offset);
    }
}

@media (max-width: 639px) {
    .mobile-offset-0 {
        margin-left: 0;
    }

    .mobile-offset-1 {
        --grid-offset-step: 1;
        margin-left: var(--grid-offset);
    }

    .mobile-offset-2 {
        --grid-offset-step: 2;
        margin-left: var(--grid-offset);
    }

    .mobile-offset-3 {
        --grid-offset-step: 3;
        margin-left: var(--grid-offset);
    }
}

[class *='col-w--'] {
    width: 100%;
    --col-width-step: 4;
    --col-delta: calc(var(--grid-gutter) / var(--grid-columns) * (var(--grid-columns) - var(--col-width-step)));
    --col-width: calc((100% / var(--grid-columns) * var(--col-width-step)) - var(--col-delta));
}

.col-w--1 {
    --col-width-step: 1;
    max-width: var(--col-width);
}

.col-w--2 {
    --col-width-step: 2;

    max-width: var(--col-width);
}

.col-w--3 {
    --col-width-step: 3;
    max-width: var(--col-width);
}

@media (max-width: 992px) {
    .tablet-col-w--1 {
        --col-width-step: 1;
        max-width: var(--col-width);
    }

    .tablet-col-w--2 {
        --col-width-step: 2;
        max-width: var(--col-width);
    }

    .tablet-col-w--3 {
        --col-width-step: 3;
        max-width: var(--col-width);
    }

    .tablet-col-w--4 {
        --col-width-step: 4;
        max-width: var(--col-width);
    }
}

@media (max-width: 639px) {
    .mobile-col-w--1 {
        --col-width-step: 1;
        max-width: var(--col-width);
    }

    .mobile-col-w--2 {
        --col-width-step: 2;
        max-width: var(--col-width);
    }

    .mobile-col-w--3 {
        --col-width-step: 3;
        max-width: var(--col-width);
    }

    .mobile-col-w--4 {
        --col-width-step: 4;
        max-width: var(--col-width);
    }
}


@media (min-width: 992px) {
    .show-tablet{
        display: none;
    } 
}
@media (min-width: 439px) and (max-width: 992px) {
    .hide-tablet{
        display: none;
    }
}
@media (max-width: 439px) {
    .show-tablet{
        display: none;
    } 
}
/* End */


/* Start:/local/templates/box/style/normalize.css?17029928116039*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  /* outline: 1px dotted ButtonText; */
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/box/style/constructor.css?17029928112179*/
:root {
    /* COLORS */
    --tmp-blue: #1A3C90;
    --tmp-blue-dark: #1946B3;
    --tmp-blue-light: rgba(26, 60, 144, 0.5);
    --tmp-blue-superlight: rgba(26, 60, 144, 0.2);
    --tmp-gray: #4D4D4D;
    --tmp-gray-light: #4d4d4d80;
    --tmp-beige: #FFFDF5;
    --tmp-beige-light: #fffdf580;
    --tmp-red: #C40000;
    --tmp-red-light: rgba(196, 0, 0, 0.5);
    --tmp-lavender: #C7D1EB;
    --tmp-lavender-light: rgba(199, 209, 235, 0.5);




    /* DEFAULT VARS */
    --main-color: #1771F1;
    --main-color-2: #0043A4;
    --main-color-3: linear-gradient(101.67deg, #0043A4 0%, #1771F1 100%);
    --main-color-4: #DCEAFD;
    --main-color-5: #F3F8FE;
    --main-color-6: #231F20;
    --main-color-7: #414042;
    --main-color-8: #777777;
    --main-color-9: #E9E9E9;
    --main-color-10: #E20338;
    --main-color-11: #62C253;
    --main-color-12: #782FEF;

    --main-h1-size: 32px;
    --main-h2-size: 28px;
    --main-h3-size: 22px;
    --main-h4-size: 20px;
    --main-p-size: 16px;


    /* ELEMENT VARS */
    --body-bg-color: var(--tmp-beige);
    --main-bg-color: var(--main-color-5);
    --main-bg-color-2: var(--main-color-4);
    --btn-bg-color: var(--tmp-blue);
    --btn-hover-bg-color: var(--tmp-blue-dark);
    --btn-active-bg-color: var(--main-color-2);
    --text-color: var(--tmp-gray);
    --text-color-2: var(--main-color-7);
    --text-color-3: rgba(35, 31, 32, 0.5);
    --text-color-4: var(--main-color-8);
    --link-color: var(--tmp-blue);
    --border-color: var(--main-color-9);
    --red: var(--main-color-10);

    --margin-default: 80px;

    --z-index-tooltip: 10;
    --z-index-mobile-nav: 20;
    --z-index-filter: 30;
    --z-index-menu: 100;

    --font-family-serif: 'Inter', sans-serif;
    --font-family-ibm: 'IBM Plex Serif', sans-serif;
}



@media (max-width: 767px) {
    :root {
        --main-h1-size: 26px;
        --main-h2-size: 22px;
        --main-h3-size: 19px;
        --main-h4-size: 18px;
        --main-p-size: 14px;

        --margin-default: 40px;

    }
}

.slider-tabs {
    margin: var(--margin-default) auto;
    height: 611px;
}
/* End */


/* Start:/local/templates/box/style/main.css?171033841928152*/
body {
    background: #fff;
    color: var(--text-color-2);
    font-family: var(--font-family-serif);
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: scroll;
}

@media (min-width: 1600px) {
    .bg {
        --max-width: 1600px;
        position: absolute;
        z-index: -2;
        top: 0;
        bottom: 0;
        background: var(--body-bg-color);
        left: calc(50% - var(--max-width) / 2);
        right: calc(50% - var(--max-width) / 2);
    }
}

@media (max-width: 1601px) {
    body {
        background: var(--body-bg-color);
    }
}



* {
    box-sizing: border-box;
    outline-color: var(--link-color);
}

hr {
    border: 0;
    border-top: 1px solid #DCEAFD;
    margin: 20px 0;
}

button {
    cursor: pointer;
}

/* Hide focus styles if they're not needed, for example, 
when an element receives focus via the mouse. */

:focus:not(:focus-visible), :focus:not(:-moz-focusring) {
    outline: 0;
}

/* Show focus styles on keyboard focus. */

:-moz-focusring, :focus-visible {
    outline: var(--link-color) auto 1px;
}

.slick-slide:focus {
    outline: none;
}

a {
    color: var(--link-color)
}

img {
    max-width: 100%;
    line-height: 0;
}

main {
    min-height: 75vh;
    counter-reset: title 0;
}

b {
    font-weight: 500;
    color: var(--text-color);
}




/* h1 {
    font-size: var(--main-h1-size);
    font-weight: 500;
    margin: 10px 0 20px 0;
    color: var(--text-color);
    line-height: 140%;
} */


.main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box;
}

.full-container {
    max-width: 1600px;
    margin: 0 auto;
}

.main-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    color: var(--text-color);
    padding: 0;
    margin: 0 0 20px;
}

.number-title {
    font-family: var(--font-family-ibm);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: capitalize;
    padding: 25px 10px;
    border-radius: 50%;
    text-align: center;
    color: var(--tmp-blue-light);
    border: 1px solid var(--tmp-blue-light);
    display: block;
    margin: 70px auto 50px;
    width: fit-content;
    background: var(--body-bg-color);
    counter-increment: title;
    min-width: 173px;

}

.number-title::before {
    content: '0'counter(title) ' — ';
}

.number-title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    background: var(--tmp-blue-light);
    transform: translateY(7px);
    z-index: -1;
}

.advantages .wow-title, .advantages .wow-title--2 {
    margin-bottom: 20px;
}

.wow-title {
    font-family: var(--font-family-ibm);
    font-size: clamp(28px, 6.5vw, 100px);
    font-style: normal;
    font-weight: 400;
    line-height: 0.9;
    color: var(--tmp-blue);
    letter-spacing: -2.39px;
    margin-top: 33px;
    margin-bottom: 0px;
}

.wow-title--2 span,
.wow-title span {
    display: block;
}

.wow-title--2 {
    font-family: var(--font-family-ibm);
    font-size: clamp(20px, 4vw, 56px);
    font-weight: 400;
    line-height: 105%;
    letter-spacing: -2.28px;
    color: var(--tmp-blue);
    margin-bottom: 0px;
}

.btn-small {
    background: #FFFFFF;
    border-radius: 4px;
    color: var(--btn-bg-color);
    border: 0;
    font-size: 12px;
    min-width: 101px;
    height: 26px;
    cursor: pointer;
}

.btn-small:hover {
    background: var(--btn-bg-color);
    color: #fff;
}

.btn-link {
    background: var(--btn-bg-color);
    border-radius: 60px;
    padding: 15px 30px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid var(--btn-bg-color);
    line-height: initial;
    cursor: pointer;
    text-align: center;
}

.btn-link--small {}

.btn-link:hover {
    background: var(--btn-hover-bg-color);
    color: #fff;
}

.btn-link.not--hover:hover {
    background: transparent !important;
    color: var(--tmp-blue) !important;
}

.btn-clear {
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
}

.btn-link--ic {
    padding: 11px 14px;
    display: flex;
}

.btn-link--2 {
    background: var(--main-bg-color);
    color: var(--text-color-2);
    border: 1px solid var(--main-bg-color);
}


.btn-link--2:hover {
    background: var(--main-bg-color);
    color: var(--link-color);
    border: 1px solid var(--btn-bg-color);
}

.btn-clear--small, .btn-link--small {
    font-size: 14px;
    line-height: 110%;
    padding: 7px 30px;
}

.btn-link--transp {
    background: transparent;
    color: var(--tmp-blue);
    border-color: var(--tmp-blue);
}

.btn-link--transp:hover {
    background: var(--btn-bg-color);
    color: #fff;
    border-color: var(--btn-bg-color);
}


.btn-link--white {
    background: transparent;
    color: var(--tmp-blue);
    border-color: var(--tmp-blue);
}

.btn-link--white:hover {
    background: var(--btn-hover-bg-color);
    color: #fff;
    border: 1px solid var(--btn-hover-bg-color);
}

.slick-disabled {
    display: none !important;
}

.slick-track {
    margin-left: 0;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-arrow {
    position: absolute;
    z-index: 10;
    width: 40px;
    height: 40px;
    background: var(--main-color-5);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
}

.slick-arrow:hover {
    background: var(--btn-bg-color);
}

.slick-arrow:hover svg {
    fill: #fff;
}

.slick-arrow[style="display: block;"] {
    display: flex !important;
}

.slick-arrow[style="display: block;"].slick-disabled {
    display: none !important;
}

.slick-arrow svg {
    width: 9px;
    height: 14px;
}

.slick-dots {
    /* position: absolute; 
    bottom: -25px;  */
    display: flex;
    width: 100%;
    padding: 0;
    margin: 15px 0px 0px;
    list-style: none;
    justify-content: center;
    z-index: 10;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 13px;
    height: 13px;
    padding: 5px;
    cursor: pointer;
    color: var(--main-bg-color);
    border: 1px solid var(--btn-bg-color);
    outline: none;
    background: transparent;
    border-radius: 50%;
    margin: 0 8px;
}

.slick-dots li.slick-active button {
    background: var(--btn-bg-color);
}

.slick-track:before, .slick-track:after {
    opacity: 0;
    position: absolute;
}

/* ToolTip */

.header-cabinet {
    position: relative;
}

[data-tooltip-id="header-phones"].tooltip--open {
    width: 221px;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
    right: 0;
    padding: 0 0;
}

[data-tooltip-id="header-phones"] a {
    padding: 15px 15px;
    color: var(--tmp-gray);
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

[data-tooltip-id="header-phones"] a:hover {
    background: var(--tmp-blue-light);
}


.link-tooltip {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    position: relative;
}

.link-dashed {
    text-decoration: none;
    position: relative;
}

.link-dashed::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    border-bottom: 1px dashed;
}

.link-dashed.link-tooltip::before {
    right: 25px;
}

.link-tooltip::after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #fff;
    background-image: var(--i-arrowDown);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main-bg-color-2);
    line-height: 0;
}

.link-tooltip--active::after {
    background-color: var(--main-color);
    background-image: var(--i-arrowUp--active);

}

.tooltip {
    position: absolute;
    background: var(--tmp-beige);
    border: 1px solid var(--tmp-blue);
    border-radius: 0;
    padding: 15px;
    z-index: var(--z-index-tooltip);
    margin-top: 10px;
    display: none;
}

.tooltip--open {
    display: block;
}

.tooltip__title {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: var(--text-color-4);
}

.tooltip__title b {
    color: var(--text-color);
    font-weight: 500;
}

.tooltip__btns {
    margin: 15px -4px 0;
    display: flex;
}

.tooltip__btns>* {
    margin: 0 4px;
}

.tooltip__link {
    display: inline-block;
}

.tooltip__btns+.tooltip__link {
    margin-top: 20px;
}

.tooltip__link+.tooltip__link {
    margin-top: 8px;
}

.tooltip__tags {
    display: flex;
    margin: 10px -2.5px 0;
}

.tooltip__tag {
    padding: 5px 10px 5px 10px;
    margin: 0 2.5px;
    background: var(--main-bg-color);
    text-decoration: none;
}

/* ToolTip */


.top-header {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    leading-trim: both;
    text-edge: cap;

}

.rate-prices {
    display: flex;
    gap: 20px;
    color: var(--tmp-blue-light);
}

.rate-price__item {
    display: flex;
    gap: 10px;
}

.rate-price__item:first-child {
    display: block;
}

.top-header-right {
    display: flex;
}

.header-phones {
    display: flex;
    gap: 20px;
}

.header-phones__item {
    display: flex;
    gap: 10px;
    color: var(--tmp-blue);
}

.header-phones__item a {
    text-decoration: none;
}

.top-header-phone {
    font-size: 14px;
    margin-left: 30px;
}

.top-header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0 7px;
    border-bottom: 1px solid var(--tmp-blue-light);
}

.header--sticky {
    position: sticky;
    z-index: 9;
    background: var(--body-bg-color);
    top: 0px;

}

.header--sticky.isSticky {
    /* border-bottom: 1px solid var(--link-color); */
}

.header--sticky.isSticky .main-header {
    /* padding: 15px 0px; */
}

.header--sticky.isSticky .header-widget {
    /* margin-top: -9px; */
}

.main-header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3px;
    gap: 5px;
}

.header-logo,
.header-widget {
    width: 25%;
}

.header-logo img{
    width: 188px;
}

.header-mobile {
    display: none;
}

.header-widget {
    display: flex;
    justify-content: flex-end;
    margin-top: -9px;
}

.header-widget__item {
    text-decoration: none;
    line-height: 0;
    display: flex;
    align-items: center;
}

.header-widget>.header-widget__item {
    margin-left: 20px;

}

.header-widget__item[data-count]::after {
    content: attr(data-count);
    position: relative;
    min-width: 20px;
    height: 20px;
    background: var(--main-bg-color-2);
    color: var(--text-color-2);
    border-radius: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-left: 2px;
    padding: 0 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-logo {
    line-height: 0;
    margin-bottom: 15px;
}

.header-logo svg {
    max-width: 100%;
}

/* Верхние меню */

.sub-menu-back {
    display: none;
}

.top-header-menu ul {
    display: flex;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.top-header-menu li+li {
    margin-left: 24px;
}

.top-header-menu li a {
    color: var(--text-color-2);
    text-decoration: none;
}

.top-header-menu li a:hover {
    color: var(--link-color);
}

/* END Верхние меню */

/* Search */

.header-search form {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 315px;
}

.header-search__input {
    background: var(--main-bg-color);
    border: 1px solid var(--main-bg-color-2);
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    width: 100%;
    padding: 10px 40px 10px 15px;
    color: var(--text-color-2);
}

.header-search__input::placeholder {
    color: var(--text-color-3);
}

.header-search__submit {
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 8px;
    padding: 0;
    width: 24px;
    height: 24px;
    background: transparent;
    border: 0;
}

/* END Search */

/* breadcrumbs */

.breadcrumbs ol {
    list-style: none;
    padding: 0;
    margin: 20px 0 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs__item {
    display: flex;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
}

.breadcrumbs__item+.breadcrumbs__item::before {
    content: '/';
    margin: 0 5px;
}

.breadcrumbs__link {}

/* END breadcrumbs */




/* Отзывы */

.main-reviews {
    margin: var(--margin-default) auto;
    position: relative;
    padding-bottom: 35px;
}

.main-reviews-slick {
    position: static;
}

.main-section__container {
    padding: 0 60px;
}

.main-section {
    margin: var(--margin-default) auto;
    position: relative;
    padding-bottom: 35px;
}

.main-section-slick {
    position: static;
}

/*  */

/* Инстагарам */

.instagram-slider__container {
    padding: 0 60px;
    position: relative;
}

.instagram-slider {
    padding-bottom: 35px;
}

.instagram-slider-slick {
    position: static;
}

.instagram-slider .slick-dots {
    margin-top: 20px;
    bottom: -30px;
    left: 0;
    right: 0;
}

.instagram__item {
    position: relative;
    border-radius: 4px;
    margin: 0 10px;
}

.instagram-slider .slick-list {
    margin: 0 -10px;
}

.instagram__item-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    transform: translateY(calc(100% - 34px));
    transition: all 0.7s;
    padding: 0 20px 20px;
    color: #fff;
}

.instagram__item-content--open {
    transform: translateY(0);
    background: rgba(35, 31, 32, 0.6);
}

.instagram__item-content svg {
    fill: #414042;
    transition: all 0.5s;
}

.instagram__item-content--open svg {
    fill: #fff;
}

.instagram__item-content--open .instagram__item-content-btn {
    background: transparent;
}

.instagram__item-content--open .instagram__item-content-btn svg {
    transform: rotate(-180deg);
}

.instagram__item-content-btn {
    width: calc(100% + 40px);
    margin: 0 -20px;
    background: #E9E9E9;
    border-radius: 4px;
    height: 34px;
    cursor: pointer;
    outline: 0;
}

.instagram__item-picture img {
    width: 100%;
}

.instagram__item-tag {
    margin-top: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

.instagram__item-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.instagram__item-btn {
    width: 118px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-top: 37px;
}

/* Инстагарам */



/* Footer */

.footer {
    margin-top: 0;
    padding: 80px 20px 40px 20px;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
}

.footer-menu__col, .footer-menu__nav {
    --item-cols: 5;
    --item-margin: 12px;
}

.footer-menu__nav {
    margin: 0 calc(var(--item-margin) * -1 / 2);
}

.footer-menu__col {
    /* max-width: calc(100% / var(--item-cols) - var(--item-margin)); */
    margin: 0 calc(var(--item-margin) / 2);
}

.footer-menu__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-menu__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 20px;
}

.footer-menu__item+.footer-menu__item {
    margin-top: 7px;
}

.footer-menu__item a {
    font-size: 14px;
    line-height: 110%;
    color: var(--tmp-gray);
    text-decoration: none;
}

.footer-menu__item a:hover {
    color: var(--link-color);
}

.footer-contacts-title {
    font-size: 12px;
    line-height: 150%;
    color: var(--text-color-3);
    margin-bottom: 5px;
}

.footer-contacts-content {
    font-size: 14px;
    line-height: 110%;
}

.footer__container {
    position: relative;
}

.footer-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: -3px;
    gap: 5px;
}

.footer-socials::before {
    margin-right: 30px;
}

.footer-socials::after {
    margin-left: 30px;
}

.footer-socials__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    /* background: var(--tmp-gray); */
    border-radius: 5px;
}

.footer-socials__item svg {
    width: 20px;
}

.footer-socials__item a:hover {
    /* background: var(--link-color); */
}

.footer-socials__item a path {
    fill: #fff
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #414042;
    gap: 20px;
    margin: 12px 0 0;
    border-top: 1px solid var(--tmp-gray);
    padding-top: 12px;
}

.footer-bottom__item {
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    color: var(--tmp-gray);
}

.footer-bottom__item--copyright {}

.footer-bottom__item--uv {
    display: flex;
    align-items: center;
    flex: 1;
}

.footer-bottom__item--uv img {
    margin-right: 10px;
}

.footer-menu__contacts {
    font-size: 14px;
    line-height: 110%;
}

.footer-menu__contacts+.footer-menu__contacts {
    margin-top: 15px;
}

.footer-menu__contacts a {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    margin-top: 7px;
}


/* Footer end */


/* Mobile nav */

.navbar-mobile {
    position: sticky;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: var(--z-index-mobile-nav);

}

.navbar-mobile__list {
    display: flex;
    list-style: none;
    background: #fff;
    border-top: 1px solid #DCEAFD;
    padding: 0 20px;
    margin: 0;
}

.navbar-mobile__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
}

.navbar-mobile__link {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 10px;
    line-height: 14px;
    position: relative;
    padding: 4px;
    color: #414042;
    text-decoration: none;
}

.navbar-mobile__link[data-count]::after {
    position: absolute;
    top: 4px;
    right: 0;
}

@media (min-width: 556px) {
    .desktop-hide {
        display: none;
    }
}

@media (max-width: 1400px) {
    .instagram__item-text {
        -webkit-line-clamp: 5;
    }

    .instagram__item-btn {
        margin-top: 15px;
    }
}

@media (max-width: 1200px) {
    .instagram__item-text {
        -webkit-line-clamp: 6;
    }

    .instagram__item-btn {
        margin-top: 15px;
    }
}

@media (max-width: 992px) and (min-width: 576px) {
    .wow-title {
        font-size: 56px;
        letter-spacing: -1.5px;
    }

    .wow-title--2 {
        font-size: 28px;
    }

    .wow-title {
        margin-top: 24px;
    }

    .main-banner p {
        min-width: 324px;
    }

    .hide-tablet{
        display: none;
    }
}

@media (max-width: 992px) {
    .main-container {
        padding: 0 20px;
    }

    .header-menu-btn {
        /* width: 24px; */
    }

    .header-search, .header-widget {
        flex: 33.333%;
    }

    .header-search-btn {
        flex: calc(33.333% - 24px);
    }

    .header-search-btn button {
        margin-left: 24px;
    }

    .header-mobile {
        display: block;
    }

    .header-menu-btn {
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .header-menu-btn svg {
        width: 15px;
        height: auto;
    }

    .header-menu-btn button[data-toggle="main-menu"] svg {
        width: 17px;
    }

    .header-menu-btn button {
        display: flex;
    }

    .header-search {
        display: none;
    }

    .header-search--open {
        display: block;
        position: absolute;
        width: 100%;
        top: 104px;
        left: 0;
        right: 0;
        z-index: var(--z-index-tooltip);
        background: #fff;
        padding: 10px 20px;
        box-sizing: border-box;
        border-bottom: 1px solid var(--border-color);
        border-top: 1px solid var(--border-color);
    }

    .header-search form {
        max-width: 100%;
    }

    .top-header {
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    .top-header__content {
        margin-left: -20px;
        margin-right: -20px;
    }

    .top-header .rate-prices {
        display: flex;
        padding-left: 100%;
        -webkit-animation: scroll 10s infinite linear;
        -moz-animation: scroll 10s infinite linear;
        animation: scroll 10s infinite linear;
    }

    @-webkit-keyframes scroll {
        0% {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        100% {
            -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0)
        }
    }

    @-moz-keyframes scroll {
        0% {
            -moz-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        100% {
            -moz-transform: translate(-100%, 0);
            transform: translate(-100%, 0)
        }
    }

    @keyframes scroll {
        0% {
            transform: translate(0, 0);
        }

        100% {
            transform: translate(-100%, 0)
        }
    }

    .header-phones {
        display: none;
    }

    .footer-menu__col, .footer-menu__nav {
        --item-cols: 2;
    }

    .footer {
        padding: 40px 0;
    }

    .header-widget {
        display: none;
    }

    .header-logo {
        margin-bottom: 0;
    }

    .number-title {
        margin: 45px auto 30px;
        min-width: 153px;
        padding: 18px 5px;
        font-size: 12px;
    }

    .header-cabinet {
        position: absolute;
        right: 10px;
    }

    .main-header__content {
        min-height: 40px;
    }

    .main-banner img {
        width: 100%;
        height: 654px;
        object-fit: cover;
        margin-top: 10px;
    }

    .auction p {
        margin-bottom: 5px;
    }

    .auction p+p {
        margin-top: 0;
    }

    .footer-contacts-content,
    .footer-menu__contacts,
    .footer-menu__item a {
        font-size: 12px;
    }

    /* .footer-menu__col:nth-child(4),
    .footer-menu__col:nth-child(5){
        width: 40%;
    } */

    .footer-bottom {
        flex-direction: column;
        gap: 5px;
    }

    .footer-bottom__item {
        color: var(--tmp-gray-light);
    }
    .footer-menu__nav{
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 10px;
    }

    .footer-menu__col{
        max-width: 146px;
    }

    .footer-menu__nav{
        padding-right: 74px;
    }
    .footer-menu__item+.footer-menu__item{
        margin-top: 5px;
    }
    .footer-menu__contacts+.footer-menu__contacts{
        margin-top: 5px;
    }

    .footer-bottom{
        border-top: 1px solid var(--tmp-gray-light);
    }

    .footer-menu__col.show-tablet{
        order: -1;
    }
}

@media (max-width: 639px) {
    .wow-title {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .main-reviews__container {
        padding: 0 15px;
    }

    .instagram-slider__container {
        padding: 0 15px;
    }

    .main-header__content {
        min-height: 60px;
    }

    .header-logo img{
        width: 153px;
    }

    .advantages__item-text {
        font-size: 14px;
    }

    .header-search--open {
        top: 60px;
    }

    .wow-title {
        letter-spacing: -0.5px;
    }

    .wow-title span {
        display: inline;
    }

    .wow-title--2 span {
        /* word-spacing: 10px; */
    }

    /* .wow-title span i {
        padding: 0 2px;
    } */

    .main-banner br {
        display: none;
    }

    .main-banner img {
        width: 100%;
        height: 386px;
        object-fit: cover;
        width: 100%;
    }

    .main-banner picture{
        width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
    }

}

@media (max-width: 639px) {
    .header-logo {
        width: auto;
    }

    .header-search-btn {
        order: 1;
        flex: none;
    }

    .header-search-btn button {
        margin-left: 0;
    }

    .footer-menu__col, .footer-menu__nav {
        --item-cols: 1;
    }

    /* .footer-menu__col:nth-child(1)~.footer-menu__col {
        margin-top: 40px;
    } */

    .footer-bottom {
        flex-wrap: wrap;
        justify-content: center;
    }

    /* .footer-bottom__item+.footer-bottom__item {
        margin-top: 15px;
    } */

    .footer-socials {
        margin-top: 40px;
    }

    .header--sticky {
        padding-top: 0;
        padding-bottom: 0;
    }

    .main-header__content {
        min-height: 40px;
    }

    .header-logo img{
        width: 120px;
    }

    .footer-contacts-content,
    .footer-menu__contacts,
    .footer-menu__item a {
        font-size: 12px;
    }

    .footer-menu__contacts {
        margin-top: 10px;
    }

    .footer-menu__title {
        font-size: 16px;
    }

    .header-search--open {
        top: 50px;
    }

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

    .number-title {
        margin: 30px auto 20px;
        font-size: 12px;
    }

    .footer-menu__nav {
        padding-right: 54px;
    }

    .footer-socials {
        margin-top: 0;
    }

}

@media (max-width: 480px) {
    .mobile-hide {
        display: none;
    }

    .number-title {
        padding: 14px 10px;
        min-width: 153px;
    }

    .top-header {
        font-size: 10px;
    }

    .top-header__content {
        padding: 5px 0;
    }

    .header-menu-btn {
        gap: 15px;
    }

    .header-menu-btn svg {
        width: 11px;
        height: auto;
    }

    .header-menu-btn [data-toggle="main-menu"] svg {
        width: 14px;
    }


    .wow-title {
        line-height: 1;
    }

    .main-header__content {
        min-height: 28px;
        padding-bottom: 10px;
        margin-top: 4px;
    }

    .main-banner .wow-title {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .main-banner .wow-title+p {
        margin: 1px 0 6px;
    }

    .main-banner .wow-title span {
        display: block;
    }

    .main-banner .full-container {
        display: flex;
    }

    .grid {
        --grid-gutter: 10px;
    }

    .tariffs .number-title {
        margin-top: 50px;
    }

    .auction .hi-designer>p {
        margin: 0 0 3px;
    }

    .auction .hi-designer>p {
        margin: 0 0 3px;
    }

    .footer {
        padding: 50px 0 13px;
    }

    .footer-contacts-content, .footer-menu__contacts, .footer-menu__item a {
        font-size: 10px;
        margin: 0;
    }

    .footer-menu__nav {
        display: grid;
        grid-template-columns: 0.5fr 0.5fr 1fr;
        grid-template-rows: auto auto;
        gap: 20px 15px;
        grid-template-areas:
            "n1 n2 n3"
            "n4 n4 n5";
        margin: 0;
        padding-right: 40px;
    }

    .footer-menu__col {
        margin: 0;
    }

    .footer-menu__col:nth-child(1) {
        grid-area: n1;
    }

    .footer-menu__col:nth-child(2) {
        grid-area: n2;
    }

    .footer-menu__col:nth-child(3) {
        grid-area: n3;
    }

    .footer-menu__col:nth-child(4) {
        grid-area: n4;
    }

    .footer-menu__col:nth-child(5) {
        grid-area: n5;
    }

    .footer-bottom {
        padding-top: 5px;
    }

    .footer-bottom__item {
        font-size: 10px;
    }

    .footer-menu__contacts+.footer-menu__contacts {
        margin-top: 10px;
    }
}


/* ALL */

.main-container--cancel {
    max-width: 1600px;
    padding: 0;
    position: relative;
}
/* End */


/* Start:/local/templates/box/style/ui-forms.css?170956593712716*/
.form-container {
    font-size: 14px;
	margin-top: 30px;
}

/* input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s;
} */

.form-container--auth {
    max-width: 538px;
}

.ui-input--text input {
    background: var(--tmp-beige);
    border: 0;
    border-bottom: 1px solid var(--tmp-blue);
    box-sizing: border-box;
    border-radius: 0;
    font-size: clamp(12px, 1.5vw, 16px);
    line-height: 110%;
    height: 32px;
    width: 100%;
    padding: 0px 40px 0px 4px;
    color: var(--tmp-blue);
    overflow: hidden;
}

.ui-input--text input::placeholder {
    color: transparent;
}

.ui-input--text input[type="tel"]:focus::placeholder {
    color: inherit;
}

.ui-input--text input[type="tel"]:focus+.ui-input__placeholder {
    display: none !important;
}

.ui-input--text textarea {
    background: var(--tmp-beige);
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid var(--tmp-blue);
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
    min-height: 100px;
    width: 100%;
    padding: 8px 40px 8px 4px;
    color: var(--text-color-2);
    max-width: 100%;
    min-width: 100%;
}

.ui-input--stars input, .ui-input--radio input, .ui-input--checkbox input, .ui-input--checkbox-2 input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.ui-input--checkbox input+span::before {
    content: '*';
    color: transparent;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid var(--tmp-gray);
    box-sizing: border-box;
    border-radius: 2px;
    display: inline-flex;
    cursor: pointer;
    line-height: 20px;
    margin-right: 7px;
}

.ui-input--radio .ui-input__placeholder, .ui-input--checkbox .ui-input__placeholder {
    display: block;
    line-height: 20px;
}

.ui-input--checkbox input:focus+span::before {
    background: transparent;
    border-color: var(--tmp-blue);
}

.ui-input--checkbox input:checked+span::before {
    background-image: var(--i-ok);
    background-size: 68%;
    background-position: center;
    background-repeat: no-repeat;
    border-color: var(--main-color);
}

.ui-input--checkbox input+span::before {
    content: '*';
    color: transparent;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid var(--tmp-gray);
    box-sizing: border-box;
    border-radius: 2px;
    display: inline-flex;
    cursor: pointer;
    line-height: 20px;
    margin-right: 7px;
}

.ui-input--checkbox-2 input+span {
    display: inline-flex;
    color: #231F20;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 11px;
    border: 1px solid #DCEAFD;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    font-weight: 500;
}

.ui-input--checkbox-2 input:checked+span {
    background: #DCEAFD;
    border: 1px solid var(--tmp-blue);
    color: var(--tmp-blue);
    font-weight: 500;
}

.ui-input--radio input+span::before {
    content: '*';
    color: transparent;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid var(--main-bg-color-2);
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-flex;
    cursor: pointer;
    line-height: 20px;
    margin-right: 7px;
}

.radio--border .ui-input__placeholder {
    border: 1px solid var(--main-bg-color-2);
    padding: 18px 5px;
    border-radius: 4px;
}

.ui-input__label {
    cursor: pointer;
}

.ui-input--radio input:focus+span::before {
    background: var(--main-color);
    border-color: var(--main-color);
}

.ui-input--radio input:checked+span::before {
    background: var(--main-color);
    padding: 3px;
    border-color: var(--main-color);
    background-clip: content-box;
    line-height: 14px;
}

.ui-input--radio.radio--border input:checked+span {
    background: #DCEAFD;
    border: 1px solid var(--tmp-blue);
}


.ui-input+.ui-input {
    margin-top: 10px;
}

.ui-input__wraper {
    position: relative;
}

.ui-input__placeholder {
    font-size: 14px;
    line-height: 143%;
}

.ui-input--text .ui-input__placeholder {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    color: var(--tmp-blue-light);
    padding: 0 5px;
    font-size: clamp(12px, 1.5vw, 16px);
    pointer-events: none;
}

.ui-input--checkbox .ui-input__label{
    display: inline-flex;
}

.ui-input--text textarea+.ui-input__placeholder {
    top: 8px;
}

.ui-input__placeholder>.tx-red {
    color: var(--red);
    margin-left: 2px;
}

.ui-input textarea.input--not-empty,
.ui-input--text textarea:focus,
.ui-input input.input--not-empty,
.ui-input--text input:focus,
.ui-input--text input:not([value=""]),
.ui-input--text textarea:not(:placeholder-shown) {
    outline: 0;
    background: var(--tmp-beige);
    border-color: var(--tmp-blue-dark);
}

.ui-input input[disabled] {
    background: #E9E9E9;
    border-color: #E9E9E9;
}

.ui-input--text input:not([value=""])+.ui-input__placeholder,
.ui-input--text textarea:not(:placeholder-shown)+.ui-input__placeholder,
.ui-input--text textarea.input--not-empty+.ui-input__placeholder,
.ui-input--text input.input--not-empty+.ui-input__placeholder,
.ui-input--text input:not(:placeholder-shown)+.ui-input__placeholder,
.ui-input--text input:not(:placeholder-shown)+.ui-input__placeholder span {
    color: transparent !important;
}

.ui-input textarea::placeholder {
    color: transparent;
}

.ui-input input.input--not-empty+.ui-input__placeholder>.tx-red, .ui-input input:focus+.ui-input__placeholder>.tx-red {
    /* color: var(--main-color); */
}

/* .ui-input .input--error+.ui-input__placeholder::after {
    content: attr(data-validation-message);
    margin-left: 5px;
    width: 100%;
    color: var(--red) !important;
} */

.ui-input .input--ok+.ui-input__placeholder::after {
    /* content: 'ok';
    position: absolute;
    right: 15px;
    top: 15px; */
}

.ui-input input.input--error {
    border-color: var(--tmp-red-light);
}

.ui-input input.input--error+.ui-input__placeholder {
    color: var(--tmp-red-light);
}

.ui-select select {
    box-sizing: content-box;
    --select-arrow: 25px;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 10px 30px 10px 15px;
    margin: 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    line-height: inherit;
    background: transparent;
    border: 1px solid var(--tmp-beige);
    box-sizing: border-box;
    border-radius: 0;
    cursor: pointer;
    color: var(--tmp-beige);
    background-image: var(--i-arrowDown);
    background-size: calc(var(--select-arrow) / 2);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}

.ui-select--clear select {
    background-color: transparent;
    border: 0;
    text-align: right;
    color: var(--tmp-blue);
    padding: 10px 40px 10px 15px;
    background-image: var(--i-switch);
}

.ui-select select:disabled {
    cursor: no-drop;
    background-color: #f5f5f5;
    color: #777777;
    border-color: #777777;
}

.ui-select select option {
    font-size: 16px;
}

.ui-select select::-ms-expand {
    display: none;
}

.ui-select {
    position: relative;
}

.ui-select select:focus-within {
    background-image: var(--i-arrowUp);
}

.ui-options-overlay {
    /* background: rgba(0, 0, 0, 0.5); */
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: calc(var(--z-index-tooltip) + 1);
}

.ui-options {
    background: var(--tmp-beige);
    border: 1px solid var(--tmp-blue);
    box-sizing: border-box;
    position: absolute;
    top: 40px;
    z-index: calc(var(--z-index-tooltip) + 2);
    width: 100%;
    max-height: 208px;
    overflow: auto;
}

.ui-options__item:hover {
    background: var(--tmp-blue-light);
}

.ui-options__item--select {
    background: var(--tmp-blue-superlight);
}

.ui-options__item {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 15px;
    color: var(--tmp-gray);
    cursor: pointer;
    position: relative;
}

.ui-options__item::before{
    content: '';
    border-top: 1px solid var(--tmp-blue-light);
    position: absolute;
    left: 15px;
    right: 15px;
    top: -1px;
}

.ui-options__item--select + .ui-options__item::before{
    display: none;
}

.form-group {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ui-input--stars .ui-input__wraper {
    display: flex;
    flex-direction: row-reverse;
    width: min-content;
    text-align: center;

}

.ui-input__star {
    line-height: 0;
}

.ui-input__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    color: var(--tmp-blue-light);
}

.ui-input__star svg {
    width: 28px;
    height: auto;
}

.ui-input--stars .ui-input__label {
    padding: 0 5px;
}

.ui-input__star+.ui-input__star {
    margin-left: 2px;
}

.ui-input__label:hover .ui-input__star svg,
.ui-input__label:hover~.ui-input__label .ui-input__star svg,
.ui-input__label.cheked~.ui-input__label .ui-input__star svg {
    fill: var(--tmp-blue);
}

/* .ui-input--stars::before {
    content: attr(data-input-val);
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    white-space: nowrap;
    margin-left: 5px;
} */

/* .ui-input--stars[data-input-val=""] .ui-input__wraper::before {
    content: '— Без оценки';
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    white-space: nowrap;
    margin-left: 5px;
} */

.ui-input__star input:checked+svg {
    fill: var(--tmp-blue);
}

/* CUSTOM bx-sls  */

.bx-sls .dropdown-block {
    background: #fff;
    border: 1px solid var(--main-bg-color-2);
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    height: 50px;
    width: 100%;
    padding: 12px 40px 12px 15px;
    color: var(--text-color-2);
    /* overflow: hidden; */
}

.bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route {
    height: 25px;
}

.bx-sls .bx-ui-sls-pane {
    top: 50px;
}

.bx-sls .bx-ui-sls-clear {
    top: 8px;
}

.ui-range input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    width: 100%;
    background: linear-gradient(to right, var(--tmp-beige) 0%, var(--tmp-beige) 0%, var(--tmp-beige-light) 0%, var(--tmp-beige-light) 100%);
    border-radius: 22px;
}

.ui-range input[type="range"]:focus {
    outline: none;
}

.ui-range input[type="range"]::-webkit-slider-runnable-track {
    border-radius: 4px;
    height: 4px;
}

.ui-range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: -5px;
    background-color: var(--tmp-blue);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    outline: 3px solid var(--tmp-beige);
}

.ui-range input[type="range"]::-moz-range-track {
    border-radius: 4px;
    height: 4px;
    overflow: hidden;
}

.ui-range input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: -5px;
    background-color: var(--tmp-blue);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    outline: 3px solid var(--tmp-beige);
    border: 0;
}

.bx-firefox .ui-range input[type="range"] {
    height: 4px;
}

.ui-range{
    position: relative;
    width: 100%;
    padding-top: 20px;
}

.ui-range__value,
.ui-range__min,
.ui-range__max {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    color: var(--tmp-beige-light);
    position: absolute;
    top: 10px;
    pointer-events: none;
}

.ui-range__value{
    min-width: 55px;
    text-align: center;
}

.ui-range__min {
    left: 0;
}

.ui-range__value {
    transform: translateX(-50%);
    color: #fff;
    top: 0;
}

.ui-range__max {
    right: 0;
}

.ui-popup .ui-input--checkbox input+span::before {
    width: 15px;
    height: 15px;
    border: 1px solid rgba(26, 60, 144, 0.7);
    line-height: 15px;
}

.ui-popup .ui-input--radio .ui-input__placeholder,
.ui-popup .ui-input--checkbox .ui-input__placeholder {
    font-size: 12px;
    color: rgba(26, 60, 144, 0.7);
}

/* form:invalid .ui-input--text textarea:invalid:focus,
form:invalid .ui-input--text input:invalid:focus,
form:invalid .ui-input--text textarea:invalid:focus + .ui-input__placeholder,
form:invalid .ui-input--text input:invalid:focus + .ui-input__placeholder{
    color: var(--tmp-red-light);
} */

/* CUSTOM bx-sls  */

@media (max-width: 556px) {
    /* .ui-input+.ui-input {
        margin-top: 10px;
    } */

    .ui-input--text .ui-input__placeholder{
        top: 5px;
    }
}
/* End */


/* Start:/local/templates/box/style/popups.css?17788352602919*/
.ui-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: var(--z-index-menu);
}

.ui-popup--show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui-popup__container {
    background: var(--tmp-beige);
    border-radius: 0;
    position: relative;
    padding: 50px;
    width: 100%;
    max-width: 1025px;
    max-height: 80vh;
    margin: 10px;
    overflow: auto;
    border: 1px solid var(--tmp-blue)
}

.ui-popup__body {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 110%; */
    line-height: 143%;
}

.ui-popup__container::-webkit-scrollbar {
	width: 4px;
}

.ui-popup__container::-webkit-scrollbar-track {
	background-color: var(--tmp-blue-superlight);
	border-radius: 4px;
}

.ui-popup__container::-webkit-scrollbar-thumb {
	background: var(--link-color);
	border-radius: 4px;
}

.bx-firefox .ui-popup__container {
    scrollbar-width: thin;
    scrollbar-color: var(--tmp-blue) var(--tmp-blue-superlight)
}

.ui-popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.ui-popup__close svg{
    color: var(--tmp-blue-light);
}

.ui-popup h3 {
    margin-top: 0;
}

.ui-form__error {
    color: red;
    display: none;
    padding-left: 10px;
    padding-top: 20px;
}

.ui-popup__title {
    font-family: var(--font-family-ibm);
    font-size: clamp(24px, 2.5vw, 32px);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    color: var(--tmp-blue);
    text-align: center;
    margin-bottom: 41px;
}

p.ui-popup__desc{
    color: #1A3C90;
    text-align: center;
}

.ui-popup__title + .ui-popup__desc{
    margin-top: -25px;
}

.ui-popup__buttons {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
}

.ui-popup__buttons>* {
    width: 100%;
    max-width: 282px;
}

.ui-popup__description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    color: var(--tmp-blue);
}

[id="main-personal"] {
    text-align: center;
}

[id="main-personal"] a {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

[id="main-personal"] a:hover svg path,
[id="main-personal"] a:focus svg path {
    fill: var(--tmp-beige);
}

[id="main-personal"] .ui-input+.ui-input {
    margin-top: 15px;
}

#request_call_popup .ui-popup__container{
    max-width: 588px;
}

@media (max-width: 550px) {
    .ui-popup--show {
        /* align-items: flex-start; */
    }

    .ui-popup__container {
        max-height: calc(100vh - 80px);
        max-height: calc(100dvh - 60px);
        padding: 30px 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .ui-popup__close {
        top: 10px;
        right: 10px;
    }

    .ui-popup__title {
        font-size: 22px;
    }
}
/* End */


/* Start:/local/templates/box/fonts/icons/fonts.css?17029928114976*/
:root{
    /* Icons */
    --i-arrowLeft: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12L8.46967 11.4697L7.93934 12L8.46967 12.5303L9 12ZM14.4697 5.46967L8.46967 11.4697L9.53033 12.5303L15.5303 6.53033L14.4697 5.46967ZM8.46967 12.5303L14.4697 18.5303L15.5303 17.4697L9.53033 11.4697L8.46967 12.5303Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
    --i-arrowRight: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 12L15.5303 11.4697L16.0607 12L15.5303 12.5303L15 12ZM9.53033 5.46967L15.5303 11.4697L14.4697 12.5303L8.46967 6.53033L9.53033 5.46967ZM15.5303 12.5303L9.53033 18.5303L8.46967 17.4697L14.4697 11.4697L15.5303 12.5303Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
    --i-arrowUp: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2L5.53033 1.46967L5 0.93934L4.46967 1.46967L5 2ZM9.53033 5.46967L5.53033 1.46967L4.46967 2.53033L8.46967 6.53033L9.53033 5.46967ZM4.46967 1.46967L0.46967 5.46967L1.53033 6.53033L5.53033 2.53033L4.46967 1.46967Z' fill='%23414042'/%3E%3C/svg%3E%0A");
    --i-arrowDown: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L5.53033 5.53033L5 6.06066L4.46967 5.53033L5 5ZM9.53033 1.53033L5.53033 5.53033L4.46967 4.46967L8.46967 0.469669L9.53033 1.53033ZM4.46967 5.53033L0.46967 1.53033L1.53033 0.46967L5.53033 4.46967L4.46967 5.53033Z' fill='%23414042'/%3E%3C/svg%3E%0A");
    --i-ok: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.38496 7L9 1.15976L7.88496 0L3.38496 4.68047L1.11504 2.31953L0 3.47929L3.38496 7Z' fill='%231A3C90'/%3E%3C/svg%3E%0A");
    --i-ok-w: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.38496 7L9 1.15976L7.88496 0L3.38496 4.68047L1.11504 2.31953L0 3.47929L3.38496 7Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    --i-arrowUpRight: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.86944 1.46447L7.86944 0.714474L8.61944 0.714474L8.61944 1.46447L7.86944 1.46447ZM1.32871 9.06587C1.03581 9.35877 0.560938 9.35877 0.268045 9.06587C-0.0248483 8.77298 -0.024848 8.2981 0.268045 8.00521L1.32871 9.06587ZM2.21259 0.714474H7.86944L7.86944 2.21447H2.21259L2.21259 0.714474ZM8.61944 1.46447L8.61944 7.12133L7.11944 7.12133L7.11944 1.46447L8.61944 1.46447ZM8.39977 1.9948L1.32871 9.06587L0.268045 8.00521L7.33911 0.934144L8.39977 1.9948Z' fill='%23414042'/%3E%3C/svg%3E%0A");
    --i-switch: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13L13.8868 8L8.11325 8L11 13ZM10.5 4.35699e-08L10.5 8.5L11.5 8.5L11.5 -4.35744e-08L10.5 4.35699e-08Z' fill='%231A3C90'/%3E%3Cpath d='M3 0L5.88675 5L0.113249 5L3 0ZM2.5 13L2.5 4.5L3.5 4.5L3.5 13L2.5 13Z' fill='%231A3C90'/%3E%3C/svg%3E%0A");
    --i-arrowDownW: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.865601 0.14435C0.667583 -0.0481166 0.346532 -0.0481166 0.148514 0.14435C-0.0495046 0.336816 -0.0495046 0.648866 0.148514 0.841333L5.45629 6.0003L5.50017 5.95765L5.54409 6.00035L10.8519 0.841382C11.0499 0.648916 11.0499 0.336865 10.8519 0.144399C10.6538 -0.0480677 10.3328 -0.0480675 10.1348 0.144399L5.50021 4.64903L0.865601 0.14435Z' fill='%23FFFDF5'/%3E%3C/svg%3E%0A");
    /* Icons active */
    --i-arrowUp--active: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2L5.53033 1.46967L5 0.93934L4.46967 1.46967L5 2ZM9.53033 5.46967L5.53033 1.46967L4.46967 2.53033L8.46967 6.53033L9.53033 5.46967ZM4.46967 1.46967L0.46967 5.46967L1.53033 6.53033L5.53033 2.53033L4.46967 1.46967Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    --i-arrowDown--active: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L5.53033 5.53033L5 6.06066L4.46967 5.53033L5 5ZM9.53033 1.53033L5.53033 5.53033L4.46967 4.46967L8.46967 0.469669L9.53033 1.53033ZM4.46967 5.53033L0.46967 1.53033L1.53033 0.46967L5.53033 4.46967L4.46967 5.53033Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    --i-ok--active: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.52495 11.657L0.574951 6.707L1.98895 5.293L5.52645 8.8265L5.52495 8.828L14.01 0.343002L15.424 1.757L6.93895 10.243L5.52595 11.656L5.52495 11.657Z' fill='%231771F1'/%3E%3C/svg%3E%0A");
    
}
/* End */


/* Start:/local/templates/box/template_styles.css?17084160135374*/
/* Typography */


h1, h2, h3 {
    color: var(--text-color);
    line-height: 140%;
    font-weight: 500;
}

h1 {
    font-size: var(--main-h1-size);
    margin: 10px 0 20px 0;
}

h2 {
    font-size: var(--main-h2-size);
    margin: 10px 0 20px 0;
}

h3 {
    font-size: var(--main-h3-size);
    margin: 10px 0 20px 0;
}

p {
    font-size: clamp(12px, 2vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    color: var(--text-color);
}

b {
    font-weight: 600;
}

blockquote {
    color: var(--text-color-2);
    font-weight: 500;
    font-size: var(--main-p-size);
    line-height: 150%;
    margin: 10px 0 20px 0;
    padding-left: 20px;
    border-left: 2px solid var(--main-color);
}

i {
    font-style: italic;
}

ul {
    font-size: clamp(12px, 2vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.32px;
    padding-left: 1em;
}

ul li {
    margin-bottom: 5px;
}

ol.advantages-list {
    counter-reset: item;
    list-style-type: none;
    padding: 0;
    margin: 30px 0 25px;
}

.advantages-list li {
    display: flex;
    position: relative;
    padding: 15px 37px;
    border-bottom: 1px solid var(--tmp-blue-light);
}

.advantages-list li:first-child {
    border-top: 1px solid var(--tmp-blue-light);
}

.advantages-list li:before {
    content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;

    font-family: var(--font-family-ibm);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: capitalize;
    color: var(--tmp-blue-light);

    position: absolute;
    left: 0;
}

.advantages-list li span {
    font-size: clamp(12px, 2vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.advantages-list li span:first-child {
    font-weight: 500;
    font-family: var(--font-family-ibm);
    color: var(--tmp-blue);
    --col-width-step: 2;
    width: 100%;
    --col-delta: calc(var(--grid-gutter) / var(--grid-columns) * (var(--grid-columns) - var(--col-width-step)));
    --col-width: calc((100% / var(--grid-columns) * var(--col-width-step)) - var(--col-delta));
    margin-right: var(--grid-gutter);
    --col-width-step: 2;
    max-width: var(--col-width);
}

.section-blue {
    position: relative;
    /* background-color: var(--tmp-blue); */
    --text-color: var(--tmp-beige);
    padding: 20px 0 100px;
    margin: 100px 0;
}

.section-blue__bg {
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
}

.section-blue .number-title::after {
    background-color: rgba(255, 255, 255, 0.5);
}

.section-blue .number-title {
    background: var(--tmp-blue);
    border-color: rgba(255, 255, 255, 0.5);
    color: var(--tmp-beige);

}

.section-blue .wow-title {
    color: var(--tmp-beige);

}

.section-blue .ui-input--text input {
    background: transparent;
    color: var(--tmp-beige);
    border-color: var(--tmp-beige-light);
}

.section-blue .ui-input--text .ui-input__placeholder {
    color: var(--tmp-beige-light);
}

.section-blue .ui-input--checkbox input+span::before {
    width: 15px;
    height: 15px;
    border: 1px solid var(--tmp-beige-light);
    line-height: 15px;
}

.section-blue .ui-input--radio .ui-input__placeholder,
.section-blue .ui-input--checkbox .ui-input__placeholder {
    font-size: 12px;
    color: var(--tmp-beige-light);
}

.section-blue a {
    color: var(--tmp-beige-light);
    text-decoration: none;
    border-bottom: 1px solid;
}

.section-blue .ui-input--checkbox input:checked+span::before {
    background-image: var(--i-ok-w);
}

.feedback.section-blue {
    margin: 50px 0 0 0;
}

@media (max-width: 992px) and (min-width: 576px) {
    p {
        font-size: 14px;
    }

    .advantages-list li span {
        font-size: 14px;
    }

    .advantages {
        margin-bottom: 65px;
    }
}


@media (max-width: 992px) {
    .advantages .btn-link--transp {
        max-width: 290px;
        margin: 0 auto;
        display: block;
    }

    ol.advantages-list {
        margin-top: 20px;
    }

    .advantages-list li {
        padding: 7px 0 7px 37px;
    }

    .advantages-list li span:first-child {
        --col-width-step: 2;
        --col-width: calc((100% / var(--grid-columns) * var(--col-width-step)) - var(--col-delta));
    }

    .section-blue {
        padding: 30px 0;
        margin: 35px 0;
    }

    .advantages-list li:before {
        font-size: 12px;
    }

    .advantages-list li span:first-child {
        margin-right: 5px;
    }

    .feedback.section-blue .wow-title{
        margin-top: 0px;
    }
}

@media (max-width: 480px) {
    main {
        overflow: hidden;
    }

    .advantages-list li:before {
        font-size: 12px;
    }

    .advantages-list li {
        padding: 7px 0 10px 25px;
    }

    .advantages-list li span:first-child {
        margin: 0;
    }

    ol.advantages-list {
        margin: 13px 0 15px;
    }

    .advantages-list li span {
        margin-left: -2px;
    }

    .feedback.section-blue {
        padding: 20px 0;
    }

    .feedback .wow-title {
        margin-top: 0;
    }

    [data-form-btn="request_call"] svg {
        width: 14px;
        height: auto;
    }

    #request_call .ui-input--text input {
        height: 25px;
    }
}
/* End */
/* /local/components/custom/menuNew/templates/.default/style.css?170809044713397 */
/* /local/templates/box/fonts/Inter/stylesheet.css?1702992811661 */
/* /local/templates/box/fonts/IBMPlexSerif/stylesheet.css?17029928116220 */
/* /local/templates/box/libs/slick/slick.css?17029928111776 */
/* /local/templates/box/style/grid.css?17085453753912 */
/* /local/templates/box/style/normalize.css?17029928116039 */
/* /local/templates/box/style/constructor.css?17029928112179 */
/* /local/templates/box/style/main.css?171033841928152 */
/* /local/templates/box/style/ui-forms.css?170956593712716 */
/* /local/templates/box/style/popups.css?17788352602919 */
/* /local/templates/box/fonts/icons/fonts.css?17029928114976 */
/* /local/templates/box/template_styles.css?17084160135374 */
