/*********************/
.sendImg_Gfpgan{
    cursor: pointer;
}
.preloader{
    --bg-color: #bbbbbb;
    --size: 100px;
    --first_color:#f9e1b1;
    --second_color:#a01623;
    --third_color:black;
    --thickness:5px;
    --duration:1s;
    /*position: fixed;*/
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: var(--bg-color);*/
    background-color: rgba(187,187,187, .6);
    opacity: 0;
    z-index: -100;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border-radius: 15px;*/
    transition: var(--duration);
}
.preloader_content{
    width: var(--size);
    height: var(--size);
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.preloder_first,
.preloder_second,
.preloder_third {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: var(--duration) linear infinite;
}

.preloder_first{
    border-bottom: var(--thickness) solid var(--first_color);
    /*transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);*/
    animation-name: first;
}
.preloder_second{
    border-right: var(--thickness) solid var(--second_color);
    /*transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);*/
    animation-name: second;
}
.preloder_third{
    border-top: var(--thickness) solid var(--third_color);
    /*transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);*/
    animation-name: third;
}

@keyframes first {
    0% {transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);}
    100% {transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);}
}
@keyframes second {
    0% {transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);}
    100% {transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);}
}
@keyframes third {
    0% {transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);}
    100% {transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);}
}


.change_img_Gfpgan {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.change_img_Gfpgan .tooltip-text {
    visibility: hidden;
    text-align: center;
    position: absolute;
    z-index: 1;

    font-family: "PT Sans", sans-serif;
    background-color: #333333;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
    padding: 20px 18px 18px 22px;
    border-radius: 10px;
    width: 300px;

    bottom: 113%;
    left: 50%;
    margin-left: -150px;
}

.change_img_Gfpgan .tooltip-text::after {
    content: '';
    position: absolute; /* Абсолютное позиционирование */
    left: 135px; bottom: -20px; /* Положение треугольника */
    border: 10px solid transparent; /* Прозрачные границы */
    border-top: 10px solid #333333; /* Добавляем треугольник */
}

/* Show the tooltip text when you mouse over the tooltip container */
.change_img_Gfpgan:hover .tooltip-text {
    visibility: visible;
}
/*********************/

/*********************/
.a_partners{
    float: left;
    width: 100%;
    display: inline-flex;
    text-decoration: none !important;
    color: black !important;
}

.text_partners{
    margin: auto;
    width: 78%;
}
.img_partners{
    width: 12%;
    margin: 25px 25px 0px;
}

.img_section_partners {
    float:left; /* Выравнивание по левому краю */
    margin: 7px 15px 15px 0; /* Отступы вокруг картинки */
    max-width: 24%;
}
.searchFormPartner {
    max-width: 785px;
    margin: auto;
    position: relative;
    top: 20px;
}


#searchPartner {
    background-color: white;
    border-color: #333;
    border-radius: 9px;
    height: 45px;
    text-align: left;
    text-indent: 20px;
    font-size: 19px;
    color: black;
    box-shadow: 3px 3px 4px #00000038;
}
#searchPartner::placeholder {
    color: rgb(133, 133, 133);
}
#resultDataSearch{
    padding-top: 18px;
}
.LinkElement{
    padding-bottom: 10px;
    font-size: 24px;
}

.LinkElement a:hover {
    color: #a01623;
}

#topNubex {
    position: fixed;
    right: 45px;
    bottom: 45px;
}



.c-btn_style_default.c-btn_size_md {
    font-size: 20px;
    border-radius: 10px;
    height: 44px;
    padding: 0 15px;
}
.c-btn_style_default.c-btn_color_primary {
    border-color: #a01623;
    background: #a01623;
    color: #ffffff;
}

.btn-up_active {
    transform: scale(1);
}

.btn-up {
    position: fixed;
    bottom: 25px;
    left: 12%;
    width: 120px;
    /*transform: scale(0);*/
    transition: transform .3s ease;
    z-index: 9;
}

