.f-faq {
    padding: 65px 0 0 0;
}

.f-nav {
    position: relative;
    z-index: 3;
    margin-top: -30px;
}
.f-nav__wrapper {
    padding: 38px;
    border-radius: 40px;
    border: 2px solid #caeeff;
    background: #fff;
}
.f-nav__title {
    color: #008ab7;
    font-size: 20px;
    font-weight: 400;
    font-family: "Circe-Bold", sans-serif;
    line-height: 120%;
    margin: 0;
}
.f-nav__link {
    display: inline-flex;
    align-items: center;
    margin-top: 14px;
    margin-right: 15px;
    height: 48px;
    padding: 0 20px;
    border-radius: 50px;
    background: #caeeff;
    text-decoration: none;
    color: #008ab7;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    transition: all 0.4s;
}
.f-nav__link:hover {
    background: #008ab7;
    color: #fff;
}

.f-form {
    margin-top: 65px;
}
.f-form__wrapper {
    border-radius: 40px;
    border: 2px solid #caeeff;
    padding: 38px;
}
.f-form__title {
    margin-bottom: 34px;
    color: #008ab7;
    font-size: 36px;
    font-weight: 400;
    font-family: "Circe-Bold", sans-serif;
    line-height: 120%;
}
.f-form__box {
    display: block;
    margin: 0;
    padding: 32px 35px 35px;
    border-radius: 40px;
    background: #f0fbfe;
}

.f-form__inputs {
    display: flex;
    justify-content: space-between;
}
.f-form__input {
    margin-bottom: 33px;
    width: calc(21% - 10px);
}
.f-form__input:last-child {
    width: calc(58% - 10px);
}
.f-form__input span {
    display: block;
    margin-bottom: 12px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    font-family: "Circe-Bold", sans-serif;
    line-height: 120%;
}
.f-form__input input,
.f-form__input textarea {
    display: flex;
    overflow: hidden;
    width: 100%;
    align-items: center;
    padding: 16px 0 16px 19px;
    border-radius: 10px;
    height: 58px;
    border: 1px solid #caeeff;
    background: #caeeff;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    resize: none;
    font-family: "Circe-Regular", sans-serif;
}
.f-form__input input::placeholder,
.f-form__input textarea::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.f-form__bottom {
    display: flex;
    align-items: center;
}
.f-form__btn {
    width: 304px;
    height: 70px;
    font-size: 18px;
}
.f-form__policy {
    margin-left: 26px;
    width: 359px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
}
.f-form__policy a {
    color: #008ab7;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.f-reviews__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.f-reviews__links {
    display: flex;
    align-items: center;
}
.f-reviews__link {
    display: inline-flex;
    align-items: center;
    padding: 2px 13px 2px 2px;
    border-radius: 17px;
    border: 1px solid #caeeff;
    color: #008ab7;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    outline: none;
    transition: all 0.4s;
    margin-left: 10px;
}
.f-reviews__link svg {
    width: 28px;
    height: 28px;
    display: block;
    margin-right: 5px;
}
.f-reviews__link:hover {
    /*background: #caeeff;*/
    border-color: var(--hover-color);
    color: var(--hover-color);
}

.f-pb {
    padding-bottom: 65px;
}

.f-reviews {
    padding: 65px 0;
}
.f-reviews__item {
    margin-top: 20px;
    padding: 23px;
    border-radius: 14px;
    border: 2px solid #caeeff;
}
.f-reviews__item-text {
    margin-top: 13px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
}
.f-reviews__item-img {
    width: 65px;
    min-width: 65px;
    height: 65px;
    margin-right: 12px;
    border-radius: 100%;
    object-fit: cover;
}
.f-reviews__item-top {
    display: flex;
    align-items: center;
}
.f-reviews__item-name {
    color: #008ab7;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}
.f-reviews__item-job {
    margin-top: 5px;
    color: #7e7b7b;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
}
.f-reviews__bottom {
    text-align: center;
    margin-top: 30px;
}
.f-reviews__btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    outline: none;
    padding: 0 35px;
    height: 70px;
    border-radius: 14px;
    background: #caeeff;
    color: #008ab7;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.4s;
    line-height: 120%;
    max-width: 100%;
}
.f-reviews__btn:hover {
    background: #008ab7;
    color: #fff;
}
.f-title-mb {
    margin-bottom: 20px;
}

