
html {
    scroll-behavior: smooth;
}

.loading_block {
    text-align: center;
    margin-top: 40px;
    font-size: 22px;
    font-weight: bold;
}

.loading_bar {
    width: 80%;
    height: 10px;
    background-color: #ccc;
    border-radius: 20px;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
}

.bar_inner {
    display: block;
    height: 100%;
    width: 0%;
    background-color: #28a745;
    border-radius: 20px;
    animation: loading 3s linear forwards;
}

@keyframes loading {
    to {
        width: 100%;
    }
}

.discount_block {
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #d96d00;
    animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

a,
button,
input,
textarea,
select {
    -webkit-touch-callout: initial !important;
    -webkit-user-select: initial !important;
    -khtml-user-select: initial !important;
    -moz-user-select: initial !important;
    -ms-user-select: initial !important;
    user-select: initial !important;
}

@media (max-width: 780px) {
    .quiz_title {
        font-size: 17px !important;
        line-height: 16px !important;
        max-width: 200px;
    }
}

span#toform {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

body,
h1,
h2 {
    color: #1b354a;
}
.speaker,
.speaker2,
.speaker3 {
    font-size: 16px;
}
.container,
header {
    position: relative;
}
header,
p {
    padding: 10px 0;
}
.links li:hover,
.speaker {
    color: #5296db;
}
.search,
.social_media {
    float: right;
    vertical-align: top;
}
.logo,
.search,
.social_media {
    vertical-align: top;
}
h2,
label.error {
    font-weight: 400;
}
.away,
.order-pgu,
.superlink h2:hover,
a:hover {
    text-decoration: none;
}
.custom,
.custom p {
    box-sizing: border-box;
}
.away,
.custom h3,
.expert .bottom p,
.footer,
.link a,
.msg > h1,
.order-pgu {
    text-align: center;
}
.clearfx {
    clear: both;
}
.clearfx::after {
    content: "";
    display: table;
    clear: both;
}
a {
    outline: 0;
    cursor: pointer !important;
    text-decoration: underline;
    color: #00f;
}
body {
    top: 0;
    width: 100%;
    height: 100%;
    font-family: regular;
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto;
    overflow-x: hidden;
    cursor: default;
}
.logo_name,
.speaker,
.speaker2,
.speaker3,
h1,
h2 {
    font-family: bold;
}
a:hover {
    color: #3434fd;
}
.away:hover,
.zaf a {
    text-decoration: underline;
}
h1 {
    margin: 0 0 17px;
    font-size: 30px;
    line-height: 34px;
}
h2 {
    margin: 18px 0;
    font-size: 22px;
    line-height: 26px;
}
img {
    max-width: 100%;
}
ol li,
ul li {
    margin-bottom: 10px;
}
p {
    margin: 0;
}
.speaker {
    display: block;
    margin-top: 40px;
}
.logo,
.logo_name {
    display: inline-block;
    cursor: pointer;
}
.speaker3 {
    color: #f44;
}
.container {
    width: 1020px;
    margin: 0 auto;
}
header {
    width: 100%;
    background-color: #fff;
}
.logo {
    width: 50px;
    height: 50px;
    background: url("https://healthyproshop.com/it/prelanding/sedamin_demenzmgid/fonts/logo_1.svg") center center/40px 40px no-repeat;
}
.logo_name {
    margin: 12px 0 0 14px;
    font-size: 24px;
    color: #05519d;
    letter-spacing: 1.3px;
    line-height: 28px;
}
.city,
.time {
    display: inline-block;
    font-family: regular;
    margin-left: 15px;
}
.time {
    line-height: 20px;
    font-size: 11px;
    color: #909090;
}
.city {
    font-size: 13px;
    color: #05519d;
    cursor: pointer;
}
.links,
.social_media {
    font-size: 0;
    display: inline-block;
    position: relative;
}
.links li,
.text1 {
    font-family: bold;
    color: #1b354a;
}
.arrow {
    display: inline-block;
    margin-left: 4px;
    margin-bottom: 2px;
    width: 8px;
    height: 6px;
    background: url(https://healthyproshop.com/it/prelanding/sedamin_demenzmgid/fonts/arrow.svg) center center no-repeat;
}
.social_media li {
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: inline-block;
    border-radius: 2px;
    margin-top: 7px;
    margin-right: 20px;
    cursor: pointer;
}
.fb {
    background: url("https://healthyproshop.com/it/prelanding/sedamin_demenzmgid/fonts/fb.svg") center center/20px 20px no-repeat;
}
.vk {
    background: url("https://healthyproshop.com/it/prelanding/sedamin_demenzmgid/fonts/vk.svg") center center/20px 20px no-repeat;
}
.tw {
    background: url("https://healthyproshop.com/it/prelanding/sedamin_demenzmgid/fonts/tw.svg") center center/20px 20px no-repeat;
}
.ok {
    background: url("https://healthyproshop.com/it/prelanding/sedamin_demenzmgid/fonts/ok.svg") center center/20px 20px no-repeat;
}
.in {
    background: url("https://healthyproshop.com/it/prelanding/sedamin_demenzmgid/fonts/in.svg") center center/20px 20px no-repeat;
}
.search:hover,
.social_media li:hover {
    opacity: 0.7;
}
.header_line_2 {
    margin-top: 0;
    padding-bottom: 6px;
}
.links {
    padding-top: 5px;
}
.links li {
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    letter-spacing: 0.9px;
}
.links li:first-child,
.links li:nth-child(2) {
    margin-right: 11px;
}
.links li:last-child {
    margin-right: 0;
}
.chosen_link {
    border-radius: 3px;
    border: 2px solid #05519d;
    padding: 4px;
}
.search {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("https://healthyproshop.com/it/prelanding/sedamin_demenzmgid/images/search.svg") center center/20px 20px no-repeat;
    margin-right: 10px;
    border-radius: 2px;
    cursor: pointer;
}
.text_section {
    position: relative;
    width: 100%;
    background: #260701;
    padding-bottom: 10px;
}
.base,
.bottom_text {
    background-color: #fff;
}
.white_base {
    position: relative;
}
.base {
    margin: 0 auto;
    padding: 40px 40px 0;
    width: 940px;
}
.bottom {
    position: relative;
    margin-top: 50px;
}
.bottom .base {
    padding-bottom: 40px;
}
.bottom img {
    display: block;
    margin: 0 auto;
}
.bottom_text {
    width: 648px;
    padding: 50px 70px;
    display: block;
    margin: 35px auto 0;
    outline: rgba(114, 168, 211, 0.5) solid 10px;
}
.comment,
.msg > h1 {
    margin-bottom: 30px;
}
.bottom_text p {
    width: 630px;
}
.comments {
    position: relative;
    margin-top: 40px;
}
.comment {
    padding: 30px;
    background: rgba(114, 168, 211, 0.2);
}
.comment img {
    margin-top: 5px;
}
.text1 {
    font-size: 18px;
    margin-top: 4px;
}
.text2,
.text3 {
    font-family: regular;
}
.comment p,
.text2,
.text3 {
    font-size: 16px;
}
.text2 {
    color: #aaa;
}
.text3 {
    margin: 0;
    width: 860px;
}
.alert,
.btn-order {
    font-family: Georgia;
    font-style: italic;
}
.block2,
.block3 {
    width: 732px;
    padding: 10px;
}
.comment p {
    width: 100%;
    margin-top: 20px;
}
.block2 {
    background: #fff;
    border: 1px solid red;
}
.block2 p,
.block3 p {
    width: 730px;
}
.block3 {
    background: #f6fdff;
    border: 1px solid #1b354a;
}
.red {
    font-size: 22px;
    padding: 10px 0 0;
    color: #f40b0b;
}
.ymaps-b-form-button__input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.link {
    position: relative;
    margin: 30px auto 0;
    width: 300px;
    height: 71px;
    background: url(https://healthyproshop.com/it/prelanding/sedamin_demenzmgid/images/button1.webp) no-repeat;
}
.link a {
    display: block;
    height: 100%;
    color: #666;
}
.zaf {
    position: relative;
    margin: 0 0 20px;
}
.zaf a {
    color: #adacab;
}
.zaf a:hover {
    color: #8e8e8e;
}
.custom ul,
.zaf img {
    margin-top: 0;
}
.screenLock {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}
.close,
.msg {
    position: absolute;
}
.msg {
    width: 600px;
    height: 240px;
    top: 150px;
    left: 50%;
    padding: 10px;
    margin-left: -300px;
    background: #148fb9;
    border: 1px solid #eee;
}
.msg > h1 {
    color: #fff;
    font-size: 24px;
    margin-top: 30px;
}
.close {
    top: 1px;
    right: 5px;
    font-size: 40px;
    cursor: pointer;
}
.submit {
    margin-top: 10px;
    height: 50px;
    width: 400px;
    background-color: #b22222;
    color: #fff;
    font-size: 30px;
    border-radius: 3px;
}
label.error {
    font-style: italic;
    color: #b40404;
    padding: 3px 0;
    font-size: 16px;
}
.alert span,
.away,
.btn-order {
    font-weight: 700;
}
.orderForm {
    max-width: 600px;
    padding: 25px 15px;
    background: url(https://healthyproshop.com/it/prelanding/sedamin_demenzmgid/images/bg.webp);
    border: 1px solid #ccc;
}
.alert {
    font-size: 17px;
    color: #333;
}
.btn-order {
    padding: 4px 16px 8px;
    font-size: 25px;
    border-radius: 12px;
    background-color: #cc7a00 !important;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(
        linear,
        left top,
        left bottom,
        from(#ffad32),
        to(#cc7a00)
    );
    background-image: -moz-linear-gradient(top, #ffad32, #cc7a00);
    background-image: -ms-linear-gradient(top, #ffad32, #cc7a00);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #ffad32),
        color-stop(100%, #cc7a00)
    );
    background-image: -webkit-linear-gradient(top, #ffad32, #cc7a00);
    background-image: -o-linear-gradient(top, #ffad32, #cc7a00);
    background-image: linear-gradient(#ffad32, #cc7a00);
    border-color: #cc7a00 #cc7a00 #b26b00;
    color: #333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
    -webkit-font-smoothing: antialiased;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.form-group {
    margin-bottom: 15px;
}
.away {
    display: block;
    color: #b40404;
    font-size: 22px;
    line-height: 28px;
    padding: 12px 0;
    width: 300px;
    background: #bae0fe;
    border: 5px solid #72a8d3;
    border-radius: 40px;
    text-transform: uppercase;
    font-family: bold;
}
.away:hover {
    color: #b40404;
}
.order-pgu {
    display: block;
    width: 554px;
    margin: 20px auto;
    font-family: Tahoma;
    font-weight: 900;
    background: #fb3a35;
    background: -moz-linear-gradient(top, #fb3a35 0, #d5231f 50%, #b2100d 100%);
    background: -webkit-linear-gradient(
        top,
        #fb3a35 0,
        #d5231f 50%,
        #b2100d 100%
    );
    background: linear-gradient(
        to bottom,
        #fb3a35 0,
        #d5231f 50%,
        #b2100d 100%
    );
    color: #fff;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    border: 6px solid #dedede;
    border-radius: 14px;
}
.order-pgu span {
    color: #fad65e;
}
.superlink {
    text-decoration: underline;
    color: #1b354a;
}
.superlink h2:hover {
    color: #5296db;
}
.goods {
    width: 400px;
    height: auto;
    max-width: 100%;
}
.iframe {
    width: 640px !important;
    height: 312px !important;
}
.footer {
    width: 60% !important;
    font-size: 12px;
    color: #fff;
}
.text3 {
    width: calc(100% - 84px) !important;
    margin-left: 74px !important;
}
.block3 {
    width: calc(100% - 20px);
}
.custom {
    margin: 35px 0 20px;
    padding: 15px;
    background: #fff2cc;
    border: 1px solid #000;
}
.custom h3 {
    margin-top: 0;
}
.custom2 {
    background: #d9ead3;
}
.comment-name,
b {
    font-family: bold;
}
.custom p {
    padding: 5px 15px;
}
.expert {
    border: 5px solid #c9daf8;
    margin-bottom: 15px;
}
.expert .bottom {
    margin: 0;
    font-size: 30px;
}
.expert .bottom p {
    font-size: 20px;
}
.expert .top {
    display: flex;
}
.expert .top p {
    font-size: 20px;
    padding-right: 30px;
}
.expert img {
    width: 250px;
    margin-right: 30px;
}
@media screen and (max-width: 1019px) {
    img {
        max-width: 100%;
    }
    .social_media,
    .wr-search {
        display: none;
    }
    .time {
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .header_line_1,
    .header_line_2 {
        text-align: center;
    }
    .base {
        width: calc(100% - 50px);
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .container {
        padding: 0 10px !important;
        width: 100% !important;
    }
    .text3 {
        width: calc(100% - 84px);
        margin-left: 74px;
    }
    .comment {
        padding: 30px 10px;
    }
    .links {
        height: 40px;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }
    .footer {
        width: calc(100% - 30px) !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 767px) {
    .speaker {
        margin-top: 20px;
    }
    .expert .top {
        display: block;
        text-align: center;
        padding: 15px;
    }
    .expert img {
        margin-right: 0;
        margin-bottom: 5px;
    }
    p,
    td {
        text-align: left;
    }
    .cont_img1 {
        float: none !important;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .away {
        width: 260px;
    }
}
.comments h2 {
    font-size: 30px;
    margin-bottom: 35px;
}
.comment-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    font-size: 16px;
}
.comment-image {
    flex: 0 0 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}
.comment-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}
.comment-name span {
    font-size: 12px;
    color: gray;
}
.comment-date {
    color: gray;
    font-size: 13px;
}
.comment-text {
    width: 100%;
}
.comment-text img {
    width: 300px;
    display: block;
    margin-top: 10px;
}
.comment-item.answer {
    padding-left: 50px;
}
.author-write:after {
    display: inline-block;
    -webkit-animation: 1.5s steps(1, end) infinite dotty;
    animation: 1.5s steps(1, end) infinite dotty;
    content: "";
    position: absolute;
    margin-left: 2px;
}
@-webkit-keyframes dotty {
    0%,
    100% {
        content: "";
    }
    25% {
        content: ".";
    }
    50% {
        content: "..";
    }
    75% {
        content: "...";
    }
}
@keyframes dotty {
    0%,
    100% {
        content: "";
    }
    25% {
        content: ".";
    }
    50% {
        content: "..";
    }
    75% {
        content: "...";
    }
}
.uppcase {
    text-transform: lowercase;
}
@media screen and (min-width: 481px) {
    .visible-480 {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .text-bottom {
        font-size: 14px;
    }
    .text-center-480 {
        text-align: center;
    }
}
@media screen and (max-width: 320px) {
    .subline {
        font-size: 17px;
    }
    .base p {
        font-size: 16px;
    }
}
@media screen and (min-width: 720px) and (max-width: 840px) {
    .hidden-sm {
        display: none;
    }
}
.list-tire {
    list-style: none !important;
}
.list-tire li:before {
    content: "-";
    position: relative;
    left: -10px;
}
.vk-comment,
.vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #dae1e8;
    padding-bottom: 15px;
}
.vk-comment-name {
    color: #a40000;
    font-weight: 700;
    font-size: 18px;
    margin-left: 59px;
}
.vk-avatar img {
    width: 58px !important;
    float: left;
    margin-right: 10px;
    border-radius: 1.575em;
}
.vk-comment-text p {
    margin-bottom: 0;
}
.vk-comment-text {
    margin-left: 70px;
}
.base {
    padding-top: 35px !important;
}
.headline {
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    margin: 20px 0;
}
.subline {
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
}
input {
    font-size: 14px;
}
@media (max-width: 1019px) {
    .base {
        padding-top: 60px !important;
    }
    .base h1 {
        margin-top: 0 !important;
    }
}
@media (max-width: 767px) {
    .headline {
        font-size: 28px;
        line-height: 38px;
    }
    .subline {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 480px) {
    .header_line_2 {
        display: none;
    }
    .time {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 360px) {
    .door__sales {
        top: 75px !important;
    }
}
@media (max-width: 320px) {
    .subline {
        font-size: 17px;
        line-height: 30px;
    }
    .size-320 {
        max-width: 111%;
        margin-left: -15px;
    }
    p {
        font-size: 16px;
    }
}
body * {
    font-family: Georgia, Times, "Times New Roman", serif !important;
}
ol li,
p,
ul li {
    font-size: 22px !important;
    line-height: 26px !important;
}
.order_block img {
    width: 100% !important;
    max-width: 230px !important;
}
.ava_block {
    margin-right: 20px;
    width: 40px;
}
.ava_block img {
    max-width: 40px;
}
.wheel img,
.wheel-img {
    max-width: 100%;
    max-height: 100%;
}
.door__wrapper .door__container {
    display: flex !important;
    justify-content: space-around !important;
}
.door__wrapper .box__door {
    perspective: 500px !important;
    position: relative !important;
}
.door__wrapper .box__door,
.door__wrapper .door {
    width: 190px !important;
    height: 400px !important;
    box-shadow: inset -1px -1px 0 1px #191919, inset 1px 1px 0 1px #191919 !important;
}
.door__wrapper .door,
.door__wrapper .hi {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.door__wrapper .door {
    background-image: url(https://healthyproshop.com/it/prelanding/sedamin_demenzmgid/images/door.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    transform: rotateY(0) !important;
    display: inline-block !important;
    transition: 0.75s !important;
    transform-origin: 0% 0% !important;
    cursor: pointer !important;
}
#door__2 {
    background-image: url(https://healthyproshop.com/it/prelanding/sedamin_demenzmgid/images/door2.png) !important;
}
#door__3 {
    background-image: url(https://healthyproshop.com/it/prelanding/sedamin_demenzmgid/images/door3.png) !important;
}
.door__wrapper .door:hover {
    transform: rotateY(-30deg) !important;
}
.door__wrapper .door.open {
    transform: rotateY(-85deg) !important;
}
.door__wrapper .door__sales {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    font-size: 55px !important;
    line-height: 57px !important;
    font-weight: 700 !important;
    color: red !important;
    border-radius: 30px !important;
    padding: 30px 5px !important;
    box-shadow: 0 1px 2px 2px #7f7878 !important;
    width: 85% !important;
    margin: 0;
    min-width: 70px !important;
    text-align: center;
}
.door__wrapper .door__title {
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-align: center !important;
    font-size: 22px !important;
    margin-bottom: 25px !important;
    background-color: #3a4752 !important;
    padding: 10px 0 !important;
    border-radius: 0.5em !important;
}
@media (max-width: 840px) {
    .door__wrapper .door__sales {
        font-size: 20px !important;
        line-height: 22px !important;
        font-weight: 700 !important;
        color: red !important;
        border-radius: 30px !important;
        width: 65% !important;
        min-width: 50px !important;
    }
    .door__wrapper .box__door,
    .door__wrapper .door {
        width: 95px !important;
        height: 200px !important;
    }
    .door__wrapper .door {
        background-image: url(https://healthyproshop.com/it/prelanding/sedamin_demenzmgid/images/media_door.webp);
    }
    #door__2 {
        background-image: url(https://healthyproshop.com/it/prelanding/sedamin_demenzmgid/images/media_door2.webp);
    }
    #door__3 {
        background-image: url(https://healthyproshop.com/it/prelanding/sedamin_demenzmgid/images/media_door3.webp);
    }
}
@media (max-width: 360px) {
    .door__wrapper .box__door + .box__door {
        margin-left: 15px !important;
    }
    .door__wrapper .door__sales {
        font-size: 19px !important;
        line-height: 21px !important;
        font-weight: 700 !important;
        color: red !important;
        border-radius: 30px !important;
    }
}
.order_block {
    display: none;
    text-align: center !important;
}
.order_block img {
    width: 20%;
}
.order_block h3 {
    font: bold 18px Arial !important;
    background: 0 0;
}
.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700;
}
.pop-up-button,
.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !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, 0.6);
    text-align: center;
}
.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(https://healthyproshop.com/it/prelanding/sedamin_demenzmgid/fonts/cross_1.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-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;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    border: none;
    cursor: pointer;
    outline: 0;
}
.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding: 70px 10px 20px;
    border-radius: 10px;
    animation: 0.7s pop-up-appear;
}
.pop-up-window::before {
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    background-color: #71c341;
    border-radius: 50%;
    animation: 0.5s 0.6s backwards pop-up-appear-before;
}
.pop-up-window::after {
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    transform: rotate(-45deg);
    transition: opacity 1s;
    animation: 0.5s 0.6s backwards pop-up-appear-after;
    content: "";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.pop-up-window::after,
.pop-up-window::before {
    content: "";
    position: absolute;
    right: 0;
    margin: 0 auto;
}
@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;
    }
}
@media (max-width: 494px) {
    .close-popup {
        right: 0;
    }
}
#order_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.submit-roulette:active {
    transform: translateY(2px);
    box-shadow: none;
}
.submit-roulette,
input[value="ÐŸÐ¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½Ð¾"] {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 5px 0 15px;
    outline: 0;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s;
}
.input-roulette::placeholder {
    font-size: 0.9em;
}
.input-roulette {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    width: 270px;
}
.ruletka-p {
    text-indent: 0;
    color: #000;
    text-align: center !important;
    margin: 15px;
    line-height: 25px;
    font-weight: 700;
}
.danger-text {
    color: red;
    font-weight: 700;
}
@media (max-width: 505px) {
    .close-popup {
        right: 0;
    }
}
.sert_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sert_box img {
    width: 50%;
}
@media (max-width: 555px) {
    .sert_box img {
        width: 100%;
    }
    .sert_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
    }
}
