/* 1 */

body {
    background-color: white !important;
}

.input-line-item {
    flex-direction: column;
}

label.errorValidate {
    text-align: center;
}

label.errorValidate {
    display: block;
    position: static;
    background: red;
    color: white;
    font-size: 16px;
    margin-top: 3px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    width: 50%;
}

.errorBorder {
    border: 2px solid red !important;
}

.force-scroll {
    cursor: pointer;
}

/* 2 */

* {
    box-sizing: border-box
}

img {
    max-width: 100%;
    height: auto
}

body {
    padding: 0;
    margin: 0
}

body * {
    font-family: Arial, sans-serif
}

a {
    color: #ba0009
}

a:hover {
    text-decoration: none;
    color: red
}

body img {
    max-width: 100%
}

.btn-center {
    text-align: center
}

.btn-center a {
    background: linear-gradient(to bottom, #ff7400, #ff2000);
    color: #fff;
    padding: 20px;
    text-decoration: none;
    font-size: 22px;
    display: inline-block;
    position: relative
}

.btn-center a span {
    position: relative;
    z-index: 2
}

.btn-center a:before {
    background: linear-gradient(to top, #ff7400, #ff2000);
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all .4s ease-out
}

.btn-center a:hover:before {
    opacity: 1
}

.vpouste {
    text-align: center;
    border: 5px solid #ed1b24;
    padding: 15px;
    background: #ffefbf;
    margin-bottom: 20px
}

.post p {
    margin-top: 0
}

.post a.doclink {
    font-size: 27px;
    text-align: center
}

.textAlignCenter {
    text-align: center
}

.doclink:hover {
    color: #ff0
}

.logo h1 {
    font-size: 47px;
    font-family: Pacifico, cursive;
    color: #1e9c79;
    line-height: 0.5;
}

@media screen and (max-width:991px) {
    .logo h1 {
        font-size: 27px
    }
}

.btn {
    font-size: 20px;
    margin: 10px auto;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: red;
    max-width: 600px;
    padding: 10px 0;
    transition: .5s;
    border-radius: 30px
}

.btn:hover {
    transform: scale(1.1);
    color: #fff
}

.logo h1:before {
    content: url(../images/logo.webp);
    display: inline-block;
    transform: rotate(-15deg);
    vertical-align: middle
}

.logo {
    padding: 20px 0;
    text-align: center
}

h1 {
    font-size: 27px
}

@media(max-width:539px) {
    .post-img {
        max-width: 100%;
        width: 100%;
        float: none !important;
        margin: 0 !important;
        padding: 10px
    }
}

.vk-avatar img {
    float: left;
    margin-right: 10px
}

.vk-comment-load {
    min-height: 65px;
    display: block;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #dae1e8;
    padding: 0 15px;
    position: relative;
    padding-bottom: 10px
}

.vk-comment-name {
    color: #2b587a;
    font-weight: 700;
    font-size: 12px;
    margin-left: 70px
}

.vk-comment-text {
    margin-left: 70px;
    padding-bottom: 10px
}

.vk-comment-text img {
    display: block;
    text-align: center;
    margin: 10px auto
}

.vk-comment-date {
    color: #999
}

.vk-comment-like {
    position: absolute;
    right: -5px;
    bottom: 10px;
    width: 30px;
    height: 16px;
    display: inline-block
}

.vk-comment-like:hover {
    opacity: .5;
    cursor: pointer
}

center a {
    display: inline-block
}

.vk-comment-answer {
    color: #de895f
}

.vk-comment-answer:hover {
    opacity: .5;
    cursor: pointer
}

@media screen and (max-width:991px) {
    .vk-comment-name {
        color: #2b587a;
        font-weight: 700;
        font-size: 18px
    }
}

@media screen and (max-width:319px) {
    .vk-comment-name {
        color: #2b587a;
        font-weight: 700;
        font-size: 15px
    }

    .vk-comment-like {
        display: none
    }
}

body {
    padding: 0;
    margin: 0
}

body * {
    font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif
}

h1 {
    font-weight: 400;
    margin: 0
}

h1 {
    font-size: 27px
}

a {
    color: #ba0009;
    font-weight: 700
}

a:hover {
    text-decoration: none;
    color: red
}

.wrap {
    max-width: 700px;
    min-width: 240px;
    margin: 0 auto
}

body img {
    max-width: 100%
}

.content {
    width: 95%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #1E9C79;
    box-shadow: 0 0 20px #ccc;
    border-radius: 10px
}

.post {
    padding: 15px;
    font-size: 17px;
    border-bottom: 2px solid #000;
    margin-bottom: 20px
}

.post .info {
    color: #999;
    font-size: 11px;
    font-style: italic
}

.post a {
    font-size: 19px
}

.footer {
    margin-top: 5px;
    padding: 15px;
    font-size: 11px;
    text-align: center
}

@media screen and (max-width:991px) {
    .vk-comment-load {
        position: relative
    }

    .vk-avatar {
        position: absolute;
        top: 0;
        left: 15px
    }

    .vk-comment-text {
        margin-right: 0;
        padding-top: 10px
    }
}

.content__gif {
    width: 80%
}

.comeback_layout {
    display: none;
    position: fixed;
    color: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20000000;
    background: rgba(0, 0, 0, .75);
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

.comeback_layout::-webkit-scrollbar {
    width: 0
}

.comeback_wrapper {
    width: 100%;
    max-width: 550px;
    margin: 0 auto
}

.comeback_container {
    background: #fff;
    padding: 25px;
    margin-top: 2%;
    text-align: center
}

.comeback_container h1 {
    font-size: 23px
}

.comeback_container .btn {
    display: block;
    width: 240px;
    color: #fff;
    background: #f82a5e;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 auto;
    text-decoration: none
}

.comeback_img {
    width: 80%;
    margin: 10px auto;
    max-width: 200px
}

.comeback_close {
    float: right;
    cursor: pointer
}

#comeback p {
    font-size: 16px
}

@media (max-width:700px) {
    .comeback_container h1 {
        line-height: 18px;
        font-size: 16px
    }

    .comeback_img {
        margin: 5px auto
    }

    .comeback_container p {
        line-height: 14px;
        font-size: 15px
    }

    .comeback_container {
        padding: 5px
    }
}


h3 {
    padding-top: 15px;
    text-align: center;
    font-size: 20px !important;
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700;
}

p.pricec {
    position: absolute;
    right: 0;
    top: 424px;
    color: #000;
    width: 160px;
    height: 129px;
    text-align: center !important;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    transform: rotate(-7deg);
    margin: -160px auto 30px;
    background: url(../images/star.png);
    background-size: contain;
    padding-top: 29px;
}

.submit-form {
    display: block;
    margin: 40px auto;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    background-color: #de0606;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

p.pricec {
    right: 16%;
    width: 160px;
}

p.prices {
    position: relative;
    left: 100px;
    top: -100px;
    color: #000;
    box-shadow: rgba(0, 0, 0, .8) 0 3px 30px;
    width: 165px;
    height: 98px;
    text-align: center !important;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    transform: rotateZ(-7deg);
    margin: -160px auto 30px;
    background: linear-gradient(to right, #eea513 0, #fded13 100%);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    -o-border-image: initial;
    border-image: initial;
    border-radius: 19%
}

.discounts {
    display: block;
    margin-top: 9px;
    font-size: 16px
}

.price_main {
    border-bottom: 2px solid #d31812;
    font-size: 25px;
    line-height: 0
}

.js_old_price {
    margin: 0 30px
}

.Wheel_input {
    padding: 10px !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 10px !important;
    width: 50% !important;
    border: 2px solid grey !important;
    border-radius: 5px !important
}

.country_select {
    display: none
}

.order_form {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important
}

#productOne {
    max-height: 450px;
}

/* 3 */

.footer-wrapper {
    text-align: center;
    font-size: 12px;
    padding: 5px 10px;
    color: #858585;
    padding-top: 15px;
    background-color: #cecece6e;
    font-weight: 400 !important;
}

.footer-wrapper a {
    color: black;
    text-decoration: none;
}

.footer-wrapper a:hover {
    color: #2a2a2a
}

.footer-wrapper a:visited {
    color: #2a2a2a
}

.post-footer-wrapper {
    font-size: 14px;
    text-align: center;
    padding: 3px 10px;
    color: #858585;
    background-color: #cecece6e;
}

.form .pulse-button-wrapper .pulse-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 4 */

.db {
    display: block;
}