/* Static styles extracted from active template include areas. */

/* Source: local/templates/ov_30/include_areas/index/first-screen.php */
.first-screen {
        position: relative;
        padding: 35px;
        margin-bottom: 84px;
        background: #F7F9FA;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .first-screen__wrapper {
        height: 462px;
        margin-bottom: 40px;
    }

    .first-screen__bg {
        position: absolute;
        max-width: 518px;
        left: auto;
        right: 0;
        height: 462px;
        z-index: 1;
        width: 100%;
    }

    .first-screen__bg--pc,
    .first-screen__bg--mob {
        height: 100%;
        width: 100%;
    }

    .first-screen__bg--mob {
        display: none;
    }

    .first-screen__bg img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .first-screen__title {
        font-size: 38px;
        font-weight: 700;
        line-height: normal;
        max-width: 840px;
        color: #000;
    }

    .first-screen__title span {
        font-weight: 700;
    }

    .first-screen__subtitle {
        font-weight: 400;
        font-size: 22px;
        line-height: 28px;
        color: #000;
        margin-top: 20px;
    }

    .first-screen__buttons {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 30px;
    }

    .first-screen__getkp {
        font-size: 17px;
        color: #fff;
        font-weight: 700;
        padding: 22px 26px;
        background: #C4000C;
        border: 1px solid transparent;
        cursor: pointer;
    }

    .first-screen__getkp:hover {
        color: #C4000C;
        background: #fff;
        border: 1px solid #C4000C;
    }

    .first-screen__getcatalog {
        font-size: 17px;
        font-weight: 700;
        color: #C4000C;
        background: #fff;
        padding: 22px 73px;
        cursor: pointer;
        border: 1px solid #C4000C;
    }

    .first-screen__getcatalog:hover {
        color: #fff;
        background: #C4000C;
    }

    .first-screen__advantages {
        margin-top: 40px;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .first-screen__advantages--item {
        display: flex;
        align-items: center;
    }

    .first-screen__advantages--item picture {
        max-height: 60px;
        max-width: 60px;
    }

    .first-screen__advantages--item span {
        color: #000;
        margin-left: 20px;
        line-height: normal;
    }

    @media (max-width: 1350px) {
        .first-screen__title {
            font-size: 30px;
            max-width: 655px;
        }
    }

    @media (max-width: 1200px) {
        .first-screen__wrapper {
            margin-bottom: 84px;
            height: 650px;
        }

        .first-screen {
            padding: 24px 12px;
            height: 430px;
            background-color: #F7F9FA;
            margin-bottom: 0;
        }

        .first-screen__bg {
            display: none;
        }

        .first-screen__title {
            font-size: 20px;
            line-height: 26px;
        }

        .first-screen__title:nth-child(2) {
            margin-top: 20px;
        }

        .first-screen__subtitle {
            font-size: 14px;
            line-height: 18px;
            margin-top: 16px;
        }

        .first-screen__buttons {
            margin-top: 16px;
            flex-direction: column;
            gap: 10px;
        }

        .first-screen__getkp,
        .first-screen__getcatalog {
            width: 100%;
            text-align: center;
            padding: 15px;
            font-size: 15px;
        }

        .first-screen__advantages {
            margin-top: 20px;
            flex-direction: column;
            align-items: flex-start;
            gap: 12px;
        }

        .first-screen__advantages--item picture {
            max-height: 40px;
            max-width: 40px;
        }

        .first-screen__advantages--item span {
            font-size: 14px;
            margin-left: 12px;
        }

        .first-screen__bg--pc {
            display: none;
        }

        .first-screen__bg--mob {
            display: block;
            max-height: 262px;
        }

        .first-screen__bg--mob img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .first-screen__advantages br {
            display: none;
        }
    }

/* Source: local/templates/ov_30/include_areas/gifts/forms/request.php */
.gifts-modal-trigger {
        background: radial-gradient(57.33% 57.33% at 73.27% 69.6%, #FFFFFF 0%, #D2D6D9 100%);
        border-radius: 50%;
        width: 150px;
        height: 150px;

        display: flex;
        align-items: center;
        justify-content: center;

        position: fixed;
        right: 24px;
        bottom: 24px;
        z-index: 2222;

        cursor: pointer;
        transition: .3s ease;
    }

    .gifts-modal-trigger img {
        width: 60%;
        height: 60%;
        object-fit: contain;
    }

    .gifts-modal-trigger:hover {
        transform: translateY(-10px);
    }

    .gifts-modal-wrapper {
        padding: 5% 16px;
        position: fixed;
        overflow-y: auto;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 0;
        z-index: -1;
        background-color: rgba(0,0,0,.4);
    }

    .gifts-modal-wrapper.opened {
        opacity: 1;
        z-index: 10000;
    }

    .gifts-modal-wrapper .gifts-modal {
        margin: 0 auto;
        width: 505px;
        background: #EBEEF0;
        box-shadow: 0px 0px 37px 6px rgba(0, 0, 0, 0.6);
        border-radius: 8px;
        padding: 30px 32px;
        position: relative;
    }

    @media screen and (max-width: 640px) {
        .gifts-modal-wrapper .gifts-modal {
            width: 100%;
        }
    }

    .gifts-modal-close {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 40px;
        width: 40px;
        cursor: pointer;
        transform: rotate(135deg);
    }

    .gifts-modal-close:after {
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;

        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        background: #0A1015;
    }

    .gifts-modal-close:before {
        content: "";
        display: block;
        position: absolute;
        width: 2px;
        height: 40px;

        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        background: #0A1015;
    }

    .gifts-modal-header .h4{
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 38px;
        color: #0A1015;
        padding-right: 40px;
        margin: 0;
    }

    @media screen and (max-width: 640px){
        .gifts-modal-header .h4{
            font-size: 20px;
            line-height: 32px;
        }
    }


    .gifts-modal-header > p {
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #636E79;
    }

    .gifts-modal-footer-right {
        margin-left: 58px;
    }

    @media screen and (max-width: 640px) {
        .gifts-modal-footer-right {
            margin-left: 0;
            margin-top: 32px;
            width: 100%;
            margin-bottom: 8px;
        }

        .gifts-modal .fbf_right.pr_privacy {
            width: 100%;
            max-width: none;
        }

        .gifts-modal .fbf_right.pr_privacy span {
            max-width: none;
        }
    }

    .gifts-modal-footer-right button{
        background: #c4000c;
        color: #ffffff;
        padding: 10px 27px;
        cursor: pointer;
        border: 2px solid #c4000c;
        font-weight: bold;
        font-size: 0.875em;
        outline: none;
        text-transform: uppercase;
        transition: .3s ease;
    }

    @media screen and (max-width: 640px) {
        .gifts-modal-footer-right button {
            width: 100%;
        }
    }


    .gifts-modal-footer-right button:disabled{
        opacity: .6;
        cursor: not-allowed;
    }

    .of_result_form {
        display: none;
    }

    .of_row.hidden,
    .of_footer.hidden {
        display: none;
    }

    .of_result_form {
        padding: 10px 0;
        font-size: 24px;
        font-weight: bold;
    }

    .of_result_form.showed {
        display: block;
    }

/* Source: local/templates/ov_30/include_areas/gifts/forms/test-drive.php */
.test-drive-image:hover {
        cursor: pointer;
    }

    .gifts-modal-trigger {
        background: radial-gradient(57.33% 57.33% at 73.27% 69.6%, #FFFFFF 0%, #D2D6D9 100%);
        border-radius: 50%;
        width: 150px;
        height: 150px;

        display: flex;
        align-items: center;
        justify-content: center;

        position: fixed;
        right: 24px;
        bottom: 24px;
        z-index: 2222;

        cursor: pointer;
        transition: .3s ease;
    }

    .gifts-modal-trigger img {
        width: 60%;
        height: 60%;
        object-fit: contain;
    }

    .gifts-modal-trigger:hover {
        transform: translateY(-10px);
    }

    .gifts-modal-wrapper {
        padding: 5% 16px;
        position: fixed;
        overflow-y: auto;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 0;
        z-index: -1;
        background-color: rgba(0,0,0,.4);
    }

    .gifts-modal-wrapper.opened {
        opacity: 1;
        z-index: 10000;
    }

    .gifts-modal-wrapper .gifts-modal {
        margin: 0 auto;
        width: 505px;
        background: #EBEEF0;
        box-shadow: 0px 0px 37px 6px rgba(0, 0, 0, 0.6);
        border-radius: 8px;
        padding: 30px 32px;
        position: relative;
    }

    @media screen and (max-width: 640px) {
        .gifts-modal-wrapper .gifts-modal {
            width: 100%;
        }
    }

    .gifts-modal-close {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 40px;
        width: 40px;
        cursor: pointer;
        transform: rotate(135deg);
    }

    .gifts-modal-close:after {
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;

        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        background: #0A1015;
    }

    .gifts-modal-close:before {
        content: "";
        display: block;
        position: absolute;
        width: 2px;
        height: 40px;

        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        background: #0A1015;
    }

    .gifts-modal-header .h4{
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        color: #0A1015;
        padding-right: 40px;
        margin: 0;
    }

    @media screen and (max-width: 640px){
        .gifts-modal-header .h4{
            font-size: 20px;
            line-height: 32px;
        }
    }


    .gifts-modal-header > p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        color: #636E79;
        margin: 48px 0 0 0;
    }

    .gifts-modal-footer-right {
        margin-left: 58px;
    }

    @media screen and (max-width: 640px) {
        .gifts-modal-footer-right {
            margin-left: 0;
            margin-top: 32px;
            width: 100%;
            margin-bottom: 8px;
        }

        .gifts-modal .fbf_right.pr_privacy {
            width: 100%;
            max-width: none;
        }

        .gifts-modal .fbf_right.pr_privacy span {
            max-width: none;
        }
    }

    .gifts-modal-footer-right button{
        background: #c4000c;
        color: #ffffff;
        padding: 10px 27px;
        cursor: pointer;
        border: 2px solid #c4000c;
        font-weight: bold;
        font-size: 0.875em;
        outline: none;
        text-transform: uppercase;
        transition: .3s ease;
    }

    @media screen and (max-width: 640px) {
        .gifts-modal-footer-right button {
            width: 100%;
        }
    }


    .gifts-modal-footer-right button:disabled{
        opacity: .6;
        cursor: not-allowed;
    }

    .of_result_form {
        display: none;
    }

    .of_row.hidden,
    .of_footer.hidden {
        display: none;
    }

    .of_result_form {
        padding: 10px 0;
        font-size: 24px;
        font-weight: bold;
    }

    .of_result_form.showed {
        display: block;
    }

/* Source: local/templates/ov_30/include_areas/common/popups/success.php */
.form-success-popup {
        position: relative;
        width: min(500px, calc(100vw - 32px));
        padding: 30px;
        border-top: 2px solid #38ac61;
        background: #fff;
    }

    .form-success-popup__close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 32px;
        height: 32px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #7d858b;
        font-size: 28px;
        line-height: 32px;
        cursor: pointer;
    }

    .form-success-popup__body {
        display: flex;
        align-items: center;
        gap: 20px;
        padding-right: 32px;
    }

    .form-success-popup__icon {
        display: grid;
        flex: 0 0 54px;
        width: 54px;
        height: 54px;
        place-items: center;
        background: #38ac61;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
    }

    .form-success-popup__title {
        color: #2f383d;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.2;
    }

    .form-success-popup__message {
        margin-top: 5px;
        font-size: 14px;
        line-height: 1.4;
    }

    .form-success-popup__footer {
        display: flex;
        justify-content: flex-end;
        margin-top: 20px;
    }

    .form-success-popup__button {
        padding: 10px 18px;
        border: 0;
        background: #c21f13;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        cursor: pointer;
    }

    @media (max-width: 480px) {
        .form-success-popup {
            padding: 20px;
        }

        .form-success-popup__body {
            gap: 14px;
        }

        .form-success-popup__title {
            font-size: 20px;
        }
    }

/* Source: local/templates/ov_30/include_areas/common/popups/first-order.php */
.popup-overlay {
        position: fixed;
        z-index: 10000;
        bottom: 0;
        top: 0;
        right: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        align-items: center;
        justify-content: center;
    }

    .popup-overlay.js-popup-firstorder {
        background: rgba(0, 0, 0, 0.95);
    }

    .popup-firstorder {
        background: url(/local/templates/ov_30/img/popups/firstorder/bg.png);
        width: 1000px;
        height: 570px;
        border-radius: 20px;
        position: relative;
        z-index: 3001;
    }

    .popup-firstorder__close {
        position: absolute;
        right: 20px;
        top: 20px;
        /*width: 50px;
        height: 50px;
        background: url(/local/templates/ov_30/img/popups/firstorder/cross.png);*/
        cursor: pointer;
        z-index: 1;
    }

    .popup-firstorder__content {
        padding: 45px 60px;
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        font-family: "SF Pro Display";
        font-style: normal;
        line-height: normal;
    }

    .popup-firstorder__date {
        color: #1B1B1B;
        font-size: 16px;
        font-weight: 700;
        position: relative;
        border-radius: 180px;
        border: 1px dashed #29839E;
        background: #FFF;
        display: flex;
        padding: 10px 15px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .popup-firstorder__date:before {
        /*content: '';*/
        position: absolute;
        background: url(/local/templates/ov_30/img/popups/firstorder/date-bg.png) no-repeat;
        width: 250px;
        height: 50px;
        left: -55px;
        top: -13px;
    }

    .popup-firstorder__date span {
        color: #29839E;
    }

    .popup-firstorder__title {
        color: #1B1B1B;
        font-size: 36px;
        font-weight: 700;
    }

    .popup-firstorder__title span {
        color: #29839E;
    }

    .popup-firstorder__subtitle {
        color: #1B1B1B;
        font-size: 20px;
        font-weight: 400;
    }

    .popup-firstorder__form {
        max-width: 488px;
        width: 100%;
    }

    .popup-firstorder__tip {
        font-size: 14px;
        color: #0A1015;
        line-height: normal;
        margin-bottom: 8px;
    }

    .popup-firstorder__input {
        position: relative;
        margin-bottom: 6px;
    }

    .popup-firstorder__input.emai-pseudo {
        margin-bottom: 0;
    }

    .popup-firstorder input {
        font-size: 14px;
        border-radius: 8px;
        border: 1px solid #DDD;
        background: #FFF;
        padding: 15px 56px;
        width: 100%;
        box-sizing: border-box;
        line-height: 18px;

    }

    .popup-firstorder__submit {
        border: 0;
        margin-top: 14px;
        border-radius: 10px;
        background: #A7000A;
        padding: 20px 40px;
        font-family: "SF Pro Display";
        color: #FFF;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        position: relative;
        cursor: pointer;
    }

    .popup-firstorder__input:before {
        content: '';
        position: absolute;
        width: 14px;
        height: 14px;
        top: 50%;
        left: 32px;
        z-index: 1;
        transform: translateY(-50%);
    }

    .popup-firstorder__input.phone-pseudo:before {
        background: url(/local/templates/ov_30/img/popups/firstorder/phone.png);
    }

    .popup-firstorder__input.email-pseudo:before {
        background: url(/local/templates/ov_30/img/popups/firstorder/email.png);
    }

    .popup-policy label {
        position: relative;
        margin-bottom: 0;
    }

    .popup-policy input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .popup-policy span.checkmark {
        position: absolute;
        cursor: pointer;
    }

    .popup-policy span.checkmark:after {
        content: '';
        position: absolute;
    }

    .popup-firstorder .popup-policy a {
        text-decoration: underline;
        color: #939393;
    }

    .popup-firstorder .popup-policy label {
        font-weight: 400;
        font-size: 12px;
        color: #939393;
        margin-left: 16px;
    }

    .popup-firstorder .popup-policy span.checkmark {
        top: 0;
        left: -16px;
        height: 16px;
        width: 16px;
    }

    .popup-firstorder .popup-policy {
        margin-top: 8px;
    }

    .popup-firstorder .popup-policy span.checkmark:after {
        background: url(/local/templates/ov_30/img/popups/firstorder/checkbox.svg);
        top: 0;
        left: 0;
        width: 16px;
        height: 16px;
    }

    .popup-firstorder .popup-policy input[type="checkbox"]:checked ~ .checkmark:after {
        background: url(/local/templates/ov_30/img/popups/firstorder/checkbox-active.svg);
    }

    .popup-firstorder-success {
        width: 500px;
        height: 193px;
        background: #fff;
        border-top: 2px solid #38ac61;
        position: relative;
        padding: 30px;
    }

    .popup-firstorder__close-success {
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: #c2cbd2;
        position: absolute;
        top: 32px;
        right: 32px;
        font-size: 25px;
        cursor: pointer;
        z-index: 1;
    }

    .popup-firstorder__content-success__top i {
        width: 54px;
        height: 54px;
        line-height: 54px;
        text-align: center;
        color: white;
        float: left;
        font-size: 36px;
        background: #38ac61;
    }

    .popup-firstorder__content-success__text {
        margin-left: 74px;
        max-width: 350px;
    }

    .popup-firstorder__content-success__text b {
        font-weight: 700;
    }

    .popup-firstorder__content-success__text span {
        font-size: 24px;
        font-weight: 500;
        line-height: 25px;
        color: #2f383d;
    }

    .popup-firstorder__content-success__text div {
        margin-top: 5px;
        font-size: 14px;
        line-height: 16px;
    }

    .popup-firstorder__content-success__bottom div {
        font-size: 13px;
        padding: 10px 18px 10px;
        background-color: #c21f13;
        cursor: pointer;
        text-transform: uppercase;
        color: #fff;
        margin-top: 10px;
        max-width: 95px;
        margin-right: 50px;
    }

    .popup-firstorder__content-success__bottom {
        display: flex;
        justify-content: flex-end;
    }

    @media (max-width: 1024px) {
        .popup-firstorder {
            width: 320px;
            background: url(/local/templates/ov_30/img/popups/firstorder/bg-mob.png);
        }

        .popup-firstorder__close {
            top: 10px;
            right: 10px;
        }

        .popup-firstorder__close svg {
            width: 16px;
            height: 16px;
        }

        .popup-firstorder__content {
            padding: 9px 15px;
            gap: 10px;
        }

        .popup-firstorder__date {
            border-radius: 30px;
            font-size: 14px;
        }

        .popup-firstorder__date:before {
            width: 179px;
            height: 37px;
            left: -40px;
            top: -11px;
            background-size: contain;
        }

        .popup-firstorder__title {
            font-size: 20px;
        }

        .popup-firstorder__subtitle {
            font-size: 14px;
        }

        .popup-firstorder__tip {
            font-size: 12px;
            margin-bottom: 4px;
        }

        .popup-firstorder__input {
            margin-bottom: 5px;
        }

        .popup-firstorder__input.emai-pseudo {
            margin-bottom: 0;
        }

        .popup-firstorder input {
            font-size: 12px;
            padding: 12px 52px;
        }

        .popup-firstorder__submit {
            font-size: 16px;
            padding: 20px;
            margin-top: 10px;
        }

        .popup-firstorder .popup-policy {
            margin-top: 0;
        }

        .popup-firstorder .popup-policy label {
            font-size: 10px;
            padding-left: 10px;
        }

        .popup-firstorder-success {
            width: 300px;
            padding: 15px;
        }

        .popup-firstorder__close-success {
            right: 15px;
            top: 15px;
        }

        .popup-firstorder__content-success__text span {
            font-size: 18px;
        }

        .popup-firstorder__content-success__text div {
            font-size: 10px;
        }
    }

/* Source: local/templates/ov_30/include_areas/common/popups/commercial-offer.php */
.popup-classic {
        background: #fff;
        position: relative;
        max-width: 500px;
    }

    .popup-classic__content {
        padding: 45px 40px;
    }

    .popup-classic__close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        z-index: 1;
    }

    .popup-classic__title {
        font-size: 25px;
        font-weight: 700;
        text-align: center;
    }

    .popup-classic__form {
        margin-top: 20px;
    }

    .popup-classic__tip {
        line-height: 27px;
        margin-bottom: 2px;
    }

    .popup-classic__input input {
        font-size: 16px;
        font-family: SF Pro Display;
        color: #999;
        line-height: 27px;
        padding: 12px 32px;
        width: 100%;
        border: 1px solid #C9C9C9;
    }

    .popup-classic__input input::placeholder {
        color: #999;
    }

    .popup-classic__input textarea {
        width: 100%;
        height: 120px;
        font-size: 16px;
        font-family: SF Pro Display;
        line-height: 27px;
        padding: 10px 32px;
        border: 1px solid #C9C9C9;
        resize: none;
    }

    .popup-classic__input textarea::placeholder {
        color: #999;
    }

    .popup-classic__file input {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .popup-classic__file {
        position: relative;
        margin-bottom: 12px;
        display: flex;
        justify-content: center;
        background: #E7E7E7;
        cursor: pointer;
    }

    .popup-classic__input {
        margin-bottom: 12px;
    }

    .popup-classic__submit {
        background: #C4000C;
        border: 0;
        color: #fff;
        font-size: 20px;
        line-height: 34px;
        width: 100%;
        padding: 16px 0;
        cursor: pointer;
    }

    .popup-classic__submit:disabled {
        cursor: wait;
        opacity: .65;
    }

    .popup-classic__status {
        min-height: 20px;
        margin-top: 8px;
        color: #636E79;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    .popup-classic__status--error {
        color: #C4000C;
    }

    .popup-classic__file label {
        display: flex;
        align-items: center;
        padding: 11px;
    }

    .popup-classic__file svg {
        margin-right: 10px;
    }

    .popup-classic__file span {
        line-height: 27px;
        color: #2F2F2F;
    }

    .popup-classic .popup-policy {
        margin-top: 12px;
    }

    .popup-classic .popup-policy label {
        font-weight: 400;
        font-size: 13px;
        color: #999;
        margin-left: 26px;
    }

    .popup-classic .popup-policy a {
        color: #4F4F4F;
        border-bottom: 1px solid #4F4F4F;
    }

    .popup-classic .popup-policy span.checkmark {
        top: 0;
        left: -26px;
        height: 16px;
        width: 16px;
    }

    .popup-classic .popup-policy span.checkmark:after {
        background: url(/local/templates/ov_30/img/first-screen/checkbox.png) no-repeat;
        top: 0px;
        left: 0px;
        width: 16px;
        height: 16px;
        z-index: 1;
    }

    .popup-classic .popup-policy input:checked+span.checkmark:after {
        background: url(/local/templates/ov_30/img/first-screen/checkbox-active.png) no-repeat;
    }
    @media (max-width: 600px) {
        .popup-classic {
            max-width: 320px;
        }
        .popup-classic__close svg {
            max-width: 12px;
        }
        .popup-classic__content {
            padding: 25px;
        }
        .popup-classic__title {
            font-size: 16px;
            line-height: 16px;
        }
        .popup-classic__form {
            margin-top: 13px;
        }
        .popup-classic__tip {
            font-size: 10px;
            line-height: 17px;
            margin-bottom: 1px;
        }
        .popup-classic__input {
            margin-bottom: 8px;
        }
        .popup-classic__input input {
            font-size: 12px;
            line-height: 20px;
            padding: 7px 20px;
        }
        .popup-classic__input textarea {
            font-size: 12px;
            line-height: 20px;
            padding: 7px 20px;
            height: 76px;
            display: flex;
        }
        .popup-classic__file {
            margin-bottom: 8px;
        }
        .popup-classic__file label {
            font-size: 12px;
            padding: 4px;
        }
        .popup-classic__file svg {
            max-width: 10px;
        }
        .popup-classic__submit {
            font-size: 13px;
            line-height: 22px;
            padding: 11px 0;
        }
        .popup-classic .popup-policy {
            margin-top: -2px;
        }
        .popup-classic .popup-policy label {
            font-size: 8px;
            margin-left: 16px;
        }
        .popup-classic .popup-policy span.checkmark {
            left: -16px;
            height: 10px;
            width: 10px;
        }
        .popup-classic .popup-policy span.checkmark:after {
            width: 10px;
            height: 10px;
            background-size: contain;
        }
        .popup-classic .popup-policy input:checked+span.checkmark:after {
            background-size: contain;
        }
    }
