@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/KFOmCnqEu92Fr1Mu7GxP.ttf") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/KFOlCnqEu92Fr1MmEU9fChc9.ttf") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/KFOlCnqEu92Fr1MmWUlfChc9.ttf") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/KFOlCnqEu92Fr1MmYUtfChc9.ttf") format('truetype');
}

body {
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: "Roboto", "Arial", sans-serif;
    background-color: #E5E5E5;
}

input:invalid {
    box-shadow: none
}

img {
    max-width: 100%;
    height: auto
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border: 0;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

.btn {
    font-size: 29px;
    line-height: 30px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d62c2c), to(#f04d44));
    background-image: linear-gradient(#d62c2c 0%, #f04d44 100%);
    border-top: 5px solid #ec9695;
    border-left: 5px solid #d1433b;
    border-right: 5px solid #d1433b;
    border-bottom: 5px solid #c84039;
    border-radius: 5px;
    padding: 10px 50px;
    outline: 0;
    cursor: pointer;
    margin-top: 15px
}

.btn:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ad2222), to(#ec2015));
    background-image: linear-gradient(#ad2222 0%, #ec2015 100%)
}

.btn:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#831919), to(#bf180f));
    background-image: linear-gradient(#831919 0%, #bf180f 100%)
}

div,
p,
ul,
form {
    box-sizing: border-box;
}

.page-header__wrapper {
    width: 480px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
    background: #1B1B1B;
}

.header-gifWrapper {
    width: 480px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}

.header-gifWrapper img:first-of-type {
    width: 100%;
}

.gifWrapper-product {
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    left: -40px;
    width: 46%;
}

.header-priceWrapper {
    width: 480px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1b1b1b;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}

.header-priceWrapper::after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 65%;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page-header {
    font-size: 0;
}

.oldPrice {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 40px;
    line-height: 47px;
    font-weight: 400;
    text-align: center;
    flex-basis: 50%;
    text-transform: uppercase;
    text-decoration: line-through;
    color: #fff;
}

.newPrice {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 40px;
    line-height: 47px;
    font-weight: 700;
    text-align: center;
    flex-basis: 50%;
    text-transform: uppercase;
    color: #FF9900;
}

.page-header__title {
    margin: 0;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    margin-top: 12px;
}

.casanova__wrapper {
    width: 480px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.casanova__logo {
    margin: 0 0 5px
}

.casanova__image {
    position: relative;
    margin: 10px 0 0
}

.casanova__product {
    position: absolute;
    bottom: -15px;
    right: 0
}

.casanova-description__wrapper {
    width: 480px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    font-size: 0;
    padding-bottom: 30px;
}

.casanova-description__title {
    width: 100%;
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 25px;
    color: #1B1B1B;
    margin-bottom: 10px;
}

.casanova-description__title span {
    color: #ffd200
}

.casanova-description__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 7px 0 15px;
    list-style: none
}

.casanova-description__item {
    position: relative;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    padding-left: 150px;
    margin-bottom: 50px;
    color: #1B1B1B;
}

.advantages__item::before,
.casanova-description__item::before {
    position: absolute;
    content: "";
    top: 12px;
    left: 10px;
    width: 40px;
    height: 40px;
    background-image: url("../../checkmark.png.html");
    background-repeat: no-repeat
}

.casanova-description__item::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 128px;
    height: 90px;
    background-repeat: no-repeat;
}

.casanova-description__item:nth-of-type(1)::before {
    background-image: url("../images/icon1.png");
}

.casanova-description__item:nth-of-type(2)::before {
    background-image: url("../images/icon2.png");
}

.casanova-description__item:nth-of-type(3)::before {
    background-image: url("../images/icon3.png");
}

.casanova-description__item:nth-of-type(4)::before {
    background-image: url("../images/icon4.png");
}

.casanova-description__item:nth-of-type(5)::before {
    background-image: url("../images/icon5.png");
}

.casanova-description__item:nth-of-type(5) {
    margin-bottom: 30px;
}

.advantages__wrapper {
    width: 480px;
    margin: 0 auto;
    background: #fff;
}

.advantages__title {
    font-size: 25px;
    line-height: 29px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background: #1B1B1B;
    text-align: left;
    padding: 40px 25px;
    margin: 0;
}

.advantages-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.advantages__image {
    margin-bottom: 20px
}

.advantages__list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 25px;
    padding-bottom: 45px;
}

.advantages__list-title {
    font-size: 40px;
    line-height: 47px;
    font-weight: 900;
    margin: 0px;
    padding: 0 25px;
    margin-top: 35px;
    margin-bottom: 55px;
    color: #1B1B1B;
    text-transform: uppercase;
}

.advantages__item {
    position: relative;
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    padding-left: 120px;
    margin-bottom: 40px;
    color: #1B1B1B;
    padding-right: 30px;
}

