* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.uppercase {
    text-transform: uppercase;
}
.pre-line {
    white-space: pre-line;
}

main {
    margin: 0 auto 250px;
}

iframe .map-widget-user-maps-content-view span {
    display: flex !important;
    flex-direction: column !important;
    gap: 1px !important;
}
.contacts__title {
    max-width: 1300px;
    font-weight: 700;
    font-size: 48px;
    color: #8F96B0;
    margin: 0 auto 50px;
}
.corporate-clients {
    max-width: 1300px;
    margin: 45px auto 55px;
}
.corporate-clients__title, .addresses__title {
    font-weight: 700;
    font-size: 40px;
    color: #9ACA3C;
    margin-bottom: 35px;
}
.corporate-clients__container {
    display: flex;
    justify-content: space-between;
}
.corporate-clients__left-title {
    font-weight: 700;
    font-size: 40px;
    color: #000;
}
.corporate-clients__link {
    display: flex;
    align-items: center;
    gap: 25px;
    font-weight: 600;
    font-size: 24px;
    color: #1E1E1E;
    text-decoration: none;
    margin-top: 55px;
}
.corporate-clients__link--phone {
    font-size: 32px;
}
.corporate-clients__form-container {
    background-color: #F7F8FB;
    border-radius: 15px;
    padding: 40px 30px 35px 40px;
}
.corporate-clients__form-title {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #000;
    margin-bottom: 45px;
}
.corporate-clients__form {
    width: 500px;
}
.corporate-clients__form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.corporate-clients__form-row label {
    font-weight: 400;
    font-size: 24px;
    color: #8F96B0;
}
.corporate-clients__form-input {
    width: 345px;
    height: 45px;
    border: 1px solid #8F96B0;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 15px;
}
.corporate-clients__form-row:last-child {
    margin: 25px 0 0;
}
.corporate-clients__form-row p {
    font-weight: 400;
    font-size: 16px;
    color: #C3C7D5;
}
.corporate-clients__form-row p a {
    text-decoration: underline;
    color: #C3C7D5;
}
.corporate-clients__form-btn {
    width: 205px;
    height: 50px;
    background-color: #9ACA3C;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.addresses__title-container, .addresses__search-container, .addresses {
    max-width: 1300px;
    margin: 0 auto;
}
.addresses__title-container {
    margin-bottom: 55px;
}
.addresses__title {
    margin: 0;
}
.addresses__title-container p {
    font-weight: 500;
    font-size: 32px;
    line-height: 50px;
    color: #000;
}
.addresses__search-container {
    width: 100%;
    height: 85px;
    border: 2px solid #C3C7D5;
    background-color: #F7F8FB;
    padding-left: 10px;
    display: flex;
    align-items: center;
    margin-top: 55px;
}
.addresses__search-input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0 15px;
    font-weight: 400;
    font-size: 32px;
    color: #000;
}
.addresses__search-input::placeholder {
    color: #8F96B0;
}
.addresses__search-input:focus::placeholder {
    font-size: 0;
}
.addresses__search-btn {
    width: 85px;
    height: 85px;
    border: 2px solid #C3C7D5;
    border-right: none;
    border-right: none;
    background: #F7F8FB;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .3s ease;
    cursor: pointer;
}
.addresses__search-btn:hover {
    background-color: #9ACA3C;
}
.addresses__search-btn img {
    transition: filter .2s ease;
}
.addresses__search-btn:hover img {
    filter: brightness(5);
}
.addresses__btn-container {
    width: 380px;
    height: 50px;
    background-color: #F7F8FB;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 55px 0;
}
.addresses__btn {
    background-color: transparent;
    border: none;
    color: #8F96B0;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    width: 170px;
    height: 50px;
    cursor: pointer;
}
.addresses__btn.active {
    color: #9ACA3C;
}
.addresses__btn-container span {
    width: 1px;
    height: 40px;
    background-color: #E3E6F3;
}
.addresses__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 110px;
    grid-auto-flow: column;
    grid-template-rows: repeat(7, auto);
    margin-bottom: 100px;
}
.addresses__letter {
    position: absolute;
    left: -35px;
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
    color: #9ACA3C;
    flex-shrink: 0;
    margin-bottom: 15px;
}
.addresses__list-item {
    margin-bottom: 40px;
    position: relative;
}
.addresses__list-item.open .addresses__city-container {
    display: block;
}
.addresses__list-item.open .addresses__name img {
    transform: rotate(180deg);
}
.addresses__tile-city-info--item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.addresses__name {
    font-weight: 600;
    font-size: 28px;
    color: #222631;
    min-height: 70px;
    display: flex;
    gap: 15px;
    cursor: pointer;
}
.addresses__name img {
    height: fit-content;
    margin-top: 15px;
}
.addresses__city-info {
    display: none;
    margin-top: 10px;
    flex-direction: column;
    gap: 10px;
}
.addresses__city, .addresses__city-info p, .addresses__city-info--tel {
    font-weight: 400;
    font-size: 28px;
    color: #8F96B0;
}
.addresses__city-info p, .addresses__city-info--tel {
    font-size: 22px;
}
.addresses__city-info--tel {
    display: flex;
    align-items: center;
    gap: 10px;
}
.addresses__city, .addresses__tile-city {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
}
.addresses__tile-item .addresses__tile-city img {
    display: none;
}
.addresses__tile-item.open .addresses__tile-city img {
    display: block;
}
.addresses__tile-item.open .addresses__tile-more {
    display: none;
}
.addresses__tile-item .addresses__tile-more {
    display: block;
}
.addresses__city img {
    margin-top: 10px;
}
.addresses__city-container.open .addresses__city img {
    transform: rotate(180deg);
}
.addresses__city-info--route {
    font-weight: 600;
    font-size: 20px;
    color: #9ACA3C;
}
.addresses__city-info--address {
    margin-bottom: 15px;
}
.addresses__city-container {
    margin-bottom: 35px;
    display: none;
}
.addresses__city-container:last-child {
    margin-bottom: 0;
}
.addresses__city-container.open .addresses__city-info {
    display: flex;
}
.addresses__tile-group {
    margin-bottom: 55px;
}
.addresses__tile-name {
    font-weight: 600;
    font-size: 28px;
    color: #8F96B0;
    margin-bottom: 35px;
}
.addresses__tile-item-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.addresses__tile-item {
    width: 420px;
    padding: 30px;
    background: #F7F8FB;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.addresses__tile-city {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #000;
}
.addresses__tile-tel {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}
.addresses__tile-more {
    border: none;
    outline: none;
    background-color: transparent;
    width: fit-content;
    color: #9ACA3C;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}
.addresses__tile-item__show-btn {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: transparent;
    border: none;
    color: #9ACA3C;
    margin: 40px auto 0;
    cursor: pointer;
}
.addresses__tile-city-info {
    display: none;
    gap: 15px;
    flex-direction: column;
    margin-top: 10px;
}
.addresses__tile-item.open .addresses__tile-city-info {
    display: flex;
}
.addresses__tile-item.hidden {
    display: none;
}
.addresses__city-info--address {
    font-weight: 600;
    font-size: 20px;
    color: #8F96B0;
}
.subdomain__addresses-container {
    max-width: 1300px;
    margin: 55px auto 100px;
    position: relative;
    min-height: 330px;
}
.subdomain__addresses-btn-container {
    position: absolute;
    top: 0;
    right: 0;
}
.subdomain__addresses-btn {
    width: 260px;
    height: 50px;
    background-color: #9ACA3C;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 210px;
    right: 140px;
}
.subdomain__addresses-btn:hover {
    color: #fff;
}
.subdomain__addresses-item {
    display: flex;
    flex-direction: column;
    max-width: 320px;
}
.subdomain__addresses-item__city {
    font-size: 28px;
    margin-bottom: 35px;
}
.subdomain__addresses-item__name {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-bottom: 25px;
}
.subdomain__addresses-item__tel {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}
.subdomain__addresses-item__btn {
    font-weight: 600;
    font-size: 20px;
    color: #9ACA3C;
    margin-bottom: 10px;
}
.subdomain__addresses-item__links {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}
.subdomain__addresses {
    display: flex;
    flex-wrap: wrap;
    column-gap: 100px;
    row-gap: 30px;
    max-width: 740px;
}
.subdomain__addresses-not {
    font-size: 35px;
    color: #9aca3c;
    text-transform: uppercase;
}
.feedback {
    max-width: 1300px;
    margin: 0 auto;
}
.feedback__title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 50px;
    margin-bottom: 55px;
    color: #000;
    text-align: center;
}
.feedback__container {
    display: flex;
    justify-content: space-between;
}
.feedback__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 315px;
}
.feedback__item-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 100%;
    color: #9ACA3C;
}
.feedback__item-text, .feedback__item-link {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    color: #000;
}

