@font-face {
    font-family: "Ara Hamah Homs";
    src: url(../fonts/AraHamahHoms-Regular.woff2) format("woff2"),
        url(../fonts/AraHamahHoms-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Ara Hamah Kilania";
    src: url(../fonts/AraHamahKilania-Regular.woff2) format("woff2"),
        url(../fonts/AraHamahKilania-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Ara Hamah Sahet";
    src: url(../fonts/AraHamahSahetAlAssi-Regular.woff2) format("woff2"),
        url(../fonts/AraHamahSahetAlAssi-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 10px;
    height: 100%;
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body.js-popup {
    overflow-y: hidden;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-top: 60px;
    padding-bottom: 180px;
}

.container {
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.social-links-telegram,
.social-links-facebook,
.social-links-youtube {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    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;
}

.social-links-telegram {
    background-color: #007ebd;
}

.social-links-telegram:hover {
    background-color: #00aeff;
}

.social-links-telegram svg {
    width: 11px;
    height: 11px;
    fill: #fff;
    margin-right: 2px;
}

.social-links-facebook {
    background-color: #3754a0;
}

.social-links-facebook:hover {
    background-color: #1178f2;
}

.social-links-facebook svg {
    width: 6px;
    height: 13px;
    fill: #fff;
}

.social-links-youtube {
    background-color: #b71a20;
}

.social-links-youtube:hover {
    background-color: #fe0000;
}

.social-links-youtube svg {
    width: 13px;
    height: 9px;
    fill: #fff;
}

.header {
    background-color: #87c223;
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__logo {
    border: 4px solid #fff;
    border-left: 2px;
    border-bottom: 3px;
    margin: 6px 0;
}

.header__burger {
    cursor: pointer;
}

.header__burger span {
    margin-bottom: 6px;
    width: 33px;
    height: 3px;
    border-radius: 5px;
    background-color: #fff;
    display: block;
}

.header__burger span:nth-of-type(3) {
    margin-bottom: 0;
}

.header__search {
    cursor: pointer;
}

.promo {
    margin-bottom: 20px;
}

.promo__banner {
    position: relative;
}

.promo__banner .thing {
    position: absolute;
    left: 15px;
    top: 20px;
    border-radius: 50%;
}

.promo__banner .ecsclusive {
    width: 135px;
    height: 37px;
    background: #f9ad05;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Ara Hamah Homs", sans-serif;
    font-weight: 400;
    font-size: 33px;
    line-height: 44px;
    color: #fff;
}

.promo__banner .wrapper {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    border: 2px solid #fff;
}

.promo__banner-text {
    position: absolute;
    font-family: "Ara Hamah Homs", sans-serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 38px;
    color: #fff;
    bottom: 88px;
    right: 22px;
    max-width: 280px;
}

.promo__banner-text-one {
    position: absolute;
    right: 0;
    top: 0;
    width: 230px;
    height: 40px;
    text-decoration: underline;
}

.promo__banner-text-two {
    position: absolute;
    right: 0;
    top: 45px;
    width: 158px;
    height: 40px;
    text-decoration: underline;
}

.promo__text {
    font-family: "Ara Hamah Homs", sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 25px;
    padding: 14px 20px;
}

.promo .red {
    color: #c41b18;
}

.promo__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(100, 100, 100, 0.2980392157);
    border-top: 1px solid rgba(100, 100, 100, 0.2980392157);
    max-width: 350px;
}

.promo__socials img {
    margin-right: 35px;
}

.promo__socials img:nth-of-type(4) {
    margin-right: 0;
}

.promo__socials-com {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-family: "Ara Hamah Kilania", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.promo__socials-com img {
    margin-left: 5px;
    margin-right: 0;
}

.ggg {
    padding-right: 15px;
    padding-left: 15px;
}

.article p {
    padding: 0 20px;
}

.article h2 {
    padding: 0 20px;
}

.article__text {
    font-family: "Ara Hamah Kilania", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}

.article__text--bold {
    font-family: "Ara Hamah Homs", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px;
}

.article__text--light {
    font-family: "Ara Hamah Sahet", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.article__text--big {
    font-family: "Ara Hamah Homs", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.article .text-bg-green {
    background-color: #ccfcea;
}

.article hr {
    border: 1px solid #333;
    border-top: none;
    opacity: 0.2;
    margin: 20px 5px;
}

.article__title {
    font-family: "Ara Hamah Homs", sans-serif;
    font-weight: 400;
    font-size: 67px;
    line-height: 89px;
    padding: 0 20px;
}

.article__subtitle {
    font-family: "Ara Hamah Homs", sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 101.83%;
}

.article__img {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.article__textwithlines {
    font-family: "Ara Hamah Homs", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.article__textwithlines:before {
    content: "";
    position: absolute;
    width: 73px;
    height: 10px;
    background: #f9ad05;
    top: -20px;
    right: 20px;
}

.article__textwithlines:after {
    content: "";
    position: absolute;
    width: 73px;
    height: 10px;
    background: #f9ad05;
    bottom: -20px;
    right: 20px;
}

.article__underimage {
    font-family: "Ara Hamah Sahet", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    opacity: 0.8;
}

.article .block-bg-green {
    background: rgba(204, 252, 234, 0.537254902);
    padding: 18px 0;
    margin: 20px 0;
}

.article .block-bg-green p {
    font-family: "Ara Hamah Sahet", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}

.article .block-bg-green p:nth-of-type(1) {
    padding-left: 45px;
    position: relative;
}

.article .block-bg-green p:nth-of-type(1):before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: 27px;
    height: 22px;
    background: url(../fonts/quote.svg) center/cover no-repeat;
}

.graf__percent {
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px;
}

.graf .wrapper {
    padding-right: 20px;
    padding-left: 20px;
}

.graf__line {
    height: 7px;
    width: 100%;
    max-width: 320px;
    background: #ccfcea;
    position: relative;
    margin-bottom: 10px;
}

.graf__line:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #f40070;
    border-radius: 50%;
    top: -3px;
}

.graf__line:nth-of-type(2):after {
    right: 0.5%;
}

.graf__line:nth-of-type(3):after {
    right: 8%;
}

.graf__line:nth-of-type(4):after {
    right: 26%;
}

.graf__text {
    font-family: "Ara Hamah Kilania", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}

.container {
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
}

.main {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}

.main-content {
    padding-top: 0;
}

h2,
h3,
li,
a,
p {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}

.one-comments-bottom-link {
    background-color: #f77e21;
    border-radius: 10px;
    cursor: pointer;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 100%;
    min-width: auto !important;
    margin-right: 20px;
    margin-left: 20px;
}

.one-comments-bottom-link:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.com-title {
    font-size: 40px;
    margin-top: 25px;
}

.one-comments {
    font-family: "Ara Hamah Sahet", sans-serif;
    font-weight: 400;
}

.price p {
    font-size: 14px;
}

.modal-form__inner-img {
    width: 70% !important;
}

.wheel-cursor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wheel-cursor img {
    width: 75px;
    margin-top: -10px;
}

.website {
    font-family: "Ara Hamah Sahet", sans-serif;
    color: #fff;
    display: block;
    width: 265px;
    height: 64px;
    background: #f77e21;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    font-weight: 400;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
}

.website:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.website-text {
    font-family: "Ara Hamah Sahet", sans-serif;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
}

.shake {
    -webkit-animation: stretch 2s linear infinite;
    animation: stretch 2s linear infinite;
    background-color: red;
}

.shake:hover {
    background-color: #7aba13;
}

@-webkit-keyframes stretch {
    0% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        border-radius: 15px;
    }

    50% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }

    to {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        border-radius: 15px;
    }
}

@keyframes stretch {
    0% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        border-radius: 15px;
    }

    50% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }

    to {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        border-radius: 15px;
    }
}

.spin-wrapper {
    font-family: "Ara Hamah Kilania", sans-serif;
    background: #b840cc;
    font-weight: 400;
}

.spin-wrapper .ruletka-p {
    font-weight: 400;
}

.line {
    height: 1px;
    width: 35%;
    background-color: #000;
    margin-top: 20px;
    margin-bottom: 5px;
    opacity: 0.2;
}

.social-links-telegram,
.social-links-facebook,
.social-links-youtube {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    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;
}

.social-links-telegram {
    background-color: #007ebd;
}

.social-links-telegram:hover {
    background-color: #00aeff;
}

.social-links-telegram svg {
    width: 11px;
    height: 11px;
    fill: #fff;
    margin-right: 2px;
}

.social-links-facebook {
    background-color: #3754a0;
}

.social-links-facebook:hover {
    background-color: #1178f2;
}

.social-links-facebook svg {
    width: 6px;
    height: 13px;
    fill: #fff;
}

.social-links-youtube {
    background-color: #b71a20;
}

.social-links-youtube:hover {
    background-color: #fe0000;
}

.social-links-youtube svg {
    width: 13px;
    height: 9px;
    fill: #fff;
}

.one-footer {
    background-color: #231f20;
    padding-top: 30px;
    padding-bottom: 30px;
}

.one-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

.one-footer__copyright {
    font-family: "Cairo", sans-serif;
    color: #bbb;
    font-weight: 400;
    font-size: 18px;
    margin: 0 2.5px;
}

.one-footer__links-wrap {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.one-footer__links-wrap li {
    margin: 0 2.5px;
}

.one-footer__links-wrap a {
    background-color: rgba(255, 255, 255, 0.3);
}

.one-comments {
    margin: 0 auto;
}

.one-comments p {
    margin: 0;
}

.one-comments [data-comment-like-counter]::before {
    margin: 0 3px;
    content: attr(data-comment-like-counter);
}

.one-comments [data-comment-like-heart] {
    display: none;
}

.one-comments [data-comment-like-heart].js-active {
    display: block;
}

.one-comments [data-comment-like-heart]:hover {
    cursor: pointer;
}

.one-comments-item {
    border-radius: 20px;
    background-color: #fff;
    padding: 30px 30px 25px;
    max-width: 98%;
    margin: 0 auto;
    border: 1px solid #b5c3d3;
    margin-bottom: 25px;
}

.one-comments-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(76, 91, 107, 0.3);
}

.one-comments-item__header img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.one-comments-item__header-info {
    padding: 0 17px;
    color: #4c5b6b;
}

.one-comments-item__header-info-title {
    margin: 0;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 3px;
}

.one-comments-item__header-info-date {
    font-size: 18px;
    line-height: 17px;
    opacity: 0.7;
}

.one-comments-item__main {
    padding: 25px 0 30px;
}

.one-comments-item__main-text {
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

.one-comments-item__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.one-comments-item__footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 30px;
    font-size: 18px;
    line-height: 22px;
    color: #4c5b6b;
}

.one-comments-item__footer-link svg {
    margin-left: 5px;
    margin-right: 5px;
    width: 24px;
    height: 24px;
}

.one-comments-bottom-link {
    min-width: 100%;
    background-color: #000;
    text-align: center;
    font-size: 30px;
    line-height: 140%;
    color: #fff;
    margin-top: 100px;
    padding: 24px 0;
}

.one-comments-bottom-link a {
    padding: 24px;
}

.form-container {
    border: 4px dashed #785d96;
    background: #dddffc;
    background: -o-linear-gradient(top, #dddffc, #dddffc);
    background-image: -ms-linear-gradient(top, #dddffc 0%, #dddffc 100%);
    border-radius: 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.9) 0 1px 2px, inset rgba(255, 255, 255, 0.4) 0 0 0;
    box-shadow: rgba(0, 0, 0, 0.9) 0 1px 2px, inset rgba(255, 255, 255, 0.4) 0 0 0;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    text-decoration: none;
    vertical-align: middle;
    max-width: 700px;
    padding: 20px;
}

.form-field {
    border: 1px solid #d1d1d1;
    background: #fff;
    border-radius: 4px;
    color: #a6a2c7;
    -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(0, 0, 0, 0.7) 0 0 0;
    box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(0, 0, 0, 0.7) 0 0 0;
    padding: 16px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 24px;
    margin-top: 20px;
}

.form-field:focus {
    background: #fff;
    color: #050300;
}

.form-container h2 {
    text-shadow: #000 0 1px 0;
    font-size: large;
    margin: 0 0 10px;
    font-weight: 700;
    text-align: center;
}

.submit-button {
    justify-content: center;
    align-items: center;
    border: 1px solid #447314;
    background: #ff6803;
    background: -o-linear-gradient(top, #ed9e00, #ff6803);
    background-image: -ms-linear-gradient(top, #ed9e00 0%, #ff6803 100%);
    border-radius: 8px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    text-shadow: #698f43 0 1px 0;
    color: #fff;
    font-family: Helvetica, sans-serif;
    padding: 8.5px 18px;
    font-size: x-large;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    height: 70px;
}

.submit-button:hover {
    border: 1px solid #447314;
    text-shadow: #31540c 0 1px 0;
    background: #6aa436;
    background: -o-linear-gradient(top, #ff8c3f, #ff8c3f);
    background-image: -ms-linear-gradient(top, #ff8c3f, #ff8c3f 100%);
    color: #fff;
}

.submit-button:active {
    text-shadow: #31540c 0 1px 0;
    border: 1px solid #447314;
    background: #8dc059;
    background: -o-linear-gradient(top, #6aa436, #8dc059);
    background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
    color: #fff;
}

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

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

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

.ruletka-p {
    text-indent: 0;
    color: #000;
    text-align: center !important;
    margin: 15px;
    line-height: 25px;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 15px;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

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

.spin-wrapper {
    background-color: #fff;
    border: 3px solid red;
    padding: 20px 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.spin-wrapper .ruletka-p {
    margin-bottom: 15px;
}

.wheel {
    width: 380px !important;
    margin: 0 auto;
    position: relative;
}

.wheel img {
    width: 380px;
}

.wheel-img {
    -webkit-transition: 4s;
    transition: 4s;
}

.wheel-cursor {
    position: absolute;
    width: 35% !important;
    height: 35%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.order_block {
    display: none;
    text-align: center !important;
}

.order_block img {
    width: 20%;
}

.order_block h3 {
    font: 700 26px Arial !important;
    background: 0 0;
}

.time_remains {
    font-size: 1.1em;
    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, 0.6);
    text-align: center;
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff 0 0;
    text-align: center;
    padding: 70px 10px 20px;
    border-radius: 10px;
    -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../fonts/cross.svg);
    background-size: 100%;
    top: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: 10px;
    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;
    cursor: pointer;
    outline: medium;
}

.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;
    transition-timing-function: ease-in-out;
}

@-webkit-keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg);
    }

    to {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg);
    }
}

@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg);
    }

    to {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg);
    }
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff 0 0;
    text-align: center;
    padding: 70px 10px 20px;
    border-radius: 10px;
    -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
    animation: 0.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%;
    -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
    animation: 0.5s ease 0.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;
    -o-border-image: none;
    border-image: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s;
    -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

@-webkit-keyframes pop-up-appear {
    0% {
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    30% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes pop-up-appear {
    0% {
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    30% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes pop-up-appear-before {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pop-up-appear-before {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes pop-up-appear-after {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.ggg {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
    margin-bottom: 50px;
}

.price p {
    font-size: 31px;
    margin-top: 0;
}

.price__old {
    font-size: 18px;
}

.price__new {
    font-size: 24px;
}

.wheel__price {
    display: inline-block;
    bottom: 342px;
    right: 37%;
    -webkit-transform: rotateZ(-7deg);
    transform: rotateZ(-7deg);
    padding: 0.3em 1em;
    border: 3px solid #fff;
    border-radius: 5px;
    background: rgba(245, 88, 123, 0.8);
    text-align: center;
    color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 3px 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 3px 10px;
    position: absolute;
    margin-bottom: 45px;
}

.wheel__price.price {
    right: 55%;
    z-index: 999;
    padding: 1.3em 2em;
    bottom: 45%;
}

.wheel__price .price__new {
    display: inline-block;
    font-size: 1.4em;
    font-weight: 700;
    border-bottom: 3px solid #e41749;
}

.wheel-form-left {
    width: 71%;
    max-width: 500px;
    margin: 0 40px;
}

.wheel-form-title {
    font-size: 56px;
    line-height: 120%;
    color: #000;
    font-weight: 400;
    margin: 0 0 30px;
}

.wheel-form-descr {
    font-size: 17px;
    line-height: 120%;
    margin: 0;
    font-weight: 400;
}

@media (max-width: 1399px) {
    .wheel-form-title {
        font-size: 42px;
    }
}

@media (max-width: 1199px) {
    .main-content {
        padding-top: 50px;
        padding-bottom: 140px;
    }

    .wheel__price.price {
        bottom: 39%;
    }

    .wheel-form-title {
        font-size: 36px;
        margin: 0 0 25px;
    }

    .wheel-form-descr {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .main-content {
        padding-top: 50px;
        padding-bottom: 180px;
    }

    .price {
        padding: 0.3em 1em;
        bottom: -17%;
    }

    .wheel-form-left {
        margin: 0 20px;
    }

    .wheel-form-title {
        font-size: 48px;
        margin: 0 0 25px;
    }

    .wheel-form-descr {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .main-content {
        padding-top: 50px;
        padding-bottom: 140px;
    }

    .social-links-telegram,
    .social-links-facebook,
    .social-links-youtube {
        width: 25px;
        height: 25px;
    }

    .social-links-telegram,
    .social-links-facebook,
    .social-links-youtube {
        width: 25px;
        height: 25px;
    }

    .one-footer__copyright {
        font-size: 17px;
    }

    .one-comments-item__footer-link svg {
        width: 18px;
    }

    .wheel__price.price {
        padding: 0.3em 1em;
        bottom: 30%;
    }

    .wheel-form-title {
        font-size: 42px;
    }
}

@media (max-width: 639px) {
    .main-content {
        padding-top: 50px;
        padding-bottom: 120px;
    }

    .one-footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .one-footer__copyright {
        font-size: 16px;
    }

    .one-comments-item__footer-link:last-child {
        display: none;
    }

    .wheel-form-left {
        width: 100%;
        max-width: none;
        margin: 0 auto;
    }

    .wheel-form-title {
        font-size: 40px;
        margin: 0 0 20px;
        text-align: center;
    }

    .wheel-form-descr {
        font-size: 15px;
        text-align: center;
    }
}

@media (max-width: 587px) {
    .promo .thing {
        width: 114px;
        height: 114px;
    }

    .main-content .container {
        padding: 0;
    }
}

@media (max-width: 567px) {
    .one-footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .one-footer__copyright {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 10px;
    }

    .price__old {
        font-size: 12px;
    }

    .price__new {
        font-size: 16px;
    }

    .wheel__price.price {
        bottom: 17%;
    }

    .wheel-form-title {
        font-size: 36px;
    }
}

@media all and (max-width: 520px) {
    .wheel {
        width: 250px !important;
    }

    .wheel img {
        width: 250px;
    }
}

@media screen and (max-width: 520px) and (max-width: 345px) {
    .wheel {
        width: 220px !important;
    }

    .wheel img {
        width: 220px;
    }
}

@media (max-width: 479px) {
    .main-content {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .one-comments-item__header-info-title {
        font-size: 15px;
    }

    .one-comments-item__header-info-date {
        font-size: 10px;
    }

    .one-comments-item__footer-link svg {
        width: 14px;
    }

    .one-comments-item__footer-link {
        font-size: 11px;
    }

    .one-comments-bottom-link a {
        padding: 0;
    }

    .one-comments-bottom-link {
        font-size: 26px;
    }

    .ruletka-p {
        max-width: 100%;
    }

    .price p {
        font-size: 13px;
    }

    .wheel-form-left {
        margin: 0;
        width: 100%;
    }

    .wheel-form-title {
        font-size: 32px;
    }
}

label.error {
    color: red;
    font-weight: 400 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    font-size: 14px;
}

.form-field.error {
    border-color: red !important;
    margin-bottom: 2px;
}