/*! Common styles */

body {
    font-family: 'HelveticaNeueCyr', serif;
    font-weight: 300;
    color: #555555;
}

body.modal-open {
    overflow: hidden;
}

main {
    padding-top: 188px;
}

@media (max-width: 767px) {
    main {
        padding-top: 64px;
    }

}

.container {
    max-width: calc(1440px + 2 * 15px);
    margin: 0 auto;
    padding: 0 15px;
}

.dnone {
    display: none !important;
}


.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    font-size: 18px;
    line-height: 167%;
    text-align: center;
    border-radius: 30px;
    width: 280px;
    padding: 10px 15px;
    box-shadow: 0 0 10px 0 rgba(39, 56, 149, 0.15), 0 0 3px 0 rgba(16, 26, 82, 0.15);
}

@media screen and (max-width: 768px) {
    .btn {

        font-size: 16px;
    }
}

@media screen and (max-width: 425px) {
    .btn {
        width: 100%;
        font-size: 14px;
    }
}

.btn:hover {
    cursor: pointer;
}

.btn-white {
    color: #273895;
    background-color: #fff;
    transition: 0.3s;
}

.btn-white:hover {
    color: #283EBA;
}


.btn-blue {
    background-color: #273895;
    color: #fff;
    transition: 0.3s;
}

.btn-blue:hover {
    background-color: #283EBA;
}

.optimed-title {
    font-family: 'FunCityLevel2Basic', serif;
    font-weight: normal;
    color: #323232;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: -0.2em;
}

.optimed-text {
    font-family: 'FunCityLevel2Basic', serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 125%;
    color: #323232;
    letter-spacing: -0.2em;
}

.round-shadow {
    background: #FFFFFF;
    box-shadow: 0 0 3px rgba(16, 26, 82, 0.15), 0 0 10px rgba(39, 56, 149, 0.15);
    border-radius: 20px;
}

.title26 {
    font-weight: bold;
    font-size: 26px;
    line-height: 123%;
    color: #555555;
    letter-spacing: 0.03em;
}

.title20 {
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    color: #555555;
    letter-spacing: 0.03em;
}

.text18 {
    font-size: 18px;
    line-height: 167%;
    color: #555555;
    letter-spacing: 0.04em;
}

.text18-h {
    font-weight: bold;
    font-size: 18px;
    line-height: 167%;
    color: #555555;
    letter-spacing: 0.03em;
}

.blue {
    color: #273895;
}

.text16 {
    font-size: 16px;
    line-height: 162%;
    color: #555555;
    letter-spacing: 0.04em;
}

.text16-h {
    font-size: 16px;
    line-height: 162%;
    color: #555555;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.margin120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.margin60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mb120 {
    margin-bottom: 120px;
}

.separator {
    background: #DDDDDD;
    width: 100%;
    height: 1px;
}


@media screen and (max-width: 1200px) {
    .optimed-title {
        font-size: 42px;
    }
}

