

.modal-leave .modal-leave__btn-no:hover,
.modal-leave__btn-motivation {
    text-decoration: underline
}

.e-comebacker {
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    display: none;
    font-size: 16px !important;
    left: 0;
    line-height: normal;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9000
}

.e-comebacker,
.e-comebacker * {
    box-sizing: border-box;
    font-family: Open Sans, sans-serif !important;
    letter-spacing: 0;
    vertical-align: initial
}

.e-comebacker button {
    background: 0 0 !important;
    border: 0 !important;
    color: inherit !important;
    cursor: pointer;
    font: inherit !important;
    padding: 0 !important
}

.e-comebacker a {
    color: blue !important;
    text-decoration: none !important
}

.e-comebacker__inner {
    height: 100%;
    margin: 0 auto;
    max-width: 730px;
    padding: 0 15px;
    width: 100%;
    word-spacing: -5px
}

.e-comebacker__inner:before {
    content: "";
    display: inline-block;
    height: 100vh;
    vertical-align: middle;
    width: 0
}

.e-comebacker__inner>* * {
    word-spacing: normal
}

.e-comebacker__content {
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    display: none;
    margin: 20px auto;
    padding: 15px 25px;
    vertical-align: middle;
    width: 100%
}

.e-comebacker__content.e-comebacker-active {
    display: -webkit-inline-flex;
    display: inline-flex
}

.modal-leave {
    display: -webkit-flex;
    display: flex;
    width: 100%
}

.modal-leave__info {
    box-sizing: border-box;
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    margin-right: 50px;
    padding-right: 10px
}

.modal-leave__product-view {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: 40%;
    flex-basis: 40%
}

.modal-leave .modal-leave__title {
    color: #ffb300;
    font-size: 36px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
    text-align: center
}

.modal-leave .modal-leave__motivation {
    font-size: 19px !important;
    font-weight: 700 !important;
    padding: 0 20px;
    text-align: center
}

.modal-leave .modal-leave__motivation>strong {
    color: #ffb300
}

.modal-leave .modal-leave__text {
    font-size: 16px !important;
    font-weight: 400;
    margin: 12px auto 14px !important;
    padding: 0 30px !important;
    text-align: center
}

.modal-leave__text .inner-red {
    color: #d32f2f;
    font-weight: 700
}

.modal-leave__btn-wrapper {
    margin: 0 auto;
    max-width: 300px;
    text-align: center
}

.modal-leave .modal-leave__btn-next {
    background-color: #28a745 !important;
    border-radius: 4px;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    height: 56px;
    letter-spacing: -.5px;
    line-height: 25px;
    transition: background-color .3s linear;
    width: 100%
}

.modal-leave .modal-leave__btn-next:hover {
    background-color: #1f8a37 !important
}

.modal-leave .modal-leave__btn-no {
    color: #78909c !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 5px 0 0 !important
}

.modal-leave__on-sale {
    margin: 0 auto;
    position: relative
}

.modal-leave__sale-label {
    -webkit-align-items: center;
    align-items: center;
    background: 50% #388e3c;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15) !important;
    color: #fff;
    display: none !important;
    display: -webkit-flex;
    display: flex;
    font-size: 34px;
    font-weight: 700;
    height: 100px;
    -webkit-justify-content: center;
    justify-content: center;
    left: 105px;
    position: absolute;
    top: -15px;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
    width: 100px
}

.modal-leave__image {
    margin-left: -20px !important;
    max-height: 310px;
    max-width: 120%
}

.modal-offer {
    font-weight: 400;
    width: 100%
}

.modal-offer .modal-offer__title {
    color: #c62828;
    font-size: 29px !important;
    font-weight: 700 !important;
    margin-bottom: 8px;
    padding: 0 35px;
    text-align: center
}

.modal-offer .modal-offer__title--second {
    font-size: 25px !important
}

.modal-offer__timer {
    margin-top: 5px;
    text-align: center
}

.modal-offer__timer-time {
    color: #f44336;
    font-size: 35px;
    font-weight: 700
}

.modal-offer__promo {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 10px
}

.modal-offer__price {
    -webkit-flex-basis: 42%;
    flex-basis: 42%;
    margin-right: 20px;
    padding-right: 40px;
    text-align: center
}

.modal-offer__price .__label {
    font-size: 20px;
    margin-bottom: 4px
}

.modal-offer__price .__value {
    color: #f44336;
    font-size: 43px;
    font-weight: 700;
    line-height: 1
}

.modal-offer__price .__currency {
    font-size: .74em;
    margin-left: 4px;
    text-transform: uppercase
}

.modal-offer__product {
    -webkit-flex-basis: 42%;
    flex-basis: 42%;
    text-align: center
}

.modal-offer__product .__image {
    margin-bottom: 0;
    max-width: 120px;
    width: 100%
}

.modal-offer__cong-text {
    margin: 12px auto 16px;
    max-width: 570px;
    text-align: center
}

