* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

@font-face {
    font-family: "TT_Octosquares_Trial_Regular";
    src: url("../fonts/TT_Octosquares_Trial_Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "TT_Octosquares_Trial_Light";
    src: url("../fonts/TT_Octosquares_Trial_Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "TT_Octosquares_Trial_Thin";
    src: url("../fonts/TT_Octosquares_Trial_Thin.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "TT_Octosquares_Trial_DemiBold";
    src: url("../fonts/TT_Octosquares_Trial_DemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "TT_Octosquares_Trial_Bold";
    src: url("../fonts/TT_Octosquares_Trial_Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    font-family: "TT_Octosquares_Trial_Regular", sans-serif;
}

.container {
    max-width: 1920px;
    margin: 0 auto;
}

.header_fixed {
    background: #FFFFFF;
    position: fixed;
    z-index: 100;
    max-width: 1920px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
}


.header {
    max-width: 1398px;
    /* height: 60px; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    background: white;
    box-sizing: border-box;
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.header_logo {
    margin-top: 5px;
    height: 50px;
}

.header_logo img {
    width: 100%;
}

#headerLogo {
  transition: all 0.3s ease;
}

.header_menu ul {
    display: flex;
}

.header_menu ul li {
    box-sizing: border-box;
    padding: 20.5px 10px 17.5px 10px;
    list-style-type: none;
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
    line-height: 120%;
}

.header_menu ul li:last-child {
    margin-right: 0;
}

.header_menu ul li a {
    text-decoration: none;
    color: #101011;
}

.header_menu ul li a:hover {
    color: #1A1EB2;
    cursor: pointer;
    font-weight: bold;
}

.header_menu ul li a:active {
    color: #1A1EB2;
    padding-bottom: 16.5px;
    border-bottom: 4px solid #1A1EB2;
    cursor: pointer;
    font-weight: bold;
}


.header_contact {
    display: flex;
}

.header_contact_telephone {
    padding: 19px 20px 19px 0;
    display: flex;
    height: 22px;

}

.header_contact_telephone_icon {
    margin-right: 15px;
    height: 22px;
}

.header_contact_telephone_text {
    font-size: 18px;
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    line-height: 120%;
    height: 22px;
}

.header_contact_telephone_text a {
    text-decoration: none;
    color: #101011;
}

.header_contact_message {
    background: #EDEDED;
    box-sizing: border-box;
    height: 60px;
    border: 2px solid #EDEDED;
}

.header_contact_message_icon {
    padding: 15.8px;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
}

.header_contact_message:hover {
    border: 2px solid #43D854;
    /* background: #43D854; */
    cursor: pointer;
}


.renovation_section {
    background-image: url(../img/bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 0 0;
    position: relative;
}


.renovation_section_container {
    max-width: 1398px;
    margin: 0 auto;
}

.renovation_section_container h1 {
    font-family: "TT_Octosquares_Trial_Light", sans-serif;
    font-weight: normal;
    font-size: 50px;
    color: white;
    max-width: 795px;
    margin-bottom: 60px;
    line-height: 130%;
}

.renovation_section_container ul li {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 22.5px;
    height: 29px;
    list-style: none;
    position: relative;
    color: white;
    line-height: 120%;
}

.renovation_section_container ul li::after {
    content: '';
    background-image: url(../img/tochka.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -34px;
    top: 10px;
    width: 10px;
    height: 10px;
}

.renovation_section_services {
    margin-left: 34px;
}

#entry {
    font-size: 24px;
    font-weight: 400;
    padding: 20px 0;
    text-align: center;
    background: #1A1EB2;
    color: white;
    border: 0;
    margin-top: 37.5px;
    margin-bottom: 173px;
    width: 278px;
}

#entry:hover {
    background: #001976;
    cursor: pointer;
}

#entry:active {
    background: #101011;
}

.renovation_section_bottom {
    position: absolute;
    bottom: -72.5px;
    background-color: white;
    max-width: 1398px;
    border: 1px solid #EDEDED;
}

.renovation_section_bottom_icons {
    display: flex;
    border: 0;
}

.renovation_section_bottom_icon {
    border: 0;
    border-right: 1px solid #EDEDED;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    transition: background-color 0.3s ease;
    overflow: hidden;
}

.icon-hover-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 237px;
    /* ширина по иконке */
    height: 100%;
    z-index: 2;
    /* выше ::before/::after */
}

/* //анимация */

.renovation_section_bottom_icon_block {
    position: relative;
    display: flex;
    padding: 32px;
    overflow: hidden;
    transition: background-color 0.3s ease;
    z-index: 1;
    box-sizing: border-box;
}

/* Заливка по ширине иконки */
.renovation_section_bottom_icon_block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 237px;
    /* ширина как у иконки */
    height: 100%;
    background-image: url('../img/bg_hover.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    z-index: 0;
}

/* Полная заливка */
.renovation_section_bottom_icon_block::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #FFBE00;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

/* Активация */
.renovation_section_bottom_icon_block.fill-icon::before {
    transform: scaleX(1);
}

.renovation_section_bottom_icon_block.fill-all::after {
    opacity: 1;
}

.renovation_section_bottom_icon_icon,
.renovation_section_bottom_icon_icon_text {
    position: relative;
    z-index: 1;
}

.renovation_section_bottom_icon:nth-child(3) {
    border-right: 0;
}

.renovation_section_bottom_icon_icon {
    margin-right: 30px;
    width: 70px;
    height: 80px;
}

.renovation_section_bottom_icon_icon_text {
    font-size: 16px;
    margin-top: 11.5px;
    max-width: 300px;
    color: #101011;
    line-height: 120%;
}


.agregatka_centr {
    position: relative;
}

.agregatka_centr_container {
    max-width: 1398px;
    margin: 0 auto;
}

.agregatka_centr_container_info {
    padding-top: 168px;
    font-size: 24px;
    line-height: 120%;
    max-width: 900px;
    padding-bottom: 340px;
}

.agregatka_centr_container_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.agregatka_centr_container_bg img {
    width: 100%;
}

.agregatka_centr_container_content {
    display: flex;
    margin-bottom: 60px;
}

.agregatka_centr_container_content_services_name {
    margin-top: -52px;
    margin-right: 30px;
}

.agregatka_centr_container_content_services_name_title {
    font-size: 32px;
    margin-bottom: 20px;
    color: #101011;
    line-height: 120%;
}

.agregatka_centr_container_content_services_name_text {
    color: #505050;
    font-size: 18px;
    max-width: 436px;
    margin-bottom: 60px;
    line-height: 120%;
}

#entry2 {
    font-size: 18px;
    font-weight: 600;
    padding: 14px 0;
    background: #1A1EB2;
    color: white;
    border: 0;
    width: 227px;
    text-align: center;
}

#entry2:hover {
    background: #001976;
    cursor: pointer;
}

#entry2:active {
    background: #101011;
}

