html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

* {
    margin: 0;
    padding: 0
}

*, :after {
    box-sizing: border-box
}

body {
    background: #fff;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    width: 100%
}

.old-price {
    text-decoration: line-through
}

.prices {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.old__price {
    margin-right: 25px
}

#order_form .price-item span {
    font-size: 24px
}

.prices .price_name {
    margin-bottom: 5px;
    text-align: center;
    font-weight: 700
}

a {
    color: #0a78c2;
    outline: medium none;
    text-decoration: none;
    font-weight: 700
}

a:hover {
    text-decoration: underline
}

p {
    margin: 0 0 11px;
    text-align: justify
}

b {
    font-weight: 700
}

img {
    border: medium none;
    max-width: 100%
}

h1 {
    margin: 10px 0;
    font-size: 26px;
    line-height: 1.3
}

h2 {
    margin: 10px 0;
    font-size: 24px
}

h3 {
    margin: 2px 0 10px;
    font-size: 22px;
    font-weight: 400
}

.container {
    width: 960px;
    margin: 0 auto
}

.header {
    font-size: 50px;
    margin: 0 auto 15px;
    background: url(../images/header-blue.png) no-repeat scroll 0 -25px transparent;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 20px
}

.header a {
    line-height: 2;
    color: #fff
}

.header a:hover {
    text-decoration: none
}

.left-column {
    width: 625px;
    display: inline-block;
    vertical-align: top;
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    margin-right: 20px;
    padding: 10px 30px;
    margin-bottom: 10px
}

.sidebar {
    width: calc(100% - 654px);
    font-size: 12px;
    display: inline-block;
    vertical-align: top
}

.sidebar-bloggers {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    padding: 15px;
    margin-bottom: 20px
}

.sidebar-bloggers-avatar {
    display: inline-block
}

.sidebar-bloggers img {
    margin: 5px;
    width: 48px;
    height: 48px
}

.vk-container {
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #333;
    text-decoration: none;
    display: table;
    clear: both
}

.vk-header {
    background: none repeat scroll 0 0 #dae2e8;
    padding: 4px 4px 4px 6px;
    margin-bottom: 10px
}

.vk-header-text {
    padding: 2px 3px 1px;
    line-height: 100%;
    color: #45688e;
    font-weight: 700
}

.vk-avatar img {
    float: left;
    margin-right: 10px;
    padding-top: 5px;
    width: 50px;
    object-fit: contain
}

.vk-comment, .vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #dae1e8;
    padding-bottom: 15px;
    min-height: 60px
}

.vk-comment-name {
    color: #2b587a;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none
}

.vk-comment-name:hover {
    text-decoration: none
}

.vk-comment-text {
    margin-left: 60px;
    text-align: justify;
    padding-right: 40px;
    line-height: 1.3;
    font-size: 16px
}

.vk-comment-date {
    margin-top: 5px;
    margin-left: 60px;
    color: #999;
    font-size: 16px
}

.vk-comment-like {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 16px;
    display: inline-block;
    text-decoration: none
}

.vk-comment-like-count {
    padding-left: 20px;
    font-weight: 700;
    color: #7295b2;
    font-size: 12px;
    text-decoration: none;
    line-height: 16px;
    position: relative
}

input::-ms-clear {
    display: none
}

.vk-comment-like-count:after {
    content: '';
    background: url(../images/hurt.svg) no-repeat center/contain;
    position: absolute;
    width: 13px;
    height: 13px;
    background-size: cover;
    left: 0;
    top: 1px
}

.btn {
    display: block;
    max-width: 250px;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: #0a78c2;
    border-radius: 5px;
    cursor: pointer;
    margin: 25px auto 20px;
    padding: 10px 5px
}

.btn:hover {
    text-decoration: none;
    background-color: #004472;
    transition: all .2s linear
}

@media (max-width: 950px) {
    .header {
        text-align: center
    }
}

@media (max-width: 992px) {
    .sidebar {
        display: none
    }

    .container, .header {
        width: 100%;
        padding: 0 10px
    }

    .header {
        background: #346bc1;
        text-align: center
    }

    .left-column {
        width: initial;
        margin: 20px auto 10px auto;
        display: block
    }
}

@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: 24px;
        line-height: 1.2
    }

    h2 {
        font-size: 22px;
        line-height: 1.2
    }

    .left-column .imm {
        display: block;
        float: none !important;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 0
    }
}

@media screen and (max-width: 480px) {
    input {
        width: 90%
    }
}

