﻿@font-face {
    font-family: 'SigBo';
    src: url('../fonts/signika-bold-webfont.woff2') format('woff');
}
@font-face {
    font-family: 'SigLi';
    src: url('../fonts/signika-light-webfont.woff2') format('woff');
}
@font-face {
    font-family: 'SigReg';
    src: url('../fonts/signika-regular-webfont.woff2') format('woff');
}


.icons {
    position: absolute;
    top: 20px;
    right: 225px;
    z-index: 99;
}

@media screen and (max-width: 1024px) {
    .icons {
        right: 0px;
    }
}

@media screen and (max-width: 780px) {
    .icons {
        display: none;
    }
}

.comm-item {
    position: relative;
    padding-left: 60px;
    margin-bottom: 15px;
}

.comm-ava {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 50px;
}

.comm-name {
    margin-bottom: 0px;
    font-weight: bold;
}

button {
    border: 0px solid rgb(0, 0, 0);
    background-color: inherit;
}

.rub-ramka {
    background: rgba(189, 61, 77, 0.04);
    color: rgb(8, 8, 8);
    font-size: 18px;
    font-family: "roboto condensed", arial;
    border: 2px solid rgb(189, 61, 77);
    border-radius: 4px;
    font-weight: bold;
    text-align: left;
    line-height: 25px;
    max-width: 880px;
    display: block;
    padding: 12px 15px !important;
    text-indent: 0px !important;
    margin: 20px auto !important;
}

.rub-ramka p {
    font-size: 1.1em;
    line-height: 1.2em;
    text-align: center;
}

html, body, div, span, h1, h2, p, a, img, s, strong, sup, b, i, center, ul, li, form {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ul {
    list-style: none;
}

html {
    font-size: 100%;
    text-size-adjust: 100%;
}

html, button, input {
    font-family: "Open Sans", Arial, sans-serif;
    color: rgb(51, 51, 51);
}

::selection {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    text-shadow: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: rgb(40, 40, 40);
}



b, strong {
    font-weight: 700;
}

i {
    font-style: italic;
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vert;
    vertical-align: baseline;
}

sup {
    top: -1.5em;
}

img {
    vertical-align: middle;
}

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

button, input {
    line-height: normal;
}

button {
    cursor: pointer;
    appearance: button;
}

input:invalid {
    background-color: rgb(240, 221, 221);
}

* {
    max-height: 1 e+06px;
}

html {
    overflow: auto;
    width: 100%;
    height: 100%;
    position: relative;
    background: rgb(255, 255, 255);
}

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

body.mode-adaptive {
    min-width: 20em;
}

input[type="text"] {
    position: relative;
    border: 1px solid rgb(223, 223, 223);
    background: rgb(255, 255, 255);
    margin: 0px;
    font-size: 0.687em;
    outline: 0px;
    padding: 0.455em 0.9em;
    display: block;
    font-weight: 600;
    width: 100%;
    box-sizing: border-box;
}

.l-wr-page {
    position: relative;
    display: block;
    width: 100%;
    min-width: 62.5em;
}

.mode-adaptive .l-wr-page {
    min-width: 20em;
}

.l-page {
    position: relative;
    display: block;
    width: 100%;
}

.l-branding .l-branding__img {
    position: absolute;
    inset: -37px 0px 0px;
}

.mode-adaptive .l-branding {
    display: none;
}

@media screen and (min-width: 64em) {
    .mode-adaptive .l-branding {
        display: block;
    }
}

.l-wr-main {
    overflow: hidden;
}

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

@media screen and (min-width: 64em) {
    .mode-adaptive .l-wr-main {
        position: static;
    }
}

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

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

.l-page-width .l-page-width__ledge {
    margin: 0px -1.125em;
    padding: 0px 1.125em;
}

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

.l-page-width .l-page-width__ledge.m-ledge-dark {
    background: rgb(40, 40, 40);
}

.l-page-width .l-page-width__ledge.m-ledge-blue {
    background: rgb(98, 167, 217);
}

.mode-adaptive .l-page-width {
    width: 100%;
    max-width: 62.5em;
}

.l-slide-columns {
    position: relative;
}

.l-slide-columns::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0px;
    line-height: 0;
    height: 0px;
}

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

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

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

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

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

