*{
    box-sizing: border-box;
}

body {
    background-color: rgb(231, 231, 231);
    margin: 0;
    font-family: Arial, sans-serif;
}

input, select {
    font-size: 16px;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.main {
    max-width: 1084px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
}

.header {
    background-color: rgb(244, 244, 244);
}

.logo {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
}

.logo_name {
    margin: auto;
    font-size: 26px;
    color: #00a2d9;
}

.bold {
    font-weight: 700;
}

.header {
    height: 101px;
    background: no-repeat right rgb(244, 244, 244) url("img/header_bg.jpg");
}

.nav_panel {
    padding: 14px 20px;
    font-size: 12px;
    border-bottom: solid 1px rgb(231, 231, 231);
}

.nav_elem,
.nav_elem1,
.nav_elem2,
.nav_elem3,
.nav_elem4,
.nav_elem5,
.nav_elem6,
.nav_elem7,
.nav_elem8,
.nav_elem9,
.nav_elem0 {
    cursor: pointer;
    padding: 10px;
}

.nav_elem:hover,
.nav_elem:focus {
    background-color: rgb(232, 227, 48);
}

.nav_elem1:hover,
.nav_elem1:focus {
    background-color: rgb(48, 202, 232);
}

.nav_elem2:hover,
.nav_elem2:focus {
    background-color: rgb(65, 48, 232);
}

.nav_elem3:hover,
.nav_elem3:focus {
    background-color: rgb(232, 48, 140);
}

.nav_elem4:hover,
.nav_elem4:focus {
    background-color: rgb(199, 125, 84);
}

.nav_elem5:hover,
.nav_elem5:focus {
    background-color: rgb(48, 232, 73);
}

.nav_elem6:hover,
.nav_elem6:focus {
    background-color: rgb(192, 50, 255);
}

.nav_elem7:hover,
.nav_elem7:focus {
    background-color: rgb(255, 139, 37);
}

.nav_elem8:hover,
.nav_elem8:focus {
    background-color: rgb(255, 54, 27);
}

.nav_elem9:hover,
.nav_elem9:focus {
    background-color: rgb(240, 27, 255);
}

.nav_elem0:hover,
.nav_elem0:focus {
    background-color: rgb(40, 150, 160);
}


.light_blue {
    color: #62A7D9
}

.nav_icon {
    background: no-repeat url("../img/icon_1.jpg");
    background-position: 0.8;
}

.topPage {
    display: flex;
    justify-content: space-between;
}

.page_block {
    max-width: 814px;
    width: 100%;
    padding: 30px 40px 0 40px;
}

.mainPage {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px
}

.headline1 {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 27px
}

.info_cont {
    display: flex;
    justify-content: space-between;
}

.info_date {
    font-size: 15px;
}

.info_stat {
    display: flex;
    font-size: 13px;
}

.info_stat_item {
    margin: 0 9px;
}

.info_stat_icon {
    background-repeat: no-repeat;
    padding: 2px 12px;
}

.icon2 {
    background-image: url("../img/icon_2.png");
}

.icon3 {
    background-image: url("../img/icon_3.png");
}

.icon4 {
    background-image: url("../img/icon_4.png");
}



.text {
    font-size: 18px;
    line-height: 1.5;
    margin: 20px 0;
}

.standartImg, .interviewImg {
    display: block;;
    max-width: 700px;
    width: 100%;
}

.italic {
    font-style: italic;
}

.image_Text, .interviewImage_Text {
    font-size: 14px;
    max-width: 600px;
    margin-top: 4px;
}

.interviewImage_Text {
    width: fit-content;
}

.koresponden {
    position: relative;
    min-height: 124px;
    padding: 15px;
    margin: 0 0 20px 0;
    border-radius: 10px;
    background-color: rgb(241, 243, 245);
    border: 1px solid rgb(20, 141, 226);
}

.nameKor {
    color: #00a2d9;
}

.nameDoc {
    color: red;
}

.diaologFirst {
    margin: 0 auto;
    margin-bottom: 20px;
}

.avaImg {
    width: 94px;
    float: left;
    margin-right: 10px;
}

.dialogImg {
    width: 640px;
}

.underLine {
    text-decoration: underline;
}

.red {
    color: #960000;
}

.productLink {
    color: limegreen;
    text-decoration: none;
}

.productLink:hover {
    text-decoration: underline;
}

.tesis {
    margin: 0 auto;
}

.interviewImg, .interviewImage_Text {
    margin-left: auto;
    margin-right: auto;
}

.headline2 {
    text-align: center;
    font-size: 19px;
    text-transform: none;
    margin-top: 25px;
    font-weight: bold;
    margin: 0 auto;
    padding: 25px 15px 0 15px;
    max-width: 420px;
}

.dinamika {
    max-width: 640px;
    margin: 25px auto 0 auto;
    border-radius: 10px;
    background-color: #394c6c;
    color: white;
}

.statistic {
    width: 640px;
    max-width: 100%;
    padding: 15px;
    margin: 0 auto;
}

.dinamikaBand {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    margin: 10px auto 10px 0;
    background: linear-gradient(to bottom, #8dd8f5 0, #59a4cc 100%);
}

.dinamikaLineLeft, .dinamikaLineRight {
    padding: 2px;
    color: white;
}

.dinamikaLineLeft {
    padding-left: 10px;
}

.dinamikaLineRight {
    padding-right: 10px;
}

.article {
    padding-right: 20px
}

.article_block {
    margin: 20px 0
}

.article, .articleImg {
    max-width: 200px;
    width: 100%;
}

.articleImg {
    display: block
}

.articleLink {
    color: black;
    text-decoration: none;
}

.articleLink:hover {
    text-decoration: underline;
}

.articleText {
    font-size: 15px;
    margin: 0;
    line-height: 1.5;
}

.line1 {
    width: 98.5%
}

.line2 {
    width: 95%
}

.line3 {
    width: 93%
}

.line4 {
    width: 84%
}

.line5 {
    width: 94%
}

.line6 {
    width: 96%
}

.line7 {
    width: 97.5%
}

.line8 {
    width: 92%
}

.line9 {
    width: 91%
}

.productImg {
    display: block;
    max-width: 400px;
    margin: 20px auto;
    width: 100%;
}

.benefits {
    padding: 7px;
    padding-bottom: 32px;
    font-weight: bold;
    border-top: 1px solid #ff9900;
    border-bottom: 1px solid #ff9900;
}

.productBlock {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
}

.productImg1, .productImg2 {
    max-width: 300px;
    margin: 25px 0;
}

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

.productTest1, .productTest2 {
    max-width: 300px;
    margin: 25px 0;
}

.attention {
    padding: 25px 15px;
    background-color: rgb(255, 246, 246);
    border: 3px solid rgb(145, 23, 16);
    border-radius: 7px;
}

.medForm {
    width: 100%;
    max-width: 640px;
    margin: 25px auto;
    padding: 20px;
    line-height: 1.5625;
    background-image: url("../img.html");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-style: italic;
    text-align: center;
}

.formImg {
    max-width: 100px;
    margin: 25px auto
}

.blue {
    color: blue;
    font-size: 14px;
}

.formHeadline {
    margin: 0 auto;
    font-size: 28px;
}

.oldPrice {
    text-decoration: line-through;
}

.newPrice {
    font-size: 30px;
    color: red;
}

.fillForm {
    margin: 45px 15px 25px 15px;
    border: 2px solid #0299ff;
    padding: 10px;
    font-size: 12px;
}

.formLabel {
    display: block;
    padding: 5px 0;
    font-size: 16px;
}

.formInput {
    font-size: 21px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
}

.formButton {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    padding: 20px;
    font-size: 20px;
    color: white;
    background-color: #0299ff;
    border-radius: 5px;
    border: none;
    transition: all .15s ease-in-out;
    box-shadow: 0px 4px 3px #242120;
    cursor: pointer;
}

.formButton:hover {
    background-color: #026cb3;
}

.formText {
    font-size: 12px;
}

.center {
    text-align: center;
}

.commentsHead {
    padding: 10px;
    font-size: 18px;
    color: white;
    background-color: rgb(38, 106, 193);
}

.comment {
    border-bottom: 1px dashed #ccc;
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    margin: 0 -10px;
}

.commentAva {
    flex-grow: 0;
    padding: 0 10px;
    width: 70px;
    border-radius: 50%;
}

.commentContent {
    padding: 0 10px;
    width: 100%;
    font-size: 15px;
    line-height: 1.4;
}

.commentName {
    margin-top: 0;
    color: rgb(145, 23, 16);
}

.commentText {
    margin: 8px 0;
    font-size: 17px;
}

.commentDetails {
    color: rgb(48, 129, 232);
}

.like {
    width: 13px;
}

.likes {
    color: black;
}

.commentImg {
    display: block;
    max-width: 300px;
    width: 100%
}

.commentLast {
    border: none
}

.footer {
    max-width: 1084px;
    width: 100%;
    margin: 0 auto 83px auto;
    padding: 20px 0;
    background-color: white;
    text-align: center;
    border-top: 1px solid #ccc;
}

.widget {
    display: none;
    height: 83px;
    align-items: center;
    position: fixed;
    width: 100%;
    margin-left: -8px;
    bottom: 0;
    background-image: url("img/widget.png");
    background-color: rgb(0, 0, 0);
    background-position: center top;
    background-size: cover;
}

.wg_text {
    font-size: 18px;
}

.wg_container {
    padding: 10px;
    text-align: center;
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
}

.wg_btn {
    color: white;
    text-decoration: none;
    width: 100%;
    max-width: 250px;
    max-height: 40px;
    margin-left: 10px;
    font-size: 18px;
    background: linear-gradient(180deg, #ff6a00, rgba(195, 30, 0, 1.0));
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .productTest {
        width: 100%;
        max-width: 350px;
        display: block;
        margin: 0 auto;
    }

    .productTest1, .productTest2 {
        max-width: 350px;
        margin: 25px 0;
    }

    .header {
        background: no-repeat left rgb(244, 244, 244) url("img/header_bg.jpg");
    }

    .navPanel {
        display: none
    }

    .article {
        display: none
    }

    .productBlock {
        flex-direction: column;
        align-items: center;
    }

    .info_cont {
        display: block
    }

    .info_date {
        display: block;
        margin: 20px auto;
    }

    .page_block, .mainPage {
        padding: 0 10px;
    }

    .koresponden {
        min-height: 108px;
        padding: 7px;
    }

    .statistic {
        padding: 15px 7px
    }

    .dinamikaLineLeft {
        padding-left: 7px;
    }

    .dinamikaLineRight {
        padding-right: 7px;
    }

    .wg_text {
        font-size: 16px
    }
}
.ladi-notify {
    padding: 5px;
    box-shadow: 0 0 1px rgba(64, 64, 64, .3), 0 8px 50px rgba(64, 64, 64, .05);
    border-radius: 40px;
    color: rgba(64, 64, 64, 1);
    background: rgba(250, 250, 250, .9);
    line-height: 1.6;
    width: 100%;
    height: 100%;
    font-size: 13px
}

.ladi-notify .ladi-notify-image img {
    float: left;
    margin-right: 13px;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    pointer-events: none
}

.ladi-notify .ladi-notify-title {
    font-size: 100%;
    height: 17px;
    overflow: hidden;
    font-weight: 700;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1
}

.ladi-notify .ladi-notify-content {
    font-size: 92.30%;
    height: 17px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    padding-top: 2px
}

.ladi-notify .ladi-notify-time {
    line-height: 1.6;
    font-size: 84.61%;
    display: inline-block;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 155px);
    overflow: hidden
}
#NOTIFY791 {
    font-family: Arial, sans-serif;
    width: 300px;
    height: 62px;
    top: 10px;
    left: 10px;
    bottom: auto;
    right: auto;
    position: fixed;
    z-index: 90000060;
    transition: 0.5s ease;
}

/*Comments*/
.comm-title {
    background-color: #7c3131;
}

.commit-text {
    padding: 10px;
}

.commit-text .commit-text {
    margin-left: 70px;
}

.comment-add {
    /*padding-left: 80px;*/
    margin: 20px 0 0;
    position: relative;
}

.comment-add:after {
    content: "";
    display: block;
    clear: both;
}

.comment-add img {
    top: 0;
}

.comment-add textarea {
    width: 100%;
    resize: none;
    height: 130px;
    border: 1px solid #999;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
    border-radius: 5px;
    font-family: Arial, 'Helvetica Neue', sans-serif;
}

.comment-add input {
    width: 100%;
    resize: none;
    height: 30px;
    border: 1px solid #999;
    padding: 5px 10px;
    box-sizing: border-box;
    outline: none;
    border-radius: 5px;
    margin-bottom: 10px;
}

.comment-add button {
    background: #d23a3a;
    color: #fff;
    width: 80px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border: 0;
    outline: none;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    transition: 0.3s ease;
}

.comment-add button:hover {
    background: #70b9ff;
}

.comment-add button:active {
    background: #4b89ee;
}

.comment-add button:disabled, .comment-add button:disabled:hover{
    opacity: 0.5;
    background: #4b9aff;
}

.new {
    animation: new 5s ease;
}

.reply {
    margin-left: 85px;
    color: #1663c7;
    font-size: 14px;
    line-height: 18px;
    /* margin: 10px 0 0; */
}

span.likes {
    color: #000;
    /* padding-left: 22px; */
    height: 18px;
    /* background: url("img/img/like.png") 0 -1px no-repeat; */
}


@keyframes new {
    0% {
        opacity: 0;
        background: rgba(250, 200, 0, 0.1);
    }
    50% {
        opacity: 100%;
        background: rgba(250, 200, 0, 0.1);
    }

    100% {
        opacity: 100%;
        background: rgba(10, 120, 194, 0);
    }
}

.order {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-family: Arial, sans-serif;
    padding-bottom: 20px;
}

.order * {
    box-sizing: border-box;
}

.order .prod-img {
    display: block;
    margin: 20px auto
}

.order-info h2 {
    color: red;
    font-size: 1.5em;
}

.order-info h2 span {
    text-decoration: underline;
}

.order-info .left_count {
    display: block;
    width: 178px;
    padding: 23px;
    margin: 12px auto;
    background: red;
    color: #fff;
    text-shadow: 0 -1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size: 32px !important;
    border-radius: 5px
}

.order-info .prod_left_val {
    font-size: 52px;
    font-weight: 700;
    line-height: 52px;
}

.order-info div h4 span {
    color: green;
}

.order-form {
    display: none;
    max-width: 600px;
    padding: 20px;
    margin: 0 auto;
}

.order-form-bg {

    background: #fff url("img/formbg.jpg") no-repeat;
    background-size: 100% 100%;
}

.order-form .top {
    padding-top: 100px;
    background: url("img/med1.png") top center no-repeat;
    background-size: 100px auto;
}

.order-form .top h2 {
    margin: 25px 0 0;
    padding: 0;
    line-height: 32px;
    font-size: 30px;
    font-weight: 700
}

.order-form .top p {
    font-size: 14px;
    color: #00f;
    font-style: italic;
}

.order-form .price p span {
    font-size: 21px;
    font-weight: 700;
    color: red;
}

.order-form .frame {
    margin: 45px 10px 25px;
    border: 2px solid #0299ff;
    padding: 10px;
}

.order-form .frame p {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
}

.order-form .order-input {
    margin: 10px
}

.order-form label {
    width: 230px;
    display: block;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px
}

.order-form input {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    font-size: 15px;
}

.order-form p {
    font-size: 12px;
    margin: 0;
    line-height: 30px;
}

.order-form button, .obutton {
    max-width: 265px;
    display: block;
    margin: 20px auto;
    padding: 20px 60px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .45);
    border-radius: 5px;
    background: #0299ff;
    transition: all .15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
}

