.c-app-nav::after,
.c-app-nav::before,
.c-bar::after,
.c-bar::before,
.c-post-info::after,
.c-post-info::before,
.c-switcher-box::after,
.c-switcher-box::before,
.o-cmr::after,
.o-cmr::before,
.o-jumbotron::after,
.o-jumbotron::before,
.o-row-sm::after,
.o-row-sm::before {
    content: "";
    display: table;
}
.c-app-nav::after,
.c-bar::after,
.c-post-info::after,
.c-switcher-box::after,
.o-cmr::after,
.o-jumbotron::after,
.o-row-sm::after {
    clear: both;
}
.c-app-nav,
.c-post-stats,
.c-social-list {
    padding-left: 0;
    list-style: outside none none;
}
@media not all, (min-resolution: 192dpi) {
    .i-ii {
        background-size: 87px 82px;
    }
}
.i-logo {
    background-position: 0 0;
    width: 50px;
    height: 22px;
}
.i-ii {
    display: block;
}
@media (max-width: 1023px) {
    .h1,
    .subtitle,
    h1 {
        font-size: 27px;
    }
    .h2,
    h2 {
        font-size: 22px;
    }
    .h3,
    h3 {
        font-size: 18px;
    }
    input[type="radio"] {
        margin-top: 2px;
    }
}
.bold {
    font-weight: 700;
}
.nav > li > a {
    color: #333;
}


.text-hide {
    display: none;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0 none;
}
a,
button {
    transition: all 0.3s ease 0s;
    outline: 0 none !important;
}
::-moz-selection {
    background-color: #c6f3fe;
}
.h1,
.h2,
h1,
h2 {
    margin-top: 33px;
    margin-bottom: 22px;
}
.ruletka-p {
    text-indent: 0;
    color: #000;
    text-align: center !important;
    margin: 15px 15px 22px;
    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;
}
.danger-text {
    color: red;
    font-weight: 700;
}
.wheel {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    position: relative;
}
.wheel img {
    max-width: 100%;
}
.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;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    width: 45% !important;
    height: 45%;
    font: 16px Arial !important;
    line-height: 61px !important;
    cursor: pointer;
    border-radius: 50%;
    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: rgb(255 255 255) 0 -2px 0 inset, rgb(255 255 255) 0 2px 0 inset, rgb(0 0 0 / 40%) 0 0 5px;
    box-shadow: rgb(255 255 255) 0 -2px 0 inset, rgb(255 255 255) 0 2px 0 inset, rgb(0 0 0 / 40%) 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%);
}