.l-right-column .l-right-column__indent {
    margin-right: 1.063em;
    padding: 2em 0px 1em;
}

.mode-adaptive .l-right-column {
    width: auto;
    float: none;
}

.mode-adaptive .l-right-column .l-right-column__indent {
    margin-left: 1.063em;
    padding: 0px 0px 1em;
}

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

    .mode-adaptive .l-right-column .l-right-column__indent {
        margin-left: 0px;
        margin-right: 1.063em;
        padding: 2em 0px 1em;
    }
}

.b-header {
}

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

.b-header .l-page-width .l-page-width__ledge {
    background: rgb(244, 244, 244);
    position: relative;
}

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

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

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

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

.b-header .b-header__search {
    position: relative;
    float: right;
    width: 12em;
    margin: 1.25em 1.063em 0px 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;
    float: right;
    border: 0px;
    background: rgb(255, 255, 255);
    margin: 0px;
    font-size: 0.688em;
    outline: 0px;
    padding: 0.55em;
    display: block;
    font-weight: 600;
}

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

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

.b-header .b-header__social span {
    display: block;
    width: 1.375em;
    display: none;
    height: 1.375em;
    font-family: "Ria Icons";
    speak: none;
    margin: -0.687em 0px 0px -0.687em;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: rgb(40, 40, 40);
}

.b-header .b-header__social span::before {
    font-size: 1.375em;
}

.b-header .b-header__social .b-header__social-expand {
    float: right;
    display: block;
    width: 1.31em;
    height: 1.31em;
    position: relative;
}

.b-header .b-header__social .b-header__social-expand span::before {
    content: "";
}

.b-header .b-header__social .b-header__social-expand span:hover {
    color: rgb(98, 167, 217);
}

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

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

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

.b-header .b-header__social ul li a:hover span {
    color: rgb(98, 167, 217);
}

.b-header .b-header__social .b-header__social-yt a span::before {
    content: "";
}

.b-header .b-header__social .b-header__social-fb a span::before {
    content: "";
}

.b-header .b-header__social .b-header__social-vk a span::before {
    content: "";
}

.b-header .b-header__social .b-header__social-tw a span::before {
    content: "";
}

.b-header .b-header__social .b-header__social-ig a span::before {
    content: "";
}

.b-header .b-header__social .b-header__social-bn a span::before {
    content: "";
}

.b-header .b-header__social .b-header__social-ok a span::before {
    content: "";
}

.b-header .b-header__social .b-header__social-tt a span::before {
    content: "";
}

.b-header .b-header__radio {
    display: none;
}

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

.mode-adaptive .b-header .b-header__bg-img {
    right: -2.75em;
    top: -0.625em;
}

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

.mode-adaptive .b-header .b-header__menu-button {
    position: relative;
    display: block;
    float: right;
    margin-right: 0.313em;
    width: 2.625em;
    height: 3.125em;
    overflow: hidden;
}

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

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

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

.mode-adaptive .b-header .b-header__search .b-header__search-input input[type="text"] {
    width: 0px;
    padding: 0.367em 0px 0.434em;
    font-size: 0.937em;
    transition: width 0.25s ease 0s;
}

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

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

.mode-adaptive .b-header .b-header__radio {
    overflow: hidden;
    text-align: center;
    height: 3.125em;
    margin-right: 2.625em;
    display: block;
}

.mode-adaptive .b-header .b-header__radio a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0px 0.687em;
    height: 3.125em;
    line-height: 2.9em;
    text-decoration: none;
}

.mode-adaptive .b-header .b-header__radio a span {
    vertical-align: middle;
    font-size: 0.875em;
    font-weight: 700;
    display: none;
    text-transform: uppercase;
    color: rgb(255, 120, 0);
    margin: 0px 0.25em 0px 0px;
}

.mode-adaptive .b-header .b-header__radio a span span {
    font-size: 1em;
    vertical-align: baseline;
    margin: 0px 0px 0px 0.25em;
}