#entry9 {
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    font-size: 18px;
    padding: 14px 0;
    background: #1A1EB2;
    color: white;
    border: 0;
    width: 227px;
    display: none;
    line-height: 120%;
}

#entry9:hover {
    background: #001976;
    cursor: pointer;
}

#entry9:active {
    background: #101011;
}

#entry10 {
    font-size: 18px;
    font-weight: 600;
    padding: 14px 0;
    background: #1A1EB2;
    color: white;
    border: 0;
    width: 227px;
    display: none;
}

#entry10:hover {
    background: #001976;
    cursor: pointer;
}

#entry10:active {
    background: #101011;
}

.btn_mob {
    max-width: 228px;
    margin: 0 auto;
    padding-top: 30px;
}

.agregatka_centr_container_content_services {}

.agregatka_centr_container_content_services_icons {
    border: 1px solid #EDEDED;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.agregatka_centr_container_content_services_icon {
    padding: 30px;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    background: white;
}

.agregatka_centr_container_content_services_icon {
    cursor: pointer;
}

.agregatka_centr_container_content_services_icon:nth-child(3) {
    border-right: 0;
}

.agregatka_centr_container_content_services_icon:nth-child(6) {
    border-right: 0;
}

.agregatka_centr_container_content_services_icon:nth-child(9) {
    border-right: 0;
}

.agregatka_centr_container_content_services_icon:nth-child(7) {
    border-bottom: 0;
}

.agregatka_centr_container_content_services_icon:nth-child(8) {
    border-bottom: 0;
}

.agregatka_centr_container_content_services_icon:nth-child(9) {
    border-bottom: 0;
}

.agregatka_centr_container_content_services_icon_icon {
    margin-bottom: 30px;
}

.agregatka_centr_container_content_services_icon_title {
    font-size: 18px;
    margin-bottom: 10px;
    max-width: 250px;
    line-height: 120%;
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
}

.agregatka_centr_container_content_services_icon_text {
    color: #808080;
    font-size: 14px;
    max-width: 250px;
    line-height: 120%;
}

.agregatka_centr_container_content_services {
    margin-top: -244px;
    z-index: 2;
    position: relative;
}

.agregatka_centr_container_explanations {
    margin-bottom: 70px;
}

.agregatka_centr_container_explanations_title {
    font-size: 32px;
    max-width: 436px;
    color: #1A1A1A;
    line-height: 120%;
    margin-bottom: 15px;
}

.agregatka_centr_container_explanations_text {
    font-size: 16px;
    max-width: 436px;
    line-height: 120%;
    color: #505050;
}

/* слайдер */

.slider-wrapper {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
}