@media all and (max-width: 720px) {
    .sidebar {
        display: none
    }
}

* {
    outline: 0
}

@media (max-width: 480px) {
    .prod__img {
        max-width: 200px;
        display: block
    }
}

.ac_footer {
    text-align: center;
    color: #a12000;
    background-color: #ccc;
    padding: 20px 0
}

.ac_footer a {
    color: #333;
    font-weight: 400;
    font-size: 16px
}

.ac_footer p {
    text-align: center
}

.order_block {
    text-align: center !important
}

.order_block h3 {
    font: bold 18px Arial !important;
    background: 0 0
}

.order_form {
    display: block !important;
    text-align: center !important
}

@media screen and (max-width: 480px) {
    input {
        width: 90%
    }
}

.spin-wrapper {
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
    border: 3px solid red;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box
}

.wheel-wrapper {
    text-align: center
}

.wheel {
    width: 380px !important;
    margin: 0 auto;
    position: relative
}

.wheel-cursor {
    position: absolute;
    width: 35% !important;
    height: 35%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cursor-text {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 50% !important;
    height: 50%;
    line-height: 61px;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    top: 50%;
    left: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    background: #fff;
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
    background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%)
}

.wheel-img {
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    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
}

.cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

.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, .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: .7s ease 0s normal 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: .5s ease .6s normal backwards 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: .5s ease .6s backwards pop-up-appear-after
}

@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-heading {
    font-size: 40px;
    margin-bottom: 20px
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: medium none;
    cursor: pointer;
    outline: medium none
}

.pop-up-button:hover {
    color: #fff;
    text-decoration: none
}

.wheel img {
    max-width: 100%
}

@media all and (max-width: 520px) {
    .wheel {
        width: 280px !important
    }

    .cursor-text {
        line-height: 48px;
        font-size: 14px
    }

    .close-popup {
        position: absolute;
        width: 30px;
        height: 30px;
        background-size: 100%;
        top: -40px;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 10px #fff;
        box-shadow: 0 0 10px #fff;
        right: -10px;
        cursor: pointer
    }
}

.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
}

@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg)
    }
    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg)
    }
}

.order_block, .pop-up-window, .spin-wrapper {
    font-family: Arial, sans-serif;
    font-size: 1em
}

input[value="Получить бесплатно"] {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 15px 0;
    outline: 0;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    transition: background .3s
}

input[value="Получить бесплатно"]:hover {
    background: #b00 !important;
    transition: background .3s
}

input[value="Получить бесплатно"]:active {
    transform: translateY(2px);
    box-shadow: none !important
}

.ruletka-p {
    text-indent: 0;
    color: #333;
    text-align: center;
    margin: 0 0 15px;
    line-height: 25px;
    font-size: 18px
}

.ruletka-p h2 {
    font-size: 25px;
    margin-bottom: 15px
}

.spin-wrapper {
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
    border: 3px solid red;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    margin: 40px auto
}

.spin-wrapper .ruletka-p {
    margin-bottom: 15px
}

.wheel {
    width: 380px !important;
    margin: 0 auto;
    position: relative
}

.wheel img {
    display: block;
    max-width: 100%;
    margin-bottom: 0
}

.wheel-img {
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s
}

.wheel-cursor {
    position: absolute;
    width: 35% !important;
    height: 35%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cursor-text {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 45% !important;
    height: 45%;
    font: 16px Arial !important;
    line-height: 61px !important;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    top: 49%;
    left: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    background: #fff
}

.order_block {
    display: none;
    text-align: center !important
}

.order_block img {
    width: 20%
}

.order_block h3 {
    font: bold 18px Arial !important;
    background: 0 0
}

.spin-result-wrapper {
    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, .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: .7s ease 0 normal pop-up-appear
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/cross.svg);
    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
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important
}

.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
}

@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, .4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 25%;
    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: .7s ease 0 normal 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: .5s ease .6s normal backwards 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;
    animation: .5s ease .6s normal backwards pop-up-appear-after
}

@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
}

@media (max-width: 767px) {
    .vk-comment-text {
        text-align: left
    }

    p {
        text-align: left;
        font-size: 17px;
        line-height: 1.3
    }

    .header {
        font-size: 27px;
        text-align: center
    }

    .left-column {
        padding: 10px 15px
    }

    .container {
        padding: 0
    }

    .pop-up-window::before {
        width: 90px;
        height: 90px
    }

    .pop-up-window::after {
        top: -27px
    }

    #order_form .text1, #order_form .text1 span {
        font-size: 18px
    }

    #order_form .additional {
        display: block;
        line-height: 1.3;
        margin-bottom: 10px
    }

    .vk-comment-text {
        padding-right: 0
    }
}

