div#ninja_forms_form_1_cont {
    background: #e5e5e5;
    padding: 25px 21px 42px 21px;
    position: relative;
    z-index: 1;
}

div#ninja_forms_form_1_cont div.f-default__field-wrap {
    margin-bottom: 23px;
}

div#ninja_forms_form_1_cont textarea {
    height: 126px;
    border-radius: 0;
    background: #fff;
    padding: 5px;
    color: #011c30;
    font-weight: 600;
    display: block;
    width: 100%;
    border: 1px solid transparent;
    font-size: 1.5rem;
}

div#ninja_forms_form_1_cont input[type="text"] {
    height: 34px;
    border-radius: 0;
    background: #fff;
    padding: 0 5px;
    color: #011c30;
    font-weight: 600;
    display: block;
    width: 100%;
    border: 1px solid transparent;
    font-size: 1.5rem;
}

div#ninja_forms_form_1_cont input[type="submit"] {
    background: #013e68;
    float: left;
}

div#ninja_forms_form_1_cont label {
    color: #004b88;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 2px;
    display: block;
}

.hp-wrap,
.ninja-forms-required-items,
label#ninja_forms_field_1_label,
label#ninja_forms_field_6_label,
label#ninja_forms_field_7_label,
label#ninja_forms_field_2_label {
    display: none !important;
}

span.ninja-forms-req-symbol {
    float: right;
    display: none;
}

header.s-header .m-site .m-site__item--6 {
    margin-left: 28%;
}

figure+p {}

span.b-drop-a__percent {
    direction: ltr;
}

div.b-advert iframe {
    width: 370px;
}

div.b-advert-b img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

div.iframeCont {
    direction: ltr;
    background: #71b4de;
    padding: 5%;
    margin-bottom: 7%;
}

@media only screen and (max-width:1024px) {
    div.iframeCont {
        margin-bottom: 0;
    }
}

div.iframeCont ul li:before {
    content: ">";
    color: #004b88;
    padding-right: 9px;
    background: none;
    float: left;
    top: 0;
    left: 0;
}

div.iframeCont ul li {
    padding-left: 5%;
    line-height: 40px;
    border-bottom: 1px solid #004b88;
}

div.iframeCont ul li a {
    color: #000000;
    font-size: 16px;
    cursor: pointer;
}

div.iframeCont ul li a:hover {
    color: white;
}

ul.recent-demands+div {
    margin-bottom: 13px;
}

.no_shows {
    text-align: center;
    margin-top: 63px;
    font-size: 18px;
}

@media (max-width:1024px) {
    div.iframeCont a.full_list img {
        width: 34%;
    }
}

.b-advert-a img {
    width: 100%;
    height: 100%;
}

.b-wysiwyg figure {
    float: right;
    margin: 0px 0px 15px 15px;
    width: auto;
    clear: right;
}

.s-footer__bottom {
    height: 52px;
}

.b-drop-a__title {
    color: white;
}

.b-drop-a__degree span {
    color: white;
}

.b-drop-a__num,
.b-drop-a__percent {
    color: white;
}

.b-article,
.b-article__bottom {
    margin-bottom: 27px;
    clear: both;
}

.news_thanks {
    display: none;
}

.side_thanks {
    display: none;
}

.s-index-a__left .f-form._fForm {
    margin-bottom: 23px;
}

p.searce_title {
    font-weight: bold;
}

div.no_results {
    position: absolute;
    width: 300px;
    height: 171px;
    z-index: 15;
    top: 31%;
    left: 63%;
    margin: -100px 0 0 -150px;
    font-size: 20px;
}

div.home_carousel li {
    top: 20px;
}

div.register_error {
    font-size: 1.5rem;
    background: red;
    color: white;
    padding: 1%;
    text-align: center;
    margin-bottom: 2%;
    display: none;
}

div.register_error p {
    color: white;
}

.right_btn {
    float: right !important;
}

a.forgat_password {
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #004b87;
    margin-bottom: 9px;
    text-decoration: underline;
}

div.new_password {
    font-size: 1.5rem;
    background: greenyellow;
    color: white;
    padding: 1%;
    text-align: center;
    margin-bottom: 2%;
    display: none;
}

