* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "TT_Octosquares_Trial_Regular";
    src: url("../fonts/AA Stetica Regular.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "TT_Octosquares_Trial_Light";
    src: url("../fonts/AA Stetica Light.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "TT_Octosquares_Trial_Thin";
    src: url("../fonts/AA Stetica Medium.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "TT_Octosquares_Trial_DemiBold";
    src: url("../fonts/AA Stetica Bold.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "TT_Octosquares_Trial_Bold";
    src: url("../fonts/AA Stetica Bold.otf") 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 {
    /*max-width: 1398px;*/
    /* height: 60px; */
    margin: 0 auto;
    display: flex;
    /*justify-content: space-between;*/
    /*position: relative;*/
	justify-content: space-around;
    z-index: 102; 
	position: sticky;
    top: 0;
    background: white;
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.header_logo {
    margin-top: 5px;
    height: 50px;
}

.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;
    padding-bottom: 17px;
    border-bottom: 3px 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_message {
    background: #EDEDED;
    box-sizing: border-box;
    height: 60px;
    border: 1px solid #EDEDED;
}

.header_contact_message_icon {
    padding: 16.8px;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
}

.header_contact_message:hover {
    border: 1px solid #43D854;
    /* background: #43D854; */
    cursor: pointer;
}


.renovation_section {
    background-image: url(../img/bg.png);
    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.png);
    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 {
    cursor: pointer;
}

.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, color 0.3s ease, border 0.3s ease;
}

.renovation_section_bottom_icon:nth-child(3) {
    border-right: 0;
}

.renovation_section_bottom_icon_block {
    display: flex;
    padding: 32px;
}


.renovation_section_bottom_icon.hover-from-text {
    background-color: #1a1eb2;
    cursor: pointer;
}

.renovation_section_bottom_icon.hover-from-icon {
    cursor: pointer;
    background-image: url(../img/bg_hover.png);
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-size: contain;
}

.renovation_section_bottom_icon_icon {
    margin-right: 30px;
}

.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 {
    cursor: pointer;
}

#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 {
    cursor: pointer;
}

#entry10 {
    font-size: 18px;
    font-weight: 600;
    padding: 14px 0;
    background: #1A1EB2;
    color: white;
    border: 0;
    width: 227px;
    display: none;
}

#entry10:hover {
    cursor: pointer;
}

.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: 2px solid #EDEDED;
    border-bottom: 2px solid #EDEDED;
    background: white;
}

.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);
    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);
    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;
}


.slide img {
    width: 100%;
    width: 95.84px;
    height: 52.22px;
    filter: grayscale(100%);
    transition: filter 0.3s, border 0.3s;
    border-right: 1px solid white;
}

.slide.active img {
    width: 100%;
    filter: none;
    border-radius: 4px;
}

.proposals {
    padding: 100px 0 93px 0;
    background-image: url(../img/bg_section2.png);
    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 #1a1eb2;
}

.proposals_container_block:hover svg path {
    fill: #fff;
}

.proposals_container_block:hover .proposals_container_block_info_description_bottom {
    color: #fff;
}

.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.png);
    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.png);
    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: auto;
    box-sizing: border-box;
}

.slider2 {
    max-width: 1398px;
    margin: 0 auto;
}

.slider-controls2 {
    display: flex;
    justify-content: flex-end;
    max-width: 1398px;
    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);
    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);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}



.slider-btn2:hover {
    border: 1px solid #CDCECF;
}

.slider-btn2 svg:hover {
    fill: #1A1EB2;
}

.slider2 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    /* Скрываем скролл */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE */
}

.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;
}

.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 {
    cursor: pointer;
}

.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 {
    cursor: pointer;
}

.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: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;
}

.сonsultation_container_telephon {}

.сonsultation_container_telephon input {
    border: 0;
    border-bottom: 1px solid #808080;
    background: transparent;
    padding: 28px 0 10px 0;
    margin-bottom: 50px;
    max-width: 660px;
    width: 100%;
    color: white;
    font-size: 18px;
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    line-height: 120%;
}

.сonsultation_container_telephon input::placeholder {
    color: white;
    font-size: 18px;
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    line-height: 120%;
}


