.form {
    width: 270px;
    min-width: 270px;
    border-radius: 5px;
    border: 3px solid #6e93a8;
    background-color: #6e93a8
}

.form__inner {
    background-color: #fff;
    padding: 30px 22px 15px;
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px #0000001a;
    border-radius: 3px 3px 0 0
}

.form__action {
    border-radius: 50%;
    background-color: #898989;
    width: 91px;
    height: 91px;
    font-size: 10px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 7px;
    position: absolute;
    top: -60px;
    right: 50%;
    transform: translate(50%)
}

.form__action-text {
    width: 100%
}

.form__title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #222;
    text-align: center
}

.form__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 15px
}

.form__name, .form__phone {
    position: relative;
    margin-bottom: 15px
}

.form__name:before, .form__phone:before {
    content: "";
    width: 30px;
    height: 29px;
    position: absolute;
    left: 15px;
    top: 15px;
    background-position: center;
    background-repeat: no-repeat
}

.form__name:before {
    background-image: url(../img/form_name_icon.png)
}

.form__phone:before {
    background-image: url(../img/form_phone_icon.png)
}

.form__btn {
    margin-bottom: 15px
}

.form__visiters {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
    margin: 0
}

.form__visiters:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 13px;
    left: 0;
    top: 1px;
    background: url(../img/icon_eye.png) no-repeat center
}

.form__left {
    background-color: #6e93a8
}

.form__left {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 13px 15px
}

.popupForm, .success-message {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px
}

.success-message {
    padding: 0
}

.text-bold, .title {
    font-weight: 700
}

.text-black {
    font-weight: 900
}

.text-nowrap {
    white-space: nowrap
}

.blue-word {
    color: #6e93a8
}

.red-word {
    color: #f73636
}

.orange-word {
    color: #f7741f
}

.black-text {
    color: #222
}

.midl-black-text {
    color: #444
}

.light-black-text {
    color: #666
}

.input {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    -webkit-box-shadow: inset -2px -2px 7px 0 rgba(0, 0, 0, .05);
    box-shadow: inset -2px -2px 7px #0000000d;
    border-radius: 30px;
    border: 0;
    background-color: #eef2f7;
    padding: 20px 15px 20px 60px;
    -webkit-transition: .3s;
    transition: .3s
}

.input:hover {
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 0 5px #00000040
}

.input::-webkit-input-placeholder {
    color: #444444b3 !important
}

.input:-moz-placeholder, .input::-moz-placeholder {
    color: #313131 !important
}

.input:-ms-input-placeholder {
    color: #44444480 !important
}

.input::-ms-input-placeholder {
    color: #535353 !important
}

.input::-moz-placeholder {
    color: #444c
}

.input::placeholder {
    color: #444c
}

.btn.form__btn {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    background-image: linear-gradient(90deg, #f80303 0, #f64a4a, #f80303);
    width: 100%;
    max-width: 270px;
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding: 7.5px 10px;
    border-radius: 30px;
    border-bottom: 3px solid #e32222
}

.btn.form__btn span {
    font-size: 17px;
    display: block;
    font-weight: 400
}


.bulit {
    position: relative
}

.bulit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/bulit-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px 28px;
    width: 28px;
    height: 28px
}

.price__text {
    display: block;
    font-size: 15px;
    padding: 0 5px;
    margin: 0
}

.price__old {
    color: #666;
    padding-top: 10px;
    text-align: center
}

.price__old .x_price_previous {
    font-size: 19px;
    position: relative;
    letter-spacing: -1px
}

.price__old .x_price_previous:after, .price__old .x_price_previous:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 105%;
    height: 1px;
    background-color: #f01d07
}

.price__old .x_price_previous:after {
    transform: rotate(20deg)
}

.medal span, .price__old .x_price_previous:before {
    transform: rotate(-20deg)
}

.price__old .x_currency {
    font-size: 16px
}

.price__new {
    color: #333;
    font-weight: 700;
    text-align: center
}

.price__new .x_price_current {
    font-size: 20px;
    letter-spacing: -3px
}

.price__new .x_currency {
    font-size: 18px
}

.price__line {
    height: 58px;
    border-right: 1px solid #d1d0d0
}

.medal {
    background-image: url(../img/medal.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bg-image {
    background-color: #edf8fe
}

.image-quality {
    border-radius: 50%;
    overflow: hidden
}

.image-quality:before {
    transform: rotate(-135deg);
    -webkit-transition: .8s;
    transition: .8s;
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 100%
}

.image-quality-wrapper:hover .image-quality:before {
    top: 50%;
    left: 50%;
    background-image: linear-gradient(90deg, #02002400 25%, #ffffffe6, #00d4ff00 75%)
}

#ouibounce-modal2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

#ouibounce-modal2 .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000080;
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}

#ouibounce-modal2 .modal2 {
    width: 750px;
    height: 400px;
    background-color: #f0f1f2;
    z-index: 1;
    position: fixed;
    left: calc(50% - 375px);
    top: 100px;
    border-radius: 4px;
    -webkit-animation: popin .3s;
    animation: popin .3s
}

.popup {
    background-color: #edf8fe;
    display: flex;
    align-items: center;
    padding: 15px
}

.medal {
    background-image: url(../img/medal.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 1000px) {
    .popup {
        padding: 30px 60px;
        background-image: url(../img/popup_bg.png);
        background-position: left -80px top;
        background-repeat: no-repeat;
        background-size: auto 100%
    }

    .popup__image {
        display: block;
        position: relative;
        padding-top: 10px;
        margin-right: 60px
    }
}

.popup__medal {
    position: absolute;
    top: -5px;
    right: -35px;
    width: 92px;
    height: 92px;
    font-size: 25px
}

.popup .form__action {
    right: -55px;
    top: -25px;
    transform: none
}

.ever-popup__inner {
    width: 754px !important
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes popin {
    0% {
        transform: scale(0);
        opacity: 0
    }
    85% {
        transform: scale(1.05);
        opacity: 1
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    to {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes popin {
    0% {
        transform: scale(0);
        opacity: 0
    }
    85% {
        transform: scale(1.05);
        opacity: 1
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

@media (max-width: 999px) {
    .price__new .x_price_current, .price__old .x_price_previous {
        font-size: 20px
    }

    .popupForm h2 {
        font-size: 22px
    }

    .popup {
        flex-direction: column
    }

    .popup__image {
        margin-right: 0
    }

    .popup__image img {
        max-height: 150px
    }

    .popup__medal {
        right: 0
    }

    .popup__image img {
        display: none
    }

    #ouibounce-modal2 .modal2 {
        width: 300px;
        height: unset;
        left: calc(50% - 150px)
    }

    .popup__medal {
        display: none
    }

    .popup .form__action {
        right: calc(50% - 45px);
        top: -60px;
        transform: none
    }

    .price__old {
        padding-top: 0
    }
}

.close {
    width: 35px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    z-index: 1;
    transition: .3s
}

.close:before, .close:after {
    content: "";
    position: absolute;
    right: 0;
    top: -25px;
    width: 35px;
    height: 10px;
    background: #fff;
    transition: all 1s
}

.close:after {
    transform: rotate(-45deg)
}

.close:before {
    transform: rotate(45deg)
}

.error {
    color: red
}

/*# sourceMappingURL=/cdn/shop/t/10/assets/popupStyle.css.map?v=86008434965050174431709293205 */
