.header-first {
    height: 54px;
}
.question {
    margin-right: 50px;
}
.line {
    box-shadow: 0px 1px 0px #E5E5E5;
}

.btn:disabled {
    background: #CCCCCC;
    border-color: #CCCCCC;
    color: #7F7F7F;
}

.section__mission h2 span:after {
    background-image: url(/local/templates/kr/assets/public/imgs/h2-b.png);
}

.section__mission {
    background-image: url(/local/templates/kr/assets/public/imgs/mm-1.png),
    url(/local/templates/kr/assets/public/imgs/mm-3.png),
    url(/local/templates/kr/assets/public/imgs/mm-2.png);"
}
@media (max-width: 1199.98px) {
    .section__mission {
        background-image: url(/local/templates/kr/assets/public/imgs/mm-1.png), url(/local/templates/kr/assets/public/imgs/mm-2.png);
    }
}


/*фикс fancybox для iphone*/
@media (max-width: 560px) {
    body .fancybox-container.fancybox-filters .fancybox-slide {
        padding-top: 530px;
        padding-bottom: 200px;
    }
    body .fancybox-container .fancybox-slide .popup{
        margin-top: 60px;
    }
    body .fancybox-container .fancybox-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.popup.map-size {
    width: 1024px;
    height: 680px; }
@media screen and (max-width: 1024px) {
    .popup.map-size {
        width: 800px;
        height: 600px; } }
@media screen and (max-width: 768px) {
    .popup.map-size {
        width: 650px;
        height: 500px } }
@media screen and (max-width: 425px) {
    .popup.map-size {
        width: 100%;
        height: 100% } }

.section.section--about .section__title {
    font-size: 50px;
}

.information-sign {
    position: relative;
    padding: 6px;
    padding-left: 9px;
    width: 25px;
    height: 25px;
    color: #11998b;
    background-color: #e1f2f1;
    border-radius: 50px;
}

.information-sign:hover .information-text,
.information-sign:active .information-text {
    display: block;
}
.information-text {
    color: black;
    background-color: white;
    display: none;
    position: absolute;
    left: 10px;
    z-index: 10;
    padding: 15px;
    border: 2px solid #11998b;
    border-radius: 10px;
    width: 450px;
}

.zoom-text {
    font-size: 20px;
    font-weight: normal;
}