.loyaltyLinksItem a img {
    width: 92px;
}
@media only screen and (max-width: 1024px) {
    .loyaltyLinksItem a img {
        width: 104px;
    }
}

@media only screen and (max-width: 568px) {
    .loyaltyLinksItem a img {
        width: 108px;
    }
}

.cataloLoading__bar span {
    width: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.lazy_load {
    visibility: hidden;
}
#catalog_square_list_mobile {
    width: 247px;
}
.filterMenu__btn {
    text-decoration: none;
}
.filterHeaderSelect__hidden {
    z-index: 11;
}
.searchNewsItem__category.eventItem__category_blue {
    border-color: #17BBDA;
    color: #17BBDA;
}
.searchNewsItem__category.eventItem__category_yellow_light {
    color: #FAA500;
    border-color: #FAA500;
}
.searchNewsItem__category.eventItem__category_yellow {
    color: #FF9500;
    border-color: #FF9500;
}

.searchNewsItem__category.eventItem__category_pink {
    color: #ED0056;
    border-color: #ED0056;
}
.searchNewsItem__category.eventItem__category_grey {
    color: #999EAB;
    border-color: #999EAB;
}
.searchNewsItem__category.eventItem__category_green {
    color: #35D096;
    border-color: #35D096;
}
.searchNewsItem__category.eventItem__category_purple {
    color: #945EFD;
    border-color: #945EFD;
}
.eventItem__logo {
    background-size: contain;
}
.textarea {
    margin: 7px 0;
}
.formItem__label_OWNER {
    margin-bottom: 7px;
}
@media only screen and (max-width: 568px) {
    .textarea {
        margin: 3px 0;
    }
    .formItem__label_OWNER {
        margin-bottom: 3px;
    }
    .sliderEventsWrap{max-width: calc(100% - 40px);}
}
#write_us_popup .popupContent,
#markenting_ask_popup .popupContent {
    padding: 48px 61px;
}
#popup1 {
    z-index: 10001;
}
.contactsSocialList__info > p > a {
    color: inherit;
}
.contacts_phone_icon_container {
    height: 100%;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 4.5px;
}
.contactsOther {
    padding-bottom: 48px;
}
/*.delete-file {*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    background: url('img/close_24px.svg') no-repeat;*/
/*    background-size: 24px 24px;*/
/*    background-position: center;*/
/*    margin-left: auto;*/
/*}*/
.activitySlider__item .eventItem__img {
    border: none;
}
.filterHeader-col-2 .filterHeaderItem {
    width: 153px;
}
.filterHeader-col-2 .filterHeaderItem:first-child {
    margin-left: 0;
}
#ajax_return.ajax_wait:before {
    content: '';
    background: url('https://transparency.org.ru/images/ajax.preloader.gif') no-repeat, rgba(255,255,255, 0.4);
    background-size: 100px;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}
#ajax_return.ajax_wait {
    position: relative;
}

