@font-face {
    font-family: 'golos-text';
    /* название одно */
    src: url('../fonts/golos-text_regular.woff2');
    /* разные файлы */
    font-weight: 400;
    /* разная плотность */
    font-style: normal;
}

@font-face {
    font-family: 'golos-text';
    /* название одно */
    src: url('../fonts/golos-text_medium.woff2');
    /* разные файлы */
    font-weight: 500;
    /* разная плотность */
    font-style: normal;
}

@font-face {
    font-family: 'golos-text';
    /* название одно */
    src: url('../fonts/golos-text_demibold.woff2');
    /* разные файлы */
    font-weight: 600;
    /* разная плотность */
    font-style: normal;
}

@font-face {
    font-family: 'golos-text';
    /* название одно */
    src: url('../fonts/golos-text_bold.woff2');
    /* разные файлы */
    font-weight: 700;
    /* разная плотность */
    font-style: normal;
}

@font-face {
    font-family: 'golos-text';
    /* название одно */
    src: url('../fonts/golos-text_black.woff2');
    /* разные файлы */
    font-weight: 900;
    /* разная плотность */
    font-style: normal;
}


/* reset */
* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-appearance: none;
}

input,
button,
textarea {
    font-family: inherit;
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    resize: vertical !important;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.section-policy a {
    color: #135EE4;
}



details summary::-webkit-details-marker {
    display: none;
}

details>summary {
    list-style: none;
}

details>summary::-webkit-details-marker {
    display: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

address>* {
    font-style: normal;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

a {
    color: inherit;
}

/* End reset */

/* global */
:root {
    --color-green: #76bc21;
    --color-blue-one: #9713e4;
    --color-blue-two: #9713e4;
    --color-blue-three: #2f0746;
    --color-white: #dfdfdf;
    --color-black: #222222;
    --color-red: #f9326d;
    --color-grey-one: #b5bbc2;
    --color-grey-two: #707c8b;
    --color-grey-three: #f2f2f2;
    --color-grey-four: #f4f9ff;
    --color-grey-five: #ebf4ff;
    --color-grey-six: #e3ecff;
}

html {
    /*font-size: calc(1 / 320 * 100vw);*/
    font-size: 1px;
}

html.overflow {
    overflow: hidden;
}

body {
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    /* line-height: 150%; */
    color: #000000;
    background: var(--color-white);
    overflow-x: hidden;
}

body.office-body {
    overflow: visible;
}

/*a, p, span, h1, h2, h3, h4, h5, h6 {*/
/*	font-family: "golos-text", "Roboto", sans-serif !important;*/
/*}*/

.container {
    margin: 0 auto;
    padding: 0 20rem;
    width: 100%;
    max-width: 1292px;
}

.bx-breadcrumb {
    display: none !important;
}


/*@media (min-width: 905px) and (max-width: 1239px) {*/
@media (min-width: 600px) and (max-width: 1239px) {
    .container {
        max-width: 600px;
    }
}

section {
    padding-top: 50rem;
}

.inner_content section:first-child {
    padding-top: 10rem;
}

h1,
.h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 22rem;
    line-height: 120%;
    font-weight: 700;
}

h1:not(:last-child),
.h1:not(:last-child) {
    margin-bottom: 20rem;
}

h2,
.h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: var(--color-black);
    font-size: 18rem;
    line-height: 120%;
    margin-bottom: 20rem;
}

.inner_content h2,
.inner_content .h2 {
    margin-top: 20rem;
}

.news h2 {
    margin-top: 0 !important;
}

h3,
.h3 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 16rem;
    line-height: 120%;
    margin-bottom: 20rem;
}


.roboto {
    font-family: "Roboto";
}

p {
    line-height: 140%;
}

p:not(:last-child) {
    margin: 0 0 10rem;

}

img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url("../media/arrow-select.svg") no-repeat 97% center;
    outline: 0;
    width: 100%;
    height: 50rem;
    border: 1px solid var(--color-grey-one);
    border-radius: 5px;
    margin-bottom: 15rem;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16rem;
    color: #222222;
    padding-left: 15rem;
    padding-right: 15rem;
}

main {
    position: relative;
    z-index: 1;
    padding-bottom: 50rem;
    overflow-x: hidden;
    min-height: calc(var(--vh, 1vh) * 100 - var(--footerh));
}

main.page-office {
    overflow: visible;
}

.bold {
    font-weight: bold;
}

.link-more {
    margin-top: 20rem;
    width: 100%;
    height: 50rem;
    font-weight: 700;
    font-size: 16rem;
    color: var(--color-blue-two);
    background: var(--color-white);
    border: 2rem solid var(--color-blue-two);
    border-radius: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.link-more:hover {
    color: var(--color-white);
    background-color: var(--color-blue-two);
    border-color: var(--color-blue-two);
}

.link-more:active {
    color: var(--color-white);
    background-color: var(--color-blue-one);
    border-color: var(--color-blue-one);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function,
            initial);
    -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function,
            initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,
            initial);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block;
}

.preview_series {
    margin-bottom: 20rem;
}

.preview_series-content {
    /* position: sticky; */
    top: 51rem;
    z-index: 2;
    background: #fff;
}

/* .ps-descr__list,
.ps_content-slider {
    overflow: hidden;
} */

body.systems-page {
    overflow: visible;
}


@media (min-width: 600px) {
    .preview_series-content {
        top: 50rem;
    }
}

.preview-wrapper {
    padding: 0 20px;
    margin: 0 -20px;
    overflow-y: auto;
}

@media (min-width: 600px) {
    .preview-wrapper {
        padding: 0 25px;
        margin: 0 -25px;
    }


}

@media (min-width: 1240px) {
    .preview_series-content {
        top: 130rem;
    }

    .preview-wrapper {
        padding: 0 32px;
        margin: 0 -32px;
    }

    /* .ps-descr__list,
    .ps_content-slider {
        overflow: visible;
    } */
}

@media (min-width: 1292px) {
    .preview-wrapper {
        padding: 0 calc((100vw - 1292px) / 2 + 32px);
        margin: 0 calc((-100vw + 1292px) / 2 - 32px);
    }


}

@media (min-width: 1500px) {
    .preview-wrapper {
        overflow-y: visible;
        padding: 0;
        margin: 0;
    }

}

/* .prev-fix .preview_series {
    position: fixed;
    left: 0;
    width: 100%;
    top: 60rem;
    background-color: #fff;
    z-index: 2;
}

.prev-fix .preview_text {
    display: none;
}

@media (min-width: 1240px) {
    .preview_series {
        margin-bottom: 0rem;
    }

    .prev-fix .preview_series {
        top: 130px;

    }

    body.office-body {
        overflow-x: hidden;
    }
} */

.preview_series-content .swiper-slide,
.preview-series .swiper-slide {
    width: auto;
    height: 100%;
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.inner_content li {
    line-height: 140%;
}

.inner_content img {
    margin-bottom: 0;
}

.calc-wrapper .inner_content img {
    margin-bottom: 0 !important;
}

.swiper-slide img {
    margin-bottom: 0;
}

.inner_content ol,
.inner_content ul,
.inner_content li:not(:last-child) {
    margin-bottom: 10rem;
}


.inner_content {
    ul {
        padding-left: 25px;

        li {
            padding: 0;
            list-style: disc;
        }
    }

    ul.list-none {
        padding-left: 25px;

        li {
            padding: 5px 0;
            list-style: none;
        }
    }
}

.heat-pres-img {
    margin-bottom: 20rem;
}

.warm_image_proizvodstvo_defend {
    margin-bottom: 20rem;
}

/*@media (min-width: 600px) and (max-width: 905px) {*/
/*    html {*/
/*        !*font-size: calc(1 / 600 * 100vw);*!*/
/*        font-size: 1px;*/
/*    }*/

/*    .how_work-items {*/
/*        grid-template-columns: repeat(4, 1fr);*/
/*    }*/
/*}*/

@media (min-width: 600px) and (max-width: 1240px) {
    html {
        font-size: 1px;
    }

    body {
        font-size: 16rem;
    }

    h1,
    .h1 {
        font-size: 25rem;
        line-height: 120%;
    }

    h2,
    .h2 {
        font-size: 20rem;
        line-height: 120%;
        margin-bottom: 15rem;
    }

    h3,
    .h3 {
        font-size: 18rem;
        line-height: 120%;
        margin-bottom: 10rem;
    }

    .container {
        padding: 0 32rem;
    }

    .inner_content section:first-child {
        padding-top: 30rem;
    }

    .inner_content h2,
    .inner_content .h2 {
        margin-top: 30rem;
    }


}

@media (min-width: 1240px) {

    html {
        font-size: 1px;
    }

    .inner_content li {
        font-size: 18rem;
    }

    body {
        font-size: 16rem;
    }

    .container {
        padding: 0 32rem;
    }


    main {
        padding-bottom: 80rem;
    }

    main.inner_content {
        padding-top: 0;
    }

    h1,
    .h1 {
        font-size: 35rem;
        line-height: 1.2;
    }

    h1:not(:last-child),
    .h1:not(:last-child) {
        margin-bottom: 30rem;

    }

    h2,
    .h2 {
        font-size: 25rem;
        line-height: 1.2;
        margin-bottom: 25rem;
    }

    .inner_content h2,
    .inner_content .h2 {
        margin-top: 20rem;
    }

    h3,
    .h3 {
        font-size: 20rem;
        line-height: 120%;
        margin-bottom: 20rem;
    }

    .descr-row h3,
    .descr-row .h3 {
        margin-bottom: 10rem;
    }

    .inner_content section:first-child {
        padding-top: 0;
    }

    .inner_content h1 {
        font-size: 35px;
        line-height: 120%;
    }

    .inner_content h1:not(:last-child) {
        margin-bottom: 30rem;
    }

    main p,
    main li {
        font-size: 18rem;
    }

    .link-more {
        margin-top: 30rem;
    }

    section {
        padding-top: 80rem;
    }

    .inner_content h1 {
        margin-top: 0;
    }
}

/* END global */

/* header */
header {
    z-index: 3;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    background: var(--color-white);
    padding-top: 50px;
}

header>.container {
    height: 70rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-after {
    display: none;
}

.header-logotype {
    display: block;
    max-width: 130rem;
    height: 32rem;
}

.header-logotype img {
    width: 100%;
    height: 100%;
    -o-object-position: left center;
    object-position: left center;
    -o-object-fit: contain;
    object-fit: contain;
}

.header-desktop,
.burger_desktop-title,
.header_before-nav,
.header_before-search,
.burger_desktop {
    display: none;
}

.burger_open {
    position: relative;
    /* width: 22rem; */
    width: 20rem;
    height: 20rem;
}

.burger_open svg {
    position: absolute;
    height: 50rem;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    width: 80rem;
    top: -17rem;
    left: -31rem;
    pointer-events: none;
}

svg:not(:root) {
    overflow: hidden;
}

.burger_open path.top,
.burger_open path.middle,
.burger_open path.bottom {
    stroke-dasharray: 240px, 950px;
}

/* .burger_open path.middle {
  stroke-dasharray: 240px, 240px;
} */

.burger_open path {
    fill: none;
    stroke: var(--color-blue-one);
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 20rem;
    /* -webkit-transition: stroke-dashoffset 0.5s
        cubic-bezier(0.25, -0.25, 0.75, 1.25) 0s,
      stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25) 0s;
    -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25) 0s,
      stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25) 0s;
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25) 0s,
      stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25) 0s;*/
}

.burger_open.active path.top,
.burger_open.active path.bottom {
    stroke-dashoffset: -650px;
}

.burger_open.active path.middle {
    stroke-dasharray: 1px, 220px;
    stroke-dashoffset: -115px;
}

.burger {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    padding: 103rem 20rem 45rem;
    width: 100%;
    height: 100%;
    color: var(--color-black);
    background: var(--color-white);
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.burger.active {
    /* width: 100%; */
    overflow-y: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.burger-nav {
    position: relative;
    width: 100%;
    padding-top: 20px;
}

.burger_nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200%;
    gap: 20rem;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.burger-nav.active .burger_nav-wrapper {
    -webkit-transform: translateX(calc(-50% - 20rem));
    -ms-transform: translateX(calc(-50% - 20rem));
    transform: translateX(calc(-50% - 20rem));
}

.burger_nav-ul,
.burger_nav-childs {
    width: 50.3%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.burger {

    /*.burger_nav-childs{
    @media (min-width: 600px) and (max-width: 904px) {
        width: 99%;
    }
    @media (max-width: 600px){
        width: 100%;
    }
}*/
    .burger__footer {
        display: flex;
        flex-direction: column;
        gap: 6rem;
        margin: auto;
        width: 95%;

        @media (min-width: 600px) and (max-width: 904px) {
            width: 99%;
        }

        @media (max-width: 600px) {
            width: 100%;
        }
    }

    .header-phone {
        font-size: 20rem;
    }
}

#city_ofices_list li {
    margin-bottom: 0;
    width: auto;
}

#city_ofices_list {
    gap: 10rem;
}

.burger_nav-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10rem;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.burger-nav.active .burger_nav-ul {
    height: 0;
    opacity: 0;
}

.burger_nav-ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    font-size: 16rem;
    line-height: 19rem;
}

.burger_nav-parent {
    gap: 5rem;
}

.burger_nav-parent::after {
    content: "";
    width: 16rem;
    height: 16rem;
    background-color: var(--color-black);
    -webkit-mask-image: url(../media/burger-nav-arrow.svg);
    mask-image: url(../media/burger-nav-arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.burger_nav-parent a {
    pointer-events: none;
}

.burger_nav_child-back {
    width: 100%;
    height: 50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14rem;
    font-weight: 700;
    font-size: 16rem;
    line-height: 125%;
}

.burger_nav_child-back::before {
    content: "";
    width: 24rem;
    height: 24rem;
    background-color: var(--color-green);
    -webkit-mask-image: url(../media/burger-nav-arrow-back.svg);
    mask-image: url(../media/burger-nav-arrow-back.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.burger_nav_child-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20rem;
    height: 0;
    overflow: hidden;
}

.burger_nav_child-list.active {
    margin-top: 20rem;
    height: auto;
}

.burger_nav_child-title {
    font-weight: 700;
    font-size: 16rem;
    line-height: 19rem;
}

.header-calc {
    margin-top: 25rem;
    width: 100%;
    height: 50rem;
    font-weight: 700;
    font-size: 16rem;
    line-height: 200%;
    color: var(--color-blue-two);
    background-color: var(--color-white);
    border: 2rem solid var(--color-blue-two);
    border-radius: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5rem;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header-calc:hover {
    color: var(--color-white);
    background-color: var(--color-blue-two);
}

.header-calc:active {
    color: var(--color-white);
    background-color: var(--color-blue-one);
    border-color: var(--color-blue-one);
}

.header-calc::before {
    content: "";
    width: 24rem;
    height: 24rem;
    background-color: var(--color-blue-two);
    -webkit-mask-image: url(../media/header-calc.svg);
    mask-image: url(../media/header-calc.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header-calc:hover::before {
    background-color: var(--color-white);
}

.header-calc:active::before {
    background-color: var(--color-white);
}

.header-feedback {
    margin-top: 15rem;
    width: 100%;
    height: 50rem;
    font-weight: 700;
    font-size: 16rem;
    line-height: 200%;
    color: var(--color-white);
    background-color: var(--color-blue-two);
    border: 2rem solid var(--color-blue-two);
    border-radius: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5rem;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header-feedback:hover {
    background-color: var(--color-blue-three);
    border-color: var(--color-blue-three);
}

.header-feedback:active {
    color: var(--color-white);
    background-color: var(--color-blue-one);
    border-color: var(--color-blue-one);
}

.header-feedback::before {
    content: "";
    width: 24rem;
    height: 24rem;
    background-color: var(--color-white);
    -webkit-mask-image: url(../media/header-feedback.svg);
    mask-image: url(../media/header-feedback.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header-personal {
    margin-top: 15rem;
    width: 100%;
    height: 50rem;
    font-weight: 700;
    font-size: 16rem;
    line-height: 200%;
    color: var(--color-white);
    background-color: var(--color-green);
    border: 2rem solid var(--color-green);
    border-radius: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5rem;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.colors h2{
    font-size: 35rem !important;
}

.colors__title-uniq {
   font-size: 25rem !important;
}

@media (max-width: 600px) {
   .colors h2{
    font-size: 18rem !important;
}
}

.header-personal:hover {
    color: var(--color-green);
    background-color: var(--color-white);
}

.header-personal::before {
    content: "";
    width: 24rem;
    height: 24rem;
    background-color: var(--color-white);
    -webkit-mask-image: url(../media/header-personal.svg);
    mask-image: url(../media/header-personal.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header-personal:hover::before {
    background-color: var(--color-green);
}

.header_after-city,
.header_after-office,
.header_after-time {
    margin-top: 19rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10rem;
}

.header_after-city::before,
.header_after-office::before,
.header_after-time::before {
    content: "";
    width: 16rem;
    height: 16rem;
    background-color: var(--color-green);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.header_after-city {
    margin-top: 23rem;
}

.header_after-city::before {
    -webkit-mask-image: url(../media/header-city.svg);
    mask-image: url(../media/header-city.svg);
}

.header_after-office::before {
    -webkit-mask-image: url(../media/header-office.svg);
    mask-image: url(../media/header-office.svg);
}

.header_after-time::before {
    -webkit-mask-image: url(../media/header-time.svg);
    mask-image: url(../media/header-time.svg);
}

.header-contact_line {
    margin-top: 24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20rem;
}

.header-phone {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 18rem;
    line-height: 22rem;
}

/* .header-socs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15rem;
}

.header-socs img {
    width: 32rem;
    height: 32rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
} */

.download_link {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 16rem;
    line-height: 180%;
    color: #135ee4;
    display: flex;
    align-items: center;
    margin-top: 30rem;
}

.download_link svg {
    width: 20rem;
    height: 20rem;
    margin-right: 10rem;
}

.burger_nav-mobile .burger_nav-ul>li>a img {
    width: 24rem !important;
    height: 24rem;

}

.header-phone-mob {
    font-weight: 700;
    font-size: 12rem;
    margin-left: 12rem;
}

.header-content {
    display: flex;
    align-items: center;
}

.header-button_btn {
    font-weight: 700;
    font-size: 14rem;
    justify-content: center;
    background: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 17rem 5rem;
    flex: 0 0 33.3333%;
}

.header-button_btn-2::before {
    background-image: url('/local/templates/okonti/assets/media/header-call.svg');
}

.header-button_btn-3::before {
    background-image: url('/local/templates/okonti/assets/media/header-msg.svg');
}

.header-btns {
    background: #135EE4;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}

.header__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-scroll {
    display: none;
}

@media (min-width: 600px) {
    .header-button_btn {
        font-size: 16rem;

        padding: 13rem 5rem;
    }

    .header-button_btn::before {
        flex: 0 0 24rem;
        width: 24rem;
        height: 24rem;
        margin-right: 10rem;
    }

    .header-logotype {
        max-width: 152rem;
        height: 38rem;
    }

    .header-btns {
        max-width: 600rem;
        margin: 0 auto;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .split .header-btns {
        border-radius: 0 0 10rem 10rem;
        overflow: hidden;
    }

    #city_ofices_list {
        gap: 20rem 10rem;
        margin-top: 25rem;
    }

    .inner_content h1:not(:last-child) {
        margin-bottom: 30rem;
    }

}

@media (min-width: 1240px) {

    .header__bottom {
        display: block;
        /* width: 1228rem; */
        /* position: fixed; */
        /* top: 40rem; */
        /* left: 50%; */
        /* transform: translate(-50%, 0); */
    }

    .header-btns {
        display: none;
    }

    .split .header-btns {
        border-radius: initial;
    }

    .header-button_btn {
        padding: 15rem 24rem;
        font-size: 18rem;
        background: #182e55;
        transition: 0.3s ease 0s;
        flex: auto;
    }

    .header-button_btn:hover {
        background: #2F79FF;
    }

    .header-button_btn:active {
        background: #003595;
    }

    .header-button_btn-1 {
        border-radius: 10rem 0 0 10rem;
    }

    .header-button_btn-3 {
        border-radius: 0 10rem 10rem 0;
    }

    .header-button_btn::before {
        flex: 0 0 28rem;
        width: 28rem;
        height: 28rem;
        margin-right: 14rem;
    }

    .header-button_btn-2::before {
        flex: 0 0 28rem;
        width: 28rem;
        height: 28rem;

    }

    .header-phone-mob {
        display: none;
    }

    .header-content {
        display: initial;
    }

    header {
        padding-top: 0;
        transition: 0.3s ease 0s;
    }

    .header-scroll {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        transform: translateY(-100%);
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
        transition: 0.3s ease 0s;
        box-shadow: 0px 0px 4px 0px rgba(36, 36, 36, 0.2);

    }

    .scroll .header-scroll {
        visibility: visible;
        pointer-events: auto;
        opacity: 1;
        transform: translateY(0)
    }

    header>.container {
        display: block;
        height: auto;
        color: var(--color-black);
        background-color: var(--color-white);
    }

    #city_ofices_list {
        gap: 20rem 30rem;
        margin-top: 30rem;
    }

    .download_link {
        font-size: 20rem;
        margin-top: 10rem;
    }

    .download_link svg {
        width: 25rem;
        height: 25rem;
    }

    .header-after {
        position: relative;
        height: 40rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: var(--color-white);
        transition: 0.3s ease 0s;
    }

    .header_after-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30rem;
    }

    .header_after-city,
    .header_after-office,
    .header_after-time {
        margin: 0;
        font-size: 14rem;
        line-height: 19rem;
    }

    .header_after-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30rem;
        font-size: 14rem;
        line-height: 19rem;
    }

    .header_after-personal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10rem;
        font-size: 14rem;
        line-height: 19rem;
    }

    .header_after-personal::before {
        content: "";
        width: 16rem;
        height: 16rem;
        background-color: var(--color-green);
        -webkit-mask-image: url(../media/header-after-personal.svg);
        mask-image: url(../media/header-after-personal.svg);
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }

    .header-content {
        height: 80rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 60rem;
        background-color: var(--color-white);
    }

    .header-logotype {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 210rem;
        height: 50rem;
    }

    .header-desktop {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header-contact_line {
        margin: 0;
        gap: 25rem;
    }

    .header-phone {
        font-size: 23rem;
        line-height: 28rem;
    }

    .header-button_line {
        display: inline-flex;
        background: #135EE4;
        border-radius: 10rem;
        overflow: hidden;
    }


    .header-calc,
    .header-feedback {
        margin: 0;
        padding: 0 28rem;
        width: auto;
        gap: 10rem;
        cursor: pointer;
    }

    .header-before {
        position: relative;
        height: 50rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 40rem;
        background-color: var(--color-white);
    }

    .header_before-nav {
        display: block;
        margin: 0 -20rem;
        width: calc(100% - 126rem);
        height: 100%;
    }

    .header_before-nav.overflow {
        /* overflow: hidden; */
    }

    .is-search .header_before-nav,
    .is-burger .header_before-nav {
        display: none;
    }

    .header_before_nav-ul {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15rem;
    }

    .header_before_nav-ul li {
        position: relative;
        padding: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        /* flex-shrink: 0; */
        text-align: center;
    }

    .header_before_nav-ul li.disable {
        /* display: none; */
    }

    .header_before_nav-ul .header_before_nav-childs li {
        padding: 0;
    }

    .header_before_nav-ul li a {
        position: relative;
        transition: 0.3s ease 0s;

    }

    .header_before_nav-ul li a:hover {
        color: var(--color-blue-two);

    }

    .header_before_nav-ul li .header_before_nav-childs a {
        padding: 13rem 20rem;
        border-radius: 8rem;
        transition: 0.3s ease 0s;
        white-space: nowrap;
        width: 100%;
    }

    .header_before_nav-ul li .header_before_nav-childs a:hover {
        color: initial;
        background: #F7F7F7;

    }

    .header_before_nav-parent>a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -5rem;
        -webkit-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
        transform: translate(100%, -50%);
        width: 16rem;
        height: 16rem;
        background-color: var(--color-black);
        -webkit-mask-image: url(../media/header-nav-li-arrow.svg);
        mask-image: url(../media/header-nav-li-arrow.svg);
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    .header_before_nav-parent:hover>a::after {
        -webkit-transform: translate(100%, -50%) rotate3d(1, 0, 0, 180deg);
        transform: translate(100%, -50%) rotate3d(1, 0, 0, 180deg);
        background-color: var(--color-blue-two);
    }

    .header_before_nav-childs,
    .header_before_nav-subs {
        z-index: 1;
        padding: 8rem;
        position: absolute;
        /* bottom: 0; */
        top: calc(100% - 8rem);
        border-radius: 8rem;
        box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
        left: -8rem;
        /* -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); */
        /* width: calc(100% + 40rem); */
        /* height: 50rem; */
        /* display: -webkit-box;
        display: -ms-flexbox;
        display: flex; */
        /* -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; */
        background-color: var(--color-white);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        /* transition-delay: 0.2s; */
    }

    .header_before_nav-subs {
        -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        width: 100%;
    }

    .header_before_nav-childs::after,
    .header_before_nav-subs::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw;
        height: 1rem;
        background-color: var(--color-grey-five);
        pointer-events: none;
    }

    .header_before_nav-childs::after {
        background-color: transparent;
    }

    li:hover>.header_before_nav-childs,
    li:hover>.header_before_nav-subs {
        /* -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%); */
        /* transform: translate(-50%, 100%); */
        opacity: 1;
        pointer-events: auto;
        /* transition-delay: 0s; */
    }

    .header_before-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 40rem;
        cursor: pointer;
    }

    .is-search .header_before-search {
        width: calc(100% - 62rem);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        cursor: default;
    }

    .header_before_search-input {
        width: 0;
        padding: 8.5rem 0;
        font-size: 16rem;
        line-height: 19rem;
        color: var(--color-black);
        border-style: solid;
        border-color: var(--color-black);
        overflow: hidden;
        opacity: 0;
    }

    .is-search .header_before_search-input {
        padding: 8.5rem 12rem;
        width: calc(100% - 126rem);
        border-left-width: 0rem;
        opacity: 1;
    }

    .header_before_search-icon {
        width: 24rem;
        height: 24rem;
        background-color: var(--color-black);
        -webkit-mask-image: url(../media/header-search.svg);
        mask-image: url(../media/header-search.svg);
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        cursor: pointer;
        pointer-events: none;
    }

    .is-search .header_before_search-icon {
        cursor: pointer;
        pointer-events: auto;
    }

    .burger_desktop-title {
        display: none;
        font-size: 16rem;
        line-height: 19rem;
        overflow: hidden;
    }

    .is-burger .burger_desktop-title {
        width: calc(100% - 126rem);
        display: block;
    }

    .burger_open {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        cursor: pointer;
    }

    .burger_open path {
        stroke: var(--color-black);
        stroke-width: 10rem;
    }

    .burger {
        display: none;
    }

    .burger_desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24rem;
        z-index: -1;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        padding: 32rem 0;
        width: 100%;
        height: calc(var(--vh, 1vh) * 100 - var(--headerh, 230rem));
        background-color: var(--color-white);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    .is-burger .burger_desktop {
        -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        opacity: 1;
        pointer-events: auto;
    }

    .burger_desktop-back {
        z-index: -1;
        position: absolute;
        width: 100vw;
        height: 100%;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: var(--color-white);
    }

    .burger_desktop::before,
    .burger_desktop::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw;
        height: 1rem;
        background-color: var(--color-grey-five);
        pointer-events: none;
    }

    .burger_desktop::before {
        top: 0;
        bottom: auto;
    }

    .burger_desktop-cats {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 11rem;
        width: 460rem;
        height: 100%;
        border-right: 1rem solid var(--color-grey-six);
        overflow-y: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5rem;
    }

    .burger_desktop-cats::-webkit-scrollbar {
        width: 18rem;
        padding: 0 5rem;
    }

    .burger_desktop-cats::-webkit-scrollbar-track {
        background-color: inherit;
    }

    .burger_desktop-cats::-webkit-scrollbar-thumb {
        background: var(--color-grey-six);
        border: 5rem solid var(--color-white);
        border-radius: 50rem;
    }

    .burger_desktop-cat {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 45rem 0 20rem;
        width: 100%;
        height: 70rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20rem;
        font-weight: 700;
        font-size: 20rem;
        line-height: 1;
        color: var(--color-black);
        border-radius: 10rem;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        cursor: pointer;
    }

    .burger_desktop-cat:hover,
    .burger_desktop-cat.active {
        background-color: #f7f7f7;
    }

    .burger_desktop-icon {
        width: 24rem;
        height: 24rem;
        background-color: var(--color-green);
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }

    .burger_desktop-cat.has-childs {
        position: relative;
    }

    .burger_desktop-cat.has-childs::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 16rem;
        height: 16rem;
        background-color: var(--color-black);
        -webkit-mask-image: url(../media/burger_desktop_icon-arrow.svg);
        mask-image: url(../media/burger_desktop_icon-arrow.svg);
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }

    .burger_desktop-contents {
        position: relative;
        width: 100%;
    }

    .burger_desktop-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20rem;
        font-weight: 700;
        font-size: 18rem;
        line-height: 21rem;
        color: var(--color-black);
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        opacity: 0;
    }

    .burger_desktop-content.active {
        opacity: 1;
    }

    .inner_content h1:not(:last-child) {
        margin-bottom: 50rem;
    }
}

/* END header */

/* footer */
footer {
    position: relative;
    padding-top: 10rem;
    color: var(--color-white);
    background-color: var(--color-blue-one);

    @media (min-width: 600px) and (max-width: 1239px) {
        max-width: 600px;
        margin: auto;
    }
}

.scroll footer {

    /* z-index: 3; */
}

.footer-logotype {
    display: block;
    max-width: 130rem;
    height: 60rem;
}

.footer-logotype img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center;
}

.footer-nav {
    margin-top: 20rem;
}

.footer-nav>li {
    position: relative;
    margin: 0;
    padding: 22rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-nav>li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60rem;
}

.footer-nav>li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1rem;
    opacity: 0.5;
    background-color: var(--color-blue-two);
}

.footer-nav>li>a {
    position: relative;
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 16rem;
    line-height: 1;
}

.footer-nav>.has-sub-menu>a {

    pointer-events: none;
}

.footer-nav>li.has-sub-menu>a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24rem;
    height: 24rem;
    background-color: var(--color-white);
    -webkit-mask-image: url(../media/footer_nav-arrow.svg);
    mask-image: url(../media/footer_nav-arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.footer-nav>li.active>a::after {
    -webkit-transform: translateY(-50%) rotate3d(1, 0, 0, 180deg);
    transform: translateY(-50%) rotate3d(1, 0, 0, 180deg);
}

.footer-nav>li ul {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.footer-nav>li.active ul {
    margin-top: 20rem;
    height: auto;
}

.footer-nav>li ul li {
    padding: 5rem 0;
}

.footer-nav>li ul li:last-child {
    padding-bottom: 0;
}

.footer-nav_second {
    position: relative;
    padding: 20rem 0;
    font-weight: 700;
    font-size: 16rem;
    line-height: 150%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15rem;
}

.footer-nav_second::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1rem;
    opacity: 0.5;
    background-color: var(--color-blue-two);
}

.footer-requisites {
    padding-top: 20rem;
}

.footer_requisites-title,
.footer_pays-title {
    margin-bottom: 10rem;
    font-weight: 700;
    font-size: 16rem;
    line-height: 150%;
}

.footer_requisites-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
}

.footer_requisites-list p {
    margin: 0;
}

.footer-pays {
    position: relative;
    padding: 20rem 0;
}

.footer-pays::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1rem;
    opacity: 0.5;
    background-color: var(--color-blue-two);
}

.footer_pays-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10rem;
}

.footer_pays-list img {
    width: auto;
    height: 30rem;
}

.footer-second {
    padding: 20rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 33rem;

    .footer-socs {
        visibility: hidden;

        @media (max-width: 1240px) {
            display: none;
        }
    }
}

.footer_second-title {
    margin-bottom: 15rem;
    font-weight: 700;
    font-size: 16rem;
    line-height: 20rem;
}

.footer_office-point,
.footer_office-place,
.footer_time-item,
.footer_contacts-phone,
.footer_contacts-mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10rem;
}

.footer_office-point::before,
.footer_office-place::before,
.footer_time-item::before,
.footer_contacts-phone::before,
.footer_contacts-mail::before {
    content: "";
    width: 24rem;
    height: 24rem;
    background-color: #fff;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.footer_office-point::before {
    -webkit-mask-image: url(../media/footer_icon-point.svg);
    mask-image: url(../media/footer_icon-point.svg);
}

.footer_office-place::before {
    -webkit-mask-image: url(../media/footer_icon-house.svg);
    mask-image: url(../media/footer_icon-house.svg);
}

.footer_time-item::before {
    -webkit-mask-image: url(../media/footer_icon-clock.svg);
    mask-image: url(../media/footer_icon-clock.svg);
}

.footer_contacts-phone::before {
    -webkit-mask-image: url(../media/footer_icon-phone.svg);
    mask-image: url(../media/footer_icon-phone.svg);
}

.footer_contacts-mail::before {
    -webkit-mask-image: url(../media/footer_icon-email.svg);
    mask-image: url(../media/footer_icon-email.svg);
}

.footer_office-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25rem;
}

.footer_contacts-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15rem;
}

.footer_socs-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15rem;
    margin-top: -6rem;
}

