main {
    margin-top: 30px;
}

h1 {
    color: #4774b9;
    margin-bottom: 15px;
}

.main-info__preview {
    position: relative;
    min-height: 360px;
}

.main-info__preview .img {
    display: block;
    position: absolute;
    width: 50%;
    height: 49%;
    border-radius: 5px;
    box-shadow: 0px 2px 8px 0px rgba(24, 49, 56, 0.15);
}

.main-info__preview .img1 {
    background: url(../images/st1.jpg) no-repeat center / cover;
    top: 5px;
    left: 0;
    z-index: 1;
}

.main-info__preview .img2 {
    background: url(../images/st2.jpg) no-repeat center / cover;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.main-info__preview .img3 {
    background: url(../images/st3.jpg) no-repeat center / cover;
    top: 60%;
    left: 30px;
    width: 40%;
    z-index: 3;
    height: 37%;
}

.main-info__preview .img4 {
    background: url(../images/about.jpg) no-repeat center / cover;
    top: 15px;
    right: 15px;
    width: 40%;
    z-index: 4;
    height: 40%;
}

.main-info__preview+p {
    font-size: 13px;
}

.main-form {
    padding: 25px;
    background: rgba(245, 245, 245, .64);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 15px;
    position: sticky;
    top: 100px;
    margin-bottom: 45px;
    overflow-y: auto;
    max-height: calc(100vh - 140px);
}

.main-form img.qr {
    display: block;
    max-width: 120px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 25px;
    border-radius: 5px;
    box-shadow: 0px 2px 8px 0px rgba(24, 49, 56, 0.15);
}

.main-form h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #4774b9;
}

.main-form h2+p {
    margin-bottom: 30px;
}

.main-form small {
    line-height: 1.6;
    display: inline-block;
}

.main-form small>mark {
    background: transparent;
    color: #4774b9;
    font-weight: 700;
}

.main-form ol {
    margin: 0;
    padding: 0;
}

.main-form ol>li {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    padding-left: 55px;
    font-size: 18px;
}

.main-form ol>li:last-child {
    margin-bottom: 0;
}

.main-form ol>li a {
    color: #4774b9;
    text-decoration: underline;
}

.main-form ol>li .admin-email {
    color: #4774b9;
}

.main-form ol>li>.num {
    display: inline-block;
    color: #4774b9;
    font-weight: 700;
    font-size: 24px;
    position: absolute;
    top: -3px;
    left: 0;
}

.future-goals {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.future-goals.grey-goal {
    align-items: flex-start;
}

.future-goals__item {
    position: relative;
    width: calc(50% - 15px);
    text-align: center;
    box-shadow: 0px 2px 8px 0px rgba(24, 49, 56, 0.5);
    padding: 30px;
    border-radius: 15px;
    background: #4774b9;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}

.future-goals.grey-goal .future-goals__item {
    width: 100%;
    color: #4774b9;
    background: rgba(245, 245, 245, .64);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    min-height: 120px;
    display: flex;
    align-content: center;
    flex-flow: row wrap;
    justify-content: center;
}

.future-goals__item>p {
    margin: 0;
    font-size: 24px;
    line-height: 1.6;
}

.future-goals__item>p>small {
    display: block;
}

.future-goals__item article {
    display: none;
    margin-top: 15px;
    background: #fff;
    color: #1F373D;
    padding: 15px;
    border-radius: 15px;
    text-align: left;
    width: 100%;
}

.future-goals.grey-goal .future-goals__item article {
    background: transparent;
}

.future-goals__item article p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #4774b9;
}

.future-goals.grey-goal .future-goals__item>p {
    font-weight: 700;
    font-size: 21px;
    width: 100%;
}

.future-goals:not(.grey-goal) .future-goals__item:last-of-type {
    margin-bottom: 60px;
    width: 100%;
}

.future-goals .icon-checkmark {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../icons/checkmark.svg) no-repeat center / contain;
    position: absolute;
    top: -5px;
    left: -5px;
}

.future-goals .icon-arrow-up {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #fff url(../icons/up-arrow.svg) no-repeat center / 30px;
    transition: all .3s ease;
    transform: rotate(180deg);
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
}

.future-goals .icon-arrow-up.active {
    transform: rotate(0deg);
}

.have-a-question {
    box-shadow: 0px 2px 8px 0px rgba(24, 49, 56, 0.15);
    padding: 30px;
    border-radius: 15px;
    background: rgba(71, 116, 185, 0.05);
}

.have-a-question h2 {
    margin-bottom: 30px;
}

.have-a-question span {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4774b9;
}

