.advantage .page__title {
    text-align: center;
}

.advantage.ver_01 {
    /*padding: 140px 0;*/
    padding-bottom: 140px;
}

.advantage.ver_01 .advantage__item {
    margin-bottom: 30px;
    border-radius: 18px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.advantage.ver_01 .advantage__item:hover {
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.14);
}

.advantage.ver_01 .advantage__item .advantage__icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    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;
    background: #ECF0FA;
    margin-bottom: 24px;
}

.advantage.ver_01 .advantage__item .advantage__icon svg path {
    stroke: #2E3F7F;
}

.advantage.ver_01 .advantage__item .advantage__title {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 120%;
    margin-bottom: 12px;
}

.advantage.ver_01 .advantage__item .advantage__desc {
    line-height: 140%;
    color: gray;
    font-family: "OpenSans";
    font-weight: normal;
}

.advantage.ver_02 {
    /*padding: 140px 0;*/
    padding-bottom: 140px;
}

.advantage.ver_02 .advantage__image {
    width: 100%;
}

.advantage.ver_02 .advantage__item {
    margin-bottom: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 110px;
}

.advantage.ver_02 .advantage__item .advantage__icon {
    width: 89px;
    height: 89px;
    border-radius: 50%;
    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;
    background: #ECF0FA;
    -ms-flex-preferred-size: 89px;
    flex-basis: 89px;
    margin-right: 30px;
}

.advantage.ver_02 .advantage__item .advantage__icon svg path {
    stroke: #2E3F7F;
}

.advantage.ver_02 .advantage__item .advantage__info {
    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-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.advantage.ver_02 .advantage__item .advantage__title {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 120%;
    margin-bottom: 12px;
}

.advantage.ver_02 .advantage__item .advantage__desc {
    line-height: 140%;
    color: gray;
    font-family: "OpenSans";
    font-weight: normal;
}

.content {
    background: #fff;
    /*padding: 140px 0;*/
    padding-bottom: 140px;
    line-height: 160%;
}

.content.content_no_bottom {
    padding-bottom: unset;
}

.content .container-fluid {
    font-size: 1.125rem;
    color: gray;
}

.content .content__title {
    /*font-size: 3rem;*/
    color: black;
    margin-bottom: 60px;
    line-height: 120%;
}

.content h2 {
    /*font-size: 2rem;*/
    font-size: 1.5rem;
    color: black;
    line-height: 120%;
    margin-bottom: 24px;
}

.content h3 {
    font-size: 1.375rem;
    color: black;
    line-height: 120%;
    margin-bottom: 24px;
}

.content .justify-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content a {
    text-decoration: underline;
}

.content .button {
    text-decoration: none;
}

.content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.content ul li {
    margin-bottom: 16px;
    font-family: "OpenSans";
    font-weight: normal;
}

.content ul li::before {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2E3F7F;
    margin-right: 16px;
}

.content ul li:last-child {
    margin-bottom: 0;
}

.content p {
    margin-bottom: 24px;
    font-family: "OpenSans";
    font-weight: normal;
}

.content p:last-child {
    margin-bottom: 0;

}

.content table {
    width: 100%;
}

.content table tr:nth-child(2n+1) {
    background: #ECF0FA;
}

.content table th {
    background: #2E3F7F;;
    color: white;
    font-weight: 400;
    text-align: left;
    padding: 30px 24px;
    font-size: 1.125rem;
    font-family: "OpenSans";
    font-weight: normal;
}

.content table td {
    padding: 24px;
    color: black;
    font-family: "OpenSans";
    font-weight: normal;
}

/*.content table td.green {*/
     /*background-color: lightgreen;*/
/*}*/
/*.content table td.red {*/
    /*background-color: red;*/
/*}*/

.content table td.center {
    text-align: center;
}
.content table td.center img {
   max-width: 40px;
   max-height: 40px;
}

.content .content__table {
    overflow-x: auto;
}

.content.ver_01 .container-fluid.small {
    max-width: 960px;
}

.content.ver_01 .content__title {
    text-align: center;
}

.content.ver_02 .img-fluid {
    display: block;
    width: 100%;
}

.content.ver_02 .content__title {
    text-align: center;
}

.content.ver_02 .row {
    margin-bottom: 60px;
}

.content.ver_03 .content__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.content.ver_03 .content__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 150px;
}

