@charset "UTF-8";
/**
 * Миксины для разных экранов
 */
/** Настройки */
/** Миксины точного совпадения */
/** Миксины для стратегии первичный-мобильный */
/** Миксины для стратегии первичный-десктоп */
/** Прочие миксины */
html {
    font-size: 14px;
}

body {
    font-family: "Open Sans";
    width: 100%;
    overflow-x: hidden;
    background-color: #f2f1f1;
}

a {
    transition: all 0.2s ease-out;
}

.col-xs-12 {
    padding: 0 !important;
}

.h30 {
    height: 30px;
}

.h50 {
    height: 50px;
}

.ttu {
    text-transform: uppercase;
}

.cRed {
    color: #e01032;
}

.cYellow {
    color: #f6d400;
}

.cBlue {
    color: #436eb3;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: 0;
}

.main_title {
    margin-top: 60px;
    margin-bottom: 50px;
    font-size: 2.57143rem;
    font-weight: 700;
    line-height: 3.21429rem;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

@media (max-width: 767px) {
    .main_title {
        font-size: 1.71429rem;
        line-height: 2rem;
    }
}

.main_title .small {
    display: block;
    font-size: 1.28571rem;
    right: 0;
    text-transform: none;
    bottom: 0;
    line-height: 2.42857rem;
}

@media (min-width: 1200px) {
    .main_title .small {
        position: absolute;
    }
}

.main_title.main_title--block {
    font-size: 2.14286rem;
    text-align: left;
}

@media (max-width: 767px) {
    .main_title.main_title--block {
        font-size: 1.42857rem;
        line-height: 2rem;
    }
}

.main_title.main_title--blue {
    position: relative;
}

.main_title.main_title--blue:before {
    position: absolute;
    content: "";
    width: 63px;
    height: 6px;
    background-color: #436eb3;
    display: block;
    left: 0;
    bottom: -20px;
}

.main_title.main_title--yellow {
    position: relative;
}

.main_title.main_title--yellow:before {
    position: absolute;
    content: "";
    width: 63px;
    height: 6px;
    background-color: #f6d400;
    display: block;
    left: 0;
    bottom: -20px;
}

.inner_title, h1 {
    color: #212121;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 64px;
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .inner_title, h1 {
        font-size: 24px;
        line-height: 32px;
    }
}

.inner_sub_title, h2 {
    color: #000000;
    font-size: 1.85714rem;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .inner_sub_title, h2 {
        font-size: 1.42857rem;
        line-height: 2rem;
    }
}

.center {
    text-align: center;
}

@media (max-width: 767px) {
    .center-xs {
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .center-md {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .center-sm {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .center-lg {
        text-align: center;
    }
}

.btn {
    border-radius: 26px;
    padding: 0 30px;
    font-size: 1.57143rem;
    font-weight: 700;
    height: 52px;
    line-height: 3.42857rem;
    transition: all 0.2s ease-out;
}

@media (max-width: 767px) {
    .btn {
        padding: 0 20px;
        font-size: 1.28571rem;
        height: 42px;
        line-height: 2.71429rem;
    }
}

.img-responsive {
    width: 100%;
}

.btn-primary {
    background-color: #436eb3;
}

.btn-primary:hover {
    background-color: #35578e;
}

.bx-wrapper {
    box-shadow: none;
    width: 570px;
    align-self: center;
}

@media (max-width: 767px) {
    .bx-wrapper {
        width: 285px;
    }
}

@media (min-width: 992px) {
    .bx-wrapper {
        width: 855px;
    }
}

@media (min-width: 1400px) {
    .bx-wrapper {
        width: auto;
    }
}

.bx-wrapper .bx-controls-direction .bx-prev, .bx-wrapper .bx-controls-direction .bx-next {
    margin-top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    opacity: 1;
    background: #f7f7f7 no-repeat center;
    background-size: 14px 24px;
    z-index: 100 !important;
}

.bx-wrapper .bx-controls-direction .bx-prev:hover, .bx-wrapper .bx-controls-direction .bx-next:hover {
    background-color: #f6d400;
}

.bx-wrapper .bx-controls-direction .bx-prev {
    left: -75px;
    background-image: url("../images/chevron-left.svg");
}

.bx-wrapper .bx-controls-direction .bx-next {
    right: -85px;
    background-image: url("../images/chevron-right.svg");
}

@media (max-width: 767px) {
    .bx-wrapper .bx-controls-direction .bx-prev {
        left: -45px;
        background-color: transparent !important;
    }

    .bx-wrapper .bx-controls-direction .bx-next {
        right: -45px;
        background-color: transparent !important;
    }
}

@media (min-width: 1200px) {
    .bx-wrapper .bx-controls-direction .bx-prev {
        left: -95px;
    }

    .bx-wrapper .bx-controls-direction .bx-next {
        right: -105px;
    }
}

.checkbox label, .radio label {
    padding-left: 0;
}

.icheckbox_square-blue {
    margin-right: 7px;
}

.breadcrumb {
    background-color: transparent;
    margin-top: 30px;
}

.breadcrumb > li.active {
    color: black;
}

.breadcrumb > li > a {
    text-decoration: underline;
    color: black;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    content: "\00bb";
    color: black;
}

.switcher .dropdown > a {
    text-decoration: none;
    color: #000000;
    opacity: 0.5;
    font-size: 1.71429rem;
    font-weight: 300;
}

.switcher .dropdown > a:hover, .switcher .dropdown > a:active, .switcher .dropdown > a:focus {
    opacity: 1;
}

.switcher .dropdown-menu {
    min-width: 0;
}

.caret {
    position: relative;
    top: -2px;
    border: none;
    width: 13px;
    height: 7px;
    margin-left: 4px;
    background: url("../images/icons/caret.svg") no-repeat center;
}

.nav-pills {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow-x: hidden;
}

@media (max-width: 1199px) {
    .nav-pills {
        margin-left: 70px;
        margin-right: 70px;
        width: calc(100% - 140px);
    }
}

.nav-pills:before, .nav-pills:after {
    display: none;
}

.nav-pills > li {
    margin-bottom: 14px;
}

.nav-pills > li > a {
    border-radius: 2px;
    border: 1px solid #e8e8e8;
    background: white;
    color: black;
    padding: 15px 20px;
    white-space: nowrap;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:active,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    border: 1px solid #f6d400;
    background: #f6d400;
    color: black;
    position: relative;
}

.nav-pills > li.active > a:after,
.nav-pills > li.active > a:active:after,
.nav-pills > li.active > a:focus:after,
.nav-pills > li.active > a:hover:after {
    content: '';
    border: 10px solid #f6d400;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.my_scroll {
    display: block;
    background: #f7f7f7 no-repeat center;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    opacity: 1;
    background-size: 14px 24px;
}

.my_scroll:hover {
    background-color: #f6d400;
}

.my_scroll.left {
    float: left;
    background-image: url("../images/chevron-left.svg");
    background-repeat: no-repeat;
}

.my_scroll.right {
    float: right;
    background-image: url("../images/chevron-right.svg");
    background-repeat: no-repeat;
}

.gray .modal-content {
    background-color: #efefef;
    padding: 25px;
    border-radius: 3px;
}

.modal-body:after {
    content: '';
    display: block;
    clear: both;
}

.modal-body .main_title {
    margin-top: 0;
    width: 80%;
}

.modal-body .close {
    transform: scale(2);
    z-index: 10;
    position: relative;
}

#blueimp-gallery video {
    z-index: 1000000;
}

.attachment-container {
    display: flex;
    justify-content: center;
}

.attachment-container .attachments .attachment {
    padding: 15px;
}

.attachment-container .attachments .attachment-image {
    border-radius: 4px;
}

.attachment-container .attachments .attachment-date {
    color: #8a8a8a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.14214rem;
    text-transform: uppercase;
    padding-top: 30px;
}

.attachment-container .attachments .attachment-name {
    font-size: 1.28571rem;
    font-weight: 700;
    line-height: 1.71429rem;
    padding-top: 20px;
}

.typo {
    padding-bottom: 50px;
}

@media (max-width: 1215px) {
    div.top_menu > ul > li.menu_hotline {
        display: none;
    }
}

.footer {
    background-color: #efefef;
}

.footer .footer_photo {
    background: url("../images/footer.png") center no-repeat;
    background-size: cover;
    display: none;
}

@media (min-width: 992px) {
    .footer .footer_photo {
        display: block;
    }
}

.footer .footer_form {
    padding-left: 60px;
}

@media (min-width: 992px) {
    .footer .footer_form {
        max-width: 585px;
    }
}

@media (max-width: 767px) {
    .footer .footer_form {
        padding-left: 15px;
    }

    .footer .footer_form .main_title {
        font-size: 1.71429rem;
        margin-top: 30px;
    }
}

.footer .footer_form_info--min {
    font-size: 0.85714rem;
}

.footer h3 {
    margin-top: 50px;
    margin-bottom: 25px;
}

.footer_law_list {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.footer_law_list li {
    margin-bottom: 10px;
}

.checkbox-label-footer .checkbox {
    margin-bottom: 0;
}

.checkbox-label-footer .help-block {
    margin: 0;
}

body form {
    margin-top: -40px;
}

body form .btn {
    margin-bottom: 15px;
}

body form .form-control {
    background: inherit;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
}

body form .form-control:focus {
    box-shadow: none;
}

body form .form-group label {
    color: #8a8a8a;
    transform: translate(0, 30px);
    transform-origin: 0 0;
    font-size: 1.14286rem;
    transition: all 0.2s ease-out;
    font-weight: normal;
}

body form .form-group label.active {
    transform: scale(0.75) translate(0, 0);
}

.content {
    position: relative;
}

.services .col-md-3 {
    padding-bottom: 30px;
}

.services .services-item {
    display: block;
    height: 100%;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background-color: #ffffff;
    color: #000;
}

.services .services-item .services-item-text {
    display: block;
    padding: 20px;
    font-size: 1.5rem;
    font-weight: 400;
}

.services .services-item img {
    display: block;
    width: 100%;
}

.services .services-item:hover {
    transition: all 0.2s ease-out;
    transform: translate(0, -10px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.services .center {
    padding-top: 30px;
}

.instagramm .col-md-3 {
    margin-bottom: 30px;
}

.main_partners {
    display: flex;
    flex-direction: column;
}

.partners_list {
    display: flex;
}

.partners_list .partners_item {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-out;
}

.partners_list .partners_item:hover {
    opacity: 0.5;
}

.consultants {
    position: relative;
    left: -7px;
    display: flex;
    flex-direction: column;
}

.consultants_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.consultants_list > div {
    padding: 15px;
}

.consultants_list > div:nth-child(3n) .consultants_item {
    border-color: #e01032;
}

.consultants_list > div:nth-child(3n) .consultants_item:hover {
    box-shadow: 0 10px 15px rgba(224, 16, 50, 0.3);
}

.consultants_list > div:nth-child(3n+1) .consultants_item {
    border-color: #f6d400;
}

.consultants_list > div:nth-child(3n+1) .consultants_item:hover {
    box-shadow: 0 10px 15px rgba(246, 212, 0, 0.3);
}

.consultants_list > div:nth-child(3n+2) .consultants_item {
    border-color: #436eb3;
}

.consultants_list > div:nth-child(3n+2) .consultants_item:hover {
    box-shadow: 0 10px 15px rgba(67, 110, 179, 0.3);
}

.consultants_item {
    text-align: center;
    height: 100%;
    width: 100%;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    border-bottom: 6px solid #f6d400;
    border-radius: 4px;
    transition: all 0.2s ease-out;
    display: block;
    color: #000;
}

.consultants_item:hover, .consultants_item:focus, .consultants_item:active {
    text-decoration: none !important;
    color: black;
}

.consultants_item .consultants_item-photo {
    padding: 40px 50px 30px;
}

.consultants_item .consultants_item-photo img {
    width: 165px;
    height: 165px;
    object-fit: contain;
}

.consultants_item .consultants_item-name {
    font-size: 1.28571rem;
    padding: 0 50px 40px;
}

.consultants_item .consultants_item-name b {
    display: block;
}

.consultants_item:hover {
    transform: translate(0, -10px);
    box-shadow: 0 10px 15px rgba(246, 212, 0, 0.2);
}

.center {
    margin-top: -20px;
}

.consultant {
    padding-bottom: 50px;
}

.consultant .consultants_item:hover {
    transform: none;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}

.consultant:after {
    content: '';
    display: block;
    clear: both;
}

.consultant .consultant_description {
    font-size: 1.28571rem;
    font-weight: 300;
    line-height: 2.14214rem;
}

@media (max-width: 767px) {
    .consultant .consultant_description {
        padding-top: 30px;
    }
}

.consultant .center {
    clear: both;
    padding-top: 20px;
}

.news-date {
    padding-top: 28px;
    color: #8a8a8a;
    font-size: 1rem;
    font-weight: 400;
}

.news-header {
    padding-top: 20px;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    font-size: 1.71429rem;
    font-weight: bold;
}

.news-description {
    padding-top: 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.71429rem;
}

.news-detail {
    padding-top: 20px;
    font-size: 1.28571rem;
    font-weight: 600;
    color: #436eb3;
}

.news-item {
    margin-bottom: 40px;
}

.news {
    width: 100%;
    clear: both;
}

.news_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.news_list > * {
    float: none;
}

.news_list .center {
    width: 100%;
}

.years_switcher {
    position: absolute;
    top: 72px;
    right: 16px;
}

.main_calendar .calendar_month {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
    padding-bottom: 20px;
}

.main_calendar .calendar_month .calendar_month-left {
    background: url("../images/chevron-left.svg") no-repeat center;
}

.main_calendar .calendar_month .calendar_month-right {
    background: url("../images/chevron-right.svg") no-repeat center;
}

.main_calendar .calendar_month .calendar_month-date {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 1.71429rem;
    font-weight: 300;
}

.main_calendar .calendar_month .calendar_month-left, .main_calendar .calendar_month .calendar_month-right {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.main_calendar .calendar_month .calendar_month-left:hover, .main_calendar .calendar_month .calendar_month-right:hover {
    background-color: #f6d400;
}

.timeline ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.timeline li {
    flex: 0 1 auto;
    width: 24px;
    height: 24px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.timeline li a, .timeline li span, .timeline li a:visited, .timeline li a:active {
    width: 100%;
    height: 100%;
    display: block;
    outline: none;
    color: #212121;
    background-color: #ffffff;
    text-decoration: none;
}

.timeline li.current a, .timeline li a:hover {
    color: #ffffff;
    background-color: #436eb3;
    text-decoration: none;
}

.timeline li span {
    cursor: not-allowed;
}

.timeline li .badge {
    position: absolute;
    display: block;
    font-size: 0.5rem;
    line-height: 1rem;
    width: 1rem;
    height: 1rem;
    color: #212121;
    background: #f3d416;
    text-align: center;
    padding: 0;
    top: -0.5rem;
    right: -0.5rem;
    z-index: 10;
    overflow: hidden;
}

.timeline--months {
    margin-bottom: 16px;
}

.timeline--months li {
    width: auto;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 500;
}

.timeline--months a {
    padding-left: 8px;
    padding-right: 8px;
}

.timeline--separator {
    border-bottom: #d9d9d9 solid 1px;
    margin-bottom: 16px;
}

.calendar_events_days {
    margin-bottom: 16px;
}

.calendar_event .item img {
    display: block;
    box-shadow: 0 0 0 #e01032;
    margin: 0 0 100px 40px;
    transition: all 0.2s ease-out;
    transform: translate(-20px, 50px);
    float: left;
    width: 282px;
    height: 282px !important;
    object-fit: contain;
}

.calendar_event .item .carousel-caption {
    position: relative;
    margin-left: 350px;
    margin-right: 0;
    text-shadow: none;
    color: black;
    text-align: left;
    right: 0;
    left: 0;
    top: 0;
    padding-top: 0;
}

.calendar_event .item .carousel-caption time {
    color: #8a8a8a;
}

.calendar_event .item .carousel-caption h3 {
    padding-bottom: 20px;
    font-size: 2.14286rem;
    font-weight: 700;
    line-height: 3.42786rem;
}

@media (max-width: 767px) {
    .calendar_event .item .carousel-caption h3 {
        font-size: 1.57143rem;
        line-height: 2.5rem;
    }
}

.calendar_event .item .carousel-caption p {
    font-size: 1.28571rem;
    font-weight: 300;
    line-height: 2.14286rem;
    max-height: 180px;
    overflow: hidden;
}

.calendar_event .item .carousel-caption a {
    font-size: 1.28571rem;
}

@media (max-width: 767px) {
    .calendar_event .item {
        text-align: center;
    }

    .calendar_event .item img {
        margin-left: auto;
        margin-right: auto;
        float: none;
        position: relative;
        left: 20px;
    }

    .calendar_event .item .carousel-caption {
        margin-left: 0;
        padding-top: 30px;
    }

    .calendar_event .item .carousel-caption time {
        display: none;
    }
}

.events {
    clear: both;
    padding-bottom: 50px;
}

.events .calendar_event .item {
    padding-bottom: 30px;
}

.event {
    padding-bottom: 50px;
}

.event .center {
    padding-top: 50px;
    clear: both;
}

.event .event_date {
    font-size: 1.28571rem;
    font-weight: 400;
    line-height: 2.14214rem;
    color: #8a8a8a;
    text-transform: uppercase;
}

.event .event_description {
    padding-top: 20px;
    font-size: 1.28571rem;
    font-weight: 300;
    line-height: 2.14214rem;
}

.main_about, .about {
    position: relative;
}

.main_about .about_photo, .about .about_photo {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 4px;
}

.main_about .about_up, .about .about_up {
    position: relative;
}

.main_about .about_up:before, .about .about_up:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-out;
    background: rgba(0, 0, 0, 0);
    border-radius: 4px;
}

.main_about .about_up:after, .about .about_up:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/icons/up.svg") center no-repeat;
    opacity: 0;
    transition: all 0.2s ease-out;
}

.main_about .about_up:hover:before, .about .about_up:hover:before {
    background: rgba(0, 0, 0, 0.4);
}

.main_about .about_up:hover:after, .about .about_up:hover:after {
    opacity: 1;
}

.main_about .col-md-8 .about_photo, .about .col-md-8 .about_photo {
    height: 510px;
    margin-bottom: 30px;
}

.main_about .col-md-4 .about_photo, .about .col-md-4 .about_photo {
    height: 240px;
    color: black;
}

.main_about .col-md-4 .about_photo .about_description, .about .col-md-4 .about_photo .about_description {
    height: 55px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.2s ease-out;
}

.main_about .col-md-4 .about_photo:hover .about_description, .about .col-md-4 .about_photo:hover .about_description {
    bottom: 0;
    height: 100%;
    font-weight: bold;
}

@media (max-width: 767px) {
    .main_about .col-md-8 .about_photo, .main_about .col-md-4 .about_photo, .about .col-md-8 .about_photo, .about .col-md-4 .about_photo {
        height: 70vw;
    }
}

.main_about .col-md-12:nth-child(1), .about .col-md-12:nth-child(1) {
    margin-bottom: 30px;
}

.main_about .about_description, .about .about_description {
    position: absolute;
    width: 100%;
    bottom: 30px;
    padding: 15px 5%;
    background: rgba(255, 255, 255, 0.8);
}

.main_about .about_description p, .about .about_description p {
    margin: 0;
    text-transform: uppercase;
    font-size: 1.28571rem;
    text-align: center;
    position: relative;
}

.main_about .about_description .resedent_link, .about .about_description .resedent_link {
    text-align: center;
    display: block;
    margin-top: 17px;
    font-size: 1.14286rem;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .main_about .about_description .resedent_link, .about .about_description .resedent_link {
        position: absolute;
        width: 150px;
        right: 0;
        top: 0;
    }
}

.main_about .center, .about .center {
    position: relative;
    margin-bottom: 10px;
    margin-top: 15px;
}

.about {
    padding-bottom: 50px;
}

.about:after {
    display: block;
    content: '';
    clear: both;
}

.about .about_text {
    font-size: 1.28571rem;
    font-weight: 300;
    line-height: 2.14286rem;
}

.display-none {
    display: none !important;
}

.free-jobs {
    background-color: #F2F1F1;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    padding-top: 70px;
}

.section-title {
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #212121;
    padding: 8px;
    width: fit-content;
    font-size: 9px;
    margin-left: 30px;
}

.section-title::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #212121;
    margin-left: 16px;
    vertical-align: middle;
    margin-right: 4px;
}

.free-jobs__inner {
    margin: 30px;
    display: flex;
}

.free-jobs__title {
    width: 625px;
    font-size: 36px;
    line-height: 110%;
    color: #212121;
    font-weight: 600;
}

.free-jobs__title span {
    color: #436EB3;
}

.free-jobs__right {
    margin-left: auto;
}

.free-jobs__stats {
    display: flex;
    gap: 10px;
}

.free-jobs__stat-number {
    color: #212121;
    font-size: 36px;
    font-weight: 600;
}

.free-jobs__stat-line {
    margin-top: 13px;
    background-color: #444444;
    height: 1px;
    width: 87%;
    margin-right: 43px;
}

.free-jobs__stat-label {
    color: #212121;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    padding: 9px 16px;
    border: 1px solid #444444;
    border-top: none;
    width: fit-content;
    margin-bottom: 41px;
}

.wing-icon {
    margin-top: 60px;
}

.coworking {
    margin-left: auto;
}

.coworking__stat-left {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #444444;
    max-width: 295px;
    margin-right: 53px;
    height: 50px;
}

.coworking__stat {
    display: flex;
}

.coworking__stat-icon {
    border: 1px solid #444444;
    padding: 13px;
    border-bottom: none;
}

.coworking__stat-value {
    color: #212121;
    font-size: 36px;
    text-align: center;
    margin-left: 38px;
    font-weight: 600;
}

.coworking__stat-text {
    font-size: 15px;
    color: #212121;
    font-family: 'Roboto R', sans-serif;
    width: 300px;
}

.coworking__stat-text-second {
    position: relative;
    bottom: 11px;
}

.coworking__residents-button {
    width: 295px;
    height: 40px;
    background-color: #ffffff;
    display: flex;
    text-decoration: none !important;
    color: #212121;
}

.coworking__residents-text {
    padding: 10px 18px;
    font-size: 14px;
    font-family: 'Roboto M', sans-serif;
}

.coworking__residents-icon {
    margin: 3px 3px 3px auto;
    border: 1px solid #444444;
    width: 34px;
    height: 34px;
    padding-top: 5px;
    text-align: center;
}

.residents-icon {
    -webkit-mask: url('/public/images/icons/residents-icon.svg') no-repeat center;
    mask: url('/public/images/icons/residents-icon.svg') no-repeat center;
    background-color: #444444;
    width: 33px;
    height: 23px;
}

.coworking__residents-button:hover {
    background-color: #436EB3;
    color: #ffffff;
}

.coworking__residents-button:hover .residents-icon {
    background-color: #ffffff;
}

.coworking__residents-button:hover .coworking__residents-icon {
    border-color: #ffffff;
}

.coworking__cards {
    display: flex;
    margin-top: 35px;
    gap: 10px;
}

.coworking__card-bottom {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    display: flex;
}

.coworking__card {
    color: #212121;
    text-decoration: none !important;
}

.coworking__card-title {
    font-size: 17px;
    line-height: 115%;
    font-weight: 600;
    width: 150px;
    padding: 20px;
}

.coworking-arrow {
    margin-left: auto;
    width: 30px;
    height: 30px;
    margin-top: 30px;
    margin-right: 20px;
    background-image: url('/public/images/icons/coworking-arrow.svg');
    rotate: -43deg;
}

.coworking__card:hover {
    color: #212121;
}

.coworking__card:hover .coworking-arrow{
    rotate: 0deg;
}

.spitch-hall {
    margin-top: 70px;
}

.spitch-hall-img {
    width: 100%;
}

@media (max-width: 1343px) {
   .free-jobs__inner {
       display: block;
       width: fit-content;
       max-width: calc(100% - 60px);
       margin: 30px auto;
   }

   .free-jobs__title {
       width: 100%;
       max-width: 600px;
       margin-bottom: 25px;
   }

    .wing-icon {
        display: none;
    }

    .free-jobs__image {
        margin-bottom: 75px;
    }

    .coworking__stat {
        display: block;
    }

    .coworking__stat-text {
        margin-top: 12px;
    }

    .coworking__stat-text-second {
        bottom: 3px;
    }
}

.button-link {
    padding: 13px 15px 13px 19px;
    background-color: #436EB3;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Roboto M', sans-serif;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.button-link::after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    flex-shrink: 0;
    background-color: #ffffff;
    -webkit-mask: url(/public/images/icons/arrow-button.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask: url(/public/images/icons/arrow-button.svg) no-repeat center;
    mask-size: contain;
}

.button-link:hover {
    background-color: #ffffff;
    color: #000000;
}

.button-link:hover::after {
    background-color: #000000;
}

.coworking__title {
    margin-bottom: 60px;
}

.free-services {
    margin-top: 70px;
}

.free-services__inner {
    margin: 30px;
}

.free-services-title {
    font-size: 36px;
    line-height: 100%;
    color: #212121;
    font-family: 'Wix Madefor Display', Sans-serif;
    width: 450px;
    font-weight: bolder;
    width: auto;
}

.free-services-images {
    width: 100%;
    margin-top: 32px;
}

.services__row {
    display: flex;
    justify-content: center;
}

.services-card {
    display: block;
    position: relative;
    flex: 1 1 0;
    max-width: 685px;
    min-width: 0;
    height: 400px;
    margin: 5px;
    overflow: hidden;
}

.services-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.services-card:hover,
.services-card:focus,
.services-card:active {
    text-decoration: none;
}

.services-card:hover .blur-button,
.services-card:focus .blur-button,
.services-card:active .blur-button {
    background: rgba(255, 255, 255, 0.08);
}

.services-card:hover .blur-button-text,
.services-card:focus .blur-button-text,
.services-card:active .blur-button-text {
    color: #ffffff;
}

.blur-button {
    display: flex;
    align-items: center;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.blur-button-icon__inner {
    background-color: #436EB3;
    margin: 3px;
    width: 59px;
    height: 59px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.blur-button-text {
    color: #ffffff;
    font-size: 17px;
    font-weight: bolder;
    margin-left: 18px;
    display: flex;
    align-items: center;
}

.blur-button-text:after {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    flex-shrink: 0;
    background-image: url(/public/images/icons/arrow-blue.svg);
    mask-size: contain;
    margin: 0 15px 0 47px;
}

.blur-button-icon {
    background-color: #ffffff;
    width: 40px;
    height: 40px;
}

.free-services-consultation {
    -webkit-mask: url(/public/images/icons/free-services-consultation.svg) no-repeat center;
    mask: url(/public/images/icons/free-services-consultation.svg) no-repeat center;
}

.free-services-school {
    -webkit-mask: url(/public/images/icons/free-services-school.svg) no-repeat center;
    mask: url(/public/images/icons/free-services-school.svg) no-repeat center;
}

.free-services-accountant {
    -webkit-mask: url(/public/images/icons/free-services-accountant.svg) no-repeat center;
    mask: url(/public/images/icons/free-services-accountant.svg) no-repeat center;
}

.free-services-lawyer {
    -webkit-mask: url(/public/images/icons/free-services-lawyer.svg) no-repeat center;
    mask: url(/public/images/icons/free-services-lawyer.svg) no-repeat center;
}

.services-card:hover .blur-button {
    background-color: #436EB3;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
}

.services-card:hover .blur-button-icon {
    background-color: #436EB3;
}

.services-card:hover .blur-button-icon__inner {
    background-color: #ffffff;
}

.services-card:hover .blur-button-text:after {
    background-image: url(/public/images/icons/arrow-white.svg);
}

.send-question {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 1198px) {
    .services__row {
        display: block;
    }

    .services-card {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 725px) {
    .free-jobs__title, .free-jobs__stat-number {
        font-size: 19px;
    }

    .free-jobs__title {
        margin-bottom: 25px;
    }

    .free-jobs__image {
        width: 180px;
        height: 150px;
    }

    .free-jobs__stat-line {
        width: 100%;
    }

    .coworking__cards {
        display: block;
    }

    .blur-button {
        left: 10px;
        bottom: 10px;
    }

    .blur-button-text {
        font-size: 15px;
    }
}

@media (max-width: 557px) {
    .free-services-title {
        font-size: 20px;
        font-weight: bold;
    }
}

@media (max-width: 500px) {
    .free-jobs__inner, .section-title {
        margin-left: 15px;
    }

    .coworking__inner {
        margin: 30px auto;
    }

    .free-services__inner {
        margin: 10px;
    }

    .blur-button-icon {
        width: 30px;
        height: 30px;
        -webkit-mask-size: contain;
        mask-size: contain;
    }

    .blur-button-text:after {
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin: 0px 15px 0 33px;
    }
}

@media (max-width: 406px) {
    .coworking__cards {
        width: 338px;
    }
}

/*# sourceMappingURL=styles.css.map */