.c-btn_style_default {
    font-family: Helios Cond, Arial, sans-serif;
    transition: color .25s, background .25s;
    border: 1px solid;
}

.c-btn {
    text-align: center;
    font-weight: 400;
    margin: 0;
    box-shadow: none;
    cursor: pointer;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.clear_search_partners{
    height: 30px;
    text-align: center;
    width: 30px;
    font-size: 24px;
    font-family: cursive;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    /*color: rgb(133, 133, 133);*/
}



div#info_partners1 {
    width: 100%;
    /*display: flex;*/
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 2rem 0;
}

div#info_partners1 a {
    display: block;
    width: 30%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 2rem;
}

div#info_partners1 a div {
    padding-top: 50%;
}
#info_partners1.active{
    display: flex;
}

.btn_podrazdel{
    font-size: 28px;
    text-transform: none;
    padding: 15px;
    text-align: center;
}

#searchPosdrazdel{
    background-color: white;
    border-color: #333;
    border-radius: 9px;
    height: 45px;
    text-align: left;
    text-indent: 20px;
    font-size: 19px;
    color: black;
    box-shadow: 3px 3px 4px #00000038;
}

.choosed_Posdrazdel{
    /*padding: 20px!important;*/
    margin-top: 15px;
    height: fit-content;
    padding-bottom: 30px;
    padding-right: 30px;
    overflow-y: hidden;
}
.choosed_Posdrazdel2{
    /*padding: 20px!important;*/
    margin-top: 15px;
    height: fit-content;
    padding-right: 30px;
    overflow-y: hidden;
}
.List_podrazdel{
    width: 100%;
    margin-bottom: 30px;
}

.clear_choosed_Posdrazdel{
    position: absolute;
    right: 2px;
    top: 12px;
    font-size: 24px;
    font-family: cursive;
    cursor: pointer;
}
.div_choosed_Posdrazdel{
    position: relative;
}


.podrazdel_search_list{
    cursor: pointer;
}
.a_podrazdel{
    padding: 30px;font-size: 25px;
}
.a_podrazdel a:hover{
    color: #a01623;
}

#editor_podrazdel nav a:hover {
    background-color: rgb(160 22 35);
    color: white;
}
#editor_podrazdel nav a svg path {
    fill: black;
}
#editor_podrazdel nav a:hover svg path {
    fill: white;
}

.modal_podrazdel{
    width: 50%;top: 100%;left: 50%;
}





.main_img{
    width: 100%;
    max-width: 1119.02px;
    margin: auto;
    display: flex;
    margin-bottom: 50px;
}
.victorina_btn2{
    position: relative;
    margin: auto;
    bottom: 105px;
    width: 100%;
    max-width: 390px;
    padding: 10px;
    height: 40px;
}
.main_text {
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: left;
    color: #A01623;
    font-family: "Roboto Black";

    position: absolute;
    max-width: 653.24px;
    top: 33px;
    left: 66px;
    text-transform: uppercase;
}

.main_text2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: left;
    color: #A01623;
    font-family: "Roboto Black";

    position: absolute;
    max-width: 651.63px;
    top: 15px;
    left: 25px;
    text-transform: uppercase;
}

.victorina_img{
    position: absolute;
    right: 15px;
    top: 5px;
    width: 37%;
    max-width: 405.83px;
}

.big_text {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: left;
    color: #A01623;
    font-family: "Roboto Black";
    text-transform: uppercase;
}
.map_text_mob {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: left;
    color: #A01623;
    font-family: "Roboto Black";
    text-transform: uppercase;
}
.big_text2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0em;
    color: #A01623;
    font-family: "Roboto Black";
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.victorina_btn{
    position: absolute;
    bottom: 25px;
    left: 35%;
}

.just_text{
    font-family: Helios Cond, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}

