.footer-1 .city-list--1 .city-list__wrapper .city-list__current {
    cursor: pointer;
}
.footer-1 .city-list--1 .city-list__wrapper .city-list__content {
    bottom: -12px;
}
.our-adv-container .our-adv-main .our-adv-item:last-child .our-adv-item__title .our-adv-item__title__text::after {
    content: '💡';
    position: relative;
    display: inline-block;
    margin-left: 10px;
}
.swiper-wrapper .swiper--popular__item--tag {
    position: absolute;
    right: 0;
    top: 1rem;
    height: 20px;
    line-height: 20px;
    padding-left: .5rem;
    padding-right: .625rem;
    background: #fff;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #445669;
    font-size: 12px;
    -webkit-transition: all .15s ease-in-out 0s;
    transition: all .15s ease-in-out 0s;  
}

.swiper-wrapper .swiper--popular__item--tag:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #F16664;
}

.swiper-wrapper .swiper-slide:hover .swiper--popular__item--tag {
    background: #F16664;
    color: #fff;
}
.vmap-wrapper .map-pin:before {
    left: -9px;
    top: 2px;
    width: 24px;
    height: 24px;
    background-size: contain;
}
.vmap-wrapper .map-pin-position--bottom:before {
    top: auto;
    bottom: 2px;
}
.vmap-wrapper .map-pin-text-left::before {
    right: -9px;
    left: auto;
}
.answer-question-container .answer-question-main-wrapper .answer-question-main__item.is-active {
    color: #F16664;
}
.answer-question-container .answer-question-main-wrapper .answer-question-main__item.is-active .aq-main__item__top .aq-main__item__title{
    color: #8E9BA9;
}
.modal .modal-dialog .form-wrapper.form-wide .form-bottom .politic-wrap p,
.modal .modal-dialog .form-wrapper.form-wide .form-bottom .politic-wrap a {
    color: #8E9BA9;
}
.input-file-container {
    position: relative;
} 
.input-file-trigger {
    display: inline-flex;
    align-items: center;
    width: 200px;
    justify-content: center;
    padding: 8px 28px;
    background: #FFFFFF;
    border: 1px solid #8E9BA9;
    color: #445669;
    font-size: 1em;
    line-height: 16px;
    transition: all .4s;
    cursor: pointer;
}
body .form-wrapper.form-wide .form-control-wrapper input.input-file {
    position: absolute;
    top: 17px;
    left: 0;
    opacity: 0;
    cursor: pointer;
    width: 200px;
    height: 32px;
    padding-bottom: 0;
}
.input-file:hover + .input-file-trigger,
.input-file:focus + .input-file-trigger,
.input-file-trigger:hover,
.input-file-trigger:focus {
    background: #445669;
    color: #ffffff;
}
.file-return {
    margin: 0;
    display: inline-block;
    font-size: 1em;
    color: #8E9BA9;
}
.file-return:not(:empty) {
    margin: 1em 0;
    margin-left: 12px;
}
.mb-block-main.news-detail {
    margin-bottom: 3.5rem;
}
main .main-container {
    margin-bottom: 1.5rem;
}
.answer-question-container .answer-question-main-wrapper .answer-question-main__item ol li ul li:before {
    content: '';
}
main ol li ul li:before {
    content: '';
    position: absolute;
    left: 16px;
}
main ol li ul li {
    counter-increment: none;
}
.mb-block-main.mb-15{
    margin-bottom: 1.5em;
}
@media all and (max-width: 1359px){
    .page-fixed-elements{display:none}
}

@media all and (max-width: 1023px)
{
    .city-list__wrapper>.city-list__current{display:none!important;}
    .city-list--1 .city-list__wrapper .city-list__content{display:none}
}


@media all and (max-width: 1023px) {
    .company-cards .company-cards__item-wrap img{
        height: 100% !important;
    }
}

.-btn-no-link{
    cursor: default !important;    
}