@media screen and (max-width: 992px) {
    .optimed-title {
        font-size: 36px;
    }

    .title26 {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    .optimed-title {
        font-size: 26px;
    }

    .title26 {
        font-size: 20px;
    }

    .title20 {
        font-size: 18px;
    }

    .text18 {
        font-size: 16px;
    }

    .text18-h {
        font-size: 16px;
    }

    .text16 {
        font-size: 14px;
    }

    .text16-h {
        font-size: 14px;
    }

    .margin120 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mb120 {
        margin-bottom: 60px;
    }

    .margin60 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .footer-main__title.footer-top__text.bvi-open:after {
        display: none;
    }
}


@media screen and (max-width: 425px) {
    .optimed-title {
        font-size: 20px;
    }

    .title26 {
        font-size: 18px;
    }

    .title20 {
        font-size: 16px;
    }

    .text18 {
        font-size: 14px;
    }

    .text18-h {
        font-size: 14px;
    }

    .margin120 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .mb120 {
        margin-bottom: 40px;
    }

    .margin60 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .header-top__city {
        text-align: end;
    }

}


/*! Header *---------------------------------------------------------*/

header {
    z-index: 15;
}

.header {
    box-shadow: 0 0 3px rgba(16, 26, 82, 0.15),
        0 0 10px rgba(39, 56, 149, 0.15);
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.header-mob,
.menu-mob {
    display: none;
}

.header-top {
    background: #F2F2F2;
}

.header-top__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
}

.header-top__city {
    display: flex;
    width: 104px;
    white-space: nowrap;
}

.header-top__option {
    font-weight: bold;
    color: #273895;
    margin-left: 5px;
}

.header-top__social {
    display: flex;
    gap: 33px
}

.header-top__icons {
    display: flex;
}

.header-top__icons-link {
    margin-left: 28px;
}

.header-top__icons-link:hover {
    color: #273895;
    transition: 0.3s;
}

.header-main {
    height: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__menu {
    width: 770px;
}

.header-main .menu__item {
    transition: 0.3s;
}

.header-main .menu__item:hover {
    opacity: 0.5;
}

.menu {
    display: flex;
    justify-content: space-between;
    margin-right: 15px;
    margin-left: 15px;
}


.header-main__text {
    width: 208px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.header-main__phone {
    color: #273895;
    transition: 0.3s;
}

.header-main__phone:hover {
    opacity: 0.5;
}


.header-main__order {
    margin-top: 4px;
    color: #273895;
    cursor: pointer;
    position: relative;
    width: max-content;
    transition: 0.3s;
}

.header-main__order:hover {
    opacity: 0.5;
}

@media (max-width: 1199px) {
    .header-main__phone {
        font-size: 20px;
    }

    .header-main__info {
        font-size: 14px;
    }

}

@media (max-width: 991px) {
    .header__menu {
        font-size: 14px;
    }

    .header-main__text {
        max-width: 132px;
    }

    .header__logo {
        width: 80px;
    }

    .header-main__phone {
        font-size: 14px;
    }

    .header-main__order {
        font-size: 14px;
    }

}

@media (max-width: 767px) {

    .header-top {
        display: block;
    }

    .header-main {
        display: none;
    }

    .header-mob {
        position: relative;
        z-index: 15;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        height: 64px;
    }

    .header-mob__logo img {
        height: 44px;
    }

    .header-top__city {
        width: auto;
    }

    .header-top__social {
        margin-left: auto;
    }

    .menu-mob {
        display: flex;
        flex-direction: column;
        transform: translateY(-240vh);
        transition: 0.7s;
        background: #fff;
        padding-top: 30px;
        padding-bottom: 38px;
        box-shadow: 0 0 3px rgb(16 26 82 / 15%), 0 0 10px rgb(39 56 149 / 15%);
        position: fixed;
        width: 100%;
    }

    .menu-visible {
        transform: translateY(0);
        z-index: 12;
        top: 64px;
        transition: 0.7s;
        overflow-y: auto;
        max-height: 93%;
    }

    .menu-visible::-webkit-scrollbar {
        display: none;
    }

    .mobile-menu li {
        margin-bottom: 20px;
    }

    .mobile-menu li .submenu {
        margin-top: 20px;
        margin-left: 20px;
    }

    .opened-menu {
        color: #273895;
    }

    .opened-menu:after {
        transform: rotate(180deg);

    }

    .menu-mob .menu {
        display: flex;
        flex-direction: column;
    }

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

    .mobile-header__wrapper .header-top__icons {
        display: flex;
        flex-direction: column;
        text-align: right;
    }

    .header-select__head.text18 {
        position: relative;
    }

    .header-select__list {
        right: 30px;
    }

    .header-select__list .header-select__item:first-child {
        border: none;
    }

}

@media screen and (max-width: 375px) {
    .optimed-title {
        font-size: 18px;
    }
}


/*! Footer */

.footer {
    background: #273895;
    color: #fff;
}

.footer__wrapper {
    padding-top: 120px;
    padding-bottom: 60px;
}

.footer-top,
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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


.logo__img {
    width: 100%;
}

.footer__logo {
    margin-right: 10px;
}

.footer__social {
    display: flex;
    gap: 20px;
    margin-right: 15px;
    margin-left: 15px;
}

.footer__attention {
    font-size: 18px;
    font-family: 'HelveticaNeueCyr', serif;
    font-weight: 300;
    text-transform: uppercase;
    }

.sep {
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    margin-top: 60px;
    margin-bottom: 60px;
}

.footer-main {
    flex-wrap: wrap;
}

.footer-main a {
    transition: 0.3s;
}

.footer-main a:hover {
    opacity: 0.5;
}

.footer-main__item {
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 167%;
}

.footer-main__title {
    letter-spacing: 0.04em;
    margin-bottom: 6px;
}

.footer-main__item:last-child {
    margin-top: 35px;
}

.footer-main__link {
    font-weight: bold;
}

.footer-top__text {
    margin-bottom: 0;
    display: flex;
}

.footer-main__title.footer-top__text.bvi-open {
    font-weight: bold;
    position: relative;
    margin-right: 35px;
    transition: all 0.3s;
}

.footer-main__title.footer-top__text.bvi-open:hover {
    opacity: 0.5;
    transition: all 0.3s;
}

.footer-main__title.footer-top__text.bvi-open:after {
    content: '';
    position: absolute;
    top: -4px;
    right: -31px;
    height: 20px;
    width: 20px;
    background: url(/local/templates/optimed-val_copy/css/../images/icons/footer-eye.svg) 50% no-repeat;
    background-size: contain;
}


.footer-contacts__title {
    margin-bottom: 4px;
}

.footer-contacts__icons {
    display: flex;
}

.footer-social {
    margin-right: 20px;
}

.footer-bottom__text {
    line-height: 167%;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__logo-IR {
    margin-left: 15px;
}

.footer__logo-IR img {
    margin-top: 20px;
    width: 100%;
}

.footer-main__logo-IR {
    display: none;
    text-align: center;
}

.footer-mshow {
    display: none;
}

@media screen and (max-width: 1099px) {
    .footer-main__item {
        flex: 1 1 48%;
        margin-bottom: 40px;
    }

    .footer-main {
        margin-bottom: -40px;
    }

    .footer-main__title {
        width: 160px;
    }
}

@media screen and (max-width: 767px) {
    .footer-main__item {
        margin-bottom: 30px;
    }

   .footer__logo-IR {
        display: none;
    }

    .footer-main__logo-IR {
        display: block;
    } 

    .footer-mshow {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }


    .footer__wrapper {
        padding-top: 60px;
    }

    .footer-main__item {
        font-size: 15px;
    }

    .footer-bottom {
        justify-content: center;
    }

    .footer-bottom__text {
        text-align: center;
    }


    .sep {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .footer-top__text {
        text-align: right;
        max-width: 160px;
    }

    .footer-main__title.footer-top__text.bvi-open {
        display: none;
    }

    .footer-main {
        display: none;
    }

    footer .sep {
        opacity: 0.2;
    }
}

@media screen and (max-width: 574px) {

    .sep {
        margin-top: 20px;
        margin-bottom: 20px;
    }


    .footer__wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer-main__title {
        margin-bottom: 20px;
    }

    .footer-top {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .footer-top__text {
        text-align: center;
        max-width: none;
    }

    .footer__logo,
    .footer__social {
        margin-bottom: 15px;
    }

    .footer-main__item {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }

    .footer-main__item:last-child {
        margin-top: 0;
        padding-bottom: 20px;
    }

    .footer-main__title {
        margin-bottom: 15px;
    }

    .footer-bottom__text {
        font-size: 14px;
    }

    .footer-main__item {
        font-size: 14px;
    }

    .footer .btn {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 374px) {

    .footer-bottom__text {
        font-size: 12px;
    }

    .header-select__head.text18 {
        font-size: 12px;
        line-height: 210%;
    }

}


/* ARROW UP */

.arrow-up {
    background: url('../images/icons/up-arrow.svg') no-repeat;
    display: none;
    width: 72px;
    height: 72px;
    content: '';
    transition: all 1s;
    position: fixed;
    right: 30px;
    bottom: 60px;
    cursor: pointer;
    z-index: 10;
    background-size: contain;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
}

.arrow-up-content {
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    width: 64px;
    height: 64px;
    position: fixed;
    right: 34px;
    bottom: 64px;
    transition: all 1s;
}

.circle-wrapper {
    position: relative;
    width: 76px;
    height: 76px;
    float: left;
    margin: -3px;
    transition: all 1s;
}

.circle {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 2.5px;
    transition: all 1s;
    background-clip: content-box;
    animation: spin 3s infinite;
}

.circle-wrapper:hover .circle {
    animation: spin 1s linear infinite;
    transition: all 1s;
}

.success {
    border: 2.5px #273895;
    border-style: none double;
    transition: all 1s;
}


@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}


@media screen and (max-width: 768px) {
    .arrow-up {
        width: 42px;
        height: 42px;
    }

    .arrow-up-content {
        width: 36px;
        height: 36px;
        right: 33px;
        bottom: 63px;
    }

    .circle-wrapper {
        width: 46px;
        height: 46px;
    }

}

/*   FOS   */

.fos-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.301);
    z-index: 100;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    transition: 1s;
    border-radius: 20px;
    box-shadow: 0px 0px 3px rgba(16, 26, 82, 0.15), 0px 0px 10px rgba(39, 56, 149, 0.15);
}

.fos-popup-visible {
    display: flex;
}

.fos-form {
    background: #FFFFFF;
    padding: 60px;
    max-width: 600px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 525px) {
    .fos-form {
        padding: 30px;
    }

    .fos-text {
        font-size: 14px;
        margin: 0;
    }

    .fos-close {
        right: 24px;
        top: 32px;
    }
}

.fos-close {
    position: absolute;
    right: 36px;
    top: 36px;
    color: #555555;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.fos-block_title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #323232;
    margin-bottom: 40px;
}

.fos-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #555555;
}

.fos-text .polit {
    font-size: 16px;
    line-height: 20px;
    color: #273EBA;
}

.fos-name,
.fos-number {
    border: 1px solid #DDDDDD;
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 135%;
    padding: 20px;
    margin-bottom: 20px;
    color: #333333;
    border-radius: 30px;
}

.fos-name::placeholder,
.fos-number::placeholder {
    font-size: 18px;
    line-height: 21px;
    color: #555555;
}


.fos-btn {
    margin-top: 32px;
    font-size: 18px;
    line-height: 167%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    background: #273895;
    padding: 15px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #273895;
    text-align: center;
    border-radius: 30px;
    max-width: 280px;
    width: 100%;
}

.fos-btn:hover {
    background: #FFFFFF;
    color: #273895;
}

.fos-popup .fos-btn:hover {
    color: #273895;
    background: #ffffff;
}

.fos-message {
    color: #333333;
    padding: 10px;
    background: #fff;
    font-size: 16px;
}


.nav-toggle {
    position: relative;
    cursor: pointer;
}

.nav-toggle:focus {
    outline: none;
}

.nav-toggle:focus {
    outline-width: 0;
}

.menu-burger {
    position: absolute;
    top: 5px;
    left: 0;
    background-color: #FFFFFF;
    height: 50px;
    width: 50px;
    cursor: pointer;
    transition: 0.5s;
    z-index: 9999;
}

.menu-burger span {
    position: absolute;
    height: 2px;
    width: 22px;
    background: #273895;
    border-radius: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
}

.menu-burger span:before {
    content: '';
    position: absolute;
    top: -6px;
    height: 2px;
    width: 11px;
    background: #273895;
    border-radius: 2px;
    transition: 0.5s;
}

.menu-burger span:after {
    content: '';
    position: absolute;
    top: 6px;
    background: #273895;
    border-radius: 2px;
    height: 2px;
    width: 22px;
    transition: 0.5s;
}

.menu-burger.opened span {
    background-color: transparent;
}

.menu-burger.opened span:before {
    transform: rotate(45deg);
    width: 22px;
    top: 0;
}

.menu-burger.opened span:after {
    transform: rotate(-45deg);
    top: 0;
}


/* Polit */

.polit:hover {
    cursor: pointer;
}

.polit-popup {
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.301);
    z-index: 100;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    overflow: hidden;
}

.polit-block {
    max-width: 1440px;
    background: #fff;
    overflow-y: auto;
    height: 100%;
    position: relative;
    padding-bottom: 30px;
}

.polit-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #000;
    transition: 0.3s;
}

.polit-close:hover {
    opacity: 0.5;
}


.polit-popup__content {
    padding: 5%;
    padding-top: 60px;
    height: 100%;
    overflow-y: auto;
}

.polit-popup__title {
    margin-bottom: 20px;
    font-size: 25px;
    text-align: center;
}

.polit {
    text-decoration: underline;
}

.polit-popup__text {
    line-height: 125%;
}

.polit-popup__text p {
    margin-bottom: 10px;
}

.polit-popup__text a {
    text-decoration: underline;
}

.polit-popup__text a:hover {
    color: #273895;
}

/* SELECT CITY */

.header-select {
    position: relative;
    display: block;
}

.header-select__head {
    cursor: pointer;
    color: #273895;
    font-weight: bold;
    position: absolute;
}

.header-select__list {
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    z-index: 100;
    font-size: 14px;

}

.header-select__list .header-select__item {
    position: relative;
    border-top: 1px solid rgba(221, 221, 221, 0.5);
    padding: 10px 25px;
    cursor: pointer;
}


/* BREADCRUMBS */

.breadcrumbs.container {
    margin: 40px auto;
}

.breadcrumbs.text18 {
    color: #555555;
    display: flex;
    flex-wrap: wrap;
    line-height: 150%;
}

.bx-breadcrumb-item {
    display: flex;
}

.breadcrumb-link:hover {
    transition: all 0.3s;
    color: #273895;
}

.breadcrumb-link {
    transition: all 0.3s;
}

.arrow-breadcrumbs {
    height: 24px;
    width: 24px;
    background: url(../images/icons/breadcrumbs_arrow.svg) no-repeat;
    background-size: contain;
    margin: 0 15px;
    display: inline-block;
}


@media screen and (max-width: 768px) {
    .arrow-breadcrumbs {
        margin: 0 10px;
        height: 20px;
        width: 20px;
    }

    .breadcrumbs.text18 {
        color: #555555;
        display: flex;
        word-break: break-all;
        line-height: 120%;
    }

    .breadcrumbs.container {
        margin: 30px auto;
    }

}

@media screen and (max-width: 425px) {
    .arrow-breadcrumbs {
        margin: 0 5px;
        height: 16px;
        width: 16px;
    }

    .breadcrumbs.container {
        margin: 20px auto;
    }
}

/* SHOW ALL BUTTON */


.showall {
    color: #273895;
    font-weight: bold;
    transition: all 0.3s;
    line-height: 167%;
    letter-spacing: 0.03em;
    position: relative;
}

.showall:hover {
    opacity: 0.8;
    transition: all 0.3s;
}


.showall:before,
.header-main__order:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 2px;
    height: 24px;
    width: 24px;
    background: url(../images/icons/fi_arrow-up-left.svg) 50% no-repeat;
    background-size: contain;
}

