.bottom-contacts {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: #212121;
    font-family: 'Fixel Display', serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: linear-gradient(100.85deg, #FFFFFF 0%, #F4F6F7 99.68%);
    box-shadow: 0 4px 34px rgba(191, 195, 204, 0.3);
    border-radius: 5px;
}

.bottom-contacts-block {
    padding: 10px;
    width: 50%;
}

.bottom-contacts-block.left-block {
    padding: 24px 50px 24px 30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.bottom-contacts-block.right-block {
    padding: 24px 30px 24px 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.contacts-title {
    font-family: 'Fixel Display', serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: #212121;
    padding-bottom: 16px;
}

.bottom-contacts-block a {
    color: #690DD3;
    font-family: 'Fixel Display', serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
}

.bottom-contacts-separator {
    padding: 24px 0 57px;
}

.bottom-contacts-separator .separator-line {
    position: absolute;
    height: 174px;
    border-left: 1px solid #DBDFE4;
}

.bottom-contacts-block a.big-phone-link {
    font-family: 'Fixel Display', serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-decoration: underline;
}

.bottom-contacts-block .icon-column {
    width: 20px;
}

.bottom-contacts-block .title-column {
    min-width: fit-content;
    width: 110px;
    margin-left: 8px;
}

.bottom-contacts-block .data-column {
    margin-left: 30px;
}

.bottom-contacts-block .contact-col {
    display: flex;
    flex-direction: column;
}

.bottom-contacts-block .contact-row{
    display: flex;
    flex-direction: row;
}

.support-contact {
    padding-right: 57px;
}

.support-icon {
    display: block;
}

.mobile-support-icon {
    display: none;
}

.make-a-route {
    margin-left: 168px;
    margin-top: 10px;
}

.main-wrapper .info-block,
.main-wrapper .info-block .info-data {
    display: flex;
    flex-direction: column;
}

.main-wrapper .info-block .info-data {
    display: none;
    padding-top: 24px;
}

.main-wrapper .info-block.open .info-data {
    display: block;
}

.main-wrapper .info-block.open .info-preview img {
    transform: rotate(180deg);
}

.main-wrapper .info-block {
    padding: 10px 40px;
    margin: 16px 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 34px 0 rgba(191, 195, 204, 0.30);
}

.main-wrapper .info-block .data-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.main-wrapper .info-block .data-block a {
    text-decoration: underline;
    cursor: pointer;
}

.main-wrapper .info-block .data-block .data-item {
    min-width: 40%;
}

.page-content .main-wrapper.info-about-company {
    padding: 0;
    border-radius: unset;
    background-color: unset;
    box-shadow: unset;
    margin-bottom: 38px;
}

.main-wrapper .info-block .info-preview {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.main-wrapper .info-block .info-preview img {
    width: 24px;
    height: 24px;
}

.main-wrapper .info-block .data-content span#show-more,
.main-wrapper .info-block .data-content span.show-more,
.main-wrapper .info-block .data-content a#show-more-close {
    display: none;
}

.main-wrapper .info-block .data-content.open span#show-more,
.main-wrapper .info-block .data-content.open a#show-more-close {
    display: inline-block;
}

.main-wrapper .info-block .data-content.open span#show-more-open {
    display: none;
}

.main-wrapper .info-block .data-block {
    padding: 8px 0;
}

.page-content .main-wrapper.services {
    padding: 28px 60px 40px;
    margin-bottom: 40px;
    margin-top: 32px;
}

.page-content .main-wrapper.services h1,
.services-block-group .service-block h3,
.page-content .main-wrapper.services p {
    margin: 0;
}

.page-content .main-wrapper.services .group-info {
    color: #212121;
    font-family: 'Fixel Display', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: calc(50% - 14px);
    padding-top: 12px;
}

.page-content .main-wrapper.services .services-block-group {
    padding-top: 32px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.page-content .main-wrapper.services .services-block-group .service-block {
    border-radius: 8px;
    background: #EDEDED;
    width: calc(50% - 14px);
    display: flex;
}

.services-block-group .service-block h3 {
    color: #212121;
    font-family: 'Fixel Display', serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.page-content .main-wrapper.services .services-block-group .service-block p {
    color: #212121;
    font-family: 'Fixel Display', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 8px;
}

.page-content .main-wrapper.services .services-block-group .service-block a {
    display: flex;
    width: fit-content;
    padding: 12px 40px;
    border-radius: 8px;
    background: #690DD3;
    color: #FFF;
    font-family: 'Fixel Display', serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    margin-top: 44px;
}


.services-block-group .service-block .service-block-content {
    padding: 32px 28px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .contacts-title {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        color: #212121;
        padding-bottom: 16px;
    }

    .bottom-contacts-block a.big-phone-link {
        font-size: 24px;
    }

    .bottom-contacts {
        flex-direction: column;
    }

    .bottom-contacts-block {
        width: initial;
    }

    .bottom-contacts-separator {
        padding: 0;
    }

    .bottom-contacts-separator .separator-line {
        border-left: none;
        border-bottom: 1px solid #DBDFE4;
        height: 0;
        width: 100%;
    }

    .bottom-contacts-block.left-block {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0;
        padding: 24px 12px 15px;
    }

    .bottom-contacts-block.right-block {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 0;
        padding: 15px 12px 24px;
    }

    .main-wrapper .info-block {
        padding: 12px;
        margin: 12px 0;
    }

    .page-content .main-wrapper.info-about-company {
        margin-bottom: 28px;
    }

    .main-wrapper .info-block .info-data {
        padding-top: 12px;
    }

    .main-wrapper .info-block .data-block {
        padding: 6px 0;
        flex-direction: column;
    }

    .page-content .main-wrapper.services {
        padding: 20px 12px;
        margin-bottom: 16px;
        margin-top: 12px;
    }

    .page-content .main-wrapper.services .group-info {
        width: 100%;
        font-size: 15px;
        line-height: 24px;
    }

    .page-content .main-wrapper.services .services-block-group {
        padding-top: 0;
        margin-top: 12px;
        flex-direction: column;
    }

    .page-content .main-wrapper.services .services-block-group .service-block {
        width: 100%;
        margin: 6px 0;
    }

    .services-block-group .service-block .service-block-content {
        padding: 16px 20px;
    }

    .services-block-group .service-block h3 {
        font-size: 20px;
    }

    .page-content .main-wrapper.services .services-block-group .service-block p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .mobile-support-icon {
        display: block;
    }

    .support-contact {
        padding-right: 0;
    }

    .support-icon {
        display: none;
    }

    .support-time {
        justify-content: space-between;
    }

    .bottom-contacts-block  .mobile-contact-col {
        flex-direction: column;
        margin-top: 22px;
    }

    .make-a-route {
        margin-left: 0;
    }

    .bottom-contacts-block .data-column {
        margin-left: 0;
    }
}