.footer_socs-items a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30rem;
    height: 30rem;
}

.footer_socs-items img {
    height: auto;
}

.footer-bottom {
    position: relative;
    padding: 10rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10rem;
}

.footer-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #002e83;

}

@media (min-width: 600px) and (max-width: 1239px) {
    .footer-bottom::before {
        width: 600rem;
        margin: auto;
    }
}

.footer_bottom-right {
    position: relative;
}

.footer-slug {
    line-height: 22rem;
}

.footer_bottom-left {
    position: relative;
    font-size: 10rem;
    line-height: 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
}

.footer-private {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

@media (min-width: 600px) {
    .footer-logotype {
        max-width: 176rem;
    }

    .footer-nav>li>a,
    .footer-nav_second,
    .footer_requisites-title,
    .footer_pays-title,
    .footer_second-title {
        font-size: 18rem;
        line-height: 20rem;
    }

    .footer_bottom-left {
        font-size: 12rem;
        line-height: 14rem;
    }
}

.footer-nav>li.new-col {
    min-height: 100vh;
}

@media (max-width: 1240px) {
    .footer-nav>li.new-col {
        display: none;
    }
}

@media (min-width: 1240px) {
    footer {
        padding-top: 45rem;
    }

    .footer-logotype {
        display: none;
    }

    .footer-first {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 45rem;
    }

    .footer-nav {
        margin: 0;
        /* display: -webkit-box;
        display: -ms-flexbox;
        display: flex; */
        /* -webkit-box-orient: vertical;
        -webkit-box-direction: normal; */
        /* -ms-flex-direction: column;
        flex-direction: column; */
        /* -ms-flex-wrap: wrap;
        flex-wrap: wrap; */
        columns: 3;
        gap: 30rem;
        width: 100%;
        max-height: 800rem;
        overflow: hidden;
    }

    .footer-nav>li.new-col {
        display: none;
    }

    .footer-nav>li {
        padding: 0;
        margin-bottom: 50rem;
        page-break-inside: avoid;
    }

    .footer-nav>li::before,
    .footer-nav>li::after,
    .footer-nav>li.has-sub-menu>a::after,
    .footer-nav_second::after,
    .footer-pays::after {
        content: none;
        pointer-events: auto;
    }

    .footer-nav>li ul,
    .footer-nav>li.active ul {
        margin-top: 10rem;
        height: auto;
    }

    .footer-nav>li ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10rem;
    }

    .footer-nav>li ul li {
        padding: 0;
        opacity: 0.6;
        font-size: 16rem;
        line-height: 20rem;
    }

    .footer_first-right {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 280rem;
    }

    .footer-nav_second {
        padding: 0;
        gap: 10rem;
    }

    .footer-requisites {
        padding-top: 45rem;
    }

    .footer_requisites-title,
    .footer_pays-title {
        margin-bottom: 20rem;
    }

    .footer_requisites-list {
        gap: 8rem;
    }

    .footer_requisites-list p {
        font-size: 16rem;
        line-height: 20rem;
    }

    .footer-pays {
        padding: 30rem 0 0;
    }

    .footer-second {
        position: relative;
        margin-top: 35rem;
        padding: 40rem 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 20rem;
    }

    .footer-second::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1rem;
        opacity: 0.5;
        background-color: var(--color-blue-two);
    }

    .footer_second-title {
        margin-bottom: 20rem;
    }

    .footer_contacts-items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 25rem;
    }

    .footer-bottom {
        padding: 20rem 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer_bottom-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30rem;
    }

    .footer_bottom-right .footer-logotype {
        display: block;
        max-width: initial;
        height: 68rem;
    }

    .footer-slug {
        max-width: 300rem;
        line-height: 24rem;
    }

    .footer_bottom-left {
        text-align: right;
    }
}

/* END footer */

/* breadcrumbs */

.breadcrumbs li:not(:last-child):after {
    content: "/";
    margin: 0 10px 0 8px;
}

.breadcrumbs li a {
    font-size: 14rem;
    color: #000000;
}

.last_breadcrumb_item {
    font-size: 14rem;
    color: #000000;
}

.breadcrumbs_list {
    display: flex;
    padding: 20rem 0 30rem;
    flex-wrap: wrap;
    line-height: 1.3;
    align-items: baseline;
}

@media (max-width: 1239px) {
    .breadcrumbs_list {
        padding: 10rem 0 20rem;
    }

}

/* breadcrumbs end */

/*callback */
.callback h1 {
    line-height: 1.2;
}

.callback_form {
    max-width: 500rem;
    margin-bottom: 30rem;
}

.input_label {
    color: var(--color-black);
    font-style: normal;
    font-weight: 700;
    font-size: 14rem;
    line-height: 24rem;
    margin: 0;
}

.input_label:not(:last-child) {
    margin-bottom: 2rem;
}

.callback_subtitle {
    color: var(--color-grey-two);
    margin-bottom: 20rem;
    font-size: 14rem;
    display: block;
    line-height: 1.6;
}
input[name="surname"] {
    display: none;
}
.callback_form input,
.callback_form textarea,
.callback_form select {
    width: 100%;
    height: 50rem;
    border: 1px solid var(--color-grey-one);
    border-radius: 5px;
    margin-bottom: 15rem;
    font-style: normal;
    font-weight: 400;
    font-size: 16rem;
    color: #222222;
    padding-left: 15rem;
    padding-right: 15rem;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    border: 1px solid var(--color-grey-one);
    -webkit-text-fill-color: #222222;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.callback_form textarea {
    height: 110rem;
    padding-top: 14rem;
    padding-bottom: 14rem;
    resize: vertical;
}

.callback_form textarea::placeholder,
.callback_form input::placeholder {
    color: #b5bbc2 !important;
    font-size: 16rem;
}

.callback_form input:-ms-input-placeholder {
    color: #b5bbc2 !important;
    font-size: 16rem;
}

.callback_form input:-webkit-internal-autofill-selected {
    background-color: red !important;
}

.inner_content .pscs_product-buy {
    color: var(--color-white);
}

