* {
    margin: 0;
    padding: 0;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Ubuntu, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 0;
    min-width: 0;
    -webkit-touch-callout:none;
    -webkit-text-size-adjust:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    text-decoration: none;
    list-style: none;
    outline: none !important;
}


body {
/*    font-size:.875rem;
    font-weight:400;*/
    margin:0;
    padding:0;
    display: flex;
    flex-direction: column;
    height: 100%;
    vertical-align: bottom;
    background-color: #fbfcfd;
    /*    background-color: #f8f8f9;*/
    font-size: 14px;
    overflow-x: hidden;
}






body.lock {
    overflow: hidden !important;
}
.lock.BodyHidden {
    overflow: hidden !important;
}
body.BodyHidden {
    overflow: hidden !important;
}

img {
    height: auto;
    width: 100%;
    vertical-align: bottom;
}

.Btns {
    user-select: none;
    cursor: pointer;
}

.wrapBody {
    flex: 1 0 auto;
}

.NoneInput input {
    display: none;
}

/*ОБЩИЕ*/
.w {
    width: 1140px;
    max-width: 100%;
    margin: auto;
    gap: 15px;
}


.d_none {
    display: none !important;
}


.none_btn {
    background: rgba(255, 255, 255, 0);
    border: 0;
}

.oa {
    overflow: auto;
}

.oo {
    overflow: overlay;
}

.fs20 {
    font-size: 20px;
}

.flex {
    display: flex;
}

.flexAc {
    display: flex;
    align-items: center;
}

.flexI {
    display: flex !important;
}

.flex_impo {
    display: flex !important;
}

.flex1 {
    flex: 1;
}

.flex2 {
    flex: 2;
}

.flex3 {
    flex: 3;
}

.flex4 {
    flex: 4;
}

.flex5 {
    flex: 5;
}

.flex_colum {
    display: flex;
    flex-direction: column;
}

.flex_wrap {
    display: flex;
    flex-wrap: wrap;
}
.gap5 {
    gap: 5px;
}
.gap10 {
    gap: 10px;
}
.gap15 {
    gap: 15px;
}
.gap20 {
    gap: 20px;
}
.gap25 {
    gap: 25px;
}
.gap30 {
    gap: 30px;
}

.prel {
    position: relative;
}

.wi100 {
    width: 100%;
}

.wiMax {
    width: max-content;
}

.al_sc {
    /*align-self: center;*/
}

.al_ic {
    align-items: center;
}
.al_ie {
    align-items: end;
}

.flex_jc_sb {
    justify-content: space-between;
}

.flex_jc_sa {
    justify-content: space-around;
}

.flex_jc_se {
    justify-content: space-evenly;
}
.flex_jc {
    justify-content: center !important;
}