.order-form button:hover, .obutton:hover {
    background: #017acc;
    text-decoration: none;
    color: #fff
}

.order-form button:disabled, .obutton:disabled {
    opacity: .5
}

.order-form button:hover:disabled, .obutton:hover:disabled {
    background-color: #0299ff
}

.order-form button:active {
    position: relative;
    top: 1px
}

.order-form .timelimit {
    font-size: 14px;
    margin: 0 0 10px;
}

.timer {
    display: inline-block;
    background: url("img/timerIcon2.png") no-repeat;
    padding-left: 14px;
    color: red;
    font-weight: 700;
    line-height: 15px;
}

.price-img {
    display: block;
    margin: 0 auto;
}

.price > span {
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 700;
}

@media screen and (max-width: 480px) {
    .order-form label {
        font-size: 14px
    }

    .order-form button {
        font-size: 16px
    }

    .order-form {
        padding: 10px
    }

    .order-form .order-input {
        margin: 2px
    }

    .price-img {
        width: 100%;
    }
}

.wrap {
    width: 100%;
}

.container {
    margin: 0 auto;
    background: #fff;
}

.form-wrap {
    width: 840px;
    margin-left: 20px;
}


#SECTION380 .ladi-container {
    background: #fff;
}

.order h4 {
    font-size: 18px;
    margin: 20px 0;
}