form.ninja-forms-form {
    background: #e6e6e6;
    padding: 10px 0 10px 0;
}

form.ninja-forms-form label {
    font-size: 1.5rem;
    color: #004b88;
    font-weight: 400;
    margin-bottom: 2px;
    display: block;
    margin-right: 13px;
}

form.ninja-forms-form ul {
    float: right !important;
    clear: both;
}

form.ninja-forms-form ul li {
    float: none !important;
}

form.ninja-forms-form ul li:before {
    display: none;
}

div.list-radio-wrap label {
    float: right !important;
}

div.list-radio-wrap input[type="radio"],
div.list-checkbox-wrap input[type="checkbox"] {
    background: white;
    color: black;
    border: 1px solid black;
    width: 14px;
    height: 14px;
}

div.list-radio-wrap input[type="radio"] {
    border-radius: 14px;
}

div.list-radio-wrap ul li input:checked:after {
    display: block;
    content: "";
    margin: auto 0;
    right: 17px;
    background: #73bbeb;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

input[type="checkbox"]:focus:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    bottom: 8px;
    right: 17px;
    width: 14px;
    height: 12px;
    border-left: 2px solid #73bbeb;
    border-bottom: 2px solid #73bbeb;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="text"].ninja-forms-field,
textarea.ninja-forms-field,
form.ninja-forms-form select {
    height: 34px !important;
    border-radius: 0;
    background: #fff;
    padding: 0 5px;
    color: #011c30;
    display: block;
    border: 1px solid transparent;
    font-size: 1.5rem;
    width: 92% !important;
    margin-right: 9px;
}

textarea.ninja-forms-field {
    height: 126px !important;
}

input[type="submit"].ninja-forms-field {
    vertical-align: middle;
    color: #fff;
    background: #004b88;
    padding: 6px 22px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    font-size: 1.7rem;
    font-weight: 700;
    width: 10% !important;
    margin-right: 8px;
}

input#ninja_forms_field_5 {
    width: 22% !important;
}

.b-wysiwyg p {
    margin-bottom: 0px;
}

.b-144__desc {
    cursor: default;
}

span.b-144__contact-b.mail_144,
span.b-144__contact-ib {
    cursor: pointer;
}

span.b-144__contact-b.mail_144 a,
span.b-144__contact-ib a {
    font-size: 1.5rem;
    line-height: 1.9rem;
    color: #004b88;
}

span.send_mail {
    line-height: 1.6rem;
    font-size: 1.5rem;
    color: #004b88;
}

@media (min-width:1024px) {
    div.left_outer_menu {
        position: absolute;
        left: 0;
    }
}

div.left_advert {
    right: 0;
}

a.tel_phone {
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    color: #004b88;
    position: relative;
}

.b-popup__title {
    width: 37%;
    margin: 0 auto;
}

input.f-add__input._error-required {
    border: 1px solid red;
}

div.f-add_success {
    display: none;
    color: black;
    margin: 0 auto;
    position: relative;
    top: 5%;
    font-size: 15px;
    text-align: center;
    margin-top: 4%;
    margin-bottom: 4%;
}

.bourd_pop p.b-board__text {
    display: none;
}

.bourd_pop p.b-board__text._dnone {
    display: block;
}

li.b-history__row:before {
    display: none;
}

.b-advert ul li:nth-child(n+5) {
    display: none;
}

.m-site__item+.m-site__item {
    margin-left: 3%;
}

section#maincontent {
    min-height: 65%;
}

div.b-episod {
    cursor: pointer;
}

ul.b-breadcrumbs li.b-breadcrumbs__item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
}

a.no_link {
    cursor: default;
}

.padding-space {
    padding-right: 2%;
}

.padding-space .b-shared {
    position: absolute;
    left: 0;
    top: -26px;
}

.bus_site {
    cursor: pointer;
}

.ninja_error_custom {
    border: 1px solid rgb(216, 8, 30) !important;
    color: #d8081e !important;
}

.bourd_pop .b-144__desc-bottom._dnone {
    display: block;
}

@media screen and (max-width:800px) {
    .b-advert {
        display: none !important;
    }

    .b-episod__table p {
        text-align: left;
    }
}