.content.ver_03 .content__num {
    width: 586px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content.ver_03 .content__num-item {
    width: 50%;
    padding: 0 10px 20px;
}

.content.ver_03 .content__num-info {
    background: #ECF0FA;
    border-radius: 8px;
    height: 140px;
    padding: 25px;
}

.content.ver_03 .content__num-count {
    color: #2E3F7F;
    font-size: 3.75rem;
    line-height: 100%;
    margin-bottom: 12px;
    font-weight: 700;
}

.content.ver_03 .content__num-desc {
    font-size: 1.125rem;
    color: black;
}

.content.ver_03 .content__more {
    margin-top: 60px;
}

.content.ver_04 .content__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

.content.ver_04 .content__title {
    width: 447px;
}

.content.ver_04 .content__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 150px;
}

.content.ver_04 .content__more {
    margin-top: 40px;
}

.content.ver_05 .container-fluid {
    max-width: 960px;
}

.page__title {
    line-height: 120%;
    /*font-size: 3rem;*/
    margin-bottom: 60px;
}

.button {
    height: 60px;
    width: 260px;
    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;
    /*color: #fff;
    background: var(--general-accent);*/
    border-radius: 30px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    /*border: none;
    font-family: "Nunito", sans-serif;*/
    cursor: pointer;
    padding: 0;
    margin: 0;

    border: 2px solid #4C5475;
    background: white;
    color: #4C5475;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.button:hover {
    background: #4C5475;
    color: white!important;
}

.button.button50 {
    height: 50px;
    border: 2px solid orange;
    color: orange;
}

.button.button50:hover {
    background: orange;
}

.box-modal#modal-3d, .box-modal#modal-download {
    width: 700px;
}

.box-modal#modal-reg {
    width: 1000px;
}

iframe.glb{
     width: 100%;
     height: 640px;
     border: 0;
 }

.box-modal#modal-reg .modal-callback_block input, .box-modal#modal-reg .modal-callback_block .lk_popup_select{
    width: 50%;
    max-width: unset;
}

.box-modal#modal-reg .modal-callback_block input.agree{
    width: unset;
    margin: 0 10px 0 0;
}

.look_pwd {
    background-image: url(/i/eye_closed.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 50px;
    background-position: center center;
    height: 60px;
    /* border: 1px solid #000; */
    margin-left: -50px;
    cursor: pointer;
}

.look_pwd.open{
    background-image: url("/i/eye_open.svg");
}

.modal-callback_block .popup_footer {
    padding-top: 15px;
    font-size: 100%;
    text-align: center;
    display: grid;
    line-height: 120%;
}

.modal-callback_block .popup_footer .popup_string {
    text-decoration: underline;
    /*text-decoration-color: #4C5475;
    text-decoration-thickness: 2px;*/
    padding-top: 3px;
    padding-bottom: 3px;
    color: black;
}

.box-modal#modal-download .modal-callback_block input{
    margin: unset;
}

.box-modal#modal-download .modal-callback_block label{
    padding: unset;
    margin-left: 5px;
}

.box-modal#modal-download .modal-callback_block img{
    margin: 0 0 0 5px;
}


.agree_checkbox_form{
    max-width: 90%;
    margin: auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.agree_checkbox_form label{
   padding: unset;
}

.agree_checkbox_form a{
    color: black;
    text-decoration: underline;
}

.footer_after{
    width: 100%;
    margin-top: 30px;
    border-top: solid 2px #C4C4C4;
    padding-top: 30px;
    text-align: center;
}

.footer_after a{
   color: #4C5475;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 20px;
}

.footer_after a:hover{
   color: white;
}

body.page-inner section#partners.add_paddings .container-fluid{
    padding-right: 15px;
    padding-left: 15px;
}


footer .footer__nav.footer__seo:last-child
{
    margin-top: 60px;
}

body.page-inner section#partners .partners__list.hidden{
    display: none;
}

body.page-inner section#partners .partners__list {
    -ms-grid-columns: (1fr) [ 6 ];
    grid-template-columns: repeat(6, 1fr);
}

#objects__map{
    height:720px;
    width:100%;
}

#objects__map.hidden{
    display: none;
}

section.content.ver_01.open_stat h2{
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.2;
    }

section.content.ver_01.open_stat tr.center{
   text-align: center;
}
/*section.content.ver_01.open_stat table{*/
  /*width: unset;*/
    /*margin: 0 auto;*/
/*}*/

/*section.open_stat a{*/
    /*color: #0078ff;*/
/*}*/

/*section.open_stat table{*/
    /*margin: 0 auto;*/
/*}*/

/*section.open_stat td, section.open_stat th{*/
    /*padding: 0 5px;*/
    /*font-size: 1.1rem;*/
/*}*/

a.footer__link-big{
     color: #ffffff;
     text-decoration: underline;
 }