.slider-controls {
    display: flex;
    justify-content: flex-end;
    max-width: 1398px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.slider-btn {
    background: white;
    width: 80px;
    height: 80px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 5px;
    transition: background 0.2s;
    border: 0;
    /* padding: 39.62px 23.23px 40.38px 23.62px; */
}

.slider-btn-left {
    background-image: url(../img/left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}

.slider-btn-left:hover {
    background-image: url(../img/left_blue.svg);
}

.slider-click-left {
    background: #1A1EB2;
    background-image: url(../img/left_white.svg)!important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}

.slider-btn-right {
    background-image: url(../img/right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}

.slider-btn-right:hover {
    background-image: url(../img/right_blue.svg);
}

.slider-click-right {
    background: #1A1EB2;
    background-image: url(../img/right_white.svg)!important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}



.slider-btn:hover {
    border: 1px solid #CDCECF;
}

.slider-btn svg:hover {
    fill: #1A1EB2;
}

.slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    /* Скрываем скролл */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE */
}

.slider::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.slide {
    flex: 0 0 auto;
    background: white;
    border-top: 1px solid #BCBCBC;
    border-right: 1px solid #BCBCBC;
    border-bottom: 1px solid #BCBCBC;
    padding: 47.74px 25.93px;
    box-sizing: border-box;
    width: 147px;
    height: 147px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    display: inline-block;
    overflow: hidden;
}


.slide img {
    width: 100%;
    width: 95.84px;
    height: 52.22px;
    border-right: 1px solid white;
    display: block;
    transition: opacity 0.5s ease;
}

.img-default {
    position: relative;
    z-index: 1;
}

.img-hover {
    position: absolute;
    top: 51%;
    left: 51%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease-out;
}

.slide:hover .img-hover {
    opacity: 1;

}

.slide:hover {
    cursor: pointer;
}

.slide:hover .img-default {
    opacity: 0;
}


.proposals {
    padding: 100px 0 93px 0;
    background-image: url(../img/bg_section2.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.proposals_container {
    max-width: 1398px;
    margin: 0 auto;
}

.proposals_container_title {
    max-width: 844px;
    font-size: 50px;
    line-height: 130%;
    color: #FFFFFF;
    font-family: "TT_Octosquares_Trial_Thin", sans-serif;
    margin-bottom: 60px;
}

.proposals_container_blocks {
    display: flex;
    max-width: 1398px;
    margin: 0 auto;
}

.proposals_container_block {
    max-width: 680px;
    width: 100%;
}

.proposals_container_block_right {
    margin-right: 38px;
    border-bottom: 7px solid transparent;
    ;
}

.proposals_container_block:hover {
    cursor: pointer;
    border-bottom: 7px solid #FFBE00;
}

.proposals_container_block:hover svg path {
    fill: #FFBE00;
}

.proposals_container_block:hover .proposals_container_block_info_description_bottom {
    color: #FFBE00;
}

.proposals_container_block_info {
    padding: 173.41px 0 49.59px 31.5px;
    box-sizing: border-box;
    max-width: 680px;
    position: relative;
    background-image: url(../img/diagnosis.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.proposals_container_block_info_text {
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 120%;
    color: white;
    max-width: 545px;
}

.proposals_container_block_info_description {
    background: #101011;
    padding: 30px;
    max-width: 680px;
    box-sizing: border-box;
}

.proposals_container_block_info_description_title {
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 15px;
    line-height: 120%;
}

.proposals_container_block_info_description_bottom_block {
    display: flex;
    justify-content: end;
    height: 19px;
}

.proposals_container_block_info_description_bottom_arrow {
    margin-top: 3px;
}

.proposals_container_block_info_description_bottom {
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    font-size: 16px;
    color: #808080;
    margin-right: 10px;
    text-align: right;
    height: 19px;
    line-height: 120%;
}

.proposals_container_block_info_description_bottom_block:hover {
    cursor: pointer;
}

.proposals_container_block_info2 {
    padding: 30px 0 98px 30px;
    position: relative;
    background-image: url(../img/renovation.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    max-width: 680px;
}

.proposals_container_block_info_title {
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 120%;
    color: white;
    max-width: 318px;
    margin-bottom: 10px;
}

.proposals_container_block_info_text2 {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 34px;
    line-height: 120%;
}

.proposals_container_block_info_text3 {
    font-size: 18px;
    font-family: "TT_Octosquares_Trial_Light", sans-serif;
    color: #BCBCBC;
    line-height: 120%;
}

.when_repairing {
    padding: 80px 0;
    background: #FBFBFB;
}

.when_repairing_container {
    max-width: 1398px;
    margin: 0 auto;
}

.when_repairing_container_info {
    background-image: url(../img/issuew.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 59px;
}

.when_repairing_container_info_title {
    font-size: 32px;
    line-height: 120%;
    color: #101011;
    margin-bottom: 20px;
    padding-top: 41px;
}

.when_repairing_container_info_text {
    font-size: 18px;
    color: #505050;
    line-height: 120%;
    padding-bottom: 41px;
}

/* 
слайдер второй */

.slider-wrapper2 {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;

}



.slider2 {
    max-width: 1920px;
    margin: 0 auto;
}

.slider-controls2 {
    display: flex;
    justify-content: flex-end;
    max-width: 1268px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.slider-btn2 {
    background: white;
    width: 80px;
    height: 80px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 5px;
    transition: background 0.2s;
    border: 0;
    /* padding: 39.62px 23.23px 40.38px 23.62px; */
}

.slider-btn-left2 {
    background-image: url(../img/left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
    background-color: #FBFBFB;
}

.slider-btn-left2:hover {
    background-image: url(../img/left_blue.svg);
}

.slider-click-left2 {
    background: #1A1EB2;
    background-image: url(../img/left_white.svg)!important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}

.slider-btn-right2 {
    background-image: url(../img/right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
    background-color: #FBFBFB;
}

.slider-btn-right2:hover {
    background-image: url(../img/right_blue.svg);
}

.slider-click-right2 {
    background: #1A1EB2;
    background-image: url(../img/right_white.svg)!important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}



.slider-btn2:hover {
    border: 1px solid #CDCECF;
}

.slider-btn2 svg:hover {
    fill: #1A1EB2;
}

.slider2 {
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE */
    margin-left: 130px;
    display: flex;
}

.slider2 {
    display: flex;
}

.slider-viewport::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}

.slider2::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.slide2 {
    width: 350px;
    height: 330px;
    flex: 0 0 auto;
    background: white;
    border-top: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
    padding: 30px 30px 61px 30px;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slider-btn2.active-arrow {
    background-color: #1A1EB2;
    transition: background 0.3s ease;
    background-image: url(../img/left_white.svg)!important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}



.slide2_number {
    font-family: "TT_Octosquares_Trial_Light", sans-serif;
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 30px;
    color: #EDEDED;
    width: 27px;
    height: 65px;
}

.slide2_title {
    max-width: 290px;
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px;
    height: 44px;
    color: #101011;
}

.slide2_text {
    max-width: 290px;
    font-size: 14px;
    line-height: 130%;
    color: #808080;
}



@media (max-width: 768px) {

    .slider-btn2 {
        width: 35px;
        height: 35px;
    }
}

#entry3 {
    font-size: 16px;
    font-weight: 600;
    padding: 14px 0;
    width: 290px;
    text-align: center;
    background: #1A1EB2;
    color: white;
    border: 0;
}

#entry3:hover {
    background: #001976;
    cursor: pointer;
}

#entry3:active {
    background: #101011;
}

.slide2_text2 {
    margin-bottom: 30px;
}

.slide2:hover .slide2_number {
    color: #1A1EB2;

}

.slide2:hover {
    cursor: pointer;
    border-bottom: 6px solid #1A1EB2;
}

.price {
    padding: 0 0 100px 0;
    background: #FBFBFB;
    box-sizing: border-box;
}

.price_container {
    max-width: 1398px;
    margin: 0 auto;
    display: flex;
}

.price_container_price_list {
    max-width: 436px;
    margin-right: 32px;
    margin-top: 163px;
}

.price_container_price_list_title {
    font-size: 32px;
    line-height: 120%;
    color: #101011;
    margin-bottom: 20px;
}

.price_container_price_list_text {
    color: #505050;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 60px;
}

#entry4 {
    width: 227px;
    padding: 14px 0;
    text-align: center;
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    color: #FFFFFF;
    margin-bottom: 17.32px;
    font-size: 18px;
    background: #1A1EB2;
    border: 0;
}

#entry4:hover {
    background: #001976;
    cursor: pointer;
}

#entry4:active {
    background: #101011;
}

.price_container_price_info {
    max-width: 932px;
}

.price_container_price_info_icons {
    background: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.price_container_price_info_icon {
    padding: 15px 30px;
    max-width: 932px;
    box-sizing: border-box;
    border-bottom: 1px solid #EDEDED;
}

.price_container_price_info_icon:hover {
    background: #FBFBFB;
    cursor: pointer;
}

.price_container_price_info_icon:last-child {
    border-bottom: 0;
}

.price_container_price_info_icon_block {
    /* display: grid;
   grid-template-columns: 1fr 1fr; */
    display: flex;
}

.price_container_price_info_icon_info {
    width: 750px;
    margin-right: 30px;
}

.price_container_price_info_icon_info_title {
    color: #101011;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 5px;
}

.price_container_price_info_icon_info_text {
    color: #808080;
    font-size: 14px;
    line-height: 120%;
}

.price_container_price_info_icon_price {
    color: #101011;
    font-size: 16px;
    line-height: 120%;
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    width: 105px;
    text-align: right;
}

.price_container_price_info_icon_price2 {
    width: 253px;
}

.price_container_price_info_icon_info2 {
    width: 589px;
}

.price_container_price_list_arrow {
    margin-left: 119px;
}

.bottom_none {
    margin-bottom: 0;
}

.reviews {
    padding-top: 100px;
}

.reviews_container {
    max-width: 1398px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.reviews_container_info {
    max-width: 436px;
}

.reviews_container_info_title {
    font-size: 32px;
    line-height: 120%;
    color: #101011;
    margin-bottom: 20px;
}

.reviews_container_info_text {
    font-size: 18px;
    color: #505050;
    line-height: 120%;
    margin-bottom: 60px;
}

.сonsultation {
    background: #101011;
    padding: 73px 0 144px 0;
    margin-top: -487px;
}

.сonsultation_container {
    max-width: 1398px;
    margin: 0 auto;
}

.сonsultation_container_form {
    max-width: 660px;
}

.сonsultation_container_title {
    font-size: 32px;
    color: #FFFFFF;
    line-height: 120%;
    margin-bottom: 15px;
}

.сonsultation_container_text {
    font-size: 18px;
    line-height: 120%;
    color: #BCBCBC;
    margin-bottom: 40px;
}

.consultation_container_telephon {
    position: relative;
}

.consultation_container_telephon input {
    border: 0;
    border-bottom: 1px solid #808080;
    background: transparent;
    padding: 10px 0 10px 0;
    margin-bottom: 5px;
    max-width: 660px;
    width: 100%;
    color: white;
    font-size: 18px;
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    line-height: 120%;
    transition: border 0.3s, color 0.3s;
}

.consultation_container_telephon input::placeholder {
    color: white;
    font-size: 18px;
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    line-height: 120%;
}

.consultation_container_telephon input.red-border {
  border-color: #FA2424!important;
  caret-color: #FA2424!important;
}

.consultation_container_telephon input.black-border {
  border-color: #1A1EB2;
  caret-color: 1A1EB2;
}


.label-floating {
  position: absolute;
  top: -14px;
  left: 0;
  font-size: 14px;
  color: #BCBCBC;
  background: transparent;
  display: none;
  transition: 0.2s;
}

.label-floating.show {
  display: inline;
}


#problem_top_text_col,
#problem_bottom_text_col {
  opacity: 0;
  color: #FA2424;
  font-size: 14px;
  line-height: 130%;
  transition: opacity 0.3s ease;
}

#problem_top_text_col2,
#problem_bottom_text_col2 {
  opacity: 0;
  color: #FA2424;
  font-size: 14px;
  line-height: 130%;
  transition: opacity 0.3s ease;
}

#problem_top_text_col3,
#problem_bottom_text_col3 {
  opacity: 0;
  color: #FA2424;
  font-size: 14px;
  line-height: 130%;
}

.consultation_container_telephon input.blue-border {
  border-color: #1A1EB2!important;
  caret-color: #1A1EB2!important;
  color: #1A1EB2!important;
}

#problem_bottom_text_col {
    margin-bottom: 27px;
}
#problem_bottom_text_col3 {
    margin-bottom: 27px;
}

.consultation_container_telephon input:focus {
    outline: none;
    border-bottom: 1px solid #808080;
}

#entry5 {
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    width: 100%;
    max-width: 660px;
    background: #1A1EB2;
    padding: 20px 0 21px 0;
    text-align: center;
    font-size: 24px;
    line-height: 120%;
    color: white;
    border: 0;
    margin-bottom: 40px;
}

#entry5:hover {
    background: #001976;
    cursor: pointer;
}

