@charset "UTF-8";
dl {
    margin: 0 0 24px 0
}

dt {
    font-weight: bold
}

dd {
    margin-bottom: 18px
}

strong {
    font-weight: bold
}

em,
i {
    font-style: italic;
    margin-right: 6px
}

big {
    font-size: 131.25%
}

ins {
    background: #ffc;
    text-decoration: none
}

blockquote {
    padding: 40px 40px 20px 40px;
    margin: 5px 0 25px 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    display: block;
    background: #eaeaea;
    color: #444;
    border: 1px solid #ddd;
    font-size: 16px;
    text-shadow: 0 1px 1px #fff
}

pre {
    background: #f7f7f7;
    color: #222;
    line-height: 18px;
    margin-bottom: 18px;
    padding: 1.5em
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

sup,
sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

input,
textarea {
    padding: 2px 5px;
    color: #666;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    vertical-align: middle
}

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

ol li {
    margin: 0;
    padding: 0 0 7px 0
}

ol {
    list-style: decimal;
    margin: 15px 0 18px 1.5em
}

ol ol {
    list-style: upper-alpha
}

ol ol ol {
    list-style: lower-roman
}

ol ol ol ol {
    list-style: lower-alpha
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0
}

table {
    width: 100%;
    margin: 20px 0 40px 0
}

table th {
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFF;
    text-align: left;
    padding: 15px 14px;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #687a92
}

table td {
    padding: 13px 14px;
    border: 1px solid #eaeaea;
    vertical-align: top
}

table tr:nth-of-type(even) {
    background: #fff
}

table tr:nth-of-type(odd) {
    background: #fafafa
}

a {
    text-decoration: underline
}

a:hover {
    color: #333;
    text-decoration: underline;
    cursor: pointer
}

#wrap {
    background: #fff;
    height: 100%;
    margin: 30px auto 30px;
    position: relative;
    -webkit-box-shadow: 0 4px 20px rgba(51, 51, 51, 0.4);
    -moz-box-shadow: 0 4px 20px rgba(51, 51, 51, 0.4);
    box-shadow: 0 4px 20px rgba(51, 51, 51, 0.4)
}

.inner {
    margin: 0 2.26em
}

.social-button img {
    vertical-align: text-bottom
}

.social-button__vk {
    background: #587e9f;
    border-radius: 50%;
    padding: 5px
}

.social-button__ok {
    background: #f2720c;
    border-radius: 50%;
    padding: 5px
}

.social-button__yandexzen {
    background: #383b3f;
    border-radius: 50%;
    padding: 5px
}

.header {
    width: 100%;
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
    background: url("../img/header-bg.jpg")no-repeat center bottom/cover
}

.logo {
    width: 100%;
    padding-top: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    position: relative
}

.logo a {
    text-decoration: none
}

span.lcolors {
    color: #333;
    line-height: 55px
}

.desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    color: #888;
    margin: 0
}

.contact-info {
    position: absolute;
    top: 17px;
    right: 0;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: right;
    font-weight: 300
}

span.contact-font {
    font-size: 20px;
    line-height: 22px
}

.contact-info {
    color: #c9652a
}

#mob {
    display: none
}

#mob span {
    margin-left: 10px;
    font-size: 25px;
    text-transform: uppercase
}

#mob a {
    color: #333
}

#mobilemenu {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px
}

#mobilemenu a {
    color: #eaeaea
}

#mobilemenu a:hover {
    color: #bdffa5
}

.menunav {
    display: block;
    max-width: 1170px;
    list-style: none;
    font-weight: normal;
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0 auto 0;
    clear: both;
    z-index: 1001;
    background: #00aa7a
}

.menunav ul {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-style: normal;
    letter-spacing: normal
}

.menunav ul li {
    position: relative;
    padding: 0;
    z-index: 101;
    color: #fff;
    letter-spacing: .2px
}

.menunav ul li:first-child {
    margin: 0;
    z-index: 1
}

.menunav ul li {
    display: block;
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .2px;
    padding: 18px 20px
}

.menunav li a {
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    padding-left: 12px;
    color: #fff
}

* html .menunav ul li a {
    display: inline-block
}

.menunav ul li ul {
    position: absolute;
    height: auto;
    top: 60px;
    left: 0;
    display: none;
    visibility: hidden;
    width: 240px;
    padding: 0
}

.menunav ul li ul li {
    display: list-item;
    float: none;
    font-size: 15px;
    padding: 20px 0 20px 20px;
    margin-left: 0
}

.menunav ul li ul li ul {
    top: 0
}

.menunav ul li ul li a {
    margin: 0;
    border: 0
}

* html .menunav {
    height: 1%
}

.menunav ul li ul li ul {
    position: absolute;
    height: auto;
    left: 240px;
    display: none;
    visibility: hidden;
    width: 240px;
    padding: 0;
    margin-left: -1px
}

.header__inner-links span {
    margin: .5em 1em;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    color: #333;
    line-height: initial
}

.header .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0
}

#search {
    padding: 0;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0
}

#search input {
    padding: 2px 5px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    vertical-align: middle;
    width: 150px;
    position: relative;
    padding: 22px 0 17px 35px;
    margin: 0;
    background: #41653a;
    border: 0;
    font-family: 'Roboto Condensed', Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 400
}

#search input::placeholder {
    color: #fff
}

.fa-search {
    position: absolute;
    left: 10px;
    top: 22px;
    color: #fff
}

.select-menu {
    width: 400px;
    padding: 0;
    height: 40px;
    font-size: 14px;
    display: none;
    border: 1px solid #ddd
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0
    }
}

@media only screen and (max-width:1024px) {
    #wrap {
        width: 96%
    }
    .main {
        width: 75%;
        margin-right: 3%
    }
    .right-col {
        width: 22%;
        margin-top: 40px
    }
}

@media only screen and (max-width:1000px) {
    #wrap {
        margin-top: 0;
        width: 90%
    }
    .header,
    .main,
    .right-col,
    .center-col,
    .left-col,
    .home-bottom-wrap {
        width: 100%;
        padding: 0;
        float: left;
        margin: 0
    }
    .home-bottom-box {
        width: 80%;
        float: left;
        padding: 3% 10% 0 10%
    }
    .icon-boxes-wrap,
    .home-text-boxes-wrap {
        width: 94%
    }
    #menu {
        margin-left: -9999px;
        width: 0;
        height: 0;
        overflow: hidden
    }
    #mob {
        display: block
    }
    .flex-caption {
        font-size: 16px
    }
    .flexslider {
        margin-top: 20px
    }
    .icon-box {
        width: 100%;
        height: auto
    }
    .icon-box-icon {
        font-size: 1.5em
    }
    .homebox-text {
        width: 60%;
        font-size: 16px;
        line-height: 20px
    }
    .icon-box-text {
        width: 100%
    }
    .icon-clear {
        clear: none;
        display: block;
        height: auto;
        visibility: visible
    }
    a.button {
        width: 40%
    }
    table {
        font-size: .9em
    }
    th {
        font-size: 1em
    }
    .logo {
        text-align: center;
        font-size: 40px;
        line-height: 44px;
        padding-top: 100px
    }
    .contact-info {
        top: 20px;
        left: 0;
        width: 100%;
        text-align: center
    }
    .header__inner-links,
    .social-links {
        display: none
    }
    .header {
        position: relative;
        z-index: 100;
        box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
        background: #fff
    }
    .fa-bars:before {
        color: #00aa7a;
        font-size: 40px
    }
    .logo>img {
        max-width: 70%
    }
    .center-col .post,
    .center-col .pagepost {
        width: 90%;
        padding: 5%;
        float: left;
        margin-bottom: 30px
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 30px 0;
        clear: both;
        font-weight: 700
    }
    h1 {
        font-size: 26px;
        line-height: 30px
    }
    h2 {
        font-size: 24px;
        line-height: 28px
    }
    h3 {
        font-size: 22px;
        line-height: 26px
    }
    h4 {
        font-size: 20px;
        line-height: 24px
    }
    h5 {
        font-size: 18px;
        line-height: 22px
    }
    h6 {
        font-size: 16px;
        line-height: 20px
    }
    .home-bottom-wrap {
        padding-top: 30px
    }
    .header .contact-info,
    .header .logo {
        padding-top: 20px;
        justify-content: center
    }
    .inner {
        margin: 0 19px
    }
}