.advantages__item::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
    background-image: url("../images/icon6.svg");
    background-size: cover;
}

.advantages__item:last-of-type {
    margin-bottom: 0;
}

.if-you-think__wrapper {
    width: 480px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}

.if-you-think__wrapper img {
    width: 100%;
}

.if-you-think__text {
    width: 55%;
    position: absolute;
    font-size: 25px;
    line-height: 29px;
    font-weight: 400;
    margin: 0;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.if-you-think__text span {
    color: #FF9900;
    font-weight: 900;
    text-transform: uppercase
}

.if-you-think__image {
    position: absolute;
    top: -5px;
    right: 9px
}

.order-form__price,
.order-form__wrapper {
    background: #fff;
    display: block;
}

.order-form__wrapper {
    width: 480px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.order-form__price {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.order-form__title {
    font-size: 40px;
    line-height: 47px;
    font-weight: 900;
    text-transform: uppercase;
    color: #1B1B1B;
    margin: 0;
    text-align: left;
    padding: 45px 25px;
}

.price-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px
}

.old-price {
    font-size: 23px;
    font-weight: 900;
    color: #ff3636;
    text-decoration: line-through;
    margin-top: 10px;
    margin-right: 5px
}

.new-price {
    font-size: 48px;
    font-weight: 900;
    color: #eeff18
}

.order-form__label {
    font-size: 25px;
    line-height: 30px;
    color: #333333;
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
}

.order-form__input {
    width: 100%;
    border: 2px solid #C0C0C0;
    font-size: 23px;
    border-radius: 20px;
    line-height: 27px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 13px;
    padding: 30px 25px;
    box-sizing: border-box;
}

.order-form__select {
    width: 100%;
    border: 2px solid #C0C0C0;
    font-size: 23px;
    line-height: 27px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 13px;
    padding: 30px 25px;
    box-sizing: border-box;
}

.form {
    display: block;
    padding: 0 28px;
    margin-top: 30px;
}

.form .button {
    margin-top: 30px;
}

.page-header__logoWrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.page-header__logoWrapper h1 {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #FF9900;
    margin: 0;
}

.page-header__logoWrapper img {
    display: inline-block;
    vertical-align: middle;
    flex-basis: 85px;
    padding-top: 12px;
}

.button {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0 auto;
    /* width: 430px; */
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #1B1B1B;
    font-weight: 900;
    background: #FF9900;
    border: 7px solid #FFCD83;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    padding-top: 22px;
    padding-bottom: 22px;
}

footer {
    width: 480px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    background: #1B1B1B;
    box-sizing: border-box;
}

.reviewsWrapper {
    width: 480px;
    margin: 0 auto;
    background: #ffffff;
    padding-bottom: 20px;
}

.reviewsWrapper h2 {
    margin: 0;
    background: #FF9900;
    padding: 35px 25px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 40px;
    line-height: 47px;
    font-weight: 900;
    color: #1B1B1B;
}

.review-item {
    padding-top: 35px;
    padding-bottom: 15px;
}

.review-box {
    width: 425px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(18, 17, 17, 0.25);
    border-radius: 14px;
    padding: 40px 25px;
}

.review-box img {
    width: 100%;
    margin-bottom: 30px;
}

.review-name {
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 25px;
    line-height: 29px;
    font-weight: 700;
    color: #1B1B1B;
    margin: 0;
    margin-bottom: 25px;
}

.review-text {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #1B1B1B;
    margin: 0;
}

.main_content p.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important;
}

.hi {
    left: 50% !important;
    transform: translateX(-50%);
}

.main_content p.door__sales {
    left: 0 !important;
}

@media (max-width: 767px) {
    .door__sales {
        font-size: 20px !important;
    }

    .main_content p.door__sales {
        padding: 10px !important;
    }
}

.door__container {
    display: flex;
    justify-content: space-around;
}

.box {
    perspective: 500px;
    position: relative;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box,
.door {
    width: 100%;
    height: 295px;
    box-shadow: inset -1px -1px 0px 1px #191919, inset 1px 1px 0px 1px #191919;
}

.door,
.hi {
    position: absolute;
    top: 0;
    left: 0;
}

.hi {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.door {
    background-image: url("../images/door.png");
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotateY(0deg);
    display: inline-block;
    transition: all 0.75s ease;
    transform-origin: 0% 0%;
    cursor: pointer;
}

#door__2 {
    background-image: url("../images/door2.png");
}

#door__3 {
    background-image: url("../images/door3.png");
}

.door:hover {
    transform: rotateY(-30deg);
}

.door.open {
    transform: rotateY(-85deg);
}

.door__sales {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    font-size: 46px !important;
    font-weight: 700 !important;
    color: red !important;
    border-radius: 30px !important;
    padding: 30px 5px !important;
    box-shadow: 0px 1px 2px 2px #7f7878;
}

.door__title {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px !important;
    margin-bottom: 25px;
    background-color: #3a4752;
    padding: 10px 0;
    border-radius: 0.5em;
}

@media (max-width: 840px) {
    .door__sales {
        font-size: 20px !important;
        font-weight: 700 !important;
        padding: 30px 15px !important;
        color: red !important;
        border-radius: 30px !important;
    }

    .box,
    .door {
        width: 100%;

        background-size: contain;
    }

    .door {
        background-image: url("../images/door.png");
    }

    #door__2 {
        background-image: url("../images/door2.png");
    }

    #door__3 {
        background-image: url("../images/door3.png");
    }
}

