@font-face {
    font-family: 'Roboto-Regular';
    src: url("../fonts/Roboto-Regular.woff") format('woff');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url("../fonts/Roboto-Medium.woff") format('woff');
}

@font-face {
    font-family: 'Inter-Regular';
    src: url("../fonts/Inter-Regular.woff") format('woff');
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 23px;
    min-width: 320px;
}

h1, h2, h3, h4, p {
    margin: 0;
}

p {
    line-height: inherit;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.box {
    max-width: 1140px;
    margin: 0 auto;
    padding: 64px 0;
}

.banner img {
    width: 100%;
    display: block;
}

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

.content-column {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.03em;
    width: 350px;

}

.content-column h4 {
    margin-bottom: 13px;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
}

.content-item {
    margin-top: 15px;
    position: relative;
}

.content-item:first-child {
    margin-top: 0;
}

.content-item-wrap {
    padding: 13px 10px 13px 28px;
    border-radius: 4px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.content-item-wrap:hover {
    filter: brightness(1.2);
}

.content-item-img, .content-item-img img {
    display: block;
}

.content-item-img {
    width: 22px;
}

.content-item-text {
    width: calc(100% - 22px);
    padding-left: 17px;
    display: block;
}

.content-item-img img {
    margin: 0 auto;
}

.arrow-dropdown {
    position: absolute;
    top: 15px;
    right: 23px;
    cursor: pointer;
    transition: 0.5s;
}
.hidden-active .arrow-dropdown {
    transform: rotate(180deg);
}
.content-hidden {
    padding: 17px 23px;
    border: 2px solid #21983F;
    border-radius: 0px 0px 5px 5px;
    background: #fff;
    display: none;
}

.hidden-active .show-phone {
    border-radius: 5px 5px 0 0;
}

.content-hidden p {
    color: #292929;
    font-family: 'Roboto-Medium', sans-serif;
    margin-bottom: 4px;
}

.content-hidden a {
    color: #5E2C87;
    display: flex;
    align-items: center;
}

.hidden-item-img {
    width: 20px;
    margin-right: 10px;
}

.hidden-item-img, .hidden-item-img img {
    display: block;
}

.hidden-item-text {
    border-bottom: 1px solid #ddd;
    padding: 9px 0 7px 0;
    width: calc(100% - 30px);
    max-width: 228px;
}

.content-hidden-item:last-child .hidden-item-text {
    border-bottom: none;
}

.content-hidden-wrap:first-child {
    margin-bottom: 15px;
}

.phones {
    margin-top: 28px;
}

.app {
    margin-top: 34px;
    display: flex;
    align-items: center;
}

.app-title {
    width: calc(100% - 155px);
    padding-right: 20px;
}

.app-title a {
    color: #5E2C87;
    font-family: 'Roboto-Medium';
}

.app-img {
    width: 155px;
}

.page-link {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    padding-right: 18px;
}

.social-box {
    display: flex;
    align-items: center;
}

.map {
    margin-top: 47px;
}

.map a {
    position: relative;
    display: block;
}

.map img, .map-img {
    display: block;
}

.map-img img {
    width: 100%;
}

.map-text {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: linear-gradient(270deg, #2CB04E 0%, #1F953D 100%);
    box-shadow: 0px 12px 12px -10px rgba(52, 168, 82, 0.65);
    border-radius: 5px;
    padding: 13px 10px 13px 28px;
    transition: all 0.3s ease;
}

.map a:hover .map-text {
    filter: brightness(1.2);
}

.map-text img {
    flex: none;
    margin-right: 22px;
}

.bg1 {
    background: linear-gradient(90deg, #5E2C87 0%, #8950B8 100%);
    box-shadow: 0px 12px 12px -10px rgba(94, 44, 135, 0.65);
}

.bg2 {
    background: linear-gradient(90deg, #825EA0 0%, #9B79B9 100%);
    box-shadow: 0px 12px 12px -10px rgba(94, 44, 135, 0.65);
}

.bg3 {
    background: linear-gradient(90deg, #20963E 0%, #2CB04E 100%);
    box-shadow: 0px 12px 12px -10px rgba(31, 149, 61, 0.65);
}

.bg4 {
    background: linear-gradient(90deg, #EF5523 0%, #EF5523 100%);
    box-shadow: 0px 12px 12px -10px rgba(239, 85, 35, 0.65);
}

.bg5 {
    background: linear-gradient(270deg, #835EF6 0%, #533DA3 100%);
}

.bg6 {
    background: linear-gradient(270deg, #37AFE2 0%, #1D94D2 100%);
}

.bg7 {
    background: linear-gradient(90deg, #000000 0%, #747474 100%);
}

.bg8 {
    background: linear-gradient(90deg, #0768E1 0%, #0081FB 100%);
}

.bg9 {
    background: linear-gradient(90deg, #CE264D 0%, #B803B3 100%);
}

.bg10 {
    background: linear-gradient(270deg, #F65E5E 0%, #FF4444 100%);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.modal-active.modal {
    display: flex;
}

.modal-box {
    background: linear-gradient(90deg, #825EA0 0%, #9B79B9 100%);
    border-radius: 0px 0px 5px 5px;
    width: 550px;
    position: relative;
    padding: 2px;
}

.modal-box-bg {
    background: #fff;
    padding: 20px 75px;
    border-radius: inherit;
}

.modal-title {
    text-align: center;
}

.modal-title h3 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.03em;
    color: #292929;
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 100;
}

.modal-title p {
    font-size: 16px;
    line-height: 19px;
    margin-top: 7px;
}

.modal-form {
    margin-top: 16px;
}

.modal-form input, .modal-form textarea {
    display: block;
    width: 100%;
    outline: 0;
    padding: 14px 18px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #292929;
    font-family: 'Roboto-Regular', sans-serif;
    border-radius: 5px;
    margin: 0;
    border: 2px solid #5E2C87;
}

.modal-form-field {
    position: relative;
    padding: 2px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.modal-form input::placeholder, modal-form textarea::placeholder {
    opacity: 1;
}

.modal-form textarea {
    max-width: 100%;
    resize: none;
}

.modal-form button {
    background: #EF5523;
    box-shadow: 0px 12px 12px -10px rgba(239, 85, 35, 0.65);
    border-radius: 5px;
    font-size: 16px;
    line-height: 19px;
    padding: 8px;
    text-align: center;
    display: block;
    width: 100%;
    color: #fff;
    border: none;
    font-family: 'Roboto-Medium', sans-serif;
    cursor: pointer;
}

.modal-bottom-text {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #292929;
}

.app-mob, .logo {
    display: none;
}

.copyright {
    text-align: center;
    margin-top: 40px;
}
.modal-close {
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
}
.modal-close img {
    display: block;
}
.after-send {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
}
.after-send__box {
    width: 300px;
    padding: 31px 20px 40px 20px;
    color: #fff;
    position: relative;
}
.send__success .after-send__box {
    background: #2CB04E;
}
.send__error .after-send__box {
    background: #D93737;
}
.after-send__close {
    position: absolute;
    top: 16px;
    right: 24px;
    cursor: pointer;
    width: 16px;
}
.after-send__img img {
    display: block;
    margin: 0 auto;
}
.after-send__title {
    font-size: 36px;
    line-height: 44px;
    margin: 10px 0 16px 0;
}
.after-send__info {
    font-family: 'Inter-Regular', sans-serif;
}
.after-send__info p {
    font-size: 20px;
    line-height: 24px;
}
.modal-form-field .error, .modal-form-field .error::placeholder {
    color: rgba(255, 0, 0, 0.6);
    font-family: 'Inter-Medium', sans-serif;
}
.modal-form-field .error {
    box-shadow: 0px 12px 12px -10px rgba(94, 44, 135, 0.65);
    border-color: #FF0000;
}
.modal-form-field label.error {
    display: none !important;
}
@media screen and (max-width: 1199px) {
    .box {
        max-width: none;
        padding: 20px;
    }

    .content {
        flex-wrap: wrap;
    }

    .content-column {
        margin-bottom: 60px;
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    .content {
        display: block;
        margin-top: 21px;
    }

    .content-column {
        width: 100%;
        margin-bottom: 23px;
    }

    content-column:first-child h4 {
        display: none;
    }

    .content-column:last-child {
        margin-bottom: 0;
    }

    .app {
        display: block;
    }

    .app-title {
        width: auto;
        padding: 0;
    }

    .app-img {
        margin: 14px auto 0 auto;
    }

    .map {
        margin-top: 33px;
    }

    .content-column h4 {
        text-align: center;
    }

    .content-item {
        margin-top: 10px;
    }

    .app-desk {
        display: none;
    }

    .app-mob {
        display: block;
        margin-top: 24px;
        text-align: center;
    }

    .modal {
        padding: 10px;
    }

    .modal-box {
        width: 100%;
    }

    .modal-box-bg {
        padding: 12px 24px 11px 24px;
    }

    .modal-title h3 {
        font-size: 20px;
        line-height: 23px;
    }

    .modal-title p, .modal-form input, .modal-form textarea {
        font-size: 12px;
        line-height: 14px;
    }

    .modal-form input, .modal-form textarea {
        padding: 11px 12px;
    }

    .modal-bottom-text {
        font-size: 10px;
        line-height: 12px;
        margin-top: 8px;
    }

    .modal-form-field {
        margin-bottom: 6px;
    }

    .banner {
       margin-top: 20px;
    }

    .logo {
        display: block;
        width: 134px;
        margin: 0 auto;
    }

    .modal-form {
        margin-top: 11px;
    }

    .copyright {
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .box {
        padding: 27px 38px 31px 38px;
    }

    .map-text img {
        width: 13px;
        margin-right: 20px;
    }

    .page-link {
        padding-right: 14px;
    }
}

@media screen and (max-width: 374px) {
    .box {
        padding: 27px 30px 31px 30px;
    }
}

@media screen and (max-width: 359px) {
    .box {
        padding: 27px 20px 31px 20px;
    }

    .map-text img {
        margin-right: 15px;
    }
}