.ruletka-p {
    text-indent: 0;
    color: #000;
    text-align: center;
    margin: 0 15px 15px;
    line-height: 25px;
    font-weight: 700
}

.ruletka-p h2 {
    font-size: 25px;
    margin-bottom: 15px
}

.wheel {
    margin: 0 auto;
    position: relative
}

.wheel img {
    max-width: 100%;
    margin-bottom: 0
}

.wheel .inL_708080 {
    max-width: 360px;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1;
    animation-name: pop-up-appear
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/cross.svg);
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer
}

.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: medium none;
    cursor: pointer;
    outline: medium none
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1;
    animation-name: pop-up-appear
}

.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    animation: .5s ease .6s normal backwards 1;
    animation-name: pop-up-appear-before
}

.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: .5s ease .6s normal backwards 1;
    animation-name: pop-up-appear-after
}

.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important
}

.ruletka-p h2 {
    margin-top: 0 !important
}

#mainform {
    padding-top: 65px !important
}

@media all and (max-width:520px) {
    .wheel {
        width: 280px !important
    }

    .close-popup {
        right: 0
    }
}

@media screen and (max-width:345px) {
    .wheel {
        width: 250px !important
    }
}

@media screen and (max-width:768px) {
    #mainform {
        padding-top: 45px !important
    }
}

article,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

a:active,
a:hover {
    outline: 0 none
}

b {
    font-weight: 700
}

h1 {
    margin: .67em 0
}

img {
    border: 0 none;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
select {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0 none;
    padding: 0
}

input {
    line-height: normal
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-size: 10px
}

body {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    background-color: #fff
}

button,
input,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    background-color: transparent;
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline-offset: -2px
}