.pscs_product-buy {
    margin-top: 0;
    width: 100%;
    height: 50rem;
    font-weight: 700;
    font-size: 16rem;
    color: var(--color-white);
    background: var(--color-blue-two);
    border: 2rem solid var(--color-blue-two);
    border-radius: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.pscsi-content .pscs_product-buy {
    margin-top: auto;
}

.callback_form input::-ms-input-placeholder {
    color: #b5bbc2 !important;
    font-size: 16rem;
}

.callback_form .pscs_product-buy {
    margin-top: 15rem;
}

.callback_form input:focus,
.callback_form textarea:focus {
    border: 1px solid var(--color-green);
    outline: 1px solid var(--color-green);
}

input.error {
    border: 1px solid #f9326d;
    outline: 1px solid #f9326d;
}

.goback {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 18rem;
    line-height: 130%;
    display: block;
    margin-top: 30px;
}

.goback svg path {
    fill: #000;
}

.callback_error-text {
    color: var(--color-red);
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 12rem;
    line-height: 14rem;
    display: none;
}

/*** callbak end***/

/* stocks */
.stock_image {
    width: 100%;
    margin-bottom: 10rem;
    display: block;
}

.news_item .news_item {
    width: 100% !important;
}

.stock-content,
.stock-content ul {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14rem !important;
    color: var(--color-black);
    line-height: 1.4;
}

.stock-content ul>li {
    list-style: disc !important;
}

ol {
    padding-left: 30px;
}

.stock-content ul {
    margin-left: 20rem;
    margin-bottom: 15rem;
}

.stock-content p {
    margin-top: 0;
    margin-bottom: 10rem;
}

/* stocks end*/
/* pagination */
.pagination {
    display: flex;
    column-gap: 15rem;
}

.wrap_pagination {
    display: flex;
    align-items: center;
    margin-top: 30rem;
    justify-content: center;
}

.pagination li,
.pagination li {
    border: 1rem solid #135ee4;
    color: #135ee4;
    border-radius: 5rem;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.pagination .active,
.pagination li:hover {
    background-color: #135ee4;
    border: 1rem solid #135ee4;
    color: white;
}

.pagination li a {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.pagination .next {
    background: #ebf4ff;
    border: 1rem solid #ebf4ff;
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
}

.pagination .next:hover svg path {
    fill: #fff;
}

/*pagination end */
.lb-nav a.lb-next {
    background-image: url(../media/next.png) !important;
    background-position: right 10rem top 48% !important;
    background-size: 40rem !important;
}

.lb-nav a.lb-prev {
    background-image: url(../media/prev.png) !important;
    background-position: left 10rem top 48% !important;
    background-size: 40rem !important;
}

.lightbox .lb-image {
    border: none !important;
}

.sales-4 .sales_item-subtitle {
    line-height: 1.6;
}

@media (min-width: 600px) {
    .stock_image {
        max-width: 70%;
    }

    .news_item .stock_image {
        max-width: none;
    }

    .pagination {
        display: flex;
        column-gap: 20rem;
    }

    .stock-content,
    .stock-content ul {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 16rem !important;
        color: var(--color-black);
    }

    .callback_subtitle {
        color: var(--color-grey-two);
        margin-bottom: 30rem;
        font-size: 16rem;
        display: block;
    }

    .callback h1 {
        margin-bottom: 10rem;
    }

    .stock_image {
        margin-bottom: 20rem;
    }
}

@media (min-width: 1240px) {
    .stock_image {
        margin-bottom: 30rem;
    }

    .stock-content p {
        margin-bottom: 15rem;
    }

    .stock_image {
        max-width: 640rem;
    }

    .news_item .stock_image {
        max-width: none;
    }

    .callback_subtitle {
        color: var(--color-grey-two);
        margin-bottom: 30rem;
        font-size: 18rem;
        display: block;
    }

    .inner_content .callback {
        padding-top: 50rem !important;
    }

    .callback h1 {
        margin-bottom: 10rem;
        font-size: 35rem;
        line-height: 1.2;
    }

    .gap-lg-30 {
        grid-gap: 30rem !important;
    }

    .wrap_pagination {
        margin-top: 50rem;
    }

    .news_all {
        padding-bottom: 30rem;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.w-100 {
    width: 100%;
}

/* faq */
.faq_item summary {
    font-style: normal;
    font-weight: 700;
    font-size: 16rem;

    cursor: pointer;
}

.faq_item {
    margin-bottom: 20rem;
}

.faq_item-content {
    padding-top: 10rem;
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 150%;
    color: #707c8b;
}

.faq_item-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 150%;
    color: #707c8b;
    margin-top: 0;
    margin-bottom: 10rem;
}

.faq_item-content p:last-child {
    margin-bottom: 0;
}

.mail_link {
    color: var(--color-blue-one);
    text-decoration: underline;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
}

.header-before {
    overflow: hidden;
}

.content-block {
    margin-bottom: 50rem;
}

.stock .callback_subtitle {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.sales_item-subtitle {
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.link {
    color: #003595;
    text-decoration: underline;
}

.certifs-image {
    margin-bottom: 20rem;
}

@media (min-width: 600px) {
    .faq_item summary {
        font-size: 18rem;
    }

    .header-before {
        overflow: visible;
    }

    .mail_link {
        font-size: 16rem;
    }

    .faq_item-content p,
    .faq_item-content {
        font-size: 16rem;
    }

    .faq_item-content {
        padding-top: 10rem;
    }

    .content_block {
        margin-bottom: 30rem;
    }

    .stock .callback_subtitle {
        margin-top: 20rem;
    }
}

@media (min-width: 1200px) {

    .faq_item summary {
        font-size: 25rem;
    }

    .faq_item-content {
        padding-top: 15rem;
    }

    .faq_item-content p,
    .faq_item-content {
        font-size: 18rem;
    }

    .mail_link {
        font-size: 18rem;
    }

    .content-block {
        margin-bottom: 80rem;
    }

    .certifs-image {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .stock .callback_subtitle {
        margin-top: 30rem;
    }
}

/* faq end */
.header_before-search.active .header_before_search-icon {
    opacity: 0;
}

.client-expiriense .sales-item {
    height: auto;
}

.swiper-slide.psc-slide.psc-slide_info {
    display: none;
}

.show {
    display: block;
    animation: showBlock 1s linear forwards;
}

@keyframes showBlock {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.nocursor {
    cursor: auto;
}

/* helpers!!! */
.border-radius {
    border: transparent;
    border-radius: 10rem;
}

.button {
    width: 100%;

    @media (min-width: 1240px) {
        width: 280rem;
    }

    height: 50rem;
    font-weight: 700;
    font-size: 18rem;
    line-height: 200%;
    color: var(--color-white);
    background-color: var(--color-blue-two);
    border: 2rem solid var(--color-blue-two);
    border-radius: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5rem;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.mt-30 {
    margin-top: 30rem;
}

.mt-50 {
    margin-top: 50rem;
}

.button:hover {
    background-color: var(--color-blue-three);
    border-color: var(--color-blue-three);
}

.about .work-examples_slider-wrapper .swiper-slide-thumb-active {
    border: 3px solid #135EE4 !important;
}

.work-examples_slider-wrapper {
    min-height: 0;
    min-width: 0;
}

.work-examples .work-examples_slider-wrapper {
    height: 46vw;
}

.about .work-examples_slider-wrapper .swiper-slide {
    border: 3px solid transparent;
    padding: 2px;
}

.work-examples .work-examples_slider {
    min-height: 0;
    min-width: 0;
    /* height: 46.3vw; */
    overflow: auto;
    scrollbar-width: 0 !important;
}

.work-examples .work-examples_slider::-webkit-scrollbar {
    display: none;
}

.about .work-examples_slider2 {
    height: 58vw;
}

.about .work-examples_slider2 img {
    height: 100% !important;
}

.work-examples .work-examples_slider2 .swiper-slide {
    width: 100% !important;
    border-radius: 6rem;
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.work-examples .work-examples_slider2 {
    max-height: 100%;
    min-width: 0;
    min-height: 0;
    max-height: 35vw;
}

.work-examples .work-examples_slider-wrapper .swiper-slide {
    width: 100% !important;
    overflow: hidden;
    border: 1rem solid transparent;
    padding: 1px;
    height: 34rem !important;
    border-radius: 6rem;
    cursor: pointer;
}

.work-examples .work-examples_slider-wrapper .swiper-slide img {
    border-radius: 4rem;
}

.work-examples .work-examples_slider-wrapper .swiper-slide.swiper-slide-thumb-active {
    border: 1rem solid #135EE4;
}

@media (min-width: 600px) {

    .work-examples .work-examples_slider-wrapper {
        height: 100%;
    }

    .work-examples .work-examples_slider2 {
        height: 100%;
        max-height: 247rem;
    }

    .work-examples .work-examples_slider {
        /* height: 299rem; */
        height: auto;
    }

    .work-examples .work-examples_slider2 .swiper-slide {
        border-radius: 8rem;
    }

    .about .work-examples_slider2 {
        height: 356rem;
    }
}

@media (min-width: 1240px) {

    .work-examples .work-examples_slider {
        height: auto;
    }

    .work-examples .work-examples_slider2 {
        max-height: 591rem;
    }

    .about .work-examples_slider2 {
        height: 600rem;
    }

    .work-examples .work-examples_slider2 .swiper-slide {
        border-radius: 20rem;
    }

    .work-examples .work-examples_slider-wrapper .swiper-slide.swiper-slide-thumb-active {
        border-width: 3rem;
    }
}

.work-examples .work-examples_slider2 {
    overflow: visible;
}

/* customization checkbox */
.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    height: 20rem !important;
}

.custom-checkbox+label {
    position: relative;
    display: inline-flex;
    font-size: 14px;
    color: #707C8B;
    user-select: none;
}

.custom-checkbox+label a {
    color: #135EE4;
}

.custom-checkbox+label div {
    line-height: 140%;
}

.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 3.79px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70% 70%;
}

.custom-checkbox:checked+label::before {
    border-color: #76BC21;
    background-color: #76BC21;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.mt-1 {
    margin-top: 10rem;
}

.agreement {
    position: relative;
}

/* start front-page.css */

section.preview {
    padding-top: 0;
}

/*.preview-silder__wrap {
  padding: 0 24px;
  width: 100%;
  border-radius: 4rem;
  overflow: hidden;
}*/

.preview-silder {
    position: relative;
    padding: 0;
    width: 100%;
    border-radius: 4rem;
    overflow: hidden;
    transition: 0.1s;
    opacity: 0;
}

.preview-silder.swiper-initialized {
    opacity: 1;
}

.preview_silder-nav {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 100%;
    background-color: var(--color-white);
    -webkit-mask-image: url(../images//slider-arrow.svg);
    mask-image: url(../images//slider-arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

.preview_silder-prev {
    left: 2px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.preview_silder-next {
    right: 2px;
}

.preview_silde {
    position: relative;
    height: 52vw;
    border-radius: 4rem;
    overflow: hidden;
}

.preview_silde-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider_img_desc {
    display: none;
}

.slider_img_mob {
    display: block;

}

.preview_silde-back img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.preview_silde-back::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; */
}

.swiper-slide-next .preview_silde-back::after,
.swiper-slide-prev .preview_silde-back::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.preview_silde-content {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10rem 15rem;
    /* -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; */
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.swiper-slide-active .preview_silde-content {
    padding-left: 15rem;
    padding-right: 15rem;
    pointer-events: auto;
}

.preview_silde-title {
    margin-top: 15rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 18rem;
    line-height: 1;
    color: var(--color-green);
}

.preview_silde-desc {
    margin-top: 5rem;
    font-size: 10rem;
    line-height: 135%;
    color: var(--color-white);
}

.preview_silde-button {
    width: 100%;
    height: 30rem;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: var(--color-white);
    border: 2rem solid var(--color-blue-two);
    background: var(--color-blue-two);
    border-radius: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; */
}

.preview_silde-button:hover {
    background-color: var(--color-blue-three);
    border-color: var(--color-blue-three);
}

.preview_silde-button:active {
    background-color: var(--color-blue-one);
    border-color: var(--color-blue-one);
}

.preview-partner {
    margin-top: 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.preview_partner-title {
    position: relative;
    margin-right: 12rem;
    padding-right: 11rem;
    /* width: 67rem; */
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 21rem;
    line-height: 1;
    text-align: right;
    color: var(--color-black);
}

@media(max-width:1239px) {
    .preview_partner-title {
        font-size: 16rem;
    }
}

@media(max-width:500px) {
    .preview_partner-title {
        font-size: 8rem;
    }
}


.preview_partner-title::after {
    /* content: ""; */
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1rem;
    height: 18rem;
    background-color: var(--color-green);
}

.preview_partner-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, auto));
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    grid-gap: 55rem;
}

@media(max-width:1223px) {
    .preview_partner-list {
        gap:35rem;
    }
}

@media(max-width:600px) {
    .preview_partner-list {
        gap:20rem;
    }
}

.preview_partner-list img {
    max-height: 28rem;
}

.preview-cat {
    margin-top: 20rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20rem;
    grid-column-gap: 15rem;
}

.preview_cat-item {
    position: relative;
    border-radius: 4rem;
    overflow: hidden;

}

.preview_cat-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 23.1vw;
}

.preview_cat-content {
    position: relative;
    margin-top: 23.1vw;
    padding: 7rem 10rem;
    color: var(--color-white);
    background: var(--color-blue-one);
    width: 100%;
}

.preview_cat-title {
    display: block;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 11rem;
    line-height: 130%;
    text-transform: uppercase;
}

.preview_cat-title h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 12rem !important;
    line-height: 120%;
    margin-bottom: 0;
}

.preview_cat-links {
    display: none;
}

.preview-advantages {
    margin-top: 40rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8rem;
}

.preview_advantages-item {
    width: calc(50% - 4rem);
}

.preview_advantages-img {
    display: block;
    margin: 20rem auto 0;
    height: 60rem;
}

.preview_advantages-text {
    margin-top: 15rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12rem;
    line-height: 20rem;
    text-align: center;
    color: var(--color-black);
}

.sales_item-img {
    width: 100%;
    height: 43.8vw;
    border-radius: 4rem;
}

.sales_item-title {
    display: block;
    margin-top: 10rem;
    font-weight: 700;
    font-size: 16rem;
    line-height: 22rem;
    color: var(--color-black) !important;
}

.sales_item-subtitle {
    margin-top: 5rem;
    display: block;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 12rem;
    line-height: 140%;
    color: var(--color-grey-two);
}

.sales-items {
    display: grid;
    gap: 30rem;
}

.sales-4 .sales-items {
    display: grid;
    gap: 30rem;
}

.preview_partner-list img:first-child {
    max-width: 41rem;
}

.preview_partner-list img:nth-child(2) {
    max-width: 50rem;
}

.preview_partner-list img:nth-child(2) {
    max-width: 80rem;
}

@media (min-width: 600px) and (max-width: 1239px) {
    .sales-items {
        grid-template-columns: repeat(2, 1fr);
    }


    .burger.active .burger-wrapper {
        max-width: 536rem;
        margin: auto;
        overflow: hidden;
    }
}

@media (min-width: 600px) {
    .preview_partner-list img:first-child {
        max-width: 70rem;
    }

    .preview_partner-list img:nth-child(2) {
        max-width: 80rem;
    }

    .preview_partner-list img:nth-child(2) {
        max-width: 100rem;
    }

    section.preview {
        padding-top: 20rem;
    }

    .preview-silder__wrap {
        padding: 0 40px;
        border-radius: 6rem;
    }

    .preview-silder {
        /*padding: 0 38px;*/
        border-radius: 6rem;
    }

    .preview_silder-nav {
        width: 30px;
    }

    .preview_silder-prev {
        left: -1px;
    }

    .preview_silder-next {
        right: -1px;
    }

    .slider_img_desc {
        display: block;
    }

    .slider_img_mob {

        display: none;
    }

    .preview_silde {
        /* height: 260rem; */
        height: 214rem;
        border-radius: 6rem;
    }

    .preview_silde-content {
        padding: 20rem;
    }

    .swiper-slide-active .preview_silde-content {
        /* padding-left: 25rem;
        padding-right: 25rem; */
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .preview_silde-title {
        margin: 0;
        font-size: 30rem;
        line-height: 125%;
    }

    .preview_silde-desc {
        font-size: 14rem;
        line-height: 150%;
    }

    .preview_silde-button {
        width: 130px;
        height: 30px;
        font-size: 16px;
        border-radius: 5rem;
    }

    .preview-partner {
        margin-top: 10rem;
    }

    .preview_partner-title {
        margin-right: 25rem;
        padding-right: 26rem;
        /* width: 200rem; */
        text-align: left;
    }

    .preview_partner-title::after {
        height: 38rem;
    }

    .preview_partner-list {
        /* width: calc(100% - 225rem); */
    }

    .preview_partner-list img {
        max-height: 44rem;
    }

    .preview-cat {
        margin-top: 10rem;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 20rem;
    }

    .preview_cat-item {
        border-radius: 6rem;
    }

    .preview_cat-img {
        height: 150rem;
    }

    .preview_cat-content {
        margin-top: 140rem;
        padding: 10rem;
    }

    .preview_cat-title {
        font-size: 10rem;
        line-height: 11rem;
    }

    .preview_cat-title h3 {
        font-size: 10rem !important;
        line-height: 11rem;
    }

    .preview-advantages {
        margin-top: 50rem;
        gap: 20rem;
    }

    .preview_advantages-item {
        width: 137rem;
    }

    .preview_advantages-img {
        margin-top: 24rem;
    }

    .preview_advantages-text {
        margin-top: 20rem;
        line-height: 15rem;
    }

    .sales-items {
        display: grid;
        grid-gap: 13rem;
    }

    .sales-4 .sales-items {
        grid-row-gap: 20rem;
    }

    .sales_item-img {
        height: 125rem;
        border-radius: 6rem;
    }

    .sales_item-title {
        font-size: 14rem;
        line-height: 120%;
    }

    .sales h1 {
        font-size: 25rem;
    }
}

@media (min-width: 1240px) {

    .preview_silde-button {
        height: 50rem;
        font-size: 16rem;
        border-radius: 5rem;
    }

    section.preview {
        padding-top: 30rem;
    }

    .preview_partner-list img:first-child {
        max-width: none;
    }

    .preview_partner-list img:nth-child(2) {
        max-width: none;
    }

    .preview_partner-list img:nth-child(2) {
        max-width: none;
    }

    .preview-silder {
        padding: 0 105px;
        border-radius: 10rem;
    }

    .preview-silder .swiper-wrapper {}

    .preview_silder-nav {
        width: 40px;
    }

    .preview_silder-prev {
        left: 17px;
    }

    .preview_silder-next {
        right: 17px;
    }

    .preview_silde {
        height: 460rem;
        border-radius: 10rem;
    }

    .preview_silde-content {
        padding: 53rem 45rem;
    }

    .swiper-slide-active .preview_silde-content {
        padding: 53rem 45rem;
    }

    .preview_silde-title {
        font-size: 70rem;
        line-height: 85rem;
        max-width: 620rem;
    }

    .preview_silde-desc {
        margin-top: 20rem;
        font-size: 18rem;
        max-width: 550rem;
    }

    .preview_silde-button {
        width: 220rem;
    }

    .preview-partner {
        margin: 30rem auto 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .preview_partner-title {
        margin-right: 40rem;
        padding-right: 41rem;
        /* width: 306rem; */
        font-size: 21rem;
        line-height: 26rem;
    }

    .preview_partner-title::after {
        height: 53rem;
    }

    .preview_partner-list {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 55rem;
    }

    .preview_partner-list img {
        max-height: 58rem;
    }

    .preview-cat {
        margin-top: 60rem;
        grid-gap: 30rem;
    }

    .preview_cat-item {
        height: 444rem;
        border-radius: 10rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .preview_cat-img {
        min-height: 350rem;
        height: auto;
    }

    .preview_cat-content {
        margin-top: 140rem;
        padding: 20rem;
        min-height: 96rem;
    }

    .preview_cat-title {
        font-size: 25rem;
        line-height: 28rem;
    }

    .preview_cat-title h3 {
        font-size: 25rem !important;
        line-height: 28rem;
    }


    .preview_cat-links {
        height: 0;
        font-size: 16rem;
        line-height: 22rem;
        color: var(--color-white);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 3rem;
        overflow: hidden;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    .preview_cat-item:hover .preview_cat-links {
        margin-top: 15rem;
        height: 97rem;
    }

    .preview_cat-links a {
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .preview-advantages {
        margin-top: 95rem;
        gap: 15rem;
    }

    .preview_advantages-item {
        width: 230rem;
    }

    .preview_advantages-img {
        margin-top: 40rem;
        height: 100rem;
    }

    .preview_advantages-text {
        margin-top: 35rem;
        font-size: 20rem;
        line-height: 28rem;
    }

    .sales-items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30rem;
    }

    .sales-4 .sales-items {
        grid-template-columns: repeat(4, 1fr);
        grid-row-gap: 30rem;
    }

    .sales-4 .sales-item {}

    .sales-item:nth-of-type(2) {
        display: block;
    }

    .sales_item-img {
        height: 190rem;
        border-radius: 10rem;
    }

    .sales-4 .sales_item-img {
        height: 140rem;
    }

    .sales_item-title {
        font-size: 18rem;
        line-height: 24rem;
    }

    .sales-content-wrapper {
        padding-left: 0;
        padding-right: 10rem;
    }

    .sales h1 {
        font-size: 35rem;
    }
}

@media (max-width: 430px) {
    .preview_cat-content {
        min-height: 43rem;
        display: flex;
        align-items: flex-end;
    }
}

/* end front-page.css */


/* start tabs.css */

.preview-series {
    padding-top: 50rem;
}

.preview_series-tabs {
    display: flex;
    gap: 16rem;
    flex-wrap: wrap;
}

.preview_series-tab {
    padding: 10rem 14rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #222;
    background-color: #F2F2F2;
    border-radius: 8rem;
    display: flex;
    align-items: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    font-size: 0;
}

.preview_series-tab span {
    font-size: 9rem;
}

.preview_series-tab::after {
    content: "";
    flex: 0 0 24rem;
    width: 24rem;
    height: 8rem;
    border-radius: 5rem;
    margin-left: 10rem;
}

.preview_series-tab[data-stab="standart"]::after,
[data-stab="standart"] .pscs_product-title::after,
[data-stab="standart"] .pscsi-content-title::after {
    background: #bfd46d;
}

.preview_series-tab[data-stab="comfort"]::after,
[data-stab="comfort"] .pscs_product-title::after,
[data-stab="comfort"] .pscsi-content-title::after {
    background: #d48fd4;
}

.preview_series-tab[data-stab="premium"]::after,
[data-stab="premium"] .pscs_product-title::after,
[data-stab="premium"] .pscsi-content-title::after {
    background: #eeb6c2;
}

.preview_series .pscs_product-title::after {
    content: none;
}

.preview_series-tab[data-stab="standart"].active {
    background: rgba(231, 147, 187, 0.2);
}

.preview_series-tab[data-stab="comfort"].active {
    background: rgba(133, 154, 198, 0.2);
}

.preview_series-tab[data-stab="premium"].active {
    background: rgba(193, 220, 152, 0.2);
}

.preview_series-content {
    margin-top: 20rem;
}

.container>.preview_series-content .pscs_product-top a {
    pointer-events: none;
}

.container>.preview_series-content {
    /* margin-bottom: 50rem; */
}

.ps_content-desc {
    font-size: 14rem;
    line-height: 140%;
    display: none;
}

.ps_content-desc.active {
    display: block;
}

.ps_content-slider {
    margin-top: 20rem;
    /* width: 100%; */
}

.ps_content-slider {
    /* width: calc(100% + 40px); */
    /* margin-left: -20px; */
    /* padding: 0 20px; */
}

@media (min-width: 600px) {
    .ps_content-slider {
        /* width: calc(100% + 30px);
        margin-left: -15px; */
        /* padding: 0; */
    }
}

@media (min-width: 1240px) {

    .ps_content-slider {
        width: 100%;
        margin-left: 0;
    }
}

.ps_content-slider .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.psc-slides__label {
    font-size: 18rem;
    font-weight: 700;
    background-color: var(--color-white);
    line-height: 1;
    padding-bottom: 16rem;
    padding-left: 16px;
}

@media (min-width: 1240px) {
    .psc-slides__label {
        font-size: 20rem;
        padding-left: 20px;
    }

}

.preview-series .psc-slides__label {
    /* display: none; */
}

.preview_series-tabs {
    display: none;
}

.psc-slides__items {
    display: flex;
    /* padding: 15rem; */
    transition: 0.3s ease 0s;
}

/* 
.preview_series .psc-slides__items {
    padding: 16rem;
}

@media (min-width: 1240px) {
    .preview_series .psc-slides__items {
        padding: 20rem;
    }

} */

.psc-slides-cat:not(:last-child) {
    margin-right: 15rem;
}

.psc-slides-cat[data-stab="standart"] .psc-slide {
    background: linear-gradient(180deg, rgb(92 89 90 / 5%) 23%, rgb(202 225 110 / 20%) 100%) #fff;
}

.psc-slides-cat[data-stab="comfort"] .psc-slide {
    background: linear-gradient(180deg, rgb(229 140 231 / 5%) 20.02%, rgb(109 17 117 / 20%) 100%) #fff;;
}

.psc-slides-cat[data-stab="premium"] .psc-slide {
    background: linear-gradient(180deg, rgb(215 19 60 / 5%) 19.66%, rgb(178 71 98 / 20%) 100%) #fff;;
}

/* 
.prev-fix .psc-slides-cat[data-stab="standart"] .psc-slides__items {
    background: rgba(231, 147, 187, 0.9);
}

.prev-fix .psc-slides-cat[data-stab="comfort"] .psc-slides__items {
    background: rgba(133, 154, 198, 0.9);
}

.prev-fix .psc-slides-cat[data-stab="premium"] .psc-slides__items {
    background: rgba(193, 220, 152, 0.9);
} */

.ps-descrs {
    /* border-top: 1rem solid #F2F2F2; */
}

.ps-descr {
    padding: 20rem 0 0;

}

.ps-descrs {
    /* margin-bottom: 80rem; */
    width: 100%;
    /* overflow-x: auto; */
}

.ps-descrs .ps-descr__wrapper.ts-active {
    transition: all 0.5s ease 0s !important;
}

@media (min-width: 1240px) {
    .preview_series {
        padding-top: 15px;
    }

    .ps-descrs {
        overflow: visible;
    }

    .preview_series-content .ps_content-slider {
        /* margin-left: -20rem; */
    }

    .preview_series-tab[data-stab="standart"]:hover {
        background: rgba(231, 147, 187, 0.2);
    }

    .preview_series-tab[data-stab="comfort"]:hover {
        background: rgba(133, 154, 198, 0.2);
    }

    .preview_series-tab[data-stab="premium"]:hover {
        background: rgba(193, 220, 152, 0.2);
    }
}

.ps-descr__label {
    font-weight: 700;
    font-size: 20rem;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    margin-bottom: 21rem;
    position: sticky;
    top: 0;
    left: 0;
}

.ps-descr__list {
    display: flex;
    align-items: center;
    gap: 40rem;
}

.ps-descr__item {
    font-size: 14rem;
    flex: 0 0 192rem;
    border-bottom: 1rem solid #F2F2F2;
    padding-bottom: 20rem;
}

.ps-descr__item:first-child {
    padding-left: 16rem;
    flex: 0 0 208rem;

}

.ps-descr__item:not(:last-child) {
    padding-right: 45px;
}

.ps-descr__wrapper {
    align-items: flex-end;
}

@media (min-width: 1240px) {
    .ps-descr__item {
        font-size: 16rem;
        flex: 0 0 235rem;
    }

    .ps-descr__item:first-child {
        flex: 0 0 246rem;

    }

    .ps-descr__item:not(:last-child) {
        padding-right: 50px;
    }

}

.psc-slide {
    position: relative;
    max-width: 260rem;
    min-height: 390rem;
    border-radius: 20rem;
    overflow: hidden;
    z-index: 1;
    padding: 30rem;
    display: flex;
    flex-direction: column;
}

.preview_series .psc-slide {
    padding: 16rem;
    flex: 0 0 179rem;
    width: 179rem;
    min-height: 230rem;
}

.psc-slide:not(:last-child) {
    margin-right: 10rem;
}


@media (min-width: 1240px) {
    .preview_series .psc-slide {
        flex: 0 0 220rem;
        width: 220rem;
        padding: 20rem;
        min-height: 271rem;
    }

}

.active.psc-slide[data-stab="standart"] {
    background: rgba(235, 30, 121, 0.2);
}

.active.psc-slide[data-stab="comfort"] {
    background: rgba(0, 53, 149, 0.2);
}

.active.psc-slide[data-stab="premium"] {
    background: rgba(118, 188, 33, 0.2);
}

.psc-slide_product-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    height: 100%;

    backface-visibility: hidden;
    transition: transform .5s ease-in;
}

.pscs_product-top a {
    display: block;
}

.pscs_product-top a img,
.pscs_product-top .pscs_product-top-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.pscs_product-bottom {
    /*padding-top: 15rem;*/
    margin-top: auto;
}


@media (min-width: 1240px) {


    .psc-slide:hover .psc-slide_info {
        transform: rotateY(0deg);
        z-index: 2;
    }

    .psc-slide:hover .psc-slide_product-wrapper {
        transform: rotateY(180deg);
        z-index: -1;
    }
}

@media (max-width: 1239px) {

    .is-reverse.psc-slide .psc-slide_info {
        transform: rotateY(0deg);
        z-index: 2;
    }

    .is-reverse.psc-slide .psc-slide_product-wrapper {
        transform: rotateY(180deg);
        z-index: -1;
    }
}

.pscs_product-img {
    max-height: 170rem;
}

.pscs_product-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20rem;
    line-height: 1;
    color: var(--color-black);
    margin-bottom: 10rem;
    display: inline-flex;
    align-items: center;
}

.preview_series .pscs_product-title {
    font-size: 16rem;
    margin-bottom: 5rem;
}


@media (min-width: 1240px) {

    .preview_series .pscs_product-title {
        margin-bottom: 10rem;
        font-size: 22rem;
    }

}

.pscs_product-title::after {
    content: "";
    flex: 0 0 40rem;
    width: 40rem;
    height: 10rem;
    border-radius: 5rem;
    margin-left: 8rem;
}


.pscs_product-top {
    display: grid;
    grid-template-columns: 1fr 72rem;
    gap: 14rem;
    margin-bottom: 5rem;
}

.preview_series .pscs_product-top {
    grid-template-columns: 1fr 44rem;
}

@media (min-width: 1240px) {

    .preview_series .pscs_product-top {
        grid-template-columns: 1fr 53rem;
    }

}

.pscs_product-desc {
    min-height: 32rem;
    font-size: 14rem;
    line-height: 16rem;
    color: var(--color-grey-two);
    margin-bottom: 15rem;
}

.preview_series .pscs_product-desc {
    font-size: 12rem;
}

@media (min-width: 1240px) {
    .preview_series .pscs_product-desc {
        font-size: 14rem;
    }

}

.pscs_product-firms {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, auto));
    grid-auto-rows: 28rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-gap: 15rem;
    min-height: 32px;
    margin-bottom: 10px;
}

.pscs_product-firms img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.pscs_product-guarantee {
    margin-top: 20rem;
    font-size: 12rem;
    line-height: 14rem;
    color: var(--color-black);
}

.pscs_product-guarantee p {
    margin-top: 5px !important;
}

.pscs_product-free {
    margin-top: 5rem;
    font-size: 12rem;
    line-height: 14rem;
    color: var(--color-black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5rem;
}

.pscs_product-free_icon {
    width: 14rem;
    height: 14rem;
    background: url(../images//pscs_product-free.svg) center / contain no-repeat;
    cursor: help;
}

.pscs_product-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem;
    color: var(--color-black);
}

.pscs_product-details ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.pscs_product-details ul li {
    padding: 0;
    list-style: disc;
    font-size: 14rem;
    line-height: 1.2;
}

.pscs_product-details ul li:not(:last-child) {
    margin-bottom: 7px;

}

.pscsp_details-value {
    font-weight: 700;
    font-size: 30rem;
}

.pscsp_details-info {
    font-weight: 700;
    font-size: 12rem;
}

.pscs_product-buy {
    margin-top: 0rem;
    width: 100%;
    height: 50rem;
    font-weight: 700;
    font-size: 16rem;
    color: var(--color-white);
    background: var(--color-blue-two);
    border: none !important;
    border-radius: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.pscs_product-buy:focus,
.pscs_product-buy:focus-within,
.pscs_product-buy:target,
.pscs_product-buy:hover,
.pscs_product-buy:visited,
.pscs_product-buy:focus-visible {
    border: none !important;
    outline: none !important;
}

.pscs_product-buy:hover {
    background-color: var(--color-blue-three);
    border-color: var(--color-blue-three);
}

.pscs_product-buy:active {
    background-color: var(--color-blue-one);
    border-color: var(--color-blue-one);
}

.pscs_product-buy:disabled {
    background-color: rgba(19, 94, 228, 0.5);
    pointer-events: none;
}

.psc-slide_info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 10rem;
    backface-visibility: hidden;
    transform: rotateY(-180deg);
    transition: transform .5s ease-in;
}

.container-form--message .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 20px 38px;
    border-radius: 5px;
    border: none;
    color: #ffffff;
    font-size: 20px;
    line-height: 120%;
    background-color: #135EE4;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    max-width: 280px;
}

@media (min-width: 1240px) {

    .ps-descr__item:first-child {
        padding-left: 23rem;

    }
}

@media (max-width: 1239px) {
    .container-form--message .btn {
        padding: 18px 30px;
        border-radius: 8px;
        font-size: 16px;
        line-height: 100%;
    }
}

@media (hover: hover) {
    .container-form--message .btn:hover:not(.focus-visible) {
        background-color: #003595;
    }
}

.container-form--message p {
    margin-bottom: 50rem;
    font-size: 18px;
    color: #707C8B;
}

.pscsi-img {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.psc-slide_info::before {
    content: "";
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    */
    background: linear-gradient(0deg, rgba(34, 34, 34, 0) 19.53%, #222222 86.81%);
}

.pscsi-content {
    position: relative;
    z-index: 3;
    padding: 30rem;
    font-size: 14rem;
    line-height: 19rem;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.pscsi-content-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20rem;
    line-height: 1;
    margin: 0;
    color: #fff;
    display: inline-flex;
    align-items: center;
}

.pscsi-content-title::after {
    content: "";
    margin-left: 8rem;
    flex: 0 0 40rem;
    width: 40rem;
    height: 10rem;
    border-radius: 5rem;

}

.pscsi-content-title:not(:last-child) {
    margin-bottom: 10rem;
}

.pscsi-content p {
    margin: 0;
    font-size: 14rem;
    line-height: 1.4;
}

.pscsi-content p:not(:last-child) {
    margin-bottom: 1.5em;
}


/*.sales-items {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(1, 1fr);*/
/*    !*display: -webkit-box;*!*/
/*    !*display: -ms-flexbox;*!*/
/*    !*display: flex;*!*/
/*    !*-webkit-box-orient: vertical;*!*/
/*    !*-webkit-box-direction: normal;*!*/
/*    !*-ms-flex-direction: column;*!*/
/*    !*flex-direction: column;*!*/
/*    gap: 30rem;*/
/*}*/
.container>.preview_series-content {
    /* overflow: hidden; */
}

@media (min-width: 600px) {
    .preview_series-tabs {
        gap: 15px;
    }

    .preview_series-tab {
        padding: 10rem 16rem;
        font-size: 0;
    }

    .preview_series-tab span {
        font-size: 16rem;
    }

    .preview_series-content {
        margin-top: 15rem;
    }

    .ps_content-desc {
        font-size: 16rem;
        line-height: 19rem;
    }
}

@media (min-width: 1240px) {

    .preview_series-tabs {
        gap: 20px;
    }

    .preview-series {
        padding-top: 80px;
    }

    .preview_series-tab {
        border-radius: 10rem;
        font-size: 0;
        padding: 15rem 30rem;
    }

    .preview_series-tab span {
        font-size: 25rem;
    }

    .preview_series-tab::after {
        flex: 0 0 45rem;
        width: 45rem;
        height: 10rem;
        margin-left: 16rem;
    }

    .preview_series-content {
        margin-top: 30rem;
    }

    .container>.preview_series-content {
        overflow: visible;
    }

    .ps_content-desc {
        margin: 0 auto;
        max-width: 1020rem;
        text-align: center;
        display: none;
    }

    .ps_content-desc.active {
        display: block;
    }

    .ps_content-slider {
        margin-top: 34rem;
    }

    .psc-navs {
        margin: 25rem auto 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30rem;
    }

    .psc-nav {
        position: relative;
        width: 40rem;
        height: 40rem;
        background: var(--color-blue-two);
        border-radius: 10rem;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        cursor: pointer;
    }

    .psc-nav:hover {
        background: var(--color-blue-three);
    }

    .psc-nav.swiper-button-disabled {
        pointer-events: none;
        background: var(--color-grey-two);
    }

    .psc-nav::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 24rem;
        height: 24rem;
        background: url(../images//psc-nav.svg) center / contain no-repeat;
    }

    .psc-nav.psc_nav-prev::after {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }

    .ps_content-details {
        margin-top: 0rem;
    }
}

img.pscs_product-img {
    pointer-events: none;
}

@media (max-width: 576px) {
    /*
    .preview-series {
        .pscs_product-firms {
            display: none !important;
        }

        .pscs_product-guarantee {
            display: none !important;
        }

        .pscs_product-details {
            display: none !important;
        }

        .psc-slide {
            height: 360rem !important;
        }
    }
    */
}

@media (max-width: 480px) {

    /*p.inner_preview-description {*/
    /*    font-size: 14px;*/
    /*}*/

    /*h1.inner_preview-h1 {*/
    /*    font-family: "Montserrat";*/
    /*    font-size: 16px;*/
    /*}*/

    /*p.inner_preview-p {*/
    /*    font-size: 12px;*/
    /*}*/

    /*p.inner_preview-description {*/
    /*    margin-top: 100px;*/
    /*}*/

    /*
    .psc-slide_product.active {
        background-color: #fff;
    }

    .psc-slide {
        width: 170px;
    }

    .pscs_product-desc {
        margin-top: 15px;
        margin-bottom: -10px;
    }

    .psc-slide_product {
        padding: 0 14rem 0 0;
    }
    */

    /*.categories-balcony_row.categories-balcony_row-4.types22.categories-doors_row.mb-0 {*/
    /*    grid-template-columns: repeat(2, 1fr) !important;*/
    /*}*/

    .problem_solution-desc {
        font-weight: bold;
        color: #222;
        line-height: 1.4;
    }

    .calc-attach {
        font-size: 16px;
        letter-spacing: 0.3px;
    }

    .calc-desc_mobile {
        color: #222;
    }

}

/* end tabs.css */

/* start how-work.css */


.how_work-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60rem 10rem;
}

.how_work-items_4 {}

.how_work-item {
    justify-self: center;
    position: relative;
    /* padding: 15rem 10rem 0; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10rem;
    max-width: 150rem;
    min-width: 135rem;
}

.how_work-item:last-child {
    grid-column: span 2;
}

.how_work-items_6 .how_work-item:last-child,
.how_work-items_4 .how_work-item:last-child {
    grid-column: span 1;
}

.how_work-items-5>.how_work-item {
    width: 48%;
}


.how_work-number {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 20rem;*/
    /*height: 20rem;*/
    width: 34rem;
    height: 34rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    /*font-size: 12rem;*/
    /*line-height: 10rem;*/
    font-size: 16rem;
    line-height: 16rem;
    color: var(--color-green);
    border: 3rem solid var(--color-green);
    border-radius: 50%;
}

.how_work-img {
    /*width: 35rem;*/
    /*height: 35rem;*/
    width: 60rem;
    height: 60rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.how_work-desc {
    font-size: 12rem;
    line-height: 20rem;
    color: var(--color-black);
    text-align: center;
}

.how_work-centered .how_work-items {
    justify-content: center;
}

@media (min-width: 600px) {
    .how_work-items {
        display: grid;
        grid-column-gap: 15rem;
        grid-row-gap: 25rem;
        max-width: 424rem;
        margin: 0 auto;
        /* grid-column-gap: 50rem;
        grid-row-gap: 80rem; */
    }

    .how_work-items-5>.how_work-item {
        width: auto;
    }

    .how_work-item {
        /* padding: 15rem 0 0 15rem; */
        gap: 30rem;
    }


    .how_work-number {
        top: 0;
        left: 0;
        width: 34rem;
        height: 34rem;
        font-size: 16rem;
        line-height: 1;
        border-width: 3rem;
    }

    .how_work-img {
        width: 60rem;
        height: 60rem;
    }

    .how_work-desc {
        font-size: 14rem;
        line-height: 16rem;
    }
}

@media (min-width: 600px) and (max-width: 1240px) {
    .how_work-items {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }

    .how_work-item {
        grid-column: span 2;
    }

    .how_work-items_4 .how_work-item {
        grid-column: span 3;
    }

    .how_work-items_4 .how_work-item:last-child {
        grid-column: span 3;
    }

    .how_work-item:nth-child(4),
    .how_work-item:nth-child(5) {
        grid-column: span 3;
    }

    .how_work-items_6 .how_work-item:nth-child(4),
    .how_work-items_6 .how_work-item:last-child,
    .how_work-items_6 .how_work-item:nth-child(5),
    .how_work-items_7 .how_work-item:nth-child(4),
    .how_work-items_7 .how_work-item:last-child,
    .how_work-items_7 .how_work-item:nth-child(5) {
        grid-column: span 2;
    }

}

@media (min-width: 1240px) {
    .how_work-items {
        max-width: 950rem;
        /*grid-template-columns: repeat(6, 1fr);
        grid-gap: 50rem;*/
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        justify-content: space-between;
        /* padding: 0 5px; */

    }

    .how_work-items_6 {
        max-width: 1120rem;
    }

    .how_work-items_7 {
        max-width: 1100rem;
    }

    .how_work-item {
        max-width: 167rem;
    }

    .how_work-desc {
        font-size: 16rem;
        line-height: 20rem;
    }
}

/*centered */

@media (max-width: 1240px) {
    .how_work-centered .how_work-item {
        width: calc(33% - 32rem);
    }

    .how_work-centered .how_work-items {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 599px) {
    /* .how_work-items {
        padding-left: 0px;
        padding-right: 0px;
    } */

    .how_work-centered .how_work-item {
        width: calc(50% - 5rem);
    }

    img.warm_image_proizvodstvo_defend {
        width: 205px;
        height: 176px;
    }

    h3.pt-mb-2 {
        padding-top: 20px;
        margin-bottom: -20px;
    }

    h1.fs-20,
    h2.fs-20 {
        font-size: 20px;
    }

    h3.fs-14 {
        font-size: 14px;
    }

    p.fs-14,
    li.fs-14 {
        font-size: 14px;
    }

    p.mb-10 {
        margin-bottom: 10px;
    }

    h2.mt-20 {
        margin-top: 20px;
    }

    p.mt-0 {
        margin-top: 0;
    }

    h2.width-90 {
        width: 90%;
    }

    h2.lider-otrasli {
        width: 90%;
        font-size: 25px;
        margin: 10px 0;
    }

}

@media (min-width: 1240px) {
    .how_work-centered .how_work-items {
        display: grid;
        grid-template-columns: repeat(5, 180rem);
        grid-gap: 30rem;
    }
}

/* end how-work.css */


/* start calc.css */

.calc-wrapper {
    position: relative;
    padding: 20rem;
    background: var(--color-grey-five);
    border-radius: 4rem;
    overflow: hidden;
}

.calc_img-mobile {
    display: block;
    width: 180rem;
    height: 211rem;
    position: absolute;
    top: -7rem;
    right: -92rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center;
}

.calc_img-table,
.calc_img-desktop {
    display: none;
}

.calc-content {
    position: relative;
}

.calc h2 {
    margin: 0;
    max-width: 215rem;
    font-size: 18rem !im;
    line-height: 120%;
    font-family: "Montserrat", sans-serif;
}

.calc-desc_mobile {
    margin-top: 10rem;
    line-height: 150%;
    color: var(--color-black);
}

.calc-desc_desktop {
    display: none;
}

.calc-attach {
    display: block;
    margin: 10rem 0rem 0;
    padding: 16rem 0;
    font-weight: 700;
    font-size: 16rem;
    color: var(--color-white);
    text-align: center;
    background-color: var(--color-blue-two);
    border: 2rem solid var(--color-blue-two);
    border-radius: 5rem;
    width: 100% !important;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.calc-attach:hover {
    background-color: var(--color-blue-three);
    border-color: var(--color-blue-three);
}

.calc-attach:active {
    background-color: var(--color-blue-one);
    border-color: var(--color-blue-one);
}

@media (min-width: 600px) {
    .calc-wrapper {
        padding: 48rem 48rem 48rem 196rem;
        border-radius: 6rem;
    }

    .calc_img-mobile {
        display: none;
    }

    .calc_img-table {
        display: block;
        width: 214rem;
        height: 219rem;
        position: absolute;
        left: 0;
        bottom: 0;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: left bottom;
        object-position: left bottom;
    }

    .cta-content-left .calc-attach {
        margin-top: 25rem;
    }

    .calc h2 {
        max-width: initial;
        font-size: 20rem !important;
        line-height: 21rem;
    }

    .calc h2 span {
        display: none;
    }

    .calc-desc_mobile {
        display: none;
    }

    .calc-desc_desktop {
        display: block;
        margin-top: 5rem;
        font-weight: 700;
        font-size: 18rem;
        line-height: 36rem;
        color: var(--color-black);
    }

    .calc-attach {
        max-width: 292px;
        margin: 30rem 0 0;
        padding: 0;
        height: 50rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 1240px) {
    .calc {
        padding-top: 80rem;
    }

    .calc-wrapper {
        padding: 70rem 90rem 60rem 710rem;
        border-radius: 10rem;
    }

    .cta .calc-wrapper {
        padding: 70rem 710rem 60rem 90rem;
        border-radius: 10rem;
    }

    .calc_img-table {
        display: none;
    }

    .cta-content-left .calc-attach {
        margin-top: 50rem;
    }

    .calc_img-desktop {
        display: block;
        width: 465rem;
        height: 100%;
        position: absolute;
        left: 130rem;
        top: 0;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
    }

    .calc h2 {
        font-size: 35rem !important;
        white-space: nowrap;
    }

    .calc-desc_desktop {
        margin-top: 15rem;
        font-size: 24rem;
    }

    .calc-attach {
        margin-top: 50rem;
        max-width: 302rem;
        height: 56rem;

    }
}

/* cta-content-left */
.cta-content-left .calc-wrapper {
    overflow: visible;
}

.cta-content-left {
    margin-top: 50rem;
}

.cta-content-left h2 {
    white-space: normal;
}

.cta-content-left_img {
    display: block;
    width: 195rem;
    height: auto;
    position: absolute;
    right: -45rem;
    bottom: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    clip-path: inset(0px 45rem 0 0);
}

.cta-content-left .calc-attach {
    color: #fff;
    z-index: 1;
    position: relative;
}

@media (min-width: 600px) {
    .cta-content-left .calc-wrapper {
        padding: 40rem 240rem 30rem 20rem;
        border-radius: 6rem;
    }

    .cta-content-left_img {
        clip-path: none;
    }

    .cta-content-left_img {
        width: 206rem;
        height: auto;
        right: 10rem;
        bottom: 0;
    }
}

@media (min-width: 1240px) {
    .cta-content-left {
        margin-top: 20rem;
    }

    .cta-content-left h2 {
        line-height: 120%;
    }

    .cta-content-left .calc-wrapper {
        padding: 70rem 600rem 60rem 90rem;
        border-radius: 10rem;
    }

    .cta-content-left_img {
        width: 341rem;
        height: auto;
        right: 130rem;
        bottom: 0;
    }
}

@media (max-width: 600px) {
    .calc-attach {
        width: 100% !important;
        font-size: 14rem;
    }

    .cta-content-left .calc-attach {
        margin-top: 20rem;
    }
}

/**********/

/* end calc.css */


/* start partners.css */

.partners-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 60rem;
    grid-column-gap: 20rem;
    grid-row-gap: 30rem;
}

.partners-item {
    display: block;
    margin: auto;
    padding: 5rem;
    max-height: 100%;
}

@media (min-width: 600px) {
    .partners-items {
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 80rem;
        grid-gap: 0;
    }

    .partners-item {
        padding: 10rem 6rem;
    }
}

@media (min-width: 1240px) {
    .partners-items {
        grid-template-columns: repeat(auto-fit, minmax(10rem, auto));
        grid-auto-rows: 55rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        grid-gap: 10rem;
    }

    .partners-item {
        padding: 0;
    }
}


/* end partners.css */


/* start awards.css */

.awards-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 84rem;
    grid-column-gap: 14rem;
    grid-row-gap: 5rem;
}

.awards-item {
    display: block;
    margin: auto;
    max-height: 100%;
}

@media (min-width: 600px) {
    .awards-items {
        grid-template-columns: repeat(auto-fit, minmax(50rem, auto));
        grid-auto-rows: 65rem;
        grid-gap: 10rem;
    }
}

@media (min-width: 1240px) {
    .awards-items {
        grid-template-columns: repeat(auto-fit, minmax(10rem, auto));
        grid-auto-rows: 120rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        grid-gap: 20rem;
    }
}

/* end awards.css */


/* start feedback-clients.css */

.reviews-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30rem;
}

.reviews-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15rem;
}

.reviews_item-name {
    font-weight: 700;
    font-size: 16rem;
    line-height: 120%;
}

.reviews_item-stars {
    margin-top: 6rem;
    position: relative;
    width: 140rem;
    height: 24rem;
    background: url(../images//stars-off.svg) center left / auto 100% no-repeat;
}

.reviews_item-stars span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: url(../images//stars-on.svg) center left / auto 100% no-repeat;
}

.reviews_item-date {
    margin-top: 10rem;
    font-size: 12rem;
    line-height: 200%;
    color: var(--color-grey-one);
}

.reviews_item-from {
    font-size: 12rem;
    line-height: 20rem;
    color: var(--color-grey-one);
}

.reviews_item-review {
    line-height: 150%;
}

@media (min-width: 600px) {
    .reviews-item {
        gap: 10rem;
    }

    .reviews_item-name {
        font-size: 20rem;
    }

    .reviews_item-stars {
        margin-top: 10rem;
        width: 160rem;
        height: 28rem;
    }

    .reviews_item-date {
        margin-top: 15rem;
        font-size: 16rem;
        line-height: 150%;
    }

    .reviews_item-from {
        margin-top: 10rem;
        font-size: 16rem;
        line-height: 125%;
    }

    .reviews_item-from span {
        display: block;
    }
}

@media (min-width: 1240px) {
    .reviews-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 50rem;
    }

    .reviews_item-person {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 240rem;
    }

    .reviews_item-name {
        font-size: 20rem;
    }

    .reviews_item-stars {
        margin-top: 15rem;
        width: 200rem;
        height: 34rem;
    }

    .reviews_item-from {
        margin-top: 15rem;
    }
}

/* end feedback-clients.css */


/* start forms.css */

.aaacustom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url("../media/arrow-select.svg") no-repeat 97% center;
    outline: 0;
    width: 100%;
    height: 50rem;
    border: 1px solid var(--color-grey-one);
    border-radius: 5px;
    margin-bottom: 15rem;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16rem;
    color: #222222;
    padding-left: 15rem;
    padding-right: 15rem;
}

.custom-select {
    position: relative;
    outline: 0;
    width: 100%;
    height: 50rem;
    font-family: "Roboto";
    border-radius: 5px;
    margin-bottom: 15rem;

    &[data-state="active"] {
        .custom-select__title {
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;

            &::before {
                transform: translate(-3px, -50%) rotate(-45deg);
            }

            &::after {
                transform: translate(3px, -50%) rotate(45deg);
            }
        }

        .custom-select__content {
            opacity: 1;
        }

        .custom-select__label+.custom-select__input+.custom-select__label {
            max-height: 50px;
            border-top-width: 1px;
        }
    }
}

.custom-select__title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid var(--color-grey-one);
    color: #222222;
    cursor: pointer;

    &::before,
    &::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 16px;
        display: block;
        width: 10px;
        height: 2px;
        transition: all 0.3s ease-out;
        background-color: var(--color-blue-two);
        transform: translate(-3px, -50%) rotate(45deg);
    }

    &::after {
        transform: translate(3px, -50%) rotate(-45deg);
    }

    /* &:hover {
     border-color: #D8093A;
     &::before,
     &::after {
         background-color: #D8093A;
     }
 }*/
}

.custom-select__content {
    position: absolute;
    top: 49px;
    left: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: var(--color-white);
    border: 1px solid var(--color-grey-one);
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all 0.1s ease-out;
    opacity: 0;
    z-index: 8;
}

.custom-select__input {
    display: none;

    &:checked+label {
        background-color: #dedede;
    }

    &:disabled+label {
        opacity: 0.6;
        pointer-events: none;
    }
}

.custom-select__label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    max-height: 0;
    padding: 0 15px;
    transition: all 0.2s ease-out;
    cursor: pointer;
    overflow: hidden;
    color: #222222;

    &+input+& {
        border-top: 0 solid var(--color-grey-one);
    }

    &:hover {
        background-color: #EBF4FF !important;
        /*color: var(--color-white);*/
    }
}

/* end forms.css */


/* start our-works.css */

.our_work-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20rem;
    margin-bottom: 24rem;
}

.our-work-3-line .our_work-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10rem;
}

.our_work-item {
    width: 100%;
    height: 20.3vw;
}

.our-work_filters {
    display: flex;
    flex-wrap: wrap;

    margin-bottom: 20rem;
    justify-content: space-between;

    a {
        color: #000;
    }
}

.our-work_filter {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    transition: color 0.3s;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.our-work_filter:hover,
.our-work_filter.active {
    color: #135ee4;
}

.our_work-more {
    margin-top: 25rem;
}

@media (min-width: 600px) {
    .our-work_filter {
        margin-right: 20rem;
    }

    .our_work-items {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 16rem;
    }

    .our_work-item {
        height: 125rem;
    }

    .our-work_filters {
        justify-content: flex-start;
    }

    .our-work-extended h1 {
        margin-bottom: 10rem;
    }

    .warm_image_proizvodstvo_defend {
        width: 100%;
        max-width: 356rem;
    }
}

@media (min-width: 1240px) {
    .our_work-items {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 30rem;
    }

    .our-work-extended h1 {
        margin-bottom: 30rem;
    }

    .our-work-extended .our_work-items {
        grid-template-columns: repeat(3, 1fr);
    }

    .our_work-item {
        height: 224rem;
    }

    .our-work-3-line .our_work-items {
        max-width: 76%;
    }

    .our-work_filter {
        margin-right: 30rem;
        font-family: "Roboto";
        font-style: normal;
        font-weight: 400;
        font-size: 20rem;
    }

    .our-work_filters {
        margin-bottom: 30rem;
    }

    .our-work_filter {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .warm_image_proizvodstvo_defend {
        width: 100%;
        max-width: 450rem;
    }
}

/* end forms.css */


/* start categories-balcony.css */

.categories-balcony_item {
    background: linear-gradient(180deg, #F2F2F2 7.33%, #FFFFFF 100%);
    border-radius: 4rem;
    padding: 10rem;
    box-shadow:
        0px 0px 0px 0px rgba(29, 45, 165, 0.05),
        0px 2px 4px 0px rgba(29, 45, 165, 0.05),
        0px 7px 7px 0px rgba(29, 45, 165, 0.04),
        0px 15px 9px 0px rgba(29, 45, 165, 0.03),
        0px 27px 11px 0px rgba(29, 45, 165, 0.01),
        0px 42px 12px 0px rgba(29, 45, 165, 0);
}

.categories-balcony_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20rem;
    grid-column-gap: 30rem;
}

.categories-balcony_item .image-wrapper {
    padding-right: 5rem;
    padding-left: 5rem;
    height: 115rem;
    margin-bottom: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-balcony_item .image-wrapper img {
    width: auto;
    max-height: 100%;
}

.categories-balcony_title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 10rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 8rem;
    color: var(--color-black);
}

.categories-balcony_info {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 12rem;
    margin-top: 0;
    margin-bottom: 8rem;
    color: var(--color-black);
    line-height: 1.2;
}

.categories-balcony_price {
    font-size: 14rem;
}

.categories-balcony_info-tiny {
    font-size: 11rem;
    margin-top: 0;
    margin-bottom: 8rem;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    color: var(--color-black);
    line-height: 1.2;
}

.categories-balcony_item .pscs_product-buy {
    margin-top: 10rem;
    width: 100%;
    height: 30rem;
    font-weight: 700;
    font-size: 12rem;
    color: var(--color-white);
    background: var(--color-blue-two);
    border: 2rem solid var(--color-blue-two);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 3px;
}

.categories-balcony_item .pscs_product-buy:hover {
    background-color: var(--color-blue-three);
    border-color: var(--color-blue-three);
}

.categories-balcony_item .pscs_product-buy:active {
    background-color: var(--color-blue-one);
    border-color: var(--color-blue-one);
}

.categories-balcony_row {
    margin-bottom: 50rem;
}

.balcony-vertical .pscs_product-buy {
    margin-top: 10rem;
    width: 100% !important;
    max-width: 100% !important;
}

.categories-balcony_row:last-child {
    margin-bottom: 0;
}

.categories-doors .balcony-vertical {
    padding: 10rem;
    padding-top: 15rem;
    display: flex;
    flex-direction: column;
    box-shadow:
        0px 0px 0px 0px rgba(29, 45, 165, 0.05),
        0px 2px 4px 0px rgba(29, 45, 165, 0.05),
        0px 7px 7px 0px rgba(29, 45, 165, 0.04),
        0px 15px 9px 0px rgba(29, 45, 165, 0.03),
        0px 27px 11px 0px rgba(29, 45, 165, 0.01),
        0px 42px 12px 0px rgba(29, 45, 165, 0);
}

.categories-doors .balcony-vertical .image-wrapper {
    order: 0;
}

.categories-doors .balcony-vertical .pscs_product-buy {
    margin-top: auto;
}

.categories-doors .categories-balcony_info {
    margin-bottom: 10rem;
    /*font-size: 10rem;*/
}

.categories-doors .balcony-vertical .pscs_product-buy {
    font-size: 12rem;
}

@media (min-width: 600px) {
    .categories-balcony_item .image-wrapper {
        padding-right: 20rem;
        padding-left: 20rem;
        height: 170rem;
        margin-bottom: 50rem;
    }

    .categories-balcony_item {
        border-radius: 6rem;
        padding: 20rem;
        box-shadow:
            0px 0px 0px 0px rgba(29, 45, 165, 0.05),
            0px 2px 4px 0px rgba(29, 45, 165, 0.05),
            0px 7px 7px 0px rgba(29, 45, 165, 0.04),
            0px 15px 9px 0px rgba(29, 45, 165, 0.03),
            0px 27px 11px 0px rgba(29, 45, 165, 0.01),
            0px 42px 12px 0px rgba(29, 45, 165, 0);
    }

    .categories-balcony_title,
    .categories-balcony_info,
    .categories-balcony_info-tiny {
        margin-bottom: 10rem;
    }

    .categories-balcony_title {
        font-size: 18rem;
    }

    .categories-balcony_info {
        font-size: 16rem;
    }

    .categories-balcony_info-tiny {
        font-size: 14rem;
    }

    .categories-balcony_item .pscs_product-buy {}

    .categories-balcony_item .pscs_product-buy {
        margin-top: 20rem;
        height: 37rem;
        font-weight: 700;
        font-size: 16rem;
        border-radius: 5rem;
    }

    .balcony-vertical .pscs_product-buy {
        margin-top: 20rem;
    }

    .categories-balcony_row:last-child {
        margin-bottom: 0;
    }

    .categories-doors .balcony-vertical {
        padding: 20rem;
        padding-top: 25rem;
        display: flex;
        flex-direction: column;
        box-shadow:
            0px 0px 0px 0px rgba(29, 45, 165, 0.05),
            0px 2px 4px 0px rgba(29, 45, 165, 0.05),
            0px 7px 7px 0px rgba(29, 45, 165, 0.04),
            0px 15px 9px 0px rgba(29, 45, 165, 0.03),
            0px 27px 11px 0px rgba(29, 45, 165, 0.01),
            0px 42px 12px 0px rgba(29, 45, 165, 0);
    }

    .categories-doors .balcony-vertical .image-wrapper {
        order: 0;
    }

    .categories-doors .balcony-vertical .pscs_product-buy {
        margin-top: auto;
    }

    .categories-doors .categories-balcony_info {
        margin-bottom: 20rem;
        /*font-size: 18rem;*/
        font-size: 19rem;
    }

    .categories-doors .balcony-vertical .pscs_product-buy {
        font-size: 16px;
    }
}

@media (min-width: 1240px) {

    .problem_solution-desc {
        line-height: 1.2;
    }

    .categories-balcony_item {
        display: grid;
        grid-template-columns: 240rem 1fr;
        grid-column-gap: 20rem;
        padding: 25rem;
        padding-top: 30rem;
    }

    .categories-balcony_item .image-wrapper {
        order: 2;
    }

    .categories-balcony_item .image-wrapper {
        padding-right: 20rem;
        padding-left: 20rem;
        height: 250rem;
        margin-bottom: 50rem;
    }

    .categories-balcony_title {
        font-size: 25rem;
        margin-bottom: 20px;
        /* white-space: nowrap; */
    }

    .categories-balcony_info {
        font-size: 20rem;
    }

    .categories-balcony_info-tiny {
        font-size: 14rem;
    }

    .categories-balcony_info.categories-balcony_price {
        font-size: 16rem;
        margin-bottom: 0;
    }

    .categories-balcony_item .pscs_product-buy {
        margin-top: 40rem;
        height: 56rem;
        font-weight: 700;
        font-size: 16rem;
        border-radius: 5rem;
        max-width: 200rem;
    }

    .categories-balcony_item .image-wrapper {
        margin-bottom: 0;
    }

    .categories-balcony_row {
        margin-bottom: 100rem;
    }

    .categories-balcony_row:last-child {
        margin-bottom: 0rem;
    }

    .categories-balcony {
        padding-top: 80rem;
    }

    .categories-balcony_row-3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /*3, 1fr*/
        grid-row-gap: 20rem;
        grid-column-gap: 30rem;
    }


    .categories-balcony_row-4 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-row-gap: 20rem;
        grid-column-gap: 30rem;
    }

    .categories-balcony_row-4 .balcony-vertical .image-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .balcony-vertical {
        display: block;
        padding: 25rem;
        padding-top: 30rem;
        box-shadow:
            0px 0px 0px 0px rgba(29, 45, 165, 0.05),
            0px 2px 4px 0px rgba(29, 45, 165, 0.05),
            0px 7px 7px 0px rgba(29, 45, 165, 0.04),
            0px 15px 9px 0px rgba(29, 45, 165, 0.03),
            0px 27px 11px 0px rgba(29, 45, 165, 0.01),
            0px 42px 12px 0px rgba(29, 45, 165, 0);
    }

    .categories-doors .balcony-vertical {
        padding: 20rem;
        padding-top: 30rem;
        display: flex;
        flex-direction: column;
        box-shadow:
            0px 0px 0px 0px rgba(29, 45, 165, 0.05),
            0px 2px 4px 0px rgba(29, 45, 165, 0.05),
            0px 7px 7px 0px rgba(29, 45, 165, 0.04),
            0px 15px 9px 0px rgba(29, 45, 165, 0.03),
            0px 27px 11px 0px rgba(29, 45, 165, 0.01),
            0px 42px 12px 0px rgba(29, 45, 165, 0);
    }

    .categories-doors .balcony-vertical .image-wrapper {
        order: 0;
    }

    .categories-doors .balcony-vertical .pscs_product-buy {
        margin-top: auto;
        font-size: 16px;
    }

    .categories-doors .categories-balcony_info {
        margin-bottom: 30rem;
    }

    .balcony-vertical .image-wrapper {
        margin-bottom: 50rem;
    }

    .balcony-vertical .categories-balcony_title {
        font-size: 25rem;
        margin-bottom: 10rem;
        /* white-space: nowrap; */
    }

    .balcony-vertical .pscs_product-buy {
        margin-top: 30rem;
    }

    .categories-balcony_row:last-child {
        margin-bottom: 0;
    }

    .categories-balcony .our_work-more {
        margin-top: 50rem;
    }
}

/* end categories-balcony.css */


/* start service_categories.css */

/* .service_categories-item-big {
    margin-bottom: 24rem;
}

.service_categories-item-big .image-wrapper {
    height: 31.2vw;

} */

.service_categories-item-big .image-wrapper,
.service_categories-item .image-wrapper {
    background-size: cover;
    background-position: center;
    width: 100%;
    border-radius: 10px;
    position: relative;
    height: calc(40vw - 60rem);
}

.service_categories-subpicture {
    position: absolute;
    right: 20rem;
    bottom: -40rem;
    max-height: 27.8vw;
    /* width: 45rem; */
}

.service_categories-title {
    margin: 7rem 0 0;
    /*font-family: "Roboto";*/
    /*font-style: normal;*/
    /*font-weight: 700;*/
    /*font-size: 16rem;*/
    color: var(--color-black);
    padding-right: 65rem;
    line-height: 1.2;
}


.service_categories-item-big h3,
.service_categories-item h3 {
    font-size: 12rem !important;
    padding-right: 0;
}

.service_categories-row-2,
.service_categories-row-3,
.service_categories-row-4,
.service_categories-row-5,
.service_categories-row-6,
.service_categories-row-7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20rem 15rem;
}

@media (min-width: 600px) {

    .service_categories-row-2,
    .service_categories-row-3,
    .service_categories-row-4,
    .service_categories-row-5,
    .service_categories-row-6,
    .service_categories-row-7 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .service_categories-subpicture {
        /* width: 58rem; */
        max-height: 70rem;
    }

    .service_categories-item-big .image-wrapper,
    .service_categories-item .image-wrapper {
        height: 92rem;
    }

    .service_categories-item .service_categories-title,
    .service_categories-item-big .service_categories-title {
        font-size: 12rem !important;
        padding-right: 0;
    }
}

@media (min-width: 1240px) {

    .service_categories-item-big .image-wrapper,
    .service_categories-item .image-wrapper {
        height: 220rem;
    }

    .service_categories-subpicture {
        right: 45rem;
        max-height: 100%;
        bottom: -96rem;
    }

    .service_categories-title {
        margin-top: 20rem;
    }

    .service_categories-item .service_categories-title,
    .service_categories-item-big .service_categories-title {
        font-size: 20rem !important;
    }

}

/* end service_categories.css */


/* start work_examples.css */

.work-examples_wrapper {
    background-color: #F2F2F2;
    border-radius: 10rem;
    padding: 9rem 10rem 10rem;
    overflow: hidden;
    min-width: 0;
    min-height: 0;
    max-height: 49.4vw;
    display: grid;
    margin-bottom: 30px;
    padding: 10rem;
    align-items: start;
    gap: 10rem;
    grid-template-columns: 1fr 53rem;
}

.work-examples_slider {
    overflow: hidden;
}

.work-examples_slider-wrapper {
    order: 2;
}

.work-examples_photo {
    /* order: 1; */
    /* margin-right: 40rem; */
    min-width: 0;
    min-height: 0;
    /* margin-bottom: 20rem; */
}


.work-examples_content {
    background-color: #fff;
    height: 100%;
    border-radius: 16rem;
    position: relative;
    z-index: 3;
}

.work-examples_content_pc {
    display: none;
}

.work-examples h3 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 18rem;
    color: var(--color-black);
    margin-bottom: 10rem;
}

.work-examples-price-row {
    display: flex;
}

.work-examples_photo img {
    width: 100%;
}

.work-examples_slide img {
    width: 100%;
}

.work-examples_content p {
    line-height: 1.3;
    font-size: 14rem;
}

.work-examples-price-row p {
    margin-right: 30rem;
    font-size: 14rem;
    line-height: 1.8;
    margin-bottom: 0;
}

.work-examples-price-row p span {
    font-size: 16rem;
}

.work-examples .work-examples_slider2 {
    border-radius: 15rem;

}

.work-examples_slider2 {
    overflow: hidden;
    height: 100%;
}

.works-row p {
    margin: 0;
    margin-top: 10rem;
}

.about .swiper-slide img {
    height: 15.6vw;
}

.work-examples_slider .swiper-slide img {

    width: 100%;
    object-fit: cover;
    height: 100%;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
    scroll-snap-type: y mandatory
}

.swiper-vertical {
    touch-action: pan-x
}

.work-examples_slider2 .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}



