*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
}

img {
    vertical-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

html,
body {
    height: 100%;
    line-height: 1;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: "GT Walsheim Pro";
}

select {
    appearance: none;
    background: url(/img/arrow-custom-up.png) no-repeat right;
    background-position-x: calc(100% - 21px);
}

select:active {
    background: url(/img/arrow-custom-down.png) no-repeat right;
    background-position-x: calc(100% - 21px);
    border: 1px solid #20a052 !important;
}

/*----------------------------------------------------*/
.wrapper {
    overflow: hidden;
    flex-direction: column;
}

.wrapper.news-wrapper {
    background-color: #f2f3f5;
}

._container {
    width: 1112px;
    padding: 0 15px;
    margin: 0px auto;
    box-sizing: content-box;
}

._container {
    width: 1112px;
    padding: 0 15px;
    margin: 0px auto;
    box-sizing: content-box;
}

.filter-container {
    max-height: 520px;
}

._ibg {
    position: relative;
}

._ibg img {
    position: absolute;
    height: 565px;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

/*-->ШАПКА-->*/
.header {
    position: fixed;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 50;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ebecef;
}

.header-btn {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 5px;
}

.header__logo {
    line-height: 1;
}

.header__container {
    display: flex;
    max-height: 64px;
    max-width: 1200px;
    align-items: center;
    padding: 0;
}

@media (max-width: 479px) {
    .header__container {
        min-height: 70px;
    }
}

.vacancy__container__my_vacancies {
    margin-top: 25px;
}

.header-btn__names {
    margin-left: 10px;
    font-family: "GT Walsheim Pro";
    font-size: 14px;
}

.main-block__responce-area .ad-contact-block.ad-expired span.header-btn__names {
    font-size: 16px;
}

.btn__location {
    width: auto;
    height: 32px;
    border: solid 1px #d5d6d8;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    line-height: 142%;
    letter-spacing: -0.2px;
    margin-left: 35px;
    padding: 0 15px 0 10px;
    white-space: nowrap;
}

.btn__location:hover {
    border: solid 1px #babcbf;
    cursor: pointer;
}

.btn__location:active {
    border: solid 1px #20a052;
    cursor: pointer;
}

.region-block {
    width: 590px;
}

.region-block.guest {
    width: 590px;
}

.btn__lang {
    background-color: #fff;
}

.btn__favorites {
    background-color: transparent;
    cursor: pointer;
}

.btn__favorites.active path {
    fill: #ff0000;
}

.btn__favorites.hover:hover path {
    fill: #ff0000;
}

.vacancy-like {
    padding-top: 20px;
    float: right;
    color: #131416;
    font-size: 14px;
}

.vacancy-like span {
    margin-top: -22px;
    padding-left: 32px;
    display: block;
}

.btn__create {
    font-family: 'GT Walsheim Pro';
    font-weight: 500;
    border-radius: 4px;
    width: auto;
    height: 40px;
    margin-left: 18px;
    padding: 10px 16px 10px 16px;
    white-space: nowrap;
}

.btn__create:hover {
    background-color: #ebecef;
    cursor: pointer;
    box-shadow: 1px 1px 0 #e2e4e9 inset, -1px -1px 0 #e2e4e9 inset;
}

.btn__create:active {
    background-color: #e2e4e9;
    cursor: pointer;
}

.btn__logIn {
    font-family: 'GT Walsheim Pro';
    font-weight: 500;
    border-radius: 4px;
    width: auto;
    height: 40px;
    margin-left: 16px;
    padding: 10px 16px 10px 16px;
    white-space: nowrap;
}

.btn__logIn.btn__outline {
    background: none;
}

.btn__logIn:hover {
    background-color: #ebecef;
    cursor: pointer;
    box-shadow: 1px 1px 0 #e2e4e9 inset, -1px -1px 0 #e2e4e9 inset;
}

.btn__logIn:active {
    background-color: #e2e4e9;
    cursor: pointer;
}

.header-menu {
    position: absolute;
    border-radius: 8px;
    padding: 6px;
    background: white;
    color: #131416;
    font-weight: 400;
    font-size: 14px;
    width: 224px;
    margin-left: -40px;
    box-shadow: 1px 1px 0 #e2e4e9 inset, -1px -1px 0 #e2e4e9 inset;
    cursor: pointer;
    z-index: 1000;
}

.header-menu .header-menu-element {
    padding: 8px 12px 8px 10px;
    border-radius: 6px;
    width: 100%;
    height: 40px;
}

.header-menu .header-menu-element.active, .header-menu .header-menu-element:hover {
    background: #F2F3F5;
}

.header-menu .header-menu-element img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.header-menu .header-menu-element span {
    vertical-align: top;
    line-height: 24px;
}

.header-menu .header-menu-element a, .header-menu .header-menu-element a:visited {
    text-decoration: none;
    color: #000;
}

.header .container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1112px;
}

.header .container .log-lang {
    align-items: center;
}

.header .container .log-lang .lang {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #979ca3;
}

.header .container .header-profile {
    display: none;
    align-items: center;
    padding-left: 24px;
}

.header .container .header-profile.active {
    display: flex;
    width: 390px;
}

.header .container .header-profile .phone {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #979ca3;
}

.balance {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    margin-left: 10px;
    line-height: 150%;
    color: #868b92;
}

.balance-value {
    font-weight: 700;
    margin-right: 3px;
}

.get-money-link {
    color: #53b374;
    font-weight: normal;
    margin-left: 3px;
    text-decoration: underline;
}

.header .container .header-profile .phone img {
    margin-right: 8px;
}

.header .container .header-profile .user {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.wrapper-mobile-header {
    display: none;
    overflow: hidden;
}

a.favorites-link {
    font-size: 14px;
}

@media (max-width: 1200px) {
    .header .container {
        width: 900px;
        margin-left: 10px;
    }

    .btn__favorites {
        margin-left: 0;
    }

    .header .container .header-profile .user {
        margin-left: 0;
    }

    .page .main-block__search-work__vacancies {
        width: 930px;
        margin-left: 10px;
    }

    .page .vacancy__container__vacancies {
        padding-left: 25px;
    }

    .my-vacancies .page__vacancy-search-menu .main-block__third-page {
        margin-left: -12px;
    }

    .my-vacancies .page__vacancy-search-menu .work-in-moscow__vacancy {
        margin-left: -8px;
    }
}

@media (max-width: 1000px) {
    .page .main-block__buttons {
        margin-left: -454px;
    }

    .main-block__search.search_block {
        width: 820px;
    }

    .main-block__search .search-button_prof {
        width: 195px;
    }

    .main-block__search .search-button_paid {
        width: 200px;
    }

    .page .main-block__search-work {
        width: 812px;
        min-width: auto;
    }

    .page .main-block__search-work__vacancies {
        width: 855px;
        margin-left: 8px;
    }

    .header .container {
        width: 820px;
        margin-left: 10px;
    }
}

@media (max-width: 900px) {
    .header {
        justify-content: flex-start;
        height: 60px;
    }

    .menu-click-area {
        width: 50px;
        margin-right: 15px;
        position: relative;
        z-index: 1;
        background-image: url('/img/menu.svg');
        height: 50px;
        background-repeat: no-repeat;
        background-size: 24px 24px;
        background-position: center;
    }

    header .header__container {
        display: none !important;
    }

    .header .header__logo img {
        width: 94px;
        height: 24px;
        margin-left: 16px;
        position: relative;
        z-index: 1;
    }

    .wrapper-mobile-header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .wrapper-mobile-header.active {
        height: 100vh;
    }

    .btn__lang {
        margin-left: -8px !important;
    }

    .menu {
        align-items: center;
        clip-path: polygon(81.05% 9.1%, 92% 9.1%, 92% 10.1%, 81.05% 10.1%);
        color: #f2f2f2;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        font-family: "GT Walsheim Pro";
        font-size: 28px;
        height: 100%;
        position: fixed;
        top: 0;
        transition: clip-path 400ms cubic-bezier(0.4, 0, 0.2, 1),
        background-color 400ms cubic-bezier(0.4, 0, 0.2, 1);
        width: 100%;
    }

    .menu * {
        margin: 0;
        padding: 2px;
        width: auto;
        font-size: 26px;
        height: auto;
    }

    .menu img {
        width: 28px;
    }

    .active .menu {
        background-color: #ffffff;
        clip-path: polygon(101% -1%, 101% 101%, -1% 101%, -1% -1%);
    }

    .page .vacancy__container__vacancies {
        padding-left: 20px;
    }

    .my-vacancies .page__vacancy-search-menu .main-block__third-page {
        margin-left: -5px;
        padding: 0 5px;
    }

    .my-vacancies .page__vacancy-search-menu .work-in-moscow__vacancy {
        margin-left: 0;
    }
}

@media (max-width: 330px) {
    .active .menu {
        margin-top: 40px;
    }

    .menu-click-area {
        margin-right: 0;
    }

    .page .vacancy__container__vacancies {
        padding-left: 15px;
    }
}

/*<--ШАПКА<--*/

/*-->FOOTER-MAIN-->*/
.footer {
    background: #131416;
    width: 100%;
    height: 295px;
}

.footer_main {
    display: flex;
    justify-content: space-between;
}

.footer__column {
    padding-top: 40px;
    flex: 0 1 25%;
    line-height: 1;
}

.footer-label {
    font-family: GT Walsheim Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.4px;
    text-align: left;
    margin-bottom: 10px;
}

.menu-footer__item {
    padding-bottom: 8px;
}

.menu-footer__link {
    font-family: GT Walsheim Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
    text-align: left;
    color: #818c99;
}

.info-footer-item {
    font-family: GT Walsheim Pro;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.2px;
    color: #818c99;
    margin-top: 20px;
    text-align: right;
}

.google-play {
    position: relative;
    left: 140px;
}

.mail-to {
    color: #20a052;
}

@media (max-width: 1200px) {
    .footer .footer_main {
        width: 895px;
    }

    .footer .google-play {
        left: 85px;
    }

    .footer .footer_container {
        padding: 0;
        width: 895px
    }

    .footer .footer-other-info {
        width: 895px;
    }

    .footer {
        padding-left: 10px;
    }
}

@media (max-width: 1000px) {
    .footer-other-info {
        justify-content: space-between;
    }

    .footer .footer_main {
        width: 820px;
    }

    .footer .google-play {
        left: 65px;
    }

    .footer .footer_container {
        width: 820px;
    }

    .footer .footer-other-info {
        width: 820px;
    }
}

@media only screen and (max-width: 900px) {
    .google-play {
        left: 0;
    }

    .footer-info .info-footer-item {
        text-align: left;
    }

    .footer-other-info {
        flex-direction: column;
        gap: 10px;
    }

    .footer {
        height: auto;
        padding: 0 30px 10px 5px;
    }

    .footer .footer_container .footer-line {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .footer .footer_main {
        width: auto;
    }

    .footer .google-play {
        left: 0;
    }

    .footer .footer-other-info {
        width: 100%;
    }

    .footer .footer_container {
        width: 100%;
        padding: 0 15px 0 15px;
    }
}

/*----FOOTER-CONTAINER------------------------------------------------*/
.footer-other-info {
    width: 1112px;
    height: 44px;
    display: inline-flex;
    justify-content: space-between;
}

.footer__privacy-policy,
.footer__paid-service,
.footer__terms-of-use {
    font-family: GT Walsheim Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
    text-align: left;
    color: #818c99;
}

/*<--FOOTER-MAIN<--*/

/*----PAGE------------------------------------------------*/
.page {
    flex: 1 1 auto;
}

.page__main-block {
}

.page__vacancy,
.page__work-in-moscow,
.page__housing-in-moscow,
.page__services-in-moscow,
.page__news {
    position: relative;
    margin: 80px 0 80px 0;
}

/*----MAIN-BLOCK------------------------------------------------*/

.main-block {
    position: relative;
}

.main-block__second-page {
    padding-bottom: 20px;
}

.main-block__container {
    min-height: calc(100vh - 295px);
}

.main-block__container.filter-container {
    min-height: 500px;
    width: 90%;
}

@media (max-width: 1200px) {
    .main-block__container.filter-container {
        padding-left: 25px;
    }
}

.main-block__body {
    padding: 184px 0 0 0;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-block__title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media (max-width: 479px) {
    .main-block__title {
        font-size: 42px;
    }
}

.main-block__text {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 80px;
}

.main-block__button,
.main-block__search-button {
    font-family: "GT Walsheim Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    border-radius: 4px;
    min-height: 60px;
    min-width: 100px;
    justify-content: center;
    align-items: center;
    padding: 10px 36px 20px 36px;
    cursor: pointer;
}

.main-block__search-button {
    font-size: 14px;
}

.main-block__buttons {
    display: inline-flex;
    margin-bottom: -5px;
    margin-left: -530px;
}

.main-block__button_work {
    background-color: rgba(19, 20, 22, 0.6);
    color: #fff;
    border-radius: 8px;
}

.main-block__button.active {
    background-color: #f2f3f5;
    color: #000;
}

.main-block__button_housing {
    background-color: rgba(19, 20, 22, 0.6);
    color: #fff;
    border-radius: 8px;
}

.main-block__button_services {
    background-color: rgba(19, 20, 22, 0.6);
    color: #fff;
    border-radius: 8px;
}

.main-block__search {
    position: relative;
    background-color: #fff;
    width: 896px;
    min-height: 80px;
    border-radius: 8px;
    margin-top: -7px;
}

.main-block__search-work {
    min-width: 896px;
    min-height: 80px;
    display: inline-flex;
    justify-content: space-between;
    padding: 0 16px;
}

.main-block__image {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    height: 565px;
}

.main-block__bg-image {
    opacity: 0.8;
}

@media (max-width: 900px) {
    .page .main-block__search-work {
        width: auto;
    }

    .main-block__search.search_block {
        width: auto;
    }

    .main-block__search .search-button_prof {
        width: auto;
    }

    .main-block__search .search-button_paid {
        width: auto;
    }

    .page .main-block__buttons {
        margin: 0;
    }

    ._container {
        width: calc(100vw - 30px);
    }

    .main-block__image img {
        opacity: 0.5;
    }

    .vacancy__container__my_vacancies {
        margin-top: 0;
    }
}

.main-block__search-button {
    display: inline-flex;
    margin: auto;
    border: solid 1px #d5d6d8;
    background-color: #fff;
}

.main-block__search-button:focus {
    outline-color: #20a052;
}

.search-button_type {
    width: 235px;
    min-height: 48px;
    padding: 14px 35px 14px 16px;
    margin-right: 8px;
}

.search-button_work {
    width: 260px;
    min-height: 48px;
    padding: 14px 35px 14px 16px;
}

.filter_sort_select {
    width: 259px;
    min-height: 48px;
    padding: 22px 35px 6px 16px;
    float: right;
    margin: initial;
}

.search-button_prof {
    width: 275px;
    min-height: 48px;
    padding: 14px 70px 14px 16px;
    margin-left: 8px;
    max-height: 700px;
}

.search-button_paid {
    width: 210px;
    min-height: 48px;
    padding: 14px 55px 14px 16px;
    margin-right: 8px;
    margin-left: 8px;
}

.search-button_service {
    width: 493px;
    min-height: 48px;
    padding: 14px 70px 14px 16px;
    margin-left: 8px;
    margin-right: 8px;
}

.search-button_src {
    width: 87px;
    min-height: 48px;
    padding: 14px 24px 14px 24px;
    background-color: #20a052;
    color: #fff;
}

.search-button_src:hover {
    background-color: #1e954c;
    cursor: pointer;
}

.search-button_src:active {
    background-color: #327248;
    cursor: pointer;
}

/*----VACANCY------------------------------------------------*/
.vacancy__container {
}

.vacancy__body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}

.vacancy__similar__body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 0;
}

.vacancy__column {
    flex: 0 1 25%;
    margin: 0 0 24px 0;
}

.vacancy-date {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #818c99;
    margin: 8px 0 0 0px;
    float: right;
}

.from_news {
    padding-bottom: 70px;
}

.vacancy__column {
    padding: 0 15px;
}

.from_vacancies .vacancy__column {
    padding: 0 0 0 5px;
}

.from_news .vacancy__column {
    padding: 0;
}

.vacancy_item {
    border-radius: 8px;
    box-shadow: 0 13px 19px rgba(0, 0, 0, 0.07);
    background: #ffffff;
    padding: 35px;
}

.from_home .vacancy_item {
    box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.2), 0 8px 40px rgba(34, 34, 34, 0.08);
    padding: 40px 16px 0;
}

@media (max-width: 479px) {
    .vacancy_item {
        padding: 25px;
    }
}

.item-vacancy {
    height: 120px;
    width: 255px;
}

.item-vacancy .item-vacancy_green > *:not(:last-child) {
    margin: 0 0 10px 0;
}

.item-vacancy__title {
    font-weight: 500;
    letter-spacing: -0.4px;
    font-size: 18px;
    line-height: 130%;
    color: #131416;
    margin-top: -28px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1200px) {
    .from_home .item-vacancy__title,
    .from_vacancies .item-vacancy__title {
        white-space: normal;
        width: auto;
    }
}
@media only screen and (max-width: 550px) {
    .from_home .item-vacancy__title {
        height: 80px;
        -webkit-line-clamp: 1;
    }

    .from_vacancies .item-vacancy__title {
        height: auto;
        -webkit-line-clamp: 2;
    }
}

.item-vacancy__text {
    color: #131416;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 142%;
    overflow: hidden;
}

.item-vacancy__quantity {
    color: #6d7885;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 142%;
    margin-top: 25px;
}

/*----WORK-IN-MOSCOW------------------------------------------------*/

.page__work-in-moscow__title {
    margin-bottom: 24px;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

.page__work-in-moscow__title__vacancies {
    margin-bottom: 15px;
}

.work-in-moscow__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 128%;
    letter-spacing: -0.8px;
    color: #131416;
}

.work-in-moscow__title h2 {
    display: contents;
}

.from_vacancies .work-in-moscow__title {
    font-size: 24px;
}

.from_vacancy .work-in-moscow__title {
    padding-top: 40px;
}

.from_news .work-in-moscow__title {
    margin-top: 60px;
    font-size: 24px;
}

.from_news .breadcrumb-list {
    padding-top: 65px;
}

.from_news .work-in-moscow__title.element-news {
    margin-top: 15px;
}

.btn__show-all {
    font-family: "GT Walsheim Pro";
    font-size: 14px;
    line-height: 142%;
    letter-spacing: -0.2px;
    font-weight: 400;
    color: #20a052;
    background-color: #fff;
    cursor: pointer;
    padding-top: 10px;
    text-wrap: nowrap;
    padding-left: 10px;
}

.item-work-in-moscow,
.item-housing-in-moscow,
.item-services-in-moscow {
    width: 350px;
    height: 120px;
}

.item-vacancy__rating,
.item-vacancy__address {
    color: #6d7885;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 142%;
    padding-top: 12px;
}

.rating-star {
    margin: 0 10px 0 3px;
}

/*----NEWS------------------------------------------------*/

.item-news {
    width: 540px;
    height: 170px;
    display: inline-flex;
    padding: 0;
}

.from_home .item-news {
    padding: 16px;
    height: auto;
}

.from_home .item-vacancy__date {
    padding-left: 0;
    margin-top: auto;
}

.item-news__img {
    width: 134px;
    height: 134px;
}

.news-img {
    border-radius: 8px 0 0 8px;
}

.from_home .news-direction {
    display: flex;
    flex-direction: column;
    height: 195px;
}

.item-news__title {
    font-weight: 500;
    letter-spacing: -0.4px;
    font-size: 18px;
    line-height: 110%;
    color: #131416;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.item-news__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #131416;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
    .item-news__description {
        -webkit-line-clamp: 6;
    }
}

.item-vacancy__date {
    color: #6d7885;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 142%;
    padding-top: 0;
    padding-left: 16px;
}

/*----PAGE-2----------------------------------------------*/

.body__second-page {
    display: flex;
    padding: 90px 0 20px 0;
    gap: 24px;
    justify-content: space-between;
    flex-direction: inherit;
    align-items: flex-start;
}

.main-block__right {
    width: 695px;
}

.breadcrumb-list {
    display: inline-flex;
}

.breadcrumb-item {
    font-family: GT Walsheim Pro;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.2px;
    color: #818c99;
}

.breadcrumb-dot {
    padding: 0 6px;
}

.main-block__vacancy-title {
    font-family: GT Walsheim Pro;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.8px;
    color: #131416;
    margin: 8px 0 25px 0;
}

.main-vacancy__employer,
.main-vacancy__adress,
.main-vacancy__direction {
    font-family: GT Walsheim Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #818c99;
}

.main-vacancy__direction {
    margin: 24px 0;
    color: #131416;
}

.main-vacancy__rating {
    display: flex;
    margin: 8px 0 20px 0;
}

.main-vacancy__rating-quantity {
    font-family: GT Walsheim Pro;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #131416;
    position: relative;
    top: 3px;
    padding-right: 8px;
}

/*----PAGE-2-left--------*/

.main-block__left {
    display: flex;
    flex-direction: column;
    width: 355px;
}

.main-block__responce-area {
    width: 355px;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 36px;
    background: #f2f3f5;
    border-radius: 8px;
}

.main-block__responce-area.warning-message {
    padding: 12px 16px 12px 16px;
    margin-top: 8px;
    background: #FFF0D8;
    color: #131416;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.main-block__responce-area .ad-contact-block {
    width: 270px;
    height: 56px;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    padding: 16px;
    background: white;
    border-radius: 8px;
    cursor: pointer;
}

.main-block__responce-area .ad-contact-block.ad-expired {
    text-align: center;
    justify-content: center;
    background: none;
    color: #FF0000;
    letter-spacing: -0.4000000059604645px;
}

.main-block__responce-area .ad-contact-block.ad-contact-block-copy:hover {
    background-color: #fafafa;
    box-shadow: 1px 1px 0 #eee inset, -1px -1px 0 #eee inset;
}

.main-block__responce-area .ad-contact-block.ad-contact-block-copy:active {
    box-shadow: 1px 1px 0 #e2e4e9 inset, -1px -1px 0 #e2e4e9 inset;
}

.main-block__responce-area .ad-contact-block img {
    width: 24px;
    height: 24px;
}

.main-block__responce-area .ad-contact-block span {
    font-size: 19px;
    line-height: 24px;
    vertical-align: top;
}

.main-block__responce-area .ad-contact-block.phone span {
    font-weight: 700;
}


.item-vacancy__payment {
    font-family: GT Walsheim Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #818c99;
}

.item-vacancy__cost {
    font-family: GT Walsheim Pro;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.8px;
    color: #131416;
    margin-bottom: 16px;
}

.search-button_respond {
    width: 283px;
    height: 48px;
    background: #20a052;
    color: #ffffff;
    border-radius: 4px;
    letter-spacing: -0.2px;
    padding: 10px;
    cursor: pointer;
}

.search-button_respond:hover {
    background-color: #1c9049;
}

.search-button_respond:active {
    background-color: #1a8845;
    box-shadow: inset 0 0 0 1px #167039;
}

.search-button_respond.archive-btn {
    margin-top: 10px;
    background: #FFA000;
}

.search-button_respond.archive-btn.archive-client-btn {
    background: #818c99;
}

.search-button_respond.archive-btn:hover {
    background-color: #ffa919;
}

.search-button_respond.archive-btn.archive-client-btn:hover {
    background: #818c99;
}

.search-button_respond.archive-btn:active {
    background-color: #ffa40c;
    box-shadow: inset 0 0 0 1px #e59000;
}

.search-button_respond.archive-btn.archive-client-btn:active {
    background: #818c99;
    box-shadow: inset 0 0 0 1px #818c99;
}

/*----PAGE-2---Similar-vacancy-------------------------------------------*/

.page__similar-vacancy {
    background-color: #f2f3f5;
    position: relative;
    padding-bottom: 70px;
}

.item-similar-vacancy {
    width: 541px;
    display: flex;
    padding: 24px;
    height: 270px;
    flex-direction: column;
    justify-content: space-between;
}

.title__green {
    font-family: GT Walsheim Pro;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.4px;
    text-align: left;
    color: #20a052;
    margin: 0;
    padding: 0 60px 0 0;
    width: 430px;
}

.vacancy__body-third-page .title__green {
    width: 720px;
    text-align: left;
}

.news__body-third-page .title__green {
    white-space: initial;
    width: auto;
}

.item-vacancy__first-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.item-vacancy__second-row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
}

