input {
    text-indent: 7px;
}

#modal_close {
    width: 30px;
    height: 30px;
    font-size: 35px;
    font-family: tahoma;
    position: absolute;
    top: 10px;
    right: 13px;
    cursor: pointer;
    display: block;
}

#modal_form {
    width: 80%;
    height: 50%;
    border-radius: 5px;
    /* border: 3px #000 solid; */
    background: #fff;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /* margin-top: -150px; */
    margin: 0 auto;
    /* margin-left: -150px; */
    display: none;
    opacity: 0;
    z-index: 5;
    padding: 20px 10px;
    text-align: center;
}



#overlay {
    z-index: 3; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position: fixed; /* всегдa перекрывaет весь сaйт */
    background-color: #000; /* чернaя */
    opacity: 0.8; /* нo немнoгo прoзрaчнa */
    -moz-opacity: 0.6; /* фикс прозрачности для старых браузеров */
    filter: alpha(opacity=80);
    width: 100%;
    height: 95%; /* рaзмерoм вo весь экрaн */
    top: 0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left: 0;
    cursor: pointer;
    display: none; /* в oбычнoм сoстoянии её нет) */
}

.rub-ramka {
    background: rgba(189, 61, 77, 0.04);
    padding: 12px 15px !important;
    color: rgb(8, 8, 8);
    font-size: 18px;
    font-family: roboto condensed, arial;
    border: 2px solid;
    border-radius: 4px;
    font-weight: bold;
    border-color: #bd3d4d;
    text-indent: 0 !important;
    text-align: left;
    line-height: 25px;
    max-width: 880px;
    display: block;
    margin: 20px auto;
}

.head-form {
    font-weight: bold;
}

.rub-ramka-varning {
    font-weight: 500;
    color: rgb(226, 36, 60)
}

.rub-ramka-varning-2 {
    font-weight: 500;
    color: rgb(226, 36, 60)
}

.title-my {
    text-align: center;
    font-family: "PT Serif";
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
    color: rgb(51, 51, 51);
    max-width: 880px;
    padding: 0 10px;
    margin: auto;
    margin-bottom: 0.3em;
}

.link-bio {
    border-bottom: 1px dashed;
    color: rgb(255, 31, 59);
    text-decoration: none;
    font-weight: 600;
}

.frame-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.row-form {
    text-align: center;
    font-family: Helvetica, sans-serif;
}

.order {
    max-width: 570px;
    margin: 25px auto;
    background: #fff;
    padding: 0px 0;
    box-shadow: 0px 0px 10px 1px #ebebeb;
    border-radius: 15px;
}

.head-form {
}

.col-md-12 {
    width: 100%;
    display: block;
}

.col-md-12 input {
    box-sizing: border-box;
    width: 80%;
    height: 58px;
    padding: 8px 10px 8px 55px;
    font-size: 17px;
    border-radius: 14px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    outline: none;
    color: #757575;
}

.col-md-12 select {
    box-sizing: border-box;
    width: 80%;
    height: 58px;
    padding: 8px 10px 8px 45px;
    font-size: 17px;
    border-radius: 14px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    outline: none;
    color: #757575;
}

.order button {
    webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
    text-align: center;
    text-transform: none;
    background-color: #0c3492;
    color: #fff;
    transition: opacity .2s ease-out;
    border: none;
    font-size: 32px;
    font-weight: bold;
    padding: 20px 0;
    width: 90%;
    outline: none;
    cursor: pointer;
}

.order h2,
.order h3 {
    color: #fff;
    background: #e31c23;
}