#entry5:active {
    background: #101011;
}

.сonsultation_container_checkbox {}

.сonsultation_container_checkbox input {}

.custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}

.custom-checkbox input {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    flex: none;
    order: 0;
    flex-grow: 0;
    border: 1px solid #505050;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    transition: border-color 0.2s, background 0.2s;
    margin-right: 10px;
}

/* Наведение: меняем цвет рамки */
.custom-checkbox:hover .checkmark {
    border-color: #1A1EB2;
}

/* Галочка (изначально скрыта) */
.checkmark::after {
    content: '';
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Состояние: чекбокс отмечен */
.custom-checkbox input:checked+.checkmark {
    background-color: #1A1EB2;
    border-color: #1A1EB2;
}

/* Показываем галочку */
.custom-checkbox input:checked+.checkmark::after {
    display: block;
}


.checkbox-text {
    font-size: 14px;
    color: #808080;
    line-height: 120%;
}

.checkbox-text a {
    font-size: 14px;
    color: #808080;
}

.contact {}

.contact_container {}

.contact_container_info {
    background-image: url(../img/contact.webp);
    background-repeat: no-repeat;
}

.contact_container_info_block {
    padding: 100px 40px 147px 261px;
}

.contact_container_info_title {
    font-family: "TT_Octosquares_Trial_Thin", sans-serif;
    font-size: 50px;
    line-height: 130%;
    margin-bottom: 15px;
}

.contact_container_info_text {
    font-size: 24px;
    color: #808080;
    line-height: 120%;
    margin-bottom: 60px;
    max-width: 658px;
}

.contact_container_info_adres_title {
    font-size: 14px;
    line-height: 130%;
    color: #808080;
    margin-bottom: 10px;
}

.contact_container_info_adres_text {
    font-size: 18px;
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    line-height: 120%;
    color: #101011;
    margin-bottom: 30px;
}

.contact_container_info_adres_text a {
    text-decoration: none;
     font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    line-height: 120%;
    color: #101011;
}

.contact_container_info_icons {
    display: flex;
    width: 212px;
    justify-content: space-between;
    margin-bottom: 60px;
}

.contact_container_info_icon {
    width: 56px;
    height: 56px;
    background: #EDEDED;
    display: flex;
    justify-content: center;
    align-items: center;
}

#entry6 {
    line-height: 120%;
    max-width: 389px;
    width: 100%;
    padding: 20px 0 21px 0;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 120%;
    background: #1A1EB2;
    border: 0;
}

