#first-comment {
    display: none
}

.ac_footer {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 50px 0;
    color: #a12000
}

.ac_footer a {
    color: #a12000
}

.ac_footer p {
    text-align: center
}

img[height="1"], img[width="1"] {
    display: none !important
}

.main_content p.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important
}

.hi {
    left: 50% !important;
    transform: translateX(-50%)
}

.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: -1px -1px 0 1px #191919 inset, 1px 1px 0 1px #191919 inset
}

.door, .hi {
    position: absolute;
    top: 0;
    left: 0
}

.door {
    background-image: url(xdoor.png.pagespeed.ic.1B2M2Y8Asg.webp);
    background-repeat: no-repeat;
    transform: rotateY(0);
    display: inline-block;
    transition: all .75s ease 0s;
    transform-origin: 0% 0% 0;
    cursor: pointer
}

#door__2 {
    background-image: url(xdoor2.png.pagespeed.ic.1B2M2Y8Asg.webp)
}

#door__3 {
    background-image: url(xdoor3.png,qv=2.pagespeed.ic.1B2M2Y8Asg.webp)
}

.door:hover {
    transform: rotateY(-30deg)
}

.door.open {
    transform: rotateY(-85deg)
}

.door__sales {
    position: relative;
    top: 100px;
    font-size: 46px !important;
    font-weight: 700 !important;
    color: red !important;
    border-radius: 30px !important;
    padding: 30px 5px !important;
    box-shadow: 0 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: .5em
}

@media (max-width: 840px) {
    .door__sales {
        font-size: 20px !important;
        font-weight: 700 !important;
        top: 35px !important;
        color: red !important;
        border-radius: 30px !important
    }

    .box, .door {
        width: 95px;
        height: 200px
    }

    .door {
        background-image: url(xmedia_door.png.pagespeed.ic.1B2M2Y8Asg.webp)
    }

    #door__2 {
        background-image: url(xmedia_door2.png.pagespeed.ic.1B2M2Y8Asg.webp)
    }

    #door__3 {
        background-image: url(xmedia_door3.png.pagespeed.ic.1B2M2Y8Asg.webp)
    }
}