.work-examples .work-examples_photo {
    /* max-height: 124rem; */
    height: 100%;
}

.work-examples_slider2 .swiper-slide img {
    height: 100%;
}

@media (min-width: 600px) {
    .works-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 10px;
        grid-row-gap: 10rem;
    }


    .work-examples .work-examples_photo {
        max-height: 247rem;
        /* height: auto; */
    }

    .work-examples_content p {
        font-size: 16rem;
    }

    .works-row p {
        margin: 0;
    }

    .about .swiper-slide img {
        height: 107rem;
    }



    .work-examples_wrapper {
        height: 319rem;
        max-height: none;
        margin-bottom: 15rem;
        gap: 16rem;
        padding: 19rem 20rem 20rem;
        padding-bottom: 0;
        border-radius: 16rem;
        grid-template-columns: 1fr 74rem;
    }

    /* .work-examples_photo {
        flex: 0 1 100%;
    }

    .work-examples_slider-wrapper {
        flex: 0 0 74rem;
    } */

    .work-examples .work-examples_slider-wrapper .swiper-slide {
        height: 48rem !important;
        border-radius: 8rem;
    }

    .work-examples .work-examples_slider-wrapper .swiper-slide img {
        border-radius: 6rem;
    }

}

@media (min-width: 1240px) {

    .work-examples_content {
        margin-bottom: 0;
        padding: 30rem;
        max-height: 591rem;
        max-width: 319px;
    }

    .work-examples_content_pc {
        display: block;
    }

    .work-examples__contents {
        display: none;
    }

    .work-examples_wrapper {
        margin-bottom: 0;
        padding: 40rem;
        padding-bottom: 0;
        border-radius: 24rem;
        height: 730rem;
        gap: 40px;
        grid-template-columns: 1fr 169rem;
    }

    .work-examples h3 {
        font-size: 25rem;
        margin-bottom: 20rem;
    }

    .work-examples_slider {
        overflow: hidden;
        /* padding-left: 20rem;
        padding-right: 20rem;
        margin-right: -20rem;
        margin-left: -20rem; */
        position: relative;
        max-height: 100%;
    }

    .work-examples .work-examples_photo {
        max-height: 591rem;
        /* height: auto; */
    }

    .work-examples-price-row p {
        margin-right: 30rem;
        font-size: 15rem;
        line-height: 1.8;
        margin-bottom: 0;
        margin-top: 15rem;
    }

    .work-examples-price-row p span {
        font-size: 18rem;
    }

    .work-examples .work-examples_nav {

        display: none;
    }

    .work-examples_nav {
        position: absolute;
        top: calc(50% - 20px);
        z-index: 2;
    }

    .work-examples_prev {
        left: 0;
        transform: rotate(180deg);
    }

    .work-examples_next {
        right: 0;
    }

    .work-examples_slider-wrapper {
        /* order: 3; */
    }


    .work-examples_photo {
        margin-bottom: 0;
        /* order: 2; */
        /* width: calc(50% - 30rem); */
    }

    .work-examples_slider-wrapper {
        width: 100%;
    }


    .work-examples .swiper-slide {
        border-radius: 0 20rem 20rem 0;
        overflow: hidden;
    }

    .work-examples_slider2 {
        overflow: hidden;

    }


    .work-examples .work-examples_slider-wrapper .swiper-slide {
        border-radius: 20rem;
        height: 110rem !important;
        border-width: 3px;
        padding: 2px;
    }

    .work-examples .work-examples_slider-wrapper .swiper-slide img {
        border-radius: 16rem;
    }

    .work-examples_slider2 .swiper-slide img {
        width: 100%;
    }
}