#entry6:hover {
    background: #001976;
    cursor: pointer;
}

#entry6:active {
    background: #101011;
}

.contact_container {
    display: flex;
}

.contact_container_map {
    max-width: 960px;
    width: 100%;
}

.footer {
    background: #101011;
    padding: 30px 0 29.27px 0;
}

.footer_container {
    max-width: 1398px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer_container_info {
    font-size: 16px;
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    line-height: 120%;
    text-align: right;
    color: #EDEDED;
    max-width: 467px;
}

/* //заявка */



.requisition {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    z-index: 101;
    display: none;
}

.requisition_container {}

.requisition_container_info {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    margin-top: 111px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    padding: 40px;
    position: relative;
    box-sizing: border-box;

}

.requisition_container_info_close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.requisition_container_info_close:hover {
    cursor: pointer;
}

.requisition_container_info_title {
    color: #1A1A1A;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 15px;
    text-align: center;
}

.requisition_container_info_text {
    color: #505050;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 60px;
    text-align: center;
}

.requisition_container_info_inputs {}



.requisition_container_info_input_name {
    position: relative;
    line-height: 120%;
}



.requisition_container_info_input_name::after {
    content: 'Ваше имя*';
    position: absolute;
    left: 0;
    top: 8px;
    color: #BCBCBC;
    font-size: 14px;
}

.requisition_container_info_input input {
    border: 0;
    padding: 28px 0 10px 0;
    width: 100%;
    border-bottom: 1px solid #808080;
    margin-bottom: 35px;
    color: #808080;
    font-size: 18px;
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    line-height: 120%;
}

#phone {
    padding-top: 10px;
    margin-bottom: 5px;
}

