.first-screen{
    background: linear-gradient(180deg, #162B57 -140.71%, rgba(22, 43, 87, 0) 145.27%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 55px 0 110px 0;
}
.left-hide,
.right-hide{
    display: none;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}
.left-hide{
    left: 0;
    background: rgb(128, 128, 128);
    background: linear-gradient(90deg, rgb(129 141 164) 0%, rgb(141 147 157) 50%, rgb(205 210 219 / 0%) 100%);
}
.right-hide{
    right: 0;
    background: rgb(128, 128, 128);
    background: linear-gradient(270deg, rgb(129 141 164) 0%, rgb(141 147 157) 50%, rgb(205 210 219 / 0%) 100%);
}
#parallax{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../image/1.png), url(../image/2.png), url(../image/3.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -55px;
    z-index: -1;
}
body{
    position: relative;
}
body::after{
    position: absolute;
    content: '';
    background: url(../image/background.svg) no-repeat;
    background-size: cover;
    opacity: .8;
    top: 434px;
    left: 0;
    height: 55%;
    width: 100%;
    right: 0;
    z-index: -3;
}
.title-block{
    width: 55%;
    margin-top: 70px;
    /*z-index: 1;*/
    position: relative;
}
.title-block .title{
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    color: var(--white-color);
    margin-bottom: 20px;
    font-family: Stolzl;
}
.title-block .sub-title{
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    color: var(--white-color);
    margin-bottom: 0;
    font-family: sfUiDisplay;
    width: 60%;
}
/* ФОРМА ПОИСКА */
.first-screen form {
    display: flex;
    gap: 8px;
    z-index: 1;
    position: relative;
}

.first-screen form .groups {
    display: flex;
    gap: 2px;
    width: calc(100%/6*5);
}

.first-screen form .group-item {
    width: calc(100%/5);
    height: 72px;
    position: relative;
    /* cursor: pointer; */
}

.first-screen form .groups~.group-item {
    width: calc(100%/6);
}

.dropstart .dropdown-toggle::before {
    content: none;
}

.first-screen form .group-item-delivery {
    position: relative;
    display: flex;
    width: calc(100%/5*2);
    gap: 2px;
}

.first-screen form .group-item-delivery .button-swap {
    position: absolute;
    top: 26.38%;
    left: 45.75%;
    width: 34px;
    height: 34px;
    z-index: 4;
    display: none;
}

.first-screen form .group-item-delivery .button-swap button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #D0D1D5;
    background: #FFFFFF;
    position: relative;
}

.first-screen form .group-item-delivery .button-swap button .icon-swap::before {
    font-size: 15px;
}

.first-screen form .group-item-delivery .group-item {
    width: 100%;
}

.first-screen form .group-item {
    background: #FFFFFF;
}

.first-screen form .group-item.group-item__but,
.first-screen form .group-item.calendar {
    background: transparent;
    border: 0;
}



.first-screen form .group-item .__select__title {
    color: var(--medium-gray);
    font-size: 17px;
    line-height: 22px;
    font-family: sfUiDisplay;
    font-weight: 500;
    position: absolute;
    top: 25px;
    left: 24px;
}

/*.first-screen form .group-item.show .__select__title,*/
/*.first-screen form .group-item.select .__select__title,*/
.first-screen form .group-item.selected button.dropdown-toggle .__select__title,
.first-screen form .group-item button.dropdown-toggle.show .__select__title,
.first-screen form .groups .group-item .calendar.selected .__select__title{
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    font-family: sfUiDisplay;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 24px;
}

.first-screen form .group-item.disabled,
.first-screen form .group-item.disabled.unfilled {
    background: #F0F2F4;
    border: 0;
}

.first-screen form .group-item.disabled .__select__title,
.first-screen form .group-item.disabled.unfilled .__select__title {
    color: #141C2F99;
    z-index: 2;
}

/* ---- */
.first-screen form .group-item button.dropdown-toggle {
    padding: 25px 16px 25px 24px;
    border: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
}

.first-screen form .group-item button.dropdown-toggle.disabled {
    background: #F0F2F4;
    color: #141C2F99;
    cursor: default;
}

.first-screen form .group-item button.dropdown-toggle.disabled label {
    cursor: default;
}