/* end work_examples.css */

/* start inner_preview.css */

.inner_preview {
    padding-top: 0;
}

.inner_body {
    position: relative;
}

.inner_body:not(:last-child) {
    margin-bottom: 40rem;
}

.inner_preview-content {
    background: var(--color-blue-one);
    border-radius: 20px;
    padding: 20rem;
    position: relative;
    margin-top: -14%;

}

.inner_preview-h1 {
    /*font-weight: 700;*/
    /*font-size: 20rem;*/
    color: var(--color-white);
    text-transform: uppercase;
}

.inner_body h1.inner_preview-h1:not(:last-child) {
    margin-bottom: 8rem !important;
}


.inner_preview-p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    color: var(--color-white);
    margin: 0;
}

.inner_preview-description {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    color: var(--color-black);
    margin-top: 0;
    margin-bottom: 0;
}

.inner_preview .wrapper {
    background: url(/assets/media/accessories/innerbg.jpg) no-repeat center;
    height: 53.5vw;
    position: relative;
    border-radius: 20rem;
    margin-top: 12rem;
}

.inner_preview.inner_preview-services .wrapper {
    background-image: url(/assets/media/services/innerbg.jpg);
}

.inner-descr {
    margin-bottom: 30rem;
}

.descr-row:not(:first-child) {
    margin-top: 50rem;

}