a.footer__link-big:hover{
    text-decoration: unset;
}

.page-inner.page-lk .lk__login-tarif {
    color: #7B7B7B;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    margin-top: 10px;
}

section#blocked{
    width: 100%;
    height: 100%;
    background-image: url("/i/stat-block1.jfif");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-bottom: 30px;
}
section#blocked .btn
 {
    align-items: center;
    border-radius: 30px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    cursor: pointer;
    padding: 12px 30px;
    border: 2px solid #4C5475;
    color: #4C5475;
    background: white;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

section#blocked .btn:hover {
    background: #4C5475;
    color: white!important;
}

section#blocked h4 {
      margin-bottom: 10px;
}

section#blocked h4 span{
   font-weight: normal;
}

section#blocked h4 a:hover{
    color:orange;
}

#filter-form .btn__go.orangered{
     background: orange;
     border: 2px solid orange;
 }

#filter-form .btn__go.orangered:hover{
    background: white;
    color: orange;
}

/*section#partners .partners__list .partners__item.pro{*/
     /*border: solid 3px gold;*/
/*}*/

/*section#partners .partners__list .partners__item.lite{*/
    /*border: solid 3px silver;*/
/*}*/


section#partners .partners__list .partners__item.pro{
    position: relative;
    content: ' ';
    background:  url("/i/vip_mark_min.png");
    background-size: 20px 20px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
}

body.page-inner section#partners .partners__list .partners__item.pro{
    position: relative;
    content: ' ';
    background:  url("/i/vip_mark_min.png");
    background-size: 20px 20px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
}

body.page-inner section#search.filter_search{
    margin-top: 0px;
    margin-bottom: 20px;
}


/*----------------- pict-slider -------------------*/

.pict_slider.ver_01 {
    height: 500px;
    height: 320px;
    position: relative;
    margin-bottom: 30px;
}

.pict_slider.ver_01 .slick-dots {
    display: none !important;
}

.pict_slider.ver_01 .container-fluid {
    /*height: auto;*/
    padding: 0 100px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    height: 100%;
}

.pict_slider.ver_01 .pict_slider__slider-item {
    height: 500px;
    height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: cover;
}

.pict_slider.ver_01 .pict_slider__title {
    font-size: 3.25rem;
    line-height: 120%;
    margin-bottom: 30px;
}

.pict_slider.ver_01 .pict_slider__title span {
    color: var(--general-accent);
    font-weight: 700;
}

.pict_slider.ver_01 .pict_slider__slider-nav {
    position: absolute;
    z-index: 10;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 30px;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pict_slider.ver_01 .pict_slider__slider-nav .slider-nav__button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0;
    border: none;
    background: #fff;
    cursor: pointer;
    padding: 0;
    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;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.pict_slider.ver_01 .pict_slider__slider-nav .slider-nav__button path {
    stroke: var(--general-accent);
}

.pict_slider.ver_01 .pict_slider__slider-nav .slider-nav__button:hover {
    background: var(--general-accent);
}

.pict_slider.ver_01 .pict_slider__slider-nav .slider-nav__button:hover path {
    stroke: var(--general-white);
}

.pict_slider.ver_01 .pict_slider__slider-nav .slider-nav__prev {
    left: 0;
}

.pict_slider.ver_01 .pict_slider__slider-nav .slider-nav__next {
    right: 0;
}

section#search.default_search.margin_top{
margin-top: 30px;
    margin-bottom: 30px;
}

/*--------------------@media--------------------*/

@media screen and (max-width: 1199.98px) {
    .content.ver_03 .content__text {
        padding-right: 60px;
    }
    .content.ver_04 .content__text {
        padding-left: 50px;
    }
    .advantage.ver_02 .advantage__item {
        margin-bottom: 58px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 40px;
    }
    .box-modal#modal-reg {
        width: 700px;
    }
}

@media screen and (max-width: 991.98px) {
    h1.page__title {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .content .container-fluid {
        font-size: 1rem;
    }
    .content .content__title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    .content .content__title-two {
        font-size: 1.5rem;
    }
    .content.ver_02 .row {
        margin-bottom: 0;
    }
    .content.ver_02 .col-lg-6 {
        margin-bottom: 30px;
    }
    .content.ver_03 .content__desc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .content.ver_03 .content__num {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
    }
    .content.ver_03 .content__more {
        margin-top: 20px;
    }
    .content.ver_04 .content__desc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .content.ver_04 .content__text {
        padding-left: 0;
    }
    .content.ver_04 .content__title {
        width: 100%;
    }
    .pict_slider.ver_01 .container-fluid {
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

@media screen and (max-width: 767.98px) {
    .advantage.ver_01 .advantege__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .advantage.ver_02 .advantage__item {
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .box-modal#modal-3d, .box-modal#modal-reg{
        width:100%;
    }

    .box-modal#modal-download{
        width:600px;
    }

    .box-modal#modal-3d {
        padding: 40px 0 0 0;
    }
    .box-modal#modal-reg .modal-callback_block{
        padding: 40px 0 20px 0;
    }

    .box-modal#modal-reg .modal-callback_block input, .box-modal#modal-reg .modal-callback_block .lk_popup_select {
       width: 90%;
    }

    iframe.glb{
        width: 100%;
        height: 300px;
        border: 0;
    }
}