@media only screen and (max-width:768px) {
    .inside {
        padding: 0;
        background: 0;
        border: 0;
        margin-bottom: 30px
    }
    .index-thumb {
        float: left;
        margin: 0 20px 10px 0
    }
    a.button {
        width: 50%
    }
    .icon-box-title {
        font-size: 18px
    }
    .homebox-text {
        font-size: 15px;
        line-height: 21px
    }
    .home-text-box {
        width: 96%;
        height: auto
    }
    #backtop {
        bottom: 25px;
        right: 25px
    }
}

@media only screen and (max-width:600px) {
    #commentform label {
        display: block;
        margin-bottom: 20px;
        clear: both
    }
    a.button {
        width: 90%
    }
    .homebox-text {
        width: 92%;
        padding: 20px
    }
}

@media only screen and (max-width:480px) {
    .index-thumb {
        float: none;
        margin: 0 auto 20px
    }
    .contact-info,
    .entry-date {
        font-size: 12px
    }
    #credits {
        font-size: 11px
    }
}

body,
dt,
html,
li,
ul {
    margin: 0;
    padding: 0;
    border: 0 none;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-feature-settings: inherit;
    font-language-override: inherit;
    font-kerning: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ul {
    list-style: outside none none
}

a img {
    border: 0 none
}

body {
    background: #e7e7e7 none repeat scroll 0 0
}

img {
    max-width: 100%
}

.jsTabs {
    position: relative
}

.jsTabs .jsTabs-tabs-list {
    margin: 0 -.5em 1em;
    text-align: left
}

.jsTabs .jsTabs-tabs-list .jsTabs-point {
    -moz-user-select: none;
    position: relative;
    padding: 0 0 .19em;
    margin: 0 .5em;
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle
}

.jsTabs .jsTabs-tabs-list .jsTabs-point span {
    font-size: .75em
}

.jsTabs .jsTabs-tabs-list .jsTabs-point.jsTabs-active {
    cursor: default
}

.jsTabs .jsTabs-tabs-list .jsTabs-point.jsTabs-active span {
    color: #62a7d9
}

.jsTabs .jsTabs-tabs-list .jsTabs-point.jsTabs-active:hover {
    text-decoration: none
}

.jsTabs .jsTabs-tabs-list.jsTabs-center {
    text-align: center
}

.jsTabs .jsTabs-content {
    display: none;
    position: relative
}

.jsTabs .jsTabs-content::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.jsTabs .jsTabs-content.jsTabs-active {
    display: block
}

html {
    font-size: 100%
}

html,
input {
    font-family: "Open Sans", Arial, sans-serif;
    color: #333
}

::-moz-selection {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    text-shadow: none
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #282828
}

a:hover {
    text-decoration: underline
}

i {
    font-style: italic
}

img {
    vertical-align: middle
}

input {
    font-size: 1em;
    margin: 0;
    vertical-align: baseline
}

input {
    line-height: normal
}

input[type=submit] {
    cursor: pointer
}

input::-moz-focus-inner {
    border: 0 none;
    padding: 0
}

/*input:invalid {
    background-color: #f0dddd
}*/

* {
    max-height: 1000000px
}

html {
    overflow-x: auto;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff none repeat scroll 0 0
}

body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.5;
    font-family: "Open Sans", Arial, sans-serif;
    width: 100%;
    min-width: 1170px;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    display: block
}

body.mode-adaptive {
    min-width: auto
}

.l-wr-main {
    overflow: hidden
}

.l-page-width {
    margin: 0 auto;
    display: block;
    width: 1170px;
    position: relative
}

.l-page-width::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.l-page-width .l-page-width__ledge {
    margin: 0;
    padding: 0 1.125em;
    background: #fff none repeat scroll 0 0
}

@media only screen and (max-width:500px) {
    .l-page-width .l-page-width__ledge {
        margin: 0;
        padding: 0
    }
}

.l-page-width .l-page-width__ledge::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.l-page-width .l-page-width__ledge.m-ledge-blue {
    background: #62a7d9 none repeat scroll 0 0
}

.l-main-column {
    width: 45.25em;
    float: left
}

.l-main-column::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.mode-adaptive .l-wr-main {
    position: relative
}

.mode-adaptive .l-page-width {
    width: 100%;
    max-width: 1170px;
    position: relative
}

.mode-adaptive .l-main-column {
    width: 100%;
    float: none
}

@media screen and (min-width:64em) {
    .mode-adaptive .l-main-column {
        width: 45.25em;
        float: left
    }
}

.renul_seDwyoGn57 .gelat_Bb6MhOHv {
    float: left;
    margin-right: 30px;
    font-size: 12px;
    font-style: italic;
    color: #a1a1a8
}

.gelat_Bb6MhOHv img {
    max-width: 100%
}

.renul_seDwyoGn57 .gelat_Bb6MhOHv .ewa-b_p5sjGkxr1 {
    margin-top: 5px
}

.zhanna_86_o5IKudBv {
    background: #fff none repeat scroll 0 0;
    padding: 20px 30px;
    margin: 0 0 50px;
    border-radius: 4px
}