@media screen and (min-width: 30em) {
    .mode-adaptive .b-header .b-header__logo-link {
        position: relative;
        margin-left: 0.25em;
        height: 3.125em;
    }

    .mode-adaptive .b-header .b-header__menu-button {
        height: 3.125em;
    }

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

    .mode-adaptive .b-header .b-header__search {
        height: 3.125em;
    }

    .mode-adaptive .b-header .b-header__search .b-header__search-input {
        margin-top: 0.475em;
    }

    .mode-adaptive .b-header .b-header__search .b-header__search-button {
        height: 3.125em;
    }

    .mode-adaptive .b-header .b-header__radio {
        height: 3.125em;
        display: none;
        padding-left: 1em;
    }

    .mode-adaptive .b-header .b-header__radio a {
        height: 3.125em;
    }

    .mode-adaptive .b-header .b-header__radio a span {
        display: inline;
    }

    .mode-adaptive .b-header .b-header__radio a span span {
        display: none;
    }
}

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

    .mode-adaptive .b-header .b-header__radio a span {
        display: inline;
    }

    .mode-adaptive .b-header .b-header__radio a span span {
        display: none;
    }

    .mode-adaptive .b-header .b-header__search {
        right: 0px;
    }
}

@media screen and (min-width: 38em) {
    .mode-adaptive .b-header .b-header__radio a span span {
        display: inline;
    }
}

@media screen and (min-width: 48em) {
    .mode-adaptive .b-header {
        height: 4.375em;
    }

    .mode-adaptive .b-header .b-header__logo-link {
        height: 4.375em;
        margin-left: 0px;
    }

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

    .mode-adaptive .b-header .b-header__bg-img {
        right: 0px;
        top: 0px;
    }

    .mode-adaptive .b-header .b-header__menu-button {
        height: 4.375em;
    }

    .mode-adaptive .b-header .b-header__search {
        height: 4.375em;
    }

    .mode-adaptive .b-header .b-header__search .b-header__search-input {
        margin-top: 1.175em;
    }

    .mode-adaptive .b-header .b-header__search .b-header__search-button {
        height: 4.375em;
    }

    .mode-adaptive .b-header .b-header__radio {
        height: 4.375em;
    }

    .mode-adaptive .b-header .b-header__radio a {
        height: 4.375em;
        display: none;
        line-height: 4.125;
    }
}

@media screen and (min-width: 64em) {
    .mode-adaptive .b-header {
        height: 4.375em;
        overflow: visible;
    }

    .mode-adaptive .b-header .b-header__bg-img {
        right: 0px;
        top: 0px;
    }

    .mode-adaptive .b-header .b-header__logo-link {
        height: 4.375em;
        margin-left: 0px;
    }

    .mode-adaptive .b-header .b-header__menu-button {
        display: none;
    }

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

    .mode-adaptive .b-header .b-header__search {
        position: relative;
        left: auto;
        float: right;
        display: block;
        width: 12em;
        margin: 1.25em 1.063em 0px 1em;
        height: auto;
    }

    .mode-adaptive .b-header .b-header__search .b-header__search-input {
        position: relative;
        margin-right: 1.69em;
        margin-top: 0px;
    }

    .mode-adaptive .b-header .b-header__search .b-header__search-input input[type="text"] {
        width: 100%;
        font-size: 0.688em;
        padding: 0.55em;
    }

    .mode-adaptive .b-header .b-header__search .b-header__search-button {
        width: 1.69em;
        height: 1.69em;
        right: 0px;
    }

    .mode-adaptive .b-header .b-header__social {
        display: block;
    }

    .mode-adaptive .b-header .b-header__radio {
        display: none;
    }
}

.b-main-nav {
    display: block;
}

.b-main-nav::after {
    content: "";
    max-width: 64.75em;
    height: 1px;
    background: rgb(231, 231, 231);
    display: block;
    clear: both;
    margin: 0px auto;
    position: relative;
}

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

.b-main-nav .b-main-nav__main::after {
    content: " ";
    display: block;
    height: 0px;
    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: 0.75em 0.625em 0.625em;
    color: rgb(40, 40, 40);
    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: 0.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: rgb(255, 120, 0);
}

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