@media (max-width: 360px) {
    .box + .box {
        margin-left: 15px
    }

    .door__sales {
        font-size: 25px !important;
        font-weight: 700 !important;
        top: 35px !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 10px;
    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: 70px 10px 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(/diabextan-newvision/);*/
    background-size: 100% auto;
    top: -40px;
    border-radius: 50%;
    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 {
    animation-name: super-rotation;
    animation-duration: 7s;
    animation-fill-mode: forwards;
    transition-timing-function: ease-in-out
}

@keyframes super-rotation {
    70% {
        transform: rotate(1783deg)
    }
    100% {
        transform: rotate(1774deg)
    }
}

@keyframes super-rotation {
    70% {
        transform: rotate(1783deg)
    }
    100% {
        transform: rotate(1774deg)
    }
}

.cursor-text:active {
    box-shadow: 0 0 5px rgba(0, 0, 0, .4) 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: 70px 10px 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
}

.entry-social {
    margin-bottom: 2em
}

@media (min-width: 992px) {
    .entry-social {
        margin-bottom: 3em
    }
}

.entry-social .social-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.entry-social .social-button {
    padding: 0 .2em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: rgba(0, 0, 0, .04);
    height: 45px;
    margin: 0
}

.entry-social .social-button:before {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em
}

.entry-social .social-button:hover {
    background: 0 0;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05)
}

.social-links {
    font-size: 1.3em
}

.subscribe-box {
    margin: 20px 0 10px;
    padding: 10px;
    background: #fff;
    /*background: url(/diabextan-newvision/)*/
}

@media (min-width: 768px) {
    .subscribe-box {
        margin: 40px 0 20px
    }
}

.subscribe-box .input, .subscribe-box input[type=color], .subscribe-box input[type=date], .subscribe-box input[type=datetime-local], .subscribe-box input[type=datetime], .subscribe-box input[type=email], .subscribe-box input[type=month], .subscribe-box input[type=number], .subscribe-box input[type=password], .subscribe-box input[type=range], .subscribe-box input[type=search], .subscribe-box input[type=tel], .subscribe-box input[type=text], .subscribe-box input[type=time], .subscribe-box input[type=url], .subscribe-box input[type=week] {
    padding: .6rem 1.5rem;
    margin: .3em 0
}

@media (max-width: 991px) {
    .subscribe-box .input, .subscribe-box input[type=color], .subscribe-box input[type=date], .subscribe-box input[type=datetime-local], .subscribe-box input[type=datetime], .subscribe-box input[type=email], .subscribe-box input[type=month], .subscribe-box input[type=number], .subscribe-box input[type=password], .subscribe-box input[type=range], .subscribe-box input[type=search], .subscribe-box input[type=tel], .subscribe-box input[type=text], .subscribe-box input[type=time], .subscribe-box input[type=url], .subscribe-box input[type=week] {
        width: 80%
    }
}

@media (max-width: 767px) {
    .subscribe-box .input, .subscribe-box input[type=color], .subscribe-box input[type=date], .subscribe-box input[type=datetime-local], .subscribe-box input[type=datetime], .subscribe-box input[type=email], .subscribe-box input[type=month], .subscribe-box input[type=number], .subscribe-box input[type=password], .subscribe-box input[type=range], .subscribe-box input[type=search], .subscribe-box input[type=tel], .subscribe-box input[type=text], .subscribe-box input[type=time], .subscribe-box input[type=url], .subscribe-box input[type=week] {
        display: block;
        width: 100%
    }
}

.social-button {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 .5em;
    height: 2em;
    margin: 0 2px;
    background: #5a80b1;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 576px) {
    .social-button {
        margin: 0 4px
    }
}

.social-button:before {
    content: "";
    display: block;
    height: 100%;
    margin-left: .2em;
    margin-right: .2em;
    width: 1.5em;
    text-align: center;
    color: #fff
}

.social-button span {
    white-space: nowrap;
    margin-left: .3em;
    margin-right: .3em
}

.social-button span[data-counter] {
    margin: 0 .5em;
    font-size: .8em
}

.social-button span[data-counter]:empty {
    display: none
}

.social-button--facebook {
    background: 0 0
}

.social-button--facebook:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--facebook:before {
    background: url(007802171c8b66475f2145cd4b27b7506179753f.svg) center no-repeat
}

.social-button--vkontakte {
    background: 0 0
}

.social-button--vkontakte:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--vkontakte:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--odnoklassniki {
    background: 0 0
}

.social-button--odnoklassniki:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--odnoklassniki:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--moimir {
    background: 0 0
}

.social-button--moimir:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--moimir:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--linkedin {
    background: 0 0
}

.social-button--linkedin:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--linkedin:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--tumblr {
    background: 0 0
}

.social-button--tumblr:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--tumblr:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--surfingbird {
    background: 0 0
}

.social-button--surfingbird:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--surfingbird:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--pinterest {
    background: 0 0
}

.social-button--pinterest:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--pinterest:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--reddit {
    background: 0 0
}

.social-button--reddit:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--reddit:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--buffer {
    background: 0 0
}

.social-button--buffer:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--buffer:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--stumbleupon {
    background: 0 0
}

.social-button--stumbleupon:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--stumbleupon:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--pocket {
    background: 0 0
}

.social-button--pocket:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--pocket:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--xing {
    background: 0 0
}

.social-button--xing:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--xing:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--twitter {
    background: 0 0
}

.social-button--twitter:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--twitter:before {
    /*background: url(681a911250a0e73db175b506275abb378e0dba97.svg) center no-repeat*/
}

.social-button--livejournal {
    background: 0 0
}

.social-button--livejournal:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--livejournal:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--evernote {
    background: 0 0
}

.social-button--evernote:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--evernote:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--delicious {
    background: 0 0
}

.social-button--delicious:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--delicious:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--blogger {
    background: 0 0
}

.social-button--blogger:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--blogger:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--liveinternet {
    background: 0 0
}

.social-button--liveinternet:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--liveinternet:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--digg {
    background: 0 0
}

.social-button--digg:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--digg:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--instapaper {
    background: 0 0
}

.social-button--instapaper:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--instapaper:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--wordpress {
    background: 0 0
}

.social-button--wordpress:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--wordpress:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--baidu {
    background: 0 0
}

.social-button--baidu:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--baidu:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--renren {
    background: 0 0
}

.social-button--renren:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--renren:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--weibo {
    background: 0 0
}

.social-button--weibo:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--weibo:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--sms {
    background: 0 0
}

.social-button--sms:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--sms:before {
    background: url(cd4bd9fcb0761841e902bb71755c974d7f033014.svg) center no-repeat
}

.social-button--skype {
    background: 0 0
}

.social-button--skype:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--skype:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--telegram {
    background: 0 0
}

.social-button--telegram:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--telegram:before {
    background: url(c312546f70be043a4f65011fb45eebe873247725.svg) center no-repeat
}

.social-button--line {
    background: 0 0
}

.social-button--line:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--line:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--youtube {
    background: 0 0
}

.social-button--youtube:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--youtube:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--instagram {
    background: 0 0
}

.social-button--instagram:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--instagram:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--yandexzen {
    background: 0 0
}

.social-button--yandexzen:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--yandexzen:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

.social-button--whatsapp {
    background: 0 0
}

.social-button--whatsapp:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--whatsapp:before {
    background: url(f1a3653466817bfe443ae59fbd1d613cb3106e85.svg) center no-repeat
}

.social-button--viber {
    background: 0 0
}

.social-button--viber:hover {
    background: 0 0;
    background: rgba(0, 0, 0, .05)
}

.social-button--viber:before {
    /*background: url(/diabextan-newvision/) center no-repeat*/
}

@media (min-width: 768px) {
    .social-button--line, .social-button--sms {
        display: none
    }
}

.xU7wm {
    cursor: pointer
}

.social-buttons--square .social-button {
    padding: 0 .1em;
    width: 2em;
    height: 2em
}

.social-buttons--circle .social-button {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.social-buttons--small .social-button {
    width: 1.7em;
    height: 1.7em
}

.comments__item img {
    margin-left: 0 !important
}

#content h2 {
    line-height: normal;
    margin-top: 35px
}

#everad_form input, #everad_form select {
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box
}