.page_block{
    margin-bottom: 20px;
    display: inline-block;
}
.pad_center{
    padding-top: 30%;
}
.mb_hide{
    display: block;
}
.mb_show{
    display: none!important;
}
.section_mb{
    max-width: 1119.02px;
    margin: auto;
}
.bnt_center{
    width: 50%;margin: auto;display: block;margin-bottom: 60px;
}
.img_mob{
    max-height: 300px;
}
.text_map{
    width: 50%;
}
.mob_top{
    margin-top: 35px;
}


.minimized_show {
    width: 100%;cursor: pointer;
}
.minimized {
    display: none;
    border-radius: 15px;
}
/* увеличенная картинка */
#magnify {
    display: none;
    /* position: absolute; upd: 24.10.2016 */
    position: fixed;
    max-width: 80%;
    height: auto;
    z-index: 9999;
}
#magnify img {
    width: 100%;
    border-radius: 15px;
}
/* затемняющий фон */
#overlay {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 9990;
}
/* кнопка закрытия */
#close-popup {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}
#close-popup i {
    width: 27px;
    height: 28px;
    background: url(https://codernote.ru/files/cross.png) no-repeat center center;
    background-size: 16px 16px;
    display: block;
}
@keyframes rota {
    25% { transform: rotate(360deg); }
}
#close-popup:hover {
    animation: rota 4s infinite normal;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}



@media (max-width: 1535px) {
    .btn-up {
        left: 3%;
        /*margin-left: -720px;*/
    }
}

@media (max-width: 1052px) {
    .main_text2 {
        font-size: 40px;
        max-width: 512.63px;
    }
}

@media (max-width: 862px) {
    .main_text2 {
        font-size: 34px;
        line-height: 50px;
    }
}

@media (max-width: 852px) {
    .big_text{
        font-size: 40px;
    }
    .map_text_mob{
        font-size: 40px;
    }
}

@media (max-width: 767px) {

    .mob_top{
        margin-top: 0px;
    }
    .mob_top2{
        margin-top: 195px;
    }
    .main_img{
        margin-bottom: 35px;
    }
    .img_mob{
        max-height: unset;
    }
    .pad_center{
        padding-top: unset;
    }
    .mb_hide{
        display: none;
    }
    .mb_show{
        display: block!important;
    }
    .page_block{
        display: block;
        margin-bottom: 30px;
    }
    .section_mb{
        max-width: unset;
        margin: unset;
    }
    .victorina_btn{
        position: unset;
    }
    .img_map{
        width: 90%;
        float: right;
        bottom: 50px;
    }
    .pad_center{
        max-width: 390px;
        margin: auto;
        display: block;
    }
    .mob_marg{
        margin-bottom: 30px;
    }
    .mob_marg2{
        margin-bottom: 200px;
    }
    .main_text2 {
        font-size: 40px;
        max-width: unset;
        text-align: center;
        top: 120px;
    }
    .victorina_img {
        position: absolute;
        right: 15px;
        top: -158px;
        width: 95%;
        max-width: 730px;
    }
    #magnify {
        max-width: 100%;
    }

    div#info_partners1 a {
        width: 50%;
        margin: 1rem;
    }
    .modal_podrazdel{
        width: 90%;top: 230%;left: 50%;
    }
    .moderate_image .btn{
        padding: 5px 10px 6px;
    }
    .choosed_Posdrazdel {
        font-size: 20px;
    }
    .choosed_Posdrazdel2 {
        font-size: 20px;
    }
}
@media (max-width: 630px) {
    .text_partners {
        font-size: 20px;
    }
    .LinkElement {
        font-size: 20px;
    }
    .tabs_content p {
        font-size: 20px;
    }
    #searchPosdrazdel::placeholder {
        font-size: 16px;
    }
    .text_map{
        width: 54%;
    }

}