.vacancy-rating,
.vacancy-location {
    font-family: GT Walsheim Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
    text-align: left;
    padding-top: 8px;
}

.vacancy-location {
    color: #818c99;
    text-align: right;
}

.btn__benchmarks {
    display: inline-flex;
    margin-top: 8px;
    gap: 7px;
    overflow: hidden;
    max-width: 100%;
}

.btn__benchmark {
    font-family: GT Walsheim Pro;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.2px;
    text-align: left;
    color: #131416;
    background: #e7f6e3;
    border-radius: 6px;
    padding: 6px 10px;
}

.benchmark-green {
    background: #eaf3ff;
    margin-left: 8px;
}

.item-vacancy__last-row {
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.item-vacancy__time {
    font-family: GT Walsheim Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
    text-align: left;
    color: #818c99;
    margin-top: 15px;
}

.text-cost {
    font-family: GT Walsheim Pro;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.4px;
    text-align: right;
    margin: 7px 0 0 0;
    color: #131416;
}

.text-cost-similar {
    width: 200px;
    margin: 7px 0 0 120px;
}

/*----PAGE-3----------------------------------------------*/

.page__vacancy-search-menu {
    background-color: #f2f3f5;
    position: relative;
    padding-top: 55px;
    min-height: calc(100vh - 295px);
}

@media only screen and (max-width: 900px) {
    .page__vacancy-search-menu {
        padding-top: 90px;
    }

    .page .vacancy__container__vacancies {
        padding-top: 25px;
        width: calc(100vw - 45px);
    }
}

.page__news-search-menu {
    background-color: #f2f3f5;
    position: relative;
    padding-top: 25px;
    min-height: calc(100vh - 295px);
}

.search-menu__search-work {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.work-in-moscow__vacancy {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.search-button_counting {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 260px;
    height: 48px;
}

.counting-title {
    font-family: GT Walsheim Pro;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.2px;
    margin-right: auto;
    color: #6d7885;
    position: absolute;
    margin-left: 28px;
    margin-top: 7px;
}

.counting-direction {
    font-family: GT Walsheim Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
    margin-right: auto;
    color: #131416;
}

.item-vacancy__founds {
    font-family: GT Walsheim Pro;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.2px;
    color: #818c99;
}

.main-block__third-page {
    display: flex;
    justify-content: space-between;
}

.my-vacancies .main-block__third-page {
    margin-left: -5px;
}

/*----PAGE-3-left----*/

.vacancy__body-third-page__menu {
    width: 275px;
    margin: 0 -15px -30px;
}

.search-menu__block {
    width: 260px;
    background: #ffffff;
    border-radius: 8px;
    margin-left: 15px;
    padding: 8px;
    margin-bottom: 50px;
}

.block__menu-up {
    margin-bottom: 25px;
}

.block__menu-up,
.block__menu-down {
    padding: 8px;
}

.block__menu-title {
    font-family: GT Walsheim Pro;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #131416;
    margin-bottom: 22px;
}

.block__menu-element {
    font-family: GT Walsheim Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #131416;
    cursor: pointer;
    width: 240px;
    margin: 0 0 0 -6px;
    padding: 6px 8px;
    border-radius: 4px;
}

.menu-element__list {
    margin: 0 0 0 16px;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 4px;
    width: 216px;
}

.list-active,
.element-active {
    background: #f2f3f5;
}

.green-pointer__down {
    float: right;
    padding: 7px;
}

.green-pointer__up {
    float: right;
    padding: 7px;
}

.block__menu-up:after {
    content: "";
    background-color: #f2f3f5ff;
    height: 1px;
    display: block;
    position: relative;
    width: 265px;
    right: 17px;
    top: 22px;
}

.block__menu-down_title {
    font-family: GT Walsheim Pro;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #131416;
}

.block__menu-down_paid-type {
    font-family: GT Walsheim Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #6d7885;
    margin: 16px 0;
}

.block__menu-down_paid-type.additional {
    margin: 0 0 16px 0;
}

.form_radio__item {
    font-family: GT Walsheim Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
    text-align: left;
    color: #131416;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    user-select: none;
}

.form_radio {
    margin-bottom: 10px;
}

.form_radio input[type="radio"] {
    display: none;
}

.form_radio__item:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    background: url(/img/Radio.jpg) 0 0 no-repeat;
    width: 20px;
    height: 20px;
}

/* Checked */
.form_radio input[type="radio"]:checked + label:before {
    background: url(/img/Radio-active.jpg) 0 0 no-repeat;
}

/* Hover */
.form_radio__item:hover:before {
    filter: brightness(107%);
}

/* Disabled */
.form_radio input[type="radio"]:disabled + label:before {
    filter: grayscale(100%);
}

/*----CHECKBOX----*/
.public .form_checkbox {
    margin-bottom: 10px;
}

.form_checkbox input[type="checkbox"] {
    display: none;
}

.form_checkbox__item:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    background: url(/img/check.svg) 0 0 no-repeat;
    width: 20px;
    height: 20px;
}

/* Checked */
.form_checkbox input[type="checkbox"]:checked + label:before {
    background: url(/img/check-active.svg) 0 0 no-repeat;
}

/* Hover */
.form_checkbox__item:hover:before {
    filter: brightness(107%);
}

/* Disabled */
.form_checkbox input[type="checkbox"]:disabled + label:before {
    filter: grayscale(100%);
}

/*----PAGE-3-right----*/
.vacancy__body-third-page {
    width: 835px;
    min-height: 50vh;
    padding-bottom: 20px;
}

@media (max-width: 1200px) {
    .vacancy__body-third-page {
        width: 655px;
    }
}

@media (max-width: 1000px) {
    .vacancy__body-third-page {
        width: 575px;
    }
}

.news__body-third-page {
    width: 100%;
}

.item-similar-vacancy-long {
    width: 828px;
    padding: 24px;
}

.item-similar-news-long {
    width: 100%;
    padding: 24px;
}

/*----LOG-IN---------------------------------------------*/

.main-block__log-IN {
    width: 100%;
    height: 750px;
    background-color: #f2f3f5;
}

.log-IN__title {
    font-family: GT Walsheim Pro;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.8px;
    text-align: center;
    color: #131416;
    padding-top: 120px;
}

.log-IN__form {
    width: 400px;
    height: auto;
    padding: 40px;
    background-color: #ffffff;
    box-shadow: 0px 0px 0.5px rgba(0, 0, 0, 0.2),
    0px 8px 40px rgba(34, 34, 34, 0.08);
    border-radius: 8px;
    text-align: center;
    justify-content: center;
    margin: 80px auto;
}

.form__title {
    font-family: GT Walsheim Pro;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #131416;
    margin-bottom: 24px;
}

.form__form {
    height: 48px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #d5d6d8;
    border-radius: 4px;
    margin-bottom: 24px;
    padding: 14px 16px;
    color: #818c99;
    font-family: GT Walsheim Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
}

.form__btn-next {
    width: 320px;
    height: 48px;
    background: #20a052;
    border-radius: 4px;
    font-family: GT Walsheim Pro;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #ffffff;
    margin-bottom: 24px;
}

.form__btn-next:active {
    background: #327248;
    cursor: pointer;
}

.form__disclaimer {
    font-family: GT Walsheim Pro;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.2px;
    color: #818c99;
    text-align: left;
}

/*----LOG-IN--2-+-CREATE----------------------------------------*/

.form__btn {
    display: flex;
    justify-content: space-between;
}

.btn__form-back {
    display: flex;
    cursor: pointer;
}

.btn__form-repeat {
    display: flex;
    cursor: pointer;
}

.btn__form-text {
    font-family: GT Walsheim Pro;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #20a052;
    margin-left: 10px;
}

/*----INDEX_WHITE-STYLE-1----------------------------------------*/

.header__elements {
    display: flex;
    justify-content: space-between;
}

.header__logo-white {
    margin: 20px 0 20px 0;
}

.header__btn-language {
    font-family: GolosText;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #979ca3;
}

.btn__green {
    align-items: center;
    padding: 8px 16px;
    width: 80px;
    height: 40px;
    background: #53b374;
    border-radius: 16px;
    margin-left: 48px;
}

.header-btn__logIn {
    font-family: GolosText;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
}

.main-block__grey {
    width: 100%;
    height: 880px;
    background-color: #f2f3f5;
}

.main__title {
    font-family: GolosText;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #273444;
    padding-top: 144px;
}

.main__direction {
    font-family: GolosText;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 24px;
    text-align: center;
    color: #979ca3;
    margin-top: 16px;
}

.main__btn {
    display: flex;
    margin: 40px auto 64px auto;
    text-align: center;
    padding: 20px 24px;
    width: 287px;
    height: 64px;
    background: #53b374;
    border-radius: 16px;
    font-family: GolosText;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
}

.main__phone-img {
    width: 750px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

/*----INDEX_WHITE-STYLE-2----------------------------------------*/

.header-white {
    border-bottom: 2px solid #ededed;
}

.header__elements-right {
    display: flex;
}

.header__user-number {
    cursor: pointer;
    display: flex;
}

.header__number-confirmed {
    font-family: GolosText;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: #979ca3;
    padding: 8px;
}

.header__number-accept {
    padding: 8px;
}

.header__user-account {
    margin-left: 40px;
    margin-top: 5px;
}

.main-block__white {
    width: 100%;
    height: 880px;
    background-color: #ffffff;
}

.second-page-title {
    font-family: GolosText;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #273444;
    padding-top: 280px;
}

.second-page-direction {
    color: #273444;
    margin-top: 24px;
    margin-bottom: 48px;
}

.main__direction-link {
    color: #53b374;
    text-decoration: underline;
}

.main__btn-green {
    display: flex;
    margin: 40px auto 24px auto;
    text-align: center;
    justify-content: center;
    padding: 20px 24px;
    width: 430px;
    height: 64px;
    background: #53b374;
    border-radius: 16px;
    font-family: GolosText;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: #ffffff;
}

.main__btn-white {
    display: flex;
    margin: 0 auto 64px auto;
    text-align: center;
    justify-content: center;
    padding: 20px 24px;
    width: 430px;
    height: 64px;
    border: 1px solid #ccd1d8;
    border-radius: 16px;
    background-color: #ffffff;
    font-family: GolosText;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: #273444;
}

/*----INDEX_WHITE-STYLE-3----------------------------------------*/

.main__type-title {
    font-family: GT Walsheim Pro;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.8px;
    text-align: left;
    color: #273444;
    padding-top: 162px;
    margin-bottom: 16px;
}

.main__type-direction {
    font-family: GT Walsheim Pro;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.4px;
    color: #818c99;
}

.main__btns {
    margin-top: 82px;
    display: flex;
    justify-content: space-between;
}

.main__btn-work,
.main__btn-housing {
    display: inline-flex;
    justify-content: space-between;
    padding: 40px 64px;
    width: 520px;
    height: 160px;
    top: 248px;
    background: #edf0f5;
    border-radius: 64px;
}

.btn-work__info {
    display: flex;
    flex-direction: column;
}

.btn-work__title {
    font-family: GT Walsheim Pro;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    color: #273444;
}

.btn-work__direction {
    font-family: GT Walsheim Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #979ca3;
    margin-top: 10px;
}

/*----INDEX_WHITE-STYLE-4----------------------------------------*/

.main__back-block {
    width: 100%;
    height: 152px;
    position: relative;
    background-color: #ffffff;
}

.main-block__form {
    width: 100%;
    height: 1424px;
    background-color: #edf0f5;
}

.main__back-block_title {
    display: flex;
    padding-top: 32px;
}

.main__btn-back {
    width: 48px;
    height: 48px;
    background: #ffffff;
    border: 1px solid #ccd1d8;
    border-radius: 16px;
    cursor: pointer;
}

.back-block__title {
    font-family: GolosText;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #273444;
    margin-left: 16px;
    margin-bottom: 16px;
}

.main__back-block_direction {
    font-family: GolosText;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #979ca3;
}

/* -------main-block__form--LEFT-------- */

.main-block__form-left {
    width: 50%;
    display: block;
    margin-top: 140px;
}

.vacancy-form__info-title {
    font-family: GolosText;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #273444;
    margin-bottom: 16px;
}

.vacancy-form__select {
    width: 100%;
    height: 64px;
    padding: 20px;
    border: 1px solid #ccd1d8;
    border-radius: 16px;
    background-color: #ffffff;
    font-family: "GolosText";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #273444;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.shevron-down {
    width: 15px;
}

.vacancy-form__radio-form {
    display: flex;
    margin-bottom: 32px;
}

.vacancy-form__radio {
    width: 100%;
    height: 64px;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 16px;
    margin-right: 8px;
}

.vacancy-form__item {
    font-family: GolosText;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #273444;
    margin: auto;
}

.vacancy-form__info-disclaimer {
    font-family: GolosText;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #979ca3;
    margin-top: -17px;
    margin-bottom: 32px;
}

.vacancy-info__form-description {
    width: 100%;
    height: 160px;
    background: #ffffff;
    border: 1px solid #ccd1d8;
    border-radius: 16px;
    padding: 20px;
    font-family: GolosText;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #273444;
}

.vacancy-info__taiming {
    display: flex;
    width: 100%;
    margin-top: 32px;
}

.vacancy-info__taiming-form {
    width: 270px;
}

.vacancy-info__taiming-form:not(last-child) {
    margin-right: 30px;
}

/* -------main-block__form--RIGHT-------- */

.main-block__form-right {
    width: 50%;
}

.right-form__vacancy-info {
    width: 543px;
    height: 560px;
    background: #ffffff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 64px;
    z-index: 2;
    padding: 56px;
    margin-left: 40px;
}

.vacancy__info-vacancy {
    font-family: "GolosText";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #979ca3;
    margin-bottom: 16px;
}

.vacancy__info-title {
    margin-bottom: 8px;
    font-family: "GolosText";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #273444;
}

.vacancy__info-paid {
    font-family: "GolosText";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #273444;
    margin-bottom: 32px;
}

.vacancy__info-direction-title {
    font-family: "GolosText";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #979ca3;
    margin-bottom: 8px;
}

.vacancy__info-timing {
    display: flex;
    margin-top: 32px;
    border-top: 1px solid #ccd1d8;
    padding: 24px 0;
}

.info-timing__period {
    width: 50%;
}

.info-timing__start {
    width: 50%;
}

.info-timing__title {
    font-family: GolosText;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #979ca3;
    margin-bottom: 8px;
}

.info-timing__direction {
    font-family: GolosText;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #273444;
}

.vacancy__info-btn {
    width: 100%;
    height: 64px;
    background: #53b374;
    border-radius: 16px;
    font-family: GolosText;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
}

.vacancy__info-btn:hover {
    background-color: #1e954c;
    cursor: pointer;
}

.vacancy__info-btn:active {
    background-color: #327248;
    cursor: pointer;
}

/*----FOOTER-WHITE------------------------------------------------*/

.footer-white {
    background: #ffffff;
    width: 100%;
    height: 120px;
    border-top: 2px solid #ededed;
}

.footer_white-main {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.footer__policy {
    text-decoration: none;
    font-family: GolosText;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #979ca3;
    margin-top: 8px;
}

.search_block {
    display: none;
}

.search_block.active {
    display: block;
}

.footer .container a {
    display: flex;
}

.vacancy__column .news-direction {
    width: 100%;
}

.public .truncate-text {
    height: 125px;
    overflow: hidden;
    position: relative;
}

.truncate-text-news {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
}

.truncate-text-address {
    padding: 10px 0;
    height: 30px;
}

.truncate-text-vacancy {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

#my_region_modal,
#my_language_modal {
    color: #000;
    width: 298px;
    height: 118px;
    padding: 18px 9px;
    border-radius: 4px;
    background: #f2f3f5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    opacity: 0;
    z-index: 38;
    text-align: center;
}

#my_overlay {
    z-index: 37;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

#rating {
    position: relative;
    height: 16px;
    cursor: pointer;
    width: 120px;
    float: left;
    padding-top: 2px;
}

#rating_blank,
#rating_votes,
#rating_hover {
    height: 24px;
    position: absolute;
}

#rating_blank {
    background: url("/img/rating.png");
    width: 120px;
}

