.h33, .off-date, .wheel-timer {
    text-align: center
}

.cursor-text, .like, .like-count, .reply {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.button, .main-link {
    text-decoration: none
}

.like-count:before, .loader, .pulse:hover:before {
    position: absolute;
    left: 0
}
.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.button, .pop-up-button, .submit-roulette {
    text-transform: uppercase
}

input {
    font-family: halcyon, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #4b3a3f;
    background-color: #fff;
    font-weight: 400;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(0, 0, 0, .25);
    outline: 0;
    width: 100%;
    margin: 0 0 10px;
    padding: 10px;
    max-width: 320px
}

.send-btn, .submit-form {
    border: 0;
    cursor: pointer
}

#wheel {
    max-width: 600px;
    margin: auto
}

.h4_form {
    font-size: 21px;
    line-height: 1.3
}

.wheel-price, .wheel-timer {
    font-size: 19px
}

.wheel-price .old-price {
    text-decoration: line-through;
    margin-right: 10px;
}

.wheel-price .new-price {
    font-weight: 700;
    color: red;
    font-size: 25px;
    margin-left: 8px
}

.off-date #today, .wheel-timer span {
    color: red
}

.content__listItem:not(:last-of-type) {
    margin-bottom: 10px
}

.wheel-price h1, .wheel-price--title {
    margin-bottom: 10px;
    text-align: center
}

p.pricec, p.priceс {
    color: #000;
    font-size: 19px;
    line-height: 1.3;
    margin: -160px auto 30px;
    font-weight: 700
}

form {
    position: relative
}

.spin-img {
    max-width: 400px;
    margin: auto
}

.off-date {
    margin-top: 15px;
    line-height: 1.3;
    font-weight: 700
}

.loader {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    display: none
}

.loader img {
    position: absolute;
    width: 10%;
    bottom: 50%;
    left: 50%;
    transform: translateY(50%);
    transform: translateX(-50%)
}

.h33 {
    padding-top: 15px;
    margin: -50px 0;
    font-size: 20px !important
}

.order_form, .spin-wrapper .ruletka-p, p.pricec, p.priceс {
    text-align: center !important
}

p.pricec {
    position: absolute;
    top: 424px;
    height: 129px;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    background: url(../images/star.png) 0 0/contain;
    padding-top: 29px;
    right: 16%;
    width: 160px
}

.submit-form {
    width: 85%;
    color: #fff;
    padding: 15px;
    font-size: 20px;
    background-color: #d4282c;
    border-radius: 20px;
    -webkit-animation: 1s infinite alternate a;
    animation: 1s infinite alternate a;
    font-weight: 700
}

p.priceс {
    position: relative;
    left: 100px;
    top: -100px;
    box-shadow: rgba(0, 0, 0, .8) 0 3px 30px;
    width: 165px;
    height: 98px;
    transform: rotateZ(-7deg);
    background: linear-gradient(to right, #eea513 0, #fded13 100%);
    border: 2px solid #fff;
    border-image: initial;
    border-radius: 19%
}

.discountс {
    display: block;
    margin-top: 9px;
    font-size: 26px
}

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

.js_old_price {
    margin: 0 30px;
    font-size: 22px;
    line-height: 70px
}

.main-link, .show-message__info span {
    font-size: 20px
}

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

.country_select {
    display: none
}

.order_form {
    display: block !important;
    margin: 0 auto !important
}

.red {
    color: red;
}

.btn_wrap, .button, .comments-refreshing, .cursor-text, .main-link, .ruletka-p, .spin-wrapper, .time_remains_title, .wheel-wrapper {
    text-align: center
}

@media screen and (max-width: 480px) {
    .header__list {
        justify-content: center!important;
    }
    input {
        width: 90%
    }
}

@media screen and (max-width: 380px) {
    h2 {
        font-size: 23px
    }

    body {
        padding: 0
    }
}

.main-link {
    display: block;
    margin: 10px auto;
    padding: 15px;
    background-color: #de0606;
    color: #fff !important;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    max-width: 342px;
    width: 100%
}

.comment-avatar, .comment-input-area, .comment-text {
    display: inline-block;
    vertical-align: top
}

.comments-item, .textarea {
    padding-bottom: 10px;
    box-sizing: border-box
}

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

#align .spin-wrapper p {
    text-align: center;
    font-size: 21px !important;
    line-height: 1.4 !important;
    margin-bottom: 15px
}

