/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: sans-serif;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: sans-serif;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
html {
    box-sizing: border-box;
    font-size: 16px;
}
*,
:after,
:before {
    box-sizing: inherit;
}
a {
    color: inherit;
    text-decoration: none;
}
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
    margin: 0;
}
ol,
ul {
    list-style: none;
    padding: 0;
}
button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
}
embed,
iframe,
img,
object,
video {
    display: block;
    max-width: 100%;
}
[hidden] {
    display: none;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.visually-hidden {
    border: none;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0;
    z-index: -1;
}
body {
    background: #fff;
    color: #000;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 1.5;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
}
.wrapper {
    max-width: 1020px;
    padding: 0 20px;
}
@media (max-width: 767px) {
    .wrapper {
        padding: 0 10px;
    }
}
.header__inner {
    display: table;
    padding: 15px 0;
    width: 100%;
}
.header__cell {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .header__cell--right {
        text-align: right;
    }
}
.header__logo {
    display: inline-block;
}
.header__logo-img {
    max-width: 90px;
    width: 100%;
}
.header__logo-img2 {
    display: inline-block;
    margin-bottom: 25px;
    max-width: 205px;
    vertical-align: initial;
    width: 100%;
}
@media (max-width: 375px) {
    .header__logo-img {
        max-width: 73px;
    }
    .header__logo-img2 {
        max-width: 100px;
    }
}
.header__menu-btn {
    display: none !important;
    display: inline-block;
    height: 3px;
    height: 50px;
    position: relative;
    vertical-align: top;
    width: 40px;
}
@media (max-width: 768px) {
    .header__menu-btn {
        display: inline-block !important;
        margin-right: 25px;
        width: 35px;
    }
}
.header__menu-btn span {
    background: #000;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.header__menu-btn span:after,
.header__menu-btn span:before {
    background: #000;
    content: "";
    height: 3px;
    position: absolute;
    width: 100%;
}
.header__menu-btn span:before {
    left: 0;
    top: 10px;
}
.header__menu-btn span:after {
    bottom: 10px;
    left: 0;
}
.header__input-wrapper {
    float: right;
    position: relative;
    width: 380px;
}
@media (max-width: 820px) {
    .header__input-wrapper {
        width: 380px;
    }
}
@media (max-width: 767px) {
    .header__input-wrapper {
        height: 50px;
        width: auto;
        width: 30px;
    }
}
.header__input {
    background:
        url("../img/b2413dffbf7ba1cc165a.png") no-repeat left 10px center/25px auto,
        #f4f4f4;
    border: none;
    color: #717171;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    padding: 12.5px 10px 12.5px 50px;
    width: 100%;
}
@media (max-width: 767px) {
    .header__input {
        background: url("../img/7add6219b1f81edf128e.png") no-repeat 50%;
        border: none;
        font-size: 0;
        height: 100%;
        padding: 0;
        width: 100%;
    }
}
.main .wrapper {
    padding-bottom: 25px;
}
@media (max-width: 767px) {
    .main .wrapper {
        padding-bottom: 15px;
    }
}
.main__breadcrumbs {
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .main__breadcrumbs {
        margin-bottom: 10px;
    }
}
.main__breadcrumbs li {
    display: inline-block;
    position: relative;
}
.main__breadcrumbs li:not(:first-of-type) {
    margin-left: 15px;
}
.main__breadcrumbs li:not(:last-of-type):after {
    color: #54b8ea;
    content: ">";
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    margin-left: 15px;
}
@media (max-width: 767px) {
    .main__breadcrumbs li:not(:first-of-type) {
        margin-left: 0;
    }
    .main__breadcrumbs li:not(:last-of-type) {
        display: none;
    }
}
.main__breadcrumbs a {
    color: #54b8ea;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    position: relative;
}
.main__breadcrumbs a:after {
    background: #54b8ea;
    bottom: -8px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s;
    width: 100%;
}
.main__breadcrumbs a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.main__columns {
    font-size: 0;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .main__columns {
        margin-bottom: 20px;
    }
}
.main__column {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.main__column img {
    margin: 0 auto;
}
.main__column--left {
    float: left;
}
.main__column--right {
    float: right;
}
@media (max-width: 991px) {
    .main__column {
        display: block;
        margin-bottom: 20px;
        width: 100%;
    }
}
@media (max-width: 576px) {
    .main__column {
        margin: 20px auto;
    }
}
.main__title {
    color: #000;
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .main__title {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
    }
}
@media (max-width: 991px) {
    .main__title {
        text-align: center;
    }
}
.main__title span {
    color: red;
}
.main__stat-item {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    line-height: 23px;
    margin-right: 25px;
}
@media (max-width: 767px) {
    .main__stat-item {
        font-size: 14px;
        line-height: 16px;
    }
}
.main__stat-item:before {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.main__stat-item:first-child:before {
    content: "📅";
}
.main__stat-item:nth-child(2):before {
    content: "👁";
}
.main__img,
.main__img-otz {
    margin: 5px 0 15px;
}
.main__img-otz {
    max-width: 350px;
    width: 100%;
}
@media (max-width: 767px) {
    .main__img {
        margin-bottom: 15px;
    }
}
.btn {
    background: #ff0a0a;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    color: #fff;
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    margin: 0 auto;
    max-width: 580px;
    padding: 11px 0;
    text-align: center;
    transition: all 0.3s;
}
@media (max-width: 767px) {
    .btn {
        font-size: 20px;
        line-height: 20px;
        padding: 15px 0;
    }
}
.btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.link {
    color: #ff0a0a;
    font-weight: bolder;
    position: relative;
}
.link:after {
    background: #ff0a0a;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s;
    width: 100%;
}
.link:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.main__promo-text {
    border-left: 4px solid #54b8ea;
    margin-bottom: 25px;
    padding: 10px 30px;
}
@media (max-width: 991px) {
    .main__promo-text {
        padding: 10px;
    }
}
.main__promo-text p {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 25px;
}
@media (max-width: 767px) {
    .main__promo-text p {
        font-size: 22px;
        line-height: 30px;
        margin-top: 15px;
    }
}
.main__promo-avatar {
    float: left;
    margin-right: 10px;
    width: 60px;
}
@media (max-width: 767px) {
    .main__promo-avatar {
        height: 40px;
        width: 40px;
    }
}
.main__promo-title {
    color: #000;
    display: table-cell;
    font-size: 24px;
    font-weight: 700;
    height: 60px;
    line-height: 28px;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .main__promo-title {
        font-size: 22px;
        line-height: 26px;
    }
}
.main__promo-title span {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
}
@media (max-width: 767px) {
    .main__promo-title span {
        display: block;
        font-size: 22px;
        line-height: 24px;
    }
}
.main__title-question {
    background: #f4f4f4;
    color: #3666a4;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 50px;
    padding: 15px 40px;
    position: relative;
}
@media (max-width: 767px) {
    .main__title-question {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
        padding: 20px 10px 10px;
    }
}
.main__title-question:before {
    background: none;
    color: #009bd2;
    content: "“";
    font-size: 42px;
    font-weight: 700;
    height: 26px;
    left: 30px;
    position: absolute;
    top: -10px;
    width: 32px;
}
.main__blank-text {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .main__blank-text {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}
.main__question {
    background: #f4f4f4;
    color: #3666a4;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 50px;
    padding: 15px 40px;
    position: relative;
}
@media (max-width: 767px) {
    .main__question {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
        padding: 10px;
    }
}
.main__doc {
    border-left: 4px solid #54b8ea;
    margin-bottom: 25px;
    padding: 0 30px;
}
@media (max-width: 767px) {
    .main__doc {
        padding: 0 10px;
    }
}
.main__doc-avatar {
    float: left;
    margin-right: 10px;
    width: 60px;
}
@media (max-width: 767px) {
    .main__doc-avatar {
        height: 40px;
        width: 40px;
    }
}
.main__doc-info {
    color: #000;
    display: table-cell;
    font-size: 24px;
    font-weight: 700;
    height: 60px;
    line-height: 28px;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .main__doc-info {
        font-size: 20px;
        height: 40px;
        line-height: 23px;
    }
}
.main__doc-info span {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
}
.main__author-info {
    color: #000;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: 36px;
}
.main__prod {
    margin: 0 auto;
}
@media (max-width: 767px) {
    .main__prod {
        max-width: 150px;
    }
    .header__input {
        display: none;
    }
}
@media (max-width: 425px) {
    .main__breadcrumbs {
        display: none;
    }
    .header__menu-btn {
        margin-right: 0;
    }
}
.comments {
    padding-top: 25px;
}
.comments .wrapper {
    max-width: 780px;
}
.comments__title {
    background: #136fa2;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 15px;
    padding-left: 20px;
}
.comments__item {
    border-bottom: 1px solid #54b8ea;
    margin-bottom: 25px;
    padding-bottom: 15px;
    padding-left: 100px;
    position: relative;
}
@media (max-width: 767px) {
    .comments__item {
        padding-left: 0;
    }
}
.comments__ava-img {
    border-radius: 50%;
    height: 60px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 0;
    width: 60px;
}
@media (max-width: 767px) {
    .comments__ava-img {
        float: left;
        height: 50px;
        position: static;
        width: 50px;
    }
}
.comments__name {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}
@media (max-width: 767px) {
    .comments__name {
        line-height: 50px;
    }
}
.comments__text {
    clear: both;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}
.comments__date {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}
@media (max-width: 767px) {
    .comments__date {
        display: block;
    }
}
#order_form {
    margin-top: 0 !important;
}
body form .input-roulette {
    border: 2px solid #e9d7dc;
    border-radius: 3px;
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 300px;
    min-height: 50px;
    padding: 15px;
    width: 100%;
}
body form .submit-roulette {
    -webkit-animation: pulse 1s ease-in-out infinite alternate;
    animation: pulse 1s ease-in-out infinite alternate;
    background-color: #0299ff;
    background-position: 1.35em 0.94em;
    background-repeat: no-repeat;
    background-size: 1em;
    border: none !important;
    border-radius: 5px !important;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px !important;
    font-weight: 700;
    margin-top: 0 !important;
    max-width: 300px !important;
    padding: 20px !important;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
    width: 100% !important;
}
form#order_form {
    background: 0 0 !important;
}
.ring-loading {
    -webkit-animation: loadingD 1.5s cubic-bezier(0.17, 0.37, 0.43, 0.67) 0.3s infinite;
    animation: loadingD 1.5s cubic-bezier(0.17, 0.37, 0.43, 0.67) 0.3s infinite;
    border: 7px dashed #000;
    border-radius: 100%;
    display: none;
    height: 10px;
    margin: 0 auto;
    margin: 10px auto !important;
    padding: 15px !important;
    width: 10px;
}
@-webkit-keyframes loadingD {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes loadingD {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
#standardfooter {
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 5px;
    text-align: center;
    width: 100%;
}
#standardfooter,
.footerlinks {
    display: -webkit-flex;
    display: flex;
}
.footerlinks {
    -webkit-justify-content: center;
    justify-content: center;
}
.footerborder {
    margin: 0 10px;
}
#standardfooter a {
    color: inherit;
}

#order_form {
    background: #fff;
    background-image: url("../img/d2ca7374b3766d6586b1.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: sans-serif;
    line-height: 25px;
    margin: 20px auto;
    max-width: 600px;
    padding: 20px;
    text-align: center;
}
#order_form div {
    background: 0 0 !important;
}
#order_form h2 {
    border: none;
    line-height: 32px;
    margin: 25px 0 0;
    padding: 0;
}
#order_form label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto;
    padding: 5px 0;
    width: 230px;
}
#order_form label.vertical {
    border: none !important;
}
.device_info {
    color: green;
    display: block;
    font-size: 14px;
    margin: 10px 20px;
}
#order_form input {
    border: 2px solid #e9d7dc;
    border-radius: 3px;
    font-size: 16px;
    max-width: 300px;
    padding: 15px;
    width: 100%;
}
#order_form span {
    font-size: 12px;
}
.content-btn {
    background: red;
    border-radius: 5px;
    color: #fff !important;
    display: block;
    font-size: 32px;
    margin: 20px auto;
    padding: 12px;
    text-align: center;
    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;
    width: 178px;
}
#order_form button,
.obutton {
    background-color: #0299ff;
    background-position: 1.35em 0.94em;
    background-repeat: no-repeat;
    background-size: 1em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    max-width: 300px;
    padding: 20px;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
    width: 100%;
}
#order_form button:hover,
.obutton:hover {
    background-color: #017acc;
}
#order_form button:active {
    position: relative;
    top: 1px;
}
.order_info h2 {
    border: none !important;
    color: red !important;
}
.left_count {
    background: red;
    border-radius: 5px;
    color: #fff;
    font-size: 32px !important;
    margin: 12px 0;
    padding: 23px;
    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;
    width: 178px;
}
.left_count .prod_left_val {
    font-size: 52px !important;
}
#order_form_success {
    position: relative;
}
@media screen and (max-width: 480px) {
    #order_form label {
        font-size: 14px;
    }
    #order_form button {
        font-size: 16px;
    }
    #order_form {
        padding: 20px 10px;
    }
    #order_form .order_form_pole {
        margin: 2px;
        padding: 0;
    }
}
@media screen and (max-width: 459px) {
    #order_form input {
        width: 80%;
    }
}
@media screen and (max-width: 349px) {
    #order_form input {
        font-size: 14px;
    }
    #order_form button {
        margin-left: 0;
    }
}
.btn,
.submit-form {
    -webkit-animation: pulse 1s ease-in-out infinite alternate;
    animation: pulse 1s ease-in-out infinite alternate;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}