.clearfix+div .gelat_Bb6MhOHv {
    margin: 0 auto
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 {
    margin-top: 25px;
    color: #6c6e7a;
    line-height: 1.5;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #b9b9b9;
    font-size: 18px
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 p {
    color: #000;
    text-align: left;
    margin: 15px 0;
    line-height: 22px
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 .swetlana40_GWDvkz8Tqs {
    text-indent: 0;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 22px
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 .maki555_e4AaJE9jYG {
    margin-top: 5px;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
    background: #ccc none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .75)
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 .udalykhnn_av3FDRJhB {
    text-align: center
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 .AGB_yQobO46Dw {
    margin-top: 10px;
    font-size: 13px;
    color: #a1a1a2
}

@media screen and (max-width:768px) {
    #slidebox {
        display: none
    }
    .katyakoncakova_FtFDdVex .main-menu-blk>li {
        width: 33.333%
    }
    .katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs {
        display: none
    }
    .renul_seDwyoGn57 .gelat_Bb6MhOHv {
        width: 250px;
        margin: 0 auto;
        padding-right: 0;
        float: none
    }
    .renul_seDwyoGn57 .gelat_Bb6MhOHv>img {
        display: block;
        margin: 0 auto
    }
    .zhanna_86_o5IKudBv h2 {
        text-align: center;
        line-height: 1.3;
        font-size: 20px
    }
    .renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 p {
        font-size: 14px
    }
    .clearfix+div p {
        text-align: center !important;
        padding-left: 0
    }
    .margin-r {
        margin: 0 auto 10px !important
    }
}

@media screen and (max-width:479px) {
    .zhanna_86_o5IKudBv {
        padding-left: 10px;
        padding-right: 10px
    }
    .katyakoncakova_FtFDdVex .main-menu-blk>li {
        width: 50%
    }
    .katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC {
        box-sizing: border-box;
        width: 100%;
        padding-left: 10px
    }
    .katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC h1 {
        width: 135px;
        font-size: 16px
    }
    .alex_zevsa_wcih4ECQW {
        padding: 0
    }
    .vote-block-content-text {
        font-size: 12px
    }
    .renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 p,
    .vk-comment-text {
        text-align: left
    }
}

.b-top-bar {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    position: relative;
    padding: .2em 0;
    z-index: 10
}

.b-top-bar::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-top-bar a {
    color: #fff
}

.b-top-bar .b-top-bar__home {
    float: left;
    display: block;
    padding: 0 .5em 0 1.063em;
    position: relative
}

.b-top-bar .b-top-bar__home span {
    width: 6.25em;
    display: block;
    padding: .313em 0
}

.b-top-bar .b-top-bar__home span img {
    display: block;
    width: 100%
}

.b-top-bar .b-top-bar__login {
    float: right;
    display: block;
    padding: .31em;
    margin-right: .75em;
    position: relative;
    text-align: left
}

.b-top-bar .b-top-bar__login span {
    width: 1.06em;
    height: 1.06em;
    display: block;
    background-position: 0 -636px;
    background-repeat: no-repeat
}

.b-top-bar .b-top-bar__projects_list {
    overflow: hidden;
    display: block;
    text-align: center;
    position: relative
}

.b-top-bar .b-top-bar__projects_list li {
    display: inline-block;
    border-left: 1px solid #3e3e3e
}

.b-top-bar .b-top-bar__projects_list li a {
    padding: 0 1em .19em;
    display: block
}

.b-top-bar .b-top-bar__projects_list li a span {
    font-size: .69em;
    font-weight: 600
}

.b-top-bar .b-top-bar__projects_list li:first-child {
    border: 0 none
}

.mode-adaptive .b-top-bar .b-top-bar__projects_list {
    display: none
}

@media screen and (min-width:64em) {
    .mode-adaptive .b-top-bar .b-top-bar__projects_list {
        display: block
    }
}

.b-statistic {
    margin: 0 -.5em;
    display: block
}

.b-statistic .b-statistic__item {
    display: inline-block;
    font-size: 1em;
    position: relative;
    padding-left: 1.25em;
    margin: 0 .5em
}

.b-statistic .b-statistic__item .b-statistic__icon {
    width: 1.06em;
    height: 1.06em;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.5em
}

.b-statistic .b-statistic__item .b-statistic__number {
    font-weight: 600;
    font-size: .69em;
    display: block
}

.b-statistic .b-statistic__item.m-comments .b-statistic__icon {
    background-position: 0 -165px;
    background-repeat: no-repeat
}

.b-statistic .b-statistic__item.m-views .b-statistic__icon {
    background-position: 0 -1951px;
    background-repeat: no-repeat
}

.b-statistic .b-statistic__item.m-like .b-statistic__icon {
    background-position: 0 -488px;
    background-repeat: no-repeat
}

.b-statistic .b-statistic__item.m-dislike .b-statistic__icon {
    background-position: 0 -231px;
    background-repeat: no-repeat
}

.b-header::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-header .l-page-width .l-page-width__ledge {
    background: #f4f4f4 none repeat scroll 0 0;
    position: relative
}

.b-header .b-header__bg-img {
    position: absolute;
    height: 5.625em;
    top: 0;
    right: 0;
    display: block
}

.b-header .b-header__logo-link {
    position: relative;
    display: block;
    float: left;
    cursor: pointer;
    height: 5.625em;
    overflow: hidden
}

.b-header .b-header__menu-button {
    display: none
}

.b-header .b-header__layer {
    overflow: hidden;
    height: 5.625em
}

.b-header .b-header__search {
    position: relative;
    float: right;
    width: 12em;
    margin: 1.25em 1.063em 0 1em;
    overflow: hidden
}

.b-header .b-header__search .b-header__search-input {
    position: relative;
    margin-right: 1.69em
}

.b-header .b-header__search .b-header__search-input input[type=text] {
    position: relative;
    border: 0 none;
    background: #fff none repeat scroll 0 0;
    margin: 0;
    font-size: .688em;
    outline: 0 none;
    padding: .55em;
    display: block;
    font-weight: 600
}

.b-header .b-header__search .b-header__search-nav {
    display: none
}

.b-header .b-header__search .b-header__search-button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1.69em;
    height: 1.69em;
    cursor: pointer
}

.b-header .b-header__search .b-header__search-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: -.438em 0 0 -.438em;
    width: 1.125em;
    height: 1.125em;
    background-position: 0 -1482px;
    background-repeat: no-repeat
}

.b-header .b-header__search .b-header__search-button input[type=submit] {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent none repeat scroll 0 center;
    color: transparent;
    top: 0;
    right: 0;
    border: 0 none;
    margin: 0;
    padding: 0;
    opacity: 0
}

.b-header .b-header__social {
    float: right;
    position: relative;
    margin: 1.25em 0 0;
    padding-top: .19em
}

.b-header .b-header__social .b-header__social-expand {
    float: right;
    display: block;
    width: 1.31em;
    height: 1.31em;
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -37px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-expand:hover {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

.b-header .b-header__social ul {
    float: right;
    overflow: hidden;
    white-space: nowrap;
    width: 7em;
    height: 1.31em;
    transition-duration: .3s;
    transition-property: width
}

.b-header .b-header__social ul li {
    display: inline-block;
    margin-right: .44em
}

.b-header .b-header__social ul li a {
    display: block;
    width: 1.31em;
    height: 1.31em
}

.b-header .b-header__social .b-header__social-yt a {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -2655px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-yt a:hover {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -2618px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-fb a {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -423px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-fb a:hover {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -386px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-vk a {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -2417px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-vk a:hover {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -2380px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-tw a {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -2179px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-tw a:hover {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -2142px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-gp a {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -899px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-gp a:hover {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -862px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-tg a {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -2105px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-tg a:hover {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -2068px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-ig a {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -1137px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-ig a:hover {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -1100px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-bn a {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -185px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-bn a:hover {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -148px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-ok a {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -1703px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-ok a:hover {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -1666px;
    background-repeat: no-repeat
}

.mode-adaptive .b-header {
    overflow: hidden;
    height: 3.625em
}

.mode-adaptive .b-header .b-header__bg-img {
    right: -7.75em;
    top: -1.5em
}

.mode-adaptive .b-header .b-header__logo-link {
    height: 3.625em;
    margin-left: .25em
}

.mode-adaptive .b-header .b-header__menu-button {
    position: relative;
    display: block;
    float: right;
    margin-right: .313em;
    width: 2.625em;
    height: 3.625em
}

.mode-adaptive .b-header .b-header__menu-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: -.563em 0 0 -.563em;
    width: 1.125em;
    height: 1.125em;
    background-position: 0 -735px;
    background-repeat: no-repeat
}

.mode-adaptive .b-header .b-header__layer {
    height: 3.625em
}

.mode-adaptive .b-header .b-header__search {
    position: absolute;
    margin: 0;
    top: 0;
    right: 4.063em;
    height: 3.625em;
    width: auto;
    float: none;
    z-index: 100;
    transition: left .5s ease 0
}

.mode-adaptive .b-header .b-header__search .b-header__search-input {
    margin-right: 2.625em;
    margin-top: .5em;
    transition: margin-right .25s ease 0
}

.mode-adaptive .b-header .b-header__search .b-header__search-input input[type=text] {
    width: 0;
    padding: .667em 0 .734em;
    font-size: .937em;
    transition: width .25s ease 0
}

.mode-adaptive .b-header .b-header__search .b-header__search-nav {
    position: absolute;
    display: block;
    width: 2.625em;
    height: 3.625em;
    top: 0;
    right: -2.625em;
    cursor: pointer;
    transition: right .25s ease 0
}

.mode-adaptive .b-header .b-header__search .b-header__search-nav span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: -.563em 0 0 -.563em;
    width: 1.125em;
    height: 1.125em;
    background-position: 0 -803px;
    background-repeat: no-repeat
}

.mode-adaptive .b-header .b-header__search .b-header__search-button {
    width: 2.625em;
    height: 3.625em;
    transition: right .25s ease 0
}

.mode-adaptive .b-header .b-header__search .b-header__search-button span {
    margin: -.563em 0 0 -.563em;
    background-position: 0 -1448px;
    background-repeat: no-repeat
}

.mode-adaptive .b-header .b-header__search .b-header__search-button input[type=submit] {
    height: 0
}

.mode-adaptive .b-header .b-header__social {
    display: none
}

@media screen and (min-width:30em) {
    .mode-adaptive .b-header {
        height: 4.375em
    }
    .mode-adaptive .b-header .b-header__bg-img {
        right: -3.5em;
        top: -.75em
    }
    .mode-adaptive .b-header .b-header__logo-link {
        position: relative;
        left: auto;
        height: 4.375em
    }
    .mode-adaptive .b-header .b-header__menu-button {
        height: 4.375em
    }
    .mode-adaptive .b-header .b-header__layer {
        height: 4.375em
    }
    .mode-adaptive .b-header .b-header__search .b-header__search-input {
        margin-top: .875em
    }
    .mode-adaptive .b-header .b-header__search .b-header__search-nav {
        height: 4.375em
    }
    .mode-adaptive .b-header .b-header__search .b-header__search-button {
        height: 4.375em
    }
}

@media screen and (min-width:35em) {
    .mode-adaptive .b-header .b-header__layer {
        position: relative
    }
    .mode-adaptive .b-header .b-header__search {
        height: 4.375em;
        right: 0
    }
}

@media screen and (min-width:54em) {
    .mode-adaptive .b-header .b-header__search {
        left: 55%
    }
    .mode-adaptive .b-header .b-header__search .b-header__search-input {
        margin-right: 2.625em
    }
    .mode-adaptive .b-header .b-header__search .b-header__search-input input[type=text] {
        width: 100%;
        padding: .667em .667em .734em
    }
    .mode-adaptive .b-header .b-header__search .b-header__search-nav {
        display: none
    }
    .mode-adaptive .b-header .b-header__search .b-header__search-button {
        right: 0
    }
    .mode-adaptive .b-header .b-header__search .b-header__search-button input[type=submit] {
        height: 100%
    }
}

@media screen and (min-width:64em) {
    .mode-adaptive .b-header {
        height: 5.625em;
        overflow: visible
    }
    .mode-adaptive .b-header .b-header__bg-img {
        right: 0;
        top: 0
    }
    .mode-adaptive .b-header .b-header__logo-link {
        height: 5.625em
    }
    .mode-adaptive .b-header .b-header__menu-button {
        display: none
    }
    .mode-adaptive .b-header .b-header__layer {
        height: 5.625em
    }
    .mode-adaptive .b-header .b-header__search {
        position: relative;
        left: auto;
        float: right;
        display: block;
        width: 12em;
        margin: 1.25em 1.063em 0 1em;
        height: auto
    }
    .mode-adaptive .b-header .b-header__search .b-header__search-input {
        position: relative;
        margin-right: 1.69em;
        margin-top: 0
    }
    .mode-adaptive .b-header .b-header__search .b-header__search-input input[type=text] {
        width: 100%;
        font-size: .688em;
        padding: .55em
    }
    .mode-adaptive .b-header .b-header__search .b-header__search-button {
        width: 1.69em;
        height: 1.69em;
        right: 0
    }
    .mode-adaptive .b-header .b-header__search .b-header__search-button span {
        margin: -.438em 0 0 -.438em;
        background-position: 0 -1482px;
        background-repeat: no-repeat
    }
    .mode-adaptive .b-header .b-header__social {
        display: block
    }
}

.b-main-nav {
    display: block
}

.b-main-nav::after {
    content: "";
    max-width: 64.75em;
    height: 1px;
    background: #e7e7e7 none repeat scroll 0 0;
    display: block;
    clear: both;
    margin: 0 auto;
    position: relative
}

.b-main-nav .b-main-nav__main {
    position: relative
}

.b-main-nav .b-main-nav__main::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item {
    float: left;
    height: 2.375em;
    white-space: nowrap
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-drop {
    display: none
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-link {
    display: block;
    padding: .75em .625em .625em;
    color: #282828;
    text-transform: uppercase;
    overflow: hidden
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-link span {
    font-size: .687em;
    font-weight: 600;
    display: block
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item:first-child .b-main-nav__main-link {
    padding-left: 1.063em
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item:last-child .b-main-nav__main-link {
    padding-right: 1.063em
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item.sputnik-radio .b-main-nav__main-link {
    color: #ff7800
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item.sputnik-radio .b-main-nav__main-link span {
    position: relative;
    padding-right: 1.75em
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item.sputnik-radio .b-main-nav__main-link i {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.625em;
    width: 1.25em;
    height: 1.25em;
    display: block;
    background: #ff7800 none repeat scroll 0 0;
    border-radius: .625em
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item.sputnik-radio .b-main-nav__main-link i::before {
    content: "";
    display: block;
    border-left: .5em solid #fff;
    border-top: .32em solid transparent;
    border-bottom: .32em solid transparent;
    position: absolute;
    top: 50%;
    left: .44em;
    margin-top: -.25em
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub {
    display: none;
    position: absolute;
    top: 2.375em;
    right: 0;
    left: 0
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul {
    max-height: 2.625em;
    overflow: hidden
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item {
    float: left;
    white-space: nowrap
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item .b-main-nav__sub-link {
    display: block;
    position: relative;
    padding: .75em;
    color: #fff
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item .b-main-nav__sub-link span {
    font-size: .75em;
    font-weight: 600;
    display: block
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item:first-child .b-main-nav__sub-link {
    padding-left: 1.063em
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item:last-child .b-main-nav__sub-link {
    padding-right: 1.063em
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item.m-active .b-main-nav__main-link {
    color: #62a7d9
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item:hover .b-main-nav__main-link {
    color: #62a7d9;
    text-decoration: underline
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item:hover .b-main-nav__sub {
    z-index: 200;
    height: auto;
    overflow: visible;
    display: none
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item.sputnik-radio:hover .b-main-nav__main-link {
    color: #ff7800
}

@media screen and (min-width:64em) {
    .b-slide {
        height: auto !important
    }
}

.mode-adaptive .b-content-body {
    position: relative
}

@media screen and (max-width:63.938em) {
    .mode-adaptive .b-main-nav::after {
        height: 0;
        line-height: 0
    }
    .mode-adaptive .b-main-nav .l-page-width .l-page-width__ledge {
        margin: 0;
        padding: 0;
        background: transparent none repeat scroll 0 center
    }
    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item {
        float: none;
        height: auto;
        border-bottom: 1px solid #f4f4f4
    }
    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-drop {
        display: block;
        float: right;
        padding: .75em 0 .625em;
        width: 2.937em;
        position: relative;
        cursor: pointer
    }
    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-drop span {
        font-size: .937em;
        display: block
    }
    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-drop::after {
        content: "";
        display: block;
        border-left: .5em solid #7c7c7c;
        border-top: .375em solid transparent;
        border-bottom: .375em solid transparent;
        position: absolute;
        margin: -.375em 0 0 -.5em;
        top: 50%;
        left: 50%
    }
    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-link {
        padding: .75em 1.063em .625em
    }
    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-link span {
        font-size: .937em;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub {
        position: relative;
        top: 0;
        background: #f4f4f4 none repeat scroll 0 0
    }
    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul {
        max-height: none
    }
    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item {
        float: none;
        border-top: 1px solid #fff
    }
    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item .b-main-nav__sub-link {
        padding: .75em 1.063em .625em 2em;
        color: #282828
    }
    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item .b-main-nav__sub-link span {
        font-size: .813em;
        white-space: normal
    }
    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item:hover .b-main-nav__sub {
        display: none
    }
    .mode-adaptive .b-slide {
        position: absolute;
        right: 0;
        float: right;
        margin-right: -20em;
        width: 20em;
        background: #fff none repeat scroll 0 0;
        z-index: 200;
        display: block;
        transition: margin-right .25s ease 0
    }
    .mode-adaptive .b-slide .b-slide-menu {
        position: relative
    }
}

.b-footer {
    margin: 2.5em 0 0;
    padding: 1em 0 2.5em;
    position: relative;
    display: block;
    background: #282828 none repeat scroll 0 0;
    color: #fff
}

.b-footer .b-footer__nav {
    position: relative
}

.b-footer .b-footer__nav::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-footer .b-footer__nav .b-footer__wr-items {
    display: table;
    width: 100%
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item {
    display: table-cell;
    overflow: hidden
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item a {
    float: left;
    padding: .56em 1.06em .625em;
    cursor: pointer;
    color: #7c7c7c;
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item a:hover {
    text-decoration: underline
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item a span {
    font-size: .81em;
    display: block
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item.m-active a {
    color: #62a7d9
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item.m-active a:hover {
    text-decoration: none;
    cursor: default
}

.b-footer .b-footer__nav .b-footer__nav-content {
    visibility: hidden;
    float: right;
    width: 100%;
    margin: 1.69em 0 2em -100%
}

.b-footer .b-footer__nav .b-footer__nav-content.m-active {
    visibility: visible
}

.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column {
    float: left;
    width: 25%
}

.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column .b-footer__item {
    padding-left: 1.06em;
    line-height: 1;
    margin-bottom: .625em
}

.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column .b-footer__item a {
    color: #62a7d9
}

.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column .b-footer__item a span {
    font-size: .81em
}

.b-footer .b-footer__copyright {
    padding: 0 1.06em
}

.b-footer .b-footer__copyright::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-footer .b-footer__copyright p {
    font-size: .75em;
    color: #7c7c7c;
    margin-bottom: .75em
}

.b-footer .b-footer__copyright a {
    color: #7c7c7c;
    text-decoration: underline
}

.b-footer .b-footer__copyright a:hover {
    text-decoration: none
}

@media screen and (max-width:47.938em) {
    .mode-adaptive .b-footer .b-footer__nav {
        display: none
    }
}

.l-banner-place {
    position: relative
}

.l-banner-place.m-mobile {
    display: none
}

.mode-adaptive .l-banner-place.m-desktop {
    display: none
}

.mode-adaptive .l-banner-place.m-mobile {
    display: block
}

@media screen and (min-width:64em) {
    .mode-adaptive .l-banner-place.m-desktop {
        display: block
    }
    .mode-adaptive .l-banner-place.m-mobile {
        display: none
    }
}

.b-banner {
    margin: 0;
    padding: 0;
    position: relative
}

.b-comments::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-comments .b-comments__title {
    margin: 0 0 1em;
    padding: 1.31em 0 .31em;
    font-weight: 800;
    text-transform: uppercase
}

.b-comments .b-comments__title span {
    font-size: 1.25em;
    letter-spacing: .025em
}

.b-comments .b-comments__users-stat {
    margin: 0 0 1em;
    font-weight: 600;
    color: #7c7c7c
}

.b-comments .b-comments__users-stat span {
    font-size: .75em
}

.b-comments .b-comments__users-stat i {
    color: #282828;
    font-style: normal;
    font-weight: 700
}

.b-comments .b-comments__button-comment {
    display: block;
    text-align: center;
    padding-bottom: 1em
}

.b-comments .b-comments__button-comment a {
    background: transparent none repeat scroll 0 center;
    display: inline-block;
    border: 1px solid #62a7d9;
    color: #62a7d9;
    padding: 0 .75em .19em;
    line-height: 1.4;
    cursor: pointer;
    min-width: 2.5em;
    text-align: center;
    position: relative;
    -moz-user-select: none
}

.b-comments .b-comments__button-comment a span {
    font-size: .75em;
    font-weight: 600;
    text-transform: uppercase
}

.b-comments .b-comments__button-comment a:hover {
    text-decoration: none;
    background: #62a7d9 none repeat scroll 0 0;
    color: #f4f4f4
}

.b-comments .b-comments__create-top-place {
    position: relative
}

.b-comments .b-comments__create-top-place .b-comments__button-comment {
    display: none;
    padding-bottom: 1.5em
}

.b-comments .b-comments__create-bottom-place .b-comments__button-comment {
    border-top: 1px solid #dfdfdf;
    padding-top: 1.5em
}

.b-comments .b-comments__lists-place {
    border-top: 1px solid #dfdfdf;
    padding-top: 1em
}

.b-comments .b-comments__list::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-comments .b-comments__list ul {
    padding: 0;
    margin: 0;
    display: block
}

.b-comments .b-comments__list ul::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-comments .b-comments__list .b-comments__item {
    display: block;
    position: relative;
    margin: 0 0 1em;
    padding-left: 0;
    overflow: hidden
}

.b-comments .b-comments__list .b-comments__item .b-comments__comment {
    position: relative
}

.b-comments .b-comments__list .b-comments__item .b-comments__comment::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-avatar {
    display: block;
    float: left;
    width: 3.125em;
    height: 3.125em;
    margin-top: .5em;
    margin-right: 1em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-ind {
    margin-left: 4.125em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-head {
    margin: 0 0 .31em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-head .b-comments__item-author {
    font-weight: 700;
    margin-right: .5em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-head .b-comments__item-author span {
    font-size: .938em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-head .b-comments__item-author:hover {
    text-decoration: underline
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-text {
    margin: 0 0 .5em;
    font-size: .938em
}

.b-comments__item-text img {
    width: 100%;
    max-width: 450px
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-text a {
    color: #62a7d9;
    text-decoration: underline
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-text a:hover {
    text-decoration: none
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info {
    margin: 0 0 .75em;
    min-height: 1.5em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-time {
    float: left;
    font-weight: 700;
    color: #62a7d9;
    margin-right: .5em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-date {
    float: left;
    font-weight: 600;
    color: #62a7d9;
    margin-right: 1em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-date span {
    font-size: .81em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-likes-view {
    display: none;
    font-size: 1em;
    position: relative;
    padding-left: 1.25em;
    margin: 0 1em 0 0
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-likes-view .b-comments__item-likes-icon {
    width: 1.06em;
    height: 1.06em;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.5em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-likes-view.m-like {
    display: inline-block
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-likes-view.m-like .b-comments__item-likes-icon {
    background-position: 0 -488px;
    background-repeat: no-repeat
}

.mode-adaptive .b-comments .b-comments__list .b-comments__item .b-comments__item-ind {
    margin-left: 0
}

.mode-adaptive .b-comments .b-comments__button-comment a {
    padding: .438em .75em .563em
}

.mode-adaptive .b-comments .b-comments__button-comment a span {
    font-size: .875em
}

@media screen and (min-width:30em) {
    .mode-adaptive .b-comments .b-comments__list .b-comments__item .b-comments__item-ind {
        margin-left: 4.125em
    }
}

@media screen and (min-width:64em) {
    .mode-adaptive .b-comments .b-comments__button-comment a {
        padding: 0 .75em .19em
    }
    .mode-adaptive .b-comments .b-comments__button-comment a span {
        font-size: .75em
    }
}

.b-article {
    position: relative
}

.b-article__main {
    width: 100%;
    display: block;
    padding: 2em 1.063em 1em;
    box-sizing: border-box
}

.b-article__ind {
    max-width: 40em
}

.mode-adaptive .b-article__ind {
    margin: 0 auto
}

@media screen and (min-width:64em) {
    .mode-adaptive .b-article__ind {
        margin: 0
    }
}

.b-article__title {
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1em
}

.b-article__title span {
    font-size: 2.188em
}

.b-article__story {
    margin-bottom: 1em;
    line-height: 1.2
}

.b-article__info {
    overflow: hidden;
    padding-bottom: .625em;
    margin-right: -1em;
    line-height: 1.2
}

.b-article__info .b-article__info-date {
    float: left;
    margin: 0 1em .5em 0;
    color: #62a7d9;
    font-weight: 600
}

.b-article__info .b-article__info-date span {
    font-size: .81em
}

.b-article__info .b-article__info-date .b-article__info-time {
    font-weight: 700;
    margin-right: .5em
}

.b-article__info .b-article__info-date-update {
    float: left;
    margin: 0 1em .5em 0;
    color: #7c7c7c
}

.b-article__info .b-article__info-date-update span {
    font-size: .75em
}

.b-article__info .b-article__info-date-update .b-article__info-date-update-color {
    font-size: 1em;
    color: #282828;
    font-weight: 600
}

.b-article__info .b-article__info-statistic {
    float: right;
    margin: 0 1em .5em 0
}

.b-article__info .b-article__info-statistic .b-statistic__item.m-comments {
    cursor: pointer
}

.b-article__lead {
    margin-bottom: 1em;
    font-weight: 700;
    max-width: 40em
}

.b-article__body {
    padding-bottom: 1em;
    max-width: 40em
}

.b-article__body::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-article__body p {
    margin-bottom: 1.2em
}

.b-article__body a {
    color: #62a7d9;
    text-decoration: underline
}

.b-article__body a:hover {
    text-decoration: none
}

.b-article__body ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-bottom: .5em
}

.b-article__body li {
    margin-left: 2em;
    margin-bottom: .5em
}

.mode-adaptive .b-article__title span {
    font-size: 1.563em
}

.mode-adaptive .b-article__story {
    display: none
}

.mode-adaptive .b-article__info .b-article__info-date-update {
    display: none
}

.mode-adaptive .b-article__info .b-article__info-statistic .b-statistic__item.m-views {
    display: none
}

.mode-adaptive .b-article__relap {
    margin: 0 1.063em 0 0
}

@media screen and (min-width:30em) {
    .mode-adaptive .b-article__title span {
        font-size: 1.75em
    }
}

@media screen and (min-width:42.125em) {
    .mode-adaptive .b-article__story {
        display: block
    }
    .mode-adaptive .b-article__info .b-article__info-date-update {
        display: block
    }
    .mode-adaptive .b-article__info .b-article__info-statistic .b-statistic__item.m-views {
        display: inline-block
    }
}

@media screen and (min-width:48em) {
    .mode-adaptive .b-article__title span {
        font-size: 1.937em
    }
}

@media screen and (min-width:64em) {
    .mode-adaptive .b-article__title span {
        font-size: 1.5em
    }
    .mode-adaptive .b-article__relap {
        margin: 0
    }
}

.b-article__body img {
    margin-bottom: 2em
}

.b-article__body a:hover {
    color: #da1942
}

.form-blue {
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    padding: 30px;
    padding-top: 5px;
    background: #2989d7
}

.container {
    width: 100%;
    max-width: 500px
}

.h2Block {
    background: #2989d7;
    color: #fff;
    margin: -5px -20px 20px -20px;
    padding: 5px
}

.textbox {
    height: 45px;
    width: 86%;
    border-radius: 3px;
    border: rgba(0, 0, 0, .3) 2px solid;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 20px;
    margin-left: 7%
}

.h2Block h2 {
    margin: 7px;
    font-size: 19px;
    font-weight: 400
}

.h2Block h1 {
    margin: 7px;
    font-size: 24px;
    font-weight: 700
}

.button {
    height: 50px;
    width: 86%;
    border-radius: 3px;
    margin-left: 7%;
    border: rgba(0, 0, 0, .3) 0 solid;
    box-sizing: border-box;
    padding: 10px;
    background: #f14e4d;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    transition: background .4s;
    cursor: pointer
}

body {
    font-family: 'PT Sans', sans-serif
}

.contentBox {
    line-height: 1.5
}

.contentBox p {
    padding-bottom: 10px;
    padding-top: 10px
}

.contentBox h1 {
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 27px
}

.contentBox h2 {
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px
}

.right-vertical-box {
    float: right;
    padding: 10px;
    width: 270px;
    background: #f1f1f1;
    margin-left: 20px;
    margin-bottom: 20px
}

.right-vertical-box img {
    float: right;
    margin-bottom: 10px;
    width: 100%;
    height: auto
}

.blue-horizontal-box {
    width: 96%;
    padding: 2%;
    color: #165391;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #e5f2ff
}

.green-horizontal-box {
    width: 96%;
    padding: 2%;
    color: #397b0d;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #f1ffe7
}

.red-horizontal-box {
    width: 96%;
    padding: 2%;
    color: #9f0d0d;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fee
}

.grey-horizontal-box {
    width: 96%;
    padding: 2%;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #eee;
    border: 1px solid #ccc
}

.red-border-horizontal-box {
    width: 96%;
    padding: 2%;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
    border: 3px solid red
}

.grey-shadow-horizontal-box {
    width: 96%;
    padding: 2%;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, .75)
}

.grey-shadow-horizontal-box ul {
    margin-left: 30px
}

.left-img-box {
    float: left;
    padding: 2%;
    width: 96%;
    background: #dadada;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px
}

.left-img-box p {
    margin: 0;
    padding: 0
}

.left-img-box img {
    float: left;
    margin-right: 20px;
    width: 100%;
    height: auto;
    max-width: 350px !important
}

.censor-box {
    margin: auto;
    width: auto;
    max-width: 400px;
    background-image: url(images/censor.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    border: 5px solid red;
    cursor: pointer
}

.censor-box img {
    width: 100%;
    max-width: 400px;
    opacity: 0;
    transition: .3s
}

.censor-box.censor-show {
    border: 5px solid #fff
}

.censor-box.censor-show img {
    opacity: 1;
    transition: .3s
}

body {
    font-family: 'Open Sans', sans-serif !important
}

.b-article__main {
    padding-top: 0 !important
}

.b-article__main p {
    margin: 0 auto !important
}

.b-article__main ol,
.b-article__main ul {
    margin: 0 !important
}

.b-comments__title {
    margin-bottom: 0 !important
}

.mode-adaptive .l-main-column {
    width: 100% !important
}

.b-article__ind {
    width: 100% !important;
    max-width: 100% !important
}

.b-article__body {
    width: 100% !important;
    max-width: 100% !important
}

.b-article__body img {
    margin-bottom: 10px !important;
    max-width: 600px;
    width: 100%
}

img[tabindex='0'] {
    cursor: zoom-in
}

img[tabindex='0']:focus {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    max-width: 99%;
    max-height: 99%;
    margin: auto;
    box-shadow: 0 0 20px #000, 0 0 0 1000px rgba(210, 210, 210, .4)
}

img[tabindex='0']:focus,
img[tabindex='0']:focus~* {
    pointer-events: none;
    cursor: zoom-out
}

.btnGo {
    display: block;
    width: 300px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 10px
}

.btnGo img {
    width: 95%;
    margin: 0 auto;
    transition: .2s
}

.btnGo:hover img {
    -webkit-filter: contrast(1.3);
    filter: contrast(1.3);
    transition: .2s
}

.card {
    margin: 0 !important;
    width: 100%;
    max-width: 460px;
    padding: 25px;
    border-radius: 20px;
    border: 3px solid #5b2361;
    background-color: #c066ff;
    background: repeating-linear-gradient(45deg, #ce0071, #9b2766 10px, #860049 10px, #e73a98 20px)
}

.card__instructions {
    color: #fff;
    font-size: 32px;
    max-width: 433px;
    text-align: center;
    margin: 0 auto 40px
}

.card__instructions h1 {
    font-size: 30px
}

.card__instructions span {
    width: 40px;
    height: 40px;
    display: inline-block
}

.card__instructions svg {
    width: 100%;
    height: 100%
}

.card__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 20px;
    border: 3px solid #5b2361;
    overflow: hidden;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvgxmlns='http://www.w3.org/2000/svg'width='4'height='4'viewBox='0044'%3E%3Cpathfill='%23a3a3a3'fill-opacity='0.4'd='M13h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E")
}

.card__item {
    width: 25%;
    height: 112.5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: .3s ease-in;
    box-sizing: border-box
}

.card__item span {
    position: absolute
}

.card__item svg {
    width: 72px;
    height: 72px
}

.card__item .card__item__reload,
.card__item .card__item__sale {
    opacity: 0;
    z-index: 1
}

.card__item__sale {
    position: relative;
    line-height: 0
}

.card__item__sale p {
    font-family: 'Saira Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    width: 70px;
    font-size: 25px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 17px;
    left: 15px
}

.card__item.reload .card__item__reload {
    opacity: 1
}

.card__item.reload .card__item__cover {
    opacity: 0
}

.card__item.sale .card__item__sale {
    opacity: 1
}

.card__item.sale .card__item__cover {
    opacity: 0
}

.card__item.glow::after {
    content: '';
    position: absolute;
    display: block;
    width: 72px;
    height: 72px;
    top: 20px;
    z-index: -1;
    background: rgba(173, 250, 76, 0.72);
    filter: blur(10px)
}

.card__item:hover {
    transform: scale(1.2)
}

.card__item__sale-100,
.card__item__sale-50,
.card__item__sale-30 {
    display: none
}

.card__item.sale-100 .card__item__sale-100 {
    display: block
}

.card__item.sale-50 .card__item__sale-50 {
    display: block
}

.card__item.sale-30 .card__item__sale-30 {
    display: block
}

.card__item__sale .card__item__sale-100,
.card__item__sale .card__item__sale-50,
.card__item__sale .card__item__sale-30 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.pop-up-window {
    top: 13%
}

.pop-up-window .pop-up-text {
    margin-bottom: 20px !important
}

.order_block {
    padding: 10px
}

.input-roulette {
    -webkit-appearance: none
}

@media only screen and (max-width:425px) {
    .pop-up-heading {
        font-size: 34px
    }
    .pop-up-window .pop-up-text {
        font-size: 18px
    }
    .close-popup {
        right: 0;
        top: -70px
    }
}

@media only screen and (max-width:425px) {
    .card__item svg {
        width: 52px;
        height: 52px
    }
    .card__item {
        height: 90px
    }
    .card__instructions {
        margin: 0 auto 10px
    }
    .card__instructions h1 {
        font-size: 24px;
        margin-top: 0 !important
    }
    .card__instructions span {
        width: 25px;
        height: 25px
    }
    .card__item.glow::after {
        width: 52px;
        height: 52px
    }
    .card__item__sale p {
        font-size: 20px;
        line-height: 20px;
        top: 16px;
        left: 8px
    }
    .card__item__sale-30 {
        left: 50% !important
    }
}

@media only screen and (max-width:370px) {
    .card__item svg {
        width: 40px;
        height: 40px
    }
    .card__item.glow::after {
        width: 40px;
        height: 40px;
        top: 20px
    }
    .card__instructions h1 {
        font-size: 20px
    }
    .card__item__sale p {
        font-size: 17px;
        line-height: 17px;
        top: 13px;
        left: 5px
    }
}

.verified-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    padding: 1px;
    color: transparent;
    background: url(../fonts/fff.svg) no-repeat 0 0;
    background-size: 100%;
    vertical-align: -4px;
    border: 2px solid #d7e3ec;
    margin-left: 8px
}

.tgme_widget_message_user {
    float: left
}

.tgme_widget_message_author,
.tgme_widget_message_forwarded_from {
    font-size: 16px;
    line-height: 23px;
    margin: 1px 0;
    color: #2481cc;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-flex;
    display: flex
}

.tgme_widget_message_bubble {
    position: relative;
    border: 2px solid #d7e3ec;
    border-radius: 0 10px 10px 10px;
    background: #fff;
    padding: 12px 17px
}

.tgme_widget_message_bubble,
.tgme_widget_message_inline_keyboard {
    margin-left: 51px
}

.tgme_widget_message_bubble_tail {
    pointer-events: none;
    position: absolute;
    left: -8px;
    top: -1px
}

.tgme_widget_message_text {
    margin-top: 6px
}

.tgme_widget_message_footer {
    font-size: 14px;
    line-height: 19px;
    color: #738ca7;
    margin: 5px 0 0;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.order_block {
    max-width: 430px;
    width: 100%;
    margin: auto;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 12%);
    border: 3px dashed #eaeaea;
    border-radius: 0
}

.main-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fdcf0c;
    background-image: -webkit-gradient(linear, left top, right top, from(#fdcf0c), color-stop(50%, #ffd623), to(#fdcf0c));
    background-image: -webkit-linear-gradient(left, #fdcf0c 0, #ffd623 50%, #fdcf0c 100%);
    background-image: -o-linear-gradient(left, #fdcf0c 0, #ffd623 50%, #fdcf0c 100%);
    background-image: linear-gradient(to right, #fdcf0c 0, #ffd623 50%, #fdcf0c 100%);
    outline: 0;
    border: 0;
    border-radius: 5px;
    border-bottom: 5px solid #e5bc0d;
    width: 100%;
    cursor: pointer;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.2;
    padding: 5px 15px;
    min-height: 55px;
    margin-bottom: 7px
}

.order_block,
.order_block * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .2s;
    transition: .2s;
    font-family: Arial, sans-serif !important
}

.green {
    color: #1a988c
}

.form__footnote {
    font-size: 13px;
    color: #9c9c9c;
    font-weight: 400
}

.form__input {
    padding: 13px 18px;
    border: 1px solid #dedddd;
    border-radius: 5px;
    width: 100%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    outline: 0;
    font-size: 16px
}

.form__label {
    display: block;
    margin-bottom: 10px;
    position: relative
}

.orderForm {
    text-align: center;
    font-weight: 500;
    background-color: #fff;
    border: 4px solid #199589;
    border-radius: 10px;
    position: relative;
    margin: 10px 0;
    margin-right: 0
}

.form__body {
    padding: 10px 20px;
    -webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 4%);
    box-shadow: 0 2px 2px rgb(0 0 0 / 4%)
}

.form__head {
    background-color: #deeae9;
    padding-top: 7px;
    border-radius: 6px 6px 0 0;
    position: relative;
    z-index: 0;
    padding-bottom: 7px
}

.title-price {
    font-size: 28px;
    margin: 5px auto
}

.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 running pop-up-appear-before
}

.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;
    cursor: pointer;
    outline: medium
}

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

.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0 normal none 1 running pop-up-appear
}

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

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../img/cross.svg);
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer
}

.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px
}

.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 0;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

.pop-up-window .pop-up-text {
    margin-bottom: 20px !important
}

@media(max-width:340px) {
    form .main-btn {
        font-size: 18px
    }
}

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

.additional-form-fields {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px
}

#order_form {
    display: flex;
    flex-direction: column;
    align-items: center
}

#order_form input {
    display: flex
}

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

input[value="Получить бесплатно"],
.submit-roulette {
    text-transform: uppercase;
    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: bold;
    cursor: pointer;
    transition: background .3s;
    font-size: 22px
}

input[value="Получить бесплатно"]:hover {
    background: #b00 !important;
    transition: background .3s
}

input[value="Получить бесплатно"]:active {
    transform: translateY(2px);
    box-shadow: none !important
}

.input-roulette {
    padding-left: 5px;
    height: 52px;
    margin-bottom: 10px;
    font-size: 22px
}

input[placeholder="Ваше имя"],
input[placeholder="Ваш телефон"] {
    padding-left: 5px;
    height: 46px;
    margin-bottom: 10px
}

.ruletka-p {
    text-indent: 0;
    color: black;
    text-align: center !important;
    margin: 15px;
    line-height: 25px;
    font-weight: bold
}

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

.ruletka-a {
    color: #1697ce
}

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

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

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

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

.wheel img {
    max-width: 100%;
    max-height: 100%
}

.wheel-img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s
}

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

.cursor-text {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 45% !important;
    height: 45%;
    font: 16px Arial !important;
    line-height: 61px !important;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    top: 49%;
    left: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: white 0 -2px 0 inset, white 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
    box-shadow: white 0 -2px 0 inset, white 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
    background: white;
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, white), color-stop(100%, #eaeaea));
    background: -webkit-radial-gradient(center, ellipse cover, white 0, #eaeaea 100%);
    background: -o-radial-gradient(center, ellipse cover, white 0, #eaeaea 100%);
    background: -webkit-radial-gradient(center, ellipse, white 0, #eaeaea 100%);
    background: -o-radial-gradient(center, ellipse, white 0, #eaeaea 100%);
    background: radial-gradient(ellipse at center, white 0, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eaeaea", GradientType=1)
}

.order_block {
    display: none;
    text-align: center !important
}

.order_block img {
    width: 50%
}

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

#luckyshop_form,
#profit_form2,
#omni_form,
#everad_form,
#shakes_form,
#apilead_form,
#hp_form,
#p_hp_form,
#pw_hp_form,
#leadtrade_form,
#drcash_form,
#t_drcash_form,
#rocket_form,
#ad1_form,
#p_omni_form,
#m_leads,
#v_m_leads,
#kma_form,
#adbees_form,
#crm_form,
#leadgroup_form,
#leadbit_form,
#cpagetti_form,
#monsterleads_form,
#tl_form,
#adeptcpa_form,
#burg_tl_form,
#scpa_pw_ad1_form,
#scpa_pw_hp_form,
#scpa_pw_tl_form,
#scpa_pw_apilead_form,
#scpa_pw_leadtrade_form,
#scpa_pw_drcash_form,
#rekl_form,
#p_apilead_form,
#aff1_form,
#p_hp_form_test,
#p_rekl_form,
#static_omni_form,
#funcpa_form,
#ha9_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif
}

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

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0 normal none 1 running pop-up-appear
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../img/cross.svg);
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer
}

.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: white !important;
    border: medium none;
    cursor: pointer;
    outline: medium none
}

.cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset
}

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

.pop-up-layer-show {
    display: block
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0 normal none 1 running 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 running 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 white white;
    -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 0;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

.text_small {
    font-size: .5em !important;
    font-weight: normal !important
}

.wheel-img__number {
    font-size: 42px !important
}

@keyframes pop-up-appear {
    0 {
        transform: translateY(-2000px)
    }
    30% {
        transform: translateY(100px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes pop-up-appear-before {
    0 {
        transform: scale(0)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-after {
    0 {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

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

.input-group {
    max-width: 350px;
    margin: auto
}

@media all and (max-width:520px) {
    .wheel {
        width: 260px !important;
        height: 260px !important
    }
    .wheel-img__number {
        font-size: 22px !important;
        line-height: 1.4
    }
    .cursor-text {
        line-height: 45px !important;
        font-size: 12px !important
    }
    .order_block img {
        width: 80%
    }
}

@media screen and (max-width:520px) and (max-width:345px) {
    .wheel {
        width: 250px !important;
        height: 250px !important
    }
    .cursor-text {
        line-height: 40px !important;
        font-size: 11px !important
    }
}

@media screen and (max-width:1023px) {
    .Copyright-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

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

.additional-form-fields {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px
}

#order_form {
    display: flex;
    flex-direction: column;
    align-items: center
}

#order_form input {
    display: flex
}

.input-group input {
    background: #fefefe
}

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

input[value="Получить бесплатно"],
.submit-roulette {
    text-transform: uppercase;
    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: bold;
    cursor: pointer;
    transition: background .3s
}

input[value="Получить бесплатно"]:hover {
    background: #b00 !important;
    transition: background .3s
}

input[value="Получить бесплатно"]:active {
    transform: translateY(2px);
    box-shadow: none !important
}

.input-roulette::placeholder {
    font-size: .9em
}

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

input[placeholder="Ваше имя"],
input[placeholder="Ваш телефон"] {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px
}

.ruletka-p {
    text-indent: 0;
    color: black;
    text-align: center !important;
    margin: 15px;
    line-height: 25px;
    font-weight: bold
}

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

.ruletka-a {
    color: #1697ce
}

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

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

.danger-text {
    font-weight: bold
}

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

.wheel img {
    max-width: 100%;
    max-height: 100%
}

.wheel-img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s
}

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

.cursor-text {
    color: #333;
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 45% !important;
    height: 45%;
    font: 16px Arial !important;
    line-height: 61px !important;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    top: 49%;
    left: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: white 0 -2px 0 inset, white 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
    box-shadow: white 0 -2px 0 inset, white 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
    background: white;
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, white), color-stop(100%, #eaeaea));
    background: -webkit-radial-gradient(center, ellipse cover, white 0, #eaeaea 100%);
    background: -o-radial-gradient(center, ellipse cover, white 0, #eaeaea 100%);
    background: -webkit-radial-gradient(center, ellipse, white 0, #eaeaea 100%);
    background: -o-radial-gradient(center, ellipse, white 0, #eaeaea 100%);
    background: radial-gradient(ellipse at center, white 0, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eaeaea", GradientType=1)
}

.order_block {
    display: none;
    text-align: center !important
}

.order_block img {
    width: 80%
}

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

.comment-form-block input[type="text"],
.comment-form-block textarea {
    width: 100%;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
    outline: 0;
    margin-top: 10px
}

.comment-form-block textarea {
    padding: 10px 6px
}

.comment-btn {
    width: 400px;
    max-width: 100%;
    padding: 12px;
    margin-top: 20px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    background: red;
    border: 0;
    border-radius: 5px
}

.comments_approve {
    color: #0ba15c;
    margin-bottom: 20px
}