.alert {
    font-family: "Roboto", sans-serif;
    position: fixed;
    top: 85px;
    right: 10px;
    padding: 10px 20px;
    max-width: 90%;
    background: #f7f7f7;
    box-shadow: 2px 4px 15px rgba(0, 0, 0, .1);
    border-radius: 10px;
    transition: opacity .3s;
    opacity: 0;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 400;
    font-size: 16px;
    line-height: 135%;
    background-color: #fff;
}

.alert--show {
    top: 85px;
    opacity: 1;
    z-index: 1000;
    pointer-events: auto
}

.alert__img {
    max-height: 50px;
    padding: 0;
    display: inline-block;
    margin-right: 5px
}
.hed-im {
    width: 100% !important;
    max-width: 300px;
}
@media (max-width: 780px) {
    .hed-im {
    width: 100% !important;
}
}

@media (max-width: 480px) {
    .ima-to {
        padding: 0 20px !important;
    }
}
input::placeholder {
    border: none !important;
}

.countdown-block {
    text-align: center;
    background: #ed1b24;
    color: #fff;
    padding-bottom: 10px;
    box-shadow: 0 0 black;
}

@media screen and (max-width: 459px) {
    .countdown-block {
        padding-bottom: 23px;
    }
    .order_block h3 {
        font: bold 25px Arial!important;
    }
    .countdown-container {
        max-width: 333px;
       
    }
    .countdown-text {
        font-size: 0.88rem!important;
    }
}

.countdown-block h3 {
    font-weight: 800;
    font-size: 28px;
    padding-top: 5px;
    margin: 0;
    line-height: 1;
    padding-bottom: 10px;
}

.countdown-container {
    max-width: 320px;
    background: #ed1b24;
    border: 5px solid #fffd07;
    text-align: center;
    margin: 0 auto;
}

.countdown-container h3 {
    color: #fffd07;
    margin: 0 auto;
    margin-top: -10px;
    background: #ed1b24;
    width: 90%;
    text-transform: uppercase;
    font-weight: 700;
}

.countdown {
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 39px;
    line-height: 1;
}

.countdown-item {
    color: #fff;
    width: 80px;
    font-weight: bold;
    text-align: center;
}

.countdown-divider {
    color: #fff;
    width: 1rem;
}

.countdown-text {
    margin: 0 auto;
    margin-bottom: -8px;
    background: #ed1b24;
    width: 90%;
    color: #fffd07;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.countdown-text span {
    /*width: 4rem;
margin-right: 2rem;*/
    text-align: center;
    width: 33%;
}

.best-form {
    font: 16px/1.2 "Roboto", sans-serif;
    padding: 1rem;
    padding-bottom: 70px;
    color: #fff;
    background-color: #fa0;
    background-image: url("../images/62de4e9c2eb3701760f4cfabbfef5edf717d4abc.svg");
    background-size: cover;
}


form {
    max-width: 350px;
    margin: 0 auto;
}

@media screen and (max-width: 459px) {
    form {
        max-width: 393px;
        margin: 0 auto;
    }
}

.product {
    /* max-width: 320px; */
    margin: 0 auto;
    display: flex;
}

.product .left {
    width: 50%;
}

.product .right {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.product .price-old {
    line-height: 1;
}

.product .price-old span {
    display: inline-block;
    padding: 0 1rem;
    font-size: 25px;
    color: #000;
    position: relative;
    text-decoration: line-through;
}

/* .product .price-old span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 5px solid #ed1b24;
    transform: rotate(-10deg);
} */

.product .discount-text {
    margin-top: 1rem;
    color: #000;
    font-size: 18px;
}

.product .price {
    color: #ff0000;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1;
}

.product .price span {
    font-weight: 300;
    font-size: 30px;
    margin-left: 5px;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.country-input,
.name-input,
.phone-input {
    color: #000;
    background: #fff;
    border: 0;
    width: 100%;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 19px;
    margin-bottom: 10px;
    display: flex;
    transition: all .15s ease-in-out;
}

.name-input label,
.phone-input label,
select {
    align-self: left;
    padding-left: 15px;
    width: 60px;
    font-weight: 700;
    -webkit-appearance: none;
}

.name-input input,
.phone-input input,
select {
    flex: 1 1 auto;
    border: 0;
    padding: 7;
    font: inherit;
    color: inherit;
    box-sizing: border-box;
    min-width: 0;
    padding: 10px 15px;
    padding-left: 10;
    border-radius: 6px;
}

@media screen and (max-width: 500px) {
    .name-input input,
    .phone-input input {
        padding: 20px 15px;
        font-size: 25px!important;
    }
}

input::placeholder {
    
    font-family: sans-serif;
    color: grey !important;
}

.button-submit {
    text-align: center;
    display: flex;
    box-sizing: border-box !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    border-radius: 6px;
    border: 0;
    padding: 14px 0;
    background-image: linear-gradient(to top, #137c09, #16ac0c);
    transition: all .15s ease-in-out;
    cursor: pointer;
    font: 23px/1.4 "Roboto", sans-serif;
    font-weight: 400;
}

.button-submit-text {
    color: #fffefe;
    flex: 1 1 auto;
    font: inherit;
    font-weight: 900;
}

.button-submit-arrow {
    width: 0;
    height: 0;
    border-top: .6rem solid transparent;
    border-bottom: .6rem solid transparent;
    border-left: 1rem solid #fff;
    margin-right: 1rem;
}

#only-mob {
    display: none;
}

@media screen and (max-width: 759px) {
    .product {
        display: block;
    }

    .product .left,
    .product .right {
        width: 100%;
    }

   

    /* #only-mob {
        display: block;
        text-align: center;
    } */
}


.btnbtn {
    animation: shadow-pulse2 1s infinite;
}

@keyframes shadow-pulse2 {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 128, 0, 0.9);
        /*box-shadow: 0 0 0 0px rgba(255, 160, 122, 0.9);*/
    }

    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}