.descr-row:not(:last-child) {
    margin-bottom: 50rem;
}

@media (min-width: 600px) {

    .inner_body:not(:last-child) {
        margin-bottom: 55rem;
    }

    .inner_preview-content {
        width: auto;
        position: absolute;
        border-radius: 10rem;
        bottom: 24rem;
        left: 24rem;
        right: 24rem;
        margin-top: 0;
    }

    .inner_preview .wrapper {
        height: 280rem;
        margin-top: 0;
    }

    .inner_preview-h1 {
        font-size: 25rem;
    }

    .inner_preview-p {
        font-size: 16rem;
    }

    .inner_preview-description {
        margin-top: 60rem;
        font-size: 16rem;
    }
}

@media (min-width: 1240px) {
    .inner_body h1.inner_preview-h1:not(:last-child) {
        margin-bottom: 10rem !important;
    }

    .inner_preview-p {
        font-size: 18rem;
    }

    .inner_preview .wrapper {
        height: 400rem;
    }

    .inner_body:not(:last-child) {
        margin-bottom: 60rem;
    }

    .inner_preview-content {
        padding: 30rem 40rem;
        max-width: 560rem;
        left: 40rem;
        bottom: 40rem;
    }

    /*.inner_preview-p {*/
    /*    font-size: 16rem;*/
    /*}*/
    .inner_preview-description {
        font-size: 18rem;
    }

    .descr-row {
        columns: 2;
        gap: 130rem;
    }

    .inner-descr {
        page-break-inside: avoid;
        break-inside: avoid;
        width: 100%;
    }
}

/* end inner_preview.css */


/* start mission.css */

.mission_content-block p {
    margin-bottom: 15rem;
    margin-top: 0;
}

.mission_content-block {
    margin-bottom: 20rem;
}

.mission_content-block {
    @media (min-width: 600px) and (max-width: 1239px) {
        .mission_image {
            width: 397rem;
            height: auto;
        }
    }
}

.mission_subtitle {
    color: #707c8b;
    font-size: 14rem;
    font-family: "Roboto";
    line-height: 22rem;
    margin-bottom: 15rem;
    margin-top: 0rem;
}

.mission_image {
    margin-bottom: 20rem;
}

.mission h3 {
    /* margin-top: 30rem; */
    margin-bottom: 10rem;
    line-height: 24rem;
}

@media (min-width: 600px) {
    .mission_subtitle {
        color: #707c8b;
        font-size: 16rem;
        font-family: "Roboto";
        margin-bottom: 10rem !important;
    }

    .mission h3 {
        /* margin-top: 20rem; */
        margin-bottom: 10rem;
    }

    .mission_image {
        width: 100%;
        max-width: 68vw;
    }
}

@media (min-width: 1240px) {
    .mission_image {
        max-width: 1000rem;
    }

    .mission_subtitle {
        color: #707c8b;
        font-size: 20rem;
        font-family: "Roboto";
        margin-bottom: 20rem !important;
    }

    .mission h3 {
        margin-bottom: 20rem;
    }

    .mission_content-block {
        margin-bottom: 30rem;
    }
}

/* end mission.css */


/* start offices.css */

.offices_city-select {
    border: 1px solid #b5bbc2;
    border-radius: 5px;
    padding: 13.5rem 12rem;

    width: 100%;
    background-image: url("../../images//arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 0.7em top 50%;
    background-size: 16rem auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16rem;
    line-height: 1;
    margin-bottom: 30rem;
}

.offices_row {
    display: flex;
    flex-direction: column;
}

.offices_phone {
    font-size: 20rem;
    font-weight: bold;
}

.officies_phone {
    font-size: 14rem;
    font-weight: bold;
    line-height: 1.4;
    color: #000 !important;
}

.offices_phone {
    font-size: 20rem;
    font-weight: bold;
}

.officies_adresses {
    order: 2;
}

.current_office .officies_adresses {
    order: 0;
}

.officies_title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 16rem !important;
    line-height: 1.6;
    color: var(--color-black);
    margin-bottom: 10rem;
    cursor: pointer;
}

.officies_adresses-item p {
    margin-bottom: 5px;
    margin-top: 0;
    font-family: "Roboto";
}

.officies_adress {
    color: var(--color-grey-two);
    font-size: 14rem;
}

.current_office .officies_adress,
.current_office .officies_work-time {
    font-size: 14rem;
}

.officies_mail {
    color: var(--color-blue-one);
    text-decoration: underline;
}

.offices h3 {
    font-size: 18rem;
    margin-bottom: 10rem;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    padding-top: 10rem;
}

.officies_adresses-item h3 {
    padding-top: 0;
}

.officies_adresses-item {
    padding-bottom: 10rem;
    margin-bottom: 10rem;
    padding-top: 0rem;
    border-bottom: 1px solid #d9d9d9;
}

.officies_work-time {
    font-family: "Roboto";
    font-style: normal;

    font-size: 14rem;
    color: var(--color-black);
}

.officies_work-time {
    font-size: 12rem;
}

.officies_adresses::-webkit-scrollbar {
    width: 8rem;
}

.officies_adresses::-webkit-scrollbar-track {
    background-color: #f7f7f7;
    border-radius: 100px;
}

.officies_adresses::-webkit-scrollbar-thumb {
    background-color: var(--color-grey-one);
    border-radius: 100px;
}

.officies_map {
    height: 190rem;
}

#map>ymaps,
#map>ymaps>ymaps {
    max-width: 100%;
}

.officies_map {
    margin-bottom: 20rem;
    position: sticky;
    top: 52rem;
}

.office_way {
    margin-bottom: 30rem;
    font-size: 14rem;
    line-height: 1.4;
}

.officies_mail {
    font-size: 16rem;
}

.offices h1 {
    margin-top: 10rem;
}

@media (min-width: 600px) {
    .offices h1 {
        margin-top: 30rem;
    }

    .officies_title {
        font-size: 18rem !important;
    }

    .officies_map {
        height: 360rem;
    }

    .officies_mail {
        font-size: 16rem;
    }

    .current_office .officies_adress,
    .current_office .officies_work-time {
        font-size: 16rem;
    }

    .office_way {
        font-size: 16rem;
    }
}

@media (min-width: 1240px) {
    .offices h1 {
        margin-top: 00rem;
    }

    .officies_adresses {
        height: 550rem;
        overflow-y: auto;
        padding-right: 30px;
        order: 0;
    }

    .officies_mail {
        font-size: 20rem;
    }

    .current_office .officies_adresses {
        height: auto;
    }

    .officies_title {
        margin-bottom: 10rem !important;
    }

    .offices_phone {
        font-size: 25rem;
        font-weight: bold;
        color: #222;
    }

    .office_way {
        font-size: 18rem;
        color: #222;
    }

    .offices_row {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-gap: 30px;
    }

    .current_office .offices_row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20rem;
    }

    .offices .row {
        display: flex;
        align-items: center;
    }

    .offices_city-select {
        margin-left: 20rem;
    }

    .officies_map {
        height: 550rem;
        position: static;
        margin-bottom: 0;
    }

    .current_office .officies_map {
        height: 400rem;
    }

    .offices_city-select {
        margin-bottom: 30rem;
    }

    .offices h3 {
        font-size: 25rem;
        margin-bottom: 20rem;
        line-height: 1.1;
        color: #222;
    }

    .current_office .officies_adress,
    .current_office .officies_work-time {
        font-size: 18rem;
    }

    .offices_city-select {
        max-width: 320rem;
    }
}

/* end offices.css */


/* start about.css */

.about {
    .work-examples_slider2 {
        .swiper-slide {
            @media (min-width: 1240px) {
                img {
                    height: 600px;
                }
            }

            @media (min-width: 600px) and (max-width: 1239px) {
                img {
                    height: 356px;
                }
            }

            @media (min-width: 320px) and (max-width: 600px) {
                img {
                    height: 255px;
                }
            }

            @media (max-width: 320px) {
                height: 186px;

                img {
                    height: 186px;
                }
            }
        }
    }

    .work-examples .work-examples_slider-wrapper .swiper-slide {
        @media (min-width: 600px) and (max-width: 1239px) {
            width: 170px !important;
            margin-right: 15px !important;
        }
    }
}

.about_thumb {
    margin-top: 15rem;
}

.about_thumb img {
    width: 80rem;
    height: 50rem;
}

.swiper-horizontal {
    position: relative;
}

.certificate_items img {
    width: 100%;
}

.about_thumb {
    overflow: visible;
}

.about h3 {
    margin-top: 30rem;
    margin-bottom: 10rem;
}

.certificate_items {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

@media (min-width: 600px) {
    .about_thumb img {
        width: 170rem;
        height: 107rem;
    }

    .about h3 {
        margin-top: 50rem;
        margin-bottom: 20rem;
    }
}

@media (max-width: 600px) {
    .certificate_items .swiper-slide {
        width: 75rem !important;
    }
}

@media (min-width: 600px) and (max-width: 1239px) {
    .certificate_items .swiper-slide {
        width: 180rem !important;
    }
}

@media (min-width: 1240px) {
    .certificate_items .swiper-slide {
        width: 181rem !important;
    }
}

@media (min-width: 1240px) {
    .about_thumb {
        margin-top: 30rem;
        overflow: hidden;
    }

    .certificate_items {
        overflow: hidden;
    }

    .about_thum {
        overflow: hidden;
    }

    .about_thumb img {
        width: 180rem;
        height: 100rem;
    }

    .about_thumb {
        padding-right: 20rem;
        padding-left: 20rem;
    }
}

/* end about.css */

/* start contacts.css */

.tab_content-item {
    display: none;
}

.tab_content-item.active {
    display: block;
}

/*.tab_content-item h2 {*/
/*    font-family: "Roboto";*/
/*}*/
.tab_content-adress {
    margin: 0;
    font-family: "Roboto";
    margin-bottom: 10px;
    font-size: 14rem;
    line-height: 1.7;
}

.contact_tab-content {
    font-family: "Roboto";
}

.tab_content-phone {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 16rem;
    margin-bottom: 20rem;
    display: block;
}

.map-wrapper {
    padding-top: 10rem;
    padding-bottom: 10rem;
    height: 190rem;
    width: 100%;
}

.how-to-come .adress_title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 16rem;
    margin-bottom: 5rem;
    line-height: 150%;
    margin-top: 0;
}

.how-to-come_row p {
    margin-top: 0;
    margin-bottom: 15rem;
}

.requisits_item b,
.requisits_item span {
    display: block;
}

.requisits_item b {
    margin-bottom: 10rem;
}

.requisits_col {
    margin-bottom: 30rem;
}

.requisits_item {
    margin-bottom: 15rem;
}

.director_card {
    width: 130rem;
}

.director_card img {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 10rem;
}

.director_name {
    margin-top: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 14rem;
    line-height: 1.2;
    margin-bottom: 0;
}

.director_subtitle {
    margin-top: 0;
    margin-bottom: 20rem;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 10rem;
    line-height: 150%;
    color: #707c8b;
}

.tab_content-item .callback_form {
    max-width: 500rem;
    order: 2;
    width: 100%;
}

.director-form_wrapper {
    display: flex;
    flex-direction: column;
}

.how-to-come-col:first-child {
    margin-bottom: 30rem;
}

.mb-30-50 {
    margin-bottom: 30rem;
}

@media (min-width: 600px) {
    .director_card {
        width: 120rem;
    }

    .director-form_wrapper {
        flex-direction: row;
    }

    .director_card img {
        margin-top: 20rem;
    }

    .tab_content-adress {
        font-size: 16rem;
        line-height: 1.2;
    }

    .how-to-come .adress_title {
        font-size: 18rem;
    }

    .map-wrapper {
        padding-top: 20rem;
        padding-bottom: 20rem;
        height: 365rem;
        width: 100%;
    }

    .requisits_col:first-child {
        margin-bottom: 50rem;
    }

    .tab_content-phone {
        font-size: 22rem;
    }

    .director-form_wrapper {
        display: flex;
        column-gap: 20rem;
    }

    .tab_content-item .callback_form {
        order: 0;
    }

    .tab_content-adress {
        font-size: 16rem;
    }

    .mb-30-50 {
        margin-bottom: 50rem !important;
    }
}

@media (min-width: 1240px) {
    .director_card {
        width: 180rem;
    }

    .map-wrapper {
        padding-top: 30rem;
        padding-bottom: 30rem;
        height: 365rem;
        width: 100%;
    }

    .director_name {
        font-size: 20rem;
        margin-bottom: 5rem;
    }

    .director_subtitle {
        font-size: 18rem;
    }

    .how-to-come .adress_title {
        font-size: 20rem;
        padding-top: 15rem;
    }

    .tab_content-adress {
        font-size: 18rem;
        line-height: 1.5;
    }

    .tab_content-phone {
        font-size: 25rem;
        margin-bottom: 0;
        color: #000000 !important;
    }

    .how-to-come_row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20rem;
    }

    .requisits_row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 180rem;
    }

    .requisits_item {
        font-family: "Roboto";
        font-style: normal;
        font-size: 16rem;
        line-height: 135%;
        color: #222222;
        display: grid;
        grid-template-columns: 150rem 2fr;
        grid-gap: 20rem;
        margin-bottom: 20rem;
    }

    .requisits_row {
        margin-top: 50rem;
    }

    .requisits_col {
        margin-bottom: 0 !important;
    }

    .how-to-come-col:first-child {
        margin-bottom: 0rem;
    }

    .director-form_wrapper {
        column-gap: 30rem;
    }

    .how-to-come-col p:last-child {
        margin-bottom: 0;
    }
}

/* end contacts.css */


/* start team.css */

.team_item-foto {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 140rem;
    margin-bottom: 20rem;
}

.emploee_name {
    margin-top: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 12rem;
    line-height: 1.2;
    margin-bottom: 5rem;
}

.emploee_subtitle {
    margin-top: 0;

    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 8rem;

    color: #707c8b;
}

.team_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20rem;
    padding-top: 10rem;
}

@media (min-width: 600px) {
    .team_row {
        grid-template-columns: repeat(3, 1fr);
    }

    .team_item-foto {}

    .emploee_name {
        font-size: 14rem;
    }

    .emploee_subtitle {
        font-size: 12rem;
    }

    .team_item-foto {
        height: 165rem;
    }
}

@media (min-width: 1200px) {
    .emploee_name {
        font-size: 25rem;
    }

    .emploee_subtitle {
        font-size: 18rem;
    }

    .team_row {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 30rem;
        padding-top: 30rem;
    }

    .team_item-foto {
        margin-bottom: 30rem;
        height: 305rem;
    }
}

/* end team.css */


/* start partnership.css */

.partnership .stock_image {
    padding-top: 10rem;
    margin-bottom: 0;
}

.partnership h3 {
    margin-top: 30rem;
    margin-bottom: 30rem;
}

.partnership li {
    margin-top: 20rem;
    margin-bottom: 20rem;
    line-height: 1.4;
}

.partnership p {
    line-height: 1.4;
}

@media (min-width: 600px) {
    .partnership .stock_image {
        padding-top: 0rem;
        padding-bottom: 40px;
    }

    .partnership h3 {
        margin-top: 20rem;
        margin-bottom: 10rem;
    }
}

@media (min-width: 1200px) {
    .partnership .stock_image {
        padding-top: 10rem;

        padding-bottom: 0;
    }

    .partnership h3 {
        margin-top: 30rem;
        margin-bottom: 20rem;
    }

    .partnership .stock_image {
        max-width: 850rem;
    }
}

/* end partnership.css */


/* start partnership-banner.css */

.partnership_banner-content {
    padding: 20rem;
    background: #ebf4ff;
    border-radius: 4rem;
    position: relative;
    overflow: hidden;
}

.partnership_banner h3 {
    font-size: 18rem;
}

.partnership_banner-content:before {
    content: "";
    background-image: url(/local/templates/okonti/assets/media/custom/hands.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: 0;
    height: 37%;
    width: 44%;
    right: -20rem;
    top: 0;
    transform: rotate(90deg);
}

.partnership_banner-content p {
    font-size: 14rem;
    margin-bottom: 10rem;
    margin-top: 10rem;
}

.partnership_banner-content p:last-child {
    margin-bottom: 0;
}

.partnership_banner-phone {
    color: #76bc21;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20rem;
    line-height: 1.2;
}

.partnership_banner {
    padding-top: 30rem;
}

@media (min-width: 600px) {
    .partnership_banner-content {
        padding: 30rem 50% 30rem 20rem;
        background: #ebf4ff;
        border-radius: 6rem;
    }

    p:last-child {
        margin-top: 0;
    }

    .partnership_banner-content:before {
        height: 46vw;
        width: 51vw;
        right: -15rem;
        top: 12rem;
        transform: rotate(90deg);
    }

    .partnership_banner-phone {
        font-size: 25rem;
        margin-top: 15rem;
        margin-bottom: 5rem;
        display: block;
    }

    .partnership_banner-content p {
        font-size: 16rem;
    }
}

@media (min-width: 1200px) {
    .partnership_banner-content {
        padding: 30rem 85rem 30rem 60%;
        background: #ebf4ff;
        border-radius: 10rem;
    }

    .partnership_banner-content p {
        font-size: 18rem;
    }

    .partnership_banner-phone {
        font-size: 35rem;
        margin-top: 15rem;
        margin-bottom: 15rem;
    }

    .partnership_banner-content:before {
        position: absolute;
        z-index: 0;
        height: 100%;
        width: 58%;
        right: -0;
        left: 0;
        top: 0;
        transform: none;
    }

    .partnership_banner {
        padding-top: 50rem;
    }
}

/* end partnership-banner.css */


/* start production.css */

/*.production h2 {*/
/*    margin-bottom: 10rem;*/
/*    font-family: "Roboto", sans-serif;*/
/*}*/

.production .image-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10rem;
    margin-bottom: 20rem;
}

.production .image-row img {
    width: 100%;
}

.blue_promo-section {
    border-radius: 4rem;
    background-color: #ebf4ff;
    padding: 20rem 40rem 20rem 20rem;
    margin-bottom: 50rem;
    margin-top: 50rem;
}


.promo-section_undertitle {
    margin: 0;
    font-size: 12rem;
    line-height: 1.2;
}

.blue_promo-section .h1 {
    line-height: 1;
}

.vaza_bp h2 {
    margin-bottom: 10rem;
}

.vaza_bp-description {
    color: #222;
    font-size: 14rem;
    font-family: "Roboto";
    line-height: 140%;
    margin: 0;
}

.vaza_bp {
    background-image: url(/local/templates/okonti/assets/media/custom/vaza.png);
    background-position: bottom 0rem right -65rem;
    background-repeat: no-repeat;
    background-size: 148rem;
}

/*.vaza_bp {*/
/*    background-image: url(/local/templates/okonti/assets/media/custom/vaza.png);*/
/*    background-position: bottom 0rem right -40rem;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 40vw;*/
/*}*/