.b-main-nav .b-main-nav__main .b-main-nav__main-item.sputnik-radio .b-main-nav__main-link s {
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -0.625em;
    width: 1.25em;
    height: 1.25em;
    display: block;
    background-image: url("");
    background-position: 0px -3136px;
    background-repeat: no-repeat;
}

.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: 0px;
    margin-top: -0.6875em;
    width: 1.25em;
    height: 1.25em;
    display: block;
    background: rgb(255, 120, 0);
    border-radius: 0.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: 0.5em solid rgb(255, 255, 255);
    border-top: 0.375em solid transparent;
    border-bottom: 0.375em solid transparent;
    position: absolute;
    top: 50%;
    left: 0.44em;
    margin-top: -0.33em;
}

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

.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: 0px;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item:hover .b-main-nav__main-link {
    color: rgb(98, 167, 217);
    text-decoration: underline;
}

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

.b-main-nav .b-main-nav__main .b-main-nav__main-item:hover.sputnik-radio .b-main-nav__main-link {
    color: rgb(255, 120, 0);
}

.b-hide-slide {
    display: none;
}

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

.b-slide-menu__radio {
    display: none;
}

.b-slide-menu__project {
    display: none;
}

.b-slide-menu__region {
    display: none;
}

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

@media screen and (max-width: 63.938em) {
    .mode-adaptive .b-main-nav::after {
        height: 0px;
        line-height: 0;
    }

    .mode-adaptive .b-main-nav .l-page-width .l-page-width__ledge {
        margin: 0px;
        padding: 0px;
        background: 0px center;
    }

    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item {
        float: none;
        height: auto;
        border-bottom: 1px solid rgb(244, 244, 244);
    }

    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item.sputnik-radio {
        display: none;
    }

    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-drop {
        display: block;
        float: right;
        padding: 0.75em 0px 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: 0.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: 0.5em solid rgb(124, 124, 124);
        border-top: 0.375em solid transparent;
        border-bottom: 0.375em solid transparent;
        position: absolute;
        margin: -0.375em 0px 0px -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: 0.75em 1.063em 0.625em;
    }

    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-link span {
        font-size: 0.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: 0px;
        background: rgb(244, 244, 244);
    }

    .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:hover .b-main-nav__sub {
        display: none;
    }

    .mode-adaptive .b-hide-slide {
        display: none;
        position: absolute;
        inset: 0px;
        background: rgb(40, 40, 40);
        opacity: 0.8;
        z-index: 190;
    }

    .mode-adaptive .b-slide {
        position: absolute;
        right: 0px;
        float: right;
        margin-right: -20em;
        width: 20em;
        background: rgb(255, 255, 255);
        z-index: 200;
        display: block;
        transition: margin-right 0.25s ease 0s;
    }

    .mode-adaptive .b-slide .b-slide-menu {
        position: relative;
    }

    .mode-adaptive .b-slide-menu__radio {
        display: block;
        border-bottom: 1px solid rgb(98, 167, 217);
    }

    .mode-adaptive .b-slide-menu__radio a {
        display: block;
        padding: 0.75em 1.063em 0.625em;
        line-height: 1.4;
    }

    .mode-adaptive .b-slide-menu__radio a span {
        font-weight: 600;
        font-size: 0.875em;
        display: inline-block;
        text-transform: uppercase;
        vertical-align: top;
        color: rgb(255, 120, 0);
    }

    .mode-adaptive .b-slide-menu__project {
        display: block;
        border-bottom: 1px solid rgb(98, 167, 217);
    }

    .mode-adaptive .b-slide-menu__project div {
        padding: 0.75em 1.063em 0.625em;
        cursor: pointer;
    }

    .mode-adaptive .b-slide-menu__project div span {
        font-weight: 600;
        font-size: 0.937em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

    .mode-adaptive .b-slide-menu__project div:hover span {
        text-decoration: underline;
    }

    .mode-adaptive .b-slide-menu__region {
        display: block;
        border-bottom: 1px solid rgb(98, 167, 217);
    }

    .mode-adaptive .b-slide-menu__region .b-slide-menu__region-change {
        display: block;
        float: right;
        padding: 0.75em 0px 0.625em;
        width: 3.5em;
        position: relative;
        cursor: pointer;
    }

    .mode-adaptive .b-slide-menu__region .b-slide-menu__region-change span {
        font-size: 0.937em;
        display: block;
    }

    .mode-adaptive .b-slide-menu__region .b-slide-menu__region-current {
        display: block;
        overflow: hidden;
        padding: 0.75em 1.063em 0.625em;
    }

    .mode-adaptive .b-slide-menu__region .b-slide-menu__region-current span {
        font-weight: 600;
        font-size: 0.937em;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media screen and (min-width: 64em) {
    .mode-adaptive .b-content-body {
        position: static;
    }
}

.b-footer {
    margin: 2.5em 0px 0px;
    padding: 1em 0px 2.5em;
    position: relative;
    display: block;
    background: rgb(40, 40, 40);
    color: rgb(255, 255, 255);
}

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

.b-footer .b-footer__nav::after {
    content: " ";
    display: block;
    height: 0px;
    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: 0.56em 1.06em 0.625em;
    cursor: pointer;
    color: rgb(124, 124, 124);
    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: 0.81em;
    display: block;
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item.m-active a {
    color: rgb(98, 167, 217);
}

.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 0px 0px -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: 0.625em;
}

.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column .b-footer__item a {
    color: rgb(98, 167, 217);
}

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

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

.b-page-title {
    padding: 0.5em 1.063em 0.44em;
    display: block;
}

.b-page-title .b-page-title__text {
    display: inline-block;
}

.b-page-title a {
    color: rgb(98, 167, 217);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.125em;
    font-weight: 700;
}

.b-page-title a:hover {
    text-decoration: 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: 0px;
    padding: 0px;
    position: relative;
}

.b-banner.m-banner__on-header {
    line-height: 0;
    position: relative;
}

.b-banner.m-banner__on-header .b-banner__content {
    overflow: hidden;
    position: relative;
}

.mode-adaptive .b-banner.m-banner__commerce {
    position: relative;
    text-align: center;
    line-height: 0;
}

.mode-adaptive .b-banner.m-banner__commerce .b-banner__59 {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    line-height: 1.5;
}

input {
    text-indent: 7px;
}

.rub-ramka {
    background: rgba(189, 61, 77, 0.04);
    color: rgb(8, 8, 8);
    font-size: 18px;
    font-family: "roboto condensed", arial;
    border: 2px solid rgb(189, 61, 77);
    border-radius: 4px;
    font-weight: bold;
    text-align: left;
    line-height: 25px;
    max-width: 880px;
    display: block;
    margin: 20px auto;
    padding: 12px 15px !important;
    text-indent: 0px !important;
}

.head-form {
    font-weight: bold;
}

.link-bio {
    border-bottom: 1px dashed;
    color: rgb(255, 31, 59);
    text-decoration: none;
    font-weight: 600;
}

.frame-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.row-form {
    text-align: center;
    font-family: Helvetica, sans-serif;
}

.order {
    max-width: 570px;
    margin: 25px auto;
    background: rgb(255, 255, 255);
    padding: 0px;
    box-shadow: rgb(235, 235, 235) 0px 0px 10px 1px;
    border-radius: 15px;
}

.head-form {
}

.col-md-12 {
    width: 100%;
    display: block;
}

.col-md-12 input {
    box-sizing: border-box;
    width: 80%;
    height: 58px;
    padding: 8px 10px 8px 8px;
    font-size: 17px;
    border-radius: 14px;
    border: 1px solid rgb(204, 204, 204);
    margin-bottom: 15px;
    outline: none;
    color: rgb(117, 117, 117);
}

.order button {
    border-radius: 21px;
    text-align: center;
    text-transform: none;
    background-color: rgb(12, 52, 146);
    color: rgb(255, 255, 255);
    transition: opacity 0.2s ease-out 0s;
    border: none;
    font-size: 32px;
    font-weight: bold;
    padding: 20px 0px;
    width: 90%;
    outline: none;
    cursor: pointer;
}

.head-form {
    border-radius: 10px 10px 0px 0px;
    background: rgb(227, 28, 35);
    font-size: 24px;
    padding: 10px 0px 0px;
}

.head-form img {
    margin-bottom: -10px;
    width: 100%;
}

.head-form span {
    color: rgb(255, 255, 255);
    line-height: 15px;
    line-height: 17px;
    splay: inline-block;
    margin: 8px 0px -8px;
    padding: 8px;
}

.date, .price {
    width: 50%;
    float: left;
    text-align: center;
    padding: 5px 0px;
}

.date {
    margin-top: 14px;
    background: rgb(235, 235, 235);
    border-radius: 12px 0px 0px 12px;
    line-height: 26px;
    font-size: 18px;
    color: rgb(67, 67, 67);
}

.price {
    background: rgb(12, 52, 146);
    color: rgb(255, 255, 255);
    border-radius: 0px 12px 12px 0px;
    min-height: 48px;
    padding: 7px 0px;
}

.new-price {
    font-size: 36px;
    display: inline-block;
}

.old-price {
    display: inline-block;
    margin-top: 14px;
    font-size: 19px;
    vertical-align: top;
    text-decoration: line-through;
}

.discount {
    margin: 25px 0px;
    display: inline-block;
    height: 100%;
    width: 90%;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 13px;
    background-color: rgb(235, 235, 235);
}

.name, .phone {
    position: relative;
    border: none;
    background: no-repeat;
    padding: 0px;
}

.name input {
    background: url("../img/name.png") 4% 50% no-repeat;
}

.phone input {
    background: url("../img/phone.png") 4% 50% no-repeat;
}

button img {
    margin-bottom: 6px;
    display: inline-block;
}

.under-button {
    display: block;
    width: 90%;
    margin: 15px auto;
    text-align: left;
    color: rgb(129, 129, 129);
    font-size: 11px;
    line-height: 20px;
}

.under-button i {
    font-style: normal;
    color: red;
}

.footer {
    background: rgb(235, 235, 235);
    padding: 20px 25px;
    text-align: left;
    font-size: 23px;
    font-weight: 600;
    border-radius: 0px 0px 15px 15px;
}

.footer span {
    background: rgb(227, 28, 35);
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    line-height: 32px;
}

@media (max-width: 767px) {
    .date, .price {
        width: 100%;
        float: none;
        border-radius: 12px;
    }

    .date br {
        display: none;
    }

    .discount {
        border: none;
    }

    .date {
        border-radius: 12px 12px 0px 0px;
    }

    .price {
        border-radius: 0px 0px 12px 12px;
    }

    .order button {
        font-size: 21px;
    }

    button img {
        margin-bottom: 8px;
        display: inline-block;
    }

    .footer {
        text-align: center;
    }
}

.desktop {
    justify-content: center;
    text-align: center;
    display: flex;
    margin-bottom: -40px;
}

.desktop_block {
    width: 400px;
}

.desktop_block img {
    height: 225px;
}

.mobile {
    display: none;
}

p {
    font-size: 19px;
    margin-top: -5px;
    margin-block: -5px;
}

body {
    height: auto !important;
}

@media (max-width: 425px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
        text-align: center;
        margin-bottom: -15px;
    }
}

.b-comments {
}

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

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

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

.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: 100%;
}

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

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

.b-article__title {
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: -10px;
    margin-top: -10px;
}

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

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

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

@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: 2.188em;
    }
}

.rom-footer * {
    margin: 0px;
    padding: 0px;
    font-size: 16px !important;
}

.comment_date {
    margin-top: 0px;
    font-size: 14px;
}


#newdate{
 font-size: 16px;
    opacity: 0.6;
    padding-top: 10px;
}

.text-img{
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 640px;
}


.pricee{
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    margin: 10px auto;
    color: red;
}

.timer{
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    margin: 10px auto;
}

body .lin{
    display: block;
    width: fit-content;
    margin:  20px auto;
    background-color: #3131d9;
    color: white!important;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
}

body .lin&:hover {
    text-decoration: none!important;
}


.last-a{
    background-color: #274e13;
    font-weight: 600;
    display: block;
    margin: 20px auto;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    color: white!important;
    width: fit-content;
}

.c1{
    cursor: pointer;
}