@media screen and (max-width: 767px) {
    .order-form input {
        width: 80%
    }

    .order-form {
        margin-left: -20px;
        margin-right: -20px
    }

}

@media screen and (max-width: 767px) {
    .order-form .top h2 {
        margin: 0;
    }

    .order-form input {
        font-size: 15px
    }

    .order-form .frame {
        margin: 10px;
    }

    .wrap, .container, .form-wrap {
        width: 100%;
        margin: 0;
    }
}

.submit-form,.wg_btn {
    animation: 1s pulse infinite alternate ease-in-out;
}


@keyframes pulse {
    0% {
        -webkit-transform: scale(1.0);-ms-transform: scale(1.0);transform: scale(1.0);
    }

    100% {
        -webkit-transform: scale(0.95);-ms-transform: scale(0.95);transform: scale(0.95);
    }
}

.submit-form:after {
    display: inline-block;
    -webkit-animation: dotty steps(1,end) 1.5s infinite;
            animation: dotty steps(1,end) 1.5s infinite;
    content: '';
    position:absolute;
    margin-left:10px;
  }

  @-webkit-keyframes dotty {
    0%   { content: ''; }
    25%  { content: '>'; }
    50%  { content: '>>'; }
    75%  { content: '>>>'; }
    100% { content: ''; }
  }

  @keyframes dotty {
    0%   { content: ''; }
    25%  { content: '>'; }
    50%  { content: '>>'; }
    75%  { content: '>>>'; }
    100% { content: ''; }
  }
  body * .main-content-font p,
  .main-content-font ul li,
  .main-content-font ol li {
      font-size: 22px !important;
      line-height: 26px !important;
  }

  .order .order-form #doors_block .submit-roulette {
      margin: 15px auto !important;
  }
  .pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important;
}