@media all and (max-width: 520px) {
    .wheel {
        width: 280px !important
    }

    .cursor-text {
        line-height: 45px !important;
        font-size: 12px !important
    }

    .close-popup {
        right: 0
    }
}

@media screen and (max-width: 345px) {
    .wheel {
        width: 250px !important
    }

    .cursor-text {
        line-height: 40px !important;
        font-size: 11px !important
    }
}

#order_form {
    background: #fff;
    padding: 20px;
    max-width: 670px;
    padding-bottom: 30px;
    font-family: Arial;
    margin: 20px;
    background-image: url(../images/formbg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto 20px
}

#order_form div {
    background: 0 0 !important
}

#order_form h2 {
    margin: 15px 0 0 0;
    padding: 0;
    line-height: 32px;
    border: none
}

#order_form label {
    width: auto;
    display: block;
    padding: 5px 0 5px 0;
    font-weight: 700;
    font-size: 16px
}

#order_form .order_form_pole {
    padding: 10px;
    margin: 10px;
    text-align: center
}

#order_form select,
#order_form input {
    font-size: 18px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
    outline: 0 !important
}

#order_form span {
    font-size: 14px
}

#order_form .additional {
    font-size: 13px
}

#order_form .text2 {
    font-size: 16px;
    font-weight: 400
}

#order_form .text1 span {
    font-size: 14px
}

#order_form button {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .45);
    border-radius: 5px;
    background-color: #0299ff;
    background-position: 1.35em .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px
}

#order_form button:hover {
    background-color: #017acc
}

#order_form button:active {
    position: relative;
    top: 1px
}

.left-column__text {
    font-size: 13px
}

.left-column__image {
    float: left;
    margin-right: 10px
}

.imm__right {
    float: right;
    margin: 0 0 10px 10px;
    width: 250px;
    padding-top: 7px
}

.imm__left {
    float: left;
    margin: 0 10px 10px 0
}

.prod__img {
    display: block;
    margin: 0 auto 20px;
    max-width: 300px
}

.bold-text {
    font-weight: 700
}

.order_block {
    margin: 20px auto 0
}

.count {
    color: #00f;
    font-size: 14px
}

.left-column__indent {
    float: none;
    display: block;
    margin: 0 auto 11px
}

.red {
    color: red
}

.text1 {
    font-size: 16px
}

.text2 {
    margin: 15px 10px -5px 10px;
    border: 2px solid #0299ff;
    padding: 10px;
    line-height: 1.3
}

.order__button {
    margin-bottom: 20px
}

.comment__text {
    font-size: 18px
}

.sidebar__text {
    font-size: 12px;
    color: #777
}

@media (max-width: 767px) {
    #order_form {
        padding-bottom: 15px
    }
}

@media screen and (max-width: 480px) {
    #order_form label {
        font-size: 14px
    }

    #order_form button {
        font-size: 16px
    }

    #order_form {
        padding: 10px
    }

    #order_form .order_form_pole {
        padding: 0;
        margin: 2px
    }

    #order_form h2 {
        font-size: 21px;
        line-height: 1.2
    }

    .left-column .imm, .left-column__indent {
        margin: 20px auto
    }
}

#order_form .timer span {
    font-size: 16px
}

@media screen and (max-width: 459px) {
    #order_form select,
    #order_form button, #order_form input {
        width: 80%
    }
}

@media screen and (max-width: 349px) {
    #order_form select,
    #order_form input {
        font-size: 17px
    }
}

#order_form_place img {
    max-width: 100px;
    display: block;
    margin: 20px auto
}

a {
    cursor: pointer
}

form .count {
    display: block;
    margin-bottom: 10px
}

.timelimit {
    margin-bottom: 5px;
    line-height: 1.3
}

.timelimit b {
    display: inline-block;
    background: url(../images/timerIcon2.png) no-repeat;
    padding-left: 14px;
    color: red;
    vertical-align: middle;
    background-position-y: 5px
}

input::-ms-clear {
    display: none
}

.ev-answer--hidden {
    display: none
}

.ev-answer__avatar {
    width: 60px;
    height: 60px
}

.ev-answer__img {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 10px 0
}

.ev-answer__comment, .ev-answer__name, .ev-answer__town {
    word-break: break-all
}

.ev-answer__comment {
    display: block;
    width: 100%
}