.map_bp {
    background-image: url(/local/templates/okonti/assets/media/custom/auto.png);
    background-position: bottom -24rem right 0rem;
    background-repeat: no-repeat;
    background-size: 74%;
    padding: 30rem 16rem 50% 20rem;
}

.map_bp-description {
    font-size: 14rem;
    margin-top: 0;
}

.techology-image {
    width: 100%;
    margin-bottom: 20rem;
}

ul.production_list {
    line-height: 150%;
    margin: 20rem 0 20rem;
}

ul.production_list li {
    padding: 0;
}

img.delivery_img {
    margin-bottom: 20rem;
}

.delivery_item {
    margin-bottom: 30rem;
}

.delivery_item p {
    font-size: 14px;
    margin: 0 0 20rem 0;
}

/*@media (min-width: 600px) and (max-width: 904px) {*/
/*    .map_bp-description {*/
/*        padding-right: 213rem*/
/*    }*/
/*}*/

/*@media (min-width: 905px) and (max-width: 1240px) {*/
/*    .map_bp-description {*/
/*        padding-right: 315rem*/
/*    }*/
/*}*/

@media (min-width: 600px) {
    /*.production h2 {*/
    /*    margin-bottom: 20rem;*/
    /*}*/

    .promo-section_undertitle {
        margin-bottom: 8rem;
        font-size: 12rem;
    }

    .vaza_bp {
        padding: 35rem 35% 35rem 30rem;
        background-size: 153rem;
        background-position: bottom 0rem right 35rem;
    }

    .vaza_bp-description {
        font-size: 16rem;
    }

    .blue_promo-section h1 {
        margin-bottom: 15rem;
    }

    .vaza_bp h2 {
        margin-bottom: 20rem;
    }

    .blue_promo-section {
        border-radius: 6rem;
    }

    .map_bp {
        background-image: url(/local/templates/okonti/assets/media/custom/auto.png);
        background-position: top -20rem right 0rem;
        padding: 30rem 26rem 38rem 30rem;
        background-repeat: no-repeat;
        background-size: 47%;
    }

    .map_bp-description.short {
        padding-right: 213rem;
    }

    .map_bp-description {
        font-size: 16rem;
    }

    .map_bp .h1 {
        margin-bottom: 10rem;
    }

    /*.inner_content h1 {*/
    /*    margin-bottom: 0 !important;*/
    /*    font-size: 35rem;*/
    /*}*/

    /*.content_block h2 {*/
    /*    font-size: 25px;*/
    /*}*/

    .content-block p {
        font-size: 16px;
    }

    /*.production h2 {*/
    /*    font-size: 25px;*/
    /*    margin-top: 20px;*/
    /*}*/

    /*.delivery_item h3 {*/
    /*    !*margin-top: 20rem;*!*/
    /*    !*font-size: 16px;*!*/
    /*    !*font-weight: bold;*!*/
    /*    !*margin-bottom: 0 !important;*!*/
    /*}*/

    .blue_promo-section .h1 {
        font-size: 25rem;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .delivery_item p {
        font-size: 16px;
        margin: 10px 0 20px 0;
    }

}

@media (min-width: 1240px) {
    .production .image-row {
        display: flex;
        margin-bottom: 30rem;
    }

    .map_bp-description.short {
        padding-right: 0;
    }

    .map_bp-description {
        font-size: 18rem;
        margin-bottom: 20rem;
    }

    .techology-image {
        width: auto;
    }

    .map_bp .h1 {
        font-size: 35rem;
        margin-bottom: 20rem;
    }

    .production .image-row img {
        max-width: 440rem;
    }

    .blue_promo-section {
        margin-bottom: 80rem;
        margin-top: 80rem;
        border-radius: 10rem;
    }

    .vaza_bp {
        /* padding: 65rem 50% 85rem 80rem; */
        background-size: 205rem;
        background-position: bottom -18rem right 150rem;
    }

    .vaza_bp h2 {
        margin-bottom: 14rem;
    }

    .promo-section_undertitle {
        margin-bottom: 15rem;
    }

    .vaza_bp-description {
        font-size: 18rem;
    }

    .delivery_item {
        margin-bottom: 30rem;
    }

    img.delivery_img {
        /*margin-top: 10rem;*/
        margin-bottom: 30rem;
    }


    /*.content_block h2 {*/
    /*    font-size: 35rem;*/
    /*}*/

    .delivery_item h3 {
        margin-bottom: 20rem;
        font-size: 25rem;
    }

    .delivery_item p {
        font-size: 18rem;
    }

    .content-block p {
        font-size: 18rem;
    }

    /*.production h2 {*/
    /*    font-size: 35rem;*/
    /*    margin-bottom: 30rem;*/
    /*}*/

    .inner_content h1:not(:last-child) {
        /*margin-top: 30rem !important;*/
        margin-bottom: 30rem !important;
    }

    .map_bp {
        /* background-position: top 10rem right 20rem; */
        padding: 65rem 400rem 65rem 60rem;
        /* background-repeat: no-repeat;
        background-size: 300rem; */
        background-position: top 10rem right 0rem;
        /* padding: 66rem 368rem 63rem 63rem; */
        background-repeat: no-repeat;
        background-size: auto;
    }

    .warm_image {
        margin-bottom: 30rem;
    }

    .promo-section_undertitle {
        font-size: 30rem;
    }
}

/* end production.css */


/* start clients-and-objects.css */

.clients-and-objects_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20rem;
}

.clients-and-objects_subtitle {
    font-size: 12rem;
    font-family: "Roboto";
    line-height: 140%;
    margin-bottom: 0;
    display: block;
    color: #222222;
}

.clients-and-objects_title {
    font-size: 12rem;
    font-family: "Roboto";
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 4rem;
    color: #222222;
}

.clients-and-objects_image-wrapper {
    height: 28.1vw;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5rem;
}

@media (min-width: 600px) {
    .clients-and-objects_row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20rem 10rem;
    }

    .clients-and-objects_image-wrapper {
        height: 120rem;
        margin-bottom: 10rem;
    }

    .clients-and-objects_subtitle {
        font-size: 14rem;
    }

    .clients-and-objects_title {
        font-size: 14rem;
    }
}

@media (min-width: 1240px) {
    .clients-and-objects_row {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 30rem;
    }

    .clients-and-objects_image-wrapper {
        height: 200rem;
        margin-bottom: 10rem;
    }

    .clients-and-objects_subtitle {
        font-size: 14rem;
    }

    .clients-and-objects_title {
        font-size: 16rem;
    }
}

/* end clients-and-objects.css */


/* start news.css */

.news-list_date {
    color: #707c8b;
    font-size: 14rem;
}
.article_head {
    display: flex;
    gap: 20px;
}
p.news-list_date:not(:last-child) {
    margin-bottom: 5rem;

}

.news-list_item:not(:last-child) {
    margin-bottom: 50rem;
}

.news-list_item-wrapper {
    display: inline-block;
    max-width: 850rem;
}

/* 
.news-list_item p,
.news-list_item img,
.news_item img {
    max-width: 677rem;
} */

.news-list_item img {
    max-width: 850rem;
    width: 100%;
    /* height: 409rem; */
    /* object-fit: cover; */
}

.news_item img.stock_image {
    width: 100% !important;
}

.news_item li:not(:last-child) {
    margin-bottom: 0;
}

.news-list_item img:not(:last-child),
.news_item img:not(:last-child) {
    margin-bottom: 20rem;
}

@media (min-width: 1240px) {

    .news-list_item img:not(:last-child),
    .news_item img:not(:last-child) {
        margin-bottom: 30rem;
    }
}

.news-list_description {
    font-size: 14rem;
    margin: 0;
}

.news_item .news-list_description {
    margin-bottom: 20rem;
}

.news-list_items h2 {
    font-family: "Montserrat";
}

.news_title-h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 16rem;
    margin-bottom: 10rem;
}

.news-list_item h2 {
    margin-top: 0 !important;
}

@media (min-width: 600px) {
    .news-list_date {
        font-size: 16rem;
    }

    .news-list_description {
        font-size: 16rem;
    }

    .news_title-h3 {
        font-size: 20rem;
    }

    .sales-4 .sales-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30rem 20rem;
    }
}

@media (min-width: 1240px) {
    .news-list_date {
        font-size: 20rem;
    }

    p.news-list_date:not(:last-child) {
        margin-bottom: 10rem;

    }

    .news-list_description {
        font-size: 18rem;
    }

    .news_item .news-list_description {
        margin-bottom: 30rem;
    }

    .news_title-h3 {
        font-size: 25rem;
    }

    .sales-4 .sales-items {
        grid-template-columns: repeat(4, 1fr);
        gap: 54rem 30rem;
    }
}

.containersad {
    width: 200px;
    background: #c8ad90;
    padding: 1rem;
}

/*.sales-items {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    gap: 30rem;*/
/*}*/
.sales_item-subtitle {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
}

/* end news.css */


/* start stars.css */

.stars_item {
    height: 105rem;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
}

.stars_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20rem;
}

@media (min-width: 600px) {
    .stars_item {
        height: 200rem;
    }
}

@media (min-width: 1240px) {
    .stars_items {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 30rem;
    }

    .stars_item {
        height: 230rem;
    }
}

/* end stars.css */


/* start certificates.css */

.certificate_items {
    margin-top: 20rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 15rem;
    grid-column-gap: 20rem;
}

.certificate-item img {
    width: 100%;
}

.certificates h3 {
    margin-top: 30rem;
    margin-bottom: 15rem;
    line-height: 150%;
}

@media (min-width: 600px) {
    .certificate_items {
        margin-top: 20rem;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-row-gap: 20rem;
        grid-column-gap: 20rem;
    }

    .certificates h3 {
        margin-top: 50rem;
        margin-bottom: 20rem;
    }
}

@media (min-width: 1200px) {
    .certificate_items {
        margin-top: 20rem;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-row-gap: 15rem;
        grid-column-gap: 20rem;
    }

    .certificates h3 {
        margin-top: 30rem;
        margin-bottom: 30rem;
    }
}

/* end certificates.css */


/* start colors.css */

/* .colors_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 20rem;
    grid-column-gap: 25rem;
    margin-top: 20rem;
}

.colors_image-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: lightgray;
    width: 100%;
    height: 80rem;
    margin-bottom: 6.5rem;
    border-radius: 4rem;
}

.colors_subtitle {
    font-size: 8rem;
    font-family: Roboto;
    margin-top: 0;
    margin-bottom: 0;
} */

/* @media (min-width: 600px) {
    .colors_subtitle {
        font-size: 8rem;
    }

    .colors_row {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-row-gap: 0rem;
        grid-column-gap: 23rem;
    }

    .colors_image-wrapper {
        background-repeat: no-repeat;
        background-size: cover;
        background-color: lightgray;
        width: 100%;
        height: 70rem;
        margin-bottom: 6rem;
        border-radius: 6rem;
    }
} */

/* @media (min-width: 1240px) {
    .colors_subtitle {
        font-size: 16rem;
    }

    .colors_row {
        grid-column-gap: 54rem;
    }

    .colors_image-wrapper {
        height: 160rem;
        margin-bottom: 15rem;
        border-radius: 10rem;
    }

    .colors .link-more {
        margin-top: 50rem;
    }
} */

.colors__body {
    position: relative;
    border-radius: 10rem;
    padding: 20rem 23rem 24rem;
    overflow: hidden;

}

.colors__body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #2e3136 27.07%, rgba(0, 0, 0, 0) 60.54%);
}

.colors__left {
    max-width: 310rem;
    position: relative;
    z-index: 2;
}

.colors__title {
    font-weight: 700;
    font-size: 20rem;
    line-height: 1.2;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.colors__title:not(:last-child) {
    margin-bottom: 13rem;
}

.colors__descr {
    font-size: 12rem;
    line-height: 1.25;
    color: #fff;
    max-width: 58%;
}

.colors__descr:not(:last-child) {
    margin-bottom: 30rem;
}

.colors__btns {
    display: flex;
}

.colors__btn {
    flex: 0 0 31rem;
    overflow: hidden;
    width: 31rem;
    height: 31rem;
    border-radius: 50%;
    border: 1.2rem solid #fff;
}

.colors__btn_active {
    border-color: #135ee4;
}


.colors__btn:not(:last-child) {
    margin-right: 9rem;
}

.colors__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('/local/templates/okonti/assets/media/colors/color_1.jpg');

    object-position: 71% center;
}

@media (min-width: 600px) {
    .colors__body {
        padding: 32rem 20rem 22rem;
    }

    .colors__title {
        font-size: 25rem;
    }

    .colors__title:not(:last-child) {
        margin-bottom: 9rem;
    }

    .colors__descr {
        max-width: none;
        font-size: 14rem;
    }

    .colors__descr:not(:last-child) {
        margin-bottom: 27rem;
    }

    .colors__btn {
        flex: 0 0 30rem;
        width: 30rem;
        height: 30rem;
    }

    .colors__bg {
        width: 100%;
        object-position: initial;
    }

    .colors__body::after {
        background: linear-gradient(90deg, #2e3136 32.15%, rgba(0, 0, 0, 0) 100%);
    }
}

@media (min-width: 1240px) {
    .colors__body {
        padding: 33rem 44rem 41rem;
    }

    .colors__left {
        max-width: 400rem;
    }

    .colors__title {
        font-size: 35rem;
    }

    .colors__title:not(:last-child) {
        margin-bottom: 17rem;
    }

    .colors__descr {
        font-size: 18rem;
    }

    .colors__descr:not(:last-child) {
        margin-bottom: 40rem;
    }

    .colors__btn {
        flex: 0 0 38rem;
        width: 38rem;
        height: 38rem;
        border-width: 1.5rem;
    }

    .colors__btn:not(:last-child) {
        margin-right: 12rem;
    }

    .colors__bg {
        width: 75.164%;
    }

    .colors__body::after {
        background: linear-gradient(90deg, #2e3136 25%, rgba(0, 0, 0, 0) 81.5%);

    }
}


/* end colors.css */


/* start system.css */

.system_image-wrapper img {
    max-width: 100%;
}

.system_info-title {
    font-size: 11rem;
    margin-top: 0;
    margin-bottom: 0rem;
    font-weight: 700;
}

.system_info-row {
    display: flex;
}

.system_info-subtitle {
    color: #707c8b;
    font-size: 8rem;
    font-family: "Roboto";
}

.system_info-wrapper {
    min-width: 140rem;
}

.system_image-wrapper {
    margin-right: 20rem;
}

.system_info-item {
    margin-bottom: 10rem;
}

@media (min-width: 600px) {
    .system_info-title {
        font-size: 18rem;
    }

    .system_info-subtitle {
        color: #707c8b;
        font-size: 14rem;
        font-family: "Roboto";
    }

    .system_info-item {
        margin-bottom: 20rem;
    }

    .system_info-title {
        margin-bottom: 5rem;
    }
}

@media (min-width: 1240px) {
    .system_image-wrapper {
        width: 300rem;
        margin-right: 100rem;
    }

    .system_info-title {
        font-size: 25rem;
    }

    .system_info-subtitle {
        color: #707c8b;
        font-size: 18rem;
        font-family: "Roboto";
    }

    .system_info-item {
        margin-bottom: 30rem;
    }
}

/* end system.css */


/* start problem-solution.css */

/*.problem-solution .container h2 {*/
/*    font-size: 20px;*/
/*    margin-bottom: 20px;*/
/*    max-width: 233px;*/
/*}*/

/*.problem_solution-items {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    column-gap: 20px;*/
/*    row-gap: 20px;*/
/*}*/

/*.problem_solution-item img {*/
/*    margin-bottom: 5px;*/
/*    width: 130px;*/
/*}*/

/*.problem_solution-desc {*/
/*    font-size: 12px;*/
/*    max-width: 122px;*/
/*}*/

/*@media (min-width: 600px) {*/
/*    .problem-solution .container {*/
/*        padding: 22rem;*/
/*    }*/

/*    .problem-solution .container h2 {*/
/*        font-size: 25px;*/
/*        margin-bottom: 20px;*/
/*        max-width: 100%;*/
/*    }*/

/*    .problem_solution-items {*/
/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*        column-gap: 13px;*/
/*        row-gap: 20px;*/
/*    }*/

/*    .problem_solution-item img {*/
/*        margin-bottom: 6px;*/
/*        width: 170px;*/
/*    }*/

/*    .problem_solution-desc {*/
/*        font-size: 12px;*/
/*        max-width: 100%;*/

/*    }*/
/*}*/

/*@media (min-width: 1240px) {*/
/*    .problem-solution .container {*/
/*        padding: 22rem;*/
/*    }*/

/*    .problem-solution .container h2 {*/
/*        font-size: 35px;*/
/*        margin-bottom: 50px;*/
/*    }*/

/*    .problem_solution-items {*/
/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*        column-gap: 30px;*/
/*        row-gap: 50px;*/
/*    }*/

/*    .problem_solution-item img {*/
/*        margin-bottom: 20px;*/
/*        width: 390px;*/
/*    }*/

/*    .problem_solution-desc {*/
/*        color: #222222;*/
/*        font-size: 25px;*/
/*        font-weight: 700;*/

/*    }*/
/*}*/

.problem-solution .container h2 {
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 233px;
}

.problem_solution-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20rem;
}

.problem_solution-item img {
    margin-bottom: 10px;
    width: 100%;
    height: 51.25vw;
    border-radius: 4rem;
}

.problem_solution-desc {
    font-size: 16rem;
    line-height: 1.2;
    color: #222222;
    font-family: "Roboto";
    font-weight: 700;
}

@media (min-width: 600px) {
    /*.problem-solution .container {*/
    /*    padding: 22rem;*/
    /*}*/

    .problem-solution .container h2 {
        font-size: 20px;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .problem_solution-items {
        grid-template-columns: 1fr 1fr;
        gap: 30rem 20rem;
    }

    .problem_solution-item img {
        height: 150rem;
        border-radius: 6rem;
    }

    .problem_solution-desc {
        font-size: 18rem;
    }
}

@media (min-width: 1240px) {
    /*.problem-solution .container {*/
    /*    padding: 22rem;*/
    /*}*/

    .problem-solution .container h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .problem_solution-items {
        gap: 30rem;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .problem_solution-item img {
        height: 228rem;
        border-radius: 10rem;
    }

    .problem_solution-desc {
        font-size: 20rem;
    }
}

/* end problem-solution.css */


/* start star-case.css */

.star_image {
    width: 130rem;
    height: 110rem;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
}

.stars_slider {
    margin-top: 5rem;
}

.star_title {
    margin-bottom: 5rem;
    font-size: 16rem;
    font-family: "Roboto";
}

.star_subtitle {
    color: #707c8b;
    font-size: 12rem;
    font-family: Roboto;
    margin-top: 0;
}

.stars_carousel .swiper-wrapper {}

.stars_slider2 {
    margin-top: 30rem;
}

.video-wrapper iframe {
    height: 48vw !important;
}

.video-wrapper {
    margin: 30rem 0;
}

.stars_slider .swiper-wrapper {
    flex-direction: row !important;
}

.stars_slider .swiper-wrapper .swiper-slide {
    margin-top: 15rem !important;
}

.stars_slider .swiper-wrapper .swiper-slide img {
    height: 80rem;
}

@media (min-width: 600px) {
    .star_image {
        width: 285rem;
        height: 245rem;

        margin-bottom: 30px;
    }

    .video-wrapper iframe {
        height: 50vw !important;
    }

    .stars_slider .swiper-wrapper .swiper-slide img {
        height: 96rem;
    }

    .star_title {
        margin-bottom: 5rem;
        font-size: 20rem;
    }

    .star_subtitle {
        color: #707c8b;
        font-size: 16rem;
        font-family: Roboto;
        margin-top: 0;
    }

    .star_case p {
        margin-bottom: 10rem;
        margin-top: 10rem;
    }
}

@media (min-width: 1240px) {
    .star_info {
        display: flex;
    }

    .star_image {
        width: 285rem;
        height: 245rem;
        flex-shrink: 0;
        margin-right: 30rem;
        margin-bottom: 0;
    }

    .star_title {
        margin-bottom: 5rem;
        font-size: 30rem;
    }

    .star_subtitle {
        font-size: 18rem;

        margin-bottom: 30rem !important;
    }

    .video-wrapper {
        margin: 50rem 0;
    }

    .video-wrapper iframe {
        height: 700px !important;
    }

    .stars_slider .swiper-wrapper .swiper-slide {
        margin-top: 15rem !important;
    }

    .stars_slider .swiper-wrapper .swiper-slide img {
        height: 110rem;
    }
}

/* end star-case.css */

@media (max-width: 1350px) {
    .container>.preview-series__compare .psc-navs {

        margin: 0 -25px;
    }

}

/* partners page */
.partners img {
    width: 100%;
    max-height: 52vw;
    object-fit: cover;
}

.partners img:not(:last-child) {
    margin-bottom: 50rem;
}

.partners__left {
    order: 1;
}

.partners__left p:not(:last-child) {
    margin-bottom: 10rem;
}

.partners__content:not(:last-child) {
    margin-bottom: 50rem;
}

.bottom-partners {
    border-radius: 4rem;
    background-color: #EBF4FF;
    padding: 20rem;
    overflow: hidden;
    position: relative;
    order: 2;
}

.bottom-partners::after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 6px;
    right: -29px;
    transform: rotate(73deg);
    width: 167rem;
    height: 111rem;
    background: url('/local/templates/okonti/assets/media/hands.png') 0 0/100% no-repeat;
}

.partners__body {
    display: grid;
    gap: 50rem;
}

.stocks-partners {
    order: 3;
}

.stocks-partners__label {
    margin-bottom: 20rem;
}

.bottom-partners__label {
    font-size: 20rem;
    line-height: 1.2;
    font-weight: 700;
}

.bottom-partners__label:not(:last-child) {
    margin-bottom: 10rem;
}

.bottom-partners__descr {
    font-size: 14rem;
    line-height: 1.5;
}

.bottom-partners__descr:not(:last-child) {
    margin-bottom: 20rem;
}

.stocks-partners__cap {
    font-weight: 700;
    font-size: 16rem;
    line-height: 1.2;
    margin-bottom: 5rem;
    display: inline-block;
}

.stocks-partners__descr {
    font-size: 12rem;
    line-height: 1.4;
}

.stocks-partners__list {
    padding-left: 0 !important;
    display: grid;
    gap: 30rem 20rem;
    margin-bottom: 0 !important;
}

.stocks-partners__item {
    list-style: none !important;
    margin-bottom: 0 !important;
}

.stocks-partners__image {
    position: relative;
    margin-bottom: 10rem;
    border-radius: 4rem;
    overflow: hidden;
    padding-bottom: 49.1%;
}

.stocks-partners__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0 !important;
}

.bottom-partners__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bottom-partners__btn {
    font-weight: 700;
    font-size: 16rem;
    padding: 20rem 35rem;
    width: 100%;
    background: #135EE4;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 5rem;
}

@media (min-width: 600px) {
    .bottom-partners::after {
        top: 16px;
        right: -68px;
        transform: rotate(73deg);
        width: 410rem;
        height: 273rem;
    }

    .partners img {
        /* max-width: 397rem; */
        max-height: 319rem;
        margin-bottom: 63rem;
    }

    .bottom-partners {
        border-radius: 6rem;
        padding: 25rem 20rem;
    }

    .bottom-partners__body {
        max-width: 285rem;
    }

    .bottom-partners__label {
        font-size: 25rem;
    }


    .bottom-partners__descr {
        font-size: 16rem;
    }

    .stocks-partners__list {
        grid-template-columns: 1fr 1fr;
    }

    .stocks-partners__cap {
        font-size: 18rem;
    }

    .stocks-partners__descr {
        font-size: 14rem;
    }

    .stocks-partners__image {
        border-radius: 6rem;
    }

    .bottom-partners__btn {
        width: auto;
    }
}

@media (min-width: 1240px) {

    .bottom-partners::after {
        top: 0;
        right: auto;
        left: 0;
        width: 740rem;
        height: 492rem;
        transform: rotate(0deg);
    }

    .partners__left p:not(:last-child) {
        margin-bottom: 15rem;
    }

    p:not(:last-child) {
        margin: 0 0 15rem;

    }

    .partners__content:not(:last-child) {
        margin-bottom: 80rem;
    }

    .partners__body {
        grid-template-columns: 1fr 285rem;
        gap: 30rem;
    }

    .partners img {
        max-height: none;
    }

    .partners img:not(:last-child) {
        margin-bottom: 30rem;
    }

    .stocks-partners {
        order: 2;
    }

    .stocks-partners__list {
        grid-template-columns: 1fr;
    }

    .bottom-partners {
        display: flex;
        justify-content: flex-end;
        padding: 45rem 163rem 45rem 20rem;
        border-radius: 10rem;
        grid-column: span 2;
        order: 3;
    }

    .bottom-partners__body {
        max-width: 400rem;
    }

    .bottom-partners__label {
        font-size: 35rem;
        line-height: 1.37;
    }

    .bottom-partners__descr {
        font-size: 18rem;
    }

    .bottom-partners__descr:not(:last-child) {
        margin-bottom: 30rem;
    }

    .stocks-partners__cap {
        font-size: 20rem;
    }

    .stocks-partners__descr {
        font-size: 16rem;
    }

    .stocks-partners__image {
        border-radius: 10rem;
    }

}

/* end partners page */
@media (max-width: 600px) {

    div.modern-page-navigation a,
    span.modern-page-current,
    span.modern-page-dots {
        min-width: 30rem !important;
    }
}

@media (min-width: 320px) {
    .ps_content-pagination {
        display: none;
    }
}

@media (min-width: 600px) {}

.preview_series-content .ps_pagination-wrapper {
    display: none;
}

@media (min-width: 1240px) {
    .ps_pagination-wrapper {
        padding: 20rem;
        margin: 0 -20rem;
        background-color: var(--color-white);

    }

    .ps_content-pagination {
        display: block;
        height: 5rem;
        transition-duration: 0.5s !important;
        border-radius: 5rem;
        background: rgba(242, 242, 242);
    }

    .ps_pagination-wrapper:hover .ps_content-pagination {
        height: 32rem;
        border-radius: 28rem;
    }

    .swiper-scrollbar-drag {
        background: #9713e4;
        cursor: pointer;
        height: 100%;
        border-radius: inherit;
    }
}

/* 404 */
.err-page {
    padding: 20rem 0;
}

.err-page__logo {
    max-width: 130rem;
}

.err-page__logo:not(:last-child) {
    margin-bottom: 40rem;
}

.err-page__logo img {
    width: 100%;
    height: auto;
}

.err-page__image {
    max-width: 129rem;
    position: relative;
}

.err-page__image::after {
    content: "";
    position: absolute;
    top: 25rem;
    left: 14rem;
    width: 88rem;
    height: 142rem;
    background: url("/local/templates/okonti/assets/media/404/animal.png") 0 0 / 100% no-repeat;
}

.err-page__image:not(:last-child) {
    margin-bottom: 30rem;
}

.err-page__image img {
    width: 100%;
    height: auto;
}

.err-page__label {
    font-weight: 700;
    font-size: 20rem;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
}

.err-page__label:not(:last-child) {
    margin-bottom: 10rem;
}

.err-page__descr {
    font-size: 14rem;
    line-height: 1.4;
}

.err-page__descr:not(:last-child) {
    margin-bottom: 30rem;
}

.err-page__btn {
    width: 100%;
    background: #135EE4;
    border-radius: 5rem;
    font-weight: 700;
    font-size: 16rem;
    padding: 17rem 58rem;
    color: #fff;
    text-align: center;
    display: inline-block;
}

@media (min-width: 600px) {

    .err-page__logo {
        max-width: 152rem;
    }

    .err-page__logo:not(:last-child) {
        margin-bottom: 48rem;
    }

    .err-page__image {
        max-width: 138rem;
    }

    .err-page__image::after {
        top: 27rem;
        left: 15rem;
        width: 87rem;
        height: 152rem;
    }

    .err-page__image:not(:last-child) {
        margin-bottom: 20rem;
    }

    .err-page__label {
        font-size: 25rem;
    }

    .err-page__descr {
        font-size: 16rem;
    }

    .err-page__btn {
        width: auto;
    }
}

@media (min-width: 1240px) {

    .err-page {
        padding: 30rem 0;
    }

    .err-page__image::after {
        width: 94rem;
    }

    .err-page__logo {
        max-width: 211rem;
    }

    .err-page__logo:not(:last-child) {
        margin-bottom: 50rem;
    }

    .err-page__label {
        font-size: 35rem;
    }

    .err-page__label:not(:last-child) {
        margin-bottom: 16rem;
    }

    .err-page__descr {
        font-size: 18rem;
    }

    .err-page__btn {
        padding: 15rem 72rem;
    }
}

/* 404 */

/* simplebar */
.work-examples .simplebar-track.simplebar-vertical {
    right: -12px;
}

.work-examples .simplebar-vertical[style] .simplebar-scrollbar:before {
    background: rgba(19, 94, 228);
    border-radius: 5rem;
    opacity: 1;
}

/* simplebar */

/* SPLIT PAGE */
body.split {
    background: #F4F4F4;
}

.split-hero {
    margin-bottom: 16rem;
}

.split-hero__body {
    border-radius: 16rem;
    background: #55D48E;
    padding: 20rem;
    min-height: 370rem;
    position: relative;
    overflow: hidden;
}

.split-hero__body::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url('/local/templates/okonti/assets/media/split/hero-window.png') bottom right/ 100% no-repeat;
    width: 265rem;
    height: 188rem;
}