.submit-form:after {
    -webkit-animation: dotty 1.5s step-end infinite;
    animation: dotty 1.5s step-end infinite;
    display: inline-block;
    margin-left: 10px;
    margin-top: 2px;
    position: absolute;
}
@-webkit-keyframes dotty {
    0% {
        content: "";
    }
    25% {
        content: ">";
    }
    50% {
        content: ">>";
    }
    75% {
        content: ">>>";
    }
    to {
        content: "";
    }
}
@keyframes dotty {
    0% {
        content: "";
    }
    25% {
        content: ">";
    }
    50% {
        content: ">>";
    }
    75% {
        content: ">>>";
    }
    to {
        content: "";
    }
}
.submit-roulette:hover {
    background: #b00;
}
.additional-form-fields {
    height: 42px;
    margin-bottom: 10px;
    padding-left: 5px;
}
.submit-roulette,
input[value="Получить бесплатно"] {
    background: red;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    margin: 5px 0 15px;
    outline: none;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: background 0.3s;
}
input[value="Получить бесплатно"]:hover {
    background: #b00 !important;
    transition: background 0.3s;
}
input[value="Получить бесплатно"]:active {
    box-shadow: none !important;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.input-roulette::-webkit-input-placeholder {
    font-size: 0.9em;
}
.input-roulette::-moz-placeholder {
    font-size: 0.9em;
}
.input-roulette::placeholder {
    font-size: 0.9em;
}
.input-roulette {
    width: auto !important;
}
.cursor-text {
    font: 16px !important;
    top: 49%;
}
.order_block h3 {
    background: 0 0;
    font: 700 18px !important;
}
#ad1_form,
#adbees_form,
#adeptcpa_form,
#aff1_form,
#apilead_form,
#burg_tl_form,
#cpagetti_form,
#crm_form,
#drcash_form,
#everad_form,
#funcpa_form,
#ha9_form,
#hp_form,
#kma_form,
#leadbit_form,
#leadgroup_form,
#leadtrade_form,
#luckyshop_form,
#m_leads,
#monsterleads_form,
#omni_form,
#p_apilead_form,
#p_hp_form,
#p_hp_form_test,
#p_omni_form,
#p_rekl_form,
#profit_form2,
#pw_hp_form,
#rekl_form,
#rocket_form,
#scpa_pw_ad1_form,
#scpa_pw_apilead_form,
#scpa_pw_drcash_form,
#scpa_pw_hp_form,
#scpa_pw_leadtrade_form,
#scpa_pw_tl_form,
#shakes_form,
#static_omni_form,
#t_drcash_form,
#tl_form,
#v_m_leads {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-family: sans-serif;
}
.pop-up-text {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
}
.pop-up-button {
    outline: medium;
}
.pop-up-window {
    top: 40%;
}
@-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);
    }
}
@-webkit-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;
    }
}
@media (max-width: 520px) {
    .wheel {
        height: 260px !important;
        width: 260px !important;
    }
    .cursor-text {
        font-size: 12px !important;
        line-height: 45px !important;
    }
}
* {
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
ul li {
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
}
ul li {
    list-style: none;
}
body {
    background: #f2f2f2;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
}
.wrapper,
body {
    display: block;
    width: 100%;
}
.wrapper {
    margin: 0 auto;
    max-width: 1150px;
}
p {
    color: #000;
    font-family: sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 10px;
}
header {
    background: #fff;
    margin-bottom: 15px;
}
header .top {
    -webkit-align-items: center;
    align-items: center;
    background: #f72210;
    display: -webkit-flex;
    display: flex;
    min-height: 120px;
}
header .top .logo {
    color: #fff;
    display: block;
    font-size: 50px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.menu,
.menu-ul {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.menu-ul li {
    padding: 16px 18px;
    position: relative;
}
.menu-ul li:after {
    background: silver;
    border-right: 0.75px solid silver;
    bottom: 0;
    content: " ";
    height: 25px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.menu-ul li:last-child {
    padding-right: 55px;
}
.menu-ul li:last-child:after {
    content: none;
}
.menu-ul li a {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-decoration: none;
}
.menu-ul li a,
.search {
    color: #000;
    font-family: sans-serif;
    font-style: normal;
}
.search {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 16px 30px 16px 0;
    position: relative;
}
.search:after {
    background: url("../fonts/db9469297ace19b90bcb.svg") no-repeat;
    background-size: contain;
    content: " ";
    height: 19px;
    position: absolute;
    right: 0;
    width: 19px;
}
.content {
    background: #fff;
    padding: 30px 50px;
}
.current-category {
    color: #f72210;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 22px;
}
.current-category,
.title {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
}
.title {
    color: #000;
    font-size: 40px;
    line-height: 47px;
}
.subtitle {
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    margin: 11px 0;
}
.post-date,
.subtitle {
    color: #000;
    font-family: sans-serif;
    font-style: normal;
}
.post-date {
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    line-height: 31px;
    padding: 0 7px;
    position: relative;
    text-transform: uppercase;
}
.post-date:before {
    border-left: 0.75px solid #000;
    left: 0;
}
.post-date:after,
.post-date:before {
    bottom: 0;
    content: " ";
    height: 14px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
}
.post-date:after {
    border-right: 0.75px solid #000;
    right: 0;
}
.categories {
    margin-top: 15px;
}
.categories ul {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.categories ul li {
    background: silver;
    color: #fff;
    font-family: sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 23px;
    margin-bottom: 5px;
    margin-right: 13px;
    padding: 5px 14px;
}
.categories ul li.current {
    background: #f72210;
}
.categories ul li:last-child {
    margin-right: 0;
}
.content .image {
    border-top: 5px solid #f72210;
    display: block;
    margin: 40px auto;
}
.content .image.horizontal {
    max-width: 540px;
    width: 100%;
}
.content .image.vertical {
    max-width: 410px;
    width: 100%;
}
.social {
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px;
    padding: 18px 0;
}
.social span {
    color: #000;
    font-family: sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-right: 40px;
}
.social img {
    height: 41px;
    margin-right: 40px;
    width: 41px;
}
h1 {
    border-left: 7px solid #f72210;
    color: #000;
    font-size: 38px;
    line-height: 46px;
    margin: 35px 0;
    padding-left: 30px;
}
.table-title b,
h1 {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    position: relative;
}
.table-title b {
    background: #f72210;
    color: #fff;
    font-size: 25px;
    line-height: 45px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}
.table-title {
    position: relative;
}
.table-title:before {
    background: #f2f2f2;
    content: "";
    display: block;
    height: 5px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}
.graph,
.label,
.table-title b {
    display: block;
    margin: 40px auto;
    max-width: 540px;
    width: 100%;
}
.label {
    margin: 35px auto;
}
.label li {
    -webkit-align-items: center;
    align-items: center;
    color: #000;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    font-family: sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 25px;
}
.graph {
    height: 325px;
}
.square1,
.square2 {
    display: inline-block;
    height: 25px;
    margin-right: 8px;
    width: 25px;
}
.square1 {
    background-color: #b8b8b8;
}
.square2 {
    background-color: #1202f7;
}
.graph tbody {
    -webkit-align-items: end;
    align-items: end;
    background: repeating-linear-gradient(180deg, #f2f2f2, #f2f2f2 0 1px, transparent 1px, transparent 20%);
    border-bottom: 1px solid #919191;
    border-top: 1px solid #919191;
    -webkit-column-gap: 10%;
    -moz-column-gap: 10%;
    column-gap: 10%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(2em, 1fr));
    height: 100%;
    margin: 3em 0 1em 2.8em;
    padding: 0;
    position: relative;
}
.graph tbody:after,
.graph tbody:before {
    color: #000;
    font-family: sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    left: -3.2em;
    line-height: 32px;
    position: absolute;
    text-align: right;
    width: 2.8em;
}
.WeightConsistently tbody:before {
    content: "100%";
    top: -1em;
}
.WeightConsistently tbody:after {
    bottom: -1em;
    content: "0%";
}
.graph tbody th {
    font-weight: 400;
    left: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: -3em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    white-space: nowrap;
    width: 100%;
}
.graph tr {
    display: block;
    position: relative;
}
.graph tr:hover {
    opacity: 0.7;
    z-index: 999;
}
.graph td,
.graph th {
    display: block;
    text-align: center;
}
.graph td {
    border-radius: 0.5em 0.5em 0 0;
    height: 100%;
    transition: background 0.5s;
    width: 100%;
}
.graph td span {
    color: #fff;
    font-family: sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    left: 50%;
    line-height: 36px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity 0.5s;
    width: 100px;
}
.AverageMineral tbody:before,
.AveragePounds tbody:before {
    content: "กิโลกรัม";
    top: 46%;
}
.AverageMineral tbody:before,
.AveragePounds tbody:before,
.AverageWeightLoss tbody:before {
    color: #000;
    font-family: sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.AverageWeightLoss tbody:before {
    content: "น้ำหนักที่ลดลงโดยเฉลี่ยใน 1 เดือน";
    left: -11em;
    text-align: center;
    top: 45%;
    width: 325px;
}
.AverageWeightLossPercentage tbody:before {
    content: "% ซึ่งลดน้ำหนักได้มากกว่า 20 กก.ใน 1 เดือน";
}
.AverageWeightLossPercentage tbody:before,
.SideEffects tbody:before {
    color: #000;
    font-family: sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    left: -11em;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 325px;
}
.SideEffects tbody:before {
    content: "% ใครได้รับผลข้างเคียง";
}
a {
    color: #f72210;
    cursor: pointer;
    text-decoration: underline;
}
.prod-img {
    display: block;
    margin: 40px auto;
    max-width: 400px;
    width: 100%;
}
.coupon {
    margin: 40px auto 10px;
}
.coupon,
.coupon span {
    position: relative;
    width: 100%;
}
.coupon span {
    background: #fff;
    color: #000;
    display: block;
    font-family: sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin: 0 auto;
    max-width: 350px;
    text-align: center;
    z-index: 2;
}
.coupon:before {
    background: #f2f2f2;
    border-bottom: 2px dashed #919191;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}
.coupon:after {
    background: url("../img/b1260b6de77cb3e279aa.png") no-repeat;
    background-size: contain;
    content: " ";
    height: 37px;
    position: absolute;
    right: 20px;
    top: -20px;
    width: 50px;
    z-index: 2;
}
.claim-now {
    color: #f72210;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}
.claim-now,
.note {
    font-family: sans-serif;
    font-style: normal;
    text-align: center;
}
.note {
    background: #ff0;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    margin: 20px auto 10px;
    padding: 5px 0;
}
.stock-update img {
    margin-right: 5px;
    width: 18px;
}
.stock-update {
    -webkit-align-items: center;
    align-items: center;
    background: #effff7;
    border: 1px dotted #000;
    display: -webkit-flex;
    display: flex;
    margin: 15px 0;
    padding: 4px 9px;
}
.stock-update p {
    margin: 0;
}
.stock-update span {
    color: #dc3545;
}
.order-block {
    -webkit-align-items: center;
    align-items: center;
    background: #effff7;
    border: 1px dotted #000;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 20px;
}
.order-block-img {
    margin: 0 auto;
    max-width: 300px;
    width: 30%;
}
.order-block-text {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 70%;
}
.order-block-text p {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 0;
}
.order-block-text .note,
.order-block-text p {
    font-family: sans-serif;
    font-style: normal;
    text-align: center;
}
.order-block-text .note {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    margin: 10px 0;
    padding: 5px 15px;
}
.button {
    background: #de7474;
    background: linear-gradient(180deg, #de7474, #f72210 60%);
    border-radius: 10px;
    color: #fff;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de7474",endColorstr="#f72210",GradientType=1);
    font-size: 30px;
    line-height: 54px;
    margin: 15px auto;
    max-width: 500px;
    padding: 20px 15px;
    text-decoration: none;
    width: 100%;
}
.button,
.checkmark {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}
.checkmark {
    color: #f72210;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding-left: 30px;
    position: relative;
}
.checkmark:before {
    background: url("../img/b1260b6de77cb3e279aa.png") no-repeat;
    background-size: contain;
    content: " ";
    height: 29px;
    left: 5px;
    position: absolute;
    top: -11px;
    width: 30px;
}
@media screen and (max-width: 1150px) {
    .menu {
        display: none;
    }
}
@media screen and (max-width: 750px) {
    .order-block {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .order-block-img {
        margin-bottom: 20px;
        width: 100%;
    }
    .order-block-text {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    header {
        margin-bottom: 0;
    }
    header .top {
        min-height: auto;
        padding: 20px;
    }
    header .top .logo {
        font-size: 27px;
        max-width: 320px;
    }
    .content {
        padding: 30px 15px;
    }
    .current-category {
        display: none;
    }
    .title {
        font-size: 30px;
        line-height: 35px;
    }
    .subtitle {
        font-size: 20px;
        line-height: 25px;
    }
    .post-date {
        font-size: 14px;
        font-weight: 300;
        line-height: 25px;
    }
    .categories ul li {
        font-size: 12px;
        letter-spacing: 0.15em;
        line-height: 14px;
        margin-right: 5px;
    }
    .content .image.horizontal,
    .content .image.vertical {
        max-width: 100%;
    }
    .content .image {
        border-top: 4px solid #f72210;
        margin: 35px auto;
    }
    .social img {
        height: 27px;
        margin-right: 15px;
        width: 27px;
    }
    .social {
        padding: 12px 0;
    }
    .social span {
        font-size: 15px;
        line-height: 18px;
        margin-right: 20px;
    }
    p {
        font-size: 18px;
        line-height: 32px;
    }
    h1,
    p {
        letter-spacing: -0.02em;
    }
    h1 {
        border-left: 4px solid #f72210;
        font-size: 28px;
        font-weight: 800;
        line-height: 45px;
        padding-left: 15px;
    }
    .table-title b {
        font-size: 17px;
        line-height: 31px;
    }
    .table-title:before {
        display: none;
    }
    .graph,
    .label,
    .table-title b {
        margin: 25px 0;
        max-width: 100%;
    }
    .graph {
        margin-bottom: 35px;
        margin-top: 0;
    }
    .graph tbody {
        margin-left: 2em;
        margin-top: 0;
    }
    .table-title {
        margin-top: 35px;
    }
    tbody:after,
    tbody:before {
        font-size: 12px !important;
        line-height: 22px !important;
    }
    .graph td span {
        font-size: 12px;
        line-height: 25px;
    }
    .coupon:after,
    .coupon:before {
        display: none;
    }
    .AverageWeightLoss tbody:before,
    .AverageWeightLossPercentage tbody:before,
    .SideEffects tbody:before {
        left: -15em;
    }
    .label li {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 500px) {
    .stock-update img {
        display: none;
    }
    .button {
        line-height: 30px;
    }
    .button,
    .title {
        font-size: 24px;
    }
}
@media screen and (max-width: 400px) {
    .note,
    .order-block-text .note {
        font-size: 18px;
        letter-spacing: -0.02em;
        line-height: 32px;
        padding: 5px;
    }
    .button {
        font-size: 24px;
        line-height: 30px;
    }
}
footer {
    padding: 15px 10px;
}
footer p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
footer p:last-child {
    margin-bottom: 0;
}
@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent;
    }
}
.spin-wrapper {
    overflow: hidden;
}
.spin-wrapper img {
    max-width: 100%;
}
#align .spin-wrapper p {
    font-size: 21px !important;
    line-height: 1.4 !important;
    margin-bottom: 15px;
    text-align: center;
}
.wheel-wrapper {
    text-align: center;
}
.wheel {
    max-width: 400px;
    width: 100%;
}
.wheel-cursor {
    height: 150px;
    top: 49%;
    width: 150px !important;
}
.cursor-text {
    background-color: #ccc;
    font-size: 12px;
    height: 70px;
    line-height: 70px;
    width: 70px !important;
}
.close-popup {
    background-image: url("../fonts/1649a4c130b9e181154f.svg");
    right: -40px;
}
@-webkit-keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg);
    }
    to {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg);
    }
}
@media screen and (max-width: 480px) {
    .wheel_input {
        width: 90% !important;
    }
    .country_select {
        width: 96% !important;
    }
}
html {
    overflow-x: hidden;
}
.comments {
    display: block;
    margin-bottom: 30px;
}
.comment {
    border-bottom: 1px solid #ebebeb;
    display: block;
    margin-bottom: 15px;
    min-height: 50px;
    padding-bottom: 15px;
    width: 100%;
}
.comment.ans,
.comment:last-child {
    border-bottom: none;
}
.comment.ans {
    margin-bottom: 0;
    margin-top: 20px;
    padding: 0 0 0 35px;
}
.comment .ava {
    border-radius: 50%;
    float: left;
    max-width: 50px;
    width: 100%;
}
.comment p {
    font-size: 14px;
    line-height: 18px;
    margin-left: 60px;
}
.comment p:last-child {
    margin-bottom: 0;
}
.comment p.comm-date {
    color: #a8abae;
}
.comment .comm-img {
    margin-left: 60px;
    margin-top: 5px;
    max-width: 300px;
    width: 100%;
}
@media screen and (max-width: 500px) {
    .comment .ava {
        margin-right: 10px;
    }
    .comment .comm-img,
    .comment p {
        margin-left: auto;
    }
}
.form {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 0 auto;
    padding: 20px 0 40px;
    width: 100%;
}
.form form {
    width: 300px;
}
.form .img {
    width: 280px;
}
.form .img img {
    display: block;
    margin: 0 auto;
    width: 230px;
}
.form form input,
textarea {
    background: #f8f9f9 none repeat scroll 0 0;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    color: #000;
    display: block;
    font-size: 20px;
    height: 53px;
    margin: 0 auto 16px;
    max-width: 280px;
    outline: none;
    padding-left: 15px;
    width: 100%;
}
.btn,
.form form button {
    background: #f72210;
    border: none;
    border-radius: 5px;
    color: #fff !important;
    cursor: pointer;
    display: block;
    font-size: 22px;
    font-weight: 700;
    height: auto;
    line-height: 26px !important;
    margin: 0 auto;
    max-width: 280px;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
    width: 100%;
}
a.bot-btn {
    margin: 30px auto;
    text-decoration: none !important;
}
.btn:hover,
.form form button:hover {
    background: #f72210;
    color: #fff;
    text-decoration: none;
}
.form form .prices {
    font-size: 0;
    margin: 15px 0;
    text-align: center;
    width: 100%;
}
.form form .prices .new {
    color: #f72210;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.form form .prices .new,
.form form .prices .old {
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
}
.form form .prices .old {
    color: #b2b2b2;
    font-size: 20px;
}
.toForm {
    cursor: pointer;
}
@media (max-width: 600px) {
    .form {
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 20px 0 40px;
        width: 100%;
    }
}
@media (max-width: 400px) {
    .form form button,
    .form form input {
        width: 100%;
    }
}
@media screen and (max-width: 345px) {
    .social img {
        margin-right: 8px;
    }
}
#order_form {
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
}
#order_form,
#order_form input {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none; 
    box-sizing: border-box;
    font-size: 20px;
}
.submit-roulette:active {
    box-shadow: none;
}
.submit-roulette {
    background: red;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    margin: 5px 0 15px;
    outline: none;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: background 0.3s;
}
.submit-roulette:hover {
    background: #b00 !important;
    transition: background 0.3s;
}
.submit-roulette:active {
    box-shadow: none !important;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.input-roulette {
    border: 2px solid #e9d7dc !important;
    border-radius: 2px;
    box-sizing: border-box !important;
    line-height: 1;
    max-width: 300px !important;
    width: 100% !important;
}
.input-roulette,
input[placeholder="Ваш телефон"],
input[placeholder="Ваше имя"] {
    height: 42px;
    margin-bottom: 10px;
    padding-left: 5px;
}
.ruletka-p {
    color: #000;
    font-weight: 700;
    line-height: 25px;
    margin: 15px;
    text-align: center !important;
    text-indent: 0;
}
.ruletka-p h2 {
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 15px;
}
.ruletka-a {
    color: #1697ce;
}
.spin-wrapper {
    border: 3px solid red;
    border-radius: 10px;
    box-shadow: 0 0 10px;
    box-sizing: border-box;
    padding: 20px 10px;
    text-align: center;
}
.spin-wrapper .ruletka-p {
    margin-bottom: 15px;
}
.danger-text {
    color: red;
    font-weight: 700;
}
.wheel {
    height: 380px;
    margin: 0 auto;
    position: relative;
    width: 380px;
}
.wheel img,
.wheel-img {
    max-height: 100%;
    max-width: 100%;
}
.wheel-img {
    transition: 4s;
}
.wheel-cursor {
    height: 35%;
    width: 35% !important;
}
.cursor-text,
.wheel-cursor {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cursor-text {
    background: #fff;
    background: radial-gradient(ellipse at center, #fff 0, #eaeaea 100%);
    border: 1px solid #ccc;
    border-radius: 50%;
    box-shadow:
        inset 0 -2px 0 #fff,
        inset 0 2px 0 #fff,
        0 0 5px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eaeaea",GradientType=1);
    font: 12px Arial !important;
    height: 45%;
    line-height: 61px !important;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 45% !important;
    z-index: 2;
}
.order_block {
    display: none;
    text-align: center !important;
}
.order_block img {
    width: 20%;
}
.order_block h3 {
    background: transparent;
    font:
        700 18px roboto,
        sans-serif !important;
    line-height: 24px !important;
}
.time_remains {
    color: red;
    font-size: 1.1em;
    font-weight: 700;
}
.spin-result-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    display: none;
    height: 100%;
    left: 0;
    padding: 0 10px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
}
.close-popup {
    background-image: url("../fonts/f6f41c55fabbfac5e9536c0224c40854de8b3c8b.svg");
    background-size: 100%;
    border-radius: 50%;
    box-shadow: 0 0 10px #fff;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 0;
    top: -40px;
    width: 30px;
}
.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px;
}
.pop-up-text {
    font-size: 25px !important;
    line-height: 30px !important;
    margin-bottom: 25px !important;
    text-align: center !important;
}
.pop-up-button,
.pop-up-text {
    font-family: Arial, sans-serif;
}
.pop-up-button {
    background-color: #71c341;
    border: none;
    border-radius: 5px;
    color: #fff !important;
    cursor: pointer;
    display: table;
    font-size: 20px;
    margin: 0 auto 10px;
    outline: medium none;
    padding: 10px 20%;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.25s ease;
}
.pop-up-button:hover {
    opacity: 0.7;
}
.cursor-text:active {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
}
.pop-up-layer {
    background-color: rgba(0, 0, 0, 0.7) !important;
    height: 100% !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 99 !important;
}
.pop-up-layer-show {
    display: block;
}
.pop-up-window {
    -webkit-animation: pop-up-appear 0.7s ease 0s 1 normal none running;
    animation: pop-up-appear 0.7s ease 0s 1 normal none running;
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    left: 0;
    margin: 0 auto;
    max-width: 400px;
    padding: 70px 10px 20px;
    position: relative;
    right: 0;
    text-align: center;
    top: 20%;
}
.pop-up-window:before {
    -webkit-animation: pop-up-appear-before 0.5s ease 0.6s 1 normal backwards running;
    animation: pop-up-appear-before 0.5s ease 0.6s 1 normal backwards running;
    background-color: #71c341;
    border-radius: 50%;
    height: 110px;
    top: -55px;
    width: 110px;
}
.pop-up-window:after,
.pop-up-window:before {
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}
.pop-up-window:after {
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -webkit-animation: pop-up-appear-after 0.5s ease 0.6s 1 normal backwards running;
    animation: pop-up-appear-after 0.5s ease 0.6s 1 normal backwards running;
    border: 4px solid #fff;
    -o-border-image: none;
    border-image: none;
    border-right: none;
    border-top: none;
    height: 20px;
    top: -20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    width: 50px;
}
.text_small {
    font-size: 0.5em !important;
    font-weight: 400 !important;
}
@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-before {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pop-up-appear-after {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important;
}
@media (max-width: 520px) {
    .wheel {
        height: 260px !important;
        width: 260px !important;
    }
    .cursor-text {
        font-size: 8px !important;
        line-height: 40px !important;
    }
}
@media screen and (max-width: 520px) and (max-width: 345px) {
    .wheel {
        height: 250px !important;
        width: 250px !important;
    }
    .cursor-text {
        font-size: 11px !important;
        line-height: 40px !important;
    }
}
body {
    min-width: 320px;
}
.rullete-container {
    margin: 0 auto;
    max-width: 692px;
}
.submit-roulette {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-justify-content: center;
    justify-content: center;
    width: auto;
}
.wheel-img {
    position: relative;
}
.wheel-img,
.wheel-img__numbers {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.wheel-img__numbers {
    display: block;
    font-size: 14px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.wheel-img__number {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 3.5em;
    font-weight: 700;
    line-height: 1;
    position: absolute;
}
.wheel-img__number:before {
    content: "%";
    display: block;
    font-size: 0.7em;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
}
.wheel-img__number:first-child {
    left: 50%;
    top: 15%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.wheel-img__number:nth-child(2) {
    left: 75%;
    top: 25%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.wheel-img__number:nth-child(3) {
    left: 85%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.wheel-img__number:nth-child(4) {
    left: 75%;
    top: 75%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}
.wheel-img__number:nth-child(5) {
    left: 50%;
    top: 85%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}
.wheel-img__number:nth-child(6) {
    left: 25%;
    top: 75%;
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
}
.wheel-img__number:nth-child(7) {
    left: 15%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
    transform: translate(-50%, -50%) rotate(270deg);
}
.wheel-img__number:nth-child(8) {
    left: 25%;
    top: 25%;
    -webkit-transform: translate(-50%, -50%) rotate(315deg);
    transform: translate(-50%, -50%) rotate(315deg);
}
@media only screen and (max-width: 576px) {
    .wheel-img__number {
        font-size: 1.95em;
    }
    .wheel-img__number:before {
        top: 100%;
    }
}
@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1650deg);
        transform: rotate(1650deg);
    }
    to {
        -webkit-transform: rotate(1630deg);
        transform: rotate(1630deg);
    }
}
.super-rotation {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: super-rotation;
    animation-name: super-rotation;
    transition-timing-function: ease-in-out;
}
.wheel-cursor {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.dobav {
    color: #1f1414 !important;
    display: block;
    font: 18px sans-serif !important;
    font-family: Arial, sans-serif;
    line-height: 1.5 !important;
    margin: 10px auto !important;
    max-width: 652px;
    padding: 6px 7px !important;
    text-align: center !important;
}
.dobav font {
    color: #ff4343;
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 0 1px #fff;
    text-transform: uppercase;
}
.card.spin-wrapper {
    box-sizing: border-box;
}
.card.spin-wrapper *,
.card.spin-wrapper :after,
.card.spin-wrapper :before {
    box-sizing: inherit;
}
.card.spin-wrapper .card__counter {
    color: #fff;
}
.card__item__sale p {
    margin: 0;
}
@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/16efeab242f2a9c02828.woff2") format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f;
}
@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/fe7ccae4aafacf2c166e.woff2") format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
}
@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/c3c2f159f41cb239a10b.woff2") format("woff2");
    unicode-range: u+1f??;
}
@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/f9a61ed74fcae6f1888c.woff2") format("woff2");
    unicode-range: u+0370-03ff;
}
@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/4292ffdb7eb8b2c3a612.woff2") format("woff2");
    unicode-range: u+0590-05ff, u+200c-2010, u+20aa, u+25cc, u+fb1d-fb4f;
}
@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/11d649535ea6885f781f.woff2") format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+1ea0-1ef9, u+20ab;
}
@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/7499094f5ed870f470b6.woff2") format("woff2");
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/5ef02695780ab9f8498d.woff2") format("woff2");
    unicode-range:
        u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191,
        u+2193, u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/16efeab242f2a9c02828.woff2") format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f;
}
@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/fe7ccae4aafacf2c166e.woff2") format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
}
@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/c3c2f159f41cb239a10b.woff2") format("woff2");
    unicode-range: u+1f??;
}
@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/f9a61ed74fcae6f1888c.woff2") format("woff2");
    unicode-range: u+0370-03ff;
}
@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/4292ffdb7eb8b2c3a612.woff2") format("woff2");
    unicode-range: u+0590-05ff, u+200c-2010, u+20aa, u+25cc, u+fb1d-fb4f;
}
@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/11d649535ea6885f781f.woff2") format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+1ea0-1ef9, u+20ab;
}
@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/7499094f5ed870f470b6.woff2") format("woff2");
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/5ef02695780ab9f8498d.woff2") format("woff2");
    unicode-range:
        u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191,
        u+2193, u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
    font-display: swap;
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/fd1b1ba0314b74f5f36c.woff2") format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f;
}
@font-face {
    font-display: swap;
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/042e2cd90bba59be3a07.woff2") format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
}
@font-face {
    font-display: swap;
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/6a358560170f782fedc7.woff2") format("woff2");
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
    font-display: swap;
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/511cda7c9d29b2f9f538.woff2") format("woff2");
    unicode-range:
        u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191,
        u+2193, u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
    font-display: swap;
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/765edb5daf631fc6e439.woff2") format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f;
}
@font-face {
    font-display: swap;
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/d6f942df7f2c21b42fb4.woff2") format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
}
@font-face {
    font-display: swap;
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/1dca3fccba9be32b49d3.woff2") format("woff2");
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
    font-display: swap;
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/e03abe272e528634117b.woff2") format("woff2");
    unicode-range:
        u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191,
        u+2193, u+2212, u+2215, u+feff, u+fffd;
}
* {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    outline: 0 !important;
}
.pl_btn_danger,
.pl_btn_success,
.pl_modal_body,
.pl_modal_footer,
.pl_modal_header,
.pl_modal_phone {
    font-family: sans-serif !important;
}
body {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-name: fadeInLoad;
    animation-name: fadeInLoad;
    position: relative;
}
@-webkit-keyframes fadeInLoad {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0.9;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInLoad {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0.9;
    }
    to {
        opacity: 1;
    }
}
@media screen and (max-width: 767px) {
    #kmacb {
        bottom: 95px !important;
        right: 10px !important;
    }
}
.bespl .pl_product_currency {
    font-size: 0.9em;
    margin-left: -3px;
}
.mycity {
    background: #f5fbfb;
    border: 1px solid #989898;
    border-radius: 2px;
    color: #444;
    font-family: unset;
    font-size: 11px !important;
    font-weight: 700;
    margin-left: 5px;
    padding: 4px 7px 2px;
    position: relative;
    text-transform: uppercase;
    top: 3px;
    vertical-align: top;
}
.modal-leave .modal-leave__btn-no:hover,
.modal-leave__btn-motivation {
    text-decoration: underline;
}
.e-comebacker {
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    display: none;
    font-size: 16px;
    left: 0;
    line-height: normal;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9000;
}
.e-comebacker,
.e-comebacker * {
    box-sizing: border-box;
    font-family:
        Open Sans,
        sans-serif !important;
    vertical-align: initial;
}
.e-comebacker button {
    background: 0 0 !important;
    border: 0 !important;
    color: inherit !important;
    cursor: pointer;
    font: inherit !important;
    padding: 0 !important;
}
.e-comebacker a {
    color: #00f !important;
    text-decoration: none !important;
}
.e-comebacker__inner {
    height: 100%;
    margin: 0 auto;
    max-width: 730px;
    padding: 0 15px;
    width: 100%;
    word-spacing: -5px;
}
.e-comebacker__inner:before {
    content: "";
    display: inline-block;
    height: 100vh;
    vertical-align: middle;
    width: 0;
}
.e-comebacker__inner > * * {
    word-spacing: normal;
}
.e-comebacker__content {
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    display: none;
    margin: 20px auto;
    padding: 15px 25px;
    vertical-align: middle;
    width: 100%;
}
.e-comebacker__content.e-comebacker-active {
    display: -webkit-inline-flex;
    display: inline-flex;
}
.modal-leave {
    display: -webkit-flex;
    display: flex;
    width: 100%;
}
.modal-leave__info {
    box-sizing: border-box;
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    padding-right: 10px;
}
.modal-leave__product-view {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
}
.modal-leave .modal-leave__title {
    color: #ffb300;
    font-size: 36px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
    text-align: center;
}
.modal-leave .modal-leave__motivation {
    font-size: 19px !important;
    font-weight: 700 !important;
    text-align: center;
}
.modal-leave .modal-leave__motivation > strong {
    color: #ffb300;
}
.modal-leave .modal-leave__text {
    font-size: 16px !important;
    margin: 12px auto 14px !important;
    padding: 0 30px !important;
    text-align: center;
}
.modal-leave__text .inner-red {
    color: #d32f2f;
    font-weight: 700;
}
.modal-leave__btn-wrapper {
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
}
.modal-leave .modal-leave__btn-next {
    background-color: #28a745 !important;
    border-radius: 4px;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    height: 56px;
    letter-spacing: -0.5px;
    line-height: 25px;
    transition: background-color 0.3s linear;
    width: 100%;
}
.modal-leave .modal-leave__btn-next:hover {
    background-color: #1f8a37 !important;
}
.modal-leave .modal-leave__btn-no {
    color: #78909c !important;
    font-size: 14px !important;
    margin: 5px 0 0 !important;
    text-transform: none;
}
.modal-leave__on-sale {
    margin: 0 auto;
    position: relative;
}
.modal-leave__sale-label {
    -webkit-align-items: center;
    align-items: center;
    background: 50% #388e3c;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15) !important;
    color: #fff;
    display: none !important;
    display: -webkit-flex;
    display: flex;
    font-size: 34px;
    font-weight: 700;
    height: 100px;
    -webkit-justify-content: center;
    justify-content: center;
    left: 105px;
    position: absolute;
    top: -15px;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
    width: 100px;
}
.modal-leave__image {
    margin-left: -20px;
    max-height: 310px;
    max-width: 120%;
}
.modal-offer {
    width: 100%;
}
.modal-offer .modal-offer__title {
    color: #c62828;
    font-size: 29px !important;
    font-weight: 700 !important;
    margin-bottom: 8px;
    padding: 0 35px;
    text-align: center;
}
.modal-offer .modal-offer__title--second {
    font-size: 25px !important;
}
.modal-offer__timer {
    margin-top: 5px;
    text-align: center;
}
.modal-offer__timer-time {
    color: #f44336;
    font-size: 35px;
    font-weight: 700;
}
.modal-offer__promo {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 10px;
}
.modal-offer__price {
    -webkit-flex-basis: 42%;
    flex-basis: 42%;
    margin-right: 20px;
    text-align: center;
}
.modal-offer__price .__label {
    font-size: 20px;
    margin-bottom: 4px;
}
.modal-offer__price .__value {
    color: #f44336;
    font-size: 43px;
    font-weight: 700;
    line-height: 1;
}
.modal-offer__price .__currency {
    font-size: 0.74em;
    margin-left: 4px;
    text-transform: uppercase;
}
.modal-offer__product {
    -webkit-flex-basis: 42%;
    flex-basis: 42%;
    text-align: center;
}
.modal-offer__product .__image {
    margin-bottom: 0;
    max-height: 200px;
    max-width: 180px;
}
.modal-offer__cong-text {
    margin: 12px auto 16px;
    max-width: 570px;
    text-align: center;
}
.modal-offer__cong-text .__title {
    color: red !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
    text-align: center;
}
.modal-offer__cong-text .cong-text__p {
    margin-bottom: 5px !important;
}
.modal-offer__field {
    margin-bottom: 5px;
    text-align: center;
}
.modal-offer__form {
    padding-left: 24px;
}
.modal-offer__field .__wrapper {
    display: inline-block;
    max-width: 300px;
    position: relative;
    width: 100%;
}
.modal-offer .modal-offer__btn-submit .__bg,
.modal-offer__field .__label {
    box-sizing: border-box;
    display: inline-block;
    left: 0;
    position: absolute;
    width: 100%;
}
.modal-offer__field .__label {
    font-weight: 400;
    max-width: 180px;
    padding-right: 16px;
    text-align: right;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}
