body {
    font-family: "Open Sans", sans-serif;
}

.typo {
    padding-bottom: 0px;
}

.typo:last-child {
    padding-bottom: 50px;
}

.loading-indicator-overlay {
    background-color: #FFFFFF;
    opacity: 0.6;
    filter: alpha(opacity=60);
    border-radius: 25px;
}

body .has-error .form-control {
    border-color: #a94442;
    box-shadow: none;
}

body .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: none;
}

body .main_header .header_menu .main_menu > ul > li > a, body .main_header .header_menu .main_menu > ul > li > span {
    opacity: 1;
}

body .main_header .header_menu .main_menu > ul > li.active > a,
body .main_header .header_menu .main_menu > ul > li:hover > a:hover,
body .main_header .header_menu .main_menu > ul > li.active > span,
body .main_header .header_menu .main_menu > ul > li:hover > span:hover {
    opacity: 1;
    color: #436eb3;
    cursor: pointer;
}

body .nav-pills {
    margin-left: 70px;
    margin-right: 70px;
    width: calc(100% - 140px);
}

body .grecaptcha-badge {
    display: none;
}

body .faq_item_container {
    overflow: hidden;
    height: 100px;
}

body .faq_item_container.open {
    overflow: hidden;
    height: auto;
}

body .about_photos {
    clear: both;
}

.breadcrumb {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.inner_title, h1 {
    padding-top: 10px;
}

.blueimp-gallery > .close, .blueimp-gallery > .title {
    display: block;
}

@media (max-width: 767px) {
    .main_about .about_description p, .about .about_description p {
        font-size: 1rem;
    }
}

.bx-wrapper .consultants_item .consultants_item-photo {
    padding: 40px 40px 30px;
}

@media (max-width: 767px) {
    .calendar_event .item .carousel-caption time {
        display: block;
        margin-bottom: -15px;
    }
}

@media (min-width: 768px) {

    .image-fl {
        max-width: 350px;
    }

    .image-fl {
        margin: 25px;
    }

    .image-fl:first-child {
        margin-top: 0;
    }

    .image-fl.pull-left {
        margin-left: 0;
    }

    .image-fl.pull-right {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .event_date {
        clear: both;
        padding-top: 20px;
    }
}

.main_news-item, .news-item {
    margin-bottom: 80px;
}

.dark {
    color: #333333;
}

.calendar_event {
    display: flex;
    flex-wrap: wrap;
}

.togglebox .panel-heading {
    cursor: pointer;
}

.calendar_event .item .carousel-caption h3 {
    padding-bottom: 10px;
    line-height: 2.5rem;
}

.calendar_event .item .carousel-caption h3 a {
    font-size: inherit;
}

.calendar_event .item .carousel-caption p {
    line-height: 1.75rem;
}

.main_news-header a,
.news-header a,
.calendar_event .item .carousel-caption h3 a {
    color: #333;
}

body .faq_item_container:not(.open) p {
    margin-bottom: 0;
}

body .faq_item_container + .faq_item_switcher .short {
    display: none;
}

body .faq_item_container.open + .faq_item_switcher .full {
    display: none;
}

body .faq_item_container.open + .faq_item_switcher .short {
    display: inline;
}

textarea {
    resize: none;
}

.btn-small {
    padding: 0 20px;
    font-size: 1.1rem;
    height: 36px;
    line-height: 36px;
}

.modal-body .main_title {
    width: 90%;
}

.slider-buttons {
    position: relative;
    top: 120px
}

.slider-buttons .btn-primary {
    color: #436eb3;
    background-color: #ffffff;
    border: none;
}

@media (max-width: 767px) {
    .slider-buttons {
        margin-top: 20px;
        top: auto;
    }

    .main_slider .carousel-indicators {
        display: none;
    }

    .slider-buttons .btn-primary {
        text-align: center;
        width: 210px;
    }
}

.slider-buttons .btn-primary:hover {
    background-color: #f0f0f0;
}

#tour-frame {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

#tour-frame iframe {
    width: 100%;
    height: 100%;
}

#tour-frame .close {
    position: fixed;
    top: 15px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: 0.8;
    padding: 15px;
    right: 15px;
    left: auto;
    margin: -15px;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer;
    z-index: 1000;
}

