.btn {
    line-height: 1;
    font-size: 30px;
    margin: 20px 0 25px 0;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: auto;
    height: auto;
    position: static;
    cursor: pointer;
    opacity: 1;
    padding: 0;
    overflow: visible;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .0980392), 0 0 5px rgba(0, 0, 0, .0980392), 0 1px 3px rgba(0, 0, 0, .298039), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .247059), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .14902);
    -webkit-transition: all .3s cubic-bezier(.42, 0, .58, 1);
    -moz-transition: all .3s cubic-bezier(.42, 0, .58, 1);
    -o-transition: all .3s cubic-bezier(.42, 0, .58, 1);
    transition: all .3s cubic-bezier(.42, 0, .58, 1);
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}

.btn:hover {
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: auto;
    height: auto;
    position: static;
    cursor: pointer;
    opacity: 1;
    padding: 0;
    overflow: visible;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: rgba(169, 214, 169, 1);
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 2px 0 rgba(255, 255, 255, 1), 0 3px 0 rgba(255, 255, 255, 1), 0 4px 0 rgba(255, 255, 255, 1), 0 5px 0 rgba(255, 255, 255, 1), 0 6px 1px rgba(0, 0, 0, .0980392), 0 0 5px rgba(0, 0, 0, .0980392), 0 1px 3px rgba(0, 0, 0, .298039), 0 3px 5px rgba(0, 0, 0, .2), 0 -5px 10px rgba(0, 0, 0, .247059), 0 -7px 10px rgba(0, 0, 0, .2), 0 -15px 20px rgba(0, 0, 0, .14902);
    -webkit-transition: all .2s cubic-bezier(.42, 0, .58, 1) 10ms;
    -moz-transition: all .2s cubic-bezier(.42, 0, .58, 1) 10ms;
    -o-transition: all .2s cubic-bezier(.42, 0, .58, 1) 10ms;
    transition: all .2s cubic-bezier(.42, 0, .58, 1) 10ms;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    text-decoration: none;
}

.time {
    float: right;
    font-size: 12px;
    margin-top: -16px;
    font-weight: 700;
    color: #2b587a;
}

.main_btn {
    margin: 40px auto;
    color: #fff;
    text-transform: uppercase;
    background-color: #0a78c2;
    width: 260px;
    border-radius: 5px;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.btn_link {
    text-decoration: none;
}

.main_btn:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transform: scale(1.1);
    text-decoration: none;
}

.cenimgmg {
    display: block;
    margin: 10px auto;
}

.rimgmg {
    float: right;
    margin: 10px 0 10px 10px;
}

@media (max-width: 992px) {
    .left-column {
        width: initial;
        margin: 20px auto 10px auto;
        display: block;
    }

    .mobile {
        display: none;
    }
}

