.custom-swiper-pagination.custom-swiper-pagination-default {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    bottom: auto;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.btn-prim {
    outline: none;
    border: none;
    color: #fff;
    margin: 0;
    width: auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 10px;
    padding: 0 40px;
    border-radius: 16px;
    height: 49px;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    background: #FF993A;
    transition: all .3s;
}

.btn-prim.btn-prim_circle {
    padding: 0;
    width: 49px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

@media (hover:hover) {
    .btn-prim:hover {
        background: #FFCC9D;
    }
}

.btn-prim:active {
    background: #F57600;
}

.btn-tert {
    outline: none;
    border: 1px solid #00ACEC;
    color: #00ACEC;
    margin: 0;
    width: auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border-radius: 16px;
    height: 39px;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    background: #fff;
    transition: all .3s;
}

@media (hover:hover) {
    .btn-tert:hover {
        border-color: #95D9F2;
        color: #95D9F2;
    }
}

.btn-tert:active {
    border-color: #009BD4;
    color: #009BD4;
}

.btn-second {
    outline: none;
    border: none;
    color: #fff;
    margin: 0;
    width: auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border-radius: 16px;
    height: 39px;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    background: #00ACEC;
    transition: all .3s;
}

.btn-second.btn-second_circle {
    padding: 0;
    width: 39px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

@media (hover:hover) {
    .btn-second:hover {
        background: #95D9F2;
    }
}

.btn-second:active {
    background: #009BD4;
}

.txt-def {
    font-size: 16px;
    line-height: normal;
}

.txt-def p {
    margin-bottom: 20px;
}

.txt-def p:last-child {
    margin-bottom: 0;
}

.fw-500 {
    font-weight: 500 !important;
}

.fr-section {
    color: #0D1828;
    margin: 150px 0;
}

.fr-section h2 {
    color: #0D1828;
}

.fr-section.fr-section_mb-40 {
    margin-bottom: 40px;
}

.fr-section:first-child {
    margin-top: 0;
}

.fr-section:last-child {
    margin-bottom: 0;
}

.fr-association {
    overflow-x: clip;
}

.fr-association-c {
    display: flex;
}

.fr-association-l {
    flex: 0 0 auto;
    width: 520px;
    margin-right: 140px;
    padding-top: 33px;
}

.fr-association-r {
    flex: 1;
    min-width: 0;
}

.fr-association__img-c {
    position: relative;
    padding: 44px 0;
}

.fr-association__img-c:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 110px;
    bottom: 0;
    width: 840px;
    background: #F5F9FF;
}

.fr-association__img {
    position: relative;
    width: auto;
    height: auto;
    max-width: initial;
}

.fr-association__title {
    margin-bottom: 30px;
}

.fr-association__subtitle {
    margin-bottom: 30px;
}

.fr-map-c {
    height: 390px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.fr-map-img {
    width: auto;
    height: auto;
    max-width: initial;
}

.fr-being-client__c {
    background: linear-gradient(91.83deg, #00ACEC 3.08%, #3DADFF 55.26%);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    padding: 44px 50px;
    gap: 50px;
}

.fr-being-client__bg-c {
    position: absolute;
    top: 12px;
    right: 260px;
}

.fr-being-client-l,
.fr-being-client-m,
.fr-being-client-r {
    position: relative;
}

.fr-being-client-l {
    flex: 0 0 auto;
}

.fr-being-client-m {
    flex: 1;
    min-width: 0;
    border-bottom: 1px solid #FFFFFF;
}

.fr-being-client-r {
    top: 12px;
    align-self: flex-end;
}

.fr-being-client__title {
    color: #fff;
    max-width: 335px;
}

.fr-services__slider-c {
    position: relative;
}

.fr-services__slider-bg-img {
    position: absolute;
    top: -40px;
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
}

.fr-services__slider {
    position: relative;
}

.fr-services__slider._not-slider .swiper-wrapper {
    justify-content: space-between;
}

.fr-services__slider._not-slider .fr-services__slider-item {
    width: 410px;
}

.fr-services__info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fr-services__info-item {
    display: flex;
    align-items: center;
    gap: 24px;
}

.fr-whatfix__info-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.fr-whatfix__info-item {
    flex: 0 0 auto;
    width: calc((100%/3) - ((30px)*2/3));
}

.fr-services__info-item-img {
    flex: 0 0 auto;
    width: 60px;
}

.fr-whatfix__card {
    padding-top: 58.54%;
    position: relative;
    display: flex;
    flex-direction: column;
}

@media (hover:hover) {
    .fr-whatfix__card:hover .fr-whatfix__card-img {
        transform: scale(1.1);
    }
}

.fr-whatfix__card-title {
    position: absolute;
    padding: 20px 25px;
    color: #fff;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
}

.fr-whatfix__card-img-c {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.fr-whatfix__card-img-c:before {
    position: absolute;
    display: block;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 76.35%);
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}

.fr-whatfix__card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.fr-benefit-c {
    display: flex;
    gap: 30px;
}

.fr-benefit-l {
    flex: 0 0 auto;
    width: 300px;
}

.fr-benefit-r {
    flex: 1;
    min-width: 0;
}

.fr-benefit__main {
    height: 100%;
    border-radius: 20px 0 0 20px;
    position: relative;
    background: linear-gradient(180deg, #00ACEC 0%, #3DADFF 100%);
    display: flex;
    flex-direction: column;
    padding: 30px;
    min-height: 500px;
    overflow: hidden;
}

.fr-benefit__main-bg {
    position: absolute;
    bottom: 100px;
    right: 36px;
}

.fr-benefit__main-btn-wrap {
    display: flex;
    margin-top: auto;
    position: relative;
}

.fr-benefit__title,
h2.fr-benefit__title {
    color: #fff;
    position: relative;
}

.fr-benefit__slider._not-slider .swiper-wrapper {
    flex-wrap: wrap;
    gap: 22px 30px;
}

.fr-benefit__slider._not-slider .fr-benefit__slider-item {
    width: calc((100%/3) - ((30px)*2/3));
    flex: 0 0 auto;
}

.fr-benefit__slider-item {
    padding: 20px;
    border-radius: 20px;
    background: #F5F9FF;
    height: auto;
    min-height: 155px;
}

.fr-benefit__slider-item-title {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 10px;
}

.fr-advantage__list {
    display: grid;
    grid-template-columns: auto auto auto;
    max-width: 1070px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 50px 0;
    justify-content: space-between;
}

.fr-advantage__item {
    display: flex;
    flex: 0 0 auto;
    width: 226px;
    flex-direction: column;
    align-items: center;
}

.fr-advantage__item-img-c {
    flex: 0 0 auto;
    width: 70px;
    margin-bottom: 20px;
}

.fr-advantage__item-img {
    display: block;
}

.fr-advantage__item-title {
    text-align: center;
}

.fr-about {
    overflow-x: clip;
}

.fr-about__title {
    margin-bottom: 30px;
}

.fr-about-c {
    display: flex;
    gap: 30px;
    align-items: center;
}

.fr-about-l {
    flex: 1;
    min-width: 0;
    max-width: 520px;
}

.fr-about-r {
    max-width: 630px;
    flex: 0 0 auto;
    margin-left: auto;
}

.fr-about__box {
    position: relative;
    padding: 50px 0;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.fr-about__box:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 110px;
    bottom: 0;
    width: 840px;
    background: #F5F9FF;
}

.fr-about__box > * {
    position: relative;
}

.fr-about__box-item-img-c {
    position: relative;
    width: 300px;
    height: 325px;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}

.fr-about__box-item-img-c.fr-about__box-item-img-c_small {
    width: 190px;
    height: 215px;
}

.fr-about__box-item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fr-about__box-item-quote {
    width: 410px;
    padding: 24px 49px 25px 25px;
    box-shadow: 0px 0px 30px 0px #00ACEC26;
    border: 1px solid #F1F1F1;
    background: #fff;
    border-radius: 20px;
}

.fr-about__box-item-quote:before {
    position: absolute;
    display: block;
    content: "“";
    font-size: 46px;
    line-height: normal;
    color: #FF993A;
    top: 14px;
    right: 20px;
    font-weight: bold;
}

.fr-about__box-item {
    flex: 0 0 auto;
    position: relative;
}

.fr-about__box-item-2:before {
    position: absolute;
    display: block;
    content: "";
    left: 100%;
    top: 0;
    margin-left: 30px;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: #00ACEC24;
    border-bottom-right-radius: 200%;
}

.fr-about__box-item-4 {
    margin-top: -107px;
}

.fr-about__box-item-4:before {
    position: absolute;
    display: block;
    content: "";
    right: 100%;
    top: 0;
    margin-right: 30px;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: #00ACEC24;
    border-bottom-left-radius: 200%;
}

.fr-documents {
    padding: 100px 0;
    background: #F5F9FF;
}

.fr-documents-top {
    display: flex;
    margin-bottom: 60px;
    gap: 30px;
}

.fr-documents-top-l {
    flex: 0 0 auto;
    width: 410px;
}

.fr-documents-top-r {
    flex: 1;
    min-width: 0;
}

.fr-documents__subinfo-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 60px;
}

.fr-documents__subinfo-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    color: #00ACEC;
    transition: all .3s;
}

@media (hover:hover) {
    .fr-documents__subinfo-link:hover {
        color: #95D9F2;
    }
}

.fr-documents__subinfo-link:active {
    color: #009BD4;
}

.fr-documents__subinfo-link svg {
    flex: 0 0 auto;
    position: relative;
    top: 1px;
}

.fr-documents__title {
    margin-bottom: 20px;
}

.fr-documents__desc {
    max-width: 330px;
}

.fr-documents__info-list {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 5px;
    justify-content: space-between;
}

.fr-documents__info-item {
    width: 190px;
}

.fr-documents__info-img-c {
    overflow: hidden;
    position: relative;
    padding-top: 100%;
    margin-bottom: 15px;
    border-radius: 20px;
}

.fr-documents__info-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fr-documents__info-title {
    margin-bottom: 10px;
}

.fr-howwork__subinfo {
    margin-top: 20px;
    color: #484848;
    font-size: 14px;
    line-height: normal;
}

.fr-howwork__slider._not-slider .swiper-wrapper {
    flex-wrap: wrap;
    gap: 20px 30px;
}

.fr-howwork__slider._not-slider .fr-howwork__slider-item {
    width: calc((100%/3) - ((30px)*2/3));
}

.fr-howwork__slider-item {
    display: flex;
    flex-direction: column;
    height: auto;
    background: #FFF9F3;
    padding: 20px;
    border-radius: 20px;
    min-height: 240px;
}

.fr-howwork__slider-item_borderless:before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    border-radius: 20px;
    background: linear-gradient(119.04deg, #FF993A 13.72%, #FFFFFF 52.17%, #31BCF0 89.1%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: all .3s;
    opacity: 1;
}

.fr-howwork__slider-item-title {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}

.fr-howwork__slider-item-desc {
    margin-bottom: 20px;
}

.fr-howwork__slider-item-img-c {
    flex: 0 0 auto;
    width: 60px;
    position: relative;
    margin-top: auto;
    align-self: flex-end;
}

.fr-howwork__slider-item-img {
    display: block;
    width: 100%;
}

body .fr-partners__slider-item {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}

.fr-partners__slider-item-img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

.fr-youget__slider._not-slider .swiper-wrapper {
    grid-auto-flow: column;
    display: grid;
    gap: 30px;
    grid-template-rows: auto auto;
}

.fr-youget__slider .fr-youget__slider-item {
    height: 100%;
}

.fr-youget__slider-item {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}

.fr-youget__slider-item_reverse {
    flex-direction: row-reverse;
}

.fr-youget__slider-item-l {
    flex: 0 0 auto;
    width: 50%;
}

.fr-youget__slider-item-r {
    flex: 0 0 auto;
    width: 50%;
    background: #FFF9F3;
    padding: 20px 27px;
}

.fr-youget__slider-item__img-c {
    position: relative;
    height: 100%;
}

.fr-youget__slider-item__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fr-youget__slider-item-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
}

.fr-calc {
    background: #F5F9FF;
    overflow-x: clip;
}

.fr-calc-c {
    position: relative;
    padding: 100px 0;
}

.fr-calc__form-wrap {
    position: relative;
    max-width: 100%;
    width: 500px;
}

.fr-calc__form-wrap-in {
    background: rgba(255,255,255,0.4);
    position: relative;
    border-radius: 20px;
    padding: 40px 35px;
    border: 1px solid #F1F1F1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.fr-calc__form-bg {
    position: absolute;
}

.fr-calc__form-bg-1 {
    top: -21px;
    right: -31px;
}

.fr-calc__form-bg-2 {
    bottom: -47px;
    left: 74px;
}

.fr-calc-c-bg {
    position: absolute;
    bottom: 0;
    right: 90px;
}

.fr-form__title {
    margin-bottom: 40px;
}

.fr-form__fields-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fr-form__fields-col {
    width: 100%;
    flex: 0 0 auto;
}

.fr-form__field-wrap {
    position: relative;
}

.fr-form__field {
    display: block;
    width: 100%;
    height: 39px;
    border-radius: 15px;
    border: 1px solid #DCDCDC;
    transition: all .3s;
    padding: 0 20px;
    font-size: 14px;
    line-height: normal;
}

.fr-form__field::placeholder {
    color: #DCDCDC;
}

.fr-form__field:focus {
    border-color: #484848;
}

.fr-form__field.input_error ~ .fr-form__field-error-msg {
    display: block;
}

.fr-form__bot {
    margin-top: 40px;
}

.fr-form__sbm-btn-wrap {
    display: flex;
    justify-content: center;
}

.fr-form__field-info {
    font-size: 14px;
    line-height: normal;
}

.fr-form__field-info a {
    color: #00ACEC;
    display: inline;
}

@media (hover:hover) {
    .fr-form__field-info a:hover {
        color: #95D9F2;
    }
}

.fr-form__field-info a:active {
    color: #009BD4;
}

.fr-form__field-error-msg {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 5px;
    font-size: 14px;
    line-height: normal;
    color: #FF0000;
    display: none;
}

.fr-head {
    overflow-x: clip;
}

.fr-head-c {
    display: flex;
}

.fr-head-l {
    flex: 0 0 auto;
    width: 50%;
    padding-right: 15px;
    display: flex;
    justify-content: flex-end;
}

.fr-head-r {
    flex: 0 0 auto;
    width: 50%;
    padding-right: 20px;
    display: flex;
    justify-content: flex-end;
}

.fr-head__form-wrap {
    width: 500px;
    max-width: 100%;
    padding: 20px 35px;
}

.fr-head__img {
    max-height: 593px;
    max-width: initial;
    width: auto;
    height: auto;
}

.fr-services__slider._not-slider .swiper-pagination, 
.fr-benefit__slider._not-slider .swiper-pagination, 
.fr-howwork__slider._not-slider .swiper-pagination, 
.fr-youget__slider._not-slider .swiper-pagination {
    display: none;
}

.fr-services__slider._not-slider .swiper-wrapper, 
.fr-benefit__slider._not-slider .swiper-wrapper, 
.fr-howwork__slider._not-slider .swiper-wrapper, 
.fr-youget__slider._not-slider .swiper-wrapper {
    height: auto !important;
}

@media (max-width: 1199px) {
    .fr-documents-top-l {
        width: 350px;
    }
}

@media (max-width: 1099px) {
    .fr-youget__slider-item-l {
        width: 30%;
    }

    .fr-youget__slider-item-r {
        width: 70%;
    }

    .fr-documents-top {
        flex-direction: column;
    }

    .fr-documents-top-l {
        width: 100%;
    }

    .fr-documents__desc {
        max-width: 100%;
    }

    .fr-benefit-c {
        flex-direction: column;
    }

    .fr-benefit__main {
        min-height: 1px;
        border-radius: 20px;
    }

    .fr-benefit-l {
        width: 100%;
    }

    .fr-benefit__title {
        margin-bottom: 20px;
    }

    .fr-benefit__main-bg {
        bottom: 20px;
        right: 120px;
    }

    .fr-services__slider-bg-img {
        opacity: 0.3;
    }

    .fr-association-l {
        width: 450px;
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    .fr-section {
        margin: 100px 0;
    }

    .fr-head-c {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .fr-head-r {
        width: 100%;
        padding-right: 0;
        padding-top: 30px;
    }

    .fr-head-l {
        width: 100%;
        padding-right: 0;
    }

    .fr-head__form-wrap {
        width: 100%;
        border: 1px solid #F1F1F1;
        padding: 20px;
        border-radius: 12px;
    }

    .fr-form__title {
        font-size: 30px;
    }

    .fr-head__img {
        max-height: initial;
        max-width: 100%;
        border-radius: 12px;
    }

    .fr-youget__slider._not-slider .swiper-wrapper {
        display: flex;
        flex-direction: column;
    }

    .fr-youget__slider-item_reverse {
        flex-direction: row;
    }

    .fr-calc-c-bg {
        right: -70px;
    }

    .fr-howwork__slider._not-slider .fr-howwork__slider-item {
        width: calc((100%/2) - ((30px)*1/2));
        min-height: 200px;
    }

    .fr-partners__slider {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .fr-about-c {
        flex-direction: column;
        align-items: flex-start;
    }

    .fr-about-l {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }

    .fr-about-r {
        max-width: 100%;
        margin-left: 0;
    }

    .fr-benefit-c {
        gap: 20px;
    }

    .fr-benefit__slider._not-slider .swiper-wrapper {
        gap: 20px;
    }

    .fr-benefit__slider._not-slider .fr-benefit__slider-item {
        width: calc((100% / 3) - ((20px)* 2 / 3));
    }

    .fr-whatfix__info-list {
        gap: 20px;
    }

    .fr-whatfix__info-item {
        width: calc((100% / 3) - ((20px)* 2 / 3));
    }

    .fr-howwork__slider._not-slider .swiper-wrapper {
        gap: 20px;
    }

    .fr-howwork__slider._not-slider .fr-howwork__slider-item {
        width: calc((100% / 2) - ((20px)* 1 / 2));
    }

    .fr-services__slider._not-slider .swiper-wrapper {
        gap: 30px;
    }

    .fr-services__slider._not-slider .fr-services__slider-item {
        width: 50%;
        flex: 1;
    }

    .fr-being-client__c {
        padding: 30px;
        gap: 30px;
    }

    .fr-association-l {
        width: 400px;
    }
}

@media (max-width: 767px) {
    .txt-def {
        font-size: 14px;
        line-height: 19px;
    }

    .fr-section .h2 {
        margin-bottom: 30px;
    }

    .fr-section h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .fr-form__title {
        margin-bottom: 20px;
    }

    .fr-advantage__list {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .fr-advantage__item {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    .fr-advantage__item-img-c {
        margin-bottom: 0;
        margin-right: 16px;
        width: 35px;
    }

    .fr-advantage__item-title {
        text-align: left;
    }

    .fr-youget__slider,
    .fr-howwork__slider,
    .fr-benefit__slider,
    .fr-services__slider {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .fr-youget__slider .fr-youget__slider-item {
        height: auto;
    }

    .fr-youget__slider-item {
        flex-direction: column;
    }

    .fr-youget__slider-item-l {
        width: 100%;
    }

    .fr-youget__slider-item-r {
        width: 100%;
        padding: 20px;
    }
    
    .fr-youget__slider-item-title {
        font-size: 16px;
        line-height: 19px;
    }

    .fr-youget__slider-item__img-c {
        height: 72vw;
    }

    .fr-calc {
        overflow: hidden;
    }

    .fr-calc-c {
        padding-top: 30px;
        padding-bottom: 170px;
    }

    .fr-calc__form-wrap-in {
        padding: 20px 20px 40px;
        border-radius: 12px;
    }

    .fr-calc__form-bg {
        display: none;
    }

    .fr-calc-c-bg {
        width: 205px;
        bottom: -20px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .fr-form__bot {
        margin-top: 20px;
    }

    .fr-partners__slider-item-img {
        max-width: 95px;
    }

    .fr-howwork__slider-item {
        min-height: 214px;
    }

    .fr-howwork__slider-item-title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px;
    }

    .fr-howwork__slider-item-img-c {
        width: 30px;
    }

    .fr-documents {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .fr-documents__title {
        margin-bottom: 30px;
    }

    .fr-documents-top {
        gap: 20px;
        margin-bottom: 38px;
    }

    .fr-documents__info-list {
        gap: 5px;
    }

    .fr-documents__info-item {
        width: 85px;
        display: flex;
        flex-direction: column;
    }

    .fr-documents__info-title {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 8px;
    }

    .fr-documents__info-dwnld-btn {
        margin-top: auto;
    }

    .fr-documents__subinfo-link svg {
        width: 21px;
        height: 21px;
    }

    .fr-documents__subinfo-link {
        font-size: 16px;
        line-height: 19px;
    }

    .fr-documents__subinfo-list {
        gap: 10px;
    }

    .fr-about-c {
        gap: 20px;
    }

    .fr-about__box {
        padding: 30px 0;
        gap: 16px;
    }

    .fr-about__box-item-img-c {
        width: 136px;
        height: 147px;
        border-radius: 10px;

        width: 42.5vw;
        height: 45.94vw;
    }

    .fr-about__box-item-img-c.fr-about__box-item-img-c_small {
        width: 85px;
        height: 96px;

        width: 26.565vw;
        height: 30vw;
    }

    .fr-about__box-item-quote {
        width: 187px;
        padding: 15px 10px;
        border-radius: 16px;
        font-size: 13px;
        line-height: 16px;

        width: 58.44vw;
    }

    .fr-about__box-item-quote:before {
        top: 6px;
        right: 10px;
        font-size: 20px;
    }

    .fr-about__box-item-2:before {
        margin-left: 16px;
        width: 35px;
        height: 35px;
        border-bottom-right-radius: 300%;

        width: 10.94vw;
        height: 10.94vw;
    }

    .fr-about__box-item-4 {
        margin-top: -50px;

        margin-top: -15.625vw;
    }

    .fr-about__box-item-4:before {
        margin-right: 16px;
        width: 35px;
        height: 35px;
        border-bottom-left-radius: 300%;

        width: 10.94vw;
        height: 10.94vw;
    }

    .fr-advantage__item-title {
        font-weight: normal !important;
    }

    .fr-benefit__main {
        border-radius: 16px;
        padding: 20px;
    }

    .fr-benefit__main-btn {
        width: 100%;
    }

    .fr-benefit__main-bg {
        right: -10px;
    }

    .fr-benefit__slider-item {
        min-height: 145px;
        border-radius: 16px;
    }

    .fr-benefit__slider-item-title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px;
    }

    .fr-whatfix__info-item {
        width: 100%;
    }

    .fr-whatfix__info-list {
        gap: 10px;
    }

    .fr-whatfix__card-title {
        padding: 0;
        position: relative;
    }

    .fr-whatfix__card {
        min-height: 58px;
        flex-direction: row;
        align-items: center;
        padding: 10px 20px;
    }

    .fr-whatfix__card-img-c {
        border-radius: 16px;
    }

    .fr-services__info-item {
        gap: 16px;
    }

    .fr-services__info-item-img {
        width: 35px;
    }

    .fr-services__slider-bg-img {
        top: 30px;
    }

    .fr-map-c {
        height: 275px;
    }

    .fr-being-client__c {
        padding: 20px;
        gap: 20px;
        flex-direction: column;
        border-radius: 16px;
    }

    .fr-being-client__title {
        max-width: 100%;
    }

    .fr-being-client-m {
        display: none;
    }

    .fr-being-client-r {
        top: auto;
        justify-content: stretch;
        width: 100%;
    }

    .fr-being-client__btn-wrap {
        width: 100%;
    }

    .fr-being-client__btn {
        width: 100%;
    }

    .fr-being-client__bg-c {
        top: 0;
        right: 0;
    }

    .fr-association-l {
        padding-top: 0;
        width: 100%;
    }

    .fr-association__subtitle {
        margin-bottom: 20px;
    }

    .fr-association-c {
        flex-direction: column;
        gap: 20px;
    }

    .fr-association-r {
        width: 100%;
        flex: 0 0 auto;
    }

    .fr-association__img-c {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .fr-association__img {
        max-width: 75vw;
    }
}
.fr-head__img-c {
    position: relative;
}

.fr-head__img-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-c {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    justify-content: center;
    padding: 15px;
    z-index: 9999999999;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    overflow: auto; 
}

.video-modal-c.active {
    display: flex;
    animation: modalShow 0.5s 0.01s forwards;
}

.video-modal {
    width: 960px;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    pointer-events: all;
    margin: auto;
}

.video-modal__video-c {
    background: #000;
    height: 100%;
    width: 100%;
    position: relative;
}

.video-modal__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video-modal__close-btn {
    display: flex;
    position: absolute;
    top: -30px;
    right: 0;
}

@media (max-width: 767px) {
    .fr-head__img-btn svg {
        width: 70px;
        height: 70px;
    }
}