    /*Стиль для скрипта, блокирующего прокрутку страницы под формой на Safari*/
.scroll-locked {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*Стиль для скрипта, блокирующего прокрутку страницы под формой на Safari*/

    .popup-answer-f {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, .5);
        margin: auto;
        overflow: auto;
        z-index: 9999;
    }
    .popup-answer-f__inner {
        width: 720px;
        background: url(/public/img/new_header/form-find-numbers-scroll-subscription.jpg) center no-repeat;
        background-size: cover;
        box-shadow: 0 0 20px 7px hsla(0, 0%, 0%, .35);
        position: relative;
        margin: 5% auto 0;
        overflow: auto;
        z-index: 10000;
        padding: 60px 67px 72px;
        border-radius: 2px;
    }
    @media screen and (max-width: 820px) {
        .popup-answer-f__inner {
            width: 720px;
            padding: 88px 90px 58px;
        }
    }
    @media screen and (max-width: 720px) {
        .popup-answer-f__inner {
            width: 94%;
            padding: 38px 70px 68px;
        }
    }
    @media screen and (max-width: 480px) {
        .popup-answer-f__inner {
            width: 94%;
            padding: 68px 40px;
        }
    }
    .popup-answer-f__title {
        font-family: 'robotomedium', sans-serif;
        font-size: 40px;
        color: #223544;
        text-align: center;
        margin-bottom: 23px;
        margin-top: 0px;
    }
    @media screen and (max-width: 480px) {
        .popup-answer-f__title {
            font-size: 36px;
        }
    }
    .popup-answer-f__text {
        font-family: 'robotolight', sans-serif;
        font-size: 22px;
        color: #223544;
        text-align: center;
        line-height: 31px;
    }
    @media only screen and (min-width: 480px) {
        .popup-answer-f__text_desktop {
            display: block;
        }
        .popup-answer-f__text_mobile {
            display: none;
        }
    }
    @media only screen and (max-width: 480px) {
        .popup-answer-f__text_desktop {
            display: none;
        }
        .popup-answer-f__text_mobile {
            display: block;
        }
    }

    .popup-answer-f-download {
        display: block;
        width: 208px;
        font-family: 'robotolight', sans-serif;
        font-size: 16px;
        color: #223544;
        text-align: center;
        margin: 0 auto;
        margin-top: 39px;
        text-decoration: underline;
    }
    .popup-answer-f-download:hover, .popup-answer-f-download:focus, .popup-answer-f-download:visited {
        font-family: 'robotolight', sans-serif;
        font-size: 16px;
        color: #223544;
    }
    .popup-answer-f-download:before {
        content: url(/public/img/new_header/download_icon2.png);
        width: 16px;
        height: 19px;
        display: inline-block;
        margin-right: 7px;
    }
    @media screen and (max-width: 480px) {
        .popup-answer-f-download {
            font-size: 18px;
            margin-top: 24px;
        }
    }

    .popup-answer-f__bottom {
        margin-top: 40px;
        text-align: center;
    }
    @media screen and (max-width: 800px) {
        .popup-answer-f__bottom {
            width: 300px;
            margin-right: auto;
            margin-left: auto;
        }
    }
    @media screen and (max-width: 480px) {
        .popup-answer-f__bottom {
            margin-top: 28px;
        }
    }
    @media screen and (max-width: 404px) {
        .popup-answer-f__bottom {
            width: 100%;
        }
    }
    .popup-answer-f__input-wrap {
        width: 249px;
        display: inline-block;
        margin-right: 19px;
        font-size: 0;
    }
    @media screen and (max-width: 800px) {
        .popup-answer-f__input-wrap {
            width: 100%;
            margin-right: 0;
            margin-bottom: 30px;
        }
    }
    @media screen and (max-width: 480px) {
        .popup-answer-f__input-wrap {
            margin-bottom: 26px;
        }
    }
    .popup-answer-f__input {
        width: 100%;
        border: 1px solid #223544;
        border-radius: 2px;
        background-color: transparent !important;
        font-size: 16px;
        font-family: 'robotolight', sans-serif;
        color: #223544;
        line-height: 34px;
        padding-left: 10px;
    }
    .popup-answer-f__input::-webkit-input-placeholder {font-family: 'robotolight', sans-serif; color: #223544; font-size: 18px; background-color: transparent !important;}
    .popup-answer-f__input::-moz-placeholder {font-family: 'robotolight', sans-serif; color: #223544; font-size: 18px; background-color: transparent !important;}
    .popup-answer-f__input:-moz-placeholder {font-family: 'robotolight', sans-serif; color: #223544; font-size: 18px; background-color: transparent !important;}
    .popup-answer-f__input:-ms-input-placeholder {font-family: 'robotolight', sans-serif; color: #223544; font-size: 18px; background-color: transparent !important;}

    .popup-answer-f__submit-subscribe {
        width: 201px;
        line-height: 38px;
        background-color: #2a71b3;
        border-radius: 2px;
        outline: 0;
        border: 0;
        color: #fff;
        font-family: 'robotobold', sans-serif;
        font-weight: normal;
        padding: 0;
        font-size: 16px;
        cursor: pointer;
        letter-spacing: 0.6px;
    }
    @media screen and (max-width: 800px) {
        .popup-answer-f__submit-subscribe {
            width: 100%;
        }
    }
    .popup-answer-f__hide-btn {
        position: absolute;
        width: 18px;
        height: 18px;
        top: 10px;
        right: 10px;
        background: url(/public/img/new_header/cancel-form.png) center no-repeat;
        background-size: cover;
        cursor: pointer;
    }