.modal-offer__cong-text .__title {
    color: red !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
    text-align: center
}

.modal-offer__cong-text .cong-text__p {
    margin-bottom: 5px !important
}

.modal-offer__field {
    margin-bottom: 5px;
    text-align: center
}

.modal-offer__form {
    padding-left: 24px
}

.modal-offer__field .__wrapper {
    display: inline-block;
    max-width: 300px;
    position: relative;
    width: 100%
}

.modal-offer .modal-offer__btn-submit .__bg,
.modal-offer__field .__label {
    box-sizing: border-box;
    display: inline-block;
    left: 0;
    position: absolute;
    width: 100%
}

.modal-offer__field .__label {
    font-weight: 400;
    max-width: 180px;
    padding-right: 16px;
    text-align: right;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.modal-offer__field .__input {
    color: #000 !important;
    border: 1px solid #757575 !important;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: 400;
    height: 40px;
    letter-spacing: 0;
    line-height: 1;
    padding: 0 15px 0 17px;
    text-align: left !important;
    width: 100%
}

.modal-offer .modal-offer__btn-submit {
    background-color: #16a835 !important;
    background-image: linear-gradient(90deg, #38a22e 1%, #3ab02a) !important;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    font-family: Arial, sans-serif !important;
    font-size: 23px !important;
    font-weight: 700 !important;
    letter-spacing: -.5px;
    margin-top: 6px;
    max-width: 300px;
    padding: 10px !important;
    position: relative;
    width: 100%
}

.modal-offer .modal-offer__btn-submit .__bg {
    background-color: #16a835 !important;
    background-image: linear-gradient(90deg, #1f9913 1%, #2eae1d) !important;
    border-radius: inherit;
    height: 100%;
    top: 0;
    transition: opacity .3s linear
}

.modal-offer .modal-offer__btn-submit .__text {
    position: relative;
    z-index: 1
}

.modal-offer .modal-offer__btn-submit:hover .__bg {
    opacity: 0
}

.pl_field_address_info {
    border: none !important;
    height: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
    position: absolute;
    width: 0 !important;
    z-index: -1
}

.popin-anim {
    -webkit-animation: popin_appear .28s ease-out;
    animation: popin_appear .28s ease-out
}

@-webkit-keyframes popin_appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }
    80% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes popin_appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }
    80% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.fadeIn-anim {
    -webkit-animation: fadeIn_appear .28s ease-out;
    animation: fadeIn_appear .28s ease-out
}

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

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

.e-comebacker strong {
    font-weight: 700 !important
}

@media screen and (max-width:640px) {
    .e-comebacker {
        display: none !important
    }
}

.modal-offer .bespl {
    color: red;
    display: block;
    font-size: 36px;
    font-weight: 700;
    margin-top: 0;
    position: relative
}

a.modal-leave__btn-motivation {
    color: #ffb300 !important;
    cursor: pointer
}

.comebacker__snoska {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    opacity: .7
}

@-moz-document url-prefix() {
    select {
        -webkit-text-indent: -2px;
        -moz-text-indent: -2px;
        text-indent: -2px
    }
}

.e-comebacker select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff !important
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

* .ffl {
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1.5
}

@media screen and (min-width:469px) {
    .ffl {
        display: none
    }
}

.ffl {
    background-color: red;
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 10px 30px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 2
}

.ffl__anim {
    -webkit-animation: example 1.3s;
    animation: example 1.3s;
    opacity: 1
}

@-webkit-keyframes example {
    0%,
    25%,
    50% {
        opacity: 0
    }
    75% {
        opacity: .9
    }
    to {
        opacity: 1
    }
}

@keyframes example {
    0%,
    25%,
    50% {
        opacity: 0
    }
    75% {
        opacity: .9
    }
    to {
        opacity: 1
    }
}

.ffl__wrap {
    position: relative
}

.ffl__close {
    color: #fff;
    cursor: pointer;
    font-family: serif;
    font-size: 25px;
    font-weight: 700;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: -20px;
    top: 0;
    width: 16px
}

.ffl__out {
    display: none
}

.ffl__text {
    color: #fff;
    text-transform: inherit
}

.ffl__price {
    font-size: 17px;
    text-transform: none;
    white-space: nowrap
}

.ffl__price-value {
    font-size: 18px;
    text-transform: uppercase
}

.ffl__btn,
.ffl__btn:active,
.ffl__btn:focus,
.ffl__btn:hover {
    -webkit-animation: blinker 2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: blinker 2s cubic-bezier(1, 0, 0, 1) infinite;
    background-color: #ff0;
    border-radius: 3px;
    color: red;
    display: inline-block;
    line-height: 1.2;
    margin: 5px auto;
    padding: 7px 30px;
    text-decoration: none;
    text-transform: uppercase
}

@keyframes blinker {
    0% {
        opacity: 1
    }
    to {
        opacity: .7
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1
    }
    to {
        opacity: .7
    }
}