@media (max-width: 599px) {
    .mob_top2{
        margin-top: 160px;
    }
    .text_map{
        width: 90%;
    }
    .victorina_img {
        top: -124px;
    }
}

@media (max-width: 530px) {
    .img_map{
        width: 100%;
        float: right;
        bottom: 50px;
        max-width: 317px;
    }
    .text_partners{
        font-size: 16px;
    }

    .victorina_img {
        top: -124px;
    }
    .LinkElement {
        font-size: 16px;
    }
    .tabs_content p {
        font-size: 16px;
        font-family: Helios Cond, Arial, sans-serif;
    }
    .main_text{
        font-size: 38px;
    }
    .big_text2{
        font-size: 38px;
    }
    .big_text{
        font-size: 38px;
    }
    .map_text_mob{
        font-size: 38px;
    }
    .map_text_mob{
        font-size: 38px;
    }
    .main_text2{
        font-size: 38px;
    }
    .bnt_center{
        width: 100%;
        max-width: 390px;
        padding: 10px;
    }


    .text_partners{
        font-size: 16px;
    }
    .LinkElement {
        font-size: 16px;
    }
    .tabs_content p {
        font-size: 16px;
    }
    .choosed_Posdrazdel {
        font-size: 16px;
    }
    .choosed_Posdrazdel2 {
        font-size: 16px;
    }
    #searchPosdrazdel {
        text-indent: 0px;
    }
    #searchPosdrazdel::placeholder {
        font-size: 13px;
    }
    .moderate_image .btn{
        padding: 0px 10px 6px;
    }
}

@media (max-width: 460px) {
    .mob_marg2 {
        margin-bottom: 110px;
    }
    .victorina_img {
        top: -72px;
    }
    .mob_top2{
        margin-top: 110px;
    }
}

@media (max-width: 430px) {
    .bnt_center{
        margin-bottom: 20px;
    }
    .img_map{
        bottom: 32px;
    }
    .btn_map_mob{
        bottom: 25px;
    }
    .main_text{
        font-size: 28px;
        line-height: 41px;
        text-align: left;
        left: 15px;
    }
    .big_text2{
        font-size: 27px;
        line-height: 34px;
        text-align: center;
        padding-left: 15px;
    }
    .big_text{
        font-size: 30px;
    }
    .map_text_mob {
        font-size: 31px;
        line-height: 37px;
    }
    .victorina_img {
        width: 93%;
    }
    .main_text2{
        font-size: 28px;
        line-height: 41px;
        text-align: left;
        left: 15px;
    }
    .text_map {
        width: 68%;
    }
}
@media (max-width: 368px) {
    .btn_map_mob{
        height: 335px;
    }
    .text_map {
        width: 73%;
    }
    .img_map {
        width: 100%;
        float: right;
        bottom: 33px;
        max-width: 282px;
    }
    .map_text_mob{
        font-size: 27px;
        line-height: 34px;
    }
    .victorina_btn2{
        height: 42px;
    }
}
@media (max-width: 330px) {
    .img_map{
        bottom: unset;
    }
    .victorina_img {
        top: -45px;
    }
    .mob_top2 {
        margin-top: 80px;
    }
}

.pos_absolute{
    position: absolute !important;
}
#mydiv {
    position: absolute;
    z-index: 9;
}
#editor_podrazdel{
    cursor: move;
}
.vidno{
    opacity: 1!important;
    visibility: unset!important;
}
.podrazdel_for_add{
    display: none;
}



/*************************************/
.soc_serv_img{
    cursor: pointer;
    border-radius: 50%;
    height: 35px;
}

.reg_pervye_img{
    cursor: pointer;
    height: 35px;
}

.log_in_pervye{
    margin-left: 21px;
}

.log_in_pervye_pop{
    margin-left: 26px;
}

@media (max-width: 600px) {
    .log_in_pervye{
        margin-left: unset;
    }

    .log_in_pervye_pop{
        margin-left: unset;
    }
}
/*************************************/