@media screen and (max-width: 425px) {
    .showall {
        font-size: 14px;
    }

    .showall:before,
    .header-main__order:before {
        left: -20px;
        top: 2px;
        height: 20px;
        width: 20px;
    }
}


.btn-showall {
    font-size: 18px;
    font-weight: bold;
}

/* MOBILE HEADER MENU ACCORDIONE */


.mob-accordion {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.mob-accordion__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
}

.mob-accordion__hide {
    display: flex;
    flex-direction: column;
    padding: 10px 25px;
    gap: 8px;
}

.mob-accordion__main:hover {
    cursor: pointer;
}

.mob-accordion__title {
    transition: 0.3s;
}

.mob-accordion__title:hover {
    color: #273895;
}

.mob-accordion__btn {
    margin-left: 15px;
}

.mob-accordion__item.title20 {
    color: #323232;
    line-height: 135%;
}

.mob-accordion__hide-link:hover {
    color: #273895;
}

/* MOBILE HEADER MENU */

.mob-link__bvi {
    color: #273895;
    position: relative;
}

.mob-link__bvi::after {
    content: url(../images/icons/arrow-eye.svg);
    right: 0;
    position: absolute;
    top: 3px;

}

.mob-btn {
    margin-top: 40px;
}

.mob__poisk {
    min-height: 60px;
    border-radius: 30px;
    width: 280px;
    margin-bottom: 30px;
    padding: 10px 15px 10px 45px;
    color: #323232;
    font-weight: bold;
    background: #EEEEEE;
}