#rating_votes {
    background: url("/img/rating.png") 0 -24px;
}

#rating_hover {
    background: url("/img/rating.png") 0 -49px;
    display: none;
}

.pagination {
    width: 100%;
    padding-left: 4px;
    margin-bottom: 80px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

@media (max-width: 1200px) {
    .pagination {
        padding-left: 35px;
    }
}

@media only screen and (max-width: 1000px) {
    .pagination {
        padding-left: 33px;
    }
}

@media only screen and (max-width: 900px) {
    .pagination {
        padding-left: 0;
    }
}

.pagination .pagination-page {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #d5d6d8;
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 0;
    font-size: 14px;
    color: #131416;
    text-align: center;
    padding-top: 12px;
    margin-right: 8px;
    float: left;
    cursor: pointer;
}

.pagination .pagination-page.active,
.pagination .pagination-page:hover {
    color: #20a052;
    border: 1px solid #20a052;
}

.pagination .pagination-page:active {
    background: #fafafa;
}

.pagination .another-pages,
.pagination .another-pages:hover {
    background: none;
    border: 0;
}

.footer .footer-line {
    background-color: #fff;
    width: 100%;
    height: 1px;
    opacity: 0.1;
    margin-top: 40px;
    margin-bottom: 20px;
}

.vacancy.tag {
    width: auto;
    float: left;
    padding: 6px 10px;
    border-radius: 6px;
    margin: 5px 10px 5px 0;
    color: #131416;
}

.tag.blue {
    background: #eaf3ff;
}

.tag.green {
    background: #e7f7e3;
}

.tag.red {
    background: #ffe0e0;
}

@media (max-width: 1200px) {
    body {
        min-width: auto;
    }

    html body {
    }

    .main-block__body {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-block__body__vacancy {
        display: flex;
        flex-direction: inherit;
        align-items: flex-start;
        width: 900px;
    }

    .page .main-block__container__vacancy,
    .page .main-block__container__my_vacancy {
        width: 900px;
        padding-left: 25px;
    }

    ._container,
    .container,
    .footer-other-info {
        width: 90%;
    }

    .vacancy__container {
        width: 900px;
        padding-left: 40px;
    }

    .page__similar-vacancy .vacancy__container {
        width: 900px;
    }

    .page .vacancy__column__similar {
        padding: 0 10px;
    }

    .page__similar-vacancy .page__work-in-moscow__title {
        margin-left: -8px;
    }

    .vacancy__body {
        justify-content: center;
        width: 929px;
    }

    .from_home .vacancy__body a {
        width: 33.3%;
    }

    .from_home .vacancy__body a.block-info {
        width: 25%;
    }

    .from_home .vacancy__body a div.vacancy__column {
        width: 100%;
    }

    .from_home .vacancy__body a div.vacancy__column div.vacancy_item {
        height: 120px;
        width: 100%;
    }

    .item-similar-vacancy-long {
        width: auto;
        padding: 24px;
        margin-left: 5%;
    }

    .my-vacancy-element .item-similar-vacancy-long {
        margin-left: 0;
    }

    .vacancy__body-third-page .title__green {
        width: auto;
        max-width: 310px;
    }

    .page section.ads-block, .page section.page__news {
        margin-right: 15px;
    }

    .from_news .work-in-moscow__vacancy,
    .from_news .main-block__third-page,
    .from_news .breadcrumb-list {
        margin-left: -9px;
        width: 900px;
    }
}

.main-block__search-button__wrapper {
    width: 270px;
}

@media only screen and (max-width: 700px) {
    .work-in-moscow__vacancy {
        flex-direction: column;
    }

    .vacancy__body-third-page {
        width: calc(100% - 15px);
    }

    .main-block__search-button__wrapper {
        margin-top: 10px;
    }

    .text-cost {
        margin-left: 0%;
    }

    .item-similar-vacancy-long {
        margin-left: 0;
    }

    .main-block__search-button {
        float: left;
    }

    .item-similar-news-long {
        width: 98%;
    }

    .from_news {
        padding-bottom: 35px;
    }
}

@media (max-width: 620px) {
    .item-similar-news-long {
        width: 97%;
    }
}

@media (max-width: 550px) {
    .page section.ads-block {
        margin: 60px 15px 60px 0;
    }

    .from_home .vacancy__body a {
        width: 100%;
    }

    .from_home .vacancy__body.news-block a.news-link {
        width: 100%;
    }

    .item-news {
        width: auto;
        height: 300px;
    }

    .page__work-in-moscow__title {
        flex-direction: column;
    }

    .page__work-in-moscow__title .btn__show-all {
        padding-left: 0;
    }

    .rc-anchor-normal .rc-anchor-content {
        width: 140px !important;
    }

    .rc-anchor-normal {
        width: 220px !important;
    }

    .rc-anchor-normal .rc-anchor-pt {
        right: 89px !important;
    }

    .item-similar-news-long {
        width: 96%;
    }

    .item-vacancy__first-row {
        flex-wrap: nowrap;
    }
}

@media (max-width: 400px) {
    .page section.ads-block {
        margin: 40px 18px 40px 0;
    }

    main .main-block__bg-image {
        width: 161% !important;
    }

    main .main-block__image img,
    .main-block__image {
        height: 790px !important;
    }

    .page__vacancy {
        margin-top: 300px !important;
    }

    .item-work-in-moscow,
    .item-housing-in-moscow,
    .item-services-in-moscow {
        width: 310px;
    }

    .vacany__open-closed {
        display: none;
    }

    .item-similar-news-long {
        width: 95%;
    }

    .from_vacancies .item-vacancy__last-row {
        flex-direction: column-reverse;
    }

    .from_vacancies .item-vacancy__second-row {
        flex-direction: column;
    }

    .from_vacancies .item-vacancy__text.text-cost {
        text-align: left;
    }

}

@media only screen and (max-width: 1200px) {
    .item-vacancy {
        width: 200px;
    }

    .item-vacancy__time {
        width: 80px;
        margin-top: 13px;
    }

    .item-work-in-moscow,
    .item-housing-in-moscow,
    .item-services-in-moscow {
        width: 270px;
        height: 170px;
    }

    .from_home .vacancy__body.news-block a {
        width: 50%;
    }

    .from_home .vacancy__body.news-block div.vacancy__column.news-column {
        width: 100%;
    }

    .from_home .news-block .item-news {
        width: 100%;
        height: 200px !important;
    }

    .from_home .news-block .news-direction {
        height: 170px !important;
    }

    .item-similar-vacancy {
        width: 440px;
    }

    .vacancy__similar__body {
        justify-content: center;
        align-items: center;
        margin-left: -30px;
        padding: 0;
    }

    .page .vacancy__similar__body .item-similar-vacancy {
        padding: 20px;
    }

    .main-block__right {
        width: 520px;
    }
}

@media only screen and (max-width: 930px) {
    .item-news {
        width: 360px;
    }

    .from_home .news-direction {
        height: 185px;
    }
}

@media only screen and (max-width: 830px) {
    .item-news {
        width: 275px;
    }
}

@media only screen and (max-width: 1000px) {
    .vacancy__container {
        width: 820px;
        padding-left: 40px;
    }

    .vacancy__body {
        justify-content: center;
        width: 850px;
    }

    .from_home .vacancy__body a.block-info {
        width: 33%;
    }

    .item-vacancy {
        width: 255px;
    }

    .item-similar-vacancy {
        width: 400px;
        height: 250px;
        max-height: 270px;
    }

    .page__similar-vacancy .vacancy__container {
        width: 820px;
    }

    .page .main-block__container__vacancy,
    .page .main-block__container__my_vacancy {
        width: 820px;
        padding-left: 0;
    }

    .section-show .main-block__body {
        width: 820px;
        margin-left: 12px;
    }

    .from_news .work-in-moscow__vacancy, .from_news .main-block__third-page {
        width: 820px;
    }

    .main-block__right {
        width: 442px;
    }
}

@media only screen and (max-width: 900px) {
    .from_home .vacancy__body a,
    .from_home .vacancy__body a.block-info {
        width: 50%;
    }

    .from_home .vacancy__body a div.vacancy__column div.vacancy_item {
        height: 120px;
    }

    .item-similar-vacancy-long {
        margin-left: 0;
    }

    .wrapper-log-create {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .wrapper-favorites-language img,
    .wrapper-favorites-language svg {
        width: 50px;
        height: 50px;
    }

    .page .main-block__body_edit {
        padding-top: 230px;
    }

    .main-block__search-work {
        min-width: auto;

        width: auto;
        flex-direction: column;
    }

    .main-block__buttons {
        width: 271px;
        margin-left: 0;
        padding-bottom: 2px;
    }

    .main-block__search {
        width: 268px;
        margin-left: 0;
        padding-bottom: 5px;
    }

    .main-block__search {
        width: auto;
        padding: auto;
    }

    .main-block__search-work {
        padding: 0;
    }

    .main-block__search-button {
        width: auto;
        padding: auto;
        margin: 1px 0;
    }

    .counting-title {
        display: none;
    }

    .filter_sort_select {
        padding: 16px 35px 12px 16px;
    }

    .main-block__button {
        padding: 10px 20.2px;
    }

    .main-block__text {
        margin-bottom: 23px;
    }

    .profile-logout {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .profile-logout img {
        width: 60px;
    }

    .header-profile {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
        align-items: center;
    }

    .header-profile .phone {
        color: #868b92;
    }

    .vacancy__body-third-page__menu {
        display: none;
        position: fixed;
        top: 136px;
        left: -260px;
        transition: all 0.5s ease-out;
    }

    .active .vacancy__body-third-page__menu {
        left: -10px;
    }

    .page__vacancy {
        margin-top: 250px !important;
    }

    .vacancy__body-third-page {
        width: 100%;
        min-height: 50vh;
    }

    .vacany__open-closed {
        width: 50px;
        height: 50px;
        position: fixed;
        left: 0px;
        top: 170px;
        transition: all 0.5s ease-out;
    }

    .active .vacany__open-closed {
        left: 240px;
    }

    .vacany__line {
        border: 5px solid #20a052;
        margin: 5px;
        background-color: #20a052;
        border-radius: 5px;
    }

    .vacany__line1 {
        transform: rotate(45deg);
    }

    .vacany__line2 {
        transform: rotate(-45deg) translateY(6px) translateX(-6px);
    }

    .search-menu__block {
        height: 100vh;
    }

    main .main-block__bg-image {
        width: 131% !important;
    }

    main .main-block__image img,
    .main-block__image {
        height: 730px !important;
    }

    .main-block__responce-area {
        margin: auto;
    }

    .vacancy__similar__body {
        padding: 0;
        margin-left: -48px;
    }

    .item-similar-vacancy {
        width: calc(50vw - 30px);
    }

    .title__green {
        width: auto;
    }

    .from_vacancies .vacancy__column {
        padding: 0;
    }

    .item-similar-news-long {
        width: 99%;
    }

    .page .main-block__container__vacancy,
    .page .main-block__container__my_vacancy {
        width: 100%;
    }

    .section-show .main-block__body {
        width: 100%;
        margin: 0;
        padding: 100px 20px 0 20px;
    }

    .main-block__right {
        width: calc(100vw - 385px);
    }

    .from_news .work-in-moscow__vacancy,
    .from_news .main-block__third-page,
    .from_news .breadcrumb-list {
        width: 100%;
        margin-left: 3px;
    }
}

@media only screen and (max-width: 900px) {
    .footer-info {
        display: flex;
        gap: 25px;
    }

    .info-footer-item {
        margin: auto;
    }

    .footer_main,
    .footer-other-info {
        flex-wrap: wrap;
        height: auto;
    }

    .main-block__button,
    .main-block__search-button {
        min-width: auto;
    }

    .vacancy__container {
        width: calc(100vw - 25px);
        padding-left: 15px;
    }

    .vacancy__body {
        width: auto;
    }

    .ads-block .vacancy__body,
    .page__news .from_home .vacancy__body {
        padding: 0 10px 0 5px;
    }

    .ads-block .vacancy__column,
    .page__news .from_home .vacancy__column {
        padding: 0 10px;
    }

    .ads-block .page__work-in-moscow__title,
    .page__news .page__work-in-moscow__title {
        padding-right: 10px;
    }

    .page__vacancy, .page__work-in-moscow, .page__housing-in-moscow, .page__services-in-moscow, .page__news {
        position: relative;
        margin: 30px 0 60px 0;
    }

    .page__similar-vacancy .vacancy__container {
        width: 100%;
        padding: 0 15px;
    }

    .page__similar-vacancy .page__work-in-moscow__title {
        margin-left: 0;
    }

    .text-cost-similar {
        margin: 7px 0 0 20px;
    }

    .page__similar-vacancy {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1200px) {
    .item-vacancy__time {
        width: 95px;
        margin-top: 13px;
    }
}

@media only screen and (max-width: 750px) {
    .main-block__body {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-block__left {
        width: auto;
    }

    .vacancy__similar__body {
        flex-direction: column;
        align-items: center;
    }

    .page .vacancy__similar__body .item-similar-vacancy {
        width: calc(100vw - 60px);
        height: auto;
        padding: 15px;
        box-sizing: content-box;
    }

    .main-block__right {
        width: 100%;
    }

    .page__similar-vacancy {
        padding-bottom: 30px;
    }

    .vacancy__column__similar {
        height: auto;
    }

    .truncate-text-vacancy {
        padding-bottom: 0;
        height: auto;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
}


.install-baraka-wrapper {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(19, 20, 22, 0.5);
    z-index: 100;
}

.install-baraka {
    position: absolute;
    width: 504px;
    z-index: 101;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 40px;
    gap: 24px;
    border-radius: 8px;
    background: var(--white, #fff);
}

.install-baraka span {
    color: var(--main, #20a052);

    /* Headers/H6 */
    font-family: GT Walsheim Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

.install-baraka__title {
    color: var(--black, #131416);
    text-align: center;

    /* Headers/H4 */
    font-family: GT Walsheim Pro;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.8px;
}

.install-baraka__subtitle {
    color: var(--extra-dark-grey, #6d7885);
    text-align: center;
    font-family: GT Walsheim Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

.install-baraka__raiting {
    display: flex;
    gap: 16px;
    align-items: center;
}

.baraka-install-logo img {
    width: 64px;
    height: 64px;
    border-radius: 12px;
}

.install-baraka__closed {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}

.install-baraka__google-play {
    display: none;
}

@media only screen and (max-width: 550px) {
    .install-baraka__google-play {
        display: block;
    }

    .install-baraka {
        width: 100vw;
        padding-bottom: 50px;
    }

    .install-baraka__qr-code {
        display: none;
    }

    .install-baraka-wrapper {
        justify-content: flex-end;
    }

    .install-baraka__raiting {
        flex-direction: column;
    }

    .page__similar-vacancy {
        padding-bottom: 30px;
    }

    .item-work-in-moscow,
    .item-housing-in-moscow,
    .item-services-in-moscow,
    .item-vacancy,
    .item-news {
        width: 90vw;
        height: auto;
        max-height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 10px !important;
    }

    .install-baraka__subtitle {
        opacity: 0;
    }

    .item-news {
        max-height: none;
        height: 165px !important;
    }

    .from_home .news-direction {
        max-height: 170px;
        height: auto;
    }

    .from_home .vacancy__body a, .from_home .vacancy__body a.block-info {
        width: 100%;
    }

    .page .main-block__body_edit {
        padding-top: 200px;
    }

    .from_home .vacancy__body a div.vacancy__column {
        box-sizing: content-box;
        margin-left: -25px;
        width: calc(100vw + 20px);
    }

    .from_home .vacancy__body.news-block div.vacancy__column.news-column {
        box-sizing: content-box;
        margin-left: -15px;
        width: 100vw;
    }

    .from_home .vacancy__body a div.vacancy__column div.vacancy_item {
        border-radius: 0;
    }
}

@media only screen and  (max-width: 400px) {
    .vacancy-like,
    .vacancy-date {
        margin-left: 20px;
    }

    .main-block__left {
        width: 115%;

    }

    .main-block__responce-area {
        width: 100%;
        align-items: center;
    }

    .page .main-block__body_edit {
        padding-top: 160px;
    }
}

@media (max-width: 330px) {
    .from_home .vacancy__body a div.vacancy__column div.vacancy_item {
        border-radius: 0;
    }

    .main-block__right {
        width: 100%;
    }

    .vacancy-like,
    .vacancy-date {
        padding-right: 30px;
    }

    .vacancy__column {
        padding: 0;
    }
}

.my-vacancies-title {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 40px;
    line-height: 117%;
    text-align: left;
    letter-spacing: -0.02em;
    color: #273444;
}

.my-vacancies-title a {
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*------------------------------- lk start -------------------------------*/

body.lk {
    min-width: 1144px;
    background: #edf0f5;
}

.lk .wrapper {
    min-height: calc(100vh - 295px);
}

.lk textarea:focus,
.lk input:focus {
    outline:none;
}

.lk .invalid-data {
    outline: 1px solid darkred !important;
}

.pulic .container {
    width: 100%;
    max-width: 1160px;
    padding: 0 24px;
    margin: 0 auto;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    padding: 12px 16px;
    background: #53b374;
    border-radius: 16px;
    color: #ffffff;
    cursor: pointer;
    border: none;
}

.btn.border {
    background: #ffffff;
    color: #273444;
    border: 1px solid #ccd1d8;
}

.title {
    font-weight: 500;
    font-size: 48px;
    line-height: 117%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #273444;
}

.subtitle {
    font-weight: normal;
    font-size: 22px;
    line-height: 109%;
    text-align: center;
    color: #979ca3;
}

.active-flex {
    display: flex !important;
}

.active-block {
    display: block !important;
}

/*-->CHECKBOX-->*/
.form_checkbox__item {
    font-family: GT Walsheim Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
    text-align: left;
    color: #131416;
    display: inline-block;
    cursor: pointer;
    position: relative;
    user-select: none;
    margin-left: -24px;
}

.form_checkbox__item__vacancies {
    padding-left: 30px;
    margin-left: 0;
}

.lk .form_checkbox {
    margin-top: -33px;
}

.lk .form_checkbox__item:before {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
}

/* Checked */
.lk .form_checkbox input[type="checkbox"]:checked + label:before {
    background-size: 24px 24px;
}

/* Checked */
.form_checkbox.blocked input[type="checkbox"]:checked + label:before {
    background: url(/img/check-disable.svg) 0 0 no-repeat;
    background-size: 24px 24px;
}

/*<--CHECKBOX<--*/

/*----PAGE------------------------------------------------*/
.lk .section {
    width: 100%;
    display: none;
}

.lk .section .container {
    padding: 60px 0 0 0;
}

.section-start, .section-type-ads {
    width: 100%;
    background: #fff;
    display: none;
    padding: 76px 0 100px 0;
}

.section-start .block-quiz, .section-type-ads .block-quiz {
    padding: 30px 0 0 0;
    display: flex;
    align-items: flex-start;
}

.section-fill {
    width: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -1000%;
}

.section-fill.active {
    opacity: 1;
    pointer-events: visible;
    position: relative;
    top: 0;
}

.section-fill-top {
    background: #fff;
    width: 100%;
    padding: 32px 0 32px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-fill-top .container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    width: 1110px;
}

.section-fill-top .container .title {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-weight: 600;
}

.section-fill-top .container .title a {
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-fill-body {
    padding: 40px 0 150px 0;
    display: flex;
    justify-content: center;
}

.section-fill-body .container {
    width: 1110px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.section-fill-body .container .form.ad-info {
    margin-top: -50px;
}

.section-fill-body .container .form {
    width: 100%;
    max-width: 505px;
}

.section-fill-body .container .form .rows-items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}

.section-fill-body .container .form-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

.section-fill-body .container .form-item.w49 {
    width: 100%;
    max-width: 240px;
}

.section-fill-body .container .form-item span {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #273444;
}

.section-fill-body .container .form-item span.required_field {
    color: #8B0000;
    font-weight: 600;
    padding-left: 1px;
}

.section-fill-body .container .form-item .drop-dwn {
    width: 100%;
    min-height: 64px;
    background: #ffffff;
    border: 1px solid #ccd1d8;
    border-radius: 16px;
}

.section-fill-body .container .form-item .drop-dwn .drop-dwn-content {
    position: absolute;
    background: #fff;
    width: 505px;
    border: 1px solid #ccd1d8;
    margin-left: -1px;
    z-index: 2;
    max-height: 300px;
    overflow: overlay;
}
@media (max-width: 1200px) {
    .section-fill-body .container .form-item .drop-dwn .drop-dwn-content {
        width: 450px;
    }
}
@media (max-width: 1000px) {
    .section-fill-body .container .form-item .drop-dwn .drop-dwn-content {
        width: 385px;
    }
}
@media (max-width: 900px) {
    .section-fill-body .container .form-item .drop-dwn .drop-dwn-content {
        width: calc(49vw + -20px);
    }
}
@media (max-width: 800px) {
    .section-fill-body .container .form-item .drop-dwn .drop-dwn-content {
        width: 400px;
    }
}
@media (max-width: 450px) {
    .section-fill-body .container .form-item .drop-dwn .drop-dwn-content {
        width: calc(100vw + -30px);
    }
}

.section-fill-body .container .form-item .drop-dwn.active {
    border-radius: 16px 16px 0 0;
}

.section-fill-body .container .form-item .drop-dwn.active .drop-dwn-title img {
    transform: rotate(180deg);
}

.section-fill-body .container .form-item .drop-dwn.active .drop-dwn-content {
    display: block;
    color: black;
    font-weight: 400;
}

.section-fill-body .container .form-item .drop-dwn.active .drop-dwn-content .con-item p {
    padding: 10px 0;
    border-top: 1px solid #ccd1d8;
    cursor: pointer;
}
.section-fill-body .container .form-item .drop-dwn.active .drop-dwn-content .con-item:first-child p {
    border-top: 0;
}
.section-fill-body .container .form-item .drop-dwn.active .drop-dwn-content .con-item p:hover {
    background: #fafafa;
}

.section-fill-body .container .form-item .drop-dwn-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    cursor: pointer;
    padding: 20px;
    color: #273444;
    transition: 0.3s;
}

.section-fill-body .container .form-item .drop-dwn-title img {
    transition: 0.3s;
}

.section-fill-body .container .form-item .drop-dwn-content {
    padding: 0 20px 0 20px;
    display: none;
}

.section-fill-body .container .form-item .row-checkbox {
    width: 100%;
    max-width: 505px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-fill-body .container .form-item .row-checkbox .swiper-container {
    overflow: visible;
    width: 100%;
}

.section-fill-body .container .form-item .row-checkbox-item {
    width: 100%;
    min-height: 64px;
    position: relative;
}

.create-service-slide .form-js {
    margin-top: -50px;
}

.section-fill-body .container .form-item .row-checkbox-item input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    border: none;
    background: transparent;
}

.section-fill-body
.container
.form-item
.row-checkbox-item
input:checked
~ .text {
    border: 2px solid #53b374;
}

.section-fill-body
.container
.form-item
.row-checkbox-item
input:checked
~ .text
.border {
    border: 8px solid #53b374;
}

.section-fill-body .container .form-item .row-checkbox-item .text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px 16px;
    background: #ffffff;
    border-radius: 16px;
    border: 2px solid transparent;
}

.section-fill-body .container .form-item .row-checkbox-item .text .border {
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
    margin-right: 16px;
    border-radius: 50%;
    display: flex;
    border: 1px solid #ccd1d8;
}

.section-fill-body .container .form-item .row-checkbox-item .text p {
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    width: 100%;
    color: #273444;
}

.section-fill-body .container .form-item .input {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.section-fill-body .container .form-item .input input,
.section-fill-body .container .form-item .input textarea {
    width: 100%;
    height: 100%;
    min-height: 64px;
    padding: 20px;
    font-weight: normal;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #ccd1d8;
    border-radius: 16px;
    line-height: 150%;
    color: #273444;
    resize: none;
}

.section-fill-body .container .form-item .input ::placeholder {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #a1a1a1;
}

.section-fill-body .container .form-item .input p {
    margin-top: 8px;
    font-weight: normal;
    font-size: 14px;
    line-height: 114%;
    color: #979ca3;
}

.section-fill-body .container .box-preview {
    width: 100%;
    max-width: 543px;
    padding: 56px;
    background: #ffffff;
    margin-top: -150px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 64px;
}

.section-fill-body .container .box-preview-subtitle {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #979ca3;
}

.section-fill-body .container .box-preview-title {
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 24px;
    line-height: 133%;
    color: #273444;
}

.section-fill-body .container .box-preview-price {
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #273444;
}

.section-fill-body .container .box-preview-description {
    margin-bottom: 32px;
}

.section-fill-body .container .box-preview-description span {
    width: 100%;
    display: block;
    margin-bottom: 8px;
}

.section-fill-body .container .box-preview hr {
    width: 100%;
    margin-bottom: 24px;
    border: 1px solid #ccd1d8;
}

.section-fill-body .container .box-preview-types {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.section-fill-body .container .box-preview-types .time-create {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.section-fill-body .container .box-preview-types .time-create span {
    display: block;
    margin-bottom: 8px;
    width: 100%;
}

.section-fill-body .container .box-preview-types .start-create {
    width: 50%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.section-fill-body .container .box-preview .btn {
    width: 100%;
    padding: 20px;
    font-size: 20px;
    line-height: 24px;
}

.section-fill-body .container .box-preview span {
    font-weight: normal;
    font-size: 14px;
    line-height: 114%;
    color: #979ca3;
}

.section-fill-body .container .box-preview p {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #273444;
}

.section-successfully {
    width: 100%;
    min-height: 100vh;
    padding: 80px 0 120px 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.section-successfully .container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.section-successfully .container .successfully-title {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 120%;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.02em;
    color: #273444;
}

.section-successfully .container .successfully-link {
    margin-bottom: 48px;
    font-weight: normal;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #979ca3;
}

.section-successfully .container .successfully-link a {
    display: inline;
    text-decoration: underline;
    color: #53b374;
}

.section-successfully .container .successfully-btns {
    width: 100%;
    max-width: 431px;
    display: flex;
    flex-direction: column;
}

.section-successfully .container .successfully-btns .btn {
    padding: 20px 24px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
}

.section-login {
    padding: 100px 0 90px 0;
}

.block-quiz {
    width: 1000px;
}
.block-quiz.block-quiz-auth {
    width: 100%;
}

.section-start .content_section-start,
.section-type-ads .content_section-start {
    display: flex;
    justify-content: center;
}

.b-left {
    width: 1120px;
    margin-left: 10px;
}

.block-quiz.b-left .block-quiz-item {
    align-items: flex-start;
    text-align: left;
}

.block-quiz-item {
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.block-quiz-item.active {
    display: flex;
}

.block-quiz-item .title {
    margin-bottom: 16px;
}

.block-quiz-item .subtitle {
    margin-bottom: 64px;
}

.section-type-ads .block-quiz-item .subtitle {
    margin-bottom: 48px;
}

.block-quiz-item .block {
    width: 100%;
    max-width: 680px;
    min-height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background: #ffffff;
    border-radius: 64px;
}

.block-quiz-item .block-title {
    margin-bottom: 32px;
    font-weight: normal;
    font-size: 22px;
    line-height: 145%;
    text-align: center;
    color: #979ca3;
}

.block-quiz-item .block-title .b-nums {
    display: inline;
}

.block-quiz-item .block form {
    width: 100%;
    max-width: 534px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 5px;
}

.block-quiz-item .block form .form-item {
    width: 100%;
    max-width: 400px;
    min-height: 64px;
    border: 1px solid #dcdcdc;
    border-radius: 16px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0 24px;
    position: relative;
}

.block-quiz-item .block form .form-item.sms-code-field {
    max-width: none;
}

.block-quiz-item .block form .form-item.active input {
    opacity: 0;
    pointer-events: none;
}

.block-quiz-item .block form .form-item span {
    display: block;
    width: 100%;
    margin-bottom: 4px;
    font-weight: normal;
    font-size: 12px;
    line-height: 133%;
    color: #979ca3;
}

.block-quiz-item .block form .form-item .hid-input {
    width: 100%;
    z-index: 12;
    opacity: 1 !important;
    pointer-events: visible !important;
    cursor: pointer;
    color: #979ca3;
}

.block-quiz-item .block form .form-item .row-pass {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.block-quiz-item .block form .form-item .row-pass-item {
    width: 6px;
    height: 6px;
    margin-right: 3px;
    border-radius: 50%;
    background: #ccd1d8;
}

.block-quiz-item .block form .form-item input {
    width: 100%;
    background: transparent;
    border: none;
    font-weight: normal;
    font-size: 20px;
    line-height: 120%;
    color: #273444;
}

.block-quiz-item .block form .form-item ::placeholder {
    font-weight: normal;
    font-size: 20px;
    line-height: 120%;
    color: #273444;
}

.block-quiz-item .block form .btn {
    min-width: 110px;
    margin-left: 32px;
}

.block-quiz-item .block-politic {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    line-height: 133%;
    color: #979ca3;
    width: 530px;
}

.block-quiz-item .block-politic a {
    color: #979ca3;
}

.block-quiz-item .block .row-btn-set {
    width: 100%;
    max-width: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block-quiz-item .block .row-btn-set a {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #53b374;
}

.block-quiz-item .box-type {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.b-left .block-quiz-item .box-type {
    margin-top: 0;
}

.section-type-ads .b-left .block-quiz-item .box-type {
    margin-top: 16px;
}

.block-quiz-item .box-type-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 60px;
    background: #edf0f5;
    border-radius: 64px;
    width: 540px;
    margin-right: 10px;
    gap: 30px;
    min-height: 184px;
}

.block-quiz-item .box-type-item.box-invisible {
    background: none;
    height: 1px;
    padding: 0;
    margin: 0;
    min-width: 50%;
}

.block-quiz-item .box-type-item .text {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-family: "GT Walsheim Pro";
}

.block-quiz-item .box-type-item .text span {
    display: block;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 32px;
    line-height: 125%;
    color: #273444;
}

.block-quiz-item .box-type-item .text p {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #979ca3;
}

.link_input {
    width: 425px;
    border: 1px solid #ccd1d8;
    border-radius: 6px;
    line-height: 150%;
    padding: 5px 10px;
}

@media (max-width: 1200px) {
    body.lk {
        min-width: auto;
    }

    .block-quiz-item .box-type-item {
        padding: 30px 50px;
        width: 435px;
    }

    .block-quiz {
        width: 1000px;
    }

    .section-start .block-quiz, .section-type-ads .block-quiz {
        padding: 30px 0 0 10px;
        width: 920px;
    }

    .section-fill-top .container {
        width: 890px;
    }

    .section-fill-body .container {
        width: 890px;
    }

    .section-fill-body .container .form.ad-info {
        width: 450px;
    }

    .section-fill-body .container .box-preview {
        width: 425px;
        margin-left: 15px;
        padding: 40px 35px;
    }
}

@media (max-width: 1000px) {
    .lk .main-block__body {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-fill {
        margin-top: 50px;
    }

    .section-start .block-quiz, .section-type-ads .block-quiz {
        width: 840px;
    }

    .block-quiz-item .box-type-item {
        padding: 25px 40px;
        width: 400px;
    }

    .lk .section-fill-top .container {
        width: 820px;
        padding: 0;
        margin-left: 5px;
    }

    .section-fill-body .container {
        width: 820px;
        margin-left: 5px;
    }

    .section-fill-body .container .form.ad-info {
        width: 385px;
    }

    .section-fill-body .container .box-preview {
        width: 410px;
    }

    .row-checkbox {
        margin-top: -10px;
    }

    .row-checkbox .swiper-wrapper {
        display: flex;
        flex-direction: column;
    }

    .row-checkbox .swiper-wrapper .swiper-slide {
        width: 100% !important;
        margin-top: 10px;
    }
}

@media (max-width: 900px) {
    .lk .container {
        padding: 0 15px;
    }
    .lk .header__container {
        padding: 0;
    }

    .link_input {
        width: 100%;
    }

    .lk .section-fill-top .container {
        width: calc(100vw - 30px);
    }

    .section-fill-body .container .form.ad-info {
        margin-top: 0;
        width: 50%;
    }
    .row-checkbox {
        margin-top: 0;
    }
    .row-checkbox .swiper-wrapper .swiper-slide {
        margin-top: 0;
    }

    .btn {
        border-radius: 8px;
        padding: 8px 12px;
        font-size: 14px;
    }

    .title {
        font-size: 24px;
        line-height: 150%;
    }

    .subtitle {
        font-size: 16px;
        line-height: 150%;
    }

    .header .container .logo {
        width: 80px;
    }

    .header .container .logo img {
        width: 100%;
    }

    .header .container .log-lang .lang-m {
        display: flex;
        position: relative;
        flex-direction: column;
    }

    .header .container .log-lang .lang-m.active .lang-m-top img {
        transform: rotate(180deg);
    }

    .header .container .log-lang .lang-m.active .lang-m-content {
        display: flex;
    }

    .header .container .log-lang .lang-m-top {
        display: flex;
        align-items: center;
    }

    .header .container .log-lang .lang-m-top span {
        display: block;
        margin-right: 2px;
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        color: #979ca3;
    }

    .header .container .log-lang .lang-m-top img {
        width: 16px;
        transition: 0.3s;
    }

    .header .container .log-lang .lang-m-content {
        position: absolute;
        top: 120%;
        display: none;
        flex-direction: column;
        padding: 5px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        overflow-y: auto;
        max-height: 100px;
        padding-right: 10px;
    }

    .header .container .log-lang .lang-m-content a {
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 5px;
        color: #979ca3;
    }

    .section-fill {
        padding: 0 0 50px 0;
        overflow: hidden;
    }

    .section-fill-top {
        padding: 24px 0 24px 0;
    }

    .section-fill-top .container .title {
        margin-bottom: 8px;
    }

    .section-fill-top .container .title a {
        margin-right: 8px;
    }

    .section-fill-top .container .title a img {
        width: 32px;
    }

    .section-fill-top .container .subtitle {
        font-size: 12px;
    }

    .section-fill-body {
        padding: 0 0 16px 0;
    }

    .lk .section-fill-body .container {
        padding: 35px 0 0 0;
        width: calc(100vw - 30px);
    }

    .section-fill-body .container .form {
        margin-bottom: 24px;
    }

    .section-fill-body .container .form .rows-items {
        flex-direction: column;
        justify-content: center;
    }

    .section-fill-body .container .form-item {
        margin-bottom: 16px;
    }

    .section-fill-body .container .form-item.w49 {
        width: 100%;
        max-width: 100%;
    }

    .section-fill-body .container .form-item span {
        margin-bottom: 8px;
        font-size: 12px;
    }

    .section-fill-body .container .form-item .drop-dwn {
        min-height: 48px;
    }

    .section-fill-body .container .form-item .drop-dwn-title {
        padding: 12px 16px;
        font-size: 14px;
    }

    .section-fill-body .container .form-item .drop-dwn-title img {
        width: 16px;
    }

    .section-fill-body .container .form-item .drop-dwn-content {
        padding: 0 16px;
        font-size: 14px;
    }

    .section-fill-body .container .form-item .row-checkbox .swiper-container {
        overflow: visible;
        width: 100%;
    }

    .section-fill-body
    .container
    .form-item
    .row-checkbox
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
        width: auto !important;
    }

    .section-fill-body .container .form-item .row-checkbox-item .text {
        padding: 14px 16px;
    }

    .section-fill-body .container .form-item .row-checkbox-item .text .border {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    .section-fill-body .container .form-item .row-checkbox-item .text p {
        font-size: 14px;
    }

    .section-fill-body .container .box-preview {
        margin-top: -70px;
        padding: 24px;
        border-radius: 32px;
        width: 50%;
    }

    .section-fill-body .container .box-preview-types {
        flex-direction: column;
        margin-bottom: 24px;
        align-items: flex-start;
    }

    .section-fill-body .container .box-preview-types .time-create {
        margin-bottom: 8px;
    }

    .section-fill-body .container .box-preview .btn {
        border-radius: 16px;
        font-size: 20px;
        padding: 20px 16px;
    }

    .section-successfully {
        padding: 76px 0 100px 0;
    }

    .section-successfully .container .successfully-title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .section-successfully .container .successfully-link {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 150%;
    }

    .section-successfully .container .successfully-btns .btn {
        margin-bottom: 16px;
        font-size: 16px;
        padding: 20px 16px;
        border-radius: 16px;
    }

    .section-successfully .container .successfully-btns .border {
        font-size: 16px;
    }

    .block-quiz.b-left .block-quiz-item {
        text-align: center;
        align-items: center;
    }

    .block-quiz.b-left .block-quiz-item .subtitle {
        width: 80%;
        text-align: center;
    }

    .block-quiz-item .title {
        margin-bottom: 8px;
        font-family: "GT Walsheim Pro";
    }

    .block-quiz-item .subtitle {
        width: 60%;
        margin-bottom: 24px;
    }

    .section-type-ads .block-quiz-item .subtitle {
        margin-bottom: 16px;
    }

    .section-type-ads .b-left .block-quiz-item .box-type {
        margin-top: 0;
    }

    .block-quiz-item .block {
        border-radius: 32px;
        padding: 24px 16px;
    }
    .block-quiz-item.phone-js .block,
    .block-quiz-item.pin-js .block {
        width: calc(100vw - 200px);
    }

    .block-quiz-item .block-title {
        margin-bottom: 24px;
        font-size: 14px;
    }

    .block-quiz-item .block form {
        flex-direction: column;
        margin-bottom: 8px;
    }

    .block-quiz-item .block form .form-item {
        margin-bottom: 16px;
        padding: 8px 16px;
    }

    .block-quiz-item .block form .form-item span {
        margin-bottom: 8px;
        font-size: 12px;
    }

    .block-quiz-item .block form .form-item input {
        font-size: 16px;
    }

    .block-quiz-item .block form .form-item ::placeholder {
        font-size: 16px;
    }

    .block-quiz-item .block form .btn {
        margin-left: 0;
        padding: 20px;
        font-size: 20px;
    }

    .block-quiz-item .block-politic {
        font-size: 10px;
        line-height: 12px;
        width: 100%;
        max-width: 534px;
    }

    .block-quiz-item .block-politic br {
        display: none;
    }

    .block-quiz-item .block .row-btn-set a {
        margin-bottom: 20px;
    }

    .block-quiz-item .box-type {
        margin-top: 0;
    }

    .block-quiz-item .box-type-item {
        padding: 24px;
        margin: 16px;
        border-radius: 32px;
        min-height: 0;
        text-align: left;
        width: 100%;
    }


    .block-quiz-item .box-type-item .text {
        text-wrap: nowrap;
    }

    .section-type-ads .block-quiz-item .box-type-item .text {
        text-wrap: balance;
    }

    .block-quiz-item .box-type-item .text span {
        font-size: 20px;
    }

    .block-quiz-item .box-type-item .text p {
        font-size: 14px;
        text-align: left;
    }

    .block-quiz-item .box-type-item img {
        width: 64px;
    }

    #my_overlay {
        width: 1144px;
    }

    .section-start .block-quiz, .section-type-ads .block-quiz {
        width: calc(100vw - 100px);
        padding: 10px 0 0 0;
    }

    .section-start, .section-type-ads {
        padding: 76px 0 80px 0;
    }


    .create-service-slide .form-js {
        margin-top: 0px;
    }
}
@media (max-width: 850px) {
    .section-start .block-quiz, .section-type-ads .block-quiz {
        width: calc(100vw - 50px);
    }
}
@media (max-width: 800px) {
    .section-start .block-quiz, .section-type-ads .block-quiz {
        width: calc(100vw - 20px);
    }
    .section-fill-body .container .form.ad-info {
        min-width: 400px;
    }
    .section-fill-body .container .box-preview {
        margin-left: 0;
        min-width: 400px;
    }
}
@media (max-width: 750px) {
    .b-left .block-quiz-item .box-type {
        flex-direction: column;
        max-width: 350px;
    }
    .block-quiz-item .box-type-item {
        margin: 8px;
    }
}
@media (max-width: 750px) {
    .block-quiz-item .box-type-item .text {
        text-wrap: balance;
    }
    .b-left .block-quiz-item .box-type {
        width: calc(100vw - 30px);
    }
}

.create_add .period {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #979ca3;
    width: 100%;
}

.create_add .period_select {
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 15px;
    width: 100%;
    padding: 10px 12px;
    border: 0.5px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    background: #f2f3f5;
    background-image: url("/img/dropdown.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}

.create_add .additional_services {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.create_add .additional_services.labels {
    display: block;
}

.create_add .additional_services .img {
    width: 30px;
}

.create_add .additional_services .description {
    width: 100%;
    padding-left: 23px;
    font-family: "GT Walsheim Pro";
    font-style: normal;
    font-weight: 400;
}

.create_add .additional_services .description span {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #222222;
}

.create_add .additional_services .description span.additional_description {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #979ca3;
}

.create_add .additional_services .input_radio {
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
    border-radius: 50%;
    display: flex;
    border: 1px solid #ccd1d8;
}

.input_radio_label:checked + .input_radio,
.create_add .additional_services .input_radio.checked {
    border: 8px solid #53b374;
}

.create_add .additional_services .input_radio.blocked.checked {
    border: 8px solid #BABCBF;
}

.create_add .additional_services .tag {
    width: 100%;
    padding: 6px 10px;
    margin-top: 8px;
    border-radius: 6px;
    border: 1px solid #ccd1d8;
}

.create_add .additional_services .tag input {
    background: none;
    width: 100%;
}

.hide {
    display: none !important;
}

.premium {
    background: #fff1db !important;
}

@media (max-width: 700px) {
    .box-type {
        flex-direction: column;
    }

    .capcha-from {
        flex-direction: column;
    }

    .capcha-from input {
        margin-left: 0 !important;
        margin-top: 10px;
        padding: 20px;
    }
    .block-quiz-item .block form {
        margin-bottom: 0;
    }
    .block-quiz-item.phone-js .block,
    .block-quiz-item.pin-js .block {
        width: calc(100vw - 150px);
    }
}

@media (max-width: 550px) {
    .lk .truncate-text {
        height: 242px;
    }
}

@media (max-width: 900px) {
    .section-fill-body .container {
        width: 400px;
    }
}

@media (max-width: 800px) {
    .section-fill-body .container {
        align-items: center;
        flex-direction: column;
        gap: 60px;
    }
}

@media (max-width: 430px) {
    .swiper-wrapper {
        flex-direction: column;
    }
}

@media only screen and (max-width: 550px) {
    .block-quiz-item.phone-js .block,
    .block-quiz-item.pin-js .block {
        width: calc(100vw - 100px);
    }
}

@media only screen and (max-width: 450px) {
    .g-recaptcha {
        transform: scale(0.79);
        transform-origin: 0 0;
    }

    .block-quiz-item .block .row-btn-set {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .section-fill-body .container .form.ad-info {
        min-width: 100%;
    }
    .section-fill-body .container .box-preview {
        min-width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .block-quiz-item.phone-js .block,
    .block-quiz-item.pin-js .block {
        width: calc(100vw - 50px);
    }
}

@media only screen and (max-width: 400px) {
    .create_add .additional_services .description {
        padding-right: 40px;
    }
}

.no-wrap {
    white-space: nowrap;
}

.more-see {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    max-height: 0;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: 0.3s;
    visibility: hidden;
}

.more-see.open {
    max-height: 150px;
    transform: scale(1);
    visibility: visible;
}

.more-see__block {
    border: 1px solid #d5d6d8;
    border-radius: 8px;
    padding: 8px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    transition: 0.3s;
    cursor: pointer;
    margin-bottom: 15px;
}

.more-see__block.active,
.more-see__block:hover {
    background-color: #20a052;
}

.more-see__block.active .more-see__text,
.more-see__block:hover .more-see__text {
    color: #fff !important;
}

.more-see__icon {
    margin: 14px 0;
}

.more-see__icon img {
    width: 24px;
}

.more-see__text {
    font-size: 12px !important;
    line-height: 14px !important;
    letter-spacing: 0.3px;
    transition: 0.3s;
    text-align: center;
}

.labels-error {
    color: darkred;
    margin-bottom: 15px;
    margin-top: -10px;
}

.hidden {
    display: none !important;
}

.btn-disable {
    background: silver;
}

/*
 * change regions styles start =>
 */
.change-regions-wrapper {
    display: flex;
    /*display: none;*/
    width: 100vw;
    height: 100vh;
    position: fixed;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(19, 20, 22, 0.5);
    z-index: 99999;
}

.change-regions-baraka {
    position: absolute;
    width: 350px;
    z-index: 101;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 40px;
    gap: 24px;
    border-radius: 8px;
    background: var(--white, #fff);
    min-height: 584px;
    -webkit-transform: translate3d(0,0,0);
}

.change-regions-baraka span {
    color: var(--main, #20a052);
    /* Headers/H6 */
    font-family: GT Walsheim Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

.change-regions-baraka__title {
    color: var(--black, #131416);
    text-align: center;
    font-family: GT Walsheim Pro;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.8px;
    margin-top: -12px;
    font-size: 20px;
}

.change-regions-baraka__subtitle {
    color: var(--extra-dark-grey, #6d7885);
    text-align: center;
    font-family: GT Walsheim Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
    max-width: 400px;
    border: 1px solid silver;
    border-radius: 10px;
    width: 250px;
}

.change-regions-baraka__closed {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}

.change-regions-baraka__subtitle input {
    border: none;
    width: 200px;
    margin-left: -5px;
    height: 28px;
    font-size: 14px;
    outline: 0;
    outline-offset: 0;
}

.change-regions-baraka__subtitle input:active,
.change-regions-baraka__subtitle input:hover,
.change-regions-baraka__subtitle input:focus {
    outline: 0;
    outline-offset: 0;
}

.change-regions-baraka__hint {
    display: flex;
    gap: 16px;
    align-items: center;
    color: darkgray;
    width: 250px;
    text-align: left;
    font-size: 14px;
}

.change-regions-baraka__hint a {
    color: green;
    cursor: pointer;
}

.regions-list-baraka {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 150px;
    width: 270px;
    padding-left: 10px;
}

.regions-list-baraka.regions-results {
    max-height: 350px;
    -webkit-transform: translate3d(0,0,0);
}

.region-element-baraka {
    display: flex;
    gap: 16px;
    align-items: center;
    color: darkgray;
    width: 240px;
    text-align: left;
    font-size: 14px;
    padding: 5px 0;
    border-top: 1px solid #f1f1f1;
    cursor: pointer;
    user-select: none;
}

.region-element-baraka__name {
    width: 250px;
}

.region-element-baraka__name .region_name {
    color: black;
    font-size: 14px;
    font-weight: 500;
}

.region-element-baraka__name .region_hint {
    font-size: 12px;
    color: darkgray;
    font-weight: 500;
    margin-top: -5px;
    line-height: 0.1px;
}

.active .region-element-baraka__name .region_name,
.active .region-element-baraka__name .region_hint {
    color: green;
}
.active .region-element-baraka__clock svg path {
    fill: green;
}

.region-element-baraka__clock {
    padding-top: 4px;
}

.regions-pre-results {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    -webkit-transform: translate3d(0,0,0);
}

@media only screen and (max-width: 768px) {
    .regions-list-baraka {
        max-height: 100px;
    }

    .regions-list-baraka.regions-results {
        max-height: 300px;
    }
}

@media only screen and (max-width: 375px) {
    .change-regions-baraka {
        width: 100vw;
        padding-bottom: 50px;
    }
}

.main-block__right .ads_number {
    color: #818c99;
    margin-top: -15px;
    padding-bottom: 10px;
    font-weight: 400;
}
