.content__inner,
.header__logo,
.nav li {
    float: left;
}
.footer__inner,
.page-wrap {
    min-width: 300px;
    margin: 0 auto;
}
.footer,
.nav,
.nav_footer,
.search__form {
    overflow: hidden;
}
.article__text img,
.wheel img,
img {
    max-width: 100%;
}

.ruletka-p {
    text-indent: 0;
    color: #000;
    text-align: center;
    margin: 15px;
    line-height: 25px;
    font-weight: 700;
}
.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;
}
.spin-wrapper .ruletka-p {
    margin-bottom: 15px;
    text-align: center !important;
}
.wheel {
    width: 361px !important;
    margin: 0 auto;
    position: relative;
}
.cursor-text,
.wheel-cursor {
    position: absolute;
    left: 50%;
}
.wheel img {
    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: 16px/61px sans-serif !important;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    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, 0.4) 0 0 5px;
    box-shadow:
        #fff 0 -2px 0 inset,
        #fff 0 2px 0 inset,
        rgba(0, 0, 0, 0.4) 0 0 5px;
    background: #fff;
}
.order_block {
    display: none;
    text-align: center !important;
}
.order_block img {
    width: 50%;
}
.order_block h3 {
    font: bold 18px sans-serif !important;
    background: 0 0;
}
.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 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, 0.6);
    text-align: center;
}
.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("../img/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;
}
.header,
.header__inner,
.header__logo,
.main-content,
.page-wrap,
.pop-up-window {
    position: relative;
}
.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;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    border: none;
    cursor: pointer;
    outline: 0;
}
.header__air-title,
.nav li a,
.nav_footer li a,
a {
    text-decoration: 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;
}
@-webkit-keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1789deg);
        transform: rotate(1789deg);
    }
    100% {
        -webkit-transform: rotate(1760deg);
        transform: rotate(1760deg);
    }
}
@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1789deg);
        transform: rotate(1789deg);
    }
    100% {
        -webkit-transform: rotate(1760deg);
        transform: rotate(1760deg);
    }
}
.cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}
.pop-up-window {
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding: 70px 10px 20px;
    border-radius: 10px;
    animation: 0.7s 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: 0.5s 0.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;
    animation: 0.5s 0.6s backwards pop-up-appear-after;
}
@media all and (max-width: 520px) {
    .wheel {
        width: 280px !important;
    }
    .cursor-text {
        line-height: 45px !important;
        font-size: 12px !important;
    }
    .close-popup {
        right: 0;
    }
    .footer {
        margin-left: 0;
        text-align: center;
    }
}
@media screen and (max-width: 345px) {
    .wheel {
        width: 220px !important;
    }
    .cursor-text {
        line-height: 40px !important;
        font-size: 10px !important;
    }
}
body {
    font-family: sans-serif;
    background: 0 0;
}
a,
b,
body,
center,
div,
footer,
form,
h1,
h2,
h3,
header,
html,
i,
img,
li,
object,
p,
span,
strong,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-feature-settings: inherit;
    font-language-override: inherit;
    font-kerning: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ul {
    list-style: none;
}
footer,
header {
    display: block;
}
.breadcrumbs {
    padding-left: 24px;
    padding-right: 24px;
}
a {
    color: inherit;
}
.article::after,
.content::after,
.main-content::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.page-wrap {
    padding: 0 64px;
    max-width: 1280px;
    cursor: auto;
}
.search,
.show-img {
    cursor: pointer;
}
.main-content {
    background: 0 0;
    z-index: 11;
}
.content {
    min-height: 700px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0 auto;
}
.content__inner_wide {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.content,
.footer {
    clear: both;
}
.header {
    width: 100%;
    z-index: 12;
}
.header__inner {
    height: 64px;
    background: #0095da;
    z-index: 7;
}
.header__logo {
    width: 169px;
    height: 100%;
}
.header__logo a {
    text-indent: -9000px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/sse.jpg") center center/100% auto no-repeat #132434;
    text-indent: -9000px;
}
.nav,
.nav li {
    height: 64px;
    position: relative;
}
.nav {
    max-width: 920px;
}
.nav__inner {
    width: 100%;
}
.nav li {
    display: block;
    margin-right: 1px;
    perspective: 1000px;
}
.nav li a {
    display: block;
    height: 100%;
    font: 16px/64px sans-serif;
    color: #fff;
    padding: 0 24px;
    position: relative;
    background: #0095da;
    transition: transform 0.3s;
    transform-origin: 50% 0 0;
    transform-style: preserve-3d;
}
.nav li a:hover {
    background: #00a5f2;
}
.nav li:first-child::after {
    display: block;
    content: " ";
    position: absolute;
    z-index: 200;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 26px;
}
.nav li a::before {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #0965a0;
    content: attr(data-hover);
    transition: background 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0 0;
}
.nav li:focus a,
.nav li:hover a {
    transform: rotateX(90deg) translateY(-22px);
}
.nav li:focus a::before,
.nav li:hover a::before {
    background: #2483c5;
}
.header__menu-link,
.nav_mobile,
.search .search__form {
    display: none;
}
@media (max-width: 530px) and (max-width: 530px) {
    .nav_mobile .nav__list_mobile li .header__air {
        display: block;
    }
}
.header__air {
    float: right;
    border-left: 1px solid #2483c5;
    padding: 15px 16px 0;
    height: 49px;
}
.header__air-logo {
    display: block;
    width: 70px;
    height: 18px;
}
.header__air-title {
    display: block;
    font: 11px/11px sans-serif;
    color: #85cced;
    padding-top: 5px;
}
.search {
    padding: 18px 24px 0;
    float: right;
    background: url("../img/icons.png") 24px -193px no-repeat;
    width: 20px;
    height: 30px;
}
.search__form {
    display: block;
    position: absolute;
    width: 30px;
    top: 18px;
    right: 20px;
    background: #0069a0;
    border-radius: 18px;
    height: 30px;
}
.search__form input {
    float: left;
    height: 30px;
}
.search__form .search__text {
    border: none;
    outline: 0;
    background: 0 0;
    width: 0;
    color: #fff;
    padding: 0 3px;
    font: 12px/17px sans-serif;
    display: block;
}
.search__form .search__submit {
    display: block;
    background: url("../img/icons.png") 0 -211px no-repeat;
    width: 24px;
    border: none;
    cursor: pointer;
    float: right;
}
.footer {
    padding-bottom: 40px;
    background: #1a1a1a;
    position: relative;
    z-index: 7;
}
.footer-wrapper_top {
    border-top: 9px solid #2483c5;
    background: #262626;
    height: 64px;
}
.nav_footer,
.nav_footer li {
    height: 64px;
    float: left;
}
.footer__inner {
    padding: 0 64px;
    max-width: 1280px;
}
@media (max-width: 900px) {
    .footer__inner,
    .page-wrap {
        padding: 0 24px;
    }
}
.nav_footer {
    width: 730px;
    margin-left: -24px;
}
.nav_footer li a {
    display: block;
    height: 100%;
    font: 16px/64px sans-serif;
    color: #fff;
    padding: 0 24px;
}
.soc-buttons {
    display: block;
    float: right;
    padding-top: 16px;
}
.soc-buttons a {
    display: block;
    float: left;
    margin-left: 16px;
    width: 32px;
    height: 32px;
    background-image: url("../img/soc-icons.png");
    transition: background 0.2s ease-out;
}
.soc-buttons_vk {
    background-position: 0 0;
}
.soc-buttons_vk:hover {
    background-position: 0 -32px;
}
.soc-buttons_fb {
    background-position: -32px 0;
}
.soc-buttons_fb:hover {
    background-position: -32px -32px;
}
.soc-buttons_twt {
    background-position: -64px 0;
}
.soc-buttons_twt:hover {
    background-position: -64px -32px;
}
.soc-buttons_gplus {
    background-position: -96px 0;
}
.soc-buttons_gplus:hover {
    background-position: -96px -32px;
}
.soc-buttons_rss {
    background-position: -128px 0;
}
.soc-buttons_rss:hover {
    background-position: -128px -32px;
}
.soc-buttons_insta {
    background-position: -160px 0;
}
.soc-buttons_insta:hover {
    background-position: -160px -32px;
}
.soc-buttons_youtube {
    background-position: -192px 0;
}
.soc-buttons_youtube:hover {
    background-position: -192px -32px;
}
.soc-buttons_ok {
    background-position: -224px 0;
}
.soc-buttons_ok:hover {
    background-position: -224px -32px;
}
.soc-buttons_telegram {
    background-position: -256px 0;
}
.soc-buttons_telegram:hover {
    background-position: -256px -32px;
}
.footer__copyright {
    font: 12px/17px sans-serif;
    color: #999;
    padding: 36px 0 0;
    width: 75%;
}
.footer__copyright p {
    padding-bottom: 24px;
}
.breadcrumbs {
    height: 22px;
    border-bottom: 1px dotted #ccc;
    padding-top: 16px;
    padding-bottom: 16px;
    font: 14px/22px sans-serif;
}
.breadcrumbs h2 a {
    color: #255d89;
    display: block;
    float: left;
    padding-right: 16px;
    border-left: 1px solid #ccc;
    padding-left: 16px;
}
.breadcrumbs h2 a:first-child {
    border-left: none;
    padding-left: 0;
}
.article {
    padding: 24px 70px;
}
@media (max-width: 530px) {
    .breadcrumbs {
        padding-left: 12px;
        padding-right: 12px;
    }
    body {
        position: relative;
    }
    .page-wrap {
        padding: 0;
        overflow: hidden;
    }
    .header__inner {
        height: 48px;
    }
    .header__air,
    .nav,
    .search {
        display: none;
    }
    .nav_mobile {
        display: block;
        width: 270px;
        position: absolute;
        top: 100px;
        right: 0;
        z-index: 2;
        height: 100%;
        background: #222;
    }
    .nav_mobile::after {
        position: absolute;
        height: 100%;
        width: 1px;
        left: -1px;
        top: 0;
        box-shadow: 2px 0 14px 1px #333;
        content: " ";
    }
    .nav_mobile .search_mobile {
        height: 48px;
        background: #0095da;
    }
    .nav_mobile .search_mobile .search__form {
        width: 225px;
        top: 9px;
    }
    .nav_mobile .search_mobile .search__text {
        width: 180px;
        padding: 0 10px;
    }
    .nav_mobile .nav__list_mobile li {
        height: 48px;
        line-height: 48px;
        color: #fff;
        border-bottom: 1px solid #000;
    }
    .nav_mobile .nav__list_mobile li a {
        font: 16px/48px sans-serif;
        padding-left: 24px;
    }
    .nav_mobile .nav__list_mobile li .header__air {
        padding: 15px 24px 0;
        border-left: none;
        width: auto;
        float: none;
    }
    .nav_mobile .nav__list_mobile li .header__air-logo {
        padding: 0;
        float: left;
    }
    .nav_mobile .nav__list_mobile li .header__air-title {
        float: right;
        color: #fff;
        font-size: 12px;
        line-height: 10px;
    }
    .header__menu-link {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background: url("../img/icons.png") 13px -394px no-repeat;
        width: 48px;
        height: 48px;
        border-left: 1px solid #167baf;
        z-index: 9;
    }
    .footer-wrapper_top {
        height: auto;
    }
    .soc-buttons {
        height: auto;
        float: none;
        padding-top: 0;
        padding-bottom: 16px;
    }
    .soc-buttons a {
        margin-top: 16px;
    }
    .article {
        padding: 24px 12px;
    }
}
.article__date {
    font: 14px/18px sans-serif;
    color: #555;
}
.article__date .article__time {
    padding-left: 12px;
    padding-right: 12px;
}
.article__date .article__author {
    padding: 0 12px;
    border-left: 1px solid #ccc;
}
.article__title {
    font: 32px/36px sans-serif;
    padding: 4px 0 24px;
}
.article__text {
    font: 16px/24px sans-serif;
    color: #333;
    padding-left: 0;
    padding-top: 24px;
}
@media (max-width: 1280px) {
    .nav_footer {
        display: none;
    }
    .article__text {
        padding-left: 0;
    }
}
.article__text p {
    padding: 0 0 15px;
}
.article__text a {
    text-decoration: underline;
    color: #0095da;
}
.article__text b,
.article__text strong {
    font-weight: 700;
}
@media (max-width: 900px) {
    .page-wrap {
        padding: 15px 24px 0;
    }
}
@media (max-width: 1024px) {
    .content__inner_wide {
        width: 100%;
    }
    .article {
        width: auto;
    }
    .page-wrap {
        padding: 15px 64px 0;
    }
}
@media (max-width: 530px) {
    .nav_mobile {
        bottom: 1px;
        z-index: 1;
        height: auto;
        top: 0;
        display: none;
    }
    .page-wrap {
        padding: 15px 0 0;
    }
}
@media (max-width: 670px) {
    .page-wrap {
        padding: 0;
    }
}
.of-site {
    font: bold 30px/100% sans-serif;
}
a:hover {
    text-decoration: none;
}
.comment-block {
    background: #fff;
}
.comment-user {
    min-height: 130px;
    clear: both;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.comment-block .user-name {
    font-weight: 700;
    padding: 0 0 10px;
}
.comment-block img {
    width: 60px;
    float: left;
    margin: 0 20px 0 0;
}
.prod_img {
    width: 35%;
}
@media (max-width: 1200px) {
    .product_img {
        width: 59% !important;
    }
}
@media (max-width: 950px) {
    .product_img {
        width: 70% !important;
    }
}
@media (max-width: 768px) {
    .product_img {
        width: 95% !important;
    }
    .prod_img {
        width: 100%;
    }
    .comment-user p img {
        margin-bottom: 10px;
    }
    .breadcrumbs {
        height: unset;
    }
    .breadcrumbs h2 a {
        float: none;
        padding-right: 0;
        border-left: none;
        padding-left: 0;
    }
    .article__title {
        padding: 4px 0 0;
    }
    .spin-wrapper .ruletka-p {
        margin-bottom: 0 !important;
    }
    .article__text p {
        padding: 0 !important;
    }
    .image_comment {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
    .article__text a {
        font-size: 17px;
    }
    .footer__inner {
        padding: 0;
    }
    .footer_middle {
        padding-left: 0;
        width: 100% !important;
    }
    .footer__copyright {
        width: 100%;
        padding: 36px 10px 0;
        box-sizing: border-box;
    }
    .footer__copyright p {
        padding-bottom: 0;
    }
}
.stick_block {
    display: none !important;
}