.f-slider__item {
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid #caeeff;
}
.f-slider__item-img,
.f-slider__item-video {
    padding-top: 144%;
    border-radius: 18px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    width: 100%;
    position: relative;
    transition: all 0.4s;
}
.f-slider__item-img:hover,
.f-slider__item-video:hover {
    opacity: 0.8;
}
.f-slider__item-video {
    margin-top: auto;
}
.f-slider__item-img img,
.f-slider__item-video img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}
.f-slider__item-video {
    padding-top: 127.5%;
}
.f-slider__item-video::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #008ab7;
    opacity: 0.4;
}
.f-slider__item-video::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url("../../img/faq/video.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.f-slider__item-top {
    display: flex;
    align-items: center;
    padding: 16px 18px;
}
.f-slider__item-name {
    color: #008ab7;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.f-slider__item-job {
    margin-top: 2px;
    color: #7e7b7b;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
.f-slider .slick-arrow {
    display: none !important;
}
.f-slider {
    overflow: hidden;
}
.f-slider__item-photo {
    width: 55px;
    min-width: 55px;
    height: 55px;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 8px;
}
.f-slider__box .slick-slide {
    transition: opacity 0.4s;
    opacity: 0.2;
}
.f-slider__box .slick-slide.slick-active {
    opacity: 1;
}
.f-slider__box .slick-list {
    overflow: visible;
}
.f-slider__box {
    width: calc(100% + 20px);
}
.f-slider__item {
    width: calc(100% - 20px);
}

.f-bottom__wrapper {
    padding: 40px 38px 37px;
    border-radius: 40px;
    border: 2px solid #caeeff;
}
.f-bottom__tabs {
    display: flex;
    align-items: center;
}
.f-bottom__tab {
    position: relative;
    user-select: none;
    cursor: pointer;
    height: 70px;
    display: inline-flex;
    align-items: center;
    padding: 0 35px;
    border-radius: 14px;
    background: #caeeff;
    color: #008ab7;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    margin-right: 10px;
}
.f-bottom__tab svg {
    right: 2px;
    top: 2px;
    position: absolute;
    z-index: 3;
    width: 25px;
    height: 25px;
    fill: #aee5ff;
    display: block;
}
.f-bottom__tab.active {
    background: #f35740;
    color: #fff;
    font-family: "Circe-Bold", sans-serif;
}
.f-bottom__tab.active svg {
    fill: #f35740;
}
.f-bottom__title {
    margin-bottom: 10px;
    color: #008ab7;
    font-size: 36px;
    font-weight: 400;
    font-family: "Circe-Bold", sans-serif;
    line-height: 120%;
}
.f-bottom__content {
    padding: 32px 34px 35px;
    border-radius: 40px;
    background: #f0fbfe;
}
.f-bottom .f-form__bottom {
    margin: 0;
}
.f-bottom .f-form__input {
    width: 100% !important;
}
.f-bottom .f-form__input textarea {
    height: 120px;
    padding: 16px;
    display: block;
    overflow-y: auto;
    width: 100%;
}
.f-bottom__content {
    display: none;
}
.f-bottom__content:first-child {
    display: block;
}
.f-bottom__contents {
    margin-top: 24px;
}
.f-form__input.email-icon {
    position: relative;
}
.f-form__input.email-icon::before {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 17px;
    z-index: 2;
    pointer-events: none;
    width: 28px;
    height: 28px;
    background-image: url("../../img/faq/email.svg");
    background-repeat: no-repeat;
}
.f-bottom__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f-bottom__left {
    width: calc(100% - 314px);
}
.f-bottom .f-form__input {
    margin-bottom: 20px;
}
.f-bottom__right {
    width: 294px;
}
.f-bottom__file {
    height: 58px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #caeeff;
    background: #fff;
    user-select: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-right: 8px;
}
.f-bottom__file input {
    display: none;
}
.f-bottom__file span {
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding: 0 17px;
    border-radius: 10px;
    color: #008ab7;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    background: #caeeff;
    margin: 0 6px 0 0 !important;
}
.f-bottom__file small {
    display: block;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.r-block__main .c-main__item {
    margin: 20px 0 40px;
}
.r-block__main-btn {
    width: 280px;
}
.r-block__main {
    padding-bottom: 95px;
}
.r-block__main .c-main-icons__video {
    top: 91px;
}
.r-block__main__img {
    width: 870px;
    height: 314px;
    background-repeat: no-repeat;
    bottom: 0;
    left: calc(50% - 150px);
    position: absolute;
    pointer-events: none;
}

.f-block__main {
    padding-bottom: 110px;
}

.f-block__main .r-block__main__img {
    width: 818px;
    height: 233px;
}
.f-block__main .c-main__title {
    font-size: 95px;
}
.f-block__main .c-main-icons__video {
    transform: none;
    top: 48px;
    width: 205px;
    height: 85px;
    left: calc(50% + 325px);
}

.f-slider__box .slick-track {
    display: flex;
    align-items: stretch;
}
.f-slider__box .slick-slide {
    height: auto !important;
    display: flex;
    align-items: stretch;
}
.f-slider__slide {
    min-height: 100%;
    display: flex !important;
    align-items: stretch;
}
.f-slider__item {
    display: flex;
    flex-direction: column;
}
.f-slider__item-img {
    margin-top: auto;
    height: 350px;
    position: relative;
    padding: 0;
}
.f-slider__item-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .f-reviews__top {
        display: block;
    }
    .f-reviews__top-right {
        margin: 0 0 15px -15px;
        width: calc(100% + 30px);
        overflow-x: auto;
    }
    .f-reviews__top-right::-webkit-scrollbar {
        display: none;
    }
    .f-reviews__link {
        margin-right: 5px;
        margin-top: 10px;
        padding: 2px 13px 2px 2px;
        font-size: 16px;
        white-space: nowrap;
    }
    .f-block__main .c-main__title {
        font-size: 80px;
    }
    .f-block__main .c-main-icons__video {
        left: auto;
        right: 20px;
    }
}
@media (max-width: 992px) {
    .f-faq {
        padding-top: 35px;
    }
    .f-pb {
        padding-bottom: 35px;
    }
    .f-reviews__bottom {
        margin-top: 20px;
    }
    .f-form {
        margin-top: 35px;
    }
    .f-nav {
        margin-top: -20px;
    }
    .f-nav__link {
        height: 40px;
        margin-top: 8px;
        font-size: 14px;
        margin-right: 8px;
    }
    .f-nav__wrapper {
        padding: 18px 5px 18px 13px;
        border-radius: 20px;
    }
    .f-form__wrapper {
        padding: 17px 14px 13px;
        border-radius: 20px;
    }
    .f-form__title {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 120%;
    }
    .f-form__box {
        border-radius: 20px;
        padding: 14px;
    }
    .f-form__input {
        margin-bottom: 20px;
        width: 100%;
    }
    .f-form__input:last-child {
        width: 100%;
    }
    .f-form__inputs {
        display: block;
    }
    .f-form__bottom {
        display: block;
    }
    .f-form__btn {
        width: 100%;
        height: 60px;
    }
    .f-form__policy {
        width: 100%;
        margin: 15px 0 0 0;
        font-size: 10px;
    }
    .f-form__input span {
        margin-bottom: 6px;
        font-size: 15px;
    }
    .f-form__input input {
        height: 52px;
        padding: 0 0 0 14px;
        font-size: 16px;
    }
    .f-form__input textarea {
        height: 104px;
        padding: 15px 14px;
        display: block;
        overflow-y: auto;
        font-size: 16px;
    }

    .f-reviews {
        padding: 35px 0;
    }
    .f-reviews__item {
        margin-top: 15px;
        border-radius: 15px;
        padding: 17px 14px;
    }
    .f-reviews__item-img {
        width: 55px;
        min-width: 55px;
        height: 55px;
        margin-right: 10px;
    }
    .f-reviews__item-name {
        font-size: 17px;
    }
    .f-reviews__item-job {
        font-size: 13px;
        margin-top: 4px;
    }
    .f-reviews__item-text {
        margin-top: 15px;
        font-size: 14px;
    }
    .f-bottom__left,
    .f-bottom__right {
        width: 100%;
    }
    .f-bottom__file small {
        font-size: 16px;
    }
    .f-bottom__tab {
        margin-right: 7px;
        margin-top: 6px;
        height: 50px;
        padding: 0 20px;
        font-size: 13px;
        border-radius: 10px;
    }
    .f-bottom__tab svg {
        width: 18px;
        height: 18px;
    }
    .f-bottom__title {
        font-size: 24px;
        line-height: 120%;
        margin: 0;
    }
    .f-bottom__wrapper {
        margin-left: -15px;
        width: calc(100% + 30px);
        padding: 16px 13px;
        border-radius: 20px;
    }
    .f-bottom__content {
        padding: 14px;
        border-radius: 20px;
    }
    .r-block__main__img {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 450px;
        height: 162px;
        background-size: 450px 162px;
    }
    .r-block__main {
        padding-bottom: 177px;
    }
    .r-block__main .c-main__item {
        margin: 10px 0 15px;
    }
    .r-block__main .c-main-icons__video {
        bottom: 86px;
        top: auto;
        z-index: 3;
        right: auto;
        left: calc(50% + 50px);
    }
    .f-block__main .c-main__title {
        font-size: 30px;
        width: 290px;
        line-height: 31px;
    }
    .f-block__main .c-main-icons__video {
        left: 210px;
        right: auto;
        width: 85px;
        height: 35px;
        top: 91px;
        bottom: auto;
    }
    .f-block__main .r-block__main__img {
        width: 453px;
        height: 129px;
        background-size: 453px 129px;
        left: 55%;
    }
    .f-block__main {
        padding-bottom: 120px;
    }
}

@media (max-width: 640px) {
    .f-nav__wrapper,
    .f-form__wrapper {
        margin-left: -10px;
        margin-right: -10px;
    }
    .f-reviews__top-right {
        margin: 0 0 15px -10px;
        width: calc(100% + 20px);
    }
    .f-bottom__wrapper {
        margin-left: -10px;
        width: calc(100% + 20px);
    }
    .f-slider__box {
        width: 600px;
        min-width: 600px;
    }
    .f-slider__item {
        width: calc(100% - 10px);
    }
    .f-slider__box .slick-slide.slick-active {
        opacity: 0.2;
    }
    .f-slider__box .slick-slide.slick-current {
        opacity: 1;
    }
    .f-slider__item-name {
        font-size: 17px;
    }
    .f-slider__item-job {
        font-size: 13px;
    }
    .f-bottom__tabs {
        overflow-x: auto;
        margin-left: -13px;
        width: calc(100% + 26px);
        padding-left: 13px;
    }
    .f-bottom__tabs::-webkit-scrollbar {
        display: none;
    }
    .f-bottom__tab {
        white-space: nowrap;
    }
    .r-block__main-btn {
        width: 100%;
    }
    .c-main__title {
        font-size: 32px;
    }
}