.hi {
    left: 50% !important;
    transform: translateX(-50%);
}

.door__sales {
    left: 0 !important;
}

@media (max-width: 767px) {
    .door__sales {
        font-size: 20px !important;
        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,
.hi {
    position: absolute;
    top: 0;
    left: 0;
}

.door {
    background-image: url("img/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("../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 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("img/media_door.png");
    }

    #door__2 {
        background-image: url("img/media_door2.png");
    }

    #door__3 {
        background-image: url("img/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;
    }

}

.spin-result-wrapper {
    display: none;
}

.spin-result-wrapper {
    max-width: 100%;
    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: 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-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
}

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

@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
}
.door__container {
    display: flex;
    justify-content: space-evenly
}

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

.door,
.door_box {
    width: 165px;
    height: 346px;
    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(./door1.png);
    background-repeat: no-repeat;
    transform: rotateY(0);
    display: inline-block;
    transition: all .75s ease;
    transform-origin: 0 0;
    cursor: pointer;
    background-size: contain
}

#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__head {
    font-size: 18px;
    margin: 18px 0;
    text-align: center
}

.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;
    margin: 0 !important;

}

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

@media (max-width:1040px) {

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

    .door__sales {
        font-size: 23px !important
    }

    #form-block {
        margin-bottom: 30px !important
    }
}

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

    .door {
        background-size: contain
    }

    #door__2 {
        background-size: contain
    }

    #door__3 {
        background-size: contain
    }
}

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

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


input[value='Получить бесплатно'] {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 15px 0;
    outline: 0;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: background .3s
}

input[value='Получить бесплатно']:hover {
    background: #b00 !important;
    transition: background .3s
}

input[value='Получить бесплатно']:active {
    transform: translateY(2px);
    box-shadow: none !important
}

.ruletka-p {
    text-indent: 0;
    color: #000;
    text-align: center !important;
    margin: 15px;
    line-height: 25px;
    font-weight: 700
}

.ruletka-p h2 {
    font-size: 25px;
    margin-bottom: 15px
}

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

.time_remains {
    font-size: 26px;
    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: 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(../img/cross.svg);
    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-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
}

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

#order {
    display: none
}

@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
}

@media all and (max-width:520px) {
    .close-popup {
        right: 0 !important
    }
}

@media (max-width:500px) {

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

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

.spin-result-wrapper {
    font-family: sans-serif !important;
}