.ev-feedback {
    font-family: sans-serif;
    background: #f2f3f7;
    border: none;
    border-radius: 15px
}

.ev-feedback__title {
    color: #333
}

.ev-feedback__field {
    color: #333;
    border: 1px solid #ececed;
    border-radius: 10px
}

.ev-feedback__field:focus {
    border-color: #346abf
}

.ev-feedback__field--comment::-webkit-scrollbar {
    width: 5px;
    background: 0 0
}

.ev-feedback__field--comment::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #346abf;
    opacity: .5
}

.ev-feedback__svg {
    fill: #346abf;
    transition: all .3s ease-in-out
}

.ev-feedback__comment {
    border-radius: 15px
}

.ev-feedback__file {
    color: #346abf;
    border: 1px solid #346abf;
    border-radius: 10px
}

.ev-feedback__file:hover {
    color: #fff;
    background: #346abf
}

.ev-feedback__file:hover .ev-feedback__svg {
    fill: #fff
}

.ev-feedback__profile--error .ev-feedback__field {
    border-color: red
}

.ev-feedback__profile--error .ev-feedback__field:focus {
    border-color: red
}

.ev-feedback__profile--error .ev-feedback__svg {
    fill: red
}

.ev-feedback__file--loaded {
    color: #fff;
    background: #fff linear-gradient(to left, transparent, transparent 50%, #57cf02 50%, #57cf02) 0 0;
    border-color: #57cf02
}

.ev-feedback__file--loaded:hover {
    color: #fff;
    background: #57cf02
}

.ev-feedback__file--error {
    background: #fff linear-gradient(to left, transparent, transparent 50%, red 50%, red) 0 0;
    color: #fff;
    border-color: red
}

.ev-feedback__file--error:hover {
    color: #fff;
    background: red;
    border-color: red
}

.ev-feedback__file--error .ev-feedback__svg, .ev-feedback__file--loaded .ev-feedback__svg {
    fill: #fff
}

.ev-feedback__btn {
    color: #fff;
    border: none;
    border-radius: 10px;
    background: #346abf
}

.ev-feedback__btn:hover {
    background: #2b589e
}

.ev-modal {
    background: rgba(0, 0, 0, .5)
}

.ev-modal__wrapper {
    background: #fff;
    border-radius: 8px
}

.ev-modal__close::after, .ev-modal__close::before {
    background: #474646
}

.ev-modal__close:hover::after, .ev-modal__close:hover::before {
    background-color: #346abf
}

.ev-modal__subtitle, .ev-modal__title {
    color: #333
}

.ev-modal__btn {
    color: #fff;
    background: #346abf;
    border: none;
    border-radius: 5px
}

.ev-modal__btn:hover {
    background: #34909b
}

@keyframes fileLoaded {
    0% {
        background: #fff linear-gradient(to left, transparent, transparent 50%, #57cf02 50%, #57cf02) 100% 0;
        background-size: 200% 100%
    }
    100% {
        background-position: 0 0;
        color: #fff
    }
}

@keyframes fileError {
    0% {
        background: #fff linear-gradient(to left, transparent, transparent 50%, red 50%, red) 100% 0;
        background-size: 200% 100%
    }
    100% {
        background-position: 0 0;
        color: #fff
    }
}

.ev-feedback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px
}

.ev-feedback__title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0
}

.ev-feedback__section {
    display: flex;
    width: 100%
}

.ev-feedback__section--data {
    margin-bottom: 15px
}

.ev-feedback__section--files {
    margin-bottom: 30px
}

.ev-feedback__profile {
    position: relative;
    width: calc(100% / 1)
}

.ev-feedback__profile:not(:last-of-type) {
    margin: 0 15px 0 0
}

.ev-feedback__comment {
    position: relative;
    width: 100%;
    margin: 0 0 15px 0
}

.ev-feedback__field {
    display: block;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
    resize: none;
    transition: all .25s ease-in-out;
    width: 100%;
    padding: 10px 10px 10px 30px;
    box-sizing: border-box
}

.ev-feedback__field--comment {
    min-height: 80px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: auto;
    border-radius: 15px
}

.ev-feedback__svg {
    position: absolute;
    top: calc(50% - 8px);
    left: 10px;
    flex-shrink: 0;
    width: 16px;
    height: 16px
}

.ev-feedback__svg--comment {
    top: 12px
}

.ev-feedback__svg--file {
    position: static;
    margin-right: 5px;
    transition: all .3s ease-in-out
}