@media screen and (max-width: 667.98px) {
    .box-modal#modal-download{
        width:500px;
    }
    .pict_slider.ver_01 .pict_slider__title {
        font-size: 2rem;
    }
    .pict_slider.ver_01 .pict_slider__slider-nav {
        left: 15px;
        right: 15px;
    }
}


@media screen and (max-width: 575.98px) {
    .content.ver_03 .content__num-count {
        font-size: 2.5rem;
        margin-bottom: 0;
    }
    .content.ver_03 .content__num-desc {
        font-size: 1rem;
    }
    .box-modal#modal-download{
        width:400px;
    }
}

@media screen and (max-width: 450px) {
    .box-modal#modal-download{
        width:100%;
    }
}


.home {
    background-image: url(/i/new_main/images/home-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 583px;
    padding: 96px 0
}
.home__title {
    text-align: left;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    color: #242527;
    margin: 0;
    margin-bottom: 26px
}
.home__right {
    max-width: 544px
}
.home__text {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    color: #6b6b6b;
    margin-bottom: 42px
}
.home__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.button_small {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 260px;
    padding: 16px 35px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    background-color: #4c5475;
    border: 2px solid #4c5475;
    font-weight: 500
}
.button_small:hover {
    background-color: #606a94;
    border-color: #606a94
}
.button_clear {
    margin-left: 10px;
    min-width: 220px;
    background-color: transparent;
    color: #4c5475
}
.button_clear:hover {
    background-color: #4c5475;
    border-color: #4c5475;
    color: #fff
}
.home__item {
    background-color: #fff;
    border: 1px solid #4c5475;
    border-radius: 10px;
    padding: 25px 22px;
    height: 310px;
    position: relative
}
.home__image {
   /* width: 100%;*/
    display: block;
    margin-bottom: 4px;
    max-height: 140px;
    max-width: 210px;
}
.home__brand {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #ababab;
    margin-bottom: 18px
}
.home__secondary-title {
    font-size: 15px;
    overflow: hidden;
    color: #4c5475
}
.link_all {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.home__item_small {
    height: 60px;
    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;
    margin-bottom: 18px;
    max-width: 240px
}
.home__item_small img {
    max-width: 138px;
    max-height: 45px
}
.row.gutters-20 {
    margin-left: -10px;
    margin-right: -10px
}
.row.gutters-20 > * {
    padding-left: 10px;
    padding-right: 10px
}
.home__button_home-slider {
    text-align: center;
    width: 100%;
    margin-left: 0
}
.home__button_home-slider {
    margin-top: 28px
}
.home__slider .slick-slide {
    padding: 0 5px
}
.search {
    padding: 138px 0 70px
}
.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 18px;
    overflow: hidden
}
.filter_summary {
    text-align: center;
    margin-bottom: 12px;
}
.filter__item {
    position: relative
}
.filter__item input {
    position: absolute;
    visibility: hidden
}
.filter__item input:checked ~ label {
    color: #fff;
    background-color: #4c5475;
    z-index: 1
}
.filter__item input:checked ~ label:before {
    opacity: 1;
    height: 110%;
    background-color: #4c5475
}
.filter__item label {
    font-size: 12px;
    font-weight: 500;
    color: #4c5475;
    padding: 13px 32px;
    border-radius: 40px;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    position: relative;
    background-color: #fff;
    white-space: nowrap
}
.filter__item label span {
    position: relative;
    z-index: 1
}
.filter__item label:before {
    content: "";
    display: inline-block;
    background-color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    border: 1px solid #4c5475;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}
.filter__item:nth-child(1) {
    -webkit-transform: translate(-80px,0);
    -ms-transform: translate(-80px,0);
    transform: translate(-80px,0)
}
.filter__item:nth-child(1) label {
    padding-left: 60px
}
.filter__item:nth-child(2) {
    -webkit-transform: translate(-40px,0);
    -ms-transform: translate(-40px,0);
    transform: translate(-40px,0)
}
.filter__item:nth-child(2) label {
    padding-left: 60px
}
.search__input {
    height: 50px;
    border: 1px solid #4c5475;
    border-radius: 50px;
    background-image: url(/i/new_main/images/icons/search.svg);
    background-repeat: no-repeat;
    background-position: 32px center;
    background-size: 18px;
    padding: 14px 69px;
    position: relative
}
.search__input input {
    background: 0 0;
    border: none;
    font-size: 14px;
    font-weight: 500;
    width: 100%
}
.search__input input::-webkit-input-placeholder {
    color: #c6c6c6
}
.search__input input::-moz-placeholder {
    color: #c6c6c6
}
.search__input input:-ms-input-placeholder {
    color: #c6c6c6
}
.search__input input::-ms-input-placeholder {
    color: #c6c6c6
}
.search__input input::placeholder {
    color: #c6c6c6
}
.search__reset {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    right: 25px;
    background-image: url(/i/new_main/images/icons/reset.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    cursor: pointer;
    -webkit-transition: -webkit-filter .15s ease;
    transition: -webkit-filter .15s ease;
    -o-transition: filter .15s ease;
    transition: filter .15s ease;
    transition: filter .15s ease,-webkit-filter .15s ease
}
.search__reset:hover {
    -webkit-filter: brightness(64%);
    filter: brightness(64%)
}
.search__button {
    width: 100%;
    min-width: auto
}
.manufacturers-working {
    padding: 60px 0 100px
}
.manufacturers-working__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px
}
.section-title {
    margin: 0;
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
    color: #242527
}
.manufacturers-working__slider {
    max-width: 1390px;
    padding: 0 10px;
    margin: 0 auto
}
.manufacturers-working__slider .slick-list {
    overflow: visible
}
.manufacturers-working__slider .slick-slide {
    padding: 0 15px 20px
}
.manufacturers-working__item {
    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;
    border-radius: 10px;
    overflow: hidden;
    height: 315px;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 20px 30px 0 rgba(0,0,0,.1);
    margin-bottom: 27px;
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow .15s ease;
    transition: -webkit-box-shadow .15s ease;
    -o-transition: box-shadow .15s ease;
    transition: box-shadow .15s ease;
    transition: box-shadow .15s ease,-webkit-box-shadow .15s ease
}
.manufacturers-working__item:hover {
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,.1);
    box-shadow: 0 5px 30px rgba(0,0,0,.1)
}
.manufacturers-working__item img {
    max-width: 60%;
    max-height: 80%;
    display: block
}
.manufacturers-working__item_small {
    height: 90px
}
.trending-products {
    padding: 60px 0 209px
}
.trending-products__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 44px
}
.trending-products__img {
    text-align: center;
    margin-bottom: 30px
}
.trending-products__img img {
    max-width: 243px;
    width: 100%;
    display: inline-block
}
.trending-products__brand {
    color: #ababab;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 21px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}
.trending-products__title {
    color: #4c5475;
    font-size: 20px;
    font-weight: 600;
    line-height: normal
}
.trending-products__title a {
    color: #4c5475;
    text-decoration: none
}
.trending-products__slider {
    width: calc(100% + 10px)
}
.trending-products__slider .slick-slide {
    padding: 0 15px 20px
}
.trending-products__slider .slick-list {
    overflow: visible
}
.trending-products__slider .trending-products__item {
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 20px 30px 0 rgba(0,0,0,.1);
    padding: 19px 19px 30px;
    -webkit-transition: -webkit-box-shadow .15s ease;
    transition: -webkit-box-shadow .15s ease;
    -o-transition: box-shadow .15s ease;
    transition: box-shadow .15s ease;
    transition: box-shadow .15s ease,-webkit-box-shadow .15s ease
}
.trending-products__slider .trending-products__item:hover {
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,.1);
    box-shadow: 0 5px 30px rgba(0,0,0,.1)
}
.trending-products__slider .trending-products__img {
    margin-bottom: 24px
}
.trending-products__slider .trending-products__img img {
    max-width: 140px;
    height: 106px
}
.trending-products__slider .trending-products__brand {
    margin-bottom: 3px;
    font-size: 10px
}
.trending-products__slider .trending-products__title {
    font-size: 12px;
    margin-bottom: 16px;
    height: 56px;
    overflow: hidden
}
.trending-products__button {
    font-size: 12px;
    width: 100%;
    min-width: 100%;
    padding: 12px;
    height: 30px
}
.market-yourself {
    background: #4c5475;
    max-width: 1363px;
    margin: auto;
    border-radius: 20px;
    min-height: 530px;
    padding: 50px 90px 50px
}
.market-yourself__logo {
    position: relative;
    max-width: 200px;
    margin-bottom: 10px
}
.market-yourself__logo img {
    width: 100%
}
.market-yourself__item {
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #4c5475;
    padding: 25px;
    height: 310px
}
.market-yourself__image {
    max-width: 197px;
    height: 149px;
    margin: 0 auto 20px
}
.market-yourself__image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto
}
.market-yourself__brand {
    font-size: 10px;
    font-weight: 500;
    color: #ababab;
    margin-bottom: 7px;
    line-height: 1.2
}
.market-yourself__title {
    font-size: 15px;
    font-weight: 600;
    color: #4c5475
}
.market-yourself__item_top {
    margin-top: 40px
}
.market-yourself__slider .slick-slide {
    padding: 0 10px
}
.market-yourself__slider .slick-dots button {
    background-color: #85899d
}
.market-yourself__slider .slick-dots .slick-active button {
    background-color: #fff
}
.slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 0;
    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;
    padding-top: 20px
}
.slick-dots li {
    margin: 0 2px
}
.slick-dots button {
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 100%;
    background-color: #f0f0f0;
    border: none;
    padding: 0
}
.slick-dots .slick-active button {
    background-color: #4c5475
}
.market-yourself__right {
    padding-top: 70px;
    padding-left: 50px
}
.market-yourself__head {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 37px;
    margin-top: 0
}
.button_white {
    border-color: #fff;
    color: #fff
}
.button_white:hover {
    background-color: #fff;
    color: #4c5475!important;
    border-color: #fff
}
.project-companies {
    padding: 113px 0 131px
}
.project-companies__header {
    margin-bottom: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.project-companies__slider {
    max-width: 1390px;
    padding: 0 10px;
    margin: 0 auto
}
.project-companies__slider .slick-list {
    padding-bottom: 20px
}
.project-companies__slider .slick-slide {
    padding: 0 15px 20px
}
.project-companies__item {
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 20px 30px 0 rgba(0,0,0,.1);
    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;
    text-decoration: none;
    overflow: hidden;
    height: 315px;
    -webkit-transition: -webkit-box-shadow .15s ease;
    transition: -webkit-box-shadow .15s ease;
    -o-transition: box-shadow .15s ease;
    transition: box-shadow .15s ease;
    transition: box-shadow .15s ease,-webkit-box-shadow .15s ease
}
.project-companies__item:hover {
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,.1);
    box-shadow: 0 5px 30px rgba(0,0,0,.1)
}
.project-companies__item img {
    max-width: 60%;
    max-height: 80%;
    display: block
}
.open-statistics {
    background-color: #4c5475;
    padding: 67px 0;
    color: #fff
}
.open-statistics__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px
}
.open-statistics__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4
}
.open-statistics__item {
    position: relative;
    text-align: center;
    border-left: 1px solid #a5a9ba;
    padding: 20px 0
}
.open-statistics__item div {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px
}
.open-statistics__item span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap
}
.open-statistics__item:after,
.open-statistics__item:before {
    content: "";
    height: 1px;
    background-color: #a5a9ba;
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 70%
}
.open-statistics__item:before {
    top: -20px
}
.open-statistics__item:after {
    bottom: -20px
}
.company-news {
    padding: 117px 0 127px
}
.company-news__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 57px
}
.company-news__slider {
    max-width: 1390px;
    padding: 0 10px;
    margin: 0 auto
}
.company-news__slider .slick-list {
    overflow: visible
}
.company-news__slider .slick-slide {
    padding: 0 15px 20px
}
.company-news__item {
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 20px 30px 0 rgba(0,0,0,.1);
    padding: 30px 25px;
    -webkit-transition: -webkit-box-shadow .15s ease;
    transition: -webkit-box-shadow .15s ease;
    -o-transition: box-shadow .15s ease;
    transition: box-shadow .15s ease;
    transition: box-shadow .15s ease,-webkit-box-shadow .15s ease
}
.company-news__item:hover {
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,.1);
    box-shadow: 0 5px 30px rgba(0,0,0,.1)
}
.company-news__item a:not(.company-news__button) {
    text-decoration: none;
    color: #4c5475
}
.company-news__image {
    margin-bottom: 20px
}
.company-news__image img {
    width: 100%
}
.company-news__content {
    height: 130px;
    overflow: hidden;
    margin-bottom: 25px
}
.company-news__title {
    font-size: 16px;
    color: #4c5475;
    font-weight: 600;
    margin-bottom: 10px;
    min-height: 38px
}
.company-news__text {
    font-size: 12px;
    color: #535353
}
.company-news__button {
    color: #fff;
    font-size: 14px;
    padding: 11px;
    height: 40px;
    min-width: 100%
}
.mob-hide {
    display: none
}
@media only screen and (max-width:1250px) {
    .home {
        padding: 56px 0;
        min-height: auto
    }
    .home__title {
        font-size: 46px;
        margin-bottom: 20px
    }
    .home__text {
        font-size: 16px;
        margin-bottom: 40px
    }
    .search {
        padding: 50px 0
    }
    .section-title {
        font-size: 32px
    }
    .trending-products__slider .slick-list {
        overflow: hidden
    }
    .trending-products__slider .trending-products__item {
        -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
        box-shadow: 0 10px 20px 0 rgba(0,0,0,.1)
    }
    .manufacturers-working {
        padding: 60px 0
    }
    .trending-products {
        padding: 10px 0 60px
    }
    .market-yourself__head {
        font-size: 28px
    }
    .market-yourself {
        padding: 50px 50px
    }
    .company-news__item,
    .manufacturers-working__item,
    .project-companies__item {
        -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
        box-shadow: 0 10px 20px 0 rgba(0,0,0,.1)
    }
    .open-statistics__item div {
        font-size: 36px
    }
    .open-statistics__item span {
        font-size: 16px
    }
    .company-news,
    .project-companies {
        padding: 70px 0
    }
    .manufacturers-working__slider .slick-list {
        overflow: hidden
    }
}
@media only screen and (max-width:1000px) {
    .home__buttons {
        margin-bottom: 47px
    }
    .manufacturers-working__slider .slick-slide {
        padding-bottom: 0
    }
    .search__button {
        display: none
    }
    .search__reset {
        display: none
    }
    .trending-products__slider {
        margin-top: 30px
    }
    .market-yourself > .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .market-yourself__right {
        padding: 0
    }
    .market-yourself {
        padding: 60px 30px
    }
    .market-yourself__right {
        margin-bottom: 50px
    }
    .project-companies__slider .slick-list {
        overflow: hidden
    }
    .open-statistics__item {
        padding: 10px 0
    }
    .open-statistics__text {
        margin-bottom: 40px
    }
    .company-news__header,
    .manufacturers-working__header,
    .project-companies__header {
        margin-bottom: 35px
    }
    .company-news__slider .slick-list {
        overflow: hidden
    }
}
@media only screen and (max-width:768px) {
    .mob-hide {
        display: block;
        width: calc(100% - 40px);
        margin: 25px auto 0;
        text-align: center;
        height: auto;
        padding: 16px
    }
    .desc-hide {
        display: none
    }
    .home__title {
        font-size: 36px
    }
    .home__buttons {
        display: block
    }
    .home__buttons .button {
        width: 100%
    }
    .home__buttons .button_clear {
        margin-left: 0;
        margin-top: 10px
    }
    .home__button_home-slider {
        min-width: 100%
    }
    .home__item {
        height: auto;
        padding: 10px
    }
    .home__slide .button_small {
        font-size: 10px;
        line-height: 1.2
    }
    .home__item_small {
        height: 33px;
        width: 90%;
        margin-bottom: 12px;
        padding: 18px
    }
    .home__item_small img {
        max-width: 88px;
        max-height: 30px
    }
    .home__secondary-title {
        font-size: 13px;
        line-height: 1.2
    }
    .home__button_home-slider {
        margin-top: 10px;
        padding: 5px;
        height: auto
    }
    .home__slide .row.gutters-20 {
        margin-left: -7px;
        margin-right: -7px
    }
    .home__slide .row.gutters-20 > * {
        padding-left: 7px;
        padding-right: 7px
    }
    .search {
        padding: 40px 0 38px
    }
    .filter__item label {
        font-size: 10px;
        padding: 13px 20px
    }
    .filter__item:nth-child(1) label {
        padding-left: 50px
    }
    .filter__item:nth-child(2) label {
        padding-left: 50px
    }
    .filter {
        padding: 10px 0;
        margin-bottom: 20px
    }
    .search__input {
        padding: 12px 40px 12px 21px;
        height: auto;
        background-position: calc(100% - 20px) center
    }
    .section-title {
        line-height: 1.3
    }
    .manufacturers-working__item {
        margin-bottom: 10px
    }
    .manufacturers-working__slider .slick-dots {
        padding-top: 0;
        margin-top: -15px
    }
    .manufacturers-working__slider {
        padding: 0
    }
    .manufacturers-working__slider .slick-slide {
        padding: 0 20px 20px
    }
    .trending-products {
        padding: 29px 0 98px
    }
    .trending-products__img {
        margin-bottom: 20px
    }
    .trending-products__img img {
        max-width: 170px
    }
    .trending-products__brand {
        font-size: 16px
    }
    .trending-products__title {
        font-size: 17px
    }
    .trending-products__slider {
        margin-bottom: 20px
    }
    .trending-products__slider .trending-products__item {
        max-width: 200px;
        margin: auto
    }
    .trending-products__slider .slick-dots {
        margin-top: 0;
        padding-top: 0
    }
    .market-yourself__head {
        font-size: 22px;
        margin-bottom: 30px
    }
    .market-yourself__right .button_white {
        margin-left: 0;
        padding: 16px;
        width: 100%;
        text-align: center
    }
    .market-yourself__logo {
        text-align: center;
        max-width: 100%
    }
    .market-yourself__logo img {
        max-width: 217px;
        display: inline-block
    }
    .market-yourself__slider .row.gutters-20 {
        margin-left: -4px;
        margin-right: -4px
    }
    .market-yourself__slider .row.gutters-20 > * {
        padding-left: 4px;
        padding-right: 4px
    }
    .market-yourself__image {
        height: auto
    }
    .market-yourself__item {
        height: auto;
        padding: 15px
    }
    .market-yourself__title {
        font-size: 10px;
        line-height: 1.2
    }
    .market-yourself {
        padding: 60px 20px 80px
    }
    .project-companies__header {
        margin-bottom: 28px
    }
    .project-companies__slider .slick-dots {
        padding-top: 0
    }
    .project-companies {
        padding: 80px 0 100px
    }
    .open-statistics {
        padding: 56px 10px 90px
    }
    .open-statistics .open-statistics__text,
    .open-statistics .open-statistics__title {
        padding-left: 10px;
        padding-right: 10px
    }
    .open-statistics .row .col-6:nth-child(2) .open-statistics__item,
    .open-statistics .row .col-6:nth-child(4) .open-statistics__item {
        border-right: none
    }
    .open-statistics .row .col-6:nth-child(4) .open-statistics__item:before,
    .open-statistics .row .col-6:nth-child(5) .open-statistics__item:before {
        display: none
    }
    .open-statistics .row .col-6:nth-child(4) .open-statistics__item span,
    .open-statistics .row .col-6:nth-child(5) .open-statistics__item span {
        height: 41px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .open-statistics__item {
        padding: 0;
        margin-bottom: 40px;
        border-right: 1px solid #a5a9ba
    }
    .open-statistics__item:after,
    .open-statistics__item:before {
        width: 60%
    }
    .open-statistics__item div {
        margin-bottom: 0;
        line-height: 1
    }
    .open-statistics__item span {
        position: relative;
        top: 5px;
        font-size: 14px;
        padding: 0 10px;
        white-space: normal
    }
    .company-news {
        padding: 100px 0
    }
    .company-news__header {
        margin-bottom: 60px
    }
    .company-news__text {
        line-height: 1.2
    }
    .company-news__content {
        height: 110px
    }
    .company-news__slider .slick-dots {
        padding-top: 0
    }
    .company-news__item,
    .trending-products__slider .trending-products__item {
        -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
        box-shadow: 0 10px 15px 0 rgba(0,0,0,.1)
    }
    a,
    button,
    label {
        cursor: default!important
    }
}
@media only screen and (max-width:500px) {
    .manufacturers-working__item {
        margin-bottom: 10px;
        height: 215px
    }
    .manufacturers-working__item_small {
        height: 60px
    }
    .project-companies__item {
        height: 215px
    }
}

.cookie-notice {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 9999;

    max-width: 760px;
    margin: 0 auto;
    padding: 18px 20px;

    display: flex;
    align-items: center;
    gap: 18px;

    background: #fff;
    color: #222;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);

    font-size: 14px;
    line-height: 1.45;
}

.cookie-notice p {
    margin: 0;
    flex: 1;
}

.cookie-notice a {
    color: #0b63ce;
    text-decoration: underline;
}

.cookie-notice button {
    flex-shrink: 0;
    padding: 10px 18px;

    border: none;
    border-radius: 8px;
    background: #222;
    color: #fff;

    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.cookie-notice button:hover {
    background: #000;
}

@media (max-width: 640px) {
    .cookie-notice {
        left: 12px;
        right: 12px;
        bottom: 12px;

        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
    }

    .cookie-notice button {
        width: 100%;
    }
}