.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: 0.7s ease 0 normal none running pop-up-appear;
}
.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-text .danger-text {
    display: block;
}
.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;
}
@media (min-width: 1280px) {
    .h1,
    .h2,
    h1,
    h2 {
        margin-top: 44px;
        margin-bottom: 33px;
    }
}
p,
ul {
    margin-bottom: 22px;
}
abbr[title] {
    border-bottom: 0 none;
    text-decoration: none;
    cursor: default;
}
a abbr[title] {
    cursor: inherit;
}
.container {
    max-width: 100%;
}
.subtitle {
    font-size: 36px;
    font-weight: 700;
}
@media (min-width: 1600px) {
    .container {
        width: 1400px;
    }
}
@media (max-width: 1365px) {
    .c-nav:not(.is-fixed) .c-app-nav {
        font-size: 13px;
    }
}
.o-row-sm {
    position: relative;
}
.o-row-flex {
    display: flex;
}
.o-col-flex {
    padding-left: 15px;
    padding-right: 15px;
}
.o-row-sm-flex .o-col-flex {
    padding-left: 7px;
    padding-right: 7px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .o-row-sm {
        position: relative;
    }
}
.com-txt,
.o-cmr,
.o-cmr h2:not([class]),
.o-cmr h3:not([class]) {
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
}
.o-cmr a {
    font-weight: 400;
}
@media (min-width: 1024px) {
    .com-txt,
    .o-cmr,
    .o-cmr h2:not([class]),
    .o-cmr h3:not([class]) {
        font-size: 18px;
    }
}
@media (min-width: 1280px) {
    .com-txt,
    .o-cmr,
    .o-cmr h2:not([class]),
    .o-cmr h3:not([class]) {
        font-size: 18px;
        line-height: 25px;
    }
}
@media (min-width: 1600px) {
    .com-txt,
    .o-cmr,
    .o-cmr h2:not([class]),
    .o-cmr h3:not([class]) {
        font-size: 22px;
        line-height: 35px;
    }
}
.c-cmr-img {
    clear: both;
}
.c-cmr-img img {
    display: block;
    max-width: 100%;
    height: auto;
}
.c-cmr-img figure {
    display: table;
    margin: 0 auto;
}
.o-cmr .c-cmr-img {
    margin-bottom: 22px;
}
.c-banner {
    position: relative;
    padding-bottom: 56px;
    line-height: 1.42857;
}
.c-banner .c-app-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}
@media (max-width: 1023px) {
    .c-banner {
        padding-bottom: 42px;
    }
}
.desktop-leng {
    margin-left: 55px;
    border-left: solid;
}
.c-nav.is-fixed {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 930;
}
.c-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: background-color 0.3s ease 0s, width 0.3s ease 0s, height 0.3s ease 0s, padding 0.3s ease 0s;
}
.c-app-nav .c-logo {
    width: 66px;
    height: 66px;
    display: flex;
    float: left;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    z-index: 900;
}
.is-compressed .c-app-nav .c-logo {
    width: 54px;
    height: 54px;
}
.c-app-nav .is-active a.c-logo,
.c-app-nav a.c-logo {
    text-decoration: none;
    background-color: #b60007;
}
.c-app-nav .is-active a.c-logo:focus,
.c-app-nav .is-active a.c-logo:hover,
.c-app-nav a.c-logo:focus,
.c-app-nav a.c-logo:hover {
    background-color: #d20008;
}
.c-logo .i-logo {
    transition: transform 0.3s ease 0s;
}
.is-compressed .c-logo .i-logo {
    transform: scale(0.818182);
}
@media (max-width: 1023px) {
    .c-app-nav .c-logo {
        width: 49px;
        height: 49px;
    }
    .is-compressed .c-app-nav .c-logo {
        width: 40px;
        height: 40px;
    }
    .c-logo .i-logo {
        transform: scale(0.742424);
    }
    .is-compressed .c-logo .i-logo {
        transform: scale(0.606061);
    }
}
.c-app-nav {
    margin-top: -42px;
    margin-bottom: 0;
    background-color: #fff;
    border-top: 2px solid #bf134d;
    border-bottom: 2px solid #333;
}
.is-fixed .c-app-nav {
    will-change: margin-top;
    margin-top: 0;
}
.is-fixed.is-compressed .c-app-nav {
    transition: margin-top 0.3s ease 0s;
    margin-top: -40px;
}
.c-app-nav a {
    display: block;
    color: inherit;
}
.c-app-nav a::after {
    z-index: 1;
}
.c-app-nav .c-logo::after {
    display: none;
}
.c-app-nav > li {
    float: left;
    margin-top: -2px;
    border-top: 2px solid transparent;
}
.c-app-nav > li:nth-child(2) {
    margin-left: 54px;
}
.c-app-nav > li > a {
    font-size: 16px;
    padding: 0 11px;
    line-height: 52px;
    text-decoration: none;
}
.c-app-nav > li > a::after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    right: 0;
    background-color: transparent;
    transition: background-color 0.3s ease 0s;
    pointer-events: none;
}
.c-app-nav > .is-active > a::after {
    z-index: 1;
}
.c-app-nav li {
    color: #333;
    border-top-color: transparent;
}
.c-app-nav li a:hover,
.c-app-nav li.is-active {
    color: #fff;
}
.c-app-nav li a:hover,
.c-app-nav li.is-active a {
    fill: #fff;
}
.c-app-nav li a:hover,
.c-app-nav li a:hover::after {
    background: #333 none repeat scroll 0 0;
}
.c-app-nav li > a:hover,
.c-app-nav li > a:hover::after {
    background: #333 none repeat scroll 0 0;
}
.c-app-nav li li a:hover {
    background: #666 none repeat scroll 0 0;
}
.c-app-nav .u-ukraine {
    border-top-color: #ffd400;
}
.c-app-nav .u-ukraine.is-active > a,
.c-app-nav .u-ukraine.is-active > a::after,
.c-app-nav .u-ukraine > a:hover,
.c-app-nav .u-ukraine > a:hover::after {
    background: #ffd400 none repeat scroll 0 0;
}
.c-app-nav .u-politics {
    border-top-color: #30b3bf;
}
.c-app-nav .u-politics.is-active > a,
.c-app-nav .u-politics.is-active > a::after,
.c-app-nav .u-politics > a:hover,
.c-app-nav .u-politics > a:hover::after {
    background: #30b3bf none repeat scroll 0 0;
}
.c-app-nav .u-video {
    border-top-color: #3640b3;
}
.c-app-nav .u-video.is-active > a,
.c-app-nav .u-video.is-active > a::after,
.c-app-nav .u-video > a:hover,
.c-app-nav .u-video > a:hover::after {
    background: #3640b3 none repeat scroll 0 0;
}
.c-app-nav .u-tsn {
    border-top-color: #f2b6f2;
}
.c-app-nav .u-tsn.is-active > a,
.c-app-nav .u-tsn.is-active > a::after,
.c-app-nav .u-tsn > a:hover,
.c-app-nav .u-tsn > a:hover::after {
    background: #f2b6f2 none repeat scroll 0 0;
}
.c-app-nav .u-blog {
    border-top-color: #cca266;
}
.c-app-nav .u-blog.is-active > a,
.c-app-nav .u-blog.is-active > a::after,
.c-app-nav .u-blog > a:hover,
.c-app-nav .u-blog > a:hover::after {
    background: #cca266 none repeat scroll 0 0;
}
.c-app-nav .u-sport {
    border-top-color: #73cc33;
}
.c-app-nav .u-sport.is-active > a,
.c-app-nav .u-sport.is-active > a::after,
.c-app-nav .u-sport > a:hover,
.c-app-nav .u-sport > a:hover::after {
    background: #73cc33 none repeat scroll 0 0;
}
.c-app-nav .u-lady {
    border-top-color: #bf2219;
}
.c-app-nav .u-lady.is-active > a,
.c-app-nav .u-lady.is-active > a::after,
.c-app-nav .u-lady > a:hover,
.c-app-nav .u-lady > a:hover::after {
    background: #bf2219;
}
.c-app-nav .u-interesting {
    border-top-color: #f26522;
}
.c-app-nav .u-interesting.is-active > a,
.c-app-nav .u-interesting.is-active > a::after,
.c-app-nav .u-interesting > a:hover,
.c-app-nav .u-interesting > a:hover::after {
    background: #f26522 none repeat scroll 0 0;
}
.c-app-nav .u-glamor {
    border-top-color: #ba39e6;
}
.c-app-nav .u-glamor.is-active > a,
.c-app-nav .u-glamor.is-active > a::after,
.c-app-nav .u-glamor > a:hover,
.c-app-nav .u-glamor > a:hover::after {
    background: #ba39e6 none repeat scroll 0 0;
}
.c-app-nav .u-special {
    border-top-color: #f2b600;
}
.c-app-nav .u-special.is-active > a,
.c-app-nav .u-special.is-active > a::after,
.c-app-nav .u-special > a:hover,
.c-app-nav .u-special > a:hover::after {
    background: #f2b600 none repeat scroll 0 0;
}
@media (max-width: 1279px) {
    .c-app-nav .s-from-nav > a {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0 none;
    }
}
@media (max-width: 1023px) {
    .c-app-nav {
        line-height: 38px;
    }
    .c-app-nav,
    .c-nav:not(.is-fixed) .c-app-nav {
        font-size: 11px;
    }
    .c-app-nav > li > a {
        padding: 0 4px;
        line-height: 38px;
    }
    .c-app-nav > li:nth-child(2) {
        margin-left: 40px;
    }
}
@media (min-width: 1024px) {
    .c-app-nav {
        margin-top: -56px;
    }
    .is-fixed.is-compressed .c-app-nav {
        margin-top: -54px;
    }
}
@media (min-width: 1600px) {
    .c-app-nav {
        font-size: 16px;
    }
    .c-app-nav > li > a {
        padding: 0 11px;
    }
}
@media (max-width: 1023px) {
    .c-main .c-bar .c-social-list {
        padding: 0 10px;
    }
}
.c-switcher-box {
    display: none;
}
.c-entry-inverse .c-social-list .i-svg {
    fill: #fff;
}
.c-social-list {
    text-align: center;
}
.c-social-list > li {
    display: inline-block;
}
.c-social-list > li > a {
    display: block;
    text-decoration: none;
}
.c-social-list > li > a .i-svg {
    transition: fill 0.3s ease 0s;
}
.c-social-list > li > a:active .i-fb,
.c-social-list > li > a:focus .i-fb,
.c-social-list > li > a:hover .i-fb {
    fill: #49629a !important;
}
.c-social-list > li > a:active .i-tw,
.c-social-list > li > a:focus .i-tw,
.c-social-list > li > a:hover .i-tw {
    fill: #03a9f4 !important;
}
.c-social-list > li > a:active .i-vb,
.c-social-list > li > a:focus .i-vb,
.c-social-list > li > a:hover .i-vb {
    fill: #665cac !important;
}
.c-social-list > li > a:active .i-tlg,
.c-social-list > li > a:focus .i-tlg,
.c-social-list > li > a:hover .i-tlg {
    fill: #4a90e2 !important;
}
.c-social-list > li > a:active .i-msgr,
.c-social-list > li > a:focus .i-msgr,
.c-social-list > li > a:hover .i-msgr {
    fill: #0084ff !important;
}
.c-nav .c-social-list {
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    text-align: right;
}
.c-nav .c-social-list > li:first-child {
    padding-left: 10px;
}
.c-nav .c-social-list > li > a {
    line-height: 49px;
}
.c-nav.is-compressed .c-social-list > li > a {
    line-height: 38px;
}
.c-main .c-bar .c-social-list {
    background: #333 none repeat scroll 0 0;
}
.t-lady .c-main .c-bar .c-social-list {
    background: #333 none repeat scroll 0 0 !important;
}
@media (max-width: 1279px) {
    .c-main .c-bar .c-social-list {
        display: flex;
        align-items: center;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 100%;
        white-space: nowrap;
        transition: opacity 0.3s ease 0s;
        opacity: 0;
        pointer-events: none;
    }
}
@media (min-width: 1280px) {
    .c-main .c-bar .c-social-list {
        display: block;
    }
}
@media (min-width: 1024px) {
    .c-nav .c-social-list > li > a {
        line-height: 66px;
    }
    .c-nav.is-compressed .c-social-list > li > a {
        line-height: 52px;
    }
}
.i-svg {
    vertical-align: middle;
}
.i-tlg {
    fill-rule: evenodd;
}
.o-jumbotron {
    padding: 10px 40px;
    background-color: #333;
    overflow: hidden;
    font-size: 14px;
}
.o-jumbotron .o-jumbotron {
    margin-bottom: 0;
}
.o-jumbotron p {
    margin-bottom: 11px;
}
.c-main .o-jumbotron {
    padding-right: 32px;
}
@media (max-width: 1279px) {
    .o-jumbotron {
        padding-top: 7px;
    }
}
@media (min-width: 1366px) {
    .o-jumbotron {
        padding-left: 54px;
        padding-right: 54px;
    }
}
.p-name.c-post-title.u-uppercase.js-si-title {
    width: 104%;
}
.c-entry {
    display: block;
    position: relative;
    margin-bottom: 23px;
}
.c-entry-inverse {
    color: #fff;
}
.c-post {
    margin-bottom: 60px;
}
.c-post .c-main > :last-child {
    margin-bottom: 0;
}
.c-post-img-wrap {
    max-width: 100%;
    position: relative;
    display: block;
    background: #f5f5f5 none repeat scroll 0 0;
}
.o-jumbotron .c-post-img-wrap {
    background: #333 none repeat scroll 0 0;
}
.c-post-img-wrap img {
    width: 100%;
    height: auto;
    color: #f5f5f5;
}
a.c-post-img-wrap {
    position: relative;
}
a.c-post-img-wrap::before {
    content: "";
    display: block;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background-color 0.3s ease 0s;
}
.c-entry:focus a.c-post-img-wrap::before,
.c-entry:hover a.c-post-img-wrap::before {
    background-color: rgba(0, 0, 0, 0.6);
}
.has-pseudo-bg {
    display: block;
    position: relative;
}
.has-pseudo-bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: 0;
}
.has-pseudo-bg::after,
a.has-pseudo-bg::after {
    background-color: rgba(0, 0, 0, 0.4);
}
.c-entry-lg .has-pseudo-bg::after {
    background: transparent linear-gradient(transparent 5%, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0.85) 100%) repeat scroll 0 0;
}
.c-post-img.u-blur {
    display: block;
}
.c-post-meta {
    background-color: #fff;
}
.c-entry-lg .c-post-meta {
    position: absolute;
    padding: 10px 0 26px;
    bottom: 0;
    left: 0;
    right: 0;
}
@media (max-width: 1023px) {
    .c-entry-lg .c-post-meta {
        padding: 8px 0 20px;
    }
}
.o-jumbotron.c-entry-lg .c-post-meta {
    left: 0;
    right: 0;
    pointer-events: none;
    padding-left: 54px;
    padding-right: 54px;
}
.o-jumbotron.c-entry-lg .c-post-meta .c-bar,
.o-jumbotron.c-entry-lg .c-post-meta .c-post-title {
    pointer-events: all;
}
.c-entry-inverse .c-post-meta {
    background-color: transparent;
}
.c-entry-lg .c-post-meta {
    padding-bottom: 20px !important;
}
@media (max-width: 1365px) {
    .o-jumbotron.c-entry-lg .c-post-meta {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 1023px) {
    .c-entry-lg .c-post-meta {
        padding-bottom: 15px !important;
    }
}
.c-post-title {
    font-size: 16px;
    font-weight: 700;
}
.c-post-title.u-uppercase {
    letter-spacing: 1px;
}
.c-post-meta .c-post-title,
.o-jumbotron .c-post-title {
    margin: 0;
}
.c-post-title,
.c-post-title > * {
    color: inherit;
}
.c-post-title > * {
    pointer-events: all;
}
.c-post-title a {
    display: block;
    max-width: 100%;
    text-decoration: none;
}
.c-post-title a:focus,
.c-post-title a:hover {
    color: inherit;
}
.c-entry-inverse .c-post-title {
    font-weight: 300;
}
.c-entry-lg .c-post-title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 900;
}
@media (max-width: 1023px) {
    .c-post-title {
        font-size: 12px;
    }
    .c-entry-lg .c-post-title {
        font-size: 21px;
        line-height: 24px;
    }
}
@media (min-width: 1366px) {
    .c-post-title {
        font-size: 20px;
    }
}
@media (min-width: 1600px) {
    .c-post-title {
        font-size: 22px;
    }
}
.c-post-tag {
    display: inline-block;
    font-size: 12px;
}
.c-post-tag:not(:last-child) {
    margin-right: 8px;
}
.c-bar .c-post-tag {
    padding-top: 1px;
}
.c-entry-lg .c-bar .c-post-tag {
    padding-top: 0;
}
@media (min-width: 1280px) {
    .c-bar .c-post-tag {
        font-size: 15px;
        line-height: 22px;
    }
}
@media (max-width: 1023px) {
    .c-post-tag {
        font-size: 10px;
    }
    .c-post-tag:not(:last-child) {
        margin-right: 6px;
    }
    .c-entry-lg .c-post-tag {
        font-size: 12px;
    }
}
.c-post-tag {
    color: #666;
    font-weight: 700;
}
a.c-post-tag:focus,
a.c-post-tag:hover {
    color: #333;
}
.c-entry-inverse .c-post-tag {
    color: #f65757;
    font-weight: 300;
}
.c-entry-inverse a.c-post-tag:focus,
.c-entry-inverse a.c-post-tag:hover {
    color: #666;
}
a.c-post-tag {
    text-decoration: none;
}
.c-post-stats {
    display: block;
    color: #666;
    font-size: 12px;
    white-space: nowrap;
    text-align: right;
}
.c-entry-lg .c-post-stats {
    font-size: 12px;
}
.c-post-stats > li {
    display: inline-block;
}
.c-post-stats > li:not(:last-child) {
    margin-right: 8px;
}
.c-post-stats > li:empty {
    display: none;
}
.c-post-stats .i-ii {
    display: inline-block;
    margin-right: 2px;
    opacity: 0.6;
}
.c-post-info .c-post-stats {
    margin-bottom: 0;
}
.c-bar .c-post-stats {
    display: inline-block;
}
@media (max-width: 1023px) {
    .c-main .c-entry-lg .c-post-stats,
    .c-post-stats {
        font-size: 10px;
    }
    .c-post-stats > li:not(:last-child) {
        margin-right: 6px;
    }
}
.c-entry-inverse .c-post-stats {
    color: #aaa;
}
.c-bar {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    line-height: 1.6;
    fill: #666;
}
.c-bar p {
    margin-bottom: 0;
}
.c-bar a {
    color: inherit;
    text-decoration: none;
}
.c-bar a:active,
.c-bar a:hover {
    color: #333;
    fill: #333;
}
.c-bar svg {
    transition: all 0s ease 0s;
}
.c-main .c-entry-lg .c-bar {
    padding-right: 30px;
}
.c-entry .c-bar {
    font-size: 14px;
    line-height: 1.6;
}
.c-bar-left {
    float: left;
}
.c-bar-right {
    float: right;
}
.c-bar-unit {
    position: relative;
    float: left;
    padding: 5px 8px;
}
.c-bar-unit ul {
    margin-bottom: 0;
}
.c-bar-left .c-bar-unit:not(:last-child) {
    border-right: 1px solid rgba(170, 170, 170, 0.5);
}
.c-bar-right .c-bar-unit:not(:first-child) {
    border-left: 1px solid rgba(170, 170, 170, 0.5);
}
@media (max-width: 1023px) {
    .c-main .c-bar {
        font-size: 11px;
    }
    .c-entry .c-bar {
        font-size: 12px;
    }
}
.c-bar-unit .c-social-list {
    font-size: 12px;
}
.c-bar-unit .c-social-list a {
    color: #666;
    padding-top: 3px;
}
.c-entry-inverse .c-bar-unit .c-social-list a {
    color: #aaa;
}
@media (min-width: 1024px) {
    .c-main .c-entry-lg .c-bar-unit .c-social-list a {
        padding-top: 3px;
    }
}
.c-social-list li {
    margin-right: -3px;
}
.c-social-list li:nth-child(1) a {
    margin-right: 8px;
}
.c-social-list li:nth-child(2) a {
    margin-right: 6px;
}
.c-social-list li:nth-child(3) a,
.c-social-list li:nth-child(4) a {
    margin-right: 4px;
}
.c-bar-unit .c-social-list li:last-child {
    margin-right: -10px;
}
.c-bar-unit .c-social-list li:last-child a {
    margin-right: 0;
}
@media (max-width: 1023px) {
    .c-bar-unit .c-social-list {
        font-size: 10px;
    }
    .c-bar-unit .c-social-list a {
        padding: 5px 0 1px;
    }
    .c-entry-lg .c-bar-unit .c-social-list {
        font-size: 12px;
    }
    .c-entry-lg .c-bar-unit .c-social-list a {
        padding: 0;
    }
    .c-entry-lg .c-bar-unit .c-social-list.c-switcher-box {
        margin-top: 3px;
    }
    .c-main .c-entry-lg .c-bar-unit .c-social-list {
        font-size: 10px;
    }
    .c-social-list li {
        margin-right: 5px;
    }
}
.c-social-list a {
    padding-left: 10px;
    padding-right: 10px;
}
.c-social-list .i-svg {
    width: 15px;
    height: 15px;
    margin-top: -2px;
}
.c-social-list .i-tw {
    width: 17px;
    height: 17px;
}
.c-social-list .i-vb {
    width: 15px;
    height: 17px;
    margin-top: -2px;
}
.c-social-list .i-tlg {
    width: 17px;
    height: 17px;
    margin-top: -4px;
}
.c-comments-head {
    padding-bottom: 1px;
}
.c-comments-head p {
    margin: 0;
}
.c-comments-login {
    width: 100%;
}
.c-comments-login a {
    display: inline-block;
    margin: -8px 0;
    padding: 8px 0;
}
@media (max-width: 1279px) {
    .c-main .c-comments-head p {
        font-size: 16px;
    }
}
@media (max-width: 1023px) {
    .c-main .c-comments-login ~ * {
        padding-left: 0;
    }
}
.u-content-read {
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 1279px) {
    .u-content-read {
        max-width: 699px;
    }
    .c-app-nav > li:nth-child(2),
    .c-app-nav > li:nth-child(3),
    .c-app-nav > li:nth-child(4),
    .c-app-nav > li:nth-child(5),
    .c-app-nav > li:nth-child(6) {
        display: none;
    }
}
.u-mr-0 {
    margin-right: 0 !important;
}
.u-pa-0 {
    padding: 0 !important;
}
.u-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.u-pr-0 {
    padding-right: 0 !important;
}
.u-pos-r {
    position: relative;
}
.c-si-main {
    position: relative;
    z-index: 9;
    background: #fff none repeat scroll 0 0;
    transition: opacity 1.2s ease 0s;
}
.c-si-main .c-post > .o-row-sm {
    position: static;
}
.c-si-pages {
    position: relative;
}
.c-si-pages .c-si-page {
    position: relative;
    z-index: 8;
    background: #fff none repeat scroll 0 0;
}
.c-si-pages .c-si-active {
    z-index: 7;
}
.c-si-pages .c-si-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 1;
}
@media print {
    .c-banner,
    .c-bar-left .c-bar-unit ~ *,
    .c-bar-right {
        display: none !important;
    }
    .c-entry-lg .has-pseudo-bg::before {
        background-color: transparent;
        background-image: none;
    }
    .c-bar * {
        color: #666 !important;
    }
    .c-bar-left {
        width: 50%;
    }
    .c-bar-unit {
        border-right: 0 none !important;
    }
    .c-entry-lg .c-post-meta,
    .c-post-meta {
        position: relative !important;
        padding-bottom: 0 !important;
    }
    .c-post-title {
        color: #333 !important;
        margin: 22px 0 0 !important;
    }
    .o-jumbotron {
        margin-bottom: 0 !important;
        background-color: transparent !important;
        overflow: visible;
    }
    .c-post-stats {
        display: none !important;
    }
    .c-main {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
    }
}
.comTitle {
    padding: 5px 10px;
    color: #333;
    border-bottom: 2px #333 solid;
    font-size: 27px;
    text-align: center;
    margin-bottom: 40px;
}
.photo img {
    margin: 3px 0 0;
}
.photo {
    float: left;
    margin-right: 10px;
}
.com-txt {
    padding-left: 90px;
    text-align: left;
    color: #333;
}
.commit-text {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
img.photo-people {
    flex-shrink: 0;
    width: 75px;
    height: 75px;
    border-radius: 50px;
}
.com-txt__header {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.com-txt__name {
    line-height: 1;
}
.com-txt__live {
    width: 300px;
    max-width: 100%;
    margin-top: 5px;
}
.com-txt__date {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: gray;
    margin-left: 5px;
}
.clear {
    clear: both;
}
.product {
    margin: 40px 0;
}
.submit {
    margin-top: 10px;
    height: 50px;
    width: 300px;
    background-color: #b22222;
    color: #fff !important;
    font-size: 30px;
    padding-top: 5px;
    text-decoration: none;
    border-radius: 3px;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
    line-height: 1.5625;
}
h2.mt0,
p,
ul {
    text-align: justify;
}
.order_form {
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.order_form .clear {
    clear: both;
}
.order_form {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 20px 0;
    border-radius: 5px;
}

.order_form .clear {
    clear: both;
}
@media (min-width: 759px) and (max-width: 1024px) {
    .c-main .u-content-read {
        font-size: 18px;
    }
    .com-txt {
        font-size: 19px;
    }
    .c-entry-lg .c-post-title {
        font-size: 21px;
    }
    .o-jumbotron {
        font-size: 11px;
        padding: 0;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .c-entry-lg .c-post-title {
        font-size: 19px;
        line-height: 24px;
    }
}
@media (max-width: 759px) {
    body,
    html {
        width: 100%;
    }
    #main-content.container.o-wrap.c-si-main.t-lady.js-si-main {
        width: 100%;
    }
    .container {
        margin: 0;
        padding: 0;
    }
    .container.c-banner.o-wrap.has-nav-sub {
        width: 100%;
    }
    .c-main .u-content-read {
        font-size: 18px;
        line-height: 1.5;
    }
    .product {
        width: 100%;
    }
    .com-txt {
        padding-left: 85px;
        font-size: 17px;
    }
    .o-jumbotron {
        font-size: 11px;
        padding: 0;
    }
    .h1,
    h1 {
        font-size: 20px;
    }
    .c-post-title {
        font-size: 17px;
    }
    a.c-post-img-wrap::before {
        display: none;
    }
    .product {
        width: 100%;
    }
    .c-post-img-wrap {
        width: 800px;
    }
    .o-jumbotron.c-entry-lg .c-post-meta {
        padding-left: 20px;
    }
    .p-name.c-post-title.u-uppercase.js-si-title {
        max-width: 106%;
        margin-bottom: -7px;
        font-size: 11px;
        line-height: 1.9;
    }
    .c-bar-right {
        display: none;
    }
    .c-entry-lg .c-post-title {
        font-size: 19px;
    }
    .u-glamor,
    .u-special,
    .u-video {
        display: none;
    }
}
.c-main .u-content-read {
    width: 100%;
}
.c-main .u-content-read.c-comments {
    width: 100%;
    margin-bottom: 60px;
}
.c-main .u-content-read html {
    font-family: sans-serif;
}
article,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
a:active,
a:hover {
    outline: 0 none;
}
b {
    font-weight: 700;
}
h1 {
    margin: 0.67em 0;
}
img {
    border: 0 none;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}

@media print {
    *,
    ::after,
    ::before {
        background: transparent none repeat scroll 0 0 !important;
        color: #333 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-size: 10px;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

a {
    background-color: transparent;
    color: #09f;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3 {
    font-weight: 900;
    line-height: 1.25;
    color: inherit;
}
h1,
h2,
h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 33px;
}
h3 {
    font-size: 24px;
}
p {
    margin: 0 0 11px;
}
.text-center {
    text-align: center;
}
ul {
    margin-top: 0;
    margin-bottom: 11px;
}
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #aaa;
}
.container {
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1280px) {
    .container {
        width: 1255px;
    }
}
.container::after,
.container::before {
    content: "";
    display: table;
}
.container::after {
    clear: both;
}
.pull-left {
    float: left !important;
}
.text-hide {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0 none;
}
@media all and (max-width: 520px) {
    .desktop {
        display: none;
    }
    .c-app-nav > li > a {
        margin-left: 15px;
    }
}
@media screen and (max-width: 430px) {
    .c-post-img-wrap img {
        min-height: 0 !important;
    }
}
.ladi-element {
    max-width: 390px;
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer;
    z-index: 54;
    background: #093f9e;
    box-shadow: 0 0 5px #108aca;
    margin: 0;
    padding: 15px;
}
.ladi-element:hover {
    text-decoration: none;
}
.ladi-headline {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    text-shadow: rgb(0 0 0) 1px 2px 3px;
    margin: 0;
}
.button-form {
    display: block;
    max-width: 420px;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    padding: 10px 15px;
    margin: 15px 0;
    outline: 0;
    border: 0;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s;
    margin: 0 auto;
}
.ruletka-a {
    white-space: nowrap;
}
.button-form:hover {
    color: #fff;
    text-decoration: none;
    background: #a10101;
}
.content-btn {
    width: 180px;
    height: 120px;
    background: #ff0101;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 36px;
    text-shadow: #333 1px 2px 3px;
    border-radius: 7px;
    margin: 0 auto 20px;
    padding-top: 20px;
    box-sizing: border-box;
}
.footer__wrapper {
    padding: 0 15px;
}
.footerLink {
    display: inline-block;
    font-size: 12px;
    color: #333;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .subtitle,
    h1 {
        font-size: 24px;
    }
    .button-form {
        bottom: 5px;
        max-width: 320px;
        font-size: 16px;
        line-height: 1.4;
    }
    .c-post-img-wrap {
        width: 675px;
    }
    .hidden {
        display: none;
    }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
    .c-post-img-wrap {
        width: 700px;
    }
    .button-form {
        max-width: 373px;
        font-size: 20px;
        line-height: 1.4;
    }
}
@media screen and (min-width: 414px) and (max-width: 767px) {
    .subtitle,
    h1 {
        font-size: 26px;
    }
    .c-post-img-wrap {
        width: 782px;
    }
    .button-form {
        max-width: 414px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .ladi-element {
        top: 15px;
        left: 15px;
    }
}
@media screen and (min-width: 1112px) and (max-width: 1200px) {
    .ladi-element {
        top: 15px;
        left: 15px;
    }
}
@media screen and (min-width: 1366px) {
    .ladi-element {
        top: 15px;
        left: 15px;
    }
    .ladi-headline {
        font-size: 34px;
    }
}
#_oeContent {
    overflow: hidden;
}
.content-btn {
    width: 180px;
    height: 120px;
    background: #ff0101;
    color: #fff;
    font-size: 53px;
    font-weight: 700;
    text-align: center;
    line-height: 36px;
    text-shadow: #333 1px 2px 3px;
    border-radius: 7px;
    margin: 0 auto 20px;
    padding-top: 20px;
    box-sizing: border-box;
}
.content-btn span {
    font-size: 28px;
}
@media all and (max-width: 520px) {
    .desktop {
        display: none;
    }
}

img[height="1"],
img[width="1"] {
    display: none !important;
}
.inL_925362 {
    max-width: 100% !important;
}
.inL_443161 {
    top: 0;
    max-width: 100%;
}
.inL_717084 {
    top: 0;
}
.inL_731574 {
    border: #c00 1px solid;
}
.inL_314771 {
    width: 650px;
}
.inL_829559 {
    background-color: #f4f19c;
}
.inL_654140 {
    padding: 10px;
    text-align: center;
    font-size: 1.15em;
    line-height: 1.2;
}
.inL_179605 {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-right: 20px;
}
.inL_677792 {
    margin-bottom: 0;
}
.inL_852189 {
    background-color: #d00101;
    color: #fff;
}
.inL_541712 {
    margin-top: 0;
    padding: 10px;
    text-align: center;
    font-size: 1.15em;
    line-height: 1.2;
}
.inL_666293 {
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.inL_705607 {
    color: #d00101;
    font-size: 35px;
}
.inL_702614 {
    text-align: center;
}
.inL_864927 {
    color: red;
}
.inL_419540 {
    text-align: center;
    margin-bottom: 0;
}
.inL_456729 {
    color: #17c82f;
}
.inL_491955 {
    max-width: 100px;
}
.inL_965622 {
    font-style: italic;
}
.inL_419525 {
    margin: 15px;
    border: 2px solid red;
    padding: 10px;
    font-size: 17px;
}
.inL_190993 {
    font-weight: 700;
}
.inL_687099 {
    color: red;
}
.inL_255185 {
    margin-bottom: 20px;
}
.inL_564068 {
    font-size: 14px;
}
.inL_568446 {
    margin-bottom: 25px;
}
.black-text {
    color: #333;
}
.red-text {
    color: red;
}
.darkred-text {
    color: #8b0000;
}
.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container {
    padding: 0 15px;
}
.content {
    width: 100%;
}
.header {
    font-family: Arial, sans-serif;
}
.header .container::after,
.header .container::before {
    content: none;
}
.header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 3px solid #b60006;
}
.nav {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: -3px;
}
.lang__link,
.nav__link {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 15px 10px;
}
.nav__link--active {
    color: #fff !important;
    background: #bf2219;
}
.nav__link:hover {
    color: #fff;
    text-decoration: none;
}
.nav__item--mobile {
    background: #b60006;
    padding: 28px;
}
.nav__item:nth-child(2) .nav__link {
    border-top: 3px solid #ffd400ff;
}
.nav__item:nth-child(3) .nav__link {
    border-top: 3px solid #30b3bfff;
}
.nav__item:nth-child(4) .nav__link {
    border-top: 3px solid #3640b3;
}
.nav__item:nth-child(5) .nav__link {
    border-top: 3px solid #f2b6f2;
}
.nav__item:nth-child(6) .nav__link {
    border-top: 3px solid #cca266;
}
.nav__item:nth-child(7) .nav__link {
    border-top: 3px solid #73cc33;
}
.nav__item:nth-child(8) .nav__link {
    border-top: 3px solid #ba39e6;
}
.nav__item:nth-child(9) .nav__link {
    border-top: 3px solid #b60006;
}
.nav__item:nth-child(10) .nav__link {
    border-top: 3px solid #f26522;
}
.nav__item:nth-child(11) .nav__link {
    border-top: 3px solid #f2b600;
}
.nav__item:nth-child(2) .nav__link:hover {
    background: #ffd400ff;
}
.nav__item:nth-child(3) .nav__link:hover {
    background: #30b3bfff;
}
.nav__item:nth-child(4) .nav__link:hover {
    background: #3640b3;
}
.nav__item:nth-child(5) .nav__link:hover {
    background: #f2b6f2;
}
.nav__item:nth-child(6) .nav__link:hover {
    background: #cca266;
}
.nav__item:nth-child(7) .nav__link:hover {
    background: #73cc33;
}
.nav__item:nth-child(8) .nav__link:hover {
    background: #ba39e6;
}
.nav__item:nth-child(9) .nav__link:hover {
    background: #b60006;
}
.nav__item:nth-child(10) .nav__link:hover {
    background: #f26522;
}
.nav__item:nth-child(11) .nav__link:hover {
    background: #f2b600;
}
.lang {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    border-left: 3px solid #333;
}
.lang__link:hover {
    color: #fff;
    text-decoration: none;
    background: #333;
}
.sidebar {
    width: 330px;
    flex-shrink: 0;
    padding-top: 15px;
    border-top: 3px solid #b60006;
    padding-left: 30px;
}
.sidebar__title {
    margin-top: 0;
    margin-bottom: 15px;
}
.posts {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: post;
}
.posts__item {
    counter-increment: post;
    display: flex;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c9c9c9;
}
.posts__item:hover {
    color: #ed5e42;
    text-decoration: none;
}
.posts__item::before {
    content: counter(post);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    font-size: 28px;
    color: #fff;
    background: #bb170b;
    padding: 10px;
    margin-right: 10px;
}
.sidebar__product {
    width: 300px;
}
.sidebar__product.sticky {
    position: fixed;
    top: 0;
}
.sidebar__img {
    display: block;
    max-width: 160px;
    margin: 0 auto;
}
.sidebar__btn {
    max-width: 200px;
    font-size: 14px;
    line-height: 1.2;
    padding: 15px 10px;
}
.timer {
    font-size: 23px;
    font-weight: 700;
    color: red;
    margin-bottom: 15px;
}
.history {
    margin-bottom: 15px;
}
.history__link {
    display: inline-block;
    font-size: 14px;
    color: gray;
}
.history__link:not(:last-of-type)::after {
    content: " \003E";
    cursor: auto;
}
.history__link:hover {
    color: gray;
    text-decoration: none;
}
.main-photo {
    max-width: 650px;
    margin: 40px auto;
}
.main-photo__desc {
    display: block;
    width: 100%;
    font-style: italic;
    text-align: center;
    margin: 5px 0 0;
}
.mt0 {
    margin-top: 0;
}
.footer__wrapper {
    text-align: center;
}
@media (max-width: 1279px) {
    h2.mt0 {
        text-align: left;
    }
    .nav__item:nth-child(3),
    .nav__item:nth-child(4),
    .nav__item:nth-child(5),
    .nav__item:nth-child(6),
    .nav__item:nth-child(7) {
        display: none;
    }
}
@media (max-width: 1023px) {
    .content {
        margin-right: 0;
    }
    .sidebar {
        display: none;
    }
    .header__wrapper.container {
        padding: 0;
    }
}
@media (max-width: 767px) {
    p,
    ul {
        text-align: left;
    }
    .lang__link,
    .nav__link {
        font-size: 12px;
    }
    .nav__item:nth-child(8) {
        display: none;
    }
    .ladi-headline {
        font-size: 20px;
    }
}
@media (max-width: 639px) {
    .nav__item:not(.nav__item--mobile) {
        display: none;
    }
    .nav__item--mobile {
        height: 100%;
        padding: 18px;
    }
    .nav__burger {
        display: block;
        width: 20px;
        height: 15px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        position: relative;
    }
    .nav__burger::after {
        content: "";
        display: block;
        width: 20px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        right: 0;
    }
    .lang {
        border: none;
    }
}
@media (max-width: 479px) {
    .ladi-element {
        left: 10px;
        padding: 7px;
    }
    .ladi-headline {
        font-size: 11px;
    }
    img.photo-people {
        width: 45px;
        height: 45px;
    }
    .com-txt {
        padding-left: 60px;
    }
    #order_form {
        background: #fff url() no-repeat;
        background-size: 100% 100%;
    }
}

.ev-answer--hidden {
    display: none;
}
.ev-answer__avatar {
    width: 50px;
    height: 50px;
}
.ev-answer__img {
    display: block;
    max-width: 100%;
    width: 300px;
}
.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;
}
.ev-feedback__title {
    color: #333;
}
.ev-feedback__field {
    color: #333;
    border: 1px solid #dcdcdc;
    border-radius: 0;
}
.ev-feedback__field--comment::-webkit-scrollbar {
    width: 5px;
    background: 0 0;
}
.ev-feedback__field--comment::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333;
    opacity: 0.5;
}
.ev-feedback__file {
    color: #fff;
    border: 1px solid #d3c5d7;
    background: #d3c5d7;
}
.ev-feedback__file:hover {
    color: #fff;
    background: #ae95b6;
}
.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__btn {
    color: #fff;
    border: none;
    background: #d3c5d7;
}
.ev-feedback__btn:hover {
    background: #ae95b6;
}
.ev-modal {
    background: rgba(0, 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: #d3c5d7;
}
.ev-modal__subtitle,
.ev-modal__title {
    color: #333;
}
.ev-modal__btn {
    color: #fff;
    background: #d3c5d7;
    border: none;
    border-radius: 5px;
}
.ev-modal__btn:hover {
    background: #ae95b6;
}
@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;
    margin-top: 30px;
    margin-bottom: 0;
}
.ev-feedback__title {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    align-self: flex-start;
    margin: 0 0 15px 0;
}
.ev-feedback__section {
    display: flex;
    width: 100%;
}
.ev-feedback__section--data {
    margin-bottom: 15px;
}
.ev-feedback__profile {
    position: relative;
    width: calc(100% / 3);
    margin: 0;
}
.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 0.25s ease-in-out;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0;
}
.ev-feedback__field--comment {
    min-height: 80px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: auto;
}
.ev-feedback__file {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    width: calc(100% / 3);
    padding: 10px;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    margin: 0 15px 0 0;
}
.ev-feedback__file--loaded {
    background-size: 200% 100%;
    animation: fileLoaded 0.5s ease-in;
}
.ev-feedback__file--loaded:hover {
    transition: none;
}
.ev-feedback__file--error {
    background-size: 200% 100%;
    animation: fileError 0.5s ease-in;
}
.ev-feedback__file--error:hover {
    transition: none;
}
.ev-feedback__label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}
.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 0.3s ease-in;
    max-width: 100%;
    width: calc(100% / 3);
    padding: 13px;
    margin: 0;
}
.ev-feedback__section--two .ev-feedback__profile {
    width: 50%;
}
.ev-feedback__section--one label.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 0.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: 0 0 10px 0;
}
.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 0.25s ease-in-out;
}
@media (max-width: 639px) {
    .ev-feedback__title {
        font-size: 21px;
    }
    .ev-feedback--structure .ev-feedback__comment {
        margin-bottom: 20px;
    }
}
@media (max-width: 479px) {
    .ev-feedback__title {
        text-align: center;
        align-self: center;
    }
    .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%;
        margin: 0 0 10px 0;
    }
    .ev-feedback__btn {
        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 label.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 #d3c5d7;
    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 #d3c5d7;
    border-right: 1px solid #d3c5d7;
    transform: rotate(-45deg);
}
.ev-input-error--hidden {
    display: none;
}
.components {
    margin: 30px auto;
}
.components,
.components__column {
    border: 1px solid #333;
    border-collapse: collapse;
}
.components__column {
    padding: 5px;
}
.components__column--name {
    background: #c0daf1;
}
.price {
    display: flex;
    justify-content: center;
}
.price__item {
    display: flex;
    justify-content: space-between;
}
.price {
    margin-bottom: 15px;
    width: 100%;
}
.price__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.price__line {
    width: 1px;
    height: 57px;
    background-color: #d1d0d0;
    margin: 0 20px;
}
.price__title {
    font-size: 13px;
    line-height: 1;
    color: #666;
    margin-bottom: 5px;
}
.price__title--bold {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}
#order_form span.price__old {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #a2a1a1;
    position: relative;
}
.price__old::after,
.price__old::before {
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    border-top: 1px solid red;
    transform: rotate(15deg);
    position: absolute;
    top: 35%;
    left: 0;
}
#order_form span.price__old::after {
    transform: rotate(-15deg);
}
#order_form span.price__text.x_price_previous {
    font-size: 24px;
}
#order_form span.price__text.x_price_current {
    display: inline-block;
    font-size: 30px;
    line-height: 1;
}
#order_form span.price__new {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: red;
}
.main-pack {
    width: 300px;
    max-width: 100%;
    margin: 40px auto;
}
@media (max-width: 479px) {
    .cursor-text {
        font-size: 13px !important;
    }
    h2 {
        font-size: 21px;
    }
    .p-name.c-post-title.u-uppercase.js-si-title {
        max-width: 100%;
        line-height: 1.2;
        margin: 0;
    }
    .o-jumbotron.c-entry-lg .c-post-meta {
        padding: 0 10px 5px !important;
    }
    .c-entry-lg .has-pseudo-bg::after {
        background: transparent linear-gradient(transparent 0, rgba(0, 0, 0, 0.15) 15%, rgba(0, 0, 0, 0.85) 90%) repeat scroll 0 0;
    }
    #order_form span.price__text.x_price_current {
        font-size: 26px;
    }
    #order_form span.price__text.x_price_previous {
        font-size: 21px;
    }
}
.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;
}
.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 ease 0.6s normal backwards 1 running pop-up-appear-before;
}
.submit-roulette {
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 15px;
    margin: 15px 0;
    outline: 0;
    border: 0;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
    max-width: 260px;
}
.submit-roulette:hover {
    background: #a10101;
}
.country,
.input-roulette {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 260px;
    font-size: 17px;
}
.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: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}
@-webkit-keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1909deg);
        transform: rotate(1909deg);
    }
    100% {
        -webkit-transform: rotate(1868deg);
        transform: rotate(1868deg);
    }
}
@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1909deg);
        transform: rotate(1909deg);
    }
    100% {
        -webkit-transform: rotate(1868deg);
        transform: rotate(1868deg);
    }
}
@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;
    }
}
