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

.box {
    perspective: 500px;
    position: relative
}

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

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

.door {
    background-image: url(../images/xdoor.png.pagespeed.ic._jKn8eBWmV.webp);
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotateY(0deg);
    display: inline-block;
    transition: all .75s ease;
    transform-origin: 0% 0%;
    cursor: pointer
}

#door__2 {
    background-image: url(../images/xdoor2.png.pagespeed.ic.C3WaTUaCQl.webp)
}

#door__3 {
    background-image: url(../images/xdoor3.png.pagespeed.ic.PDdDgtnRrq.webp)
}

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

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

.door__sales {
    position: relative;
    font-size: 40px !important;
    font-weight: 700 !important;
    color: red !important;
    border-radius: 30px !important;
    padding: 30px 10px !important;
    box-shadow: 0px 1px 2px 2px #7F7878;
    margin: 0!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: .5em
}

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

    .box, .door {
        width: 95px;
        height: 200px
    }

    .door {
        background-image: url(../images/xmedia_door.png.pagespeed.ic.QTS526bQj8.webp)
    }

    #door__2 {
        background-image: url(../images/xmedia_door2.png.pagespeed.ic.4_KF6QCpjt.webp)
    }

    #door__3 {
        background-image: url(../images/xmedia_door3.png.pagespeed.ic.A3AeF0y7qn.webp)
    }
}

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

    .door__sales {
        font-size: 25px !important;
        font-weight: 700 !important;
        color: red !important;
        left: 21px !important;
        border-radius: 30px !important
    }

    .box, .door {
        width: 85px;
        height: 180px
    }
}

.order-form {
    width: 100%;
    padding: 24px;
    border: 1px solid #242124;
    text-align: center;
    box-sizing: border-box
}

.order-form__price {
    display: inline-block;
    margin: 0 8px 16px
}

.order-form__price:first-of-type {
    text-decoration: line-through
}

.order-form__price:last-of-type {
    font-weight: 700
}

.order-form__label {
    display: block;
    margin: 0 auto 8px
}

.order-form__text {
    display: block;
    margin: 0 auto 16px !important;
    border-radius: calc(8px/2);
    border: 1px solid #242124;
    padding: 0 16px;
    width: 100%;
    max-width: 220px;
    box-sizing: border-box;
    text-indent: 0;
    height: auto;
    line-height: 1.4;
    font-size: 16px;
    height: 44px
}

.order-form__button {
    cursor: pointer;
    margin: calc(8px/2) auto 16px;
    border-radius: calc(8px/2);
    background-color: green;
    color: #fff;
    border: 0;
    padding: 16px;
    width: 100%;
    max-width: 220px;
    box-sizing: border-box;
    font-size: 20px
}

.order-form__caption {
    margin-bottom: 0
}

.rub-ramka {
    background: rgba(3, 224, 0, .04);
    padding: 6px 13px !important;
    border-radius: 2px;
    border: 4px double rgba(21, 160, 37, .32);
    font-family: sans-serif;
    line-height: 28px;
    font-size: 16px;
    margin: 0 auto;
    font-weight: 400;
    color: #4a4a4a
}

.red {
    color: red
}

.order_block {
    text-align: center !important;
    margin-top: 25px
}

.order_block img {
    width: 80%;
    max-width: 303px
}

.order_block h3 {
    font: 700 18px sans-serif !important;
    background: 0 0
}

p.door__sales {
    left: 0 !important
}

.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: 35%;
    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
}

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

.article__text p.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
}
