@media (max-width:1440px) {
    .anotherIntro-title {
        font-size: 85px
    }
}

.anotherIntro {
    padding: 12vw 0
}

.anotherIntro-title {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-family: Belleza;
    font-size: 6vw;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    line-height: 100%
}

.another-info-type1-info {
    width: 70%;
    margin: 0 auto;
    padding-top: 5vw
}

.another-info-type1-title {
    text-align: center;
    font-size: 1.8vw;
    font-style: normal;
    font-weight: 600;
    line-height: 120%
}

.another-info-type1-descr {
    padding-top: 2px;
    text-align: center;
    font-size: 1.45vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.another-info-type1-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

.another-info-type2-item {
    padding-top: 90px;
    display: flex;
    justify-content: space-between
}

.another-info-type2-item-title {
    color: #fff;
    width: 33%;
    border-radius: 40px;
    background: rgba(42, 92, 36, 0.62);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.20);
    text-align: center;
    font-size: 1.3vw;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: .36px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 16px 5px;

    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.36px;
}

.another-info-type2-descrs {
    width: 62%
}

.another-info-type2-descrs-title {
    font-size: 1.7vw;
    font-style: normal;
    font-weight: 800;
    line-height: 120%
}

.another-info-type2-descrs-descr {
    padding-top: .25vw;
    color: grey;
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 1.1px
}

.accordion-single {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 25px
}

.accordion-single-item {
    padding-top: 15px;
    width: 49%;
    border-radius: 25px;
    background: rgba(42, 92, 36, 0.62);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.20);
    border-radius: 25px;
    background: rgba(42, 92, 36, 0.62);
    color: #fff;
    padding: 23px
}

.another-info-type1-faq-title {
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    padding-right: 10%;

    font-size: 1.95vw;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    letter-spacing: .51px
}

.another-info-type1-faq-title::after {
    content: "";
    position: absolute;
    right: 3%;
    top: 50%;
    transition: all .2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: translateY(-50%) rotate(135deg)
}

.another-info-type1-faq-descr {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: .48px
}

.accordion-single-item.is-open .another-info-type1-faq-descr {
    max-height: 1050px
}

.accordion-single-item.is-open .another-info-type1-faq-title::after {
    transform: translateY(-50%) rotate(315deg)
}

@media (min-width:1440px) {
    .anotherIntro-title {
        font-size: 85px
    }

    .another-info-type2-descrs-title {
        font-size: 24px
    }

    .another-info-type2-descrs-descr {
        font-size: 18px
    }

    .another-info-type2-item-title {
        font-size: 18px
    }

    .another-info-type1-faq-title {
        font-size: 20px
    }

    .another-info-type1-faq-descr {
        font-size: 20px
    }

    .another-info-type1-faq-descr {
        font-size: 14px
    }

    .another-info-type1-title {
        font-size: 26px
    }

    .another-info-type1-descr {
        font-size: 21px
    }
}

@media (max-width:996px) {
    .accordion-single-item {
        padding: 15px
    }

    .another-info-type1-faq-title {
        font-size: 1.6vw
    }
}

@media (max-width:768px) {
    .another-info-type1-faq-title {
        font-size: 13px
    }

    .another-info-type1-title {
        font-size: 20px
    }

    .another-info-type1-faq-descr {
        font-size: 11px
    }

    .another-info-type1-info {
        width: 100%
    }

    .another-info-type1-descr {
        font-size: 13px
    }

    .anotherIntro-title {
        font-size: 40px
    }

    .another-info-type2-item-title {
        font-size: 12px
    }
}

@media (max-width:576px) {
    .another-info-type2-item {
        flex-direction: column
    }

    .another-info-type2-descrs {
        width: 90%;
        margin-left: auto
    }

    .accordion-single-item {
        width: 100%
    }

    .another-info-type2-item-title {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 5px 10px;
        font-size: 10px
    }

    .another-info-type2-item {
        padding-top: 50px
    }

    .another-info-type2-descrs-title {
        font-size: 19px;
        padding-top: 10px
    }

    .another-info-type2-descrs-descr {
        font-size: 13px;
        padding-top: 5px
    }
}

@media (max-width:768px) {
    .header-menu {
        display: none
    }
}