figure {
    margin: 0
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

h1,
h2,
h4 {
    font-weight: 900;
    line-height: 1.25;
    color: inherit
}

h1,
h2 {
    margin-top: 22px;
    margin-bottom: 11px
}

h4 {
    margin-top: 11px;
    margin-bottom: 11px
}

h1 {
    font-size: 36px
}

h4 {
    font-size: 18px
}

p {
    margin: 0 0 11px
}

.text-center {
    text-align: center
}

ul {
    margin-top: 0;
    margin-bottom: 11px
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: outside none none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 9px 12px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

.nav-tabs {
    border-bottom: 1px solid transparent
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.6;
    border: 1px solid transparent;
    border-radius: 0
}

.nav-tabs>li>a:hover {
    border-color: #f5f5f5 #f5f5f5 transparent
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #666;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: default
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.container::after,
.container::before,
.nav::after,
.nav::before {
    content: "";
    display: table
}

.container::after,
.nav::after {
    clear: both
}

.c-bar::after,
.c-bar::before,
.c-post-footer::after,
.c-post-footer::before,
.c-post-info::after,
.c-post-info::before,
.o-cmr::after,
.o-cmr::before,
.o-row-sm::after,
.o-row-sm::before,
.o-row::after,
.o-row::before {
    content: "";
    display: table
}

.c-bar::after,
.c-post-footer::after,
.c-post-info::after,
.o-cmr::after,
.o-row-sm::after,
.o-row::after {
    clear: both
}

.nav>li>a {
    color: #000
}

.nav-tabs>li>a {
    border-width: 0 1px !important;
    color: #666;
    background: #e2e2e2 none repeat scroll 0 0;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding-left: 9px;
    padding-right: 9px
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    background: rgba(226, 226, 226, .5) none repeat scroll 0 0;
    border-right-color: rgba(226, 226, 226, .5)
}

.nav-tabs>li.active>a {
    color: #333
}

.nav-tabs>li+li>a {
    border-left-color: #f5f5f5
}

.nav-tabs.u-flex-justify-x>li>a {
    margin-right: 0;
    text-align: center
}

a,
button {
    transition: all .3s ease 0s;
    outline: 0 none !important
}

h1,
h2 {
    margin-top: 33px;
    margin-bottom: 22px
}

p,
ul {
    margin-bottom: 22px
}

figcaption {
    padding: 6px 8px;
    font-size: 16px;
    line-height: 1.6
}

figcaption>span {
    display: block;
    color: #000;
    font-style: normal
}

.o-cmr figcaption {
    color: #666;
    font-style: italic
}

.o-wrap {
    padding-left: 54px;
    padding-right: 54px
}

.o-row-sm {
    position: relative;
    margin-left: -10px;
    margin-right: -10px
}

.o-row-flex {
    display: flex;
    margin-left: -15px;
    margin-right: -15px
}

.o-col-flex {
    padding-left: 15px;
    padding-right: 15px
}

.o-row-sm-flex {
    margin-left: -7px;
    margin-right: -7px
}

.o-row-sm-flex .o-col-flex {
    padding-left: 7px;
    padding-right: 7px
}

.c-sidebar-wrap {
    float: right;
    width: 320px
}

.c-sidebar-wrap .c-sidebar {
    width: 300px
}

.c-main {
    padding: 0 10px
}

.c-sidebar-wrap~.c-main {
    float: left;
    width: 619px
}

.com-txt,
.o-cmr {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6
}

.o-cmr a {
    font-weight: 400
}

.c-cmr-img {
    clear: both
}

.c-cmr-img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.c-cmr-img figure {
    display: table;
    margin: 0 auto;
    width: 100%
}

.c-cmr-img figcaption {
    display: table-caption;
    caption-side: bottom;
    background-color: #eee
}

.o-cmr .c-cmr-img {
    margin-bottom: 22px
}

.c-banner {
    position: relative;
    padding-bottom: 56px;
    line-height: 1.42857
}

.c-entry-frame {
    position: relative;
    height: 0;
    overflow: hidden
}

.c-entry-frame .c-post-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.c-entry-frame .c-post-title {
    overflow: hidden
}

.c-entry-frame-img-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    overflow: hidden
}

.c-entry-frame-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    height: auto
}

.c-post {
    margin-bottom: 16px
}

.c-post .c-main>:last-child {
    margin-bottom: 0
}

.c-post-meta {
    background-color: #fff
}

.c-post-title {
    font-size: 16px;
    font-weight: 700
}

.c-post-meta .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-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-post-info-sm .c-post-tag {
    float: left
}

.c-post-tag {
    color: #666;
    font-weight: 700
}

.c-post-footer {
    color: #aaa;
    font-size: 14px;
    font-weight: 300
}

.c-post-info-sm .c-post-tag {
    font-size: 10px
}

.c-bar {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    line-height: 1.6;
    fill: #666
}

.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-sidebar-box {
    padding: 0 10px
}

.c-sidebar {
    position: relative;
    top: 0;
    padding: 0 20px
}

.c-sidebar .nav-tabs>li>a {
    padding-top: 14px;
    padding-bottom: 12px
}

.c-sidebar article:focus a .c-post-img,
.c-sidebar article:hover a .c-post-img {
    transform: scale(1.1)
}

.c-sidebar .c-post-img {
    transition: transform 3s ease 0s
}

.c-sidebar-entry .c-post-title,
.c-sidebar-unit .c-post-title {
    margin: 0;
    font-size: 16px;
    font-weight: 300
}

.c-sidebar-unit:last-child {
    border-bottom: 0 none
}

.c-sidebar-entry {
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 0
}

.c-sidebar-entry .c-entry-frame {
    margin-top: 5px
}

.c-sidebar-entry .c-post-title {
    color: #333
}

.c-sidebar-entry .c-post-info {
    margin: 5px 0 0
}

.c-sidebar-entry:focus .c-post-title a,
.c-sidebar-entry:hover .c-post-title a {
    text-decoration: underline
}

.c-sidebar-entry .c-post-tag {
    color: #a0a0a0
}

.c-sidebar-entry .c-post-tag {
    font-weight: 400
}

.s-entry-video .c-post-title {
    line-height: 1.33333;
    font-size: 15px;
    min-height: 48px;
    max-height: 68px
}

.s-entry-video .c-entry-frame,
.s-entry-video .c-entry-frame-img-box {
    padding-top: 57.143%
}

.s-entry-video .c-post-title a {
    padding-top: 8px;
    padding-bottom: 5px
}

.s-entry-video .c-entry-frame {
    padding-bottom: 69px
}

.c-comments-head {
    padding-bottom: 1px
}

.c-comments-login {
    width: 100%
}

.u-content-read {
    max-width: 940px
}

.u-pos-r {
    position: relative
}

.u-text-lady {
    color: #f65757
}

.u-flex-justify-x {
    display: flex
}

.u-flex-justify-x>* {
    flex-grow: 1;
    flex-basis: 0px
}

.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 {
    z-index: 1
}

.o-affix-el {
    position: relative
}

.comTitle {
    padding: 5px 10px;
    margin-top: 50px;
    color: #000;
    border-bottom: 2px solid #000;
    font-size: 27px;
    text-align: center
}

.photo img {
    margin: 3px 0 0
}

.photo {
    float: left;
    margin-right: 10px
}

.com-txt {
    padding-left: 90px;
    text-align: left;
    color: #000
}

.commit-text {
    margin-top: 25px
}

img.photo-people {
    width: 75px;
    border-radius: 50px
}

.clear {
    clear: both
}

body {
    color: #444;
    line-height: 1.5625
}

input {
    outline: 0 none
}

input {
    outline: 0 none
}

article,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

a:active,
a:hover {
    outline: 0 none
}

b {
    font-weight: 700
}

h1 {
    margin: .67em 0
}

img {
    border: 0 none;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
select {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0 none;
    padding: 0
}

input {
    line-height: normal
}

@media print {

    *,
    ::after,
    ::before {
        background: transparent none repeat scroll 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]::after {
        content: " ("attr(href) ")"
    }

    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2 {
        page-break-after: avoid
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-size: 10px
}

body {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    background-color: #fff
}

button,
input,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    background-color: transparent;
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline-offset: -2px
}

figure {
    margin: 0
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

h1,
h2,
h4 {
    font-weight: 900;
    line-height: 1.25;
    color: inherit
}

h1,
h2 {
    margin-top: 22px;
    margin-bottom: 11px
}

h4 {
    margin-top: 11px;
    margin-bottom: 11px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h4 {
    font-size: 18px
}

p {
    margin: 0 0 11px
}

.text-center {
    text-align: center
}

ul {
    margin-top: 0;
    margin-bottom: 11px
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:1px) {
    .container {
        width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        width: 999px
    }
}

@media (min-width:1280px) {
    .container {
        width: 1255px
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: outside none none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 9px 12px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

.nav-tabs {
    border-bottom: 1px solid transparent
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.6;
    border: 1px solid transparent;
    border-radius: 0
}

.nav-tabs>li>a:hover {
    border-color: #f5f5f5 #f5f5f5 transparent
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #666;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: default
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.container::after,
.container::before,
.nav::after,
.nav::before {
    content: "";
    display: table
}

.container::after,
.nav::after {
    clear: both
}

.c-bar::after,
.c-bar::before,
.c-post-footer::after,
.c-post-footer::before,
.c-post-info::after,
.c-post-info::before,
.o-cmr::after,
.o-cmr::before,
.o-row-sm::after,
.o-row-sm::before,
.o-row::after,
.o-row::before {
    content: "";
    display: table
}

.c-bar::after,
.c-post-footer::after,
.c-post-info::after,
.o-cmr::after,
.o-row-sm::after,
.o-row::after {
    clear: both
}

@media (max-width:1023px) {
    h1 {
        font-size: 27px
    }

    h2 {
        font-size: 22px
    }

    h4 {
        font-size: 13px
    }
}

.nav>li>a {
    color: #000
}

@media (max-width:1023px) {
    .nav {
        font-size: 12px
    }
}

.nav-tabs>li>a {
    border-width: 0 1px !important;
    color: #666;
    background: #e2e2e2 none repeat scroll 0 0;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding-left: 9px;
    padding-right: 9px
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    background: rgba(226, 226, 226, .5) none repeat scroll 0 0;
    border-right-color: rgba(226, 226, 226, .5)
}

.nav-tabs>li.active>a {
    color: #333
}

.nav-tabs>li+li>a {
    border-left-color: #f5f5f5
}

.nav-tabs.u-flex-justify-x>li>a {
    margin-right: 0;
    text-align: center
}

@media (max-width:1023px) {
    .nav-tabs>li>a {
        font-size: 7px;
        padding-left: 6px;
        padding-right: 6px
    }
}

a,
button {
    transition: all .3s ease 0s;
    outline: 0 none !important
}

h1,
h2 {
    margin-top: 33px;
    margin-bottom: 22px
}

@media (min-width:1280px) {

    h1,
    h2 {
        margin-top: 44px;
        margin-bottom: 33px
    }
}

p,
ul {
    margin-bottom: 22px
}

figcaption {
    padding: 6px 8px;
    font-size: 16px;
    line-height: 1.6
}

figcaption>span {
    display: block;
    color: #000;
    font-style: normal
}

.o-cmr figcaption {
    color: #666;
    font-style: italic
}

@media (min-width:1366px) {
    .container {
        width: 1341px
    }
}

@media (min-width:1600px) {
    .container {
        width: 1405px
    }
}

.o-wrap {
    padding-left: 54px;
    padding-right: 54px
}

@media (max-width:1365px) {
    .o-wrap {
        padding-left: 40px;
        padding-right: 40px
    }
}

.o-row-sm {
    position: relative;
    margin-left: -10px;
    margin-right: -10px
}

.o-row-flex {
    display: flex;
    margin-left: -15px;
    margin-right: -15px
}

.o-col-flex {
    padding-left: 15px;
    padding-right: 15px
}

.o-row-sm-flex {
    margin-left: -7px;
    margin-right: -7px
}

.o-row-sm-flex .o-col-flex {
    padding-left: 7px;
    padding-right: 7px
}

.c-sidebar-wrap {
    float: right;
    width: 320px
}

.c-sidebar-wrap .c-sidebar {
    width: 300px
}

.c-main {
    padding: 0 10px
}

.c-sidebar-wrap~.c-main {
    float: left;
    width: 619px
}

@media (max-width:1023px) {
    .c-sidebar-wrap {
        width: 245px
    }

    .c-sidebar-wrap .c-sidebar {
        width: 225px
    }

    .c-sidebar-wrap~.c-main {
        max-width: 728px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .c-sidebar-wrap {
        display: none
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .o-row-sm {
        position: relative;
        margin-left: -10px;
        margin-right: -70px
    }
}

@media (min-width:1280px) {
    .c-sidebar-wrap {
        width: 360px
    }

    .c-sidebar-wrap .c-sidebar {
        width: 340px
    }

    .c-sidebar-wrap~.c-main {
        width: 835px
    }
}

@media (min-width:1366px) {
    .c-sidebar-wrap~.c-main {
        width: 893px
    }
}

@media (min-width:1600px) {
    .c-sidebar-wrap~.c-main {
        width: 957px
    }
}

.com-txt,
.o-cmr {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6
}

.o-cmr a {
    font-weight: 400
}

@media (min-width:1024px) {

    .com-txt,
    .o-cmr {
        font-size: 18px
    }
}

@media (min-width:1280px) {

    .com-txt,
    .o-cmr {
        font-size: 18px;
        line-height: 25px
    }
}

@media (min-width:1600px) {

    .com-txt,
    .o-cmr {
        font-size: 22px;
        line-height: 35px
    }
}

.c-cmr-img {
    clear: both
}

.c-cmr-img figure {
    display: table;
    margin: 0 auto
}

.c-cmr-img figcaption {
    display: table-caption;
    caption-side: bottom;
    background-color: #eee
}

.o-cmr .c-cmr-img {
    margin-bottom: 22px
}

.c-banner {
    position: relative;
    padding-bottom: 56px;
    line-height: 1.42857
}

@media (max-width:1023px) {
    .c-banner {
        padding-bottom: 42px
    }
}

.c-entry-frame {
    position: relative;
    height: 0;
    overflow: hidden
}

.c-entry-frame .c-post-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.c-entry-frame .c-post-title {
    overflow: hidden
}

.c-entry-frame-img-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    overflow: hidden
}

.c-entry-frame-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    height: auto
}

.c-post {
    margin-bottom: 16px
}

.c-post .c-main>:last-child {
    margin-bottom: 0
}

.c-post-meta {
    background-color: #fff
}

.c-post-title {
    font-size: 16px;
    font-weight: 700
}

.c-post-meta .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
}

@media (max-width:1023px) {
    .c-post-title {
        font-size: 12px
    }
}

@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
}

@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-post-info-sm .c-post-tag {
    float: left
}

.c-post-tag {
    color: #666;
    font-weight: 700
}

.c-post-footer {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    background: #000;
}

@media (min-width:1280px) {
    .c-post-footer {
        width: 100%;
        font-size: 15px
    }
}

.c-post-info-sm .c-post-tag {
    font-size: 10px
}

@media (max-width:1365px) {

    .c-post-info-sm .c-post-tag {
        margin-right: 7px
    }
}

@media (max-width:1023px) {

    .c-post-info-sm .c-post-tag {
        font-size: 8px
    }
}

.c-bar {
    padding: 10px 20px;
    line-height: 1.6;
    fill: #666;
    max-width: 1200px;
    margin: 0 auto;
}

.attention_block {
    margin-bottom: 20px;
}

.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
}

@media (max-width:1023px) {
    .c-main .c-bar {
        font-size: 11px
    }
}

.c-sidebar-box {
    padding: 0 10px
}

.c-sidebar {
    position: relative;
    top: 0;
    padding: 0 20px
}

.c-sidebar .nav-tabs>li>a {
    padding-top: 14px;
    padding-bottom: 12px
}

.c-sidebar article:focus a .c-post-img,
.c-sidebar article:hover a .c-post-img {
    transform: scale(1.1)
}

.c-sidebar .c-post-img {
    transition: transform 3s ease 0s
}

@media (max-width:1023px) {
    .c-sidebar {
        padding: 0 15px
    }

    .c-sidebar .nav-tabs>li>a {
        padding-top: 15px;
        padding-bottom: 13px
    }

    .c-sidebar .c-post-title {
        font-size: 12px
    }
}

@media (min-width:1280px) {
    .c-sidebar .nav-tabs>li>a {
        font-size: 11px;
        padding-top: 12px;
        padding-bottom: 11px
    }
}

.c-sidebar-entry .c-post-title,
.c-sidebar-unit .c-post-title {
    margin: 0;
    font-size: 16px;
    font-weight: 300
}

@media (max-width:1023px) {

    .c-sidebar-entry .c-post-title,
    .c-sidebar-unit .c-post-title {
        font-size: 12px
    }
}

.c-sidebar-unit:last-child {
    border-bottom: 0
}

.c-sidebar-entry {
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 0
}

.c-sidebar-entry .c-entry-frame {
    margin-top: 5px
}

.c-sidebar-entry .c-post-title {
    color: #333
}

.c-sidebar-entry .c-post-info {
    margin: 5px 0 0
}

.c-sidebar-entry:focus .c-post-title a,
.c-sidebar-entry:hover .c-post-title a {
    text-decoration: underline
}

.c-sidebar-entry .c-post-tag {
    color: #a0a0a0
}

.c-sidebar-entry .c-post-tag {
    font-weight: 400
}

.s-entry-video .c-post-title {
    line-height: 1.33333;
    font-size: 15px;
    min-height: 48px;
    max-height: 68px
}

.s-entry-video .c-entry-frame,
.s-entry-video .c-entry-frame-img-box {
    padding-top: 57.143%
}

.s-entry-video .c-post-title a {
    padding-top: 8px;
    padding-bottom: 5px
}

.s-entry-video .c-entry-frame {
    padding-bottom: 69px
}

@media (max-width:1023px) {
    .c-sidebar-entry {
        padding: 11px 0
    }

    .c-sidebar-entry>:first-child:not(.c-post-title) {
        margin-top: 3px
    }

    .s-entry-video .c-post-meta {
        padding-bottom: 17px
    }

    .s-entry-video .c-post-title {
        font-size: 11px;
        min-height: 38px;
        max-height: 53px
    }

    .s-entry-video .c-entry-frame {
        padding-bottom: 55px
    }
}

.c-comments-head {
    padding-bottom: 1px
}

.c-comments-login {
    width: 100%
}

.u-content-read {
    max-width: 940px
}

@media (max-width:1279px) {
    .u-content-read {
        max-width: 699px
    }
}

.u-pos-r {
    position: relative
}

.u-text-lady {
    color: #f65757
}

.u-flex-justify-x {
    display: flex
}

.u-flex-justify-x>* {
    flex-grow: 1;
    flex-basis: 0px
}

.c-si-main {
    position: relative;
    z-index: 9;
    background: #fff none repeat scroll 0 0;
    transition: opacity 1.2s ease 0s;
    margin-top: 35px
}

.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 {
    z-index: 1
}

.o-affix-el {
    position: relative
}

@media print {

    .c-banner,
    .c-post-footer,
    .h-feed {
        display: none !important
    }

    .c-bar * {
        color: #666 !important
    }

    .c-post-meta {
        position: relative !important;
        padding-bottom: 0 !important
    }

    .c-post-title {
        color: #000 !important;
        margin: 22px 0 0 !important
    }

    .c-main {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important
    }
}

.comTitle {
    padding: 5px 10px;
    margin-top: 50px;
    color: #000;
    border-bottom: 2px #000 solid;
    font-size: 27px;
    text-align: center
}

.photo img {
    margin: 3px 0 0
}

.photo {
    float: left;
    margin-right: 10px
}

.com-txt {
    padding-left: 90px;
    text-align: left;
    color: #000
}

.commit-text {
    margin-top: 25px
}

img.photo-people {
    width: 75px;
    border-radius: 50px
}

.clear {
    clear: both
}

body {
    font-family: sans-serif;
    color: #444;
    line-height: 1.5625
}

input {
    outline: 0
}

input {
    outline: 0 none
}

@media (min-width:759px) and (max-width:1024px) {
    .c-main .u-content-read {
        font-size: 20px
    }

    .com-txt {
        font-size: 19px
    }
}

@media (max-width:759px) {

    body,
    html {
        width: 100%;
        padding: 0 10px
    }

    #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-sidebar-wrap~.c-main {
        width: 100%
    }

    .c-main .u-content-read {
        margin-left: 0;
        font-size: 20px;
        line-height: 1.5
    }

    .com-txt {
        padding-left: 85px;
        font-size: 17px
    }

    h1 {
        font-size: 20px
    }

    .c-post-title {
        font-size: 17px
    }

    .c-post-footer {
        width: 100vw;
        margin-left: -20px;
        /* overflow-y: scroll; */
        overflow-x: hidden !important
    }
}

@media (max-width:768px) {
    .c-main .u-content-read {
        font-size: 18px
    }

    #main-content.container.o-wrap.c-si-main.t-lady.js-si-main {
        margin-top: 60px
    }

    h1,
    h2 {
        margin-top: 0
    }
}

.c-main {
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, .2);
    padding: 0 20px
}

.tab-content {
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, .2);
    padding: 0 20px;
    margin-top: 30px
}

