@charset "UTF-8";
/**
 * Миксины для разных экранов
 */
/** Настройки */
/** Миксины точного совпадения */
/** Миксины для стратегии первичный-мобильный */
/** Миксины для стратегии первичный-десктоп */
/** Прочие миксины */
html {
    font-size: 14px;
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
    width: 100%;
    overflow-x: hidden;
    background-color: #f2f1f1;
}

a {
    transition: all 0.2s ease-out;
}

hr {
    width: 100%;
    background-color: #212121;
    opacity: 0.15;
    border: 0;
    height: 1px;
    margin: 60px 0;
}

.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 {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: left;
    position: relative;
}

@media (max-width: 767px) {
    .main_title {
        font-size: 26px;
        line-height: 1.15;
    }
}

.inner_title {
    color: #212121;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 30px 30px 30px;
}

@media (max-width: 767px) {
    .inner_title {
        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;
    }
}

.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;
}

.page-content .breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 30px 30px 70px;
    text-transform: uppercase;
    color: #212121;
    position: static;
}

.page-content .breadcrumb > li.active {
    color: #212121;
}

.page-content .breadcrumb > li > a {
    text-decoration: none;
    color: #212121;
}

.page-content .breadcrumb > li + li:before {
    padding: 0 5px;
    content: "/";
    color: #212121;
}

.page-content.dark-content-header .breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 30px;
    text-transform: uppercase;
    color: white;
    position: absolute;
}

.page-content.dark-content-header .breadcrumb > li.active {
    color: white;
}

.page-content.dark-content-header .breadcrumb > li > a {
    color: white;
}

.page-content.dark-content-header .breadcrumb > li + li:before {
    color: white;
}

.hero-block {
    background: center / cover no-repeat linear-gradient(#436eb3, #618ed4);
    height: calc(100vh - 121px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 1200px) {
    .hero-block {
        height: calc(100vh - 48px);
    }
}
.hero-content {
    padding: 0 30px 30px 30px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media (max-width: 768px) {
    .hero-content {
        padding: 0 15px;
    }
}

.switcher .dropdown > a {
    text-decoration: none;
    color: #212121;
    opacity: 0.5;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.1;
}

.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;
    }
}

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;
}

.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;
}

.list-section .list-card, .list-section .list-card:active, .list-section .list-card:visited {
    text-decoration: none;
    outline: none;
}

.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;
    width: 100vw;
    height: 700px;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
}

.spitch-hall-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center bottom;
}

#mobile__residents-button {
    display: none;
}

@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;
    }

    #desctop__residents-button {
        display: none;
    }

    #mobile__residents-button {
        display: inline-flex;
        margin-top: 15px;
    }

    .coworking__card-bottom-link {
        text-align: center;
    }
}

.button-link, .button-link:active, .button-link:hover, .button-link:visited, .button-link:focus {
    padding: 0 16px;
    background-color: #436EB3;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 40px;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    outline: none;
    cursor: pointer;
}

.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;
}

.button-link:disabled,
.button-link:disabled:hover,
.button-link:disabled:focus {
    background-color: #9fb5d9;
    color: #eef3fb;
    cursor: not-allowed;
}

.button-link:disabled::after,
.button-link:disabled:hover::after,
.button-link:disabled:focus::after {
    background-color: #eef3fb;
}

.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;
}

.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;
    transition: transform 0.3s ease;
}

.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;
    transform: translate(-2px, -2px);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}

.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;
    }
}

.archiv-block {
    padding-left: 30px;
}

.archive-content {
    padding: 0 30px 70px 30px;
}

.services.archive-content .row-eq-height {
    --services-archive-gap: clamp(10px, 1.5vw, 18px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: var(--services-archive-gap);
    margin-left: 0;
    margin-right: 0;
}

.services.archive-content .row-eq-height:before,
.services.archive-content .row-eq-height:after {
    display: none;
}

.services.archive-content .row-eq-height > [class*="col-"] {
    float: none;
    width: auto;
    max-width: none;
    padding: 0;
}

.services.archive-content .services-item {
    height: 100%;
}

@media (max-width: 575px) {
    .archive-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .services.archive-content .row-eq-height {
        --services-archive-gap: 10px;
        grid-template-columns: 1fr;
    }

    .services.archive-content .row-eq-height > [class*="col-"] {
        width: 100%;
    }
}

@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;
    }

    .resident-link {
        margin-bottom: 30px;
    }
}

@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 */