.cursor-text {
    user-select: none
}

.pop-up-layer {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, .7) !important;
    z-index: 99 !important
}

.pop-up-window::before {
    content: ""
}

@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
    }
}

@media all and (max-width: 520px) {
    .cursor-text {
        line-height: 48px;
        font-size: 14px;
        width: 40% !important;
        top: 52%
    }

    .close-popup {
        position: absolute;
        width: 30px;
        height: 30px;
        background-image: url(../fonts/cross.svg);
        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
    }

    p.priceс {
        top: -120px;
        left: 20px
    }
}

.comment-date, .like-count, .pulse {
    position: relative
}

@-webkit-keyframes super-rotation {
    70% {
        transform: rotate(1994deg)
    }
    100% {
        transform: rotate(1985deg)
    }
}

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

.comments, .textarea {
    padding-top: 10px
}

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

.comment-avatar {
    margin-right: 10px;
    font-size: 0
}

.comment-text {
    max-width: 79%;
    font-size: 16px
}

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

.comment-username:hover, .like:hover, .reply: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;
    user-select: none
}

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

.like-count {
    padding-left: 20px
}

.like-count:before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../images/like.png)
}

.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
}

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

.comment-input-area {
    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%;
    padding-left: 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: 0;
    padding: 10px;
    transform-origin: top
}

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

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

@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-radius: 2px;
    color: #fff;
    font-weight: 700
}

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

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

    .sidebar {
        display: none
    }

    .mobile-header {
        display: block
    }
}

.button {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    padding: 15px;
    background-color: #f44336;
    color: #fff;
    letter-spacing: .5px;
    border: 0;
    margin: 10px 0;
    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 {
    z-index: 1
}

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

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

@keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100%, 15% {
        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: 20px;
    padding-left: 20px
}

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

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

.comments-refreshing {
    display: none
}

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

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

.show-message__icon, .show-message__info, .show-message__inner {
    display: inline-block;
    vertical-align: middle
}

@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
}

.show-message__info, .show-message__info span {
    font-family: RobotoRegular, sans-serif;
    color: #000
}

.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
}

.show-message__info {
    width: 248px;
    line-height: normal;
    margin-left: 15px;
    margin-bottom: 0;
    font-size: 19px
}

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

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

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

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

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

.show-message__inner {
    line-height: 90px
}