.btnSocialBtn_1 {
    background-color: #FFFFFF;
}
.articleContent_new {
    background: transparent;
}
.articleContent_new ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 32px;
    margin-bottom: 24px;
}
.articleContent_new ul li ul {
    margin-top: 16px;
}
.articleContent_new ul li {
    margin-bottom: 16px;
    position: relative;
}
.articleContent_new ul li ul li:before {
    background-image: url(img/list-market-2.svg);
}
@media only screen and (max-width: 568px) {
    .articleContent_new ol, .articleContent ul {
        margin-bottom: 24px;
    }
}
.routePanel__nav {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.cls-1.active {
    fill-opacity: 1;
}
@media only screen and (max-width: 767px) {
    .section.section_service.main_section_service {
        height: auto;
    }
    .section_service .btn_arrow_white:hover {
        color: white;
    }
    .section_service .btn_arrow_white:before {
        background-color: transparent;
    }
    .section.section_service.main_section_service .serviceItem:last-child {
        margin-bottom: 0;
    }
}
.seriviceItem__link:hover .seriviceItem__icon svg * {

}
.eventItem__img img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.eventItem__img img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.schemeDropdownLink__img,
.schemePopup__img{
    background-size: contain;
}
.for_ul_dots ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
}
.headerMenuList {
    padding-top: 0;
}
.filterHeaderSelectList__item:hover {
    background-color: #6033AB!important;
    color: #EAEAE9!important;
}
.footerSocial__link_youtube {
    background-image: url('img/youtube.svg');
}
.schemePopup__description {
    height: 40.4px;
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; /* Добавляем многоточие */
}
.schemePopup__description p{
    height: 40.4px;
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; /* Добавляем многоточие */
}
.searchNewsItem__link .searchNewsItem__category span {
    -webkit-transition: all 0.45s ease-out;
    -o-transition: all 0.45s ease-out;
    transition: all 0.45s ease-out;
}
.searchNewsItem__link:hover .searchNewsItem__category span {
    color: white!important;
}
.searchNewsItem__category:before {
    z-index: -1;
}
b, strong {
    font-family: 'MontBold';
}
.activitySlider__item {
    padding-left: 10px;
    padding-right: 10px;
}
.activitySlider .slick-prev, .activitySlider  .slick-next {
    top: 40%;
}
.contentHeadered__date.alarm {
    background-image: url('img/alarm_24px.svg');
}
.contentHeadered__date.alarm_light {
    background-image: url('img/alarm_light24px.svg');
}
.eventItem__date img {
    margin-top: -3px;
}
@media only screen and (max-width: 990px) {
    .body_active_menu {
        max-height: 100vh;
        overflow: hidden;
    }
    .body_active_menu footer {
        display: none;
    }
    #bannee_top_phone{display: none!important;
    }
}
.mobileLanguage {
    position: absolute;
    bottom: 16px;
    left: 16px;
}
.mobileLanguage a {
    color: inherit;
    text-decoration: none;
}
#popup1 {
    z-index: 99999999999;
}
.konverbotwidget {
    z-index: 999999999!important;
}
#bannee_top img{
        width: 100%;
            height: auto;
    }
    #exit{
        width: 20px !important;
        height: 20px !important;
        position: absolute;
    right: 1%;
    top: 1%;
    z-index: 100;
    cursor: pointer;
    }
    #bannee_top_phone{
        display: none;
    }
    #bannee_top_deaktop{
        background: #7162b3;
        text-align: center;
    }
    @media (max-width:999px) {
         #exit{
        width: 15px !important;
        height: 15px !important;
        position: absolute;
    right: 0.5%;
    top: 0.5%;
    z-index: 100;
    cursor: pointer;
    }
        
        #bannee_top_deaktop{
            display: none;
        background: #7162b3;
        text-align: center;
    }
        #bannee_top_phone{
        display: block;
        background: #7162b3;
        text-align: center;
    }
    }
    @media (max-width:480px) {
              #exit{
        width: 10px !important;
        height: 10px !important;
        position: absolute;
    right: 2px;
    top: 2px;
    z-index: 100;
    cursor: pointer;
    }
    }