.mid {
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.mid2 {
    flex-direction: column;
    display: flex;
}

.mr010 {
    margin: 0 10px;
}

.m010 {
    margin: 0 10px;
}

.m030 {
    margin: 0 30px;
}

.m50 {
    margin: 5px 0;
}

.m100 {
    margin: 10px 0;
}

.mr100 {
    margin: 10px 0;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mr5 {
    margin-right: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    background: #1a83e5;
    border-radius: 10px;
}
.mt30 {
    margin-top: 30px;
}
.p0 {
    padding: 0;
}

.p5 {
    padding: 5px;
}

.p05 {
    padding: 0 5px;
}

.p50 {
    padding: 5px 0;
}

.pb5 {
    padding-bottom: 5px;
}

.p100 {
    padding: 10px 0;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.fs14 {
    font-size: 14px;
}

.Bor_right {
    border-radius: 0 .25rem .25rem 0;
}

.Bor_left {
    border-radius: .25rem 0 0 .25rem;
}

.grid_2fr {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.grid_1fr {
    display: grid;
    grid-template-columns: 1fr;
}

.BorTop {
    border-top: 1px solid #3333;
}

.BorBot {
    border-bottom: 1px solid #3333;
}

.BorRig {
    border-right: 1px solid #3333;
}

.BorLef {
    border-left: 1px solid #3333;
}

.inputNone input {
    display: none;
}

.tas {
    text-align: start;
}

.tac {
    text-align: center;
}

.title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.title2 {
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
}

.BtnLiG {
    background-size: 100%;
    background: linear-gradient(45deg, #2196f3, #03a9f4);
    background-size: 100%;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .3);
    display: inline-block;
    vertical-align: middle;

    background-color: transparent;
    color: #fff;
    text-align: center;

    position: relative;
    z-index: 100;
}

.BtnLiG:before {

    background-image: linear-gradient(160deg, #2bc155, #22ae49);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: .3s;
}

.BtnLiG:hover:before {
    opacity: 1;
}
.savebtn_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 123;
}
.tabsContent > div {
    display: none;
}
.tabsContent > div.active {
    display: block;
}
.text_center {
    text-align: center;
}
.SVGMetro {
    font-size: 15px;
    color: #3333338c;
}
/*ОБЩИЕ*/
/*scroll*/
::-webkit-scrollbar {
    width: 13px; /* ширина для вертикального скролла */
    height: 10px; /* высота для горизонтального скролла */
    background-color: rgba(20, 56, 97, 0);
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
    border-radius: 9em;
    background-color: rgba(47, 47, 47, 0.22);
    transition: background-color .2s linear, width .2s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
    width: 10px; /* ширина для вертикального скролла */
    height: 10px; /* высота для горизонтального скролла */
    background-color: rgba(0, 0, 0, 0.42);
}

/* Стрелки */
.portlet-placeholder {
    border: 1px dotted black;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 10px;
    height: 120px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

/*scroll*/
.ModZUF_box {
    display: flex;
    margin: 5px -10px;
    justify-content: center;
}
.ModZUF_it0 {
    user-select: none;
    margin: 0 10px;
    border: 1px solid #3333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    display: flex;
}

label.ModZUF_it0:active {
    color: #fff !important;
    background: #2e2e2e !important;
}
label.ModZUF_it0.ModZUF_it1 {
    font-size: 17px;
}
.ModZUF_box input[type=radio]:checked + label.ModZUF_it1 {
    color: #fff;
    background: #25ad2b;
    border: 1px solid #3330;
}
.ModZUF_box input[type=radio]:checked + label.ModZUF_it2 {
    color: #fff;
    background: #25d366;
    border: 1px solid #3330;
}
.ModZUF_box input[type=radio]:checked + label.ModZUF_it3 {
    border: 1px solid #3330;
    color: #fff;
    background: #25a6e7;
}
label.ModZUF_it0.ModZUF_it1:hover {
    color: #fff;
    background: #25ad2b;
    border: 1px solid #3330;
}
label.ModZUF_it0.ModZUF_it2:hover {
    color: #fff;
    background: #25d366;
    border: 1px solid #3330;
}
label.ModZUF_it0.ModZUF_it3:hover {
    border: 1px solid #3330;
    color: #fff;
    background: #25a6e7;
}
.slide-one .owl-dots {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    margin: 0;
    bottom: 5%;
    font-size: 45px;
}

.slide-two .owl-nav button {
    padding: 0 !important;
}

.slide4.owl-theme .owl-nav [class*=owl-] {
    margin: 5px;
}

/*Catalog*/
.CatCardImg img {
    height: 250px;
    min-height: 250px;
    max-width: 400px;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
}

.CatCardBox {
  /*  margin: 0 -10px;*/
}

.CatCardItem {
    display: flex;
    border-radius: 8px;
    border: 1px solid #e9e9e9;
    margin: 10px;
}

.CatCardInfo {
    display: flex;
    padding: 15px;
    flex: 1 1 auto;
}

.CatCardIcon1 {
    position: absolute;
    top: 10px;
    right: 10px;
}

.CatCardIcon1_1 {
    color: #f44336;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 0 8px #333333a3;
}

/*Catalog*/

/*selection*/
.selWrap {
    margin: 30px 0;
}
.selTable {
    box-shadow: 0 0 5px #3333333b;
}
.selImg img:hover {
    filter: brightness(0.8);
}
.selImg img {
    transition: .2s;
    border-radius: 8px 8px 0 0;
    height: 245px;
    object-fit: cover;
    filter: brightness(0.6);
}

.selImgText1 {
    color: #fff;
    font-weight: 800;
    font-size: 45px;
    white-space: nowrap;
    text-shadow: 0 0 20px #00000073;
}

.selImgText2 {
    position: absolute;
    top: 15px;
    left: 40px;
    color: #fff;
    white-space: nowrap;
}

.selImgText2_2 {
    font-weight: 600;
    font-size: 20px;
}

.selImgTextBlock1 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    padding: 0 40px;
    justify-content: space-between;
    align-items: flex-end;
}

.selImgText3 {
    display: flex;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    text-shadow: 0 0 20px #00000073;
}



.selImgText4 {
    display: flex;
    margin: 0 0 4px 0;
}

.selImgText4_1 {
    color: #9c27b0;
    font-weight: 800;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    font-size: 16px;
    height: 25px;
    margin-right: 10px;
}

.selImgText4_2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 0 0 20px #00000073;
}
.selImgText5_0 {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 15px;
    top: 25px;
}
.selImgText5 {
    background: linear-gradient(
        45deg , #0089ffcc, #2196f3db);
    color: #fff;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 8px;
    margin-bottom: 3px;
}
.selTableTr {

}
.selTableTr {
    display: flex;
    min-height: 70px;
    max-height: 70px;
}
.selTableTh {
    flex: 1 0 90px;
    padding: 10px 5px;
    color: #fff;
    font-weight: 600;
    background: #363636;
    border-right: 1px solid #ffffff4a;
}
.selTableTr:hover .selTableTd {
    border-bottom: 1px solid #2196f3;
    background: #f2f9ff;
    cursor: pointer;
}
.selTableTd {
    position: relative;
    flex: 1 0 90px;
    padding: 10px 5px;
    background: #ffffff;
    border-bottom: 1px solid #3333;
    border-right: 1px solid #3333331a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.st_Td2_1 {
    background: #3333;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    font-size: 18px;
}
.st_Td1 .st_Td1_1{
    transition: all .2s;
    cursor: pointer;
    user-select: none;
    opacity: 0;
}
.st_Td1:hover .st_Td1_1{
    opacity: 1;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #33333359;
}
.st_Td1_2 {
    position: absolute;
    top: 0;
    font-size: 34px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.st_Td1 img{
    transition: .3s;
    object-fit: contain;
    height: -webkit-fill-available;
}
.st_Td1 img:hover {
    transform: scale(0.8);
}
.selTableElse:hover {
    background: #cce9ff8c;
}
.selTableElse {
    margin: 0 0 40px 0;
    text-align: center;
    padding: 15px 0;
    border-radius: 0 0 8px 8px;
    background: #cce9ff;
    box-shadow: 0 8px 17px 0 #4f4f4f63;
    color: #2196f3;
    font-weight: 500;
}
/*selection*/

.sticky-element.fixed {
    position: fixed !important;
    top: 70px;
}
.sticky-element {
    position: relative !important;
}

/*Мультиселект с чекбоксами*/
.ms-select-results {
    max-height: 30px;
    max-width: 240px;
    overflow: hidden;
    white-space: nowrap;
    color: rgb(103 108 114);
    /* font-weight: 500; */
    font-size: 16px;
}

.SITE_VGl.ms-select-results {
    margin-top: 0;
}

.listing .multiselect {
    min-width: 225px;
}
.multiselect {
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    height: 40px;
    line-height: 16px;
    font-size: 14px;
    border-color: #3333332e;
    background: #fff;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
}
.filterLine1 .chosen-container-single .chosen-single:hover {
    border-color: #0099fe;
    background: #e6f5ff;
}
.selectBox:focus {
    border-color: #0099fe;
    background: #e6f5ff;
}
.selectBox:hover {
    border-color: #0099fe;
    background: #e6f5ff;
}
.selectBox {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px 0 8px;
    color: #878787;
    border: 1px solid #3333;
    border-radius: 8px;
    user-select: none;
}
.selectBox select {
    width: 100%;
    font-weight: bold;
}
.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.multi-checkboxes:hover {
    border: 1px #2196f3 solid;
}
.multi-checkboxes {
    max-height: 165px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    position: absolute;
    z-index: 100;
    background: #fff;
    border: 1px #dadada solid;
    border-radius: 0 0 8px 8px;
    width: max-content;
    min-width: 100%;
    margin: -2px 0 0 0;
    box-shadow: 0px 4px 18px 1px #0000002b;
}
.multiselect .multi-checkboxes label:first-of-type {
    border-radius: 0;
}

label.LAB_Fl.ms-checkbox-row {
    display: flex !important;
}

.multiselect .multi-checkboxes label{
    white-space: nowrap;
    display: flex;
    align-items: center;
    width: 100%;
    user-select: none;
    height: 36px;
    font-size: 14px;
    border: none;
    color: #333;
    background: #ffffff;
    cursor: pointer;
    padding: 0 10px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
}
.multi-checkboxes.active {
    display: block;
}
.multi-checkboxes label {
    display: block;
}
.multi-checkboxes label:active {
    background: #f8f8f8 !important;
}
.multi-checkboxes label:hover {
    background: #e6f5ff;
}
.multi-checkboxes.CheckBtnBox input[type=checkbox]:hover {
    border-color: #2196f3;
}
.multiselect .multi-checkboxes label:last-child {
    border-radius: 0 0 8px 8px;;
}
.multiselect input.ms-search-input {
    display: flex;
    border: 1px solid #3333;
    border-radius: 4px;
    padding: 5px;
    width: 100% !important;
}
.multiselect ul.ms-choices {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
/*.CheckBtnBox {
    display: none;
}*/
.CheckBtnBox.active {
    display: inherit;
}
.selectBox.active {
    border-color: #0099fe;
    background: #e6f5ff;
}
.selectBox .animS {
    transition: transform .2s ease-out;
}
.selectBox.active .animS {
    transform: rotate(180deg);
    transition: transform .2s ease-out;
}
.ms-result-count {
    margin-left: 5px;
}
/*Мультиселект с чекбоксами*/

/*Метро*/
.modalMetBtns {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 50px;
    z-index: 100;
}
.modalMetBtn0 {
    margin: 10px;
    padding: 7px 20px;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
}
.modalMetBtn1:active {
    background: #ffffff !important;
    color: #2196f3 !important;
}
.modalMetBtn1:hover {
    background: #097fde;
    color: #fff;
}
.modalMetBtn1 {
    border: 1px solid #2196f3;
    background: #ffffff;
    color: #2196f3;
}
.modalMetBtn2:active {
    background: #2196f3 !important;
}
.modalMetBtn2:hover {
    background: #097fde;
}
.modalMetBtn2 {
    border: 1px solid #2196f3;
    background: #2196f3;
    color: #fff;
}

/*Метро*/
.header-fixed {
    position: fixed;
    top:0; left:0;
    width: 100%;
}

.pagin-hidden {
    display: none !important;
}
.contMarginDop {
    margin-top: 20px;
    border-radius: 8px;
}
/*Chat*/
@media {
    .chat__body_close svg:hover {
        opacity: .7;
    }
    .chat__popup :hover+.bottomCorner_8591:after {
        border-color: transparent transparent #f3f3f3 #f3f3f3!important;
    }

    .bottomCorner_8591:after {
        content: ""!important;
        position: absolute;
        width: 0;
        height: 0;
        left: 25px;
        bottom: -20px;
        box-sizing: border-box;
        border-color: transparent transparent #fff #fff;
        border-style: solid;
        border-width: 10px;
        transform-origin: 0 0;
        transform: rotate(
            -45deg
        );
        box-shadow: -3px 3px 5px 0 rgb(0 0 0 / 7%);
    }
    .chat__popup {
        right: 40px;
        bottom: 48px;
        position: fixed;
        display: none;
        flex-direction: column;
        border-radius: 8px 8px 0 0;
        width: 305px;
        z-index: 99999;
        background: #fff;
        cursor: pointer;
        box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%);
    }
    .chat__wrapper {
        margin: 0;
        position: fixed;
        right: 30px;
        bottom: 0;
        z-index: 1000;
        overflow: hidden;
    }
    .chat__title:hover {
        background: linear-gradient(
            45deg
            , #03a9f4a3, #2196f3b8);
    }
    .chat__title {
        width: 315px;
        height: 34px;
        background: linear-gradient(
            45deg
            , #03a9f4, #2196f3);
        padding: 5px;
        color: #fff;
        text-align: center;
        border-radius: 14px 14px 0 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .popup__active {
        display: flex;
    }
    .chat__row {
        display: flex;
        padding: 10px;
    }

    .chat__row:first-child:hover {
        border-radius: 8px 8px 0 0;
    }
    .chat__row:last-of-type:hover {
        border-radius: 0 0 8px 8px;
    }
    .chat__row:hover {
        background: #f3f3f3;
    }


    .chat__icon {
        font-size: 25px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
    }
    .chat__name {
        font-size: 18px;
        align-self: center;
    }

    .chat__body_active {
        display: block !important;
        transition: all .75s ease-out;
        transform: translatey(0%) !important;
    }
    .chat__body {
        background: #fff;
        transform: translatey(100%);
        transition: all .75s ease-out;
        right: 30px;
        bottom: 0px;
        position: fixed;
        border-radius: 8px 8px 0 0;
        width: 315px;
        height: 498px;
        z-index: 999999;
        box-shadow: 0 20px 40px 8px rgb(0 0 0 / 25%);
    }
    .chat__body_header {
        padding: 5px;
        display: flex;
        justify-content: space-around;
        background-color: #3c6585;
        background-size: auto;
        border-radius: 8px 8px 0 0;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.17' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");

    }
    .chat__body_close {
        cursor: pointer;
        user-select: none;
        margin-left: -50px;
    }
    .chat__body_close_icon {
        width: 25px !important;
        height: 25px;
        cursor: pointer;
    }
    .chat__body_name {
        position: relative;
        border-radius: 5px;
        background: #fff;
    }
    .chat__body_name img {
        width: 75px;
        height: 55px;
    }
    .chat__body_name div {
        background: radial-gradient(53.87% 5889.12% at 44.59% 58.82%, #07baff 0,#66a9fb 100%);
        -webkit-background-clip: text;
        color: transparent;
        font-weight: 700;
    }
    .chat__greencircle {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #1fcf4d !important;
        position: absolute;
        left: 38px;
        bottom: 6px;
    }
    .chat__body_online {
        display: flex;
        flex-direction: column;
        color: #fff;
        align-self: center;
    }
    .chat__body_phone:active {
        background: #abffaf61 !important;
    }
    .chat__body_phone:hover {
        background: #34a139;
    }
    .chat__body_phone {
        cursor: pointer;
        user-select: none;
        align-self: center;
        background: #4caf50;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .chat__body_phone_icon {
        width: 20px !important;
        height: 20px;
        color: #fff;
    }
    .chat__body_content {
        background: #fff;
        height: 340px;
        border-bottom: 1px solid #0000002e;
    }
    .chat__body_footer {
        background: #fff;
        display: flex;
        flex-direction: column;
    }
    .chat__body_text {
        display: flex;
        justify-content: space-between;
        padding: 10px 10px 0;
    }

    .chat__body_send {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        height: 40px;
        width: 40px;
        background: #9e9e9e4f;;
    }
    .chat__body_send_icon {
        color: #fff;
    }
    .chat__text {
        padding: 13px 0 0 0;
        width: 245px;
    }
    .chat__body_file {
        padding: 0 10px 10px;
    }
    .chat__body_file_icon {
        color: #9e9e9e;
        width: 30px !important;
        height: 20px;
        transform: rotate(315deg);
    }
    .cb__message_hello_active {
        display: flex !important;
    }
    .cb__message_hello {
        display: none;
        flex-direction: column;
        width: 100%;
        padding: 10px;
    }
    .cb__message_name {
        margin-left: 58px;
        font-size: 10px;
    }
    .cb__message_body {
        display: flex;
        position: relative;
    }
    .cb__message_avatar {
        width: 46px;
        border-radius: 50%;
        overflow: hidden;
        align-self: center;
    }
    .cb__message_avatar img {
        height: 46px;
        width: 100%;
        vertical-align: bottom;
        object-fit: cover;
    }
    .cb__message_content {
        width: 240px;
        padding: 5px;
        margin: 5px 0 0 7px;
        display: flex;
        background: #9e9e9e1f;
        border-radius: 10px;
    }
    .cb__message_time {
        align-self: end;
        margin-left: 10px;
        font-size: 11px;
        width: 65px;
    }
    .cb__message_typing_noactive {
        display: none !important;
    }
    .cb__message_typing {
        background: #9e9e9e1f;
        border-radius: 10px;
        width: 120px;
        position: fixed;
        bottom: 110px;
        padding: 2px 10px;
        font-style: oblique;
    }
    .chat__body_message {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .cb__message_answer_active {
        display: flex !important;
    }
    .cb__message_answer {
        display: none;
        width: 100%;
        padding: 10px;
    }
    .cb__message_answer_avatar {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        overflow: hidden;
        align-self: center;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #07a7f4;
        margin-left: 7px;
    }
    .chat__body_send_active {
        background: #07a7f4 !important;
    }
    .chat__body_callme_active {
        display: flex !important;
    }
    .chat__body_callmeback {
        display: none;
        flex-direction: column;
    }
    .cb__callme_text {
        padding: 10px;
        text-align: center;
    }
    .cb__callme_input {
        padding: 10px;
        width: 80%;
        margin: 5px auto;
        font-size: 14px;
        border: 1px solid #000;
    }
    .cb__nonactive {
        display: none !important;
    }
    .chat__body_content_callme {
        height: 260px !important;
    }
    .chat__body_callme {
        height: 385px;
    }
    .cb__callme_send {
        width: 44%;
        background: #e1e1e1;
        border-radius: 10px;
        padding: 9px;
        margin: 10px;
        text-align: center;
    }
    .cb__callme_send_active {
        background: #2196f3 !important;
        color: #fff !important;
        cursor: pointer;
    }
    .cb__callme_send_active:hover {
        border: 1px solid #ffffff;
        background: #0000009c !important;
        color: #ffffff !important;
    }
    .cb__f_tochat {
        display: none;
        text-align: center;
        cursor: pointer;
        text-decoration: underline;
    }
    .cb__f_tochat_active {
        display: block !important;
    }

}
/*Chat*/
.send-form-input__block {
    display: none;
    height: 5px;
    visibility: hidden;
}

/*Услуги*/
@media all {
    .description {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .PN_GlavWrap . {

    }
    .container iframe {
        width: 100%;
        height: 600px;
    }

    .description h4 {
        font-size: 35px;
    }

    .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    /* Форма заказать услугу */
    .callback_container {
        display: flex;
        justify-content: space-between;
        box-shadow: 0 1px 5px 0 #e6e6e6;
        padding: 20px;
        border-radius: 15px;
        font-size: 15px;
        background: white;
    }

    .callback_description {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .callback_title,
    .stage_title_text,
    .free_consultation_title,
    .m_title,
    .guarantees_title,
    .sopr_title,
    .obmen_title,
    .ipoteka_title,
    .PNVDG_title,
    .ZN_title,
    .VK_title,
    .PVNF_title {
        font-weight: 600;
        font-size: 20px;
    }

    .callback_button {
        background: #1a83e5;
        border-radius: 10px;
        align-self: center;
        padding: 12px;
        cursor: pointer;
        user-select: none;
    }

    .callback_button:hover {
        background: white;
        border: 1px solid #1a83e5;
    }

    .callback_button:hover a {
        color: #1a83e5;
    }

    .callback_button:active a {
        color: white;
    }

    .callback_button:active {
        background: #1a83e5;
        color: white;
        border: 1px solid #1a83e5;
    }

    .callback_button a {
        color: white;
    }

    /* Стадии продажи */

    .stages_of_sale {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .stage_of_sale {
        display: flex;
        flex-direction: column;
        box-shadow: 0 1px 5px 0 #00000030;
        border-radius: 15px;
    }

    .stage_title {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-bottom: #1a83e54d solid 1px;
        border-radius: 5px;
    }

    .stage_title_num {
        background: #1a83e5;
        border-radius: 50%;
        padding: 5px 10px;
        color: white;
        font-weight: 600;
    }


    .stage_description {
        padding: 20px;
    }

    /* Гарантии */

    .guarantees {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 35px;
    }

    .guarantees_container {
        display: flex;
        gap: 25px;
        align-items: stretch;
        height: 100%;
    }

    .guarantee_item {
        display: flex;
        flex: 1;
        flex-direction: column;
        box-shadow: 0 1px 5px 0 #00000030;
        padding: 20px;
        gap: 20px;
        border-radius: 15px;
        align-items: stretch;
        background: white;
    }

    .guarantee_title {
        font-weight: bold;
        font-size: 20px;
        display: flex;
        gap: 5px;
    }

    /* Беслпатная консультация */

    .free_consultation_form {
        display: flex;
        flex-direction: column;
        gap: 10px;
        box-shadow: 0 1px 5px 0 #00000030;
        border-radius: 15px;
        padding: 20px;
        margin-bottom: 30px;
    }

    .PR2_tags {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 16px;
        width: 100%;
        gap: 20px;
        margin: 0 0 20px 0;
    }
    .PR2_tags input.NoneInput {
        display: none;

    }
    .PR2_tag_label:has(input[type="radio"]:checked) .PR2_tag {
        color: white;
    }
    label.PR2_tag_label.flexAc {
        min-width: fit-content;
    }
    .free_consultation_title {
        font-weight: bold;
        font-size: 20px;
    }

    .free_consultation_fields {
        display: flex;
        gap: 10px;
    }

    .free_consultation_field {
        flex: 1;
    }

    .form-input {
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.1);
        height: 40px;
    }

    .free_consultation_field .form-input {
        border: 2px solid rgb(181 179 179 / 36%);
    }

    .form-input::placeholder {
        color: #999;
        opacity: 1; /* Для Firefox */
    }

    .free_consultation_field label {
        font-size: 16px;
    }

    .free_consultation_form_confirm {
        display: flex;
        gap: 15px;
        margin-top: 15px;
        flex-direction: column;
    }

    .free_consultation_form_button {
        flex: 1;
        width: fit-content;
    }

    .free_consultation_form_button button {
        background: white;
        border-radius: 10px;
        padding: 18px;
        cursor: pointer;
        user-select: none;
        margin-top: 28px;
        border: 1px solid white;
        transition: transform 0.2s;
        color: #1699FC;
        font-size: 16px;
        font-weight: 500;
        height: 100%;
        width: max-content;
    }

    .free_consultation_form_button:hover button {
        background: none;
        border: 1px solid white;
        transform: translateY(-3px);
        color: white !important;
    }

    .free_consultation_form_button:active button {
        background: #1a83e5;
        color: white;
        border: 1px solid #1a83e5;
    }

    .free_consultation_form_agreement {
        flex: 1;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    button.PR6_BTN_sub:active {
        background: #fff !important;
        color: #333 !important;
    }
    button.PR6_BTN_sub:hover {
        background: #ffffff47;
        color: #fff;
    }
    button.PR6_BTN_sub {
        max-width: 300px;
        padding: 5px 10px;
        border-radius: 8px;
        background: #fff;
        color: #333;
        border: 1px solid #fff0;
        height: 46px;
        cursor: pointer;
        user-select: none;
    }
    .free_consultation_form_agreement input {
        width: 14px;
    }

    /* Скрываем стандартный чекбокс */
    .free_consultation_form_agreement input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
        pointer-events: none;
    }

    /* Кастомный чекбокс */
    .free_consultation_form_agreement label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        user-select: none;
        display: inline-block;
    }

    /* Псевдоэлемент для визуального чекбокса */
    .free_consultation_form_agreement label::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 22px;
        height: 22px;
        border: 2px solid transparent;
        background: rgb(8 106 186);
        border-radius: 4px;
    }

    /* Псевдоэлемент для галочки */
    .free_consultation_form_agreement label::after {
        content: '';
        position: absolute;
        left: 7px;
        top: 2px;
        transform: rotate(45deg);
        width: 8px;
        height: 14px;
        border-right: 3px solid white;
        border-bottom: 3px solid white;
        opacity: 0;
        transition: opacity 0.2s;
    }

    /* Показываем галочку когда чекбокс отмечен */
    .free_consultation_form_agreement input[type="checkbox"]:checked + label::after {
        opacity: 1;
    }

    .privacy-link {
        color: #1a83e5;
    }

    .privacy_ipoteka_link {
        color: white;
        text-decoration: underline;
    }

    /* ПОКУПКА */
    .pokupka_wrapper {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    /* Верхняя информация */
    .pokupka_main_info,
    .pokupka_third_info,
    .pokupka_second_info,
    .pokupka_ipoteka_info   {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .pokupka_main_info_title,
    .pokupka_second_info_title,
    .pokupka_joy_confidence_title,
    .pokupka_ipoteka_info_title,
    .PN_title   {
        font-weight: 600;
        font-size: 30px;
    }

    .pokupka_main_info_button {
        background: #1a83e5;
        border-radius: 10px;
        width: fit-content;
        padding: 10px;
        color: white;
        cursor: pointer;
        user-select: none;
        border: 1px solid white;
    }

    .pokupka_main_info_button:hover {
        background: white;
        color: #1a83e5;
        border: 1px solid #1a83e5;
    }

    .pokupka_main_info_button:active {
        background: #1a83e5;
        color: white;
        border: 1px solid #1a83e5;
    }

    .pokupka_third_info,
    .pokupka_second_info,
    .pokupka_ipoteka_info   {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .pokupka_third_info li,
    .pokupka_ipoteka_info li ,
    .sopr_second_info_text li,
    .sopr_third_info_text li,
    .PN_advantages_text li ,
    .obmen_second_text li,
    .obmen_third_text li,
    .ipoteka_text li,
    .ZN_text li,
    .VK_text li,
    .PVNF_text li {
        list-style: disc;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    .pokupka_joy_confidence {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .pokupka_joy_confidence_text a,
    .sopr_second_info_text a {
       color: #1a83e5;
    }

    /* Сопровождение сделки */

    .sopr_wrapper {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .sopr_top_info,
    .sopr_second_info_text,
    .sopr_third_info_text,
    .sopr_last_info_text    {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .sopr_second_info {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    /* Покупка новостроек */
    .PN_wrapper {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .PN_main_info,
    .PN_advantages,
    .PN_advantages_text {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    /* Обмен недвижимости */
    .obmen_wrapper {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .obmen_top_text,
    .obmen_second_text   {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    /* Ипотека */

    .ipoteka_wrapper {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .ipoteka_info {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .PR6_ipoteka_form {
        display: flex;
        flex-direction: column;
        gap: 25px;
        background: linear-gradient(45deg, #05A4FF, #5275F0);
        border-radius: 30px;
        padding: 25px;
        color: white;
        position: relative;
        border: #759dfa solid 1px;
        overflow: hidden;
    }

    .PR6_ipoteka_inputs {
        display: flex;
        gap: 15px;
    }

    .PR6_inputs_column {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .PR6_input_item {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .PR6_ipoteka_h1 {
        font-size: 22px;
        font-weight: 600;
    }

    .PR6_ipoteka_h2 {
        font-size: 18px;
    }



    .PR6_form_icon {
        margin-bottom: -25px;
    }

    .PR6_form_icon svg {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 300px;
    }

    /* Покупка недвижимости в других городах */

    .PNVDG_wrapper {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .PNVDG_info {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .PNVDG_employee {
        display: flex;
        gap: 15px;
    }

    .PNVDG_employee_photo {
        flex: 1;
    }

    .PNVDG_employee_text {
        flex: 5;
    }

    /* Зарубежная недвижимость */

    .ZN_wrapper {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .ZN_info {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .ZN_stages {
        display: flex;
        flex-direction: column;
        gap: 25px;
        align-items: center;
        box-shadow: 0 1px 5px 0 #00000030;
        border-radius: 15px;
        padding: 40px;
        width: 80%;
        align-self: center;
    }

    .ZN_stages_text {
        text-align: center;
    }

    .ZN_videos {
        display: flex;
        gap: 5px;
    }

    .ZN_videos iframe {
        flex: 1;
    }

    /* Выкуп квартир */

    .VK_wrapper {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .VK_info {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .VK_form_container {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .VK_form {
        display: flex;
        flex-direction: column;
        gap: 10px;
        border-radius: 15px;
        box-shadow: 0 1px 5px 0 #00000030;
        padding: 25px;
        background: linear-gradient(45deg, #05A4FF, #5275F0);
        color: white;
    }

    .VK_form_core {
        display: flex;
        gap: 20px;
    }


    .VK_form_left {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .VK_form_right {
        flex: 2;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .VK_form_dop_inf {
        display: flex;
        gap: 20px;
    }

    .VK_form_dop_inf_left {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .VK_form_floor {
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }

    .VK_form_dop_inf_right {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .VK_form_input {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .VK_form_input textarea {
        padding: 10px;
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.1);
    }

    .VK_form_input textarea::placeholder {
        color: white;
        opacity: 1; /* Для Firefox, чтобы не был полупрозрачным */
    }

    .VK_select-input {
        height: 40px;
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.1);
        color: white;
    }

    textarea {
        border: #00000024 solid 1px;
        resize: vertical; /* Только по вертикали */
    }

    /* Перевод в нежилой фонд */

    .PVNF_wrapper {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }


    /* Секция О НАС */

    .about_wrapper {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 35px;
    }

    .about_title {
        font-weight: 600;
        font-size: 30px;
    }

    .about_text {
        display: flex;
        flex-direction: column;
        gap:10px;
    }

    .about_text li {
        list-style: disc;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    .about_text a {
        color: #5d9ef6;
    }

    .ASK_QUE button,
    .interview button {
        background: linear-gradient(45deg, #05A4FF, #5275F0);
        color: white;
        border-radius: 10px;
        width: fit-content;
        height: 40px;
        border: 1px solid;
        cursor: pointer;
        padding: 0 20px;
        font-weight: 600;
        font-size: larger;
    }

    .ASK_QUE:hover button,
    .interview:hover button {
        background: white;
        color: #5d9ef6;
    }

    .ASK_QUE:active button {
        background: #5d9ef6;
        color: white;
    }

    /* Сотрудники  */
    .sotr_wrapper {
        display: flex;
        flex-direction: column;
        gap: 45px;
        margin-top: 30px;
    }

    .sotr_director {
        display: flex;
        gap: 15px;
    }

    .director_photo_container {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 5px;
        font-weight: 600;
    }

    .DIR_DLZH {
        background: #1a83e5;
        width: fit-content;
        padding: 4px 10px;
        border-radius: 15px;
        color: white;
        font-size: small;
    }

    .DIR_FIO {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .director_photo_container img {
        border-radius: 15px;
    }

    .director_description {
        flex: 4;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .director_description_title {
        font-weight: 700;
    }
    .director_description_title {
        font-size: 16px;
    }
    .director_description_text {
        line-height: 20px;
    }

    .SOTRUDNIKI_container {
        display: flex;
        flex-wrap: wrap; /* Ключевое свойство для переноса */
        gap: 15px;
        margin-bottom: 35px;
    }

    .sotr_director {
        padding: 25px;
        border-radius: 25px;
        /* box-shadow: 0 1px 5px 0 #e6e6e6; */
        border: 1px solid #d1d2d6;
        position: relative;
    }

    .sotr_director svg {
        position: absolute;
        top: 18px;
        right: 23px;
        background: #d1d2d670;
        padding: 11px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        color: #1a83e5;
    }

    .SOTRUDNIKI_item {
        width: calc(25% - 15px);
        display: flex;
        flex-direction: column;
        gap: 10px;
        box-shadow: 0 1px 3px 0 #00000030;
        border-radius: 15px;
        padding: 10px;
    }

    .SOTRUDNIKI_item img {
        border-radius: 5px;
    }

    .SOTRUDNIK_name {
        font-weight: 600;
    }

    .SOTR_img_wrapper {
        position: relative;
    }

    .SOTRUDNIK_shldk {
        background: linear-gradient(45deg, #05A4FF, #5275F0);
        border-radius: 5px;
        padding: 3px;
        text-align: center;
        color: white;
        position: absolute;
        top: 0;
    }

    .SOTRUDNIK_contacts {
        display: flex;
        flex-direction: column;
        gap: 9px;
    }

    .SOTRUDNIK_contacts svg {
        color: #1560A7;
    }

    .SOTRUDNIK_phone {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .SOTRUDNIK_email {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    /* Вакансии  */

    .vacancies {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin: 15px 0;
    }

    .vacancy {
        display: flex;
        flex-direction: column;
        gap: 10px;
        box-shadow: 0 1px 5px 0 #00000030;
        border-radius: 15px;
        padding: 10px;
    }

    .vacancy_top_wrapper {
        display: flex;
        gap: 100px;
    }

    .vacancy_bottom_wrapper {
        display: flex;
        gap: 10px;
    }

    .vacancy_bottom_item {
        display: flex;
        flex-direction: column;
        gap: 5px;
        background: #eff0f1;
        border-radius: 15px;
        padding: 10px;
        flex: 1;
    }

    .vacancy_info {
        color: #9fa9af;
    }

    /* Вопросы и ответы  */

    .FAQS {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .FAQ {
        display: flex;
        flex-direction: column;
        box-shadow: 0 1px 5px 0 #00000030;
        border-radius: 15px;
    }

    .FAQ_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        border-bottom: #1a83e54d solid 1px;
        border-radius: 10px;
        cursor: pointer;
        user-select: none;
    }

    .FAQ_title:hover {
        color: #5d9ef6;
    }

    .FAQ_text {
        padding: 20px;
    }
}

.Dial_n_Menu svg {
    width: 13px;
    height: 13px;
    min-width: 13px;
    display: flex;
    margin-left: 2px;
}

.TeamFilWr {
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
}

.TeamFilSrc {
    position: relative;
}

.SchFilSel select {
    cursor: pointer;
    border-radius: 8px;
    height: 96%;
    border-color: #3333332e;
    width: 14em;
    font-size: 18px;
    text-align: center;
    margin: 0 1px;
}

.SchFilSelb1_1 {
    font-size: unset;
}

.TeamFilSrc {
    position: relative;
    height: 50px;
}

.TeamFilSrc span {
    position: absolute;
    top: 32%;
    right: 15px;
}

.TeamFilSrc input {
    padding: 0 15px;
    width: 25em;
    font-size: 15px;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #3333332e;
}

.TeamFilSrc input:active {
    border: 1px solid #1a82e3;
}

.TeamFilSrc input:focus {
    border: 1px solid #1a82e3;
}

.history-block {
    width: 100%;
    margin: 10px auto;
    padding: 60px 20px;
    box-shadow: 0 0 4px 0 #e6e6e6;
    border-radius: 15px;

}

/* ========== НАВИГАЦИЯ ПО ГОДАМ ========== */
.history-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.nav-item {
    font-size: 24px;
    font-weight: 600;
    color: #999;
    cursor: pointer;
    padding: 10px 20px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.nav-item:hover {
    color: #1a83e5;
}

.nav-item.active {
    color: #1a83e5;
    border-bottom-color: #1a83e5;
}

.center_title {
    display: flex;
    justify-content: center;
}

.history-content {
    display: flex;
    gap: 50px;
    align-items: center;
    min-height: 400px;
}


.history-image {
    flex: 1;
    min-width: 400px;
    height: 400px;
    background-color: #ddd;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.history-text {
    flex: 1;
    min-width: 400px;
}

.history-text h2 {
    font-size: 32px;
    color: #1a83e5;
    margin-bottom: 20px;
    font-weight: 600;
}

.history-text #historyDescription {
    font-size: 16px;
    line-height: 1.8;
}

/* ========== АДАПТИВНОСТЬ БЛОКА ИСТОРИИ ========== */
@media (max-width: 968px) {
    .history-content {
        flex-direction: column;
        gap: 30px;
    }

    .history-image,
    .history-text {
        min-width: 100%;
    }

    .history-image {
        height: 300px;
    }

    .history-nav {
        gap: 20px;
    }

    .nav-item {
        font-size: 20px;
        padding: 8px 15px;
    }

    .history-text h2 {
        font-size: 26px;
    }
}

@media (max-width: 600px) {
    .history-block {
        padding: 40px 15px;
    }

    .history-nav {
        gap: 15px;
    }

    .nav-item {
        font-size: 18px;
        padding: 6px 12px;
    }

    .history-image {
        height: 250px;
    }

    .history-text h2 {
        font-size: 22px;
    }
}

.SchFilSel.SchFilSel2 {
    display: none;
}

.foreign_build_wrapper {
    gap: 15px;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(430px, 1fr));
}

.foreign_buildings {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.foreign_build {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1);
    height: auto;
    position: relative;
}

button.foreign_info_butt:active {
    background: #E2F1FF !important;
}
button.foreign_info_butt:hover {
    background: #cae6ff;
}
button.foreign_info_butt {
    background: #E2F1FF;
    border: 1px solid #3330;
    color: #1560A7;
    height: 47px;
    padding: 0 15px;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    max-width: 230px;
}



.foreign_build img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 284px;
}


.foreign_img_text {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.foreign_info_wrapper {
    display: flex;
    z-index: 3;
    width: 100%;
}

.foreign_info_content {
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: grid;
    gap: 20px;

}

.foreign_info_title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1f2e;

}
.foreign_info_text {
    font-size: 14px;
}

.foreign_info_text p {
    margin: 8px 0 0 0;
    font-size: 14px;
    color: #2c3e50;
}

.foreign_info_text b {
    color: #2563eb;
    font-weight: 600;
}

.foreign_info_butt button:hover {
    background: #2563eb;
    color: white;
    box-shadow: 0 10px 20px -8px rgba(37, 99, 235, 0.4);
}



.foreign_info_butt button {
    padding: 10px 25px;
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: 500;
    background: #1a83e5;
    width: 100%;
    cursor: pointer;
}


.PR6_FinalWrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex-direction: column;
}

@media (max-width: 675px) {
    .VK_form_core {
        flex-direction: column;
    }
}

/*Селект*/
@media all {

    .select {
        -webkit-box-align: center;
        align-items: center;
        cursor: pointer;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
        min-height: 55px;
        position: relative;
        transition: all 100ms ease 0s;
        border-radius: 8px;
        box-shadow: none;
        box-sizing: border-box;
        height: 100%;
        background: rgb(244, 246, 251);
        border: 0px;
        outline: 0px !important;
    }

    .select {
        grid-column: span 3;
    }

    .selectB1 {
        display: flex;
        flex-direction: column;
        flex: 1 1 0%;
        flex-wrap: wrap;
        position: relative;
        overflow: hidden;
        padding: 2px 8px 2px 12px;
        box-sizing: border-box;
    }

    .selectB1_1 {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: rgb(117, 117, 117);
        margin-left: 0px;
        margin-right: 2px;
        box-sizing: border-box;
        padding-top: 6px;
        font-size: 10px;
        font-family: sans-serif;
        font-weight: 400;
    }

    .selectB1_2 {
        visibility: visible;
        flex: 1 1 auto;
        display: flex;
        padding-bottom: 2px;
        padding-top: 6px;
        color: #757575;
        box-sizing: border-box;
        font-size: 16px;
    }

    .select:hover {
        background: #e0e0e0;
        border-color: #b3b3b3;
    }

    .select:active {
        background: #bdbdbd;
    }

    .selectB2 {
        -webkit-box-align: center;
        align-items: center;
        align-self: stretch;
        display: flex;
        flex-shrink: 0;
        box-sizing: border-box;
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
    }

    .selectB2_1 {
        color: #0A87E1;
    }

    .selectB2_2 {
        display: flex;
        transition: all 0.12s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
        color: #9e9e9e;
        padding: 8px;
        box-sizing: border-box;
    }

    .selectMenu {
        display: none;
        position: absolute;
        background: rgb(244, 246, 251);
        border-radius: 8px;
        font-size: 16px;
        z-index: 2;
        top: 103%;
        width: 100%;
        max-height: 120px;
        overflow-y: auto;
    }
}

/*Меню*/
@media all {
    .MenuLine1 {
        justify-content: space-between;
        padding: 12px 0;
        background: #ffffff;
        color: #4a4a4a;
        z-index: 4;
        border-bottom: 1px solid #3333;
    }

    .MenuLine1 a {
        font-size: 12px;
        color: #757575;
    }

    .MenuBtnLine1 {
        gap: 20px;
    }

    .Vigoda a {
        color: #fff;
        background-color: #82be32;
        padding: 5px;
        border-radius: 30px;
    }

    .Vigoda a:hover {
        background-color: #0a87e1;
        color: #fff !important;
    }

    .ZayavkaS {
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 1.5;
        color: #0a87e1!important;
        transition: 0.12s cubic-bezier(0.39, 0.575, 0.565, 1);
        cursor: pointer;
        font-weight: 500;
    }

    .MenuLine2 .Line2 li a {
        color: #212121;
    }

    .MenuLine2 .Line2 li a:hover {
        color: #0a87e1;
    }

    .MenuLine1 .Line1 li a:hover {
        color: #0a87e1;
    }

    .MenuLine2 .Line2 .Menu {
        gap: 20px;
    }

    .MenuLine2 .listMenuS li:hover {
        background: #378e59;
        color: #fff;
    }

    .MenuLine2Left {
        display: flex;
        align-items: center;
        font-size: 18px;
    }

    nav.Line2 {
        padding: 0 0 0 60px;
    }

    .MenuLKBtn:active,
    .Mobile_feedback:active {
        background: #80d7fb !important;
    }

    .MenuLKBtn:hover,
    .Mobile_feedback:hover {
        background: #b3e7fc;
    }

    .MenuLKBtn,
    .Mobile_feedback, .add_newAds_r_btn {
        outline: transparent;
        border: none;
        border-radius: 8px;
        padding: 7px 12px;
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
        white-space: nowrap;
        color: #0a87e1;
        background: #e1f6fe;
        transition: 0.12s cubic-bezier(0.39, 0.575, 0.565, 1);
        cursor: pointer;
        display: flex;
        gap: 3px;
        align-items: center;
    }
    .MenuLKBtn {
        justify-content: center;
    }
    .phone_zayavka {
        gap: 10px;
        height: 100%;
    }
    .favourite_Heart:active,
    .personal_account:active {
        background: #80d7fb !important;
    }

    .favourite_Heart:hover,
    .personal_account:hover {
        background: #b3e7fc;
    }
    .search .SchFilSel2NumKomn .SelectScroll {
        --grid-columns: 4;
        display: grid;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
        gap: 10px;
    }

    /* Первые 4 элемента */
    .search .SchFilSel2NumKomn .SelectScroll label:nth-child(-n+4) {
        grid-column: span 1;
    }

    /* 5-й и 6-й элементы */
    .search .SchFilSel2NumKomn .SelectScroll label:nth-child(5),
    .search .SchFilSel2NumKomn .SelectScroll label:nth-child(6) {
        grid-column: span 2;
    }

    /* 7-й элемент */
    .search .SchFilSel2NumKomn .SelectScroll label:nth-child(7) {
        grid-column: 1 / -1;
    }
    .favourite_Heart,
    .personal_account {
        width: auto;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        border-radius: 8px;
        font-weight: 600;
        font-size: 12px;
        white-space: nowrap;
        color: #0a87e1;
        background: #e1f6fe;
        transition: 0.12s cubic-bezier(0.39, 0.575, 0.565, 1);
        cursor: pointer;
        user-select: none;
        padding: 0 8px;
    }

    .MenuLine2 {
        padding: 8px 0;
    }

    a {
        background-color: transparent;
        text-decoration: none;
        color: #333
    }

    a:hover {
        color: #44444496;
    }

}

/*Общие кнопки*/
@media all {
    .SmVse_Btn {
        display: grid;
        width: max-content;
        justify-self: center;
        grid-column: 1 / -1;
        margin-top: 24px;
        border-radius: 8px;
        padding: 12px 16px;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #0a87e1;
        background: #e1f6fe;
        transition: 0.12s cubic-bezier(0.39, 0.575, 0.565, 1);
        margin: 0 auto;
    }
}

/*Команда*/
@media all {
    .NacSlide {
        width: 100%;
        height: 210px;
        background-image: url(/img/glavfon.jpg);
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 136px;
        padding-top: 20px;
    }

    .TeamName {
        margin-bottom: 16px;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.4;
        color: #212121;
    }

    .TeamFilWr {
        display: grid;
        margin-bottom: 24px;
        grid-template-columns: repeat(12, 1fr);
        gap: 16px;
    }

    .TeamFilSel {
        width: 100%;
        grid-column: span 3;
    }

    .TeamFilSrc input {
        background: #ffffff;
        width: 100%;
    }

    .TeamFilSrc span {
        position: absolute;
        left: 10px;
        color: #b7b7b7;
    }

    .TeamFilSrc input::-webkit-input-placeholder {
        color: #b7b7b7;
    }

    .TeamFilSrc:hover {
        background: #e3e9f2;
    }

    .TeamFilSrc:focus {
        background: #e3e9f2;
    }

    .TeamFilSrc {
        position: relative;
        grid-column: span 4;
        /* padding-left: 40px; */
        display: flex;
        align-items: center;
        /* justify-content: center; */
        /* background: #1a83e5; */
        border-radius: 8px;
        width: 100%;
    }

    .TeamBox {
        display: grid;
        grid-gap: 16px;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        margin-bottom: 24px;
    }

    .TeamItem {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 14px;
        border-radius: 16px;
        padding: 24px;
        border: 1px solid #cdc8c8;
    }

    .TeamItem img {
        min-height: 170px;
        max-height: 170px;
        min-width: 170px;
        max-width: 170px;
        border-radius: 50%;
        object-fit: cover;
        transition: 0.2s;
    }
    .TeamItem img:hover {
        filter: opacity(0.5);
    }
    .TeamItemWrpar {
        display: flex;
        flex-direction: column;
    }

    .TeamItPar1Box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .TeamItPar1 {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .TeamItPar3 {
        display: flex;
        justify-content: space-between;
        gap: 15px;
        margin-bottom: 20px;
    }

    .TeamItPar3a:hover {
        background: #f4f6fb;
    }

    .TeamItPar3a {
        cursor: pointer;
        user-select: none;
        background: #fff;
        border-radius: 10px;
        padding: 10px;
        margin-top: 10px;
        display: grid;
        gap: 5px;
    }

    .TeamItPar4Box {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .TeamItPar4 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .TeamItPar5 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .TeamItPar4a, .TeamItPar5a {
        margin-bottom: 6px;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.5;
        color: #757575;
    }

    .TeamItPar4b, .TeamItPar5b {
        font-weight: 400;
        color: #0a87e1;
    }

    .TeamItPar1a {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 8px;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.4;
        text-transform: capitalize;
        color: #212121;
    }

    .TeamItPar2 {
        font-weight: 400;
        text-align: center;
        color: #757575;
    }

    .TeamItSocial {
        display: flex;
        flex-direction: column;
        position: absolute;
        right: 24px;
        top: 24px;
        gap: 10px;
    }

    .TeamItSoc {
        cursor: pointer;
        user-select: none;
    }

    .TeamItSoc:hover {
        filter: opacity(0.7);
    }

    .TeamItPar3a1 {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    @media (min-width: 300px) and (max-width: 650px) {
        .NacSlide {
            height: auto;
        }
    }
}

/*Footer*/
@media all {
    .footer_block1 {
        border-bottom: 1px solid #ffffff40;
        background-color: #212121;
    }

    .footer_block2 {
        background-color: #212121;
        border-bottom: 1px solid #ffffff40;
    }

    .footer_block3 {
        background-color: #212121;
    }

    .footer_block1Wrap {
        display: flex;
        justify-content: space-between;
        padding: 20px 0px;
        align-items: center;
    }

    .footer_block2 {
        border-bottom: 1px solid #424242;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer_block3Box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 32px;
        padding-bottom: 32px;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.5;
        color: #757575;
        gap: 10px;
    }

    .fooBl2MegaWR {
        display: grid;
        gap: 32px;
        grid-template-columns: repeat(12, 1fr);
    }

    .fooBl2_Wr {
        display: grid;
        grid-template-columns: 1fr;
        color: #fff;
    }

    .fooBl2_Wr {
        grid-column: span 3;
        text-align: left;
    }

    .fooBl2_Wr2 {
        grid-column: span 3;
        text-align: left;
    }

    .fooBl2_Box3 {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .fooBl2_Box3Link:hover {
        color: #0b76ef;
    }

    .fooBl2_Box3Link {
        display: flex;
        align-items: center;
        gap: 5px;
        color: #414142;
    }

    .fooBl2_Box1a {
        display: inline-block;
        margin-bottom: 4px;
        font-weight: 600;
        transition: 0.12s cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    .fooBl2_Box1b {
        font-weight: 400;
        font-size: 12px;
        line-height: 1.5;
        color: #757575;
    }

    .fooBl2_Box1Wr {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        margin-bottom: 32px;
    }

    .fooBl2_Wr2BName {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

    .fooBl2_Wr2BIt {
        color: #757575;
        transition: 0.12s cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    .fooBl2_Wr2BIt:hover {
        color: #0b76ef;
    }

    .fooBl2_Wr2Box1 {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    @media (min-width: 300px) and (max-width: 650px) {
        body .fooBl2MegaWR {
            display: flex;
            flex-direction: column;
        }
    }
}

/*About - О компании*/
@media all {
    .AbUcrBox {
        display: grid;
        grid-gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }

    .AbUcrItem {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 16px;
        border-radius: 16px;
        padding: 24px;
    }

    .AbUcrItem img {
        height: auto;
        max-width: 280px;
        border-radius: 12px;
        object-fit: cover;
    }

    .AbUcrItemParName {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 8px;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.4;
        text-transform: capitalize;
        color: #212121;
    }

    .AbUcrItemParN {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .AbUcrItemParB1 {
        display: flex;
        justify-content: center;
    }

    .AbUcrItemParB2 {
        font-weight: 400;
        text-align: center;
        color: #757575;
        margin-bottom: 20px;
    }

    .AbUcrItemParB3Box {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .AbUcrItemParB3 {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
    }

    .AbUcrItemParB3a {
        font-weight: 400;
        font-size: 12px;
        line-height: 1.5;
        color: #757575;
    }

    .AbUcrItemParB3b {
        font-weight: 400;
        color: #0a87e1;
    }

    .AbMisKName {
        margin-bottom: 16px;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.4;
        color: #212121;
    }

    .AbMisKBaner {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        grid-column: 1 / -1;
        border-radius: 8px;
        padding: 20px 20px 20px 30px;
        width: 100%;
        background: #0a87e1;
        margin-bottom: 16px;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.5;
        color: #fff;
    }

    .AbUcrWr {
        margin-top: 30px;
    }

    .AbUcrName {
        margin-bottom: 16px;
        font-weight: 600;
        font-size: 22px;
        line-height: 1.4;
        color: #212121;
    }

    .AbMisKText {
        display: grid;
        gap: 16px;
    }

    .AbMisKText {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 16px;
        color: #757575;
    }

    .AbBloksWr {
        margin: 40px 0;
    }

    .AbBloksBox {
        display: grid;
        grid-gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }

    .AbBloksItBit {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .AbBloksItBit_a {
        background: #757575;
        width: 4px;
        height: 4px;
        min-width: 4px;
        min-height: 4px;
        border-radius: 50%;
    }

    .about .Ab_textB4 h2 {
        margin-bottom: 16px;
        font-weight: 500;
        font-size: 22px;
        line-height: 1.4;
        color: #212121;
    }

    .about .Ab_textB4 p {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        color: #757575;
    }

    .AbBloksItem {
        border-radius: 16px;
        padding: 20px;
        min-height: 130px;
        background: #f4f6fb;
    }

    .AbBloksItBit_b {
        font-weight: 400;
        font-size: 12px;
        color: #757575;
    }

    .AbBloksItName {
        margin-bottom: 8px;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.5;
        color: #212121;
    }

    .AbBloksItBox {
        display: grid;
        gap: 5px;
    }
    @media (min-width: 300px) and (max-width: 650px) {
        .AbBloksBox {
            grid-template-columns: 1fr;
        }
    }
}

/*Вакансии*/
@media all {
    .JobWr {
        margin: 20px 0;
    }
    .JobBox {
        display: grid;
        gap: 30px;
    }
    .JobItem {
        border-radius: 16px;
        padding: 32px;
        width: 100%;
        position: relative;
        background: #f4f6fb;
    }

    .JobItem_body {
        display: flex;
        justify-content: space-between;
    }

    .JobItem_dop_info {
        display: none;
    }

    .JobItem_dop_info.active {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .JobItemB2 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: end;
    }

    .JobItemB2_shevronDown {
        transition: all .2s;
    }

    .JobItemB2_shevronDown.open {
        transform: rotate(180deg);
        transition: all .2s;
    }

    .JobItName {
        margin-bottom: 8px;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.4;
    }

    .JobItPrice {
        margin-bottom: 16px;
        color: #0a87e1;
    }

    .JobItText .collapsible_item__xqwkl {
        font-size: 14px;
        line-height: 1.4;
        color: #757575;
    }

    .JobItText {
        margin-bottom: 10px;
    }

    .JobItemB2Btn:hover {
        color: #fff;
        background: #0076cb;
    }

    .JobItemB2Btn {
        display: flex;
        align-items: center;
        justify-content: center;
        outline: transparent;
        border: none;
        border-radius: 8px;
        padding: 12px 16px;
        width: max-content;
        color: #fff;
        background: #0a87e1;
        transition: 0.12s cubic-bezier(0.39, 0.575, 0.565, 1);
        font-size: 14px;
        line-height: 1.4;
        cursor: pointer;
    }

    .JobItem_dop_info_contacts {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .JobItem_d_i_c_title {
        font-weight: 600;
    }

    .JobItem_d_i_c_phones {
        display: flex;
        gap: 10px;
        color: #9e9e9e;
    }
    .JItB2BtnGB56{
        height: 56px!important;
    }
}

/*Страхование*/
@media all {
    .insurance_text {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        margin-top: 20px;
    }

    .insurance_slider_item {
        border-radius: 16px;
        padding: 20px;
        min-height: 130px;
        user-select: none;
    }

    .insurance_slider_item_background1 {
        background: #ffe4fb;
    }

    .insurance_slider_item_background2 {
        background: #ffefef;
    }

    .insurance_slider_item_background3 {
        background: #dffffd;
    }

    .insurance_slider_item_background4 {
        background: #f3ffef;
    }

    .insurance_slider_item_text1 {
        margin-bottom: 8px;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        color: #212121;
    }
    .SwiperInsPartner {
        display: flex;
        justify-content: center;
        gap: 50px;
        margin: 30px 0;
    }
    .SwiperInsPartner img {
        height: 44px;
        width: auto;
        min-height: 44px;
        max-height: 44px;
    }
    .SwiperInsPartner_item {

    }
    .insurance_slider_item_text2 {
        font-weight: 400;
        font-size: 12px;
        line-height: 1.5;
        color: #757575;
    }

    .insurance_title {
        font-weight: 600;
        font-size: 20px;
        line-height: 1.4;
    }

    .SwiperInsPartners {
        margin-bottom: 40px;
    }
    .part_bankIcon_style{
        padding-top: 30px;
        display: flex;
        gap: 50px;
        transform: translate3d(0px, 0px, 0px);
        flex-wrap: wrap;
    }
    .part_bankIcon_style img{
        min-width: 100px;
        width: 100%;
    }

    .SwiperInsPartners .swiper-wrapper {
        justify-content: center;
    }


    .SwiperInsPartnersPrev {
        transform: translate(10px, -50%);
    }

    .SwiperInsPartnersNext {
        right: 0;
        transform: translate(-20px, -50%);
    }
    @media (min-width: 300px) and (max-width: 650px) {
        .SwiperInsPartners_item {
            justify-content: center;
            display: flex;
        }
        .SwiperInsPartners .swiper-wrapper {
            justify-content: inherit;
        }
        body .SwiperInsPartners_item img {
            width: 120px;
        }
        .insurance_slider_item {
            margin: 0 30px;
        }
    }
}

/*Ипотека*/
@media all {
    .ipoteka_consult_free {
        display: flex;
        gap: 10px;
        align-items: center;
        border-radius: 16px;
        padding: 20px;
        width: 100%;
        background: #0a87e1;
        margin-bottom: 30px;
    }

    .ipoteka_consult_free_text {
        margin-left: 16px;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.5;
        color: #fff;
    }
}

/*Строительство*/
@media all {
    .building_catalog_wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }

    .building_catalog_NAMEwr {
        margin: 0 0 16px;
    }

    .building_catalog_NAME {
        font-weight: 600;
        font-size: 20px;
        line-height: 1.4;
    }

    .building_catalog_item {
        display: flex;
        gap: 15px;
        background: #f4f6fb;
        border-radius: 16px;
        box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    }

    .building_catalog_i_img {
        width: 50%;
        height: 180px;
    }

    .building_catalog_i_img img {
        height: 100%;
        border-radius: 16px 0 0 16px;
    }

    .building_catalog_i_descr {
        width: 50%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
    }

    .building_catalog_i_d_price {
        font-weight: 600;
        font-size: 16px;
        line-height: 1.5;
        color: #212121;
        text-align: center;
    }

    .building_catalog_i_d_Dopprice {
        padding: 3px 8px;
        border-radius: 7px;
        background: #defdb2;
        color: #1c1e22;
        cursor: pointer;
    }

    .building_catalog_i_d_param {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.4;
        color: #212121;
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .building_cat_i_d_p_circle {
        background: #757575;
        height: 5px;
        width: 5px;
        border-radius: 50%;
    }
    .NPDPlans .NPDPlansAsb {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .building_catalog_i_d_name {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.4;
        color: #757575;
        text-align: center;
    }

    .building_presentation {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        display: flex;
        gap: 10px;
        align-items: center;
        margin: 20px 0;
    }

    .building_presentation_icon {
        display: flex;
        align-items: center;
    }

    @media (min-width: 200px) and (max-width: 780px) {
        body .building_catalog_wrap {
            grid-template-columns: 1fr;
        }

        body .NPD_Cont {
            flex-direction: column;
        }

        body .modal1 {
            width: 95%;
        }
    }
}

/*Карточка объекта*/
@media all {

    .NCRe_foto {
        position: relative;
    }

    .NewCardRealty .CardMenuGlavBox {
        margin: 10px 0 10px 0 !important
    }

    .CardMenuGlavWrap {
        z-index: 2;
        background: #fff;
    }

    .NewCardRealty .mySwiper2 {
        background: #f4f6fb;
        border-radius: 10px;
    }

    .NCRe_Param1a {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
    }

    .NCRe_Param1b {
        font-weight: 400;
        font-size: 14px;
        color: #757575;
    }

    .Calculator_result {
        padding: 20px;
        font-size: 20px;
        border-radius: 8px;
        margin-left: 10px;
        max-width: 320px;
        background: #f4f6fb;
    }

    .New_slider.gallery-wrap-item.gallery-photos.active {
        gap: 10px;
        display: grid !important;
    }

    .NewCardRealty .swiper-wrapper div {
        text-align: -webkit-center !important;
    }

    .NewCardRealty .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 600px;
        border-radius: 8px;
    }

    .map1 {
        display: flex;
        margin: 0 0 20px 0;
        z-index: 11;
        height: 400px;
        max-width: 100%;
        border-radius: 8px;
        border: 1px solid #33333317;
        overflow: hidden;
        box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    }
    .NewCardRealty .NCRe_L2Par1Wr_param_item {
        width: 100%;
    }
    .NCRe_WR {
        display: grid;
        grid-template-columns: 1fr 330px;
        gap: 20px;
        padding: 10px 0;
    }

    .NCRe_L1info {
        flex: 0 0 70%;
    }

    .NCRe_ParamWr {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .NCRe_q1q:hover {
        background: #efefef;
        color: #3c3c3c;
    }

    .NCRe_q1q.activefavorite {
        color: #e81010;
        background: #ffe9e9;

    }

    .NCRe_q1q {
        justify-content: center;
        width: 40px;
        height: 40px;
        cursor: pointer;
        display: flex;
        align-items: center;
        position: relative;
        background: #f3f3f3;
        color: #8e8e8e;
        border-radius: 50%;
    }

    .NCRe_L2_wrap {
        flex: 0 0 29%;
    }

    .NCRe_L2 {
        position: sticky;
        top: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .NCRe_L2 .TeamCardRFiN {
        display: flex;
        gap: 10px;
        width: 100%;
    }

    .NCRe_L2 .TeamItem img {
        max-width: 85px;
        height: 85px;
        max-height: 85px;
        min-height: 85px;
        min-width: 85px;
    }

    .NCRe_L2 .TeamItPar1Box {
        align-items: start;
    }

    .NCRe_L2 .TeamItPar3 {
        margin-bottom: 0;
    }

    .NCRe_L2 .TeamItPar3a {
        margin-bottom: 0;
        margin-top: 0;
        flex: 0 1 100%;
        border: 1px solid #ececec;
    }

    .NCRe_L2 .TeamItemWrpar {
        width: 100%;
    }

    .NCRe_L2Par1price {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 20px;
        font-weight: 600;
    }

    p.NCRe_L2Par1Pkvm {
        font-size: 14px;
        font-weight: 400;
        color: #757575;
    }
    .NCRe_L2Par1Wr_params {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    .NCRe_L2Par1Wr_param_item {
        background: #d5ebf7;
        padding: 8px 10px;
        border-radius: 8px;
        width: max-content;
    }
    .NCRe_L2Par1Box1 {
        display: flex;
        gap: 10px;
        flex-direction: column;
        width: 100%;
    }

    .NCRe_L2Par1Wr {
        display: grid;
        border-radius: 16px;
        padding: 32px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
        background: #fff;
        gap: 10px;
    }

    .NCRe_L2Par1poktel:hover {

    }
    .NCRe_L2Par1poktel {
        display: flex;
        align-items: center;
        justify-content: center;
        outline: transparent;
        border: none;
        border-radius: 15px;
        padding: 12px 16px;
        color: #fff;
        background: #1a83e5;
        font-size: 14px;
        line-height: 1.4;
        cursor: pointer;
        transition: transform 0.2s ease;
    }

    .NCRe_L2Par1poktel:hover {
        transform: scale(1.02);
        color: white;
    }

    .NCRe_L2Par1poktel:active {
        transform: scale(1); /* Возврат к исходному размеру при нажатии */
    }


    button.NCRe_L2Par1obrzvon {
        display: flex;
        align-items: center;
        justify-content: center;
        outline: transparent;
        border: none;
        border-radius: 15px;
        padding: 12px 16px;
        background: #f0f6fd;
        font-size: 14px;
        line-height: 1.4;
        cursor: pointer;
        transition: transform 0.2s ease;
        color: #1a83e5;
        border: 1px solid;
    }

    button.NCRe_L2Par1obrzvon:hover {
        transform: scale(1.02);
    }

    button.NCRe_L2Par1obrzvon:active {
        transform: scale(1); /* Возврат к исходному размеру при нажатии */
    }


    .CardGbox0_a {
        display: none;
    }

    .NCRe_ParamWr.CardGbox1 {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    @media (min-width: 300px) and (max-width: 650px) {
        body .NCRe_L2_wrap {
            display: none;
        }

        body .CardGbox0_a {
            display: flex;
            position: relative;
            margin: 0 0 30px 0;
        }

        body .NCRe_L2_wrap {
            padding: 10px;
        }

        body .CardGrid_form {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
        }

    }
}

/*Общие*/
.w {
    width: 1280px;
    padding: 0 10px;
    max-width: 100%;
    margin: auto;
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

/**/
@media all{

    .Na_agent_cont{
        padding-top: 40px;
    }
    .agent_menu1{
        display: flex;
        gap: 5px;
    }
    .agent_menu1 a{
        color: #5D758D;
    }
    .agent_menu1_active{
        color: #0062f0;

    }
}

/*Новая карточка агента*/
@media all {
    .PrEm_left_Dopbox1 {
        display: grid;
        gap: 15px;
    }
    .ProfEmpl_ttl {
        font-size: 24px;
        font-weight: 600;
        color: #2e3035;
        text-align: center;
    }

    .profile_employee {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .PrEm_left_box1{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .PrEm_left_bot{
        display: flex;
        gap: 15px;
    }
    .PrEm_l_box_mini{
        background: #f2f4f9;
        border-radius: 8px;
        padding: 10px;
        gap: 13px;
        display: grid;
        width: 100%;
    }
    .PrEm_l_box_mini.active {
        background: #eef7eb;
    }
    .PrEm_l_b_min1{
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .PrEm_l_b_min1.PrEm_l_box_mini.PrEm_min1_gr.PrEm_m_gr_focus .mini_box_icon3{
        color: #38bf47;
    }
    .PrEm_l_b_min1.PrEm_l_box_mini.PrEm_min1_gr.PrEm_m_gr_focus {
        background: #D3F2E9;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    .PrEm_l_b_min1.PrEm_l_box_mini:hover{
        background: #dff4fb;
    }
    .PrEm_l_b_min1.PrEm_min1_gr:hover{
        background: #e8f8f3;
    }


    .PrEm_min_rating span{
        color: #5D758D;
    }
    .mini_box_icon{
        color: #f9bc3b;
    }
    .mini_box_icon2{
        color: #0A87E1;
    }
    .mini_box_icon3{
        color: #44ce54;
    }
    .PrEm_min_rating{
        display: flex;
        gap: 5px;
    }

    .PrEm_left {
        background: #f3f5fa;
        border-radius: 10px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .PrEm_right {
        grid-column: 2/5;
        display: grid;
        gap: 15px;
    }

    .PrEm_rTop {
        display: grid;
        /*grid-template-columns: 1fr 2fr;*/
        grid-template-columns: 1fr;
    }

    .PrEm_le_top {
        display: grid;
        gap: 15px;
        justify-content: center;
        justify-items: center;
    }

    .PrEm_le_top img {
        max-width: 116px;
        height: 116px;
        max-height: 116px;
        min-height: 116px;
        border-radius: 50%;
        object-fit: cover;
    }

    .PrEm_le_bot {
        display: grid;
        gap: 15px;
        justify-items: center;
    }

    .PrEm_phone {
        display: flex;
        flex-direction: row-reverse;
        gap: 10px;
        background: #e0f4fb;
        width: 100%;
        border-radius: 5px;
        padding: 6px 15px;
    }
    .PrEm_phone span{
        color: #003787;
    }
    .PrEm_phone svg{
        color: #0062f1;
    }
    .PrEm_social{
        justify-content: center;
        display: flex;
        gap: 10px;
        width: 100%;
    }
    .PrEm_socBox{
        display: flex;
        border-radius: 6px;
        padding: 7px 10px;
        background: #fff;
        align-items: center;
    }
    .PrEm_social a .PrEm_socBox:hover{
        background: #CCE0FC;
    }

    .PrEm_Reviews {
        border: 1px solid #E5E8ED;
        border-right: none;
        border-left: none;
        padding: 10px 0;
        display: grid;
        gap: 15px;
    }

    .PrEm_estimation {
        align-items: center;
        display: flex;
        gap: 15px;
    }

    .PrEm_estimation span {
        display: flex;
        height: 15px;
    }

    .PrEm_svgStars {
        display: flex;
        gap: 10px;
        color: #ffc107;
    }

    .PrEm_rT_specifics {
        display: grid;
        gap: 15px;
    }

    .PrEm_spec_it {
        background: #f2f4f9;
        border-radius: 10px;
        display: flex;
        gap: 15px;
        padding: 15px 30px;
        align-items: center;
    }

    .PrEm_spec_itSvg {
        display: flex;
        align-items: center;
        padding: 15px;
        border-radius: 35px;
        background: #c8ddf5;
        width: 55px;
        height: 55px;
    }

    .PrEm_spec_itSvg svg {
        color: #003787;
    }

    .PrEm_spec_info {
        display: grid;
        color: #5D758D;
    }

    .PrEm_rT_specialisation {
        background: linear-gradient(41deg, #e1f6fe, #f0f7e7);
        border-radius: 10px;
        gap: 15px;
        padding: 15px 30px;
        display: flex;
        flex-direction: column;
    }

    .PrEm_spec_Characteristics {
        display: flex;
        flex-wrap: wrap;
        gap: 15px 15px;
    }

    .PrEm_spec_CharIt {
        background: #fff;
        font-size: 16px;
        padding: 5px 20px;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .PrEm_rBot {
        min-height: 200px;
        background: #f2f4f9;
        border-radius: 10px;
        padding: 15px 30px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .PrEm_rBot span {
        color: #5D758D;
        font-size: 16px;
    }

}
/**/

/*Отзывы*/
@media all {
    .NewCard_reviews {
        display: grid;
        gap: 30px;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .NC_reviews_line{
        display: flex;
        gap: 15px;
    }

    .NC_reviews_Ttl {
        font-size: 32px;
        color: #2e3035;
        font-weight: 600;
    }
    .NC_reviews_add:hover{
        background: #b3e7fc;
    }
    .NC_reviews_add{
        background: #e0f5fc;
        padding: 10px 20px;
        color: #0a86e5;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
    }
    .NC_reviews_BOX {
        display: grid;
        gap: 30px;
    }
    .NC_reviews_Item {
        padding: 15px 15px 20px;
        background: #f3f5fa;
        border-radius: 10px;
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .NC_reviews_Item img {
        max-width: 64px;
        min-width: 64px;
        width: 100%;
        height: 64px;
        max-height: 64px;
        min-height: 64px;
        border-radius: 50%;
        object-fit: cover;
    }

    .NC_reviews_info {
        max-width: 1024px;
        width: 100%;
    }

    .NC_reviews_info span {
        font-weight: 600;
        font-size: 18px;
    }

    .NC_rating_date {
        display: flex;
        flex-direction: column;
        align-items: end;
        gap: 30px;
    }

    .NC_rating_date span {
        color: #5D758D;
    }

    .NC_rating_date svg {
        width: 18px;
        height: 18px;
    }

    .NC_rating_date .PrEm_svgStars {
        gap: 5px;
    }
}
/*Каталог*/
@media all {
    .CatCardWrap .card__gallery-wrapper img.swiper-slide {
        height: 316px;
        object-fit: cover;
    }
    .CatCardWrap .card__gallery img.swiper-slide {
        height: 316px;
        object-fit: cover;
    }
    .CatCardWrap .card__description .iz1 {
        cursor: pointer;
        user-select: none;
        color: #d0d0d0;
    }
}
.select_empty .multiselect {
    background: #ff000038;
}

body .Dial_head_ciw {
    display: flex;
    gap: 20px;
}

.Dial_free_cons_butt {
    padding: 5px 10px;
    border-radius: 20px;
    background: #1a83e5;
    /*border: 1px solid #1a83e5;*/
    display: flex;
    gap: 5px;
    cursor: pointer;
    color: white;
    align-items: center;
}

.Dial_free_cons_butt:hover {
    background: #e2f1ff;
    color: #1a83e5;
}

.IMM_Contact1 {
    margin-top: 15px;
    gap: 5px;
}

.IMM_Contact_item {
    padding: 20px;
    border-radius: 15px;
    background: #f7f7f7;
    color: #5f6370;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    cursor: pointer;
}

.PR2_menu_button.MM_ver {
    min-width: auto;
    background: #f7f7f7;
    color: black;
}

.PR2_menu_button.MM_ver svg {
    color: #1a83e5;
}

.IMM_Contact_item svg {
    width: 16px;
    height: 16px;
    color: #5f6370;;
}

.MM_contacts {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #f7f7f7;
    padding: 15px;
    border-radius: 15px;
}

.MM_contact_us {
    display: flex;
    justify-content: space-between;
    font-size: larger;
    flex-wrap: wrap;
}

.MM_team {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.MM_img_wrapper {
    width: 138px;
}

.MM_cont {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.MM_socials {
    display: flex;
    align-items: center;
    gap: 15px;
}

.MM_socials a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.usl2 div h1 {
    font-size: 34px;
    font-weight: 600;
    margin-top: 40px;
    line-height: 1;
}

.usl2 div p {
    font-size: 14px;
    margin-top: 28px;
    line-height: 140%;
}

.usl2 div h4 {
    margin-top: 40px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
}

.usl2 .infographics {
    padding: 28px 0;
}

.usl2 .trudnosti {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.trudnosti div {
    padding: 28px 20px;
    border-bottom: 1px solid #1699FC;
    /*margin-top: 20px;*/
}

.trudnosti div:last-child {
    border-bottom: none;
}

.usl2 .trudnosti p {
    margin-top: 20px;
}

.usl2 .trudnosti h5 {
    font-size: 20px;
    font-weight: 600;
    color: #1699FC;
}

.usl2-form {
    background-color: #1699FC;
    margin-top: 60px;
    height: 326px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.usl2-form-data {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.usl2-form-title {
    font-size: 28px;
    color: white;
    font-weight: 600;
}

.usl2-form-text {
    font-size: 14px;
    line-height: 20px;
    color: white;
    margin-top: 28px;
}

.usl2-form-button {
    background: white;
    border-radius: 10px;
    padding: 18px;
    cursor: pointer;
    user-select: none;
    margin-top: 40px;
    border: 1px solid white;
    transition: transform 0.2s;
}

.usl2-form-button a {
    color: #1699FC;
    font-size: 14px;
    font-weight: 600;
}

.usl2-form-image img {
    position: absolute;
    width: 720px;
    bottom: 0;
    right: 0;
}

.usl2-form .prel {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-end;
}

.usl2-form-button:hover {
    background: none;
    border: 1px solid white;
    transform: translateY(-3px);
}

.usl2-form-button:hover a {
    color: white;
}

.trudnosti .usl2-part2 h5 {
    color: #323941;
}

.usl2-part2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 28px;
    border-bottom: 1px solid #1699FC;
    padding-bottom: 28px;
}

.usl2-part2:last-child {
    border-bottom: none;
}

.usl2-circle {
    background-color: #1699FC;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    font-weight: 600;
    border-radius: 40px;
    min-width: 32px;
}

.usl2-part2 .data {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding-left: 20px;
}

.data h5 {
    font-size: 20px;
    font-weight: 600;
}

.usl2-part2 .data p {
    margin-top: 20px;
}

.usl2 ul {
    margin-top: 28px;
}

.usl2 li {
    list-style-type: disc;
    margin-left: 20px;
}

.usl2-video {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
}

.usl2-video iframe {
    border: none;
    width: 88%;
}

.usl2-gr {
    align-items: center;
    background-color: #E2F1FF;
    padding: 28px;
    border-radius: 20px;
    flex: 1 1 200px;
}

.usl2-gr-data {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.usl2-gr-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

.usl2-gr-data img {
    width: 34px;
    height: 34px;
}

.usl2-gr-data div {
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    margin-left: 20px;
}

.usl2-consultation .free_consultation_form_agreement {
    margin-top: 28px;
}

.usl2-consultation .agreement_wrapper button {
    background: white;
    border-radius: 10px;
    padding: 18px;
    cursor: pointer;
    user-select: none;
    margin-top: 28px;
    border: 1px solid white;
    transition: transform 0.2s;
    color: #1699FC;
    font-size: 16px;
    font-weight: 500;
    height: 100%;
    width: max-content;
}

.usl2-consultation .agreement_wrapper button:hover {
    background: none;
    border: 1px solid white;
    transform: translateY(-3px);
    color: white!important;
}

.usl2-gr:hover {
    transform: translateY(-4px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.PR2_tag_label {
    background: white;
    padding: 16px 24px;
    border-radius: 8px;
    cursor: pointer;
}

.PR2_tag_label:has(input[type="radio"]:checked) {
    background: #1a83e5!important;
}

.PR2_tag_label:hover {
    background: #1a82e3;
}

.PR2_tag_label:hover .PR2_tag {
    color: white;
}

.svg-inline--fa.fa-map-marker-alt.fa-w-12 {
    display: none!important;
}

.radiobtn-with-uncheck .new-fb {
    border-radius: 8px!important;
}

.new-fb {
    width: fit-content!important;
    height: fit-content!important;
    padding: 16px 24px;
}

.new-fb-field {
    gap: 20px;
}

.PR4_card div h3 {
    font-size: 20px;
    font-weight: 600;
}

.from-price {
    color: rgba(0, 0, 0, 0.5);
}

.agree-but-main {
    border-radius: 8px;
    background: white;
    font-weight: 400;
    font-size: 16px;
    padding: 16px 24px;
    color: #1a83e5;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid white;
}

.agree-but {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(298px, 1fr));
    margin-top: 28px;
}

.agree-but-main:hover {
    background: none;
    color: white !important;
}

.DI_n_BlBox1 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.header-phone-new {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
}

.MArea {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.MArea-line-xBut-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #7d8993;
}

.MArea-line-xBut-bot {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-top: 1px solid #d0d0d0;
    height: fit-content;
    padding: 12px;
}

.MArea-title {
    font-size: 22px;
    font-weight: 400;
    margin: 20px 0;
}
.js-click-modalSchool.FilRayon:hover {
    border: 1px solid #0099fe;
}

.js-click-modalSchool.FilRayon {
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    padding: 6px;
    width: 100%;
    height: 40px;
    min-height: 35px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.MArea-but:active {
    background: #1a83e5 !important;
}

.MArea-but:hover {
    background: #4facff;
}

.MArea-but {
    cursor: pointer;
    user-select: none;
    border-radius: 8px;
    background: #1a83e5;
    border: none;
    font-weight: 400;
    font-size: 16px;
    padding: 12px 18px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.usl-attencion {
    font-size: 16px;
    color: #1a83e5;
    background: #E2F1FF;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 50px;
    width: fit-content;
}

.attencion-cont p, .attencion-cont ul {
    margin-top: 0!important;
}

.attencion-cont p strong {
    color: #1a83e5;
}

.attencion-cont {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
    gap: 14px;
}

.trudnosti-part3 div p {
    margin-top: 0!important;
}

.wCont {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 28px 20px;
    gap: 20px;
    border-radius: 20px;
}

.wCont img {
    max-width: 380px;
    min-width: 220px;
    height: auto;
    border-radius: 10px;
}

.wCont-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.wCont-name {
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600;
    height: 48px;
    max-height: 48px;
    min-height: 48px;
}

.wCont-prof {
    color: #323941;
    line-height: 1;
    font-size: 16px;
}

.wCont-info a {
    font-size: 16px;
    font-weight: 400;
    color: #1560A7;
    background: #E2F1FF;
    padding: 10px 16px;
    border-radius: 20px;
    margin-top: 20px;
}

.wCont-info a:hover {
    color: white;
    background: #1a83e5;
}

.wCont .wCont-info p {
    font-size: 16px;
    font-weight: 400;
    max-width: 480px;
}

.DistrictCont {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 20px;
    overflow: auto;
    height: calc(100vh - 220px);
    padding: 20px;
}

.DistrictBlock {
    display: flex;
    gap: 4px;
    flex-direction: column;
    height: max-content;
}

.DistrictItem {
    font-size: 18px;
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 30px;
    width: fit-content;
}

.SubDistrictItem {
    font-size: 14px;
    font-weight: 400;
    padding: 6px 16px;
    border-radius: 30px;
    width: fit-content;
    user-select: none;
}

.DistrictItem:hover, .SubDistrictItem:hover {
    background: #E2F1FF;
    color: #1560A7;
}

.DistrictItem:active, .SubDistrictItem:active {
    background: #1a83e5;
    color: white;
}
.MArea .DistrictItem:has(input:checked) {
    background: #E2F1FF;
    color: #1560A7;
}

.MArea .SubDistrictItem:has(input:checked) {
    background: #E2F1FF;
    color: #1560A7;
}

.modalH1 {
    color: #333;
    padding: 0 20px;
    font-size: 22px;
    font-weight: 500;
}

.new_checkBox_line {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 20px;
    justify-content: flex-start;
    width: -webkit-fill-available;
}

.DI_n_BlBox1 .fil_item {
    gap: 8px;
    display: flex;
    flex-direction: column;
}
.FItem3.fil_item span { display: flex}
.Dial_Sell {
    box-shadow: 0px 0px 25px 0px #d0cccc;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.Dial_Sell .DI_n_BlBox1 {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.DI_nL1 form {
}

.butSell {
    display: grid!important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
