.door__container {
    display: flex;
    justify-content: space-around;
}

.box {
    perspective: 500px;
    position: relative;
}

.box,
.door {
    width: 190px;
    height: 400px;
    box-shadow: inset -1px -1px 0px 1px #191919, inset 1px 1px 0px 1px #191919;
}

.door,
.hi {
    position: absolute;
    top: 0;
    left: 0;
}

.door {
    background-image: url(door.png);
    background-repeat: no-repeat;
    transform: rotateY(0deg);
    display: inline-block;
    transition: all 0.75s ease;
    transform-origin: 0% 0%;
    cursor: pointer;
}

#door__2 {
    background-image: url(door2.png);
}

#door__3 {
    background-image: url(door3.png);
}

.door:hover {
    transform: rotateY(-30deg);
}

.door.open {
    transform: rotateY(-85deg);
}

.door__sales {
    position: relative;
    font-size: 46px !important;
    font-weight: 700 !important;
    color: red !important;
    border-radius: 30px !important;
    padding: 30px 5px !important;
    box-shadow: 0px 1px 2px 2px #7F7878;
}


.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;
        color: red !important;
        border-radius: 30px !important;
    }

    .box,
    .door {
        width: 95px;
        height: 200px;
    }

    .door {
        background-image: url(./media_door.png);
    }

    #door__2 {
        background-image: url(./media_door2.png);
    }

    #door__3 {
        background-image: url(./media_door3.png);
    }
}

@media(max-width:360px) {
    .box+.box {
        margin-left: 15px;
    }

    .door__sales {
        font-size: 25px !important;
        font-weight: 700 !important;
        color: red !important;
        border-radius: 30px !important;
    }

}

header {
    height: auto;
}

main {
    margin-top: 0px;
}

.order_form_row select {
    width: 100% !important;
    padding: 14px;
    border: 2px solid #eaeaea;
    font-size: 16px;
    border-radius: 3px;
    box-shadow: none !important;
    margin: 0 !important;

}

.order_form .order_form_row input {
    font-size: 16px;
}

.order_form_row {
    margin: 10px 0px;
}

.mycity {
    text-transform: uppercase;
    font-size: 10px;
    padding: 2px 5px;
    background: #f5fbfb;
    color: #444;
    font-weight: bold;
    font-family: calibri, roboto, arial;
    border-radius: 2px;
    border: 1px solid #989898;
    vertical-align: super;
}

.vk-container {
    font-family: tahoma, arial, verdana, sans-serif;
    font-size: 15px;
    color: black;
    text-decoration: none;
}

.vk-header {
    background: rgb(218, 226, 232) none repeat scroll 0% 0%;
    padding: 4px 4px 4px 6px;
    margin-bottom: 10px;
}

.vk-logo {
    background: transparent none no-repeat scroll 0% 0%;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: -1px;
}

.vk-header-text {
    padding: 2px 3px 1px;
    line-height: 100%;
    color: rgb(69, 104, 142);
    font-weight: bold;
}

.vk-comment,
.vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid rgb(218, 225, 232);
    padding-bottom: 15px;
}

.vk-avatar img {
    float: left;
    margin-right: 10px;
    border-radius: 1.575em;
}

.vk-comment-name {
    color: rgb(164, 0, 0);
    font-weight: bold;
    font-size: 14px;
    margin-left: 59px;
}

.vk-comment-text {
    margin-left: 70px;
    margin-top: 10px;
}

.vk-comment-date {
    margin-left: 70px;
    color: rgb(153, 153, 153);
}


.ord_button {
    background-color: rgb(252, 10, 16);
    color: rgb(255, 255, 255) ! important;
    display: inline-block;
    padding: 10px 20px;
    font-size: 25px ! important;
    box-shadow: 2px 3px 8px rgb(153, 153, 153);
    text-decoration: none ! important;
    border-radius: 8px;
    border: 3px solid rgb(255, 255, 255);
    margin: 20px 0px 30px;
    line-height: 27px;
    text-transform: uppercase;
    transition: all 0.3s ease-in 0s;
}

.ord_button:hover {
    background-color: rgb(119, 33, 51);
    box-shadow: 2px 3px 3px rgb(153, 153, 153);
    text-decoration: none ! important;
    transform: scale(1.1);
}

.screenLock {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    display: none;
}

.msg {
    position: absolute;
    width: 627px;
    height: 482px;
    top: 40px;
    left: 50%;
    margin-left: -300px;
    background-image: url('./RNEiDVB16BU.jpg');
    border: 1px solid rgb(238, 238, 238);
}

.msg>h1 {
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.msg>h2 {
    color: rgb(0, 0, 0);
    text-align: left;
    font-size: 19px;
    margin-left: 40px;
    margin-bottom: 30px;
    margin-top: -10px;
}

.close {
    position: absolute;
    top: 16px;
    right: 18px;
    font-size: 20px;
    cursor: pointer;
    color: black;
}

.fig {
    text-align: center;
}

.box {
    display: flex;
}

.hi {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar .info .social-buttons-compact {
    display: none;
}

.input-roulette {
    font-size: 24px;
}

.btn-main {
    margin-bottom: 20px;
}

.mob {
    display: none;
}

.my-search {
    position: relative;
    top: 5px;
}

@media(max-width: 767px) {

    .desk {
        display: none;
    }

    .mob {
        display: block;
        font-size: 20px !important;
        line-height: 1.2 !important;
    }

    .w_collection_title {
        font-size: 24px !important
    }

    .my-search {
        position: absolute;
        right: 10px;
        top: 20px;
    }
}

@media (max-width: 480px) {
    .w_block p {
        font-size: 18px !important
    }
}

.navbar:not(.short) .menu .search-button.active,
.navbar:not(.short) .menu .search-button:active,
.navbar:not(.short) body.error-page .menu a.search-button,
body.error-page .navbar:not(.short) .menu a.search-button,
.first-comment {

    display: none;
}
.red-txt {
    color: red;
}
.big-txt {
    font-size: 1.3em;
}
.big-txt-2 {
    font-size: 1.1em;
}
figcaption {
    font-style: italic;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
figcaption span {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}
figure img {
    margin-bottom: 5px!important;
}
figure {
    margin: 0 auto 20px;
    max-width: 700px;
}
.w_collection_items > div {
    margin-bottom: 20px;
}
.bg-1 {
    background: #fad14447;
    padding: 10px;
}
.w_collection_items ul {
    padding-left: 20px;
}
p.bg-1 {
    padding: 6px 10px 10px;
}
p.marg5 {
    margin-bottom: 5px;
}
.color-2 {
    color: rgb(140, 7, 7);
}
h2.door__title {
    padding: 10px!important;
}
.submit-roulette {
    padding: 15px; font-size: 20px
}
@media screen and (max-width: 360px) {
    .box, .door {
        width: 85px;
        height: 170px;
    }
    .door {
        background-size: 100% 100%;
    }
}
@media screen and (max-width: 380px) {
    .submit-roulette {
        font-size: 17px;
        width: 100%;
    }
}
.reply {
    padding-left: 30px;
}