
.itemfaq {
    padding: 53px 46px 35px;
    border-radius: 6px;
    background-color: #EFF3F8;
    position: relative;
    overflow: hidden;
}

.itemfaq:before {
    position: absolute;
    content: url("../images/itemfaq__bg.svg");
    bottom: -8px;
    right: 0;
}

.itemfaq__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.faqwrap__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}

.faqwrap__item {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

.itemfaq__top {
    width: 60%;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.itemfaq__pic {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.itemfaq__link {
    width: 50px;
    height: 50px;
    background-color: #465C79;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.itemfaq__link:hover  {
    background-color: #63C463;
}

.itemfaq__top h3 {
    color: #172E17;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.itemfaq__top span {
    color: #465C79;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.itemfaq__top ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.itemfaq__top ul li {
    color: #465C79;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.itemfaq__top ul li a {
    color: #465C79;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    transition: color 0.3s ease;
}

.itemfaq__top ul li a:hover {
    color: #63C463;
}

.itemfaq__pic.itemfaq__pic-one {
    display: flex;
    align-items: center;
    margin-right: 21px;
}

.faqwrap__title {
    margin-top: 44px;
    margin-bottom: 65px;
}

.faqwrap__title h1 {
    color: #172E17;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 25px;
}

.faqwrap__title p {
    color: #465C79;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}

.mb110px {
    margin-bottom: 110px;
}

.itemfaq .itemfaq__pic {
    width: 40%;
}

.itemfaq .itemfaq__pic img {
    object-fit: contain;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

/*.itemfaq:nth-child(1) .itemfaq__pic {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding-right: 21px;*/
/*    padding-top: 20px;*/
/*    padding-bottom: 20px;*/
/*}*/

.itemfaq:nth-child(1) .itemfaq__pic {
    display: flex;
    align-items: center;
    padding-right: 48px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 37%;
}

.itemfaq:nth-child(2) .itemfaq__pic {
    display: flex;
    align-items: flex-end;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 0;
    width: 45%;
}

.itemfaq:nth-child(3) .itemfaq__pic {
    display: flex;
    align-items: flex-end;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 0;
    width: 45%;
}

.itemfaq:nth-child(4) .itemfaq__pic {
    display: flex;
    align-items: flex-end;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 0;
    width: 45%;
}

.itemfaq:nth-child(5) .itemfaq__pic {
    display: flex;
    align-items: flex-end;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 0;
    width: 55%;
}





@media screen and (max-width: 1329px) {

}

@media screen and (max-width: 1199px) {

    .itemfaq:nth-child(6) .itemfaq__pic {
        width: 60%;
    }



}

@media screen and (max-width: 991px) {

    .itemfaq {
        padding: 30px 20px 30px;
    }

    .itemfaq__top h3 {
        color: #172E17;
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .itemfaq__top ul li {
        font-size: 12px;
        line-height: 20px;
    }

    .itemfaq__top ul li a {
        font-size: 12px;
        line-height: 20px;
    }

    .itemfaq__top {
        width: 100%;
    }

    /*.itemfaq:nth-child(1) .itemfaq__pic {*/
    /*    display: flex;*/
    /*    align-items: flex-end;*/
    /*    padding-right: 21px;*/
    /*    padding-top: 20px;*/
    /*    padding-bottom: 20px;*/
    /*}*/

    .itemfaq:nth-child(1) .itemfaq__pic {
        display: flex;
        align-items: flex-end;
        padding-right: 16px;
        padding-top: 20px;
        padding-bottom: 0px;
        width: 121px;
        margin-bottom: -10px;
    }

    .itemfaq:nth-child(2) .itemfaq__pic,
    .itemfaq:nth-child(3) .itemfaq__pic,
    .itemfaq:nth-child(4) .itemfaq__pic {
        width: 40%;
    }

    .itemfaq:nth-child(5) .itemfaq__pic {
        width: 55%;
    }

    .itemfaq::before {
        position: absolute;
        content: '';
        bottom: -8px;
        right: 0;
        width: 462px;
        background: url("../images/itemfaq__bg.svg");
        background-position-x: 0%;
        background-position-y: 0%;
        height: 200px;
        background-size: contain;
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    .faqwrap__title {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .faqwrap__title h1 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 17px;
    }

    .faqwrap__title p {
        font-size: 12px;
        line-height: 20px;
    }

}

@media screen and (max-width: 767px) {

    .itemfaq:nth-child(1) .itemfaq__pic {
        width: 93px;
    }

    .itemfaq__link {
        width: 28px;
        height: 28px;
    }

    .itemfaq__link svg {
        width: 7px;
    }

    .itemfaq::before {
        width: 303px;
        background-repeat: no-repeat;
    }

}

@media screen and (max-width: 575px) {

    .faqwrap.mb110px {
        margin-bottom: 50px;
    }

    .itemfaq__wrapper {
        height: 100%;
    }

    .itemfaq:nth-child(1) .itemfaq__pic {
        width: 120px;
    }

    .itemfaq:nth-child(2) .itemfaq__pic, .itemfaq:nth-child(3) .itemfaq__pic, .itemfaq:nth-child(4) .itemfaq__pic {
        width: 138px;
    }

    .itemfaq:nth-child(5) .itemfaq__pic {
        width: 141px;
    }

    .faqwrap__item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
        min-height: 275px;
    }

    .faqwrap__wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

}





























