.first-screen form .group-item button.dropdown-toggle span.icon {
    font-size: 7px;
    color: #141C2F;
    top: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-screen form .group-item button.dropdown-toggle span.icon.icon-calendar::before {
    font-size: 14.5px;
}

.first-screen form .group-item button.dropdown-toggle span.icon.icon-calendar {

    color: var(--dark-blue-color);
}

.first-screen form .group-item button.dropdown-toggle.disabled span.icon::before {
    color: #141C2F99;
}

.first-screen form .groups .group-item .calendar {
    position: relative;
}

.first-screen form .groups .group-item .calendar input {
    cursor: pointer;
}

.first-screen form .group-item.group-item__but button {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    background: var(--orange-color);
    color: var(--white-color);
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    border: none;
    padding: 0;
    font-family: Stolzl;
}

.first-screen form .group-item-delivery .group-item:first-child,
.first-screen form .group-item-delivery .group-item:first-child button {
    border-radius: 8px 0 0 8px
}

.first-screen form .groups .group-item:last-child,
.first-screen form .groups .group-item:last-child button.dropdown-toggle {
    border-radius: 0 8px 8px 0;
}

.first-screen form .group-item-delivery .group-item:last-child,
.first-screen form .group-item-delivery .group-item:last-child button.dropdown-toggle{
    border-radius: 0;
}

.first-screen form .group-item.unfilled,
.first-screen form .group-item button.dropdown-toggle.unfilled {
    border: 1px solid var(--orange-color);
}

.first-screen form .group-item.unfilled .__select__title,
.first-screen form .group-item button.dropdown-toggle.unfilled .__select__title,
.first-screen form .group-item button.dropdown-toggle.unfilled span.icon::before {
    color: var(--orange-color);
}

.first-screen form .group-item.unfilled.show .__select__title,
.first-screen form .group-item.unfilled.select .__select__title {
    color: #fff;
}

.first-screen form .group-item.unfilled.select {
    border: none;
}

.first-screen form .group-item button.dropdown-toggle label {
    cursor: pointer;
}

.first-screen form .group-item.selected button.dropdown-toggle {
    justify-content: space-between;
    position: relative;

}

.first-screen form .groups .group-item .calendar.selected .__select__title {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    font-family: sfUiDisplay;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 24px;
}

.first-screen form .group-item:first-child.show {
    border-radius: 8px 0 0 0;
}

.dropdown-toggle::after {
    content: none;
}

.__select__sub_title {
    /* display: none; */
    color: var(--dark-blue-color);
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    font-family: sfUiDisplay;
}

button.calendar .__select__sub_title {
    border: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

button.calendar.selected .__select__sub_title {
    position: relative;
    top: inherit;
    left: inherit;
    opacity: 1;
}

.first-screen form .group-item .dropdown-menu {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
    min-width: auto;
}

.first-screen form .group-item .dropdown-menu.show {
    transform: translate3d(0px, 72px, 0px) !important;
}

/* тень */
.first-screen form .group-item button.dropdown-toggle.show {
    position: relative;
    z-index: 3;
}

.first-screen form .group-item-delivery .group-item:first-child button.dropdown-toggle.show{
    border-radius: 8px 0 0 0;
}

.first-screen form .group-item:has(.dropdown-menu.show) {
    box-shadow: 0px 2px 12px 0px #141C2F26;
    z-index: 3;
}

.first-screen form .group-item .dropdown-menu.show {
    z-index: 3;
    box-shadow: 0px 2px 12px 0px #141C2F26;
    border-radius: 0 0 8px 8px;
    top: -72px;
    padding-bottom: 0;
}

.first-screen form .group-item .dropdown-menu.show .search {
    height: 72px;
}

.first-screen form .group-item .dropdown-menu.show .search-block .icon-search {
    top: 28px;
}
/* ФОРМА ПОИСКА END*/

.banners-one{
    padding: 40px 0 60px 0;
}
.banners-one .banners-blocks{
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
}
.banners-one .banners-blocks .block{
    padding: 32px 24px;
    width: 32.34%;
}
.banners-one .banners-blocks .block p{
    width: 100%;
    text-align: center;
}
.banners-one .banners-blocks .block .sub-title{
    font-size: 20px;
    font-family: Stolzl;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    margin-bottom: 18px;
    color: var(--dark-blue-color);
}
.banners-one .banners-blocks .block .title {
    font-size: 56px;
    font-family: Stolzl;
    font-weight: 400;
    line-height: 58px;
    text-align: center;
    margin-bottom: 0;
    color: var(--dark-blue-color);
    opacity: .8;
}
.banners-one .banners-blocks .block:hover p{
    color: var(--blue-color);
    opacity: 1;
    cursor: default;
}


.banners-two{
    padding: 80px 0;
}
.banners-two .cards{
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.slick-dotted.slick-slider{
    margin: 0;
}
.banners-two .cards .card{
    height: 320px;
    box-shadow: 0px 4px 25px 0px #141C2F1A;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    width: 100%;
}
.banners-two .cards .card::after{
    content: '';
    background: linear-gradient(180deg, rgba(240, 242, 244, 0) 28.44%, #F0F2F4 62.38%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 18px 18px;
}
.banners-two .cards .card::before{
    content: '';
    background-size: cover;
    background-position: -23px -39px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 18px;
}
.banners-two .cards .card.one:before{
    content: '';
    background: url(../image/banners-photo-one.png) no-repeat;
    background-size: cover;
    background-position: -23px -39px;
}
.banners-two .cards .card.two:before{
    content: '';
    background: url(../image/banners-photo-two.png) no-repeat;
    background-size: cover;
    background-position: -85px 0;
    height: 80%;
}
.banners-two .cards .card.three:before{
    content: '';
    background: url(../image/banners-photo-three.png) no-repeat;
    background-size: cover;
    background-position: 0 -5px;
    height: 70%;
}

.banners-two .cards .card .text{
    position: relative;
    z-index: 2;
    padding: 0 24px 32px 24px;
    margin: auto 0 0 0;
}
.banners-two .cards .card .text .title{
    width: 70.3%;
    font-size: 20px;
    font-family: Stolzl;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: var(--dark-blue-color);
    margin-bottom: 12px;
}
.banners-two .cards .card .text .sub-title{
    font-size: 15px;
    font-family: sfUiDisplay;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: var(--dark-blue-color);
    margin-bottom: 0;
    opacity: .8;
}


.banners-video, .banners-reviews{
    padding: 60px 0;
}
.banners-video .title,
.banners-reviews .title{
    font-size: 36px;
    font-family: Stolzl;
    font-weight: 400;
    line-height: 43px;
    text-align: center;
    color: var(--dark-blue-color);
    margin-bottom: 12px;
}
.banners-video .title span,
.banners-reviews .title span{
    color: var(--blue-color);
}
.banners-video .sub-title,
.banners-reviews .sub-title{
    font-size: 17px;
    font-family: sfUiDisplay;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: var(--dark-blue-color);
    width: 55%;
    margin: 0 auto;
}
.banners-video .video{
    margin: 60px auto 0 auto;
    display: block;
    width: 800px;
    height: 440px;
}


.banners-four{
    padding: 100px 0;
}
.banners-four .banner-blue{
    background: #3176FF;

    border-radius: 16px;
    padding: 48px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.banners-four .banner-blue .background-svg{
    width: 185%;
    position: absolute;
    top: -882px;
    left: -720px;
    opacity: .3;
}
.banners-four .banner-blue::after{
    content: '';
    background: url(../image/banner_photo-auto-1.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 771px;
    height: 329.51px;
    top: 20px;
    right: -257px;
    z-index: 2;
}
.banners-four .banner-blue::before{
    content: '';
    background: url(../image/banner_photo-auto-2.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 613.78px;
    height: 262.74px;
    top: 22px;
    right: 11px;
    z-index: 2;
}
.banners-four .banner-blue .title{
    font-size: 36px;
    font-family: Stolzl;
    font-weight: 400;
    line-height: 43px;
    text-align: left;
    color: var(--white-color);
    margin-bottom: 12px;
    width: 50%;
    position: relative;
    z-index: 3;
}
.banners-four .banner-blue .sub-title{
    font-size: 17px;
    font-family: sfUiDisplay;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: var(--white-color);
    margin-bottom: 0;
    width: 50%;
    position: relative;
    z-index: 3;
}
.banners-four .banner-blue button.button-orange{
    margin-top: 32px;
    position: relative;
    z-index: 3;
}



.banners-reviews .reviews-slider{
    margin: 0;
}
.banners-reviews .reviews-slider .slick-track{
    padding: 60px 0 32px 0;
    display: flex;
    gap: 16px;
}
.banners-reviews .slide-review{
    background: #F0F2F4;
    box-shadow: 0px 4px 25px 0px #141C2F1A;
    border-radius: 16px;
    padding: 32px 24px;
    width: 288px;
    transition: .3s ease-in-out;
}
.banners-reviews .reviews-slider .slick-list{
   width: 104%;
   padding-left: 2%;
}
.banners-reviews .slide-review[aria-hidden="true"]{
    opacity: 0;
}
.banners-reviews .slide-review .review-photo{
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 26px;
    display: block;
    margin: 0 auto 12px auto;
}
.banners-reviews .slide-review .name{
    color: var(--dark-blue-color);
    font-size: 20px;
    font-family: Stolzl;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    margin-bottom: 16px;
}
.banners-reviews .slide-review .review-text{
    font-size: 15px;
    font-family: sfUiDisplay;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: var(--dark-blue-color);
}
.banners-reviews .slide-review .rating{
    display: flex;
    gap: 4.5px;
}
.banners-reviews .slide-review .rating .icon-star::before{
    font-size: 18.4px;
    color: #D0D1D5;
}
.banners-reviews .slide-review .rating .icon-star.fill::before{
    color: #141C2F;
}
.banners-reviews .reviews-slider .slick-dots,
.banners-two .cards .slick-dots{
    position: relative;
    bottom: 0;
    padding: 24px 0;
    display: flex;
    justify-content: center;
}
.banners-reviews .reviews-slider .slick-dots li,
.banners-two .cards .slick-dots li{
    width: 8px;
    height: 8px;
    margin: 0 6px 0 0;
    transition: .3s ease-in-out;
}
.banners-reviews .reviews-slider .slick-dots li button,
.banners-two .cards .slick-dots li button{
    width: 8px;
    height: 8px;
    padding: 0;
    background: #D0D1D5;
    border-radius: 50%;
    transition: .3s ease-in-out;
}
.banners-reviews .reviews-slider .slick-dots li.slick-active,
.banners-two .cards .slick-dots li.slick-active{
    width: 40px;
}
.banners-reviews .reviews-slider .slick-dots li.slick-active button,
.banners-two .cards .slick-dots li.slick-active button{
    width: 40px;
    border-radius: 8px;
    background: #3176FF;
}
.slick-dots li button:before{
    content: none;
}

/* Заказать консультацию */
.modal-backdrop{
    background-color: #141C2F;
}
.modal-backdrop.show{
    opacity: .3;
}
.modal-dialog{
    max-width: 440px;
    margin: 1.75rem auto;
}

.modal-content{
    border-radius: 24px;
    border: 0;
    background: #F0F2F4;
}
.modal-dialog-scrollable .modal-content{

    overflow: visible;
}
.modalDialog .modal-body{
    padding: 40px;
    position: relative;
    border-radius: 24px;
    z-index: 2;
}
.modalDialog .modal-body::before{
    content: '';
    background: url(../image/Vector-hello.svg) no-repeat;
    position: absolute;
    width: 210.97px;
    height: 239.72px;
    top: -36px;
    left: -38px;
    z-index: -1;
    opacity: .2;
}
.modalDialog button.close-modal{
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    top: 0;
    right: -48px;
}
.modalDialog button.close-modal span{
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}
.modalDialog .modal-title{
    padding: 0 10px;
    margin-bottom: 24px;
    font-family: Stolzl;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #0F0F23;
}
.modalDialog form .group-item{
    position: relative;
    width: 100%;
    height: 56px;
}
.modalDialog form .group-item.comment,
.modalDialog form .group-item.comment textarea,
.modalDialog form .group-item.message,
.modalDialog form .group-item.message textarea{
    height: 92px;
}
.modalDialog form .group-item:not(.group-item:first-child){
    margin-top: 10px;
}
.modalDialog form .group-item input,
.modalDialog form .group-item textarea{
    padding: 17px 16px;
    border-radius: 6px;
    border: 0;
    font-family: sfUiDisplay;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: var(--dark-blue-color);
    width: 100%;
}
.modalDialog form .group-item input.error {
    border: 1px solid var(--orange-color);
}
.modalDialog form .group-item label {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--medium-gray);
    font-size: 15px;
    font-family: sfUiDisplay;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    cursor: text;
    width: 100%;
    height: 100%;
}
.modalDialog form .group-item label span{
    position: absolute;
    top: 17px;
    left: 16px;
}
.modalDialog form input:focus,
.modalDialog form .group-item input:focus-visible,
.modalDialog form .group-item input.focus,
.modalDialog form textarea:focus,
.modalDialog form .group-item textarea:focus-visible,
.modalDialog form .group-item textarea.focus {
    padding: 25px 16px 9px 16px;
}

.modalDialog form .group-item input:focus~span,
.modalDialog form .group-item input:focus-visible~span,
.modalDialog form .group-item label.focus span,
.modalDialog form .group-item textarea:focus~span,
.modalDialog form .group-item textarea:focus-visible~span,
.modalDialog form .group-item textarea.focus span{
    cursor: default;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    top: 9px;
}

.modalDialog form .form-group.politic{
    display: flex;
    gap: 8px;
    margin-top: 24px;
}
.modalDialog form .form-group.politic .checkbox-block{
    width: 20px;
    height: 20px;
    position: relative;
    flex-shrink: 0;
}
.modalDialog form .form-group.politic .checkbox-block input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
    cursor: pointer;
}
.modalDialog form .form-group.politic input[type='checkbox']{
}
.modalDialog form .form-group.politic input[type='checkbox']:checked+.checkbox-check{
    background: var(--dark-blue-color);
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid var(--dark-blue-color);
}

.modalDialog form .form-group.politic .checkbox-check {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: 1px solid var(--medium-gray);
    background: #fff;
    border-radius: 4px;
}
.modalDialog form .form-group.politic .checkbox-check .icon{
    font-size: 8px;
}

.modalDialog form .form-group.politic label{
    font-family: sfUiDisplay;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: var(--dark-blue-color);
}
.modalDialog form .form-group.politic label a{
    color: var(--blue-color);
}

.modalDialog form button.button{
    width: 100%;
    background: var(--blue-color);
    padding: 12px;
    border: 0;
    font-family: sfUiDisplay;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    margin-top: 24px;
}
