/* 375px */
.faq {
    margin: 48px 0;
}

.faq__title {
    font-size: 26px !important;
    line-height: 36px !important;
    text-align: center;
    margin-bottom: 32px;
}

.faq__question-title {
    cursor: pointer;
    padding: 18px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

.faq__list {
    background-color: #fff;
    border-radius: 8px;
}

.faq__question {
    border-width: 1px 1px 0 1px;
    border-color: #EEEEEE;
    border-style: solid;
    padding: 0 17px;
}

.faq__question:nth-of-type(1) {
    border-radius: 8px 8px 0 0;
}

.faq__question:last-of-type {
    border: 1px solid #EEEEEE;
    border-radius: 0 0 8px 8px;
}

/* active state */
.faq__question_active {
    background: #F8F8F8;
}

.faq__question-title_active {
    color: #755C48;
}

.faq__question-title_active a {
    color: #755C48;
}

.faq__question-title:after {
    content: url('/local/templates/roso/images/svg/icons/arrow_down.svg');
    float: right;
    filter: brightness(0);
}

.active:after {
    content: url('/local/templates/roso/images/svg/icons/arrow_up.svg');
    /* Unicode character for "minus" sign (-) */
}

/* Style the faq__question-title panel. Note: hidden by default */
.faq__question-answer {
    display: none;
    overflow: hidden;
    padding-bottom: 24px;
}

.faq__question-answer ul {
    margin: 0;
}

.faq__question-answer p {
    margin: 0;
}

.faq-banner,
.faq-review {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .faq {
        margin: 120px 0 48px;
    }

    .faq__title {
        font-size: 36px !important;
        line-height: 44px !important;
        text-align: center;
        margin-bottom: 48px;
    }

    .faq__question {
        border-width: 1px 1px 0 1px;
        border-color: #EEEEEE;
        border-style: solid;
        padding: 0 24px;
    }

    .faq__question-title {
        cursor: pointer;
        padding: 18px 0;
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
    }

    .faq-banner,
    .faq-review {
        margin-bottom: 70px;
    }
}

header .menu .header_menu_wrap {
    display: flex;
}

header .menu .header_menu_wrap a:nth-child(3) {
    display: flex;
    align-items: center;
}

header .menu .header_menu_wrap a:nth-child(3)>span:nth-child(1) {
    width: 5px !important;
    height: 5px !important;
    animation: blink 2s infinite;
    margin-right: 5px !important;
}

header .menu .header_menu_wrap a:nth-child(3)>span:nth-child(1) svg {
    color: #fc3f1b;
    fill: #fc3f1b;
}

@keyframes blink {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@media only screen and (max-width: 1360px) {
    header .menu .header_menu_wrap {
        flex-direction: column;
    }

    header .menu .header_menu_wrap a+a {
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
}

/*.open_menu.banket {
  top: 78%;
}

.open_menu.menu_btn {
  top: 83%;
}*/

.btns_wrapper {
    width: 100%;
    top: 30%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.btns_container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    width: fit-content;
}

.btns_container .open_menu {
    bottom: 18px;
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
}

.flex_travisison {
    margin-left: 1%;
    gap: 1.5rem;
}

#CDSWIDEXC {
    margin: 0px !important;
    margin-top: 10px !important;
}

.front_video_wrap .ta_widget {
    height: fit-content;
    display: flex;
    height: fit-content;
    justify-content: center;
    align-items: center;
    margin-top: 4%;

    left: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
    position: relative !important;
    bottom: auto !important;
}

@media (min-width: 2300px) {
    .front_video_wrap .ta_widget {
        margin-top: 3%;
    }
}

@media (min-width: 1339px) {
    .btns_wrapper {
        top: 48%;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .front_video_wrap .ta_widget {
        margin-top: 0%;
    }

    .btns_wrapper {
        top: 56%;
    }

    .front_video_wrap .header_button {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
    }
}



@media (min-width: 767px) and (max-width: 991px) {
    .open_menu.banket {
        top: 56%;
    }

    .btns_wrapper {
        top: 46%;
    }

    .btns_container {
        width: 60%;
        justify-content: space-between;
        gap: 1rem;
    }

    .btns_container .open_menu {
        bottom: 15px !important;
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
    }

    .btns_container .open__primary__widget {
        bottom: 79px !important;
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
    }

    .btns_container .header_button.get_card {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
    }

    .front_video_wrap .ta_widget {
        margin-top: -3%;
    }

}

@media (min-width: 375px) and (max-width: 767px) {
    .open_menu.banket {
        top: 56%;
        padding-left: 28px !important;
    }

    .front_video_wrap .ta_widget {
        margin-top: -42%;
    }

    .btns_wrapper {
/*top: 5%;*/
	}

    .btns_container {
        top: 19%;
        width: 90%;
        justify-content: space-between;
        gap: 1rem;
    }

    .btns_container .open_menu {
        bottom: 15px !important;
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        min-width: auto !important;
        width: 100%;
    }

    .btns_container .open__primary__widget {
        bottom: 79px !important;
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        min-width: auto !important;

        padding-left: 15px;
        padding-right: 15px;

        width: 46%;
    }

    .btns_container .header_button.get_card {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        min-width: auto !important;
        width: 47%;
    }

}

@media (max-width: 375px) {
    .open_menu.banket {
        top: 56%;
        padding-left: 28px !important;
    }

    .front_video_wrap .ta_widget {
        margin-top: -49%;
    }

    .btns_wrapper {}

    .btns_container {
        top: 30%;
        width: 90%;
        justify-content: space-between;
        gap: 1rem;
    }

    .btns_container .open_menu {
        bottom: 15px !important;
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        min-width: auto !important;
        width: 100%;
    }

    .btns_container .open__primary__widget {
        bottom: 79px !important;
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        min-width: auto !important;

        padding-left: 15px;
        padding-right: 15px;

        width: 46%;
    }

    .btns_container .header_button.get_card {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        min-width: auto !important;
        width: 47%;
    }
}