.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__info {
        width: 230px
    }

    .show-message__item, .show-message__item-first {
        top: auto;
        right: 10px;
        bottom: 10px;
        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%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

@-webkit-keyframes blinker {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

@keyframes blinker {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

.submit-roulette {
    padding: 10px 15px;
    margin: 5px 0 15px;
    outline: 0;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    transition: background .3s
}

.submit-roulette:hover {
    background: #b00;
    transition: background .3s
}

.submit-roulette:active {
    transform: translateY(2px);
    box-shadow: none
}

.input-roulette {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    width: 250px !important
}

.ruletka-p {
    text-indent: 0;
    color: #000;
    margin: 0 15px 15px;
    line-height: 25px;
    font-weight: 700
}

.ruletka-p h2 {
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 0 !important
}

.ruletka-a {
    color: #1697ce
}

.spin-wrapper {
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
    border: 3px solid red;
    padding: 20px 10px;
    border-radius: 10px;
    box-sizing: border-box
}

.spin-wrapper .ruletka-p {
    margin-bottom: 15px
}

.danger-text {
    color: red;
    font-weight: 700
}

.wheel {
    width: 380px !important;
    margin: 0 auto;
    position: relative
}

.cursor-text, .wheel-cursor {
    position: absolute;
    left: 50%
}

.wheel img {
    max-width: 100%;
    margin-bottom: 0
}

.wheel-img {
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s
}

.wheel-cursor {
    width: 35% !important;
    height: 35%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cursor-text {
    z-index: 2;
    display: inline-block;
    width: 45% !important;
    height: 45%;
    font: 12px/61px Arial !important;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ccc;
    top: 49%;
    -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: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    background: #fff
}

.comment__text._topicAuthor::before, .order_block {
    display: none
}

.order_block {
    text-align: center !important
}

.order_block img {
    width: 50%
}

.order_block h3 {
    font: bold 18px Arial !important;
    background: 0
}

#omni_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Proxima Nova', Arial, 'Helvetica Neue', sans-serif
}

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

.pop-up-button, .pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important
}

.spin-result-wrapper {
    display: none;
    padding: 0 15px;
    -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
}

.comment__text, .container, .content {
    box-sizing: border-box
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("../fonts/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-window, .title, footer p {
    text-align: center
}

.pop-up-button {
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    border: none;
    cursor: pointer;
    outline: 0;
    transition: background-color .3s ease-in-out
}

.btn, .header__listItemA {
    text-transform: uppercase;
    text-decoration: none
}

.pop-up-button:hover {
    background-color: #42b7e0
}

.header__listItemA:hover, .sidebar__newsItemTextA:hover {
    color: orange
}

.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
}

.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-layer-show {
    display: block
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff;
    padding: 70px 10px 20px;
    border-radius: 10px;
    animation: .7s 0 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 .6s 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 0;
    animation: .5s .6s backwards pop-up-appear-after
}

#mainform {
    padding-top: 65px !important
}

@media all and (max-width: 520px) {
    .wheel {
        width: 280px !important
    }

    .cursor-text {
        line-height: 45px !important;
        font-size: 9px !important
    }

    .close-popup {
        right: 0
    }
}

@media screen and (max-width: 345px) {
    .comment__authorDate {
        display: block !important;
        margin-top: 5px;
    }
    .wheel {
        width: 250px !important
    }

    .cursor-text {
        line-height: 40px !important;
        font-size: 8px !important
    }

    .order_block img {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .order_block img {
        width: 80%
    }

    #mainform {
        padding-top: 45px !important
    }
}

.cen {
    display: flex;
    margin: auto;
    padding: 10px;
    justify-content: center
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font: 400 14px "Open Sans", sans-serif
}

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

.content__list, .content__text, a:hover {
    color: #666
}

.title {
    font: 700 48px "Open Sans", sans-serif;
    color: #999;
    text-transform: uppercase;
    text-decoration: none;
    
}

.container {
    position: relative;
    width: 960px;
    margin: 0 auto 30px;
    padding: 70px 15px 30px;
    background: rgba(255, 255, 255, .4);
    box-shadow: 0 0 13px #000;
    font-size: 0
}

.header {
    position: absolute;
    top: 20px;
    right: 0
}

.header__list, .sidebar__news, .sidebar__social {
    margin: 0;
    padding: 0;
    list-style: none
}

.header__listItem {
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px;
    height: 30px;
    line-height: 30px
}

.header__listItemA {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #000
}

.sidebar, .sidebar__socialItem {
    display: inline-block;
    vertical-align: top
}

.sidebar {
    width: 230px;
    margin: -120px 0 0
}

.sidebar__avatar {
    margin-left: -15px
}

.sidebar__newsTitle {
    font-size: 16px
}

.sidebar__newsItem {
    font-size: 0;
    display: table;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed #666;
    font-weight: 700
}

.content, .sidebar__newsItemImg, .sidebar__newsItemText {
    display: inline-block;
    vertical-align: top
}

.sidebar__newsItem._last {
    border: 0
}

.sidebar__newsItemImg {
    margin-right: 5px;
    font-weight: 700;
    max-width: 80px;
}

.sidebar__newsItemText {
    width: 60%
}

.sidebar__newsItemTextA {
    font-size: 14px;
    line-height: 20px;
    color: #666
}

.content {
    width: 680px;
    margin-left: 20px;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 1.4;
    background: rgba(255, 255, 255, .7);
    border: 2px solid #ccc;
    border-radius: 2px
}

.content__img, .content__imgA {
    display: block
}

.content__text._bold {
    font-weight: 700
}

.content__img {
    margin: 15px auto;
    max-width: 400px;
    width: 100%
}

.comment-block__title {
    font: italic 400 28px "Open Sans", sans-serif
}

.comment {
    margin-top: 20px;
    font: 400 0 "Open Sans", sans-serif;
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 50px
}

.comment__author {
    font-style: italic;
    font-size: 0;
    margin-bottom: 5px
}

.comment__authorName {
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: 0
}

.comment__authorDate {
    display: inline-block;
    font-size: 14px
}

.comment__avatar {
    display: block;
    float: left;
    width: 50px;
    margin-right: 15px
}

.comment__text {
    position: relative;
    display: block;
    vertical-align: top;
    width: 100%;
    font: 400 18px/20px "Open Sans", sans-serif;
    line-height: 1.3 !important;
    margin: 0;
    padding-left: 65px
}

.comment__img {
    display: block;
    margin: 10px 0 0;
    max-width: 280px;
    width: 100%
}

footer p {
    color: #000
}

@media screen and (max-width: 960px) {
    .container {
        width: 100%;
        padding-top: 15px
    }

    .sidebar {
        display: none
    }

    .header {
        position: relative;
        top: 0;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }

    .content {
        width: 100%;
        margin: 0;
        max-width: 600px
    }
}

.btn {
    display: inline-block;
    padding: 20px 30px;
    color: #111;
    font-size: 24px;
    border: 1px solid #8c8c8c;
    margin: 20px 0;
    font-weight: 700;
    -moz-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
    border-radius: 5px
}

.btn:hover {
    background: #111;
    color: #faeadf
}

.topicAuthor {
    margin-left: 20px
}

.prod {
    max-width: 250px
}

.prices {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px
}

.h4_form {
    margin: 26px 0
}

@media (max-width: 960px) {
    .content {
        max-width: 900px;
        display: block;
        margin: 0 auto
    }

    .header__list {
        display: flex;
        justify-content: flex-end
    }
}

@media (max-width: 800px) {
    .btn {
        padding: 12px;
        font-size: 22px
    }
}

@media (max-width: 768px) {
    .comment__text,
    .content {
        font-size: 17px;
    }
    .prod {
        max-width: 230px
    }

    .content {
        font-size: 17px
    }

    .pop-up-heading {
        font-size: 28px
    }
}

@media (max-width: 640px) {
    .wheel {
        width: 330px !important
    }

    .cursor-text {
        font-size: 10px !important;
        line-height: 57px !important
    }
}

@media (max-width: 479px) {
    .content {
        padding: 15px
    }

    .btn {
        padding: 10px;
        font-size: 20px
    }

    .prod {
        max-width: 210px
    }

    .comment__authorName, .comment__text, .content {
        font-size: 16px
    }

    .pop-up-heading {
        font-size: 25px
    }

    .pop-up-text {
        font-size: 19px;
        line-height: 23px
    }

    .h4_form {
        font-size: 20px;
        line-height: 1.2
    }

    .wheel-timer {
        font-size: 18px
    }

    .comment-block__title {
        font-size: 22px
    }

    .title {
        font-size: 25px;
        line-height: 30px;
        margin: 15px auto
    }

    .header__listItem {
        padding: 5px 8px;
        height: auto
    }

    .header__listItemA {
        font-size: 13px
    }

    .comment__img {
        max-width: 250px
    }

    .h4_form {
        margin: 24px 0
    }

    .wheel-price h1, .wheel-price--title {
        margin-top: 20px
    }
}

@media (max-width: 435px) {
    input {
        max-width: 240px;
        font-size: 16px
    }

    .main-link {
        max-width: 261px
    }

    .wheel {
        width: 280px !important
    }

    .cursor-text {
        font-size: 9px !important;
        line-height: 46px !important
    }
}

@media (max-width: 385px) {
    .container {
        padding: 0
    }

    .wheel {
        width: 250px !important
    }

    .cursor-text {
        line-height: 40px !important;
        font-size: 8px !important
    }

    .comment-block {
        padding: 0 15px 15px
    }
}