@media screen and (max-width:705px) {
    .padding-space .b-shared {
        position: absolute;
        left: 0;
        top: -42px;
    }
}

@media screen and (max-width:500px) {
    .m-viki__mobile-active {
        float: right;
        margin-bottom: 31px;
    }

    .b-listbox__link._checked {}

    .f-search {
        display: block;
    }
}

@media screen and (max-width:400px) {
    .overlay_mobile {
        opacity: 1;
    }

    .no_mobile {
        display: none;
    }
}

.sr_only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.no_bread_link {
    text-decoration: none;
}

.b-popup__text p {
    font-size: 18px;
    font-weight: bold;
}

.b-pagination__page {
    color: #757575;
}

.news_thanks .f-form__title {
    font-weight: 700;
}

.b-popup__text p {
    font-size: 2.1rem;
    line-height: 2.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 9px;
}

div.register_info {
    font-size: 1.8rem;
    background: #71b5dd;
    color: white;
    padding: 1%;
    text-align: center;
    margin-bottom: 2%;
    display: none;
}

div.register_info p {
    color: #004b88;
    font-size: 1.8rem;
}

.gallery-warp img {
    width: 100%;
}

.gallery-warp {
    position: relative;
    overflow: hidden;
}

.gallery-warp .gallery-item_des {
    position: absolute;
    background: rgba(0, 34, 63, 0.78);
    color: #ffffff;
    z-index: 99999;
    width: 100%;
    height: 40px;
    bottom: 0;
    padding: 10px;
    font-size: 15px;
}

.l-social__item ._pr {
    height: 20px;
    width: 16px;
    fill: #004b88;
}

.l-social__item ._pr:hover {
    fill: #71b5dd;
}

@media print {

    .b-advert-b,
    .s-footer,
    .b-shared,
    .s-news-inner-a__layout-b,
    .s-header__layout-b,
    .b-breadcrumbs,
    .s-header__layout-a-top,
    .b-article,
    .s-news-inner-a__left {
        display: none;
    }

    .b-inner {
        margin-top: 20px;
    }

    .s-header__layout-a-bottom {
        background: none;
        box-shadow: none;
    }
}

div.l-social__li {
    margin-right: 10px;
    margin-top: -10px;
}

.owl-stage-outer:focus {
    outline-color: #0063CE;
}

.owl-stage:focus {
    outline-color: pink;
}

.owl-item:focus {
    outline-color: green;
}

.s-default__left-block {
    margin-bottom: 30px;
}

.home-ticker {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.home-ticker .owl-nav {
    display: none;
}

.owl-item {
    display: inline-block;
}

.home-ticker__item {
    color: #01283f;
    direction: ltr;
    font-weight: 600;
}

.ticker__item_top {
    height: 24px;
    margin-bottom: 3px;
    background: #d1d3d4;
    text-align: left;


}

.ticker__item_top .ticker-arrow {
    text-align: right;
    width: 20%;
}

.home-ticker__item.min .ticker__item_top .ticker-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #cd272b;
    display: inline-block;
    vertical-align: middle;
}

.home-ticker__item.plus .ticker__item_top .ticker-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #568d2e;
    display: inline-block;
    vertical-align: middle;
}

.ticker__item_top .ticker-name {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    font-size: 18px;
    line-height: 24px;
    padding-left: 5px;

}

.ticker__item_bottom {
    height: 20px;
    background: #d1d3d4;
    line-height: 20px;
}

.ticker__item_bottom .ticker_val {
    width: 47%;
    text-align: center;
    display: inline-block;
}

.ticker__item_bottom .difference {
    width: 49%;
    text-align: center;
    display: inline-block;
    color: #ffffff;
}

.home-ticker__item.min .ticker__item_bottom .difference {
    background: #cd272b;
}

.home-ticker__item.plus .ticker__item_bottom .difference {
    background: #568d2e;
}

@media screen and (max-width:705px) {
    .ticker__item_top .ticker-name {
        font-size: 14px;
    }

}



.b-wysiwyg {
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #004b87;
}

.b-wysiwyg h2 {
    margin-top: 30px;
    margin-bottom: 10px;
}