@media (max-width: 768px) {
    main {
        margin: 0 auto 30px;
    }
    .contacts__title {
        font-size: 20px;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .corporate-clients {
        margin: 0 0 40px;
    }
    .corporate-clients__title, .addresses__title {
        font-size: 16px;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .corporate-clients__container {
        flex-direction: column;
        padding: 0 20px;
    }
    .corporate-clients__left-title {
        font-size: 16px;
        width: 100%;
        margin-bottom: 20px;
    }
    .corporate-clients__left {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .corporate-clients__link {
        font-size: 14px;
        margin-top: 0;
        gap: 10px;
        width: fit-content;
    }
    .corporate-clients__link img {
        width: 15px;
    }
    .corporate-clients__form-container {
        width: 100%;
        padding: 30px 20px 15px;
    }
    .corporate-clients__form-title {
        font-size: 16px;
        text-align: left;
        margin-bottom: 25px;
        max-width: 200px;
    }
    .corporate-clients__form {
        width: 100%;
    }
    .corporate-clients__form-row {
        margin-bottom: 10px;
    }
    .corporate-clients__form-row label {
        font-size: 16px;
    }
    .corporate-clients__form-input {
        width: 215px;
        height: 40px;
    }
    .corporate-clients__form-row:last-child {
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 10px;
        margin-top: 0;
    }
    .corporate-clients__form-btn {
        width: 215px;
    }
    .corporate-clients__form-row p {
        width: 100%;
        font-size: 14px;
        white-space: normal;
    }
    .addresses__title-container {
        margin-bottom: 30px;
    }
    .addresses__title {
        margin-bottom: 10px;
    }
    .addresses__title-container p {
        padding: 0 20px;
        font-size: 14px;
        line-height: unset;
    }
    .addresses__search-container {
        width: 90%;
        margin: 30px auto 15px;
        height: 40px;
    }
    .addresses__search-input {
        font-size: 14px;
    }
    .addresses__search-btn {
        width: 40px;
        height: 40px;
    }
    .addresses__search-btn img {
        width: 23px;
    }
    .addresses__btn-container {
        display: none;
    }
    .addresses__tile {
        margin-top: 35px;
        padding: 0 20px;
    }
    .addresses__tile-item {
        padding: 30px 25px;
    }
    .addresses__tile-name {
        font-size: 16px;
        margin-bottom: 15px;
        text-align: center;
    }
    .addresses__tile-group {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .addresses__tile-item-container {
        max-width: 78% !important;
        overflow: hidden;
        width: 100%;
    }
    .addresses__tile-item-slider {
        display: flex;
        gap: 20px;
        align-items: center;
        max-width: 100%;
        width: 100%;
        justify-content: center;
    }
    .addresses__tile-item-btn {
        width: 20px;
        height: 20px;
        background-color: #8F96B0;
        border: none;
        outline: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    .addresses__tile-city-info--item {
        gap: 0;
    }
    .addresses__tile-show {
        display: flex;
        align-items: center;
        gap: 20px;
        color: #8F96B0;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        border: none;
        background-color: transparent;
        margin: 0 auto 40px;
    }
    .addresses__tile-item-container {
        gap: 0;
    }
    .addresses__tile-city, .addresses__tile-tel, .addresses__city-info--address {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .addresses__tile-more, .addresses__city-info--route {
        font-size: 14px;
    }
    .addresses__tile-city-info {
        gap: 15px;
        margin-top: 0;
    }
    .addresses__tile-item__show-btn {
        display: none;
    }
    .feedback {
        padding: 0 20px;
    }
    .feedback__title {
        font-weight: 600;
        font-size: 16px;
        text-align: left;
        line-height: 100%;
        max-width: 325px;
        margin-bottom: 20px;
    }
    .feedback__container {
        flex-direction: column;
        gap: 15px;
    }
    .feedback__item {
        gap: 10px;
    }
    .feedback__item-text, .feedback__item-link {
        font-size: 16px;
    }
    .subdomain__addresses-btn-container, .subdomain__addresses-item__btn, .subdomain__addresses-item__links {
        display: none;
    }
    .subdomain__addresses-container {
        padding: 0 20px;
        min-height: fit-content;
        margin: 30px auto 50px;
    }
    .subdomain__addresses-not {
        text-align: center;
        font-size: 24px;
    }
    .subdomain__addresses-item__city {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .subdomain__addresses-item__name, .subdomain__addresses-item__tel {
        font-size: 14px;
    }
    .subdomain__addresses-item__name, .subdomain__addresses .addresses__city-info--address {
        margin-bottom: 10px;
    }
    .subdomain__addresses {
        flex-direction: column;
    }
}