.container-mob__poisk {
    position: relative;
}

.container-mob__poisk::before {
    content: url(../images/icons/u_search.svg);
    position: absolute;
    top: 18px;
    left: 16px;
}

.mob__poisk::placeholder {
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.04em;
    color: #555555;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .mob__poisk {

        font-size: 16px;
    }
}

@media screen and (max-width: 375px) {
    .mob__poisk {
        width: 100%;
        font-size: 14px;
    }
}

/* LOGO HOVERS */

.header-svg path {
    fill: inherit;
    stroke: inherit;
    stroke-width: inherit;

}

.footer-social-logo path {
    fill: inherit;
    stroke: inherit;
    stroke-width: inherit;

}

.header-svg {
    transition: all .2s ease;
}

.header-svg:hover {
    fill: #273895;
}

.footer-social-logo {
    transition: all .2s ease;
}

.footer-social-logo:hover {
    fill: #555555;
}



/* QUE-FOS */


.que-fos-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.301);
    z-index: 100;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    transition: 1s;
    border-radius: 20px;
    box-shadow: 0px 0px 3px rgba(16, 26, 82, 0.15), 0px 0px 10px rgba(39, 56, 149, 0.15);
}

.que-fos-popup-visible {
    display: flex;
}

.que-fos-form {
    background: #FFFFFF;
    padding: 60px;
    max-width: 600px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 525px) {
    .que-fos-form {
        padding: 30px;
    }

    .que-fos-text {
        font-size: 14px;
        margin: 0;
    }

    .que-fos-close {
        right: 24px;
        top: 32px;
    }
}

