
.info-page {
    padding-top: 0 !important;
    margin-top: 204px !important;
}
.index-page {
    padding-top: 0 !important;
    margin-top: 234px !important;
}
.news-block_ttitle {
    padding-top: 48px !important;
}
.news-block_btn {
    margin-bottom: 60px;
}
.news-block_date {
    width: 120px !important;
    height: 32px !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
}
#tabs {
    margin-top: 90px;
}

.text-payment {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.hero-description {
    width: 55%;
}
.gift-text_block {
    width: 75%;
}
.gift-desc_block {
    width: 70%;
    margin-top: 64px;
}
.gift-block_image {
    top: 50px;
}
.gift-block_image img{
    width: 700px !important;
}
.gift-btn_block {
    margin-top: 40px;
}
#popup-form {
    max-width:500px;
    height: 950px;
    width: 430px;
    padding:0px;
}
#alfaForm button {
    cursor: pointer;
}

#alfaForm input:focus, #alfaForm input:active,
#alfaForm textarea:focus, #alfaForm textarea:active {
    border: 1px solid #575757 !important
}
.section-faq-gift {
    padding-top: 120px !important;
}

.icon-plus_mobile, .icon-minus_mobile {
    opacity: 0;
    width: 0;
}
.footer-hr {
    display: none;
    background: #FFF;
    width: 100%;
    height: 1px;
    margin-top: 3px;
}
.footer-tablet_bot {
    display: none;
    flex-direction: column;
    gap: 16px;
}
.footer-tablet_block {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.footer-privacy {
    display: flex;
    justify-content: flex-end;
    margin-top: 4px;
}
.company-closing_block {
    margin-bottom: 60px;
    margin-top: 64px;
}
.background-image_block {
    top: -65px;
}
.services-top_block {
    padding-top: 60px;
}

.аdvantages-title_h2 {
    margin-top: 60px;
    margin-bottom: 64px;
}
#alfaResult {
    height: 0px;
    padding: 0;
    margin: 0;
}
@media (min-width: 1440px) {
    .services-block_price {
        margin-top: 24px;
    }
    .services-block_price-table {
        display: none;
    }
}
@media (max-width: 1439px) {
    .services-block_price {
        display: none;
    }
    .services-block_price-table {
        display: block;
    }
}
@media (min-width: 1024px) and (max-width: 1439px) {
    .аdvantages-title_h2 {
        margin-top: 50px;
        margin-bottom: 60px;
    }
    .news_block {
        margin-top: 56px;
    }
    .company-closing_block {
        margin-bottom: 50px;
        margin-top: 56px;
    }
    .services-top_block {
        padding-top: 50px;
    }
    .background-image_block {
        top: 110px;
    }
    .footer-tablet_bot {
        display: flex;
    }
    .footer-top_left {
        row-gap: 147px;
    }
    .alfa-form__row {
        margin-bottom: 24px;
    }
    .maps-footer_link {
        width: 100%;
        position: absolute;
        max-width: 728px;
    }
    .footer-bottom_block {
        display: none;
    }
    .footer-hr {
        display: block;
    }
}
@media (min-width: 1150px) and (max-width: 1300px) {
    .gift-block_image {
        top: 110px;
    }
    .gift-block_image img{
        width: 700px !important;
    }
}
@media (min-width: 1024px) and (max-width: 1150px) {
    .gift-block_image {
        top: 190px;
    }
    .gift-block_image img {
        width: 630px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1300px) {
    #hero-title {
        font-size: 76px;
    }
    .news-title_block #hero-title {
        font-size: 60px !important;
    }
    .hero-description {
        font-size: 22px;
    }
    .info-page {
        padding-top: 0 !important;
        margin-top: 156px !important;
    }
    .gift-btn_block {
        margin-top: 32px;
    }
    .index-page {
        padding-top: 0 !important;
        margin-top: 156px !important;
    }
    .text-payment {
        margin-top: 56px !important;
    }
    .text-payment {
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }
    .hero-description {
        width: 55%;
    }
    .gift-text_block {
        width: 90%;
    }
    .gift-desc_block {
        width: 60%;
        margin-top: 56px;
    }
    .section-faq-gift {
        padding-top: 100px !important;
    }
}
.hr-footer_mobile {
    display: none;
}
.footer-social_mobile {
    display: none;
}
.upcoming_events {
    margin-top: -160px;
}
.news_block {
    margin-top: 48px;
}
.arrow {
    position: relative;
    width: 64px;
    height: 64px;
    display: inline-block;
}