.сonsultation_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;
}

.с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;
    border: 2px solid #444;
    border-radius: 3px;
    position: relative;
    flex-shrink: 0;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid transparent;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: border-color 0.3s ease;
    transition: all 0.2s ease;
    opacity: 0;
}

input:checked+.checkmark::after {
    border-color: white;
    /* Цвет галочки при клике */
    opacity: 1;
}

.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.png);
    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_icons {
    display: flex;
    width: 212px;
    justify-content: space-between;
    margin-bottom: 60px;
}

.contact_container_info_icon {
    width: 60px;
    height: 60px;
    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 {
    cursor: pointer;
}

.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: 515px;
}

/* //заявка */



.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: 2;
    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 {}

.requisition_container_info_input input {
    border: 0;
    padding: 28px 0 10px 10px;
    width: 100%;
    border-bottom: 1px solid #808080;
    /*margin-bottom: 35px;*/
    height: 22px;
    color: #808080;
    font-size: 18px;
    font-family: "TT_Octosquares_Trial_DemiBold", sans-serif;
    line-height: 120%;
}

.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 {
    margin-bottom: 50px;
}

#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 {
    cursor: pointer;
}

#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 {
    cursor: pointer;
}

.checkbox-text2 {
    color: #808080;
    font-size: 14px;
    line-height: 130%;
}

.checkmark2 {
    width: 20px;
    height: 20px;
    flex: none;
    order: 0;
    flex-grow: 0;
    border: 1px solid #505050;
    border-radius: 4px;
    box-sizing: border-box;
}

.checkbox-text a {
    text-decoration: none;
    padding-bottom: 0;
    border-bottom: 1px solid #808080;
    ;
}

input:checked+.checkmark2::after {
    border-color: black;
    /* Цвет галочки при клике */
    opacity: 1;
}

.requisition_container_info_input input:focus {
    outline: none;
    border-bottom: 1px solid #808080;
}

.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: none;
}

body {
    /* overflow: hidden; */
}

.thanks_container {
    background-image: url(../img/thank_bg.png);
    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: 2;
    display: none;
}

.requisition_container {}

.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 {
    cursor: pointer;
}

#problem_top_text {
    color: #FA2424;
    font-size: 14px;
    line-height: 130%;
    opacity: 0;
}

#problem {
    padding-top: 10px;
    margin-bottom: 0;
}

#problem_bottom_text {
    color: #FA2424;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 33px;
    opacity: 0;
}

.red {
    caret-color: red;
    border-bottom: 1px solid red !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;
    padding-bottom: 2px;
    border-bottom: 3px solid #1A1EB2;
    cursor: pointer;
    font-weight: bold;
}

.contact_container_info_icon {
    border: 1px solid transparent;
}

.contact_container_info_icon:hover {
    border: 1px 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;
}

.reviews_container_text_2 {
    display: none;
}

.requisition_container2 {
    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_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;
}






.form-message {
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
    animation: slideDown 0.3s ease;
}

.form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.input-error {
    display: block;
    color: #e74c3c;
    font-size: 12px;
    margin-top: 5px;
    min-height: 18px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.input-error.show {
    opacity: 1;
}

.form-input.error {
    border-color: #e74c3c;
    background: #fff5f5;
}

.form-input.success {
    border-color: #27ae60;
}

.form-submit-btn {
    position: relative;
    width: 100%;
    padding: 15px;
    background: #1a237e;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.form-submit-btn:hover:not(:disabled) {
    background: #0d1457;
    transform: translateY(-2px);
}

.form-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-loader {
    display: inline-block;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    75% { transform: translateX(10px); }
}

.shake {
    animation: shake 0.4s ease;
}

a.phone-tel {
    text-decoration: none;
    color: black;
}


#phone2Error, #consent2Error, #phone3Error, #name3Error, #consent3Error, #consent4Error, #consent5Error, #consent6Error {
    color: red;
}

.page-content {
    margin-top: 30px;
	margin-bottom: 30px;
}
h1.sppb-addon-title {
    margin-bottom: 15px;
}