.ev-feedback__file {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    width: 50%;
    padding: 10px;
    transition: all .3s ease-in-out;
    box-sizing: border-box
}

.ev-feedback__file:not(:last-of-type) {
    margin-right: 15px
}

.ev-feedback__file--loaded {
    background-size: 200% 100%;
    animation: fileLoaded .5s ease-in
}

.ev-feedback__file--loaded:hover {
    transition: none
}

.ev-feedback__file--error {
    background-size: 200% 100%;
    animation: fileError .5s ease-in
}

.ev-feedback__file--error:hover {
    transition: none
}

.ev-feedback__file--error .ev-feedback__svg--file, .ev-feedback__file--loaded .ev-feedback__svg--file {
    fill: #fff
}

.ev-feedback__label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2
}

.ev-feedback__nowrap {
    display: inline-block
}

.ev-feedback__chooser {
    display: none
}

.ev-feedback__btn {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    outline: 0;
    cursor: pointer;
    transition: all .3s ease-in;
    max-width: 100%;
    width: 200px;
    padding: 13px
}

.ev-feedback__section--two .ev-feedback__profile {
    width: 50%
}

.ev-feedback__section--one .ev-feedback__profile {
    width: 100%
}

.ev-feedback__section--one .ev-feedback__file {
    width: 80%
}

.ev-feedback__section--full .ev-feedback__file {
    width: 100%
}

.ev-feedback--structure .ev-feedback__title {
    order: -1
}

.ev-feedback--structure .ev-feedback__section {
    order: -1;
    margin-bottom: 15px
}

.ev-feedback--structure .ev-feedback__comment {
    margin-bottom: 30px
}

.ev-modal {
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000
}

.ev-modal--active {
    display: flex
}

.ev-modal__wrapper {
    position: relative;
    cursor: auto;
    padding: 40px 30px 30px;
    margin: 0 20px
}

.ev-modal__close {
    position: absolute;
    top: 6px;
    right: 6px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.ev-modal__close::after, .ev-modal__close::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 2px;
    transition: background-color .3s ease-in-out
}

.ev-modal__close::before {
    transform-origin: left;
    transform: rotate(45deg);
    left: 2px
}

.ev-modal__close::after {
    transform-origin: right;
    transform: rotate(-45deg);
    right: 4px
}

.ev-modal__title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px
}

.ev-modal__subtitle {
    text-align: center;
    margin-bottom: 20px
}

.ev-modal__btn {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    max-width: 130px;
    width: 100%;
    word-break: break-all;
    cursor: pointer;
    padding: 10px 15px;
    margin: 0 auto;
    transition: all .25s ease-in-out
}

@media (max-width: 639px) {
    .ev-feedback {
        padding: 20px
    }

    .ev-feedback__title {
        font-size: 21px
    }

    .ev-feedback__section--files, .ev-feedback__title {
        margin-bottom: 20px
    }

    .ev-feedback--structure .ev-feedback__comment {
        margin-bottom: 20px
    }
}

@media (max-width: 479px) {
    .ev-feedback__section--data, .ev-feedback__section--files {
        flex-direction: column
    }

    .ev-feedback__section--data {
        margin-bottom: 10px
    }

    .ev-feedback__profile {
        width: 100%
    }

    .ev-feedback__profile:not(:last-of-type) {
        margin: 0 0 10px 0
    }

    .ev-feedback__file {
        width: 100%
    }

    .ev-feedback__file:not(:last-of-type) {
        margin: 0 0 10px 0
    }

    .ev-feedback__comment {
        margin-bottom: 10px
    }

    .ev-feedback__section--two {
        flex-direction: column
    }

    .ev-feedback__section--two .ev-feedback__profile {
        width: 100%
    }

    .ev-feedback__section--two .ev-feedback__profile:not(:last-of-type) {
        margin: 0 0 10px 0
    }

    .ev-feedback__section--one .ev-feedback__profile {
        width: 100%
    }

    .ev-feedback__section--one .ev-feedback__file {
        width: 100%
    }

    .ev-modal__wrapper {
        padding: 30px 20px 20px
    }
}

.ev-input-error {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    background: #fff;
    border: 1px solid #346abf;
    border-radius: 5px;
    padding: 5px
}

.ev-input-error::before {
    content: '';
    position: absolute;
    top: -7px;
    left: calc(50% - 7px);
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid #346abf;
    border-right: 1px solid #346abf;
    transform: rotate(-45deg)
}

.ev-input-error--hidden {
    display: none
}

.x_country_select {
    display: none !important;
}