.split-hero__body::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0rem;
    background: url('/local/templates/okonti/assets/media/split/hero-snow.png') bottom right/ 100% no-repeat;
    width: 450rem;
    height: 82rem;
}

.split-hero__decor {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 202rem;
    height: 157rem;
    z-index: 1;
    background: url('/local/templates/okonti/assets/media/split/decors.png') bottom right/ 100% no-repeat;
}

.split-hero__top {
    max-width: 93rem;
    margin-bottom: 21rem;
}

.split-hero__top img {
    width: 100%;
    height: auto;
}

.split-hero__title {
    font-family: "Montserrat", sans-serif;
    font-size: 26rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10rem;
}

.split-hero__descr {
    font-size: 14rem;
    line-height: 1.2;
    color: rgba(34, 34, 34, 0.7);
}

.split-what {
    margin-bottom: 16rem;
}

section.split-what {
    padding-top: 0;
}

.split-what__body {
    padding: 30rem 20rem;
    border-radius: 16rem;
    background-color: #fff;
}

.split-what__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 22rem;
    line-height: 1.2;
    margin-bottom: 10rem;
}

.split-what p {
    font-size: 14rem;
    line-height: 1.2;
}

.split-what p:not(:last-child) {
    margin-bottom: 20rem;
}

section.split-use {
    padding-top: 0;
}

.split-use {
    margin-bottom: 16rem;
}

.split-use__body {
    border-radius: 16rem;
    background-color: #fff;
    padding: 30rem 20rem;
}

.split-use__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 22rem;
    line-height: 1.2;
    margin-bottom: 20rem;
}

.split-use__item {
    display: flex;
    flex-direction: column;
    gap: 10rem;
    line-height: 1.2;
}

.split-use__item span {
    font-size: 20rem;
    font-weight: 700;
    line-height: 1;
    background: rgba(85, 212, 142, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    flex: 0 0 40rem;
    width: 40rem;
    height: 40rem;
}

.split-use__item:not(:last-child) {
    margin-bottom: 25rem;
}

.split-faq {
    margin-bottom: 30rem;
}

section.split-faq {
    padding-top: 0;
}

.split-faq__body {
    border-radius: 16rem;
    padding: 30rem 20rem;
    background-color: #fff;
}

.split-faq__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 22rem;
    line-height: 1.2;
    margin-bottom: 21rem;
}

.split-faq__btn {
    font-weight: 700;
    font-size: 16rem;
    line-height: 1.2;
    background: none;
    margin-bottom: 6rem;
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
    width: 100%;
}

.split-faq__btn::after {
    content: "";
    flex: 0 0 24rem;
    width: 24rem;
    height: 24rem;
    transition: transform 0.3s ease 0s;
    transform: rotate(45deg);
    background: url('/local/templates/okonti/assets/media/split/close-circle.svg') 50% 50% no-repeat;
}

.split-faq__btn._spoller-active::after {
    transform: rotate(0deg);
}

.split-faq__content {
    font-size: 14rem;
    line-height: 1.2;
}

.split-faq__item:not(:last-child) {
    margin-bottom: 17rem;
}

@media (min-width: 600px) {
    .split-hero__body {
        padding: 20rem 30rem;
        border-radius: 24rem;
        min-height: 220rem;
    }


    .split-hero__top {
        margin-bottom: 23rem;
    }

    .split-hero__left {
        max-width: 250rem;
    }

    .split-hero__body::after {
        width: 277rem;
        height: 216rem;
    }

    .split-what__body {
        padding: 30rem;
        border-radius: 24rem;
    }

    .split-use__body {
        border-radius: 24rem;
        padding: 30rem;
    }

    .split-use__item {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 14rem;
    }

    .split-use__item:not(:last-child) {
        margin-bottom: 7rem;
    }

    .split-use__item span {
        font-size: 13rem;
        flex: 0 0 28rem;
        width: 28rem;
        height: 28rem;
    }

    .split-faq__body {
        border-radius: 24rem;
        padding: 30rem;
    }

    .split-faq__item:not(:last-child) {
        margin-bottom: 10rem;
    }

    .split-hero__body::before {
        right: 0;
    }
}

/* @media (min-width: 905px) {
    .split-hero {
        margin-bottom: 20rem;
    }

    .split-hero__body {
        padding: 26rem 40rem;
        min-height: 300rem;
    }

    .split-hero__top {
        max-width: 143rem;
        margin-bottom: 50rem;
    }

    .split-hero__title {
        font-size: 36rem;
    }

    .split-hero__descr {
        font-size: 16rem;
    }

    .split-hero__left {
        max-width: 420rem;
    }
} */

@media (min-width: 1240px) {
    .split-hero__body {
        border-radius: 30rem;
        padding: 36rem 65rem;
        min-height: 400rem;
    }

    .split-hero__body::before {
        bottom: 0;
        right: 68rem;
        width: 878rem;
        height: 82rem;
    }

    .split-hero__decor {
        width: 418rem;
        height: 328rem;
    }

    .split-hero__top {
        max-width: 185rem;
        margin-bottom: 70rem;
    }

    .split-hero__title {
        font-size: 50rem;
        margin-bottom: 16rem;
    }

    .split-hero__descr {
        font-size: 20rem;
    }

    .split-hero__left {
        max-width: 550rem;
    }

    .split-hero__body::after {
        width: 610rem;
        height: 400rem;
    }

    .split-what {
        margin-bottom: 20rem;
    }

    .split-what__body {
        padding: 50rem 64rem;
        border-radius: 30rem;
    }

    .split-what__title {
        font-size: 35rem;
        margin-bottom: 20rem;
    }

    .split-what p {
        font-size: 20rem;
    }

    .split-what p:not(:last-child) {
        margin-bottom: 30rem;
    }

    .split-use {
        margin-bottom: 20rem;
    }

    .split-use__body {
        border-radius: 30rem;
        padding: 50rem 64rem;
    }

    .split-use__title {
        font-size: 35rem;
    }

    .split-use__item {
        gap: 15rem;
        font-size: 20rem;
    }

    .split-use__item:not(:last-child) {
        margin-bottom: 15rem;
    }

    .split-use__item span {
        font-size: 20rem;
        flex: 0 0 40rem;
        width: 40rem;
        height: 40rem;
    }

    .split-faq {
        margin-bottom: 48rem;
    }

    .split-faq__body {
        border-radius: 30rem;
        padding: 50rem 64rem;
    }

    .split-faq__title {
        font-size: 35rem;
    }

    .split-faq__btn {
        font-weight: 700;
        font-size: 25rem;
        margin-bottom: 10rem;
    }

    .split-faq__content {
        font-size: 20rem;
        line-height: 1.2;
    }

    .split-faq__item:not(:last-child) {
        margin-bottom: 20rem;
    }

    .split-faq__btn::after {
        flex: 0 0 30rem;
        width: 30rem;
        height: 30rem;
    }
}

/* SPLIT PAGE */

/* calc */
.calc-page {
    padding: 20rem 0;
}

.wg-calc {
    background: none !important;
    min-height: auto !important;
}

/* аааа */
.modal-content[data-v-449af24f] {
    overflow-y: visible !important;
}

#wg-calc {
    padding: 0 !important;
}

@media (min-width: 600px) {
    .calc-page {
        background: url('/local/templates/okonti/assets/media/calc-bg.jpg') 50% 50%/ cover no-repeat;
        padding: 48rem 0;
    }


}

.modal-content[data-v-449af24f] {
    height: auto !important;
    max-height: none !important;
}

.get-sms[data-v-449af24f] {
    padding-bottom: 30px !important;
}

@media (max-width: 599px) {
    .modal-content[data-v-449af24f] {
        box-shadow: none !important;
    }

}

/* calc */


.preview-series {
    /* overflow: hidden; */
}


.text-block img {
    max-width: 900px;
    height: 100%;
    margin-bottom: 30px;
}

.text-block p {
    margin-bottom: 30px;
}

.text-block p:last-child {
    margin-bottom: 0 !important;
}

blockquote {
    background-color: #F2F6FC;
    /* светло-голубой фон */
    padding: 20px 20px 20px;
    /* отступы внутри блока */
    position: relative;
    /* для позиционирования полоски и прямоугольника */

    /* Закругление правого края прямоугольника */
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Стили для вертикальной полоски слева */
blockquote::before {
    content: '';
    position: absolute;
    top: 0;
    left: -3px;
    /* смещение полоски влево на 3 пикселя */
    height: 100%;
    width: 6px;
    /* ширина синей полоски */
    background-color: #2A6CE5;
    /* синий цвет полоски */
}

.stock_image {
    border-radius: 10px;
}

.preview_series .simplebar-track {
    bottom: auto;
    top: 0;
}

.price-bar{
    position: absolute;
    top: 19px;
    left: 20px;
    width: 161px;
    height: 50px;
    background-color: var(--color-blue-two);
    border: 1px solid var(--color-blue-two);
    color: white;
    display: flex;
    border-radius: 5px;
    font-size: 21px;
    font-family: Roboto;
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
}

/* Стили для разрешения от 600px до 1239px */
@media (min-width: 600px) and (max-width: 1239px) {
    .price-bar {
        width: 78px;
        height: 28px;
        font-family: Roboto;
        font-size: 10px;
        font-weight: 700;
        line-height: 11.72px;
        text-align: center;
        top: 10px;
        left: 10px;
    }
}

/* Стили для разрешения 599px и меньше */
@media (max-width: 599px) {
    .price-bar {
        width: 62px;
        height: 20px;
        font-family: Roboto;
        font-size: 10px;
        font-weight: 700;
        line-height: 11.72px;
        text-align: center;
        top: 8px;
        left: 8px;
    }
}

h1 {
  font-size: 35rem !important;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}

p {
  font-size: 18rem !important;
  line-height: 1.38;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.pscsi-content__wrapper p {
  font-size: 14rem !important;
  line-height: 1.38;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

h2 {
  font-size: 25rem !important;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-size: 20rem !important;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 600px) {
  p{
     font-size: 14rem !important;
  }
  li {
      font-size: 14rem !important;
  }
  h1 {
     font-size: 20rem !important;
  }
  h2 {
     font-size: 18rem !important;
  }
}

.inner-descr.inner-descr--uniq h2,
.inner-descr.inner-descr--uniq h3{
    margin-top: 0rem;
}

.colors .colors__title-unuq {
    font-size: 25rem !important;
}

@media (max-width: 600px) {
    .colors .colors__title-unuq {
        font-size: 18rem !important;
    }
}

.inner_content.our-banner .inner-descr h2, .inner_body.our-banner .inner-descr h3{
    margin-top: 0rem !important;
}









.preview .preview-partner {
    margin: 0;
  }
  .preview .preview-partner__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 25px;
    padding-top: 30px;
  }
  .preview .preview-partner__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 38px;
  }
  .preview .preview-partner__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3px;
  }
  .preview .preview-partner__item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3px;
  }
  .preview .preview-partner__item-icon {
    max-width: 30px;
    max-height: 30px;
  }
  .preview .preview-partner__item-icon svg,
  .preview .preview-partner__item-icon img {
    width: 100%;
    height: 100%;
  }
  .preview .preview-partner__item-text {
    color: #000000;
    font-weight: 700;
    font-family: "Montserrat";
    font-size: 26px;
    line-height: 1;
  }
  .preview .preview-partner__item-number {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto";
    color: #9C9C9D;
    line-height: 1;
  }
  @media (max-width: 1239px) {
    .preview .preview-partner__box {
        padding-top: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 15px;
        width: 100%;
      }

      .preview .preview-partner {
        width: 100%;
      }
  }
  @media (max-width: 767px) {
    
    .preview .preview-partner__item-icon {
      max-width: 18px;
      max-height: 20px;
    }
    .preview .preview-partner__item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .preview .preview-partner__item-number {
      font-size: 9px;
    }
    .preview .preview-partner__items {
      gap: 25px;
    }
    .preview .preview-partner__item-text {
      font-size: 16px;
    }
  }
  @media (max-width: 550px) {
    .preview .preview-partner__box {
      padding-top: 12px;
    }
    .preview .preview-partner__item-number {
      font-size: 7px;
    }
    .preview .preview-partner__items {
      gap: 20px;
    }
    .preview .preview-partner__item-text {
      font-size: 13px;
    }
  }

/* header icons src348723 start*/
.header-content {
    gap: 10rem;
}
.header-phone,
.header-phone-mob {
    color: #135EE4;
}
.geroy-logo > img {
    width: 88px;
}
.header-desktop {
    justify-content: flex-end;
}
.header-socs .header-soc-link {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}
.header-socs .header-soc-ico {
    height: 25px;
}
.header_before-search {
    margin-right: 40px;
}
.header-soc-link.header-phone-mob-ico {
    display: none;
}
.header-desktop .header-contact_line {
    margin-right: 25px;
}
.header-socs.show-600px {
    display: none;
}
@media (max-width: 1239px) {
    .geroy-logo > img {
        width: 50px;
    }
    .header-phone-mob {
        font-family: "Montserrat", sans-serif;
        font-size: 16rem;
        margin-right: 25rem;
    }
    .header-mobile {
        display: flex;
        align-items: center;
    }
}
@media (max-width: 599px) {
    .header-phone-mob,
    .header-socs.hide-600px {
        display: none;
    }
    .header-socs .header-soc-link.header-phone-mob-ico {
        display: inline-block;
    }
    .header-socs.show-600px {
        display: block;
    }
}
@media (max-width: 390px) {
    .header-socs .header-soc-link {
        margin-right: 10px;
    }
    .geroy-logo > img {
        width: 40px;
    }
    .header-logotype {
        max-width: 100rem;  
    }
    .header-socs .header-soc-ico {
        height: 20px;
    }
    .header-content {
        justify-content: flex-start;
    }
}
@media (min-width: 1240px) {
    .header-mobile {
        display: none;
    }
}
/* header icons src348723 end*/
/*src351267 стилизация списков для контента start*/
.seo-content ul,
.seo-content ol {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18rem;
    line-height: 1.4;
    margin-left: 20rem;
    margin-bottom: 15rem;
    padding-left: 0;
}
.seo-content ul li {
    list-style: disc;
}
.seo-content ul li,
.seo-content ol li {
    margin-bottom: 10px;
}
.calc-content-block {
    margin: 60px 0 80px 0;
}
.seo-content .descr-row {
    margin-top: 30px;
}
@media (max-width: 425px) {
    .calc-content-block {
        margin-bottom: 60px;
    }
}
/*src351267 стилизация списков для контента end*/