.btnbtn {
    text-decoration: none;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    color: rgb(255, 255, 255) ! important;
    background-color: none;
    background-image: linear-gradient(to top, #002f99, #870000);
    ;
    /*background: linear-gradient(rgba(255, 255, 0, 0.9), rgba(255, 0, 0, 0.9));*/
    display: inline-block;
    padding: 14px 14px;
    margin: 7px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 30px;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    animation: shadow-pulse2 1s infinite;
    font-weight: 700;
    white-space: normal;
}

.pulse {
    background-color: rgba(0, 113, 227, 1);
    /*blue*/
    animation: shadow-pulse 1s infinite;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 113, 227, 0.9);
    }

    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}

@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 113, 227, 0.9);
    }

    100% {
        box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
    }
}

.timer-in-button {
    margin: 12px;
    display: block;
    white-space: nowrap;
}

.timer-in-button span {
    margin: 0 7px;
    background: white;
    color: red;
    padding: 5px;
    border-radius: 3px;
}

.prod-pulse {
    margin-bottom: 15px;
    border-radius: 20px;
    animation: prod-shadow-pulse 1s infinite;
}

@keyframes prod-shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.9);
        
    }

    100% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
}

@keyframes prod-shadow-pulse2 {
    0% {
        background: linear-gradient(rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 25%);
    }

    11% {
        background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0) 50%);
    }

    23% {
        background: linear-gradient(rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 75%);
    }

    34% {
        background: linear-gradient(rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0) 100%);
    }

    45% {
        background: linear-gradient(rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.8) 100%);
    }

    55% {
        background: linear-gradient(rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.8) 100%);
    }

    66% {
        background: linear-gradient(rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0) 100%);
    }

    77% {
        background: linear-gradient(rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 75%);
    }

    89% {
        background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0) 50%);
    }

    100% {
        background: linear-gradient(rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 25%);
    }
}

@keyframes prod-shadow-pulse3 {
    0% {
        box-shadow: 5px 0px 2px white;
    }

    15% {
        box-shadow: 5px 5px 2px white;
    }

    30% {
        box-shadow: 0px 5px 2px white;
    }

    45% {
        box-shadow: -5px 5px 2px white;
    }

    55% {
        box-shadow: -5px 0px 2px white;
    }

    70% {
        box-shadow: -5px -5px 2px white;
    }

    85% {
        box-shadow: 0px -5px 2px white;
    }

    100% {
        box-shadow: 5px -5px 2px white;
    }
}

.img-responsive {
    width: 104%!important;
    max-width: 140%!important;
    position: relative;
    left: 0px;
}

.countdown-container h3 {
    font-size: 1rem;
}

.countdown-text {
    font-size: .8rem;
}

.product .price-old span {
    font-size: 25px;
}

.product .price {
    font-size: 30px;
}

.best-form {
    background: linear-gradient(#fffcc0, #67d9e1)
}

.countdown-block,
.countdown-container,
.countdown-container h3,
.countdown-text {
    background: #044168;
}




@media (max-width: 600px) {
   
  }


.button-submit {
    background-image: linear-gradient(to top, #002f99, #870000);
}

@media screen and (max-width: 759px) {
    .img-responsive {
        margin: 0 auto;
        display: block;
        width: 43%!important;
        position: inherit;
    }
}
@media screen and (max-width: 550px) {
    .img-responsive {
        width: 54%!important;
    }
}
@media screen and (max-width: 400px) {
    .img-responsive {
        width: 84%!important;
    }
}
.vk-comment-text img {
    max-width: 350px !important;
    width: 100% !important;
    display: block !important;
}
.button__text:after {
    content: '*';
    display: inline-block;
    font-size: 75%;
    vertical-align: top;
}

@media only screen and (max-width: 1230px) {
    .ac_footer {
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .ac_footer {
        padding: 15px;
        font-size: 11px;
        line-height: 1.2;
    }
}
.footer {
    padding: 20px 10px;
}
.footer * {
    font-size: 13px;
}