.main_header .header_menu .main_menu > ul > li > a, .main_header .header_menu .main_menu > ul > li > span {
    padding-left: 5px;
    padding-right: 5px;
}

body .main_header .header_menu .main_menu > ul > li:last-child > a:hover:after,
body .main_header .header_menu .main_menu > ul > li:last-child > span:hover:after{
    background-color: #204d74;
}

body .main_header .header_menu .main_menu > ul > li.active:last-child > a:after,
body .main_header .header_menu .main_menu > ul > li.active:last-child > span:after{
    background-color: #204d74;
}

.main_header .header_menu .main_menu > ul > li.dropdown-toggle > a:after, .main_header .header_menu .main_menu > ul > li.dropdown-toggle > span:after {
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
}

.main_header .header_menu .main_menu > ul > li > a, .main_header .header_menu .main_menu > ul > li > span {
    padding-left: 5px;
    padding-right: 5px;
    opacity: 1;
    font-weight: bold;
}

@media (max-width: 767px) {
    body .main_header .header_menu .main_menu > ul > li:last-child {
        display: inline-block !important;
        padding-bottom: 70px!important;
    }

    body .main_header .header_menu .main_menu > ul > li:last-child > a {
        padding: 7px 5px !important;
        height: auto !important;
        line-height: 1.42857143 !important;
    }
}

.covid, .opinion-poll {
    display: flex;
    position: absolute;
    z-index: 100;
    justify-content: center;
    align-items: center;
    background: rgb(246, 212, 0);
    color: black;
    line-height: 1.2;
    font-weight: 500;
    font-size: 1rem;
    right: 0;
    text-align: center;
    border-radius: 26px;
    transition: all 0.2s ease-out;
    min-height: 42px;
    height: unset;
}

.covid {
    top: 20px;
}

.opinion-poll {
    top: -30px;
    right: 270px;
    font-size: 14px;
    padding: 14px;
}

@media (max-width: 768px) {
    .covid {
        top: -29%;
    }
}

.covid:hover {
    text-decoration: none;
    background-color: #ec971f;
}

.covid > span {
    margin: 13px;
}

@media (max-width: 767px) {
    .covid {
        width: 100%;
        margin-left: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.8);
        top: 0;
        position: relative;
    }
    .covid img {
        height: auto;
        background: none;
        max-width: 200px;
    }
    .opinion-poll {
        position: static;
        margin-top: 15px;
        white-space: normal;
    }
}

#footer-form > div.row.center-xs.center-sm > div.col-md-7 > div > span,
#consult-form > div.row.center-xs.center-sm > div.col-md-7 > div > span,
#rezident-form > div.row.center-xs.center-sm > div.col-md-7 > div > span,
#modal-form-event > div.row.center-xs.center-sm > div.col-md-7 > div > span,
#modal-form > div.row.center-xs.center-sm > div.col-md-7 > div > span{
    margin-top: -10px;
}

div.ya-share2.ya-share2_inited {
    display: inline-block;
    float: right;
    margin-top: 25px;
}

li.ya-share2__item.ya-share2__item_service_twitter {
    margin-right: 22px;
}

li.ya-share2__item.ya-share2__item_service_telegram {
    margin-right: 5px;
}

.search-btn{
    height: 35px;
    font-size: 1rem;
    line-height: 2rem;
    margin-top: 25px;
}

.serch-form{
    padding-bottom: 15px;
}

body form select.form-control {
    position: relative;
    z-index: 2;
}

body .pagination > li > a,
body .pagination > li > span {
    color: #436eb3;
}

body .pagination > .active > a,
body .pagination > .active > span,
body .pagination > .active > a:hover,
body .pagination > .active > span:hover,
body .pagination > .active > a:focus,
body .pagination > .active > span:focus{
    background-color: #436eb3;
    border-color: #436eb3;
}


.h15 {
    height: 15px;
}

.clearfix{
    clear: both;
}

@media (min-width: 700px) {
    div.col-md-12.contacts {
        margin-left: 80px;
    }
}

div.top_menu > ul > li.menu_hotline,
div.top_menu > ul > li.menu_hotline > a.menu_hotline {
    color: #d90d0d;
    font-weight: bold;
    margin-right: 18px!important;
    opacity: 1;
    font-size: 14px;
}