.arrow img {
    position: absolute;
    inset: 0;
    transition: opacity .3s ease;
}
.white-arrow_top {
    transition: transform .3s ease;
}

.arrow:hover .white-arrow_top {
    transform: rotate(45deg);
}
.black-arrow_top {
    opacity: 1;
}

.black-arrow_blue {
    opacity: 0;
}

.arrow:hover .black-arrow_top {
    opacity: 0;
}

.arrow:hover .black-arrow_blue {
    opacity: 1;
}
@media (max-width: 1024px) {
    .news-title_block {
        display: flex;
        flex-direction: column;
        align-items: normal !important;
    }
    .news-title_block h1 {
        float: left;
        text-align: start;
    }
    .news-title_block p {
        float: right;
        text-align: end;
    }
    .img-services_block {
        max-height: 400px !important;
    }
    #аdvantages {
        padding-bottom: 180px;
    }
    .аdvantages-title_h2 {
        margin-top: 40px;
        margin-bottom: 32px;
    }
    .news_block {
        margin-top: 32px;
    }
    .upcoming_events {
        margin-top: -30px;
    }
    .company-dynamic_block li {
        display: none;
    }
    .services-top_block {
        padding-top: 4px;
    }
    .company-closing_block {
        margin-bottom: 40px;
        margin-top: 32px;
     }
    .information-description {
        max-width: 100%;
    }
    .footer-top_left {
        padding-bottom: 32px;
    }
    .footer-logo_block {
        padding-bottom: 80px;
    }
    .footer-bottom_block {
        margin-top: 40px;
        gap: 24px;
    }
    .footer-social_mobile {
        display: flex;
        justify-content: center;
        margin-top: -16px;
    }
    .footer-desc {
        font-size: 16px;
        margin-top: 12px;
    }
    .hr-footer_mobile {
        display: block;
        background: #FFF;
        width: 100%;
        height: 2px;
        margin-top: 16px;
    }
    .footer-logo_block {
        margin-top: 0px;
        padding-top: 0px;
    }
    .footer-contacts {
        text-align: center;
    }
    .footer-text_contacts{
        font-size: 18px !important;
    }
    .footer-tablet_block {
        display: none;
    }
    .footer-img_contacts {
        display: none;
    }
    .footer-contacts {
        margin-top: 16px;
    }
    .icon-minus_desc, .icon-plus_desc {
         display: none;
     }

    .icon-plus_mobile, .icon-minus_mobile {
        opacity: 1;
        width: auto;
    }
    .faq-item p {
        margin-top: -4px;
    }

    #faq-gift .faq-item__trigger {
        padding: 22px 0 !important;
    }
    .section-faq-gift {
        padding-top: 16px !important;
    }
    .gift-img_block {
        margin-top: 16px !important;
    }
    #popup-form {
        height: 600px;
        width: auto;
    }
    .cgvHmG{
        padding: 5px !important;
    }
    .info-page {
        padding-top: 0 !important;
        margin-top: 126px !important;
    }
    .gift-btn_block {
        margin-top: 32px;
    }
    .index-page {
        padding-top: 0 !important;
        margin-top: 134px !important;
    }
    .text-payment {
        margin-top: 16px !important;
    }
    .text-payment {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }
    .hero-description {
        width: 100%;
    }
    .gift-text_block {
        width: 100%;
    }
    .gift-desc_block {
        width: 100%;
        margin-top: 16px;
    }
    #alfaForm input, #alfaForm textarea{
        padding-left: 22px !important;
        padding-right: 22px !important;
        font-size: 18px !important;
    }
}

@media (min-width: 640px) and (max-width: 1280px) {
    .news-block_ttitle {
        padding-top: 32px !important;
    }
    .news-block_btn {
        margin-bottom: 42px;
    }
    #tabs {
        margin-top: 55px;
    }
    .title-contact {
        font-size: 64px !important;
        margin-bottom: 24px !important;
    }
}

@media (max-width: 639px) {
    .news-block_ttitle {
        padding-top: 24px !important;
    }
    .news-block_btn {
        margin-bottom: 56px;
    }
    #tabs {
        margin-top: 35px;
    }
    .title-contact {
        font-size: 42px !important;
        margin-bottom: 32px !important;
        margin-top: 50px !important;
    }
    .address-contact {
        margin-top: 8px !important;
        margin-bottom: 24px !important;
    }
    .phone-contact {
        margin-top: 8px !important;
        margin-bottom: 24px !important;
    }
    .social-link_top img {
        height: 32px;
        width: 32px;
    }
    .social-link_top {
        margin-top: 8px !important;
        gap: 21px !important;
    }
}
