.door__wrapper * {
    font-family: sans-serif !important
}

.door__wrapper .door__container {
    display: flex !important;
    justify-content: space-around !important
}

.door__wrapper .box__door {
    perspective: 500px !important;
    position: relative !important
}

.door__wrapper .box__door,
.door__wrapper .door {
    width: 190px !important;
    height: 400px !important;
    box-shadow: inset -1px -1px 0 1px #191919, inset 1px 1px 0 1px #191919 !important
}

.door__wrapper .door,
.door__wrapper .hi {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important
}

.door__wrapper .door {
    background-image: url(../images/door.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    transform: rotateY(0deg) !important;
    display: inline-block !important;
    transition: all .75s ease !important;
    transform-origin: 0% 0% !important;
    cursor: pointer !important
}

#door__2 {
    background-image: url(../images/door2.png) !important
}

#door__3 {
    background-image: url(../images/door3.png) !important
}

.door__wrapper .door:hover {
    transform: rotateY(-30deg) !important
}

.door__wrapper .door.open {
    transform: rotateY(-85deg) !important
}

.door__wrapper .door__sales {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    font-size: 55px !important;
    line-height: 57px !important;
    font-weight: 700 !important;
    color: red !important;
    border-radius: 30px !important;
    padding: 30px 5px !important;
    box-shadow: 0 1px 2px 2px #7f7878 !important;
    width: 85% !important;
    min-width: 70px !important
}

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

@media(max-width:700px) {
    .door__wrapper .door__sales {
        font-size: 20px !important;
        line-height: 22px !important;
        font-weight: 700 !important;
        color: red !important;
        border-radius: 30px !important;
        width: 65% !important;
        min-width: 50px !important
    }
    .door__wrapper .box__door,
    .door__wrapper .door {
        width: 90px !important;
        height: 190px !important
    }
}

@media(max-width:360px) {
    .door__wrapper .box__door+.box__door {
        margin-left: 15px !important
    }
    .door__wrapper .door__sales {
        font-size: 19px !important;
        line-height: 21px !important;
        font-weight: 700 !important;
        color: red !important;
        border-radius: 30px !important
    }
}

.order_block {
    display: none;
    text-align: center !important;
    font-family: sans-serif;
    padding: 0 10px
}

.order_block img {
    width: 100%;
    max-width: 300px
}

.order_block h3 {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    background: 0 0
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700
}

.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, .6);
    text-align: center
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 30%;
    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: .7s ease 0s normal none 1 running pop-up-appear
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../fonts/cross.svg);
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: 0;
    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;
    margin-top: 10px
}

.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, .4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

.pop-up-layer {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, .7) !important;
    z-index: 99 !important
}

.pop-up-layer-show {
    display: block
}

.pop-up-window {
    font-family: sans-serif;
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 30%;
    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: .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: .5s ease .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: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

.text_small {
    font-size: .5em !important;
    font-weight: 400 !important
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px)
    }
    30% {
        transform: translateY(100px)
    }
    100% {
        transform: translateY(0px)
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

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

.door__wrapper {
    max-width: 800px;
    padding: 0 10px
}

.danger-text {
    color: red;
    font-weight: 700
}

.form {
    max-width: 400px;
    margin: 0 auto
}

.form-box label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700
}

.form-field, .form-control {
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 0 15px;
    margin-bottom: 20px
}

.form-btn {
    width: 100%;
    color: #fff;
    background: red;
    padding: 14px 20px;
    border-radius: 3px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px
}

.prices {
    font-size: 20px;
    display: flex;
    justify-content: center
}

.prices .old-price,
.prices .new-price {
    margin: 0 20px 20px
}

.prices .old-price {
    text-decoration: line-through
}

.prices .new-price {
    font-weight: 700;
    color: red
}

.order_block-timer {
    color: red;
    margin-top: 20px;
    margin-bottom: 20px
}