#car {
    padding-top: 5px;
}

.requisition_container_info_input input::placeholder {
    color: #808080;
    font-size: 18px;
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    line-height: 120%;
}

.requisition_container_info_input input:last-child {}

#entry7 {
    max-width: 520px;
    width: 100%;
    padding: 14px 0 14px 0;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 120%;
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    background: #1A1EB2;
    border: 0;
    margin-bottom: 15px;
}

#entry7:hover {
    background: #001976;
    cursor: pointer;
}

#entry7:active {
    background: #101011;
}

#entry12 {
    max-width: 520px;
    width: 100%;
    padding: 14px 0 14px 0;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 120%;
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    background: #1A1EB2;
    border: 0;
    margin-bottom: 15px;
    display: none;
}

#entry12:hover {
    background: #001976;
    cursor: pointer;
}

#entry12:active {
    background: #101011;
}

.checkbox-text2 {
    color: #808080;
    font-size: 14px;
    line-height: 130%;
}


.custom-checkbox input {
    display: none;
}

/* Внешний вид чекбокса */
.checkmark2 {
    width: 20px;
    height: 20px;
    flex: none;
    order: 0;
    flex-grow: 0;
    border: 1px solid #505050;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    transition: border-color 0.2s, background 0.2s;
    margin-right: 10px;
}

/* Наведение: меняем цвет рамки */
.custom-checkbox:hover .checkmark2 {
    border-color: #1A1EB2;
}

/* Галочка (изначально скрыта) */
.checkmark2::after {
    content: '';
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Состояние: чекбокс отмечен */
.custom-checkbox input:checked+.checkmark2 {
    background-color: #1A1EB2;
    border-color: #1A1EB2;
}

/* Показываем галочку */
.custom-checkbox input:checked+.checkmark2::after {
    display: block;
}

.checkbox-text a {
    text-decoration: none;
    padding-bottom: 0;
    border-bottom: 1px solid #808080;
    ;
}

.requisition_container_info_input input:focus {
    outline: none;
    border-bottom: 1px solid #1A1EB2;
}

.thanks {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #FFFFFF;
    overflow: hidden;
    padding-top: 218px;
    z-index: 100;
    display: block;
}

body {
    /* overflow: hidden; */
}

.thanks_container {
    background-image: url(../img/thank_bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 18%;
    width: 100vw;
    height: 100vh;
    max-width: 1920px;
    margin: 0 auto;
}

.thanks_container_info {
    max-width: 1079px;
    width: 100%;
    margin: 0 auto;
    min-height: 540px;
}

.thanks_container_info_title {
    font-family: "TT_Octosquares_Trial_Thin", sans-serif;
    font-size: 50px;
    line-height: 130px;
    color: #101011;
    margin-bottom: 15px;
}

.thanks_container_info_text {
    font-size: 24px;
    color: #505050;
    line-height: 120%;
    max-width: 465px;
}

/* заявка 2 */

.requisition2 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    z-index: 101;
    display: none;
}

.requisition_container {
    height: 100%;
    overflow-y: auto;
}

.requisition_container {
    overflow-y: scroll;
    /* или auto */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

.requisition_container::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.requisition_container_info2 {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    margin-top: 73px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    padding: 40px;
    position: relative;
    box-sizing: border-box;
}

.requisition_container_info_title2 {
    margin-bottom: 40px;
}

.requisition_container_info_close2 {
    position: absolute;
    right: 10px;
    top: 10px;
}

.requisition_container_info_close2:hover {
    cursor: pointer;
}

.requisition_container_info_text2 {
    color: #505050;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 30px;
    text-align: center;
    text-align: left;
}

.requisition_container_info_spisok {}

.requisition_container_info_spisok p {
    color: #101011;
    font-size: 18px;
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    line-height: 120%;
    margin-bottom: 10px;
}

.requisition_container_info_spisok ul li {
    color: #505050;
    font-size: 18px;
    line-height: 120%;
    margin-left: 20px;
    margin-bottom: 10px;
}

.requisition_container_info_spisok ul li::marker {
    color: #101011;
}

.requisition_container_info_spisok ul li:last-child {
    margin-bottom: 30px;
}

.entry8 {
    margin-top: 10px;
    max-width: 700px;
    width: 100%;
    padding: 20px 0 21px 0;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 120%;
    background: #1A1EB2;
    border: 0;
}

.entry8:hover {
    background: #001976;
    cursor: pointer;
}

.entry8:active {
    background: #101011;
}

#problem_top_text {
    color: #FA2424;
    font-size: 14px;
    line-height: 130%;
    opacity: 0;
}


.problem-wrapper {
    position: relative;
    border-bottom: 1px solid #808080;
    max-width: 520px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 5px;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

/* Стили для textarea */
#problem {
    width: 100%;
    min-height: 20px;
    resize: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    background: transparent;
    font-size: 18px;
    box-sizing: border-box;
    line-height: 80%;
    background: transparent;
    color: #000;
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    height: 23px;
}

/* ::after текст — как label над textarea */
.problem-wrapper::after {
    content: 'Проблема*';
    position: absolute;
    top: -6px;
    left: 0;
    font-size: 14px;
    color: #BCBCBC;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, color 0.2s ease;
}

/* Показываем ::after при вводе текста или фокусе */
.problem-wrapper.show-label::after {
    opacity: 1;
}


#problem_bottom_text {
    color: #FA2424;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 33px;
    opacity: 0;
}