@media (max-width: 360px) {
    .box + .box {
        margin-left: 15px;
    }

    .door__sales {
        font-size: 25px !important;
        font-weight: 700 !important;
        top: 50px !important;
        color: red !important;
        left: 0 !important;
        border-radius: 30px !important;
    }
}

.order_block,
.spin-result-wrapper {
    display: none;
}

.spin-result-wrapper {
    max-width: 100%;
    display: none;
    padding: 0 10px;
    -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 none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("");
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer;
}

.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px;
    color: black;
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important;
    color: black;
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: medium none;
    cursor: pointer;
    outline: medium none;
}

.super-rotation {
    -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;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

@-webkit-keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg);
    }

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg);
    }
}

@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg);
    }

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg);
    }
}

.cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}

.pop-up-layer {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    z-index: 99 !important;
}

.pop-up-layer-show {
    display: block;
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 20%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: 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%;
    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;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

.text_small {
    font-size: 0.5em !important;
    font-weight: 400 !important;
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px);
    }

    30% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.order_block h3 {
    text-align: center;
    font-size: 20px;
}

.time_remains {
    color: red;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.api-form1 * {
    padding: 0 !important;
    margin: 0 !important;
    font-family: roboto, sans-serif !important
}

.api-form1 .submit:hover {
    background: #2e7d32
}

.api-form1 .form-header {
    text-align: center !important
}

.cta-btn1 a,
.cb-con .submit,
.api-form1 .submit,
.cb-but,
.blg {
    outline: none !important;
    max-width: 100% !important;
    font-style: normal !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    line-height: 1.5 !important;
    position: static !important;
    height: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center !important;
    clear: both !important;
    font-weight: 700 !important;
    border: 0;
    background: #388e3c;
    color: #fff !important;
    font-size: 20px !important;
    text-decoration: none !important;
    padding: 15px 35px !important;
    border-radius: 35px !important;
    width: 100% !important;
    display: block !important;
    cursor: pointer !important;
    margin: 0px 0 0 !important;
    text-transform: none !important
}

.api-form1 .text1 a:hover {
    text-decoration: underline !important;
    color: #a52626 !important
}

.api-form1 .text1 a {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: 700 !important;
    color: #ca2d2d !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline !important
}

.api-form1 *:before,
.api-form1 *:after {
    content: none
}

.cb-con label,
.api-form1 label {
    font-style: normal;
    font-size: 12px !important;
    font-weight: 700 !important;
    cursor: text !important;
    text-align: left !important;
    display: block !important;
    color: #222 !important;
    margin: 0 0 2.5px 20px !important;
    padding: 0 !important
}

.api-form1 .country-flag {
    width: 25px !important;
    position: relative !important;
    top: 2px !important
}

.api-form1 p.delivery {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #ddd), to(transparent)) !important;
    background: -o-linear-gradient(left, transparent 0%, #ddd 50%, transparent 100%) !important;
    background: linear-gradient(to right, transparent 0%, #ddd 50%, transparent 100%) !important;
    margin: 15px 0 0 !important;
    padding: 5px !important;
    text-align: center !important;
    font-size: 16px !important;
    color: #555 !important
}

.api-form1 .footnote1 {
    line-height: 15px !important;
    text-indent: 0 !important;
    font-size: 10px !important;
    margin: 10px 0 0 !important;
    text-align: center !important;
    padding: 0 !important;
    color: #888 !important
}

.api-form1 .text {
    border: none !important;
    text-align: center !important;
    color: #222 !important;
    padding: 0 !important;
    font-size: 18px !important;
    width: 100% !important;
    float: none !important;
    line-height: 25px !important;
    font-weight: 700 !important;
    margin: 10px 0 20px !important
}

.api-form1 form {
    padding: 0 !important;
    background: 0 0 !important;
    margin: 20px auto 0 !important
}

.api-form1 .form-body .text .offer-name,
.api-form1 .form-body .text .offer-price {
    color: #ca2d2d !important;
    font-weight: 700 !important
}

.api-form1 {
    background: #fff !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    max-width: 465px !important;
    position: relative !important;
    margin: 10px auto !important;
    text-align: center !important;
    border: 2.5px dashed #ddd !important;
    border-radius: 2.5px !important;
    padding: 30px !important;
    clear: both !important
}

.api-form1 .deadline1 {
    font-size: 12px !important;
    color: #222 !important;
    text-align: center !important;
    margin: 0 !important
}

.api-form1 .name:invalid,
.api-form1 .phone:invalid,
.api-form1 .country:invalid,
.api-form1 .name,
.api-form1 .phone,
.api-form1 .country {
    font-style: normal;
    -webkit-transition: .25s !important;
    -o-transition: .25s !important;
    transition: .25s !important;
    line-height: 20px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    background: 0 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 55px !important;
    background: #f2f2f2 !important;
    outline: none !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border: 2.5px solid #ddd !important;
    border-radius: 35px !important;
    padding: 15px !important;
    margin: 0 0 15px !important
}

.api-form1.name:focus,
.api-form1 .phone:focus,
.api-form1 .country:focus {
    border: 2.5px solid #aaa !important
}

.api-form1 .cta-form {
    margin: 0 !important
}

.api-form1 {
    padding: 15px !important
}

.api-form1 .submit {
    font-size: 16px !important;
    padding: 15px 5px !important
}

.form-header1 .form-header1 {
    text-align: center !important
}

.api-form1 .cta-form1 {
    margin: 0 !important
}

.cb-con1 .cta-form1 {
    text-align: center !important;
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr))
}

.cb-con1 .cta-form1 {
    margin-top: 15px !important;
    display: block
}

.product-image1 {
    position: relative !important;
    margin: 0 auto !important;
    background: #fff !important;
    text-align: center !important;
}

.product-image1 img {
    max-width: 150px;
    width: 100%;
    margin: 0 auto !important;
    display: block !important;
}

.cb-con1 .product-image1 {
    max-width: 300px
}

.cb-tex1 .product-image1 {
}

.product-banner-text1 {
    font-size: 16px !important
}

.product-banner1 {
    width: 125px !important;
    height: 125px !important
}

.product-banner1 {
    margin-top: 10px !important;
    opacity: .9 !important;
    display: table !important;
    width: 150px !important;
    height: 150px !important;
    line-height: 25px !important;
    color: #fff !important;
    font-size: 18px !important;
    text-align: center !important;
    background: url("") no-repeat center !important;
    background-size: 100% !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    text-decoration: none !important
}

.product-banner-text1 {
    text-align: center !important;
    margin: 0 !important;
    font-weight: 700 !important;
    color: #f2f2f2 !important;
    display: table-cell !important;
    font-size: 20px !important;
    vertical-align: middle !important;
    position: relative
}

.product-banner-text1:after {
    position: relative;
    top: -5px;
    left: -2.5px
}

.product-banner-text1 {
    font-size: 16px !important
}

.api-form1 .form-body1 .text1 .offer-name1,
.api-form1 .form-body1 .text1 .offer-price1 {
    color: #ca2d2d !important;
    font-weight: 700 !important
}

#text1 {
    margin-top: 40px;
    vertical-align: top;
    display: inline-block;
    width: 75%;
    margin-right: 0;
    text-align: center
}

