@charset "UTF-8";
/* Первый блок */
.orders-section {
    padding: 9rem 0 0;
}

@media screen and (max-width: 991px) {
    .orders-section {
        padding: 5.5rem 0 0;
    }
}

@media screen and (max-width: 575px) {
    .orders-section {
        padding: 6rem 0 0;
    }
}

.orders-section .t-title {
    text-align: left;
    font-size: 4.2rem;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .orders-section .t-title {
        font-size: 3.3rem;
    }
}

@media screen and (max-width: 575px) {
    .orders-section .t-title {
        font-size: 3.6rem;
        line-height: 1.25;
    }

    .orders-section .t-title br {
        display: none;
    }
}

.orders-section .intro__subtitle {
    margin: 2.5rem 0 4.5rem;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .orders-section .intro__subtitle br {
        display: none;
    }
}

.intro__advantages {
    margin: 7rem 0 0;
}

@media screen and (max-width: 991px) {
    .intro__advantages {
        flex-wrap: wrap;
    }
}

.intro__advantages .intro__advantages-item {
    padding-right: 3rem;
}

@media screen and (max-width: 991px) {
    .intro__advantages .intro__advantages-item {
        width: 48%;
        min-height: 13.5rem;
    }
}

@media screen and (max-width: 575px) {
    .intro__advantages .intro__advantages-item {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .intro__advantages .intro__advantages-item {
        margin: 0 0 2rem !important;
    }
}

.intro__advantages .intro__advantages-item .item__icon {
    margin-right: 3.5rem;
    flex-shrink: 0;
    position: relative;
}

.intro__advantages .intro__advantages-item .item__text {
    font-size: 1.8rem;
    color: #5d5d60;
}

@media screen and (max-width: 575px) {
    .intro__advantages .intro__advantages-item .item__text {
        font-weight: 600;
        font-size: 2.2rem;
        width: 60%;
    }
}

.intro__advantages .item1 {
    padding-left: 5rem;
}

@media screen and (max-width: 767px) {
    .intro__advantages .item1 {
        padding-left: 3rem;
    }
}

@media screen and (max-width: 575px) {
    .intro__advantages .item1 {
        padding-left: 1.8rem;
    }
}

.intro__advantages .item1 .item__icon {
    width: 9rem;
}

@media screen and (max-width: 991px) {
    .intro__advantages .item1 .item__icon {
        margin-right: 3.5rem;
        width: 7.5rem;
    }
}

@media screen and (max-width: 767px) {
    .intro__advantages .item1 .item__icon {
        width: 5.5rem;
        margin-right: 3rem;
    }
}

@media screen and (max-width: 575px) {
    .intro__advantages .item1 .item__icon {
        width: 7rem;
        margin-right: 2.3rem;
        margin-left: 1.8rem;
    }
}

.intro__advantages .item2 {
    padding-left: 5.5rem;
}

@media screen and (max-width: 767px) {
    .intro__advantages .item2 {
        padding-left: 3rem;
    }
}

.intro__advantages .item2 .item__icon {
    width: 7rem;
    top: -.5rem;
    margin-right: 4rem;
}

@media screen and (max-width: 767px) {
    .intro__advantages .item2 .item__icon {
        margin-right: 2.5rem;
        width: 7rem;
    }
}

@media screen and (max-width: 575px) {
    .intro__advantages .item2 .item__icon {
        margin-right: 2.8rem;
    }
}

.intro__advantages .item3 {
    padding-left: 5rem;
}

@media screen and (max-width: 991px) {
    .intro__advantages .item3 {
        margin: 4% 0 0;
        padding-left: 5rem;
    }
}

@media screen and (max-width: 767px) {
    .intro__advantages .item3 {
        padding-left: 3rem;
    }
}

@media screen and (max-width: 575px) {
    .intro__advantages .item3 {
        padding-left: 2.5rem;
    }
}

.intro__advantages .item3 .item__icon {
    width: 7.5rem;
}

@media screen and (max-width: 767px) {
    .intro__advantages .item3 .item__icon {
        margin-right: 2.5rem;
        width: 6rem;
    }
}

@media screen and (max-width: 575px) {
    .intro__advantages .item3 .item__icon {
        width: 6.8rem;
        margin-right: 2.7rem;
    }
}

.intro__img-container {
    position: absolute;
    width: 77.4rem;
    z-index: 2;
    right: -4rem;
    top: -21rem;
    pointer-events: none;
}

@media screen and (max-width: 991px) {
    .intro__img-container {
        width: 52.6rem;
        right: -18rem;
        top: -10rem;
    }
}

@media screen and (max-width: 767px) {
    .intro__img-container {
        width: 47.6rem;
        top: -9rem;
        right: -23rem;
    }
}

@media screen and (max-width: 575px) {
    .intro__img-container {
        width: 48.6rem;
        top: -8rem;
        right: -25rem;
    }
}

@media screen and (max-width: 575px) {
    .intro__img-pc {
        display: none;
    }
}

.intro__img-xs {
    display: none;
}

@media screen and (max-width: 575px) {
    .intro__img-xs {
        display: flex;
        position: absolute;
        margin-left: 190px;
        margin-top: 50px;
        height: 200px;
    }
}

.catalog-section {
    padding: 13rem 0 0;
}

@media screen and (max-width: 575px) {
    .catalog-section {
        padding: 10rem 0 0;
    }
}

@media screen and (max-width: 575px) {
    .catalog-section .t-title {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 360px) {
    .catalog-section .t-title {
        width: 95%;
    }
}

.catalog__box {
    margin: 6.5rem 0 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.catalog__box .order__item {
    border-radius: 12px;
    background-color: white;
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 2.5%;
    width: 48.8%;
    padding: 4rem;
}

@media screen and (max-width: 991px) {
    .catalog__box .order__item {
        width: 100%;
        margin-bottom: 3rem;
    }
}

.catalog__box .order__header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .catalog__box .order__header {
        flex-wrap: wrap;
    }
}

.catalog__box .order__header .order__header-item {
    border-radius: 10px;
    background-color: #ececf8;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.catalog__box .order__header .order__type {
    width: 14%;
}

@media screen and (max-width: 575px) {
    .catalog__box .order__header .order__type {
        width: 10rem;
    }
}

.catalog__box .order__header .order__type img {
    max-width: 65%;
    max-height: 75%;
    margin-bottom: -.5rem;
}

.catalog__box .order__header .order__country {
    width: 65.5%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 1.5rem 1.8rem;
}

@media screen and (max-width: 575px) {
    .catalog__box .order__header .order__country {
        -webkit-box-flex: 1;
        flex-grow: 1;
        margin-left: 1rem;
        padding: 1.8rem 1.8rem;
    }
}

.catalog__box .order__header .order__country-img {
    width: 3.5rem;
    margin-right: 2rem;
}

.catalog__box .order__header .order__country-city {
    color: #5d5d60;
    font-size: 14px;
}

@media screen and (max-width: 575px) {
    .catalog__box .order__header .order__country-city {
        font-size: 16px;
    }
}

.catalog__box .order__header .order__time {
    width: 14%;
    font-size: 14px;
    color: #5d5d60;
}

@media screen and (max-width: 575px) {
    .catalog__box .order__header .order__time {
        width: 100%;
        height: 7rem;
        margin-top: 1rem;
        font-size: 16px;
    }
}

.catalog__box .order__description {
    margin: 3rem 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #5d5d60;
}

@media screen and (max-width: 575px) {
    .catalog__box .order__description {
        font-size: 15px;
        line-height: 1.3;
        padding-right: 5px;
    }

    .catalog__box .order__description br {
        display: none;
    }
}

.catalog__box .purple-btn {
    min-width: 35.5rem;
    min-height: 7rem;
    text-align: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 2rem 4rem;
}

@media screen and (max-width: 575px) {
    .catalog__box .purple-btn {
        padding: 3rem 2rem;
        width: 100%;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .catalog__box .purple-btn img {
        display: none;
    }
}

.city-section {
    z-index: 4;
    position: relative;
}

.city-section .city__bg {
    pointer-events: none;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 28rem;
    max-height: 98%;
}

@media screen and (max-width: 991px) {
    .city-section .city__bg {
        display: none;
    }
}

.city-section .city__box {
    border-radius: 12px;
    background-color: white;
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
    padding: 6.5rem 4rem;
}

@media screen and (max-width: 575px) {
    .city-section .city__box {
        padding: 4rem ​4rem;
    }
}

.city-section .title {
    font-weight: 700;
    font-size: 2.6rem;
    margin-bottom: 2.5rem;
}

.c-city-filter {
    position: relative;
    width: 65.5rem;
}

@media screen and (max-width: 991px) {
    .c-city-filter {
        width: 100%;
    }
}

.c-city-filter .city__geo {
    width: 2.2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2rem;
}

.c-city-filter .city__arrow {
    width: 1.1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2rem;
}

.c-city-filter > input {
    width: 100%;
    display: block;
    height: auto;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    border: none;
    border: 1px solid #7F7CFF;
    color: black;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 10px;
    padding: 3rem;
    padding-left: 5.5rem;
}

@media screen and (max-width: 991px) {
    .c-city-filter > input {
        font-size: 14px;
    }
}

.c-city-filter > input::-webkit-input-placeholder {
    color: #9B9A9F;
}

.c-city-filter > input::-moz-placeholder {
    color: #9B9A9F;
}

.c-city-filter > input:-ms-input-placeholder {
    color: #9B9A9F;
}

.c-city-filter > input::-ms-input-placeholder {
    color: #9B9A9F;
}

.c-city-filter > input::placeholder {
    color: #9B9A9F;
}

.c-city-filter > input:focus {
    border-radius: 10px 10px 0 0;
}

.c-city-filter > ul,
.autocomplete-suggestions {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow-y: auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.32);
}

.c-city-filter > ul > li,
.autocomplete-suggestion {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 1rem 2rem;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    background-color: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 575px) {
    .c-city-filter > ul > li,
    .autocomplete-suggestion {
        font-size: 13px;
        padding: 1.5rem 2rem;
    }
}

.c-city-filter > ul > li:last-child,
.autocomplete-suggestion:last-child {
    border-bottom: none;
}

.c-city-filter > ul > li:hover,
.autocomplete-suggestion:hover {
    background-color: #e7e7e7;
}

.c-city-filter > ul > li > a {
    display: block;
    padding: 16px;
    text-decoration: none;
    color: inherit;
}

@media screen and (max-width: 767px) {
    .tariff__img-container {
        display: none;
    }
}