.have-a-question .big-icon {
    margin-left: 15px;
    display: inline-block;
    width: 40px;
    margin-top: -2px;
}

.have-a-question a {
    font-size: 32px;
}

.have-a-question address>a {
    font-size: 14px;
    display: inline-block;
    text-align: right;
    text-decoration: underline;
    color: #4774b9;
    margin-left: 10px;
}

.line-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-info__text {
    border-left: 15px solid #4774b9;
    padding-left: 15px;
    margin: 60px 30px 60px 0;
}

.main-info__text h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.show-anketa {
    display: none;
}

.accordion>.card {
    border-radius: 15px;
    border-color: rgba(245, 245, 245, 1);
}

.accordion>.card .card-header {
    position: relative;
    background: #fff;
    border-color: rgba(245, 245, 245, 1);
}

.accordion>.card .card-header button {
    font-size: 18px;
    color: #1F373D;
    font-weight: 700;
    padding-left: 0;
    padding-right: 35px;
}

.accordion>.card .card-header button.collapsed {
    font-weight: 500;
}

.accordion>.card .card-body p {
    font-size: 14px;
}

.accordion .icon-arrow-up {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../icons/up-arrow-black.svg) no-repeat center / 30px;
    transition: all .3s ease;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    top: 19px;
    right: 25px;
    box-shadow: 0px -2px 10px 0px rgba(24, 49, 56, 0.15);
}

.accordion>.card .card-header button>.icon-arrow-up {
    transform: rotate(0deg);
}

.accordion>.card .card-header button.collapsed>.icon-arrow-up {
    transform: rotate(180deg);
}

.faq h2 {
    font-size: 40px;
    margin-bottom: 25px;
    color: #4774b9;
}

@media (max-width: 1199px) {
    .main-form h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .main-form small {
        line-height: 1.4;
        font-size: 12px;
    }

    .main-form ol>li>.num {
        font-size: 18px;
        top: 0;
    }

    .main-form h2+p {
        margin-bottom: 15px;
    }

    .main-form ol>li {
        padding-left: 40px;
        font-size: 16px;
    }

    h1 {
        font-size: 42px;
    }

    .future-goals__item>p {
        font-size: 16px;
    }

    .future-goals.grey-goal .future-goals__item>p {
        font-size: 16px;
    }

    .future-goals.grey-goal .future-goals__item {
        padding: 20px;
    }

    .have-a-question h2 {
        margin-bottom: 20px;
        font-size: 32px;
    }

    .have-a-question span {
        font-size: 20px;
    }

    .have-a-question a {
        font-size: 26px;
    }

    .have-a-question address {
        font-size: 15px;
    }

    .future-goals .icon-checkmark {
        width: 40px;
        height: 40px;
    }

    .have-a-question .big-icon {
        margin-top: -3px;
    }
}

.modal-dialog {
    margin-top: 120px;
}

.modal-header {
    border: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-bottom: 0;
}

.modal-title {
    color: #4774b9;
    font-weight: 700;
    font-size: 24px;
}

.modal-content {
    border-radius: 15px;
}

@media only screen and (max-width: 992px) {
    .hidden-sm {
        display: none;
    }

    .main-info {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .show-anketa {
        display: inline-block;
        position: fixed;
        bottom: 5px;
        right: 5px;
        background-color: #4774b9;
        color: #fff;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 700;
        border: none;
    }

    .main-form {
        margin-bottom: 0;
    }

    .faq h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .accordion>.card .card-header button {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .have-a-question h2 {
        font-size: 24px;
    }

    .have-a-question span {
        font-size: 18px;
    }

    .have-a-question a {
        font-size: 22px;
    }

    .have-a-question address {
        font-size: 12px;
    }

    .have-a-question .big-icon {
        width: 30px;
    }

    .have-a-question {
        padding: 20px;
    }

    .main-info__preview {
        min-height: 240px;
    }

    .main-info__preview .img1 {
        width: 100%;
        height: 100%;
    }

    h1 {
        font-size: 32px;
    }

    .modal-dialog {
        margin-top: 80px;
    }

    .main-info__text {
        border-left: 5px solid #4774b9;
    }

    .faq h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .have-a-question .big-icon {
        display: none;
    }
}

@media only screen and (max-width: 540px) {
    .have-a-question .big-icon {
        display: none;
    }

    .future-goals__item {
        width: 100%;
        min-height: auto !important;
    }

    .future-goals.grey-goal {
        margin-top: -30px;
    }

    .have-a-question address,
    .have-a-question a {
        font-size: 16px;
    }

}