.order h3 {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 29px;
    text-shadow: 0px 1px 2px #000;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}

.head-form {
    border-radius: 10px 10px 0 0;
    background: #e31c23;
    font-size: 24px;
    padding: 10px 0 0;
}

.head-form img {
    margin-bottom: -10px;
    width: 100%;
}

.order h2 {
    padding-top: 8px;
    font-size: 17px;
    margin: 0;
}

.head-form span {
    color: #fff;
    line-height: 33px;
    display: inline-block;
    margin: 8px 0 -8px 0;
    padding: 8px;
}

.head-form span img {
    margin-bottom: 0;
    width: auto;
    display: inline-block;
}

.date,
.price {
    width: 50%;
    float: left;
    text-align: center;
    padding: 5px 0;
}

.date {
    margin-top: 14px;
    background: #ebebeb;
    border-radius: 12px 0 0 12px;
    line-height: 26px;
    font-size: 18px;
    color: #434343;
}

.price {
    background: #0c3492;
    color: #fff;
    border-radius: 0 12px 12px 0;
    min-height: 48px;
    padding: 7px 0;
}

.new-price {
    font-size: 28px;
    display: inline-block;
    margin-left: 10px;
}

.old-price {
    display: inline-block;
    margin-top: 14px;
    font-size: 19px;
    vertical-align: top;
    text-decoration: line-through;
}

.discount {
    margin: 25px 0;
    display: inline-block;
    height: 100%;
    width: 90%;
    border: 1px solid #ccc;
    border-radius: 13px;
    background-color: #ebebeb;
}

.name,
.phone {
    position: relative;
    border: none;
    background: no-repeat;
    padding: 0;
}

.name input {
    background-repeat: no-repeat;
    background-position: 4% 50%;
}

.phone input {
    background-repeat: no-repeat;
    background-position: 4% 50%;
}

button img {
    margin-bottom: -3px;
    display: inline-block;
}

.under-button {
    display: block;
    width: 90%;
    margin: 15px auto;
    text-align: left;
    color: #818181;
    font-size: 11px;
    line-height: 20px;
}

.under-button i {
    font-style: normal;
    color: red;
}

.footer {
    background: #ebebeb;
    padding: 20px 25px;
    text-align: left;
    font-size: 23px;
    font-weight: 600;
    border-radius: 0 0 15px 15px;
}

.footer span {
    background: #e31c23;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    line-height: 32px;
}

.lead-footer-block {
    border: none !important;
}

@media (max-width: 767px) {
    .date,
    .price {
        width: 100%;
        float: none;
        border-radius: 12px;
    }

    .date br {
        display: none;
    }

    .discount {
        border: none;
    }

    .date {
        border-radius: 12px 12px 0 0;
    }

    .price {
        border-radius: 0 0 12px 12px;
    }

    .order button {
        font-size: 21px;
    }

    button img {
        margin-bottom: -5px;
        display: inline-block;
    }

    .footer {
        text-align: center;
    }
}

/* */

button {
    border: 0px solid #000;
    background-color: inherit;
}

.link-button {
    position: absolute;
    z-index: 4;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin-top: 10px;
    font-size: 22px;
    width: 199px;
    height: 78px;
    text-align: center;
    line-height: 78px;
    font-weight: 900;
    color: #fff;
    border-radius: 7px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    outline: none;
    background-image: -webkit-linear-gradient(90deg, #f64156 0%, #f4102b 100%);
    background-image: -ms-linear-gradient(90deg, #f64156 0%, #f4102b 100%);
    -webkit-box-shadow: 0px 4px 0px 0px #b60116;
    box-shadow: 0px 4px 0px 0px #b60116;
}

.link-button::before {
    content: "Забрать выигрыш";
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    top: 0;
    border-radius: 5px;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#f4102b), to(#f64156));
    background: -webkit-linear-gradient(bottom, #f4102b 0%, #f64156 100%);
    background: -o-linear-gradient(bottom, #f4102b 0%, #f64156 100%);
    background: linear-gradient(0deg, #f4102b 0%, #f64156 100%);
}

.link-button:hover::before {
    opacity: 1;
    /*-webkit-box-shadow: 0px 4px 0px 0px #f1cb46;
        box-shadow: 0px 4px 0px 0px #f1cb46;*/
}

.link-button:hover {
    -webkit-box-shadow: 0px 4px 0px 0px #b60116;
    box-shadow: 0px 4px 0px 0px #b60116;
}

.link-button::after {
    content: "";
    position: absolute;
    left: -140px;
    top: -110px;
    z-index: 7;
    display: block;
    width: 35px;
    height: 300px;
    margin-left: 60px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 75px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 75px rgba(255, 255, 255, 0.4);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    /*transition: all 0.5s ease;*/
    -webkit-animation-name: shine;
    animation-name: shine;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    /*animation: shine 1.2s ease;*/
}

@-webkit-keyframes shine {
    0% {
        left: -140px;
    }
    100% {
        left: 760px;
    }
}

@keyframes shine {
    0% {
        left: -140px;
    }
    100% {
        left: 760px;
    }
}

#main-link-5 {
    left: 50%;
    transform: translateX(-50%);
    top: 310px;
    font-size: 20px;
    width: calc(100% - 60px);
    font-family: "Gilroy Bold", arial;
    font-size: 20px;
    cursor: pointer;
    background-image: -webkit-linear-gradient(90deg, #f64156 0%, #f4102b 100%);
    background-image: -webkit-linear-gradient(90deg, #f64156 0%, #f4102b 100%);
}

#main-link-5:before {
    content: "Забрать выигрыш";
    background-image: -webkit-linear-gradient(90deg, #f4102b 0%, #f64156 100%);
    background-image: -ms-linear-gradient(90deg, #f4102b 0%, #f64156 100%);
}

.icons {
    position: absolute;
    top: 20px;
    right: 225px;
    z-index: 99;
}

@media screen and (max-width: 1024px) {
    .icons {
        right: 0;
    }
}

@media screen and (max-width: 780px) {
    .icons {
        display: none;
    }
}

.comm-item {
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
}

.comm-ava {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
}

.comm-name {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
    font-size: 18px;
}

.pic {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.zen-banner-place .widget {
    width: auto;
}

.zen-banner-place .widget__title,
.zen-banner-place .widget_need-edges .widget__title {
    margin-left: 17px;
    margin-right: 17px;
}

.zen-banner-place .widget__cards-scroller {
    padding: 12px 0 46px 17px;
}

.zen-banner-place .widget-card {
    margin: 0 16px 0 0;
}

.zen-banner-place .widget__edge {
    top: 70px;
}

@media screen and (min-width: 64em) {
    .zen-banner-place .widget {
        margin-left: 17px;
    }

    .zen-banner-place .widget__title,
    .zen-banner-place .widget_need-edges .widget__title {
        margin-left: 0;
        margin-right: 0;
    }

    .zen-banner-place .widget__cards-scroller {
        padding: 12px 0 46px 0;
    }
}

@media only screen and (max-width: 600px) {
    #main-link-5 {
        top: 265px;
        width: calc(100% - 50px);
    }
}

@media only screen and (max-width: 500px) {
    #main-link-5 {
        top: 265px;
        width: calc(100% - 40px);
    }
}

@media only screen and (max-width: 365px) {
    #main-link-5 {
        top: 285px;
        width: calc(100% - 35px);
    }
}

/* */

body, html {
    margin: 0
}

.demon_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    font-family: sans-serif;
    display: none;
    z-index: 9999
}

.demon_popup.active {
    display: block
}

.demon_overflow {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7)
}

.demon_popup_body {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 850px;
    padding: 20px 20px 90px;
    background: linear-gradient(135deg, #3c72b5 0, #7b9fcc 100%) 0 0;
    box-sizing: border-box;
    border: 5px solid #ddd;
    min-height: 415px
}

.demon_popup_title {
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #fff;
    margin: 0
}

.demon_popup_body img {
    position: absolute;
    left: 35px;
    top: 100px;
    width: 100%;
    max-width: 250px;
    height: 220px;
    object-fit: contain
}

.demon_popup_body p {
    padding-left: 270px;
    font-size: 23px;
    line-height: 1.3;
    margin: 0;
    padding-top: 30px;
    color: #fff
}

.demon_popup_body p span {
    color: #de455c;
    white-space: nowrap;
    font-size: 34px;
    font-weight: 700
}

.demon_popup_body p:first-of-type {
    padding-top: 58px
}

.demon_popup_body a:last-of-type {
    position: absolute;
    left: 50%;
    margin-left: -200px;
    bottom: 20px;
    height: 60px;
    background: transparent linear-gradient(to bottom, #de455c 0, #de455c 13%, #c01f37 76%, #c01f37 100%) repeat scroll 0 0;
    color: #e0e2e6;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    font-size: 26px;
    font-weight: 900;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 0 25px rgba(0, 0, 0, .8)
}

.demon_popup_body a:last-of-type:hover {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.demon_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer
}

.demon_close:after {
    content: "";
    width: 40px;
    height: 4px;
    background-color: #de455c;
    transform: rotate(45deg);
    position: absolute;
    top: 13px;
    left: -5px
}

.demon_close:before {
    content: "";
    width: 40px;
    height: 4px;
    background-color: #de455c;
    transform: rotate(-45deg);
    position: absolute;
    top: 13px;
    left: -5px
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.demon_popup.active .demon_popup_body {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

/* */

.door__container {
    display: flex;
    justify-content: space-evenly;
}

.box {
    perspective: 500px;
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.box,
.door {
    width: 190px;
    height: 400px;
    box-shadow: inset -1px -1px 0 1px #191919, inset 1px 1px 0 1px #191919;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.door,
.hi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.door {
    background-image: url("../img/door.webp");
    background-repeat: no-repeat;
    transform: rotateY(0deg);
    display: inline-block;
    transition: all 0.75s ease;
    transform-origin: 0% 0%;
    cursor: pointer;
    background-size: contain;
}

#door__2 {
    background-image: url("../img/door2.webp");
    background-size: contain;
}

#door__3 {
    background-image: url("../img/door3.webp");
    background-size: contain;
}

.door:hover {
    transform: rotateY(-30deg);
}

.door.open {
    transform: rotateY(-80deg);
}

.door__sales {
    position: relative;
    font-size: 45px !important;
    font-weight: 700 !important;
    color: red !important;
    border-radius: 30px !important;
    padding: 30px 5px !important;
    box-shadow: 0 1px 2px 2px #7f7878;
    left: 0 !important;
    display: table;
    right: 0;
    margin: -30px auto !important;
}

.door__title {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px !important;
    margin-bottom: 25px;
    background-color: #3a4752;
    padding: 10px 0;
    border-radius: 0.5em;
}

@media (max-width: 840px) {
    .door__sales {
        font-size: 20px !important;
        font-weight: 700 !important;
        left: 0 !important;
        color: red !important;
        border-radius: 30px !important;
        padding: 30px 5px;
    }

    .box,
    .door {
        width: 96px;
        height: 200px;
        box-shadow: none;
    }
}

@media (max-width: 500px) {
    .door__sales {
        font-size: 20px !important;
        font-weight: 700 !important;
        left: 0 !important;
        color: red !important;
        border-radius: 30px !important;
        padding: 30px 5px;
    }

    .box,
    .door {
       /* width: 100%;*/
        height: 200px;
        box-shadow: none;
    }
}

@media (max-width: 360px) {
    .box + .box {
        margin-left: 15px;
    }

    .door__sales {
        font-size: 22px !important;
        font-weight: 700 !important;
        color: red !important;
        margin-top: -44px !important;
        border-radius: 30px !important;
        padding: 30px 5px;
    }
}

#form-block > center > div.order_blocks > img {
    width: 80% !important;
}

body * {
    font-family: sans-serif !important;
}


ul li,
ol li {
    font-size: 22px !important;
    line-height: 26px !important;
}
.l-slide-columns p {
    font-size: 22px !important;
    line-height: 26px !important;  
}
@media (max-width: 768px) {
    .card__item__sale .card__item__sale-100,
    .card__item__sale .card__item__sale-50,
    .card__item__sale .card__item__sale-30 {
        font-size: 22px !important;
    }
}

@media (max-width: 426px) {
    .card__item__sale .card__item__sale-100,
    .card__item__sale .card__item__sale-50,
    .card__item__sale .card__item__sale-30 {
        font-size: 15px !important;
    }
}

@media (max-width: 371px) {
    .card__item__sale .card__item__sale-100,
    .card__item__sale .card__item__sale-50,
    .card__item__sale .card__item__sale-30 {
        font-size: 11px !important;
    }
}

#form-block > center > div.order_blocks > h3 {
    margin: 15px auto;
}

.vk-comment-text img {
    margin-top: 10px;
}

.overlay {
    /* Скрываем подложку  */
    opacity: 0;
    visibility: hidden;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
    transition: 0.3s all;
}
/*



/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer;
}

.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px;
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important;
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: medium;
    cursor: pointer;
    outline: medium;
}

.cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important;
}


.order-form * {
    padding: 0 !important;
    margin: 0 !important;
    width: unset !important;
    height: unset !important;
    background: unset !important;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.order-form .has-error .order-form-field-label {
    color: #d32f2f !important;
}

.order-form .has-success .order-form-field-label {
    color: #2e7d32 !important;
}

.order-form .order-form-field-label {
    display: block !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-align: left !important;
    padding: 0 !important;
    line-height: 20px !important;
    margin: 0 0 0.25em !important;
    color: #212121 !important;
    transition: 0.25s !important;
    font-style: normal !important;
}

.order-form .phone-help {
    font-size: 10px !important;
    line-height: 10px !important;
    color: #999 !important;
}

.order-form .order-form-old-price {
    font-size: 14px !important;
    color: #d7d7d7 !important;
    font-weight: 400 !important;
    line-height: 10px !important;
    font-style: italic !important;
    text-align: right !important;
    text-decoration: line-through !important;
}

.order-form .order-form-footnote {
    color: #9e9e9e !important;
    font-size: 12px !important;
    line-height: 16px !important;
    margin: 15px 0 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
    text-align: left !important;
}

.order-form .order-form-wrapper {
    max-width: 400px !important;
    margin: 0 auto !important;
    border-radius: 5px !important;
    background: #fff !important;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5) !important;
    opacity: 100 !important;
    position: relative !important;
    padding: 25px !important;
    border: 1px solid #dee2e6 !important;
}

.order-form .order-condition {
    font-size: 12px !important;
    line-height: 20px !important;
}

.order-form .order-form-header {
    margin: 0 0 25px !important;
    position: relative !important;
    opacity: 1 !important;
}

.order-form .order-form-field-wrapper {
    margin-bottom: 15px !important;
}

.order-form .order-form-product-price-wrapper:after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: -5px !important;
    border-right: 10px solid #ffffff00 !important;
    border-bottom: 5px solid #b16869 !important;
}

.order-form .order-form-product-price-wrapper:before {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    bottom: -5px !important;
    border-right: 10px solid #ffffff00 !important;
    border-top: 5px solid #b16869 !important;
}

.order-form .order-form-product-price {
    display: block !important;
    position: relative !important;
    border-radius: 5px 0 0 5px !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: none !important;
    line-height: 25px !important;
    text-shadow: 0 0 2px #000 !important;
}

.order-form .order-form-product-price-wrapper {
    display: block !important;
    padding: 10px 15px !important;
    text-align: center !important;
    background: #e6373a !important;
    position: absolute !important;
    top: -77px !important;
    right: -37px !important;
    border-radius: 5px 0 0 5px !important;
}

.order-form .order-form-product-image-section {
    position: relative !important;
    max-width: 400px !important;
    margin: 0 auto !important;
}

.order-form .order-form-discount {
    font-style: italic !important;
    font-weight: 500 !important;
    line-height: 10px !important;
    color: #d7d7d7 !important;
    font-size: 16px !important;
    text-align: right !important;
}

.order-form .order-form-field-wrapper .order-form-field {
    transition: 0.25s !important;
    outline: none !important;
    display: block !important;
    width: 100% !important;
    background-color: #fff !important;
    color: #212121 !important;
    box-sizing: border-box !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: 5px !important;
    padding: 10px !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    margin: 0 !important;
    border: 2px solid #ddd !important;
    line-height: 1em !important;
    text-indent: unset !important;
    height: unset !important;
    /*appearance: auto !important;*/
    max-width: unset !important;
    font-weight: 400 !important;
    cursor: text !important;
    height: 45px !important;
}

.order-form .order-form-field-wrapper,
.order-form .order-form-field::placeholder {
    font-weight: 400 !important;
}

.order-form .order-form-field::placeholder {
    opacity: unset !important;
    color: #c6c6c6 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: none !important;
}

.order-form .order-form-field-wrapper.has-error .order-form-field:focus,
.order-form .order-form-field-wrapper.has-error .order-form-field {
    border-color: #d32f2f !important;
    background-color: #fbebeb !important;
    color: #d32f2f !important;
}

.order-form .order-form-field-wrapper.has-error .order-form-field::placeholder {
    color: #b29090 !important;
}

.order-form .order-form-field-wrapper.has-success .order-form-field {
    border-color: #2e7d32 !important;
    color: #2e7d32 !important;
    background-color: #eefdee !important;
}

.order-form .order-form-field-wrapper .order-form-field:focus,
.order-form .order-form-field-wrapper.has-success .order-form-field:focus {
    border-color: #ababab !important;
}

.order-form .order-form-product-image {
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    margin: 0 auto !important;
}

.order-form .order-form-product-image-wrapper {
    text-align: center !important;
}

.order-form .order-form-field-wrapper.has-error .help-block {
    color: #d32f2f !important;
}

.order-form .order-form-field-wrapper .help-block {
    font-size: 12px !important;
    line-height: 12px !important;
    text-align: left !important;
}

.order-form .order-form-submit-button {
    cursor: pointer !important;
    text-shadow: 0 0 2px #000 !important;
    display: block !important;
    width: 100% !important;
    background: #e6373a !important;
    color: #fff !important;
    border: none !important;
    padding: 15px 5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    border-radius: 5px !important;
    line-height: 20px !important;
    box-sizing: border-box !important;
    height: unset !important;
    transition: 0.25s !important;
}

.order-form .order-form-submit-button:hover {
    background: #cf3134 !important;
}

.order-form .order-form-submit-button:active {
    background: #9d292b !important;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5) !important;
}

.order-form form {
    background: 0 0 !important;
}

.order-form {
    background: unset !important;
    max-width: unset !important;
    padding: 25px 0 !important;
    margin: 0 !important;
    letter-spacing: 0 !important;
    word-wrap: break-word !important;
    font-size: 1em !important;
    line-height: 2rem !important;
}

.order-form .order-form-text {
    text-align: center !important;
    border-bottom: 2px solid #eee !important;
    padding: 0 0 10px !important;
    font-size: 22px !important;
}

.order-form .order-form-footer-link {
    font-size: 14px !important;
}

.order-form-footer-link-wrapper {
    text-align: center !important;
    margin: 15px 0 0 !important;
}

.order-form .order-form-conditions {
    margin: 10px 0 0 !important;
    font-size: 12px !important;
    line-height: 20px !important;
}

.order-form .product-counter-info {
    font-size: 14px !important;
    text-align: center !important;
    margin: 15px 0 !important;
}

.order-form .product-counter {
    color: #e6373a !important;
    font-weight: 600 !important;
}

.order-form .order-form-info {
    display: flex !important;
    justify-content: space-between !important;
    margin: 10px 0 0 !important;
}

.order-form .timer {
    color: #dc3545 !important;
}

.order-form .help-block {
    font-weight: 600 !important;
    font-style: normal !important;
}

.order-form .order-form-deadline {
    color: #464646 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    text-align: center !important;
    margin: 0 0 15px !important;
}

.order-form .order-form-timer {
    font-weight: 700 !important;
    margin: 5px 0 0 !important;
    font-size: 14px !important;
}

.order-form .time_remains {
    color: #e6373a !important;
    font-size: 14px !important;
}

.order-form .order-form-information {
    font-size: 14px !important;
    line-height: 14px !important;
    text-align: center !important;
    margin: 0 0 15px !important;
    padding: 0 !important;
    color: #555 !important;
}

.order-form .has-error:not(.validating) .order-form-field {
    animation: 0.5s ease trambling-animation;
}

/* */

.country_select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}

.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; max-width:100%; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }
.errField { display:none; font-size: 14px; background: #f00; color: #fff; text-align: center; padding: 10px; margin-bottom:10px; }
.errorMessage {font-size: 15px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 10px 0 0; z-index: 999;}