#problem::placeholder {
    /* margin-bottom: 70px; */
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    font-size: 18px;
    line-height: 120%;
    color: #808080;
}

.custom-input::placeholder {
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    font-size: 18px;
    line-height: 120%;
    color: #808080;
}


.problem-wrapper {
    margin-bottom: 60px;
}

.red {
    caret-color: #FA2424;
    border-bottom: 1px solid #FA2424 !important;
}

.header_burger {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #EDEDED;
    padding: 11.75px 9.5px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: none;
}

.header_burger_logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_burger_logo svg {
    margin-top: 10px;
}

.header_menu_mob {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    opacity: 0;
    background: white;
    width: 200px;
    height: 100vh;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: 999;
}

.header_menu_mob.active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.header_menu_mob_content {
    padding: 20px 0 0 10px;
    position: relative;
}

.header_menu_mob_close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.header_menu_mob_close:hover {
    cursor: pointer;
}

.header_menu_mob ul li {
    list-style: none;
    text-decoration: none;
    margin-bottom: 10px;
}

.header_menu_mob ul li a {
    text-decoration: none;
    color: #101011;
}

.header_menu_mob ul li a:hover {
    color: #1A1EB2;
    cursor: pointer;
    font-weight: bold;
}

.header_menu_mob ul li a:active {
    color: #1A1EB2;
    padding-bottom: 4px;
    border-bottom: 4px solid #1A1EB2;
    cursor: pointer;
    font-weight: bold;
}

.contact_container_info_icon {
    border: 2px solid transparent;
}

.contact_container_info_icon:hover {
    border: 2px solid #43D854;
    cursor: pointer;
}

.agregatka_centr_container_info2 {
    font-size: 16px;
    color: #0D0D0D;
    line-height: 120%;
    max-width: 290px;
    display: none
}

#сonsultation_mob {
    display: none;
}

#entry11 {
    width: 100%;
    max-width: 660px;
    background: #1A1EB2;
    padding: 20px 0 21px 0;
    text-align: center;
    font-size: 24px;
    line-height: 120%;
    color: white;
    border: 0;
    margin-bottom: 40px;
}



#entry11:active {
    background: #101011;
}

#entry11:disabled {
    background: #101011;
}

.reviews_container_text {
    max-width: 700px;
    width: 100%;
    max-height: 650px;
    height: 100%;
}

.reviews_container_text_2 {
    display: none;
}

.requisition_container2 {
    height: 100%;
    overflow-y: auto;
}

.requisition_container2 {
    overflow-y: scroll;
    /* или auto */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

.requisition_container2::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.thanks_container {
    overflow-y: scroll;
    /* или auto */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

.thanks_container::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.slider-dots2 {
    text-align: center;
    margin-top: 20px;
}

.slider-dot2 {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s;
}

.slider-dot2.active {
    background: #333;
}

/* //курсор */


.wrapper {
    position: relative;
    max-width: 520px;
    width: 100%;
}

.custom-input {
    position: relative;
    border: 0;
    padding: 28px 0 10px 0;
    width: 100%;
    border-bottom: 1px solid #808080;
    color: #808080;
    margin-bottom: 30px;
    font-size: 18px;
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    line-height: 120%;
    font-weight: bold;
}


.custom-input:empty:before {
    content: attr(data-placeholder);
    color: #808080;

    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.2s ease;
}


/* //курсор */

.caret {
    position: absolute;
    width: 0.5px;
    height: 22px;
    background-color: #808080;
    animation: blink 1s ease-in-out infinite;
    pointer-events: none;
}

.custom-input:focus {
    outline: none;
    color: #1A1EB2;
    border-bottom: 1px solid #1A1EB2;
}

.custom-input:focus+.caret {
    color: #1A1EB2;
    background-color: #1A1EB2;
}

.caret.hidden {
    display: none;
}

.hidden {
    display: none !important;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.custom-input {
    caret-color: transparent;
    height: 22px;
}

.custom-input {
    cursor: default;
    /* или 'pointer', 'none' и т.п. */
}

.custom-input::after {
    content: 'Ваше имя*';
    position: absolute;
    left: 0;
    top: 2px;
    color: #BCBCBC;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
    transition: opacity 0.2s ease;
    font-family: "TT_Octosquares_Trial_Regular", sans-serif;
}


.custom-input.show-label::after {
    opacity: 1;
    top: 6px;
    font-size: 14px;
    color: #BCBCBC;
}

.custom-input::placeholder {
    color: #808080;
    font-size: 18px;
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    line-height: 120%;
}

/* Плейсхолдер */
.custom-input::before {
    content: attr(data-placeholder);
    position: absolute;
    top: 28px;
    left: 0px;
    color: #aaa;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.2s ease;
}

.custom-input.hide-placeholder::before {
    opacity: 0;
}

.requisition_container_info_input_tel {
    position: relative;
}

.requisition_container_info_input_tel::after {
    position: absolute;
    content: 'Телефон*';
    top: -12px;
    left: 0;
    color: #BCBCBC;
    font-size: 14px;
    line-height: 130%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.name {
    position: relative;
    transition: border-color 0.2s ease;
}

#name {
    padding-top: 10px;
}

.name::after {
    position: absolute;
    content: 'Ваше имя';
    top: -12px;
    left: 0;
    color: #BCBCBC;
    font-size: 14px;
    line-height: 130%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.name.show-label::after {
    opacity: 1;
    color: #BCBCBC;
}

.car {
    position: relative;
    transition: border-color 0.2s ease;
}

.car::after {
    position: absolute;
    content: 'Марка вашего автомобиля';
    top: -21px;
    left: 0;
    color: #BCBCBC;
    font-size: 14px;
    line-height: 130%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.car.show-label::after {
    opacity: 1;
    color: #BCBCBC;
}

.requisition_container_info_input_tel.show-label::after {
    opacity: 1;
}

.requisition_container_info_input_tel.hide-after::after {
    opacity: 0;
}

.requisition_container_info_input_tel:focus {
    color: #1A1EB2;
    border-bottom: 1px solid #1A1EB2;
}

.requisition_container_info_input input:focus {
    color: #1A1EB2;
    border-bottom: 1px solid #1A1EB2;
}

.requisition_container_info_input_tel.active::after {
    opacity: 1;
    color: #1A1EB2;
    /* синий */
}

#entry7:disabled {
    background-color: #808080 !important;
    cursor: not-allowed;
}

#entry7 {
    background-color: #1A1EB2;
    color: white;
    padding: 12px 24px;
    font-weight: bold;
    border: none;
    transition: background-color 0.2s ease;
}

#entry7.active-button:hover {
    background: #001976 !important;
    cursor: pointer;
}

#entry7.active-button:active {
    background: #101011 !important;
}

.active-button:hover {
    background: #001976 !important;
    cursor: pointer;
}

.active-button:active {
    background: #101011 !important;
}


#problem_top_text_name {
    color: #FA2424;
    font-size: 14px;
    line-height: 130%;
    display: none;
}

