.header {
    position: relative;
    background-color: #00a951;
    max-height: 65px;
    padding: 8px 15px 12px 56px;
}
.specialButton {
    position: absolute;
    right: 400px;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-info {
    display: flex;
    align-items: center;
}
.header-info-icon {
    margin-right: 18px;
}
.header-info-tel {
    margin-right: 20px;
}
.header-info-tel,
.header-info-email {
    font-family: "Century Gothic", sans-serif;
    font-size: 22px;
    line-height: 22px;
    text-decoration: underline;
    color: #fff;
}
.header-personal-account-main {
    margin-right: 24px;
    background-color: #eff7f3;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.4))
        drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    padding: 12px 60px;
    border-radius: 8px;
    cursor: pointer;
}
.header-personal-account-link {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.8);
}

.logo {
    background: #eff7f3;
}
.logo-inner-wrap {
    justify-content: center;
    align-items: center;
}
.logo-inner-pic {
    padding: 44px 0px 44px 0px;
}
.logo-inner-text {
    font-family: "Open Sans", sans-serif;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    color: #008740;
}
.images-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    margin: 0 auto;
    padding: 0px 15px 16px 15px;
}
.images-mobile {
    display: none;
}
.enter {
    width: 400px;
    margin: 0 auto;
    padding: 12px 30px;
    border-radius: 10px;
    background: #008740;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    cursor: pointer;
}
.enter-link {
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
}
.questions-answers {
    padding: 28px 0 38px 0;
    background-color: #eff7f3;
}
.questions-answers-text {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    color: #008740;
}

/*section questions */

.questions {
    margin-bottom: 37px;
}
.questions-text {
    min-height: 60px;
    margin-bottom: 15px;
    padding: 13px 57px;
    color: #111;
    background-color: #eff7f3;
    border-radius: 50px;
}
.questions-text-link {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    line-height: 22px;
}
.questions-answer {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    line-height: 22px;
}
.card.card-body {
    padding: 13px 57px;
    border: none;
}

/*Footer*/
.main-footer {
    border: 1px solid #000;
    background: linear-gradient(180deg, #00b054 0%, #0f7e44 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3) inset;
    min-height: 120px;
}
.main-footer-link {
    font-family: "Century Gothic", sans-serif;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    text-decoration-line: underline;
}
.main-footer-logo {
    margin-right: 20px;
}

/*Адаптив*/

@media (max-width: 1260px) {
    .header-info-title {
        font-size: 26px;
    }
    .header-personal-account {
        padding: 12px 34px;
    }
}

@media screen and (max-width: 992px) {
    .header-info-tel,
    .header-info-email {
        font-size: 18px;
    }
    .specialButton {
        right: 300px;
    }
    .header-personal-account-main {
        padding: 8px 20px;
    }
    .logo-inner-pic {
        padding: 44px 0px 44px 0;
    }
    .logo-inner-text {
        font-size: 35px;
    }
}
@media screen and (max-width: 810px) {
    .header-info-main {
        display: none;
    }
    .header-inner {
        justify-content: flex-end;
    }
}
@media screen and (max-width: 768px) {
    .logo-inner-pic {
        padding: 44px 0px 44px 10px;
    }
    .logo-inner-wrap {
        justify-content: space-around;
    }
    .logo-inner-text {
        font-size: 24px;
        line-height: 24px;
    }
    .images {
        display: none;
    }
    .images-mobile {
        display: block !important;
        margin-top: 10px;
    }
    .images-mobile-pic {
        width: 100%;
    }
    .uk-slider-items {
        margin-bottom: 10px;
    }
    .images-mobile-pic {
        border-radius: 20px;
    }
    .enter {
        max-width: 300px;
    }
    .questions-answers-text {
        font-size: 18px;
    }
    .questions-answers {
        padding: 0;
    }
    .questions-answer {
        font-size: 14px;
    }
    .questions-text {
        padding: 10px 57px 10px 30px;
        background-color: #ddeee6;
        border-radius: 16px;
    }
    .questions-text-link {
        font-size: 13px;
    }
}

@media screen and (max-height: 768px) {
    .auth-title-text {
        padding: 5px;
    }
    .form-auth {
        padding: 20px;
    }
}