h1>span {
    line-height: 1.5em;
    margin-top: 5px;
    display: block;
    font-size: 1em;
    font-weight: 700;
    color: #000
}

.prize__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.prize__item {
    position: relative;
    width: 24%;
    margin: 20px 0;
    z-index: 1;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.prize__item img {
    width: 100%
}

.prize__item.open .prize__cap {
    top: -30% !important
}

.prize__item.open .prize__contents {
    top: 22%
}

@media (max-width:600px) {
    .prize__item {
        width: 32%
    }
}

.prize__item:hover {
    -webkit-animation: tremor .82s cubic-bezier(.36, .07, .19, .97) both;
    animation: tremor .82s cubic-bezier(.36, .07, .19, .97) both
}

@keyframes tremor {

    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }

    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

.prize__cap {
    position: absolute;
    top: 0;
    z-index: 3;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.prize__body {
    position: relative
}

.prize__shadow {
    position: absolute;
    z-index: -1
}

.prize__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    width: 100%;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.prize__contents>[class*=prize] {
    position: absolute
}

.prize__product img {
    width: 65%
}

@media (max-width:600px) {
    .prize__product img {
        width: 55%
    }
}

.prize__pic {
    display: none
}

.prize__dig {
    font-size: 2.5em;
    color: red;
    font-weight: 700
}

.content__pic {
    text-align: center
}

@media (max-width:716px) {
    body {
        border-top: 0 !important
    }
}

@media screen and (min-width: 700px) and (max-width:716px) {
    body {
        border-top: 40px solid #000 !important;
    }
}

@media (min-width:0px) {
    .prize__dig {
        font-size: 1.8em;
        color: red;
        font-weight: 700
    }
}

@media (max-width:600px) {
    .prize__dig {
        font-size: 1.2em
    }
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 200
}

.popup {
    position: absolute;
    top: -100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 500px;
    padding: 2.9em .5em 1em .5em;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-animation: toUp 1s ease .2s forwards;
    animation: toUp 1s ease .2s forwards
}

@media (min-width:320px) {
    .popup {
        font-size: 16px;
        font-size: calc(.0070175439 * 100vw + 15.7543859649px)
    }
}

@media (min-width:1460px) {
    .popup {
        font-size: 26px
    }
}

@media (max-width:700px) {
    .popup {
        width: 90%;
        max-width: 90%
    }
}

@keyframes toUp {
    100% {
        top: 50%
    }
}

.popup__title {
    font-size: 1.5em;
    margin-bottom: .5em
}

.popup__text {
    padding-bottom: 1em
}

.popup__icon {
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 4.2em;
    height: 4.2em;
    border-radius: 100%;
    color: #fff
}

.popup__icon.prize {
    background-color: #59c12d
}

.popup__icon.prize:before {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 2.2em;
    height: 1.1em;
    border-left: 3px solid;
    border-bottom: 3px solid
}

.btn {
    display: inline-block;
    font-size: 1em;
    color: #fff;
    padding: .5em 1em;
    border: 2px solid transparent;
    border-radius: 5px;
    background-color: #ff7426;
    -webkit-transition: all .3s cubic-bezier(.95, .05, .795, .035);
    -o-transition: all .3s cubic-bezier(.95, .05, .795, .035);
    transition: all .3s cubic-bezier(.95, .05, .795, .035);
    cursor: pointer;
    text-decoration: none
}

.btn:hover {
    background-color: #fff;
    color: #ff7426;
    border-color: currentColor
}

.btn--submit1 {
    background-color: #59c12d
}

.btn--submit1:hover {
    color: #59c12d
}

@media (max-width:600px) {
    .btn {
        font-size: .8em
    }
}

.wheel {
    text-align: center
}

.accent2 {
    color: #59c12d
}

.prize__title,
.wheel__title {
    margin-bottom: .8em;
    font-size: 1.5em;
    font-weight: 700
}

.order__title {
    font-size: 1.1em;
    font-weight: 700
}

.calc__form-row {
    margin-bottom: 1.1em
}

.calc__form-row label {
    display: block;
    margin-bottom: 10px
}

.calc__form-row select {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #838383;
    border-radius: 5px;
    text-align: center
}

.calc__form-row select {
    width: 100%;
    border: 1px solid #838383
}

.formResult {
    padding: 10px;
    margin: 10px 0
}

.sale {
    position: absolute;
    width: 20%;
    top: 8%;
    left: 12%;
    font-size: 29px;
    font-weight: 700;
    color: #fff;
    padding: 7% 0;
    letter-spacing: -4px;
    text-shadow: 1px 1px 2px #000;
    z-index: 1
}

@media (max-width:500px) {
    .sale {
        font-size: 18px;
        letter-spacing: 1px;
        width: 22%;
        top: 6%;
        left: 10%
    }
}

.bottom-teaser .sale {
    display: none
}

.bottom-teaser .sale.shown {
    display: block
}

.order__afisha {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5em
}

.order__info {
    position: absolute;
    bottom: -3%;
    right: 19%;
    -webkit-transform: rotateZ(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotateZ(-7deg);
    padding: .8em;
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: #ff7426;
    -webkit-box-shadow: rgba(0, 0, 0, .5) 0 3px 20px;
    box-shadow: rgba(0, 0, 0, .5) 0 3px 20px;
    font-weight: 700
}

.order__lead {
    letter-spacing: 2px
}

.order__price {
    display: inline-block
}

.order__price.old {
    text-decoration: line-through
}

.order__price.new {
    font-size: 32px;
    color: #fff;
    border-bottom: 2px solid #59c12d
}

.inL_704765 {
    height: 2080px;
    width: 360px
}

.inL_506771 {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

.inL_355816 {
    width: 100%;
    margin-bottom: 20px
}

.inL_890778 {
    color: red !important
}

.inL_789133 {
    color: red
}

.inL_432578 {
    margin-bottom: 15px
}

.inL_135646 {
    margin: 30px 0
}

.inL_386425 {
    color: red
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s ease;
    -webkit-font-smoothing: antialiased;
    /* overflow-y: scroll */
}

@-ms-viewport {
    width: device-width
}

article,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    min-height: 100%
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h4 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

ul ul {
    margin-bottom: 0
}

b {
    font-weight: bolder
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

a:focus {
    outline: 0
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: top;
    border-style: none;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

[role=button],
a,
button,
input:not([type=range]),
label,
select {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

a {
    color: inherit
}

a:hover {
    text-decoration: none;
    color: inherit
}

@keyframes licurici {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

::selection {
    background: #da0f10;
    color: #fff;
    text-shadow: none
}

svg:not(:root) {
    overflow: hidden
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-font-smoothing: antialiased
}

html {
    font-size: 100%;
    /* overflow-y: scroll; */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    font-family: sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: #4b3a3f;
    background-color: #fff;
    border-top: 100px solid #000
}

@media all and (min-width:700px) {
    body {
        border-top: 80px solid #000;
    }
}

@media all and (min-width:1020px) {
    body {
        border-top: 100px solid #000
    }
}

.controller {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    background-color: #fff
}

@media all and (min-width:700px) {
    .controller {
        max-width: 500px
    }
}

@media all and (min-width:1020px) {
    .controller {
        max-width: 1020px;
        width: 100%
    }
}

img {
    vertical-align: top;
    -ms-interpolation-mode: bicubic
}

i {
    font-style: normal
}

h1 {
    font-size: 26px;
    letter-spacing: -.4px;
    line-height: 1.125;
    margin: 0 0 12px
}

@media all and (min-width:700px) {
    h1 {
        font-size: 32px;
        line-height: 1.1
    }
}

@media all and (min-width:1020px) {
    h1 {
        font-size: 38px;
        line-height: 1.1;
        letter-spacing: -.4px;
        margin-bottom: 15px
    }
}

@media (hover:hover) {
    h1 a:hover {
        color: #da0f10
    }
}

h2 {
    font-size: 22px;
    line-height: 1.1;
    margin: 0
}

p {
    margin-bottom: 20px;
    font-weight: 400
}

input,
select {
    font-family: sans-serif;
    font-size: 20px;
    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: 16px 17px 14px
}

input:focus,
select:focus {
    border: 1px solid rgba(0, 0, 0, .5);
    background-color: #fff
}

select {
    background-image: url(../images/dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center
}

button,
input[type=submit] {
    display: inline-block;
    background-color: #da0f10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    padding: 16px 35px;
    margin-top: 15px;
    cursor: pointer
}

button:focus,
button:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    outline: 0;
    background-color: #b90d0e
}

.type-none {
    list-style-type: none;
    margin: 0;
    padding: 0
}

@media all and (min-width:700px) {
    .mobile-only {
        display: none
    }
}

.tablet-and-desktop-only {
    display: none
}

@media all and (min-width:700px) {
    .tablet-and-desktop-only {
        display: block
    }
}

.desktop-only {
    display: none
}

@media all and (min-width:1020px) {
    .desktop-only {
        display: block
    }
}

.header {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    height: 60px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000
}

@media all and (min-width:700px) {
    .header {
        font-size: 12px;
        background-color: #da0f10;
        height: 80px
    }
}

@media all and (min-width:1020px) {
    .header {
        height: 100px;
        pointer-events: auto;
        font-size: 14px
    }
}

.header .controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    max-width: 100%;
    background-color: transparent
}

@media all and (min-width:1020px) {
    .header .controller {
        max-width: 1020px
    }
}

.main-menu {
    position: relative;
    z-index: 1001;
    height: 50px;
    width: 100%;
    background-color: #3d2f33;
    pointer-events: auto;
    opacity: .9
}

@media all and (min-width:700px) {
    .main-menu {
        width: auto;
        height: 80px;
        background-color: #da0f10
    }
}

@media all and (min-width:1020px) {
    .main-menu {
        display: block;
        margin-right: 15px;
        background-color: transparent;
        height: auto
    }
}

.main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

@media all and (min-width:1020px) {
    .main-menu ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.main-menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 50px;
    width: 20.5vw;
    text-align: center
}

.main-menu ul li a.btn--false {
    display: inline-block;
    height: auto;
    width: 100%
}

.main-menu ul li a.btn--false span {
    display: inline
}

@media all and (min-width:700px) {
    .main-menu ul li a {
        width: 100px;
        height: 80px
    }
}

@media all and (min-width:1020px) {
    .main-menu ul li a {
        height: 100px;
        width: 110px
    }
}

.main-menu ul li a img {
    margin-top: 5px;
    width: 18px
}

@media all and (min-width:700px) {
    .main-menu ul li a img {
        width: 24px;
        margin-top: 7px
    }
}

@media all and (min-width:1020px) {
    .main-menu ul li a img {
        width: 36px;
        height: 34px
    }
}

.main-menu ul li a span {
    display: block;
    margin-top: 7px;
    position: relative
}

.main-menu ul li a span .licurici-live {
    margin: 0;
    background-color: #da0f10;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: -8px;
    -webkit-animation-name: licurici;
    animation-name: licurici;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media all and (min-width:700px) {
    .main-menu ul li a span .licurici-live {
        top: 3px;
        left: -10px;
        width: 6px;
        height: 6px
    }
}

@media all and (min-width:1020px) {
    .main-menu ul li a span .licurici-live {
        top: 4px;
        left: -13px;
        width: 8px;
        height: 8px
    }
}

.main-menu ul li a.link-antenaplay {
    background-color: #000;
    width: 18vw
}

@media all and (min-width:700px) {
    .main-menu ul li a.link-antenaplay {
        width: 100px
    }
}

@media all and (min-width:1020px) {
    .main-menu ul li a.link-antenaplay {
        width: 110px
    }
}

.main-menu ul li:hover {
    background-color: rgba(255, 255, 255, .2)
}

.main-menu ul li:hover .sub-menu {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-shadow: 0 20px 0 0 rgba(0, 0, 0, .85);
    box-shadow: 0 20px 0 0 rgba(0, 0, 0, .85)
}

@media all and (min-width:700px) {
    .main-menu ul li:hover .sub-menu {
        padding: 10px 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.main-menu ul.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    overflow: hidden;
    padding: 0 20px;
    position: absolute;
    background-color: #4b3a3f;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    right: 0
}

@media all and (min-width:700px) {
    .main-menu ul.sub-menu {
        width: 220px;
        background-color: #4b3a3f;
        padding: 0;
        right: auto
    }
}

@media all and (min-width:1020px) {
    .main-menu ul.sub-menu {
        background-color: #3d2f33
    }
}

.main-menu ul.sub-menu li {
    width: 100%
}

.main-menu ul.sub-menu li a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 13px 20px 10px;
    width: 100%;
    height: auto;
    font-size: 14px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .1)
}

@media all and (min-width:700px) {
    .main-menu ul.sub-menu li a {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.main-menu ul.sub-menu li.close-sub-menu {
    margin-top: 20px;
    text-align: right
}

.main-menu ul.sub-menu li.close-sub-menu a {
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    background-color: #000
}

.main-menu ul.sub-menu input {
    margin-bottom: 0;
    background-color: #da0f10;
    color: #fff;
    border: none;
    height: 50px;
    padding: 18px 20px 14px
}

.main-menu ul.sub-menu input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.main-menu ul.sub-menu input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.main-menu ul.sub-menu input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.main-menu ul.sub-menu input::placeholder {
    color: rgba(255, 255, 255, .7)
}

footer {
    text-align: center
}

footer .controller {
    padding: 20px;
    max-width: 100%
}

@media all and (min-width:700px) {
    footer .controller {
        padding: 30px
    }
}

@media all and (min-width:1020px) {
    footer .controller {
        max-width: 1020px
    }
}

footer p {
    margin-bottom: 0;
    font-size: 18px
}

.zile {
    list-style-type: none;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    font-size: 0;
    font-weight: 700;
    color: #da0f10;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

@media all and (min-width:700px) {
    .zile {
        border-top: none;
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        position: absolute;
        right: -5px;
        bottom: 1px
    }
}

@media all and (min-width:1020px) {
    .zile {
        right: 25px;
        bottom: 33px
    }
}

.zile li {
    display: inline-block
}

.zile li:first-child {
    margin-left: -5px
}

.btn--head {
    display: block;
    width: 200px;
    max-height: 37px;
    margin-top: 0;
    margin-left: 10px;
    font-size: inherit
}

@media all and (min-width:700px) {
    .btn--head {
        max-height: 55px;
    }

    .zile li:first-child {
        margin-left: 0
    }
}

@media all and (min-width:1020px) {
    .btn--head {
        display: block;
        width: 200px;
        max-height: 55px;
        margin-top: 0;
        font-size: inherit
    }
}

.zile li a {
    display: block;
    font-size: 20px;
    padding: 5px 5px 0
}

@media (hover:hover) {
    .zile li a:hover {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
}

@media (max-width:1023px) {
    .main-menu ul li a.link-antenaplay {
        background: 0 0
    }
}

@media (max-width:650px) {
    .btn--head {
        margin: 0 0 0 10px;
        background: #da0f10
    }
}

.wheel_input {
    padding: 10px !important;
    display: block !important;
    margin: 0 auto 20px !important;
    padding: 10px !important;
    width: 100%;
    max-width: 380px;
    border: 2px solid grey !important;
    border-radius: 5px !important
}

.data_label {
    line-height: 30px
}

.order_form {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important
}

@media screen and (max-width:480px) {
    .wheel_input {
        width: 90% !important
    }
}

.main-link {
    display: block;
    margin: 40px auto;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    background-color: #de0606;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    max-width: 380px;
    width: 100%;
}

.main-link:hover {
    opacity: .8
}

@media all and (max-width:720px) {
    main {
        width: 100%
    }
}

@media all and (max-width:460px) {
    .wheel {
        width: 280px
    }
}

.button {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 18px;
    padding: 15px 15px;
    background-color: #f44336;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    border: none;
    margin: 10px 0;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    transition: .3s ease-out
}

.button:hover {
    background-color: #f55a4e;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2)
}

.content__center {
    text-align: center
}

.btn-bottom {
    margin-bottom: 40px
}

.lt32,
.lt45 {
    color: #8b0000
}

.content__pic-caption {
    padding: 10px;
    text-align: center;
    font-style: oblique;
    background-color: #eee
}

.lt34 {
    color: #000
}

@media all and (max-width:520px) {
    .order__afisha {
        margin-bottom: 170px
    }

    .order__price.new {
        font-size: 28px
    }

    .order__info {
        right: 50%;
        transform: translateX(50%) rotateZ(0);
        bottom: -145px
    }
}

.inL_14210 {
    display: none
  }

  .inL_399397 {
    display: none
  }

  .inL_435145 {
    display: none
  }