.menu-container .menu-list .menu-list__inner {
    text-align: left;
}
.mt-block-main {
    margin-top: 5.5rem
}

.mb-block-main--project{
    margin-bottom: 5.5rem;
}
@media all and (max-width: 1023px) {
    .mt-block-main {
        margin-top: 3rem
    }

    .mb-block-main--project {
        margin-bottom: 3rem;
    }

    .fix-frame-title{
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
    body .menu-container .menu-list .menu__list-wrap:last-child .menu-level--1>.menu__list-children {
        width: auto;
        left: -36px;
    }
    body .menu-container .menu-list {
        display: flex;
        justify-content: space-between;
    }
}

header .menu-container .menu-list .menu-level--1>.menu__list-children .menu__list-wrap:first-child>.has-children>.menu__list-children{
    top: -20px !important;
}

.detail-image-container{
    text-align: center;
}

.detail-image-container .detail-image-wrap {
    display: inline-block;
}

/* main .tab-pane p {
    display: inline-block;
} */


.popup_block_hover--wrapper{
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
}

.popup_block_hover--wrapper .popup_block_hover {
    position: relative;
    display: inline-block;
}

.popup_block_hover--wrapper .popup_block_hover .popup_block_hover__content {
    position: absolute;
    width: auto;
    height: auto;
    width: 415px;
    max-width: calc(100vw - 32px);
    padding: 8px 16px;
    background: #fff;
    filter: drop-shadow(0px 4px 14px rgba(157, 176, 196, 0.25));
    transition: all .15s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.popup_block_hover--wrapper .popup_block_hover .popup_block_hover__title {
    display: inline;
    color: #8E9BA9;
    border-bottom: 1px dashed;
    transition: all .15s ease-in-out;
    cursor: pointer;
}

.popup_block_hover--wrapper .popup_block_hover .popup_block_hover__title:hover{
    color: #F16664;
}

.popup_block_hover--wrapper .popup_block_hover .popup_block_hover__title:hover+.popup_block_hover__content {
    visibility: visible;
    opacity: 1;
}


.popup_block_hover--wrapper .popup_block_hover .popup_block_hover__content.popup_block_hover__content-side--left{
    right: 0;
    top: 0;
    transform: translate(calc(100% + 24px), -10px);
}

@media all and (max-width: 1023px){
    .popup_block_hover--wrapper .popup_block_hover .popup_block_hover__content.popup_block_hover__content-side--left {
        left: 0;
        right: auto;
        top: auto;
        bottom: 0;
        transform: translate(0, calc(100% + 16px));
    }
}

.popup_block_hover--wrapper .popup_block_hover .popup_block_hover__content.popup_block_hover__content-side--left:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #ffffff transparent transparent;
}

@media all and (max-width: 1023px) {
    .popup_block_hover--wrapper .popup_block_hover .popup_block_hover__content.popup_block_hover__content-side--left:before {
        left: 20px;
        top: -8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent #ffffff transparent;
    }
}

.popup_block_hover--wrapper .popup_block_hover .popup_block_hover__content img {
    max-width: 100%;
    height: auto;
}

.map-pin {
    cursor: pointer;
}

.aq-main__item__body .like-h1,
.aq-main__item__body .like-h2,
.aq-main__item__body .like-h3,
.aq-main__item__body .like-h4,
.aq-main__item__body .like-h5,
.aq-main__item__body .like-h6
{
    color: #F16664;
}
.aq-main__item__body h1,
.aq-main__item__body h2,
.aq-main__item__body h3,
.aq-main__item__body h4,
.aq-main__item__body h5,
.aq-main__item__body h6
{
    color: #F16664;
}
.aq-main__item__body * {
    color: #445669;
}

.novosti .news-main-wrapper .news-main__item--image-wrap .news-main__item--image {
    background-color: rgba(196,196,196,0.5);
    background-blend-mode: hue;
    transition: 0.3s;
}
.novosti .news-main-wrapper .news-item:hover .news-main__item--image-wrap .news-main__item--image,
.novosti .news-main-wrapper .news-main__item--image-wrap .news-main__item--image.no-image {
    background-color: initial;
    background-blend-mode: normal;
}
.novosti .swiper-slide .swiper--popular__item--bg {
    transition: 0.3s;
}
.novosti .swiper-slide:hover .swiper--popular__item--bg {
    opacity: 1;
}
.input-file-trigger {
    border-radius: 6px;
}
main .main-container.container {
    margin-bottom: 5.5rem;
}
body .btn {
    font-size: 14px;
}
.menu-container .menu-list .menu__list-children, 
.menu-container .menu-list .menu-list__inner {
    border-radius: 0px 6px 6px 0px;
}
main .swiper--popular .swiper--popular__item--bg .swiper--popular__item--bg__main {
    background-size: cover !important;
}
.form-wrapper.form-wide {
    border-radius: 6px;
}

.clamp--first-paragraph.clamp--is-active ol:not(:first-child) {
    display: none;
}
.clamp--first-paragraph.clamp--is-active h1:not(:first-child),
.clamp--first-paragraph.clamp--is-active h2:not(:first-child),
.clamp--first-paragraph.clamp--is-active h3:not(:first-child),
.clamp--first-paragraph.clamp--is-active h4:not(:first-child),
.clamp--first-paragraph.clamp--is-active h5:not(:first-child),
.clamp--first-paragraph.clamp--is-active h6:not(:first-child) {
    display: none;
}
.menu-container .menu-list>li.menu__list-wrap {
    margin-right: 5px;
    margin-left: 5px;
}
.history-slide__content__img::before {
    display: none;
}

@media all and (min-width: 1023px) {
    .internet-magazin-container {
	width: 200%;
	margin-left: -50%;
    }
}
.detail-image-container-im ul li::before {
    display: none;
}
.detail-image-container-im ul {
    display: flex;
    margin-bottom: 32px;
}
.detail-image-container-im ul li {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    flex-basis: 0;
    flex: 1 1 0px;
    font-size: 16px;
    line-height: 20px;
}
.detail-image-container-im li img{
    max-width: fit-content;
    margin-bottom: 16px;
}
.detail-image-wrap-im {
    position: absolute;
    top: 80px;
    right: 38px;
    max-width: 567px;
    text-align: left;
}
.detail-image-wrap-im .btn-wrapper {
    line-height: 14px;
}
.detail-image-wrap-im .detail-image-wrap {
    position: relative;
}
.detail-image-wrap-im-header {
    font-size: 32px;
    line-height: 48px;
}
.detail-image-container-im .detail-image-wrap-im-small {
    display: none;
}
@media all and (max-width: 1023px) {
    .detail-image-wrap-im ul {
        margin-bottom: 1vw;
    }
    .detail-image-wrap-im {
        max-width: 100%;
        padding: 20px;
        top: 0;
        right: 0;
    }
    .detail-image-wrap-im .btn-wrapper {
        text-align: center;
     }
    .detail-image-container-im li img {
        width: 7vw;
     }
     .detail-image-container-im li span {   
        font-size: 2.5vw;
        line-height: 3vw;
     }
    .detail-image-wrap-im-header {
	font-size: 3.5vw;
        line-height: 4vw;
        margin-bottom: 3vw;
    }
    .detail-image-container-im .detail-image-wrap-im-big {
        display: none;
    }
    .detail-image-container-im .detail-image-wrap-im-small {
        display: inline;
    }
}
@media all and (max-width: 576px) {
    .detail-image-wrap-im ul {
        margin-bottom: 0;
    }
    .detail-image-wrap-im-header {
        margin-bottom: 5px;
    }
    .detail-image-wrap-im {
        padding-top: 5px;
    }
}
.news-main__item--substrate {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(48 69 90 / 30%);
}
.news-main__item--image-wrap:hover .news-main__item--substrate {
    background-color: transparent;
}