@media (max-width: 990px) {
    div.top_menu > ul > li.menu_hotline {
        display: none;
    }
}

div.main_slider > div.banner-name > div.slider-buttons > li.menu_hotline {
    display: none;
}

@media (max-width: 990px) {
    div.main_slider > div.banner-name > div.slider-buttons > li.menu_hotline {
        display: block;
        font-size: 1rem;
    }

    div.main_slider > div.banner-name > div.slider-buttons > li.menu_hotline,
    div.main_slider > div.banner-name > div.slider-buttons > li.menu_hotline > a.menu_hotline {
        color: #d90d0d;
    }

    .menu_hotline_text {
        margin-right: 5px;
    }
}

@media (min-width: 990px) and (max-width: 1200px) {
    .main_header .logo-text {
        display: none;
    }

    .main_header .header_menu .social_menu ul {
        padding: 0;
    }
}

.covid_red {
    color: #ff0000;
}

.banner_сooperative {
    z-index: 100;
    left: 0;
    top: 26px;
    background-color: #f6d400;
    border-color: #f6d400;
}

.banner_сooperative_text {
    color: #436eb3;
    text-shadow: white 1px 1px 0, white -1px -1px 0,
    white -1px 1px 0, white 1px -1px 0;
}

.banner_сooperative:hover {
    color: #436eb3;
}

.banner_qualification {
    z-index: 100;
    left: 0;
    top: 73px;
    position: absolute;
    background-color: #436eb3;
    border-color: #436eb3;
}

.banner_qualification_text {
    color: white;
}

.banner_qualification:hover {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

.banner_qualification:hover .banner_qualification_text {
    color: #436eb3;
}

.slider-desc {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 15px;
    font-style: italic;
    text-transform: uppercase;
}

.main_menu .dropdown-menu {
    padding: 0;
}

.main_menu .dropdown-menu li {
    border-bottom: 1px solid #c1c1c1;
}

.main_menu .dropdown-menu li a {
    font-weight: bold;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #e1e1e1;
}

@media (max-width: 768px) {
    .banner_сooperative {
        top: -25%;
    }

}

.banner_сooperative a {
    color: white;
}

.banner_сooperative a:hover {
    text-decoration: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .main_header .header_menu .main_menu > ul {
        right: 0;
    }
}

.text-title_red {
    color: #d90d0d;
}

.coworking-image__item {
    width: 100%;
}

.coworking-text__title {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

.coworking-text__item {
    font-size: 1.5rem;
    font-weight: 600;
}

.coworking-text__item::before {
    content: "";
    display: inline-block;
    position: relative;
    background: url(../images/icons/check.png);
    width: 21px;
    height: 17px;
    top: 2px;
    margin-right: 6px;
}

.coworking-resident-form {
    margin: 0 0 50px 0;
}

.top-block {
    position: relative;
}

.dropdown-menu > li > a {
    padding: 5px 20px;
}

@media (max-width: 770px) {
    .top-block {
        margin-top: 65px;
    }

    .top-block .event-btn {
        display: inline-block;
    }

    .covid {
        display: block;
        margin: 10px 0 10px 0;
        position: relative;
    }

    .covid > span {
        margin: 0;
    }

    .dropdown-menu > li > a {
        white-space: normal;
    }

    .banner_qualification {
        position: relative;
        top: 0;
        white-space: normal;
        display: flex;
        min-height: 40px;
        height: auto;
        line-height: normal;
        max-width: 400px;
        margin: 20px 15px;
    }
}


@media (min-width: 770px) {
    .top-block {
        display: block;
        top: calc(((100vh - 305px) - 360px) / 2);
        left: calc((100vw - 930px) / 2);
        width: 930px;
        margin-top: 110px;
    }

    .banner_сooperative {
        position: absolute;
    }
}

.togglebox > .panel-heading {
    position: relative;
    padding: 10px 30px 10px 15px;
}

.togglebox > .panel-heading::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../images/chevron-down.svg");
    background-size: contain;
    right: 10px;
}

.togglebox > .panel-heading.chevron-up::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../images/chevron-up.svg");
    background-size: contain;
    right: 10px;
}