.que-fos-close {
    position: absolute;
    right: 36px;
    top: 36px;
    color: #555555;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.que-fos-block_title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #323232;
    margin-bottom: 40px;
}

.que-fos-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #555555;
}

.que-fos-text .polit {
    font-size: 16px;
    line-height: 20px;
    color: #273EBA;
}

.que-fos-name,
.que-fos-number {
    border: 1px solid #DDDDDD;
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 135%;
    padding: 20px;
    margin-bottom: 20px;
    color: #333333;
    border-radius: 30px;
}

.que-fos-name::placeholder,
.que-fos-answer::placeholder,
.que-fos-number::placeholder {
    font-size: 18px;
    line-height: 21px;
    color: #555555;
}

.que-fos-answer {
    border: 1px solid #DDDDDD;
    width: 100%;
    height: 150px;
    font-size: 18px;
    line-height: 135%;
    padding: 20px;
    margin-bottom: 20px;
    color: #333333;
    border-radius: 30px;
    resize: none;
}


.que-fos-btn {
    margin-top: 32px;
    font-size: 18px;
    line-height: 167%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    background: #273895;
    padding: 15px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #273895;
    text-align: center;
    border-radius: 30px;
    max-width: 280px;
    width: 100%;
}

.que-fos-btn:hover {
    background: #FFFFFF;
    color: #273895;
}

.que-fos-popup .que-fos-btn:hover {
    color: #273895;
    background: #ffffff;
}

.que-fos-message {
    color: #333333;
    padding: 10px;
    background: #fff;
    font-size: 16px;
}