#problem_bottom_text_name {
    color: #FA2424;
    font-size: 14px;
    line-height: 130%;
    /* margin-bottom: 33px; */
    display: none;
}

#problem_top_text_name_col {
    color: #FA2424;
    font-size: 14px;
    line-height: 130%;
    display: none;
}

#problem_bottom_text_name_col {
    color: #FA2424;
    font-size: 14px;
    line-height: 130%;
    /* margin-bottom: 33px; */
    display: none;
}

#nameWrapper2 {
    display: none;
}

/* Скрытие подсказок по умолчанию */
.problem-text {
    visibility: hidden;
    height: 16px;
    /* или нужная тебе высота */
    margin-bottom: 4px;
    /* если нужно пространство */
    font-size: 14px;
    color: #FA2424;
    transition: 0.2s;
}

.problem-text.visible {
    visibility: visible;
}

/* Стиль инпута с псевдоплейсхолдером */
#nameWrapper2 {
    position: relative;
}

#nameWrapper2::after {
    content: "Ваше имя";
    position: absolute;
    top: -12px;
    left: 0;
    font-size: 14px;
    color: #BCBCBC;
    line-height: 130%;
    opacity: 0;
    transition: opacity 0.2s ease;
}

/* Красная рамка и курсор при ошибке */
#name_mob input.error {
    border-bottom: 1px solid #FA2424 !important;
    caret-color: #FA2424;
}

/* Синяя рамка и курсор при вводе */
#name_mob input.active {
    border: 1px solid #1A1EB2;
    caret-color: #1A1EB2;
    color: #1A1EB2 !important;
}

/* Серая рамка по умолчанию */
#name_mob input.default {
    border-bottom: 1px solid #1A1EB2;
    caret-color: #000;
}

#name_mob.blue-placeholder {
    color: #1A1EB2 !important;
}

/* Показываем верхнюю подсказку */
#name_mob input.show-label+#nameWrapper2::after {
    opacity: 1;
}

/* Альтернатива через класс */
#nameWrapper2.active::after {
    opacity: 1;
}

/* Активна (по умолчанию задизейблена, классы применяются через JS) */
#entry12 {
    background-color: #1A1EB2;
    color: white;
    border: none;
    padding: 12px 24px;
    transition: background 0.2s;
}

/* Ховер */
#entry12:hover:enabled {
    background-color: #001976;
    cursor: pointer;
}

/* Актив */
#entry12:active:enabled {
    background-color: #101011!important;
}

#sliderDots2 {
    display: none;
}

#entry5.enabled {
  background-color: #1A1EB2!important;
  cursor: pointer;
}

#entry5.enabled:hover {
  background-color: #001976!important;
}

#entry5.enabled:active {
  background-color: #101011!important;
}

#entry5:disabled {
    background-color: #808080 !important;
    cursor: not-allowed;
}

#entry11.enabled2 {
  background-color: #1A1EB2!important;
  cursor: pointer;
}

#entry11.enabled2:hover {
  background-color: #001976!important;
}

#entry11.enabled2:active {
  background-color: #101011!important;
}

#entry11:disabled {
    background-color: #808080 !important;
    cursor: not-allowed!important;
}