.top-menu>ul>li>a {
    font-weight: 600;
}

.headline__phone .lang {
    font-weight: 600;
}

.main-title {
    margin: 0;
    padding: 0 0 50px;

    font-family: 'PF BeauSans Pro', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.main-title span {
    font-weight: 500;
    color: #4879B2;
}

.main-hello {
    margin-top: 0 !important;
}

.main-hello__item-img-block {
    position: absolute;
    width: 100%;
    height: 100%;
}

.main-hello__items {
    padding: 0;
}

.main-hello__item {
    overflow: hidden;
}

.main-hello__item .step-item img {
    max-width: 100%;
}

.main-hello__item:nth-child(3) .step-1 img {
    max-width: 110%;
    position: absolute;
    right: -90px;
    bottom: -60px;
}

.main-hello__item:nth-child(3) .step-2 img {
    position: absolute;
    left: 53%;
    transform: translateX(-10%);
    bottom: -10px;

    width: 30%;

    transition: .45s ease-in-out;
}


.main-hello__item:nth-child(3):hover .step-2 img {
    opacity: 1 !important;
    transform: translateX(0);
}


.main-hello__item-link {
    position: absolute;

    width: 100%;
    height: 100%;
    min-height: auto;
    padding: 0;
}

.main-hello__item-link::after {
    content: "";

    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 4px;
}

.main-hello__item-link::before {
    content: "";

    position: absolute;
    inset: 0;
}

.main-hello__item.blue .main-hello__item-link::before {
    background-color: rgba(232, 244, 255, 1);
}

.main-hello__item.blue .main-hello__item-link::after {
    background-color: rgba(98, 177, 253, 1);
}

.main-hello__item.green .main-hello__item-link::before {
    background-color: rgba(238, 247, 229, 1);
}

.main-hello__item.green .main-hello__item-link::after {
    background-color: rgba(181, 223, 140, 1);
}

.main-hello__item.yellow .main-hello__item-link::before {
    background-color: rgba(246, 242, 204, 1);
}

.main-hello__item.yellow .main-hello__item-link::after {
    background-color: rgba(255, 221, 124, 1);
}


.main-hello__item .list-item a {
    color: #000 !important;
    text-decoration: underline !important;
    font-size: 16px;
}

.main-hello__item .list-item li:before {
    background-color: #000 !important;
}

.main-hello__item-img {
    position: absolute;
    inset: 0;
}

@media only screen and (max-width: 1023px) {
    .main-hello__item {
        width: 100%;
        min-height: 370px;
    }

    .main-title {
        padding: 10px 0 50px;
        font-size: 30px;
    }

    .main-hello__item:nth-child(3) .step-1 img {
        max-width: 75%;
    }

    .main-hello__item:nth-child(3) .step-2 img {
        left: 67%;
        transform: translateX(-10%);

        width: 18%;

        transition: .45s ease-in-out;
    }

    .main-hello__item .step-item img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 650px) {
    .main-hello__item:nth-child(3) .step-1 img {
        max-width: 85%;
    }
}

@media only screen and (max-width: 1500px) {
    .main-hello__item .cnt-item {
        padding: 32px 30px;
    }
}

@media only screen and (max-width: 1279px) and (min-width: 1024px) {
    .main-hello__item {
        min-height: 500px;
    }
}

@media only screen and (max-width: 480px) {
    .main-hello__item .list-item a {
        font-size: 13px;
    }

    .main-title {
        padding: 0 0 30px;
        margin-top: -9px;
        font-size: 18px;
    }

    .socials__icon-inner a {
        width: 32px;
        height: 22px;
    }

    .socials__icon-inner a img {
        width: 100%;
        height: 100%;
    }

    .main-hello__item:nth-child(3) .step-1 img {
        max-width: 110%;
    }

    .main-hello__item:nth-child(3) .step-2 img {
        left: 57%;
        transform: translateX(-10%);

        width: 27%;

        transition: .45s ease-in-out;
    }
}

body:not(.full-main) div.wrapper {
    max-width: none !important;
}

.main-hello__slider {
    padding-top: 0 !important;
    padding-bottom: 0px !important;
    width: auto !important;

    background: none !important;

    color: #000 !important;
}

.main-hello__slider .swiper {
    overflow: hidden;
}

.main-hello__slider::before {
    background: none !important;
}

.main-hello__lists {
    padding: 60px 75px;
    margin: 0 !important;

    border-radius: 20px;
    background-color: #fff;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/local/static_v2/img/main-slider-bg.svg');
}

.main-hello__list-item {
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 266px;
    min-height: 110px;
    list-style: none;
    padding: 14px;
    margin: 0;

    border-radius: 20px;

    color: #fff;

    cursor: pointer;
    transition: .45s ease-in-out;
    transition-property: background-color !important;
}

.main-hello__list-item .inner-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-hello__list-item .title-item {
    max-width: 299px;
    text-align: center;
    color: #fff;
}

.main-hello__list-item .cnt-item {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (min-width: 481px) {
    .main-hello__list-item .item-img {
        width: 60px;
        height: auto;
    }
}

@media only screen and (max-width: 480px) {
    .main-hello__list-item .item-img {
        width: 30px;
        height: auto;
    }
}

.main-hello__list-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}


.main-hello__list-item .inner-list {
    justify-content: center;
    gap: 15px;
    padding: 0 !important;
}

.main-hello__list-item .inner-list::before,
.main-hello__list-item .inner-list::after {
    display: none;
}

.main-hello__list-item .item-img {
    max-width: 55px;
    height: 65px;
    transform: scale(1.2);
}

.main-hello__list-item .item-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-hello__list-item .cnt-item {
    font-family: 'PF BeauSans Pro', sans-serif;
    font-size: 14px !important;
    padding: 0 !important;
}

.main-hello__lists .swiper-button-prev, .main-hello__lists .swiper-button-next {
    width: 40px;
    height: 40px;

    background: transparent url("/local/static_v2/img/swiper-arrow.svg") no-repeat center;
    background-size: cover;
    outline: none;
}

.main-hello__lists .swiper-button-prev::after, .main-hello__lists .swiper-button-next::after {
    display: none;
}

.main-hello__lists .swiper-button-prev {
    left: 27px;
    transform: rotate(180deg);
}

.main-hello__lists .swiper-button-next {
    right: 27px;
}

.main-hello__lists-mobile {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .main-hello__lists {
        padding: 40px 45px 40px;
    }

    .main-hello__lists .swiper-button-prev {
        left: 10px;
        transform: rotate(180deg);
    }

    .main-hello__lists .swiper-button-next {
        right: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .main-hello__lists {
        display: none;
    }

    .main-hello__lists-mobile {
        position: relative;

        display: block;
        padding: 53px 20px 23px;

        border-radius: 20px;
        background-color: #fff;
        background-position: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('/local/static_v2/img/main-slider-bg.svg');
    }

    .main-hello__lists-mobile .swiper-wrapper {
        margin-bottom: 30px;
    }

    .main-hello__lists-mobile .main-hello__list-item {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
        padding: 0;
        padding-left: 10px;
        max-width: none;

        border-radius: 0;
        background-color: transparent;
    }

    .main-hello__lists-mobile .swiper-navigation {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        z-index: 2;

        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .main-hello__lists-mobile .swiper-button-prev::after, .main-hello__lists-mobile .swiper-button-next::after {
        display: none;
    }

    .main-hello__lists-mobile .swiper-button-next, .main-hello__lists-mobile .swiper-button-prev {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        z-index: 2;

        width: 40px;
        height: 40px;
        margin-top: 0;

        background: transparent url("/local/static_v2/img/swiper-arrow.svg") no-repeat center;
        background-size: cover;
        outline: none;
    }

    .main-hello__lists-mobile .inner-list {
        justify-content: flex-start;
    }

    .main-hello__lists-mobile .swiper-button-prev {
        transform: rotate(180deg);
    }

    .main-hello__lists-mobile .swiper-pagination {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 36px;
        z-index: 1;

        font-family: 'PF BeauSans Pro' sans-serif;
        font-weight: 300;
        font-size: 12px;
        line-height: 1.1;
        letter-spacing: 0;
        color: #fff;
    }
}

@media only screen and (min-width: 1280px) {
    .main-hello__item {
        min-height: 540px;
    }
}


/*.block-main-first--new {
    margin-bottom: 60px !important;
}*/

@media only screen and (max-width: 1023px) {
    /*.block-main-major-projects--new {
        margin-bottom: 60px !important;
    }*/
}


@media only screen and (min-width: 1421px) {
    .main-hello__slider {
        padding-bottom: 0 !important;
    }

    /*.block-main-first--new {
        margin-bottom: 100px !important;
    }*/
}

@media only screen and (max-width: 1023px) {
    .main-hello__items {
        flex-direction: column-reverse;
    }
}
@media only screen and (min-width: 1024px) {
    .block-main-major-projects--new {
        margin-top: -57px !important;
    }
}

.header__btn {
    width: 77px;
    font-size: 12px;
    font-weight: 400!important;
}

.ticket {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #82b452;
}

.ticket:hover {
    background-color: #70924f;
}

.ticket:focus {
    background-color: #637b4c;
}

.ticket:active {
    background-color: #49593b!important;
}

.burger-menu__button {
    width: 77px;
}

.button-ticket {
    left: 120px!important;
    background-color: #82b452;
}

.button-ticket:hover {
    background-color: #70924f;
}

.button-ticket:focus {
    background-color: #637b4c;
}

.button-ticket:active {
    background-color: #49593b!important;
}