@media (max-width: 650px) {
    .container {
        margin: 0;
        padding: 0;
    }

    .left-column {
        width: 100%;
        margin: 0;
        padding: 10px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

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

@media (max-width: 480px) {
    h1 {
        font-size: 16px;
    }

    .rimgmg {
        display: block;
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    .imm {
        float: none !important;
        margin: 0 !important;
        width: 100% !important;
    }
}

.order-form {
    margin-top: 80px;
}

.order-form .form-group {
    margin-bottom: 10px;
    max-width: 310px;
    margin: 0 auto;
}

label.error {
    display: none !important;
}

p.priceÑ {
    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;
    border-image: initial;
    border-radius: 19%;
}

span.discountÑ {
    display: block;
    margin-top: 9px;
    font-size: 16px;
}

.price_main {
    border-bottom: 2px solid #d31812;
    font-size: 22px;
    line-height: 0;
    margin: 0 18px;
    white-space: nowrap;
}

.js_old_price {
    margin: 0 18px;
    white-space: nowrap;
}

/* .Wheel_input { */
/* margin: 0 auto !important; */
/* padding: 10px !important; */
/* width: 100%; */
/* 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;
}

@media screen and (max-width: 480px) {
    input {
        width: 90%;
    }
}

.main-link {
    display: block;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background: #008080;
    border-radius: 3px;
    max-width: 470px;
    width: 100%;
}

.main-link:hover {
    opacity: .8;
}

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

.time_remains_title {
    padding-top: 15px;
    text-align: center;
    font-size: 22px;
}

.comments {
    padding-top: 10px;
}

.comments-item {
    max-width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e2e3;
}

.comment-avatar {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 0;
}

.comment-text {
    display: inline-block;
    max-width: 79%;
    vertical-align: top;
    font-size: 16px;
}

.comment-username {
    color: #365899;
    font-weight: 700;
    margin-right: 10px;
    cursor: pointer;
}

.comment-username:hover {
    text-decoration: underline;
}

.comment-action {
    padding-left: 50px;
}

.like,
.like-count,
.reply {
    color: #365899;
    font-size: 13px;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.like:hover,
.reply:hover {
    text-decoration: underline;
}

.like:after,
.reply:after {
    content: " Â· ";
    position: absolute;
    font-weight: 700;
    right: -10px;
    top: 0;
    color: #90949c;
}

.like-count {
    padding-left: 20px;
    position: relative;
}

.like-count:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
}

.like-count-liked {
    animation: .5s like-change;
}

.like-count-unliked {
    animation: .5s like-unchange;
}

@keyframes like-change {
    50% {
        top: -10px;
        opacity: 0;
    }

    51% {
        bottom: -10px;
    }

    100% {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes like-unchange {
    50% {
        bottom: -10px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

.comment-date {
    font-size: 13px;
    color: #90949c;
    position: relative;
}

.comment-input {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.comment-input-area {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    font-size: 0;
    perspective: 800px;
}

.comment-input input[type=text] {
    width: 150px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    transition: .4s;
    word-wrap: wrap;
}

.textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40px;
    font-family: Arial, sans-serif;
    transition: .5s;
}

.textarea-focus {
    height: 80px;
}

.input-action {
    display: none;
    transition: .4s;
    background-color: #f6f7f9;
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px 10px;
    transform-origin: top;
    padding: 10px 10px;
}

.input-action-focus {
    display: block;
    animation: .6s action-appear;
}

.comment-appear {
    animation: comment-appear .4s;
}

@keyframes comment-appear {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

@keyframes action-appear {
    0% {
        opacity: 0;
        transform: rotateX(-90deg);
    }

    60% {
        transform: rotateX(30deg);
    }

    100% {
        opacity: 1;
        transform: rotateX(0);
    }
}

.send-btn {
    float: right;
    padding: 5px 10px;
    background-color: #4267b2;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.send-btn:hover {
    background-color: #365899;
}

@media all and (max-width: 720px) {
    main {
        width: 100%;
    }

    .sidebar {
        display: none;
    }

    .mobile-header {
        display: block;
    }
}

@media all and (max-width: 460px) {
    .wheel {
        width: 270px;
    }
}

form .button {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 16px;
    padding: 15px 15px;
    background-color: #f44336;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    border: none;
    margin: 10px 0;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    transition: .3s ease-out;
}

.button:hover {
    background-color: #f55a4e;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
}

.pulse {
    position: relative;
    z-index: 1;
}

.pulse:hover:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f44336;
    border-radius: inherit;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 5s cubic-bezier(.24, 0, .38, 1) infinite;
    animation: pulse-animation 5s cubic-bezier(.24, 0, .38, 1) infinite;
    z-index: -1;
}

@-webkit-keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    15% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    15% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.comments-refreshing-wrapper {
    background-color: rgba(0, 78, 255, .14);
    padding: 5px 0;
    margin: 10px 0;
    min-height: 150px;
    border-radius: 5px;
}

.comments-refreshing-wrapper .comments-refreshing-title {
    font-size: 16px;
    padding-left: 20px;
}

.comments-refreshing-wrapper .comments-item {
    display: none;
    border-bottom: none;
}

.comments-refreshing-wrapper .comments-newly-showed {
    display: block;
    animation: new-comment-show .5s;
}

.comments-refreshing {
    display: none;
    text-align: center;
}

.comments-refreshing img {
    max-width: 100px;
}

.refresh-appear {
    display: block;
    animation: typing-show .5s;
}

@keyframes typing-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes new-comment-show {
    0% {
        transform: scale(.2);
    }

    80% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.show-message {
    font-family: Roboto-Regular;
}

.blink {
    color: red !important;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    text-decoration: line-through;
}

.show-message p {
    margin: 0 !important;
}

.show-message__icon {
    width: 50px !important;
    display: inline-block;
    vertical-align: middle;
}

.show-message__info {
    width: 248px;
    line-height: normal;
    display: inline-block;
    margin-left: 15px;
    color: #000;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 19px;
    font-family: RobotoRegular, sans-serif;
}

.show-message__info span {
    font-size: 16px;
    font-family: RobotoRegular, sans-serif;
}

.show-message__left {
    font-size: 14px;
}

.show-message__left span {
    font-size: 15px;
}

.show-message_call {
    background-color: #363636;
}

.show-message__info span {
    color: #000;
}

.package_left,
.package_left span {
    font-size: 15px !important;
}

#ouibounce-modal {
    background-color: rgba(0, 0, 0, .9);
}

.show-message_online {
    background-color: #cd5555;
    background-color: rgba(0, 0, 0, .9);
}

.show-message__inner {
    line-height: 90px;
    display: inline-block;
    vertical-align: middle;
}

.show-message__item,
.show-message__item-first {
    position: fixed;
    right: 20px;
    top: 120px;
    width: 318px;
    background-color: rgba(255, 255, 255, .92);
    color: #000;
    padding: 0 25px;
    font-size: 14px;
    line-height: 90px;
    border-radius: 5px;
    display: none;
    z-index: 98;
    box-sizing: border-box;
    border: 2px solid #7474ff;
    border-left-style: dashed;
    border-right-style: dashed;
    text-shadow: 0 0 2px #fff;
    box-shadow: 0 0 1px 0;
    -webkit-box-shadow: 0 0 1px 0;
    -moz-box-shadow: 0 0 1px 0;
}

.lost_position {
    display: none !important;
    opacity: 0 !important;
}

.block_position {
    display: block !important;
    opacity: 1 !important;
}

@media screen and (max-width: 767px) {
    .show-message__item,
    .show-message__item-first {
        top: auto;
        right: 10px;
        bottom: 10px;
    }

    .show-message__info {
        width: 230px;
    }

    .show-message__item,
    .show-message__item-first {
        width: 300px;
    }
}

@media screen and (max-width: 319px) {
    .show-message__item,
    .show-message__item-first {
        width: 225px;
    }

    .show-message__info {
        width: 160px;
        margin-left: 7px;
        font-size: 15px;
    }

    .show-message__info span {
        font-size: 17px;
    }

    .show-message__icon {
        width: 38px !important;
    }

    .show-message__info br {
        display: none;
    }
}

@-moz-keyframes blinker {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blinker {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

* {
    outline: 0;
}

.padding {
    padding: 10px;
}

.modal-show {
    overflow: hidden !important;
    position: relative;
    right: 8px;
}

#umcb-form label {
    display: none !important;
}

.margin-t-b {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.margin-l {
    margin-left: 0 !important;
}

.loader,
.modal {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAeSURBVHjaYmRgYNBmIAIwMRAJRhVSRyEAAAD//wMAVdAAP0SGoHgAAAAASUVORK5CYII=);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    left: 0;
    top: 0;
}

.loader {
    z-index: 200001;
}

.modal {
    z-index: 200001;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

.modal .modal-top {
    top: 50%;
}

.modal .modal-left {
    left: 50%;
}

.modal-block {
    position: relative;
    width: 600px;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .35);
    border: 1px solid #3a87ad;
}

.modal-block .icon-close {
    position: absolute;
    right: 0;
    margin: 15px 20px;
    z-index: 1000;
}

.modal-block .title {
    background: #4d83c0;
    text-align: center;
    line-height: 50px;
    text-shadow: 1px 1px 0 #3a87ad;
    border-bottom: 1px solid #3a87ad;
    padding: 0 100px;
    font-size: 16px;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0;
}

.modal.error .title {
    background: red;
    text-shadow: 1px 1px 0 #e30000;
    border-bottom: 1px solid #e30000;
}

.modal.error .modal-block {
    border: 1px solid #e30000;
}

.modal.complete .title {
    background: #5bb75b;
    text-shadow: 1px 1px 0 #50a150;
    border-bottom: 1px solid #50a150;
}

.modal.complete .modal-block {
    border: 1px solid #50a150;
}

.icon-close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAlCAYAAABPsblCAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAE2SURBVHjanNPNSkNBDAXg01sYkC60m6Ir9xYURNcuWxHf/wnyHHHRpKRz8zNjIKs2HzOTc8HMkNoD2GCuFgAPAACBHgH8APiYwBYAnzJ3UOgI4Fd6BFNEZ15grvY6iPXI0V5tFPMRB8qwGAkgD9umSAL12ClFCqjHYqSA+jfJtxlAPfJVYg4UbSePRgctxXZizEBLueIME2gUiTGB3icQD3tTaA/gewKx2BnAvX2jHf5Xu5Fkj5dCRMTycc5UIyImogtERMzMPIm1mzkLTWBtNSPQDLZCrlfTHsBWiB6khzLMRbRv1p+c7C5F+hxlJ0uRKJAeZh92hRTJbh4EYOvOBFDLruZGw4HcnJRYB4UrLjEDpTkpMYHayIpTzAugm5MKU0g7QzxM2w49yY+Xj7Ao879nIsLfAI7+/zeB1j7HAAAAAElFTkSuQmCC) no-repeat;
    width: 20px;
    height: 19px;
    background-position: 0 0;
    cursor: pointer;
}

.icon-close:hover {
    background-position: 0 -19px;
}

.modal p {
    font-weight: 400;
    width: auto;
}

.modal .content {
    padding: 0 !important;
    background: #fff repeat;
    width: auto;
    overflow: hidden;
    margin: 0;
    box-shadow: none;
}

@media screen and (max-width: 540px) {
    .modal-block {
        width: 380px;
    }

    .modal-block .title {
        padding: 0 50px;
        line-height: 39px;
    }
}

@media screen and (max-width: 405px) {
    .modal-block {
        width: 300px;
    }

    .modal-block .title {
        padding: 0;
    }
}

#umcb {
    position: fixed;
    display: none;
    background-color: transparent;
    width: 160px;
    height: 160px;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    right: 15px;
    bottom: 15px;
}

@media screen and (max-width: 980px) {
    #umcb {
        display: none !important;
    }
}

#umcb a {
    text-decoration: none;
}

#umcb .umcb-img-circle {
    width: 80px;
    height: 80px;
    background: #5aaade center center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAA8CAMAAADIULPRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABs1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAAAPKcAvAAAAj3RSTlMATksXN+N4FifeiTABxPV+DCj9xy2kSQnl1y8iwA13/qruG/yN5hx6ZGq8WPAm9CmU+lAYtVQLTb1jBDGzhQW6q09EHhLqDhP52a4CYM/yD8o5bgPYHxH4nsapQge4V4ZzPAjtJMzCOBCvnzZVpyHzQ4Ta36xBuetRmI6jBoPxYXvTLHXvmYvbgJfWvoc0GTlTyOIAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAB8UlEQVRIx43W91cTQRAH8AWResRwQCAGjKGEmkRQQDkMVhIQC4QWCMUAErtYqEoNCqLsv8yDl3e7e3uzk+9vd/d58+Z2Zy8hBE5O7hWSXfIopVfzC7KhhfQyRcUlKNVKaSaOa07ElunUTHmF2lZSLkUuFa2q5i11X1dYDxVTUwvbGxbrvQlbH7WmDlzcesk2QNYlUdroB2yTbOubAdsiW9oK2DYb267Z24Au22DI3mq3ZNvRCTRx+46Mu6BV6+65a7X34K3rNfpEe58oEjb6+XdsI8o4HzCqP1RbYnB1HyGWcPYxQp88NalvALGRqGkHsRYCrIWhZ4gd9pp2GKv73KQvuhH6kp27V1jZEdbuKEJjY+wI+RE7zsahFGthiLXQjNAJRicRqrUyO6WpbYhRRwSpG2d2GqEz3Dh61DThYHTWMja1c/MLr5NsGxa507Mk0sLli7tvVlKZ67dcB+9E+j6Yue/+EL5Yro8cdSQE+ukze1Te9aWlkf8urAo0+ZXC+dYr2O8KSssE+kNF18TdVdF1cQ2mVFYc8ZAXlvqGWHZTUXXLsvEK2meZAyMK0u2flrJO0DbJZ+GXvdzZtRnU2J7P5tds/wCY68O0lR6lAEo0z+8d5ib/HIN/Fi4TCZzEo2m6/vf033+SRQbOwv6Y4vk50nYdHuLvx/IAAAAASUVORK5CYII=);
    position: absolute;
    top: 40px;
    left: 40px;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .8;
    -webkit-animation: umcb-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: umcb-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: umcb-circle-img-anim 1s infinite ease-in-out;
    -o-animation: umcb-circle-img-anim 1s infinite ease-in-out;
    animation: umcb-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

#umcb .umcb-circle-fill {
    opacity: .24;
    -webkit-animation: umcb-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: umcb-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: umcb-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: umcb-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: umcb-circle-fill-anim 2.3s infinite ease-in-out !important;
    background: #5aaade repeat;
    width: 110px;
    height: 110px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
}

#umcb .umcb-circle {
    opacity: .35;
    -webkit-animation: umcb-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: umcb-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: umcb-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: umcb-circle-anim 2.2s infinite ease-in-out !important;
    animation: umcb-circle-anim 2.2s infinite ease-in-out !important;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #5aaade;
}

#umcb:hover .umcb-circle-fill,
#umcb:hover .umcb-img-circle {
    background-color: #72d582;
}

#umcb:hover .umcb-circle {
    border-color: #72d582;
}

#umcb:hover .umcb-img-circle {
    -webkit-animation: umcb-circle-img-anim-hover 1s infinite ease-in-out;
    -moz-animation: umcb-circle-img-anim-hover 1s infinite ease-in-out;
    -ms-animation: umcb-circle-img-anim-hover 1s infinite ease-in-out;
    -o-animation: umcb-circle-img-anim-hover 1s infinite ease-in-out;
    animation: umcb-circle-img-anim-hover 1s infinite ease-in-out;
}

@-moz-keyframes umcb-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }

    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}

@-webkit-keyframes umcb-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1;
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@-o-keyframes umcb-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1;
    }

    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5;
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}

@keyframes umcb-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
    }
}

@-moz-keyframes umcb-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes umcb-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@-o-keyframes umcb-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes umcb-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes umcb-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-moz-keyframes umcb-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes umcb-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes umcb-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes umcb-circle-img-anim-hover {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-35deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(35deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-35deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(35deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-moz-keyframes umcb-circle-img-anim-hover {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-35deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(35deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-35deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(35deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes umcb-circle-img-anim-hover {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-35deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(35deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-35deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(35deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes umcb-circle-img-anim-hover {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-35deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(35deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-35deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(35deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

#umcb-form .modal-block {
    border: 0;
    box-shadow: none;
    font-family: Arial;
    border-radius: 10px;
    overflow: hidden;
    color: #222;
    line-height: 1.5 !important;
    width: 570px;
}

#umcb-form .modal-block .title {
    font-family: Arial, sans-serif;
    background: 0 0;
    text-shadow: none;
    color: #222;
    font-weight: 700;
    font-size: 22px;
    float: none;
    border-bottom: 0;
    text-transform: none;
}

#umcb-form .modal-block .icon-close {
    margin: 20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAlCAYAAABPsblCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJBQUUwNEY0RDJGQTExRTRCOTcxRkUwREM4QjIzQjUyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJBQUUwNEY1RDJGQTExRTRCOTcxRkUwREM4QjIzQjUyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkFBRTA0RjJEMkZBMTFFNEI5NzFGRTBEQzhCMjNCNTIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkFBRTA0RjNEMkZBMTFFNEI5NzFGRTBEQzhCMjNCNTIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4O6hRpAAABc0lEQVR42qSWTUvEMBCGm1HsqggWpURs9eLZg9701/sXFtaju3oopZfCguAX1ElNINtNJjPrwNum+XiYZt6GwjAMmY0CpTJZAOrUNUxo1APqXgADO/8RVTrQmR24YMIcRNv2uQMtUK+2nYL5EBMvqGfwJswZsBBk4e8RBxaFhEAx2B4FMaFM+ZUKbsct6tq2v1AHMUgso1BmJCQFMmP5pO8wVk1glnidsgYwffKUsgZwfZLyGTAhSZ+BAELCnI/u8OGSAYn57M1ltET9CCB+Zt+oVeYdbMfZbvG3zgP9K/bNpaqqkdn3/awoik/u4q7rjsqyfDeb7fZoTAshHwjLhZBx/ZazObAJZMOQigsLQfxXY8FikNC3FoVRkNjXvwVr2/aEglDn0cYkrfWaGk+dkErSD1SJQ/2xaoKgxKQ1gOuTFAwEEBIGkkwo2HhC5nnOgfgxTAowG0F1XQ8CSBAGAv9kHGerpmmudviHNOtuzP1XgAEAeVu1MBSM7t8AAAAASUVORK5CYII=);
}

#umcb-form .modal-block .padding {
    padding: 20px 40px 40px;
}

#umcb-form .modal-block p {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
}

#umcb-form .modal-block .bold {
    font-weight: 700;
}

#umcb-form form {
    display: block;
    margin: 10px 0;
    text-align: center;
    width: 100%;
    height: auto;
    background: 0;
    position: static;
    padding: 0;
    border: 0;
}

#umcb-form form input[type=text].form-control.error {
    border: 2px solid red !important;
}

#umcb-form form input[type=text] {
    height: 36px;
    line-height: 36px;
    color: #222;
    border: 1px solid #aaa;
    padding: 0 10px;
    width: 200px !important;
    text-align: left;
    display: inline-block;
    text-indent: 0;
    position: static;
    vertical-align: inherit;
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
    font-style: normal;
    float: none;
    box-shadow: none;
    margin: 0 10px 0 0 !important;
    text-align-last: left !important;
}

#umcb-form form ::-webkit-input-placeholder {
    color: #888;
}

#umcb-form form ::-moz-placeholder {
    color: #888;
}

#umcb-form form :-moz-placeholder {
    color: #888;
}

#umcb-form form :-ms-input-placeholder {
    color: #888;
}

#umcb-form form input[name=name] {
    padding-right: 10px;
}

#umcb-form .modal-block .title:after {
    display: none !important;
}

#umcb-form form button[type=submit],
#umcb-form form input[type=submit] {
    position: static;
    cursor: pointer;
    text-shadow: none;
    border: 0;
    background: #c4191c;
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 38px;
    height: 38px;
    vertical-align: top;
    margin: 20px 0 !important;
    display: inline-block !important;
    text-indent: 0 !important;
    text-align: center !important;
    border-radius: 3px;
    font-style: normal;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    width: 200px;
    opacity: 1;
    min-height: 38px !important;
}

#umcb-form form input[type=submit]:hover {
    background: #dd070b;
    text-decoration: none;
}

#umcb-form .form-group {
    position: static;
    display: inline-block;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
}

#umcb-form label.error {
    position: static;
    display: block !important;
    font-family: Arial, sans-serif;
    background: #fff;
    width: auto;
    color: red;
    padding: 0;
    font-weight: 700;
    font-style: normal;
    float: none;
    font-size: 14px;
    margin: 15px 0;
}

#umcb-form label.error:before {
    content: '';
    padding: 0;
}

#umcb-form .form-group:last-child {
    background: 0 0 !important;
}

.wheel-price_old {
    position: relative;
    -webkit-animation-name: price-old-appear;
    animation-name: price-old-appear;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.wheel-price_old:before {
    content: '';
    position: absolute;
    -webkit-animation-name: price-old-line-appear;
    animation-name: price-old-line-appear;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    height: 2px;
    top: 0;
    background-color: red;
    width: 100%;
    transform: rotate(-16deg);
    transform-origin: right;
}

.wheel-price_main {
    font-weight: bold;
    -webkit-animation-name: price-main-appear;
    animation-name: price-main-appear;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-delay: 2s;
    opacity: 0;
    border-bottom: none;
}

@keyframes price-old-appear {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 1;
        font-size: 24px;
    }

    100% {
        font-size: 14px;
    }
}

@keyframes price-old-line-appear {
    0% {
        opacity: 0;
        width: 100%;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes price-main-appear {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

#country_code_selector {
    background: #fff url('../img/select.png') no-repeat;
    background-position: 95% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (max-width: 480px) {
    .prod__img {
        max-width: 200px;
        display: block;
        margin: 0 auto !important;
    }
}

.input_inner {
    padding: 0 29px;
    max-width: 310px;
    margin: 0 auto;
    padding: 0;
    margin-top: 20px;
}

.inp {
    border: 2px solid grey !important;
    border-radius: 5px !important;
    width: 100%;
}

.button_order {
    text-decoration: none !important;
    background-color: #0a78c2 !important;
    color: #ffffff !important;
    border: 3px solid #006089 !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    padding: 15px 50px !important;
    transition: all 0.8s ease !important;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 50%;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.button_order:hover {
    text-decoration: none !important;
    background-color: #006089 !important;
    color: #ffeded !important;
    border-color: #006089 !important;
}

.prod-img {
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 0 auto 20px;
}

/* .timer { */
/* position: fixed; */
/* left: 0; */
/* bottom: 0; */
/* width: 100%; */
/* padding: 20px; */
/* background: #b8433f; */
/* text-align: center; */
/* color: #ffffff; */
/* transition: opacity .3s; */
/* opacity: 0; */
/* pointer-events: none; */
/* display: flex; */
/* align-items: center; */
/* justify-content: center; */
/* flex-wrap: wrap; */
/* } */
/* .timer--show { */
/* opacity: 1; */
/* pointer-events: auto; */
/* } */
/* .timer span { */
/* font-size: 22px; */
/* color: white; */
/* } */
.count {
    white-space: nowrap;
    margin: 0 10px;
}

.me_span {
    color: red;
    font-weight: bold;
}

footer {
    font-size: 12px;
    padding: 15px;
    text-align: center;
    color: #0a78c2;
}

/* .timer { */
/* opacity: 0; */
/* } */
/* .timer.timer--show { */
/* opacity: 1; */
/* } */
div#form {
    margin: 10px;
}

.order_block {
    font-family: 'Arial', sans-serif;
}

.prod_img_wrapper {
    max-width: 470px;
    margin: 15px auto;
    position: relative;
    text-align: center;
}

.prod_img {
    width: 100%;
    max-width: 190px;
}

.priceСЃ {
    position: absolute;
    font-family: 'Arial', sans-serif;
    right: 0;
    bottom: 0;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
    width: 165px;
    height: 98px;
    text-align: center !important;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3;
    transform: rotateZ(-7deg);
    margin: -0px auto 0px;
    background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 19%;
}

span.discountСЃ {
    display: block;
    margin-top: 9px;
    font-size: 16px;
}

.price_main {
    font-size: 24px;
    line-height: 15px;
    margin: 10px auto;
    display: block;
}

.js_old_price {
    display: block;
    margin: 0 auto;
}

.wheel_input {
    padding: 20px;
    display: block !important;
    margin: 0 auto 20px !important;
    padding: 20px;
    width: 100% !important;
    border: 1px solid #919191 !important;
    border-radius: 3px !important;
    height: 65px;
    width: 100%;
    font-size: 16px;
}

.data_label {
    line-height: 30px;
    display: block;
    text-align: center;
}

.country_select {
    display: none !important;
    width: 52% !important;
}

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

@media screen and (max-width: 480px) {
    /* .wheel_input { */
    /* width: 90% !important; */
    /* } */
    .country_select {
        width: 96% !important;
    }
}

.main-link {
    display: block;
    margin: 40px auto;
    padding: 20px;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 0 0 0 rgb(232 76 61 / 70%);
    border-radius: 20px;
    animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    display: block;
    background: rgb(222, 116, 116);
    background: -moz-linear-gradient(180deg, rgba(222, 116, 116, 1) 0%, rgba(247, 34, 16, 1) 60%);
    background: -webkit-linear-gradient(180deg, rgba(222, 116, 116, 1) 0%, rgba(247, 34, 16, 1) 60%);
    background: linear-gradient(180deg, rgba(222, 116, 116, 1) 0%, rgba(247, 34, 16, 1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de7474", endColorstr="#008080", GradientType=1);
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.main-link:hover {
    opacity: 0.8;
}

.time_remains_title {
    padding-top: 15px;
    text-align: center;
    font-size: 22px;
}

.input_phone {
    position: relative;
}

label.plus63 {
    position: absolute;
    top: 13px;
    left: 22px;
    color: gray;
}

.input-wrapper {
    max-width: 470px;
    margin: 0 auto;
}

/* input#phone { */
/* padding-left: 60px !important; */
/* } */
select {
    color: gray;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

b {
    font-weight: bold;
}

.order_block {
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.form-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}

.form-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
}

.timer {
    padding: 10px 0;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: red;
}

.check-wrap {
    display: flex;
    align-items: flex-end;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    justify-content: center;
    margin-bottom: 18px;
}

.check-wrap img {
    width: 25px;
    max-width: 25px;
    margin: 0;
}

.old-price {
}

.old-price {
    font-weight: 700;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 0;
}

.new-price {
    font-weight: 700;
    font-size: 32px;
    color: red;
}

.priceс {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.security {
    max-width: 470px !important;
    width: 100%;
}

.form-footer-text,
.phone-label {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
}

.phone-label {
    font-size: 14px;
    text-align: left;
    margin-top: -10px;
}

/* .phone-label.active { */
/* display: block; */
/* } */
.alert {
    font-family: "Roboto", sans-serif;
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 10px 20px;
    max-width: 90%;
    background: #F7F7F7;
    box-shadow: 2px 4px 15px rgb(0 0 0 / 10%);
    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 !important;
    line-height: 135%;
}

.alert span,
.alert p {
    font-size: 16px;
    line-height: 120% !important;
    margin-bottom: 0;
}

.alert--show {
    opacity: 1;
    pointer-events: auto;
}

.alert__img {
    max-height: 50px;
    width: auto;
    padding: 0;
    display: inline-block;
    margin-right: 5px;
}

.alert-offer {
    margin-bottom: 40px;
    text-align: center;
    color: red;
}

.alert-offer {
    margin-bottom: 40px;
    text-align: center;
    color: red;
}

@media (max-width: 767.98px) {
    .alert-offer {
        margin-bottom: 15px;
    }
}