.offer-name1 {
    color: #ffeb3b !important
}

.cb-con1 .name1:invalid,
.cb-con1 .phone:invalid,
.cb-con1 .country:invalid,
.cb-con1 .name1,
.cb-con1 .phone,
.cb-con1 .country,
.api-form1 .name1:invalid,
.api-form1 .phone:invalid,
.api-form1 .country:invalid,
.api-form1 .name1,
.api-form1 .name1:focus,
.cta-btn1 *,
.cta-btn1 {
    text-align: center !important;
    max-width: 445px;
    margin: 15px auto
}

.api-form1 .text1 {
    border: none !important;
    text-align: center !important;
    color: #222 !important;
    padding: 0 !important;
    font-size: 18px !important;
    width: 100% !important;
    float: none !important;
    line-height: 25px !important;
    font-weight: 700 !important;
    margin: 10px 0 !important
}

.order-btn {
    position: relative !important;
}

@-webkit-keyframes animBtn {
    from {
        left: -50%;
    }
    to {
        left: 100%;
    }
}

@keyframes animBtn {
    from {
        left: -50%;
    }
    to {
        left: 100%;
    }
}

@media screen and (max-width: 380px) {
    .orderForm .order-btn {
        font-size: 18px !important;
    }
}

.gifWrapper-product {
    position: absolute;
    top: 64%;
    transform: translateY(-50%);
    left: 10px;
    width: 150px;
}