/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    color: rgb(0, 123, 255);
}

a:visited {
    color: rgb(0, 123, 255);
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.row {
    display: flex;
    align-items: center;
}

.header__row {
    justify-content: space-between;
}

.tcenter {
    text-align: center;
}

svg {
    vertical-align: middle;
}

.gold-btn {
    color: #fff !important;
    background: #b88b58;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 12px;
}

.container {

    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {


    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {


    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {


    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {


    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {


    .container {
        max-width: 1320px;
    }
}

body {
    font-size: 18px;
    line-height: 1.4;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
}

html {
    font-size: 16px;
}

p,
h1,
h2,
h3,
h4,
ul {
    margin: 1rem 0
}

h1,
h2,
h3,
h4 {
    line-height: 1.2;
}

.header {
    padding: 15px 0;
    background: #fff;

}

.menu__item,
.social__item {
    color: inherit;
    text-decoration: none;

}

.menu__item {
    padding: 0 10px;
}

.social__item {
    padding: 0 5px;
}

.content-img {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.content {
    background: #fff;
    border-radius: 5px;
    padding: 1px 15px;
}


.img-asign {
    font-size: 16px;
    font-style: italic;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.inline-img {
    display: inline-block;
    max-height: 230px;
}

.product-img {
    max-width: 300px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main {
    background: #182847;
    padding: 25px 0;
}

.main_content p.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important;
}


.main_content p.door__sales {
    left: 0 !important;
}

@media (max-width: 767px) {
    .door__sales {
        font-size: 20px !important;
    }

    .main_content p.door__sales {
        padding: 10px !important;
    }
}

.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 {
    position: absolute;
    top: 0;
    left: 0;
}

.door {
    background-image: url(../img/door.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotateY(0deg);
    display: inline-block;
    transition: all 0.75s ease;
    transform-origin: 0% 0%;
    cursor: pointer;
}

#door__2 {
    background-image: url(../img/door2.png);
}

#door__3 {
    background-image: url(../img/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;
    border-radius: 0.5em;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
}

@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(../images/media_door.png);
    }

    #door__2 {
        background-image: url(../images/media_door2.png);
    }

    #door__3 {
        background-image: url(../images/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;
        left: 0 !important;
        border-radius: 30px !important;
    }

}

.order_block,
.spin-result-wrapper {
    display: none;
}

.spin-result-wrapper {
    max-width: 100%;
    display: none;
    padding: 0 15px;
    -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: 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: .7s ease 0s normal none 1 running pop-up-appear
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../fonts/cross.html);
    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 none;
    cursor: pointer;
    outline: medium none
}

.super-rotation {
    -webkit-animation-name: super-rotation;
    animation-name: super-rotation;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

@-webkit-keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg)
    }

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg)
    }
}

@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg)
    }

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg)
    }
}

.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 {
    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: .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(0)
    }
}

@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
}

.order_block h3 {
    text-align: center;
    font-size: 20px;
}

.time_remains {
    color: red;
}

.order_block {
    display: none;
    text-align: center !important;
}

@media screen and (min-width: 992px) {
    #scroll-point-2 {
        display: none;
    }
}

@media (max-width: 479px) {

    .box,
    .door {
        width: 86px;
        height: 182px;
        background-size: contain;
    }
}

.price {
    display: flex;
    justify-content: center;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    margin: 15px 0;
}

.price__item {
    padding: 0 10px;
}

.price__item-title {
    font-weight: 700
}

.price__item--old {
    border-right: 1px solid #ddd;
}

.price__item-value--old {
    text-decoration: line-through;
    font-size: 22px;
    color: gray;
}

.price__item-value--new {
    color: red;
    font-weight: 700;
    font-size: 26px;
    text-shadow: 0 0 1px darkred;
}

.btn {
    display: inline-block;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 12px;
    background: rgb(94, 31, 41);
    background: linear-gradient(180deg, rgba(94, 31, 41, 1) 0%, rgba(184, 39, 47, 1) 100%);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 18px;
    font-family: inherit;
    border-radius: 5px;
}

.btn:hover {
    color: #fff;
    background: linear-gradient(180deg, rgba(94, 31, 41, 1) 0%, rgba(94, 31, 41, 1) 100%);
}





.comment-form__row {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
}

.comment-form__col {
    width: 50%;
    padding: 0 10px;
}

.input {
    background: #fff;
    font-family: inherit;
    font-size: 16px;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    resize: none;
}

.order {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    background: #b5b8ff;
    border: 1px solid #ccc;
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.order__product {
    max-width: 300px;
    width: 100%;
    padding: 0 25px;
}

.order__form {
    max-width: 350px;
    width: 100%;
}

.form__input {
    width: 100%;
    margin-bottom: 15px;
}

.form__btn {
    width: 100%;
}

.red {
    color: red;
}

.ava-img {
    width: 50px;
    float: left;
    margin-right: 10px;
}

.comment-name {
    font-weight: 700;
}

.comment-bottom {
    margin-left: 60px;
}

.comment-item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.menu__item:hover,
.social__item:hover {
    color: gray;
    text-decoration: none;
}

.logo {
    color: inherit;
    text-decoration: none !important;
}

.logo__text {
    text-transform: uppercase;
    margin: 0;
}

.live {
    display: block;
    max-width: 300px;
    width: 100%;
    margin-top: 10px;
}

.burger {
    display: none;
    color: inherit;
}

.info-item {
    padding: 0 5px;
}

.info-item svg {
    margin-right: 5px;
    vertical-align: middle;
}

@media screen and (min-width: 576px) {
    .float-img {
        /* float: left; */
        /* max-width: 280px; */
        width: 70%;
        /* margin-right: 10px; */
    }
}

@media screen and (max-width: 991px) {
    .content-img {
        max-width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .order {
        flex-direction: column;
    }

    .order__product {
        max-width: 250px;
    }

    .door__title {
        font-size: 20px !important;
    }

    .product-img {
        max-width: 250px;
    }

    .burger {
        display: block;
    }

    .menu {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .content-img {
        max-width: 400px;
    }

    .float-img {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    body {
        font-size: 16px;
        line-height: 1.3;
    }

    html {
        font-size: 12px;
    }



    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    .door__title {
        font-size: 20px !important;
    }

    .live {
        max-width: 270px;
    }
}

@media screen and (min-width: 992px) {
    .content {
        padding: 1px 50px;
    }
}

@media screen and (min-width: 480px) {
    .answer {
        margin-left: 60px;
    }
}

.pop-up-button:hover {
    opacity: 0.8;
}

.comment-top {
    display: flex;
    flex-wrap: wrap;
}

.comment-name {
    margin-right: 10px;
}

.content-img--small {
    max-width: 400px;
}

.adult {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    cursor: pointer;
}

.adult:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/adult.png);
    background-position: center;
    background-size: 90%;
    background-color: #fff;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px #000;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat
}

.adult--open:before {
    display: none
}

.adult:not(:last-child) {
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {

    .content-img,
    .adult {
        max-width: 400px;
    }

    .float-img {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
    }
}

@media screen and (max-width: 479px) {
    .asnwer {
        margin-left: 20px;
    }
}

.header a {
    color: inherit;
}

.inL_978078 {
    background: lightgray;
    padding: 15px;
    border: 1px solid black;
}

.inL_190083 {
    padding: 15px;
    border: 2px solid red;
    background: #d9ead3
}