@media only screen and (min-width: 500px) {
    .offers,
    .mob-ivents,
    .info {
        display: none;
    }
}
@media only screen and (max-width: 499px) {
    .mob-ivents .section_events,.mob-ivents .sliderEventsWrap{display: block;
    }
    .sliderEventsWrap,
    .section_service,
    .section_activity,
    .section_events,
    .footerList,
    .footer-col-2 {
        display: none;
    }
footer .footerList,footer .footer-col-2{display: block;
}
footer .footer-col-2{padding-left: 0px;}
    .section {
        padding-bottom: 0;
    }

    h4 {
        font-family: CoreRhino65Bold;
        text-transform: uppercase;
        font-size: 19px;
        letter-spacing: 0.5px;
        line-height: 24px;
        font-weight: 400;
        text-align: center;
        margin: 0;
    }
    /* ------------ header ----------- */
    .headerMainMobile {
        padding: 6px 16px !important;
    }
    /* ----------- offers ------------ */
    .offers__title {
        margin: 8px 0 0;
    }
    .offers__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        max-width: 100%;
        margin: 8px auto 0;
    }
    .content__item {
        text-decoration: none;
        color: #000;
        margin-top: 16px;
        -webkit-box-flex: 33.3%;
            -ms-flex: 33.3%;
                flex: 33.3%;
    }
    .item__title {
        font-family: CoreRhino65Bold;
        font-size: 12px;
        line-height: 16px;
        font-weight: 700;
        display: block;
        text-align: center;
        max-width: 80px;
        margin: 8px auto 0;
    }
    .item__image {
        width: 92px;
        height: 92px;
        margin: 0 auto;
    }
    .item__image_slide-1 {
        background: url('/dev/img/offers/1.png')center center/cover;
    }
    .item__image_slide-2 {
        background: url('/dev/img/offers/2.png')center center/cover;
    }
    .item__image_slide-3 {
        background: url('/dev/img/offers/3.png')center center/cover;
    }
    .item__image_slide-4 {
        background: url('/dev/img/offers/4.png')center center/cover;
    }
    .item__image_slide-5 {
        background: url('/dev/img/offers/5.png')center center/cover;
    }
    .item__image_slide-6 {
        background: url('/dev/img/offers/6.jpg')center center/cover;
    }
    /* ----------- mob-events -------- */
    .mob-ivents {
        padding-bottom: 24px;
    }
    .mob-ivents__title {
        margin-top: 8px;
    }
    .mob-ivents__cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        color: #440099;
        max-width: 86%;
        margin: 24px auto 0;
    }
    @media only screen and (max-width: 360px) {
        .mob-ivents__cards {
            max-width: 100%;
        }
    }
    .cards__item {
        width: 88px;
        height: 88px;
        background-color: #EFEEF0;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .cards__item-image {
        margin-top: 16px;
    }
    .cards__item-text {
        display: block;
        margin-top: 16px;
        color: #440099;
    }
    /* -------------- info ----------- */
    .info {
        padding-bottom: 40px;
    }
    .info .container:first-child {
        background-color: #4584f5;
    }
    .info h4 {
        color: #fff;
    }
    .info__banner {
        background: url('/dev/img/info/info_banner.jpg')center center/cover;
        width: 100%;
        height: 119px;
    }
    .info__title {
        margin-top: 24px;
    }
    .info__hero {
        padding-bottom: 24px;
    }
    .info__nav {
        margin-top: 24px;
    }
    .info__nav-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .info__nav-item a {
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #000;
        width: 100%;
        margin-top: 16px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .nav-item__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-left: 16px;
    }
    .nav-item__content span {
        display: block;
        font-family: CoreRhino45Regular, sans-serif;
        font-weight: 400;
        font-size: 13px;
        padding-top: 3px;
    }
    .subscribe__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 288px;
        height: 40px;
        text-decoration: none;
        margin: 32px auto 0;
        background-color: #6030ad;
        color: #fff;
        padding: 0 16px;
    }
    .subscribe__link img {
        width: 12px; height: 12px;
    }
    .link__text {
        font-family: CoreRhino65Bold, sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        line-height: 16px;
        letter-spacing: 0.5px;
    }
    .nav-item__icon {
        width: 16px;
        height: 16px;
    }
    /* ------------- footer ---------- */
    .footer {
        padding: 16px 16px 24px;
    }
    .footer-col-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .footerLogo {
        height: initial;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .footerLogo img {
        width: 90px;
        height: 60px;
    }
    .footerSocial {
        margin: 0;
    }
    .footerSocialList {
        padding: 0;
    }
    .footerSocial__item {
        margin-left: 9px;
    }
    .footerBottomRow {
        margin-top: 32px;
    }
    .footerBottomList {
        padding: 0;
    }
}

.form-tabs {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}

.form-tabs .form-tab {
    display: block;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 0px;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    padding: 7px 16px;
    color: #6033AB;
    text-decoration: none;
}

.form-tabs .form-tab.active {
    background: #6033AB;
    color: #fff;
    pointer-events: none;
}

@media (max-width: 767px) {
    .form-tabs {
        flex-direction: column;
        width: 100%;
    }

    .form-tabs .form-tab {
        width: 100%;
        font-size: 13px;
        padding: 6px 12px;
    }
}