.content,
.info-block,
.faq,
.calc {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    color: #000000;
    font-variant-numeric: lining-nums proportional-nums;
}

.calc {
    margin: 40px 0;
}

.content h1,
.faq h2,
.content h2,
.calc h2 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.faq-wrap h2 {
    margin-bottom: 0;
}

.content img {
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info-block {
    margin: 60px 0;
    padding: 40px 60px;
    border-radius: 30px;
    border: 1px solid #F0F0F0;
    background: #FFF;
}

.info-block * {
    margin-bottom: 20px;
}

.info-block p {
    font-size: 18px;
    line-height: 26px;
}

.info-block p a {
    font-size: 18px !important;
    line-height: 26px !important;
    transition: color 0.3s ease-out;
    color: #ffc700;
    font-weight: 700;
    cursor: pointer;
}

.info-block p a:hover {
    color: #000000;
}

.info-block ul {
    padding: 15px;
    display: block;
    list-style-type: disc;
    font-family: "Inter", sans-serif;
    background-color: #efefef;
    width: fit-content;
    border-radius: 10px;
}

.info-block ul li {
    margin-bottom: 10px;
    list-style-type: disc;
    list-style-position: inside;
    font-size: 16px;
    line-height: 21px;
}

.info-block ul li a {
    font-size: 16px !important;
    line-height: 21px !important;
    transition: color 0.3s ease-out;
    color: #ffc700;
    font-weight: 700;
    cursor: pointer;
}

.info-block ul li a:hover {
    color: #000000;
}

.faq {
    margin: 40px 0;
}

.faq .faq-wrap {
    max-width: 1080px;
    margin: 0 auto;
}

.faq-wrap .item {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 13px 20px;
    margin-bottom: 20px;
}

.faq-wrap .item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

.faq-wrap .item-text {
    margin-top: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1165px;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: "Inter", sans-serif;
}

.faq-wrap .open .item-text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: static;
    opacity: 1;
    visibility: visible;
}

.item-top__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: calc(100% - 70px);
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    max-width: 100%;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
}

.faq-wrap .item-top__title {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
}

.block-items .item-top__title {
    flex: 1;
    gap: 10px;
    font-weight: 600;
}

.block-items .item-top__title img {
    width: 100px;
}

.item-top__icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 1px #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.faq-wrap .open .item-top__icon,
.block-items .item.active .item-top__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.item-top__icon svg * {
    -webkit-transition: .3s;
    transition: .3s;
}

.faq-wrap .item-text__row {
    max-width: 100%;
    margin: 0;
    display: block;
    font-size: 14px;
    line-height: 21px;
}

.faq-wrap .item-text__row a {
    font-size: 14px !important;
    line-height: 21px !important;
    cursor: pointer;
    color: #ffc700;
    transition: color 0.3s ease-out;
    font-weight: 700;
}

.faq-wrap .item-text__row a:hover {
    color: #000;
}

.block-items {
    margin: 0 auto 70px;
    max-width: 1080px;
}

.block-items .item {
    margin-bottom: 30px;
    width: 100%;
}

.block-items .item .item-group-description {
    padding: 20px;
    border-radius: 20px;
    position: relative;
    transition: background-color 0.3s ease-out;
    cursor: pointer;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
}

.block-items .item .item-group-description:hover {
    background-color: #fbedd9;
}

.block-items .item .list-groups {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.block-items .item.active .list-groups {
    max-height: 1700px;
}

.block-items .item .list-groups .item-list {
    padding: 15px 25px;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #000000;
    position: relative;
    display: flex;
    align-items: center;
}

.block-items .item .list-groups .item-list:nth-child(2n) {
    background-color: #F7F7F7;
}

.block-items .item.active .item-group-description {
    border-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.block-items .item .list-groups .item-list span {
    width: 140px;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.block-items .item .list-groups .item-list a {
    text-decoration: underline;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer;
    transition: color 0.3s ease-out;
    color: #000000;
}

.block-items .item .list-groups .item-list a:hover {
    color: #ffbe2e;
}

.block-items .item .list-groups .item-list .tip {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    margin-left: 10px;
}

.block-items .item .list-groups .item-list p {
    width: 90%;
}

.banner-calc {
    width: 100%;
    border-radius: 10px;
    background-color: #FFFAEB;
    padding: 20px 35px;
    margin-top: 25px;
    color: #000000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #c2c2c2
}

.banner-calc h3 {
    width: calc(33% - 15px);
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
}

.banner-calc div {
    width: calc(45% - 15px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-calc div p {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
    text-align: center;
}

.banner-calc div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 1px #da2c38;
    padding: 9px 19px;
    background: 0 0;
    background-color: #da2c38;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 25px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    font-family: "Raleway", sans-serif;
}

.banner-calc div a:hover {
    background-color: #ffffff;
    color: #000000;
}

.banner-calc img {
    width: calc(22% - 15px);
}

.popup_add_information {
    border-radius: 10px;
    background-color: #FFFFFF;
    width: 600px;
    position: relative;
    padding: 30px;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.12);
    font-family: "Inter", sans-serif;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    color: #000000;
    font-variant-numeric: lining-nums proportional-nums;
}

.popup_add_information::before {
    content: "";
    background-image: url('/wp-content/themes/global_post/images/icon-additional-info-i.png');
    width: 14px;
    height: 14px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.popup_add_information p,
.popup_add_information p a {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 22px;
}

.popup_add_information p:first-child {
    font-weight: 700;
}

.popup_add_information p:not(:last-child) {
    margin-bottom: 10px;
}

.popup_add_information p:last-child a {
    cursor: pointer;
    color: #FFBE2E;
    font-weight: 700;
    text-decoration-line: underline;
    transition: color 0.3s ease-out;
}

.popup_add_information p:last-child a:hover {
    color: #000000;
}

@media (max-width: 1100px) {
    .faq-wrap .item-text {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .faq-wrap .item-text__row {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .faq-wrap .item-text__row:nth-child(1) {
        margin: 0 0 20px;
    }
}

@media (max-width: 700px) {
    .popup_add_information {
        width: 320px;
        padding: 22px;
    }

    .popup_add_information p,
    .popup_add_information p a {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .banner-calc {
        padding: 16px;
        margin-top: 16px;
        flex-wrap: wrap;
    }

    .banner-calc h3 {
        width: 100%;
        font-size: 24px;
        text-align: center;
    }

    .banner-calc div {
        width: 100%;
    }

    .banner-calc img {
        display: none;
    }
}

@media (max-width: 550px) {

    .content h1,
    .faq h2,
    .content h2,
    .calc h2,
    .faq-wrap .item-top__title {
        font-size: 18px;
        line-height: 21px;
    }

    .info-block {
        margin: 30px 0;
        padding: 20px;
        border-radius: 16px;
    }

    .info-block p,
    .info-block ul li,
    .info-block p a {
        font-size: 14px !important;
        line-height: 21px !important;
    }

    .faq-wrap .item {
        margin-bottom: 20px;
        padding: 10px 20px;
        border-radius: 10px;
    }

    .faq-wrap .item-top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .item-top__title {
        font-size: 18px;
        line-height: 21px;
        max-width: calc(100% - 70px);
    }

    .item-top__icon {
        width: 52px;
        height: 52px;
    }

    .item-top__icon svg {
        max-width: inherit;
        max-height: inherit;
    }

    .block-items .item {
        margin-bottom: 20px;
    }

    .block-items .item-top__title img {
        width: 50px;
    }

    .block-items .item .list-groups .item-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .banner-calc h3 {
        font-size: 18px;
    }
}