.modal-offer__field .__input {
    border: 1px solid #757575 !important;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: 400;
    height: 40px;
    line-height: 1;
    padding-left: 17px;
    width: 100%;
}
.modal-offer .modal-offer__btn-submit {
    background-color: #16a835 !important;
    background-image: linear-gradient(90deg, #38a22e 1%, #3ab02a) !important;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    font-family: Arial, sans-serif !important;
    font-size: 23px !important;
    font-weight: 700 !important;
    height: auto;
    letter-spacing: -0.5px;
    margin-top: 6px;
    max-width: 300px;
    padding: 10px !important;
    position: relative;
    width: 100%;
}
.modal-offer .modal-offer__btn-submit .__bg {
    background-color: #16a835 !important;
    background-image: linear-gradient(90deg, #1f9913 1%, #2eae1d) !important;
    border-radius: inherit;
    height: 100%;
    top: 0;
    transition: opacity 0.3s linear;
}
.modal-offer .modal-offer__btn-submit .__text {
    position: relative;
    z-index: 1;
}
.modal-offer .modal-offer__btn-submit:hover .__bg {
    opacity: 0;
}
.pl_field_address_info {
    border: none !important;
    height: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
    position: absolute;
    width: 0 !important;
    z-index: -1;
}
.popin-anim {
    -webkit-animation: popin_appear 0.28s ease-out;
    animation: popin_appear 0.28s ease-out;
}
@-webkit-keyframes popin_appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
    80% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes popin_appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
    80% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.fadeIn-anim {
    -webkit-animation: fadeIn_appear 0.28s ease-out;
    animation: fadeIn_appear 0.28s ease-out;
}
@-webkit-keyframes fadeIn_appear {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn_appear {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.e-comebacker strong {
    font-weight: 700 !important;
}
@media screen and (max-width: 640px) {
    .e-comebacker {
        display: none !important;
    }
}
.modal-offer .bespl {
    color: red;
    display: block;
    font-size: 36px;
    font-weight: 700;
    margin-top: 0;
    position: relative;
}
a.modal-leave__btn-motivation {
    color: #ffb300 !important;
    cursor: pointer;
}
.comebacker__snoska {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    opacity: 0.7;
}
@-moz-document url-prefix() {
    select {
        -webkit-text-indent: -2px;
        -moz-text-indent: -2px;
        text-indent: -2px;
    }
}
.e-comebacker select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff !important;
}
* .ffl {
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
@media screen and (min-width: 469px) {
    .ffl {
        display: none;
    }
}
.ffl {
    background-color: red;
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 10px 30px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.ffl__anim {
    -webkit-animation: example 1.3s;
    animation: example 1.3s;
    opacity: 1;
}
@-webkit-keyframes example {
    0%,
    25%,
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0.9;
    }
    to {
        opacity: 1;
    }
}
@keyframes example {
    0%,
    25%,
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0.9;
    }
    to {
        opacity: 1;
    }
}
.ffl__wrap {
    position: relative;
}
.ffl__close {
    color: #fff;
    cursor: pointer;
    font-family: serif;
    font-size: 25px;
    font-weight: 700;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: -20px;
    top: 0;
    width: 16px;
}
.ffl__out {
    display: none;
}
.ffl__text {
    color: #fff;
    text-transform: inherit;
}
.ffl__price {
    font-size: 17px;
    text-transform: none;
    white-space: nowrap;
}
.ffl__price-value {
    font-size: 18px;
    text-transform: uppercase;
}
.ffl__btn,
.ffl__btn:active,
.ffl__btn:focus,
.ffl__btn:hover {
    -webkit-animation: blinker 2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: blinker 2s cubic-bezier(1, 0, 0, 1) infinite;
    background-color: #ff0;
    border-radius: 3px;
    color: red;
    display: inline-block;
    line-height: 1.2;
    margin: 5px auto;
    padding: 7px 30px;
    text-decoration: none;
    text-transform: uppercase;
}
@keyframes blinker {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0.7;
    }
}
@-webkit-keyframes blinker {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0.7;
    }
}
.frame {
    background-color: rgba(215, 235, 210, 0.924);
    border: 4px dashed #c01b1b;
    padding: 10px;
}
