.fnsh_section-16.section-16 {
    position: relative;
    padding-top: 67px;
}

.fnsh_section-16.section-16 .top__info {
    min-height: 80px;
    display: grid;
    grid-auto-flow: column;
    gap: 60px;
    justify-content: center;
    align-items: center;
}

.fnsh_section-16.section-16 .top__info h2 {
    margin: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: rgba(82, 22, 35, 1);
}

.fnsh_section-16.section-16 .top__info .level {
    position: relative;
    right: unset;
    left: unset;
    top: unset;
    bottom: unset;
    margin: 0;
    width: auto;
}

.fnsh_section-16.section-16 .section-16__menu {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    width: 100%;
    padding: 0 20px;
    background-color: #f2f2f2;
}

.fnsh_section-16.section-16 .section-16__menu.fixed {
    position: fixed;
    width: 100%;
}

.fnsh_section-16.section-16 .section-16__menu.bottom {
    top: auto;
    bottom: 0;
}

.fnsh_section-16.section-16 .section-16__menu-inner {
    position: relative;
    max-width: 1190px;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    display: grid;
    grid-auto-flow: column;
}

.fnsh_section-16.section-16 .section-16__handle {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #000;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.fnsh_section-16.section-16 .section-16__menu-item {
    position: relative;
    z-index: 1;
    display: grid;
    align-items: center;
    width: auto;
    height: 67px;
    padding: 0 0;
    letter-spacing: normal;
    text-align: center;
    cursor: pointer;

}

.fnsh_section-16.section-16 .section-16__menu-item.active .section-16__menu-title {
    color: #fff;
}

.fnsh_section-16.section-16 .section-16__menu-title {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 0 0;
}

.fnsh_section-16.section-16 .section-16__menu-title.en {
    min-height: 36px;
}

.fnsh_section-16.section-16 .section-16__menu-square {
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: #B3987E;
}

.fnsh_section-16.section-16 .section-16__plan {
    position: relative;
    padding-bottom: 70px;
}

.fnsh_section-16.section-16 .section-16__plan-title {
    margin-bottom: 11px;
    font-size: 30px;
    line-height: 1;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.fnsh_section-16.section-16 .section-16__plan-subtitle {
    margin-bottom: 73px;
    font-size: 18px;
    line-height: 1;
    color: #000;
    text-align: center;
}

.fnsh_section-16.section-16 .section-16__plan-img-wr {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 485px;
    margin: 0 auto 50px;
    padding: 0 50px 50px;
}

.fnsh_section-16.section-16 .section-16__plan-img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    max-height: 100%;
}

.fnsh_section-16.section-16 .section-16__plan .img__container {
    height: 100%;
}

.fnsh_section-16.section-16 .section-16__btn {
    display: block;
    width: 291px;
    padding: 20px;
    margin: 0 auto;
    border-color: #b4987a;
    background-color: #b4987a;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.fnsh_section-16.section-16 .section-16__btn:hover {
    background-color: #9a836a;
    border-color: #9a836a;
    color: #fff;
}

.fnsh_section-16.section-16 .slider-16 {
    padding: 0;
}

.fnsh_section-16.section-16 .slider-16__pagin {
    bottom: -50px !important;
}

.fnsh_section-16.section-16 .section-16__plan .slider-16__prev,
.fnsh_section-16.section-16 .section-16__plan .slider-16__next {
    z-index: 100;
}

.fnsh_section-16.section-16 .section-16__plan .slider-16__prev {
    left: -120px;
}

.fnsh_section-16.section-16 .section-16__plan .slider-16__next {
    right: -100px;
}

.fnsh_section-16.section-16 .plan-drop {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
}

.fnsh_section-16.section-16 .plan-drop.fixed {
    position: fixed;
}

.fnsh_section-16.section-16 .plan-drop.bottom {
    top: auto;
    bottom: 0;
}

.fnsh_section-16.section-16 .plan-drop.open {
    height: 100%;
}

.fnsh_section-16.section-16 .plan-drop.open .plan-drop__label:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.fnsh_section-16.section-16 .plan-drop__label {
    position: relative;
    padding: 0 0;
    height: 67px;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    background-color: #000;
    text-align: center;
    cursor: pointer;
}

.fnsh_section-16.section-16 .plan-drop__label:before {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 22px;
    height: 12px;
    margin-top: -6px;
    background-image: url("../images/arr-b-white.svg");
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.fnsh_section-16.section-16 .plan-drop__label-title {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
}

.fnsh_section-16.section-16 .plan-drop__label-square {
    font-size: 14px;
    line-height: 18px;
    color: #B3987E;
}

.fnsh_section-16.section-16 .plan-drop__items {
    overflow: auto;
    display: block;
    position: absolute;
    left: 0;
    top: 67px;
    z-index: 1;
    width: 100%;
    height: calc(100% - 85px);
    background-color: #fff;
}

.fnsh_section-16.section-16 .plan-drop__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0px 20px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    cursor: pointer;
    height: 100%;
    max-height: 67px;
}

.fnsh_section-16.section-16 .plan-drop__title {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
}

.fnsh_section-16.section-16 .plan-drop__square {
    font-size: 14px;
    line-height: 18px;
    color: #B3987E;
}

@media only screen and (max-width: 767px) {
    .fnsh_section-16.section-16 .plan-drop {
        display: block;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px) {
    .fnsh_section-16.section-16 {
        padding-top: 67px;
    }

    .fnsh_section-16.section-16 .section-16__menu {
        padding: 0 80px;
    }

    .fnsh_section-16.section-16 .section-16__plan .img__container {
        padding: 0 10%;
    }

    .fnsh_section-16.section-16 .section-16__handle {
        display: none;
    }

    .fnsh_section-16.section-16 .section-16__menu-item.active {
        background-color: #000;
    }

    .fnsh_section-16.section-16 .section-16__plan {
        padding-bottom: 40px;
    }

    .fnsh_section-16.section-16 .section-16__menu-title {
        font-size: 10px;
        line-height: 18px;
    }

    .fnsh_section-16.section-16 .section-16__menu-square {
        font-size: 14px;
        line-height: 18px;
    }

    .fnsh_section-16.section-16 .section-16__plan-title {
        width: 50%;
    }

    .fnsh_section-16.section-16 .section-16__plan-title.center-text {
        width: auto !important;
    }

    .fnsh_section-16.section-16 .section-16__plan-subtitle {
        width: 50%;
        margin-bottom: 60px;
    }

    .fnsh_section-16.section-16 .section-16__plan-subtitle.center-text {
        width: auto !important;
    }

    .fnsh_section-16.section-16 .section-16__plan-img-wr {
        display: block;
        width: 100%;
        padding: 0 30px 50px;
        margin-bottom: 50px;
    }

    .fnsh_section-16.section-16 .slider-16__pagin {
        bottom: -50px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px) {
    .fnsh_section-16.section-16 {
        padding-top: 67px;
    }

    .fnsh_section-16.section-16 .section-16__menu {
        padding: 0px;
    }

    .fnsh_section-16.section-16 .section-16__menu-inner {
        max-width: unset;
    }

    .fnsh_section-16.section-16 .section-16__handle {
        display: none;
    }

    .fnsh_section-16.section-16 .section-16__menu-item.active {
        background-color: #000;
    }

    .fnsh_section-16.section-16 .section-16__plan {
        padding-bottom: 60px;
    }

    .fnsh_section-16.section-16 .section-16__menu-title {
        font-size: 10px;
        line-height: 18px;
    }

    .fnsh_section-16.section-16 .section-16__menu-square {
        font-size: 16px;
        line-height: 18px;
    }

    .fnsh_section-16.section-16 .section-16__plan-title {
        width: 50%;
    }

    .fnsh_section-16.section-16 .section-16__plan-title.center-text {
        width: auto !important;
    }

    .fnsh_section-16.section-16 .section-16__plan-subtitle {
        width: 50%;
        margin-bottom: 60px;
    }

    .fnsh_section-16.section-16 .section-16__plan-subtitle.center-text {
        width: auto !important;
    }

    .fnsh_section-16.section-16 .section-16__plan-img-wr {
        display: block;
        width: 100%;
        padding: 0 30px 50px;
        margin-bottom: 123px;
    }

    .fnsh_section-16.section-16 .slider-16__pagin {
        bottom: -50px !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px) {
    .fnsh_section-16.section-16 {
        padding-top: 67px;
    }

    .fnsh_section-16.section-16 .section-16__menu {
        padding: 0px;
    }

    .fnsh_section-16.section-16 .section-16__handle {
        display: none;
    }

    .fnsh_section-16.section-16 .section-16__menu-title {
        font-size: 12px;
        line-height: 18px;
    }

    .fnsh_section-16.section-16 .section-16__menu-square {
        font-size: 18px;
        line-height: 18px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px) {
    .fnsh_section-16.section-16 {
        padding-top: 67px;
    }

    .fnsh_section-16.section-16 .section-16__menu {
        padding: 0px;
    }

    .fnsh_section-16.section-16 .section-16__menu-inner {
        max-width: none;
    }

    .fnsh_section-16.section-16 .section-16__handle {
        display: none;
    }

    .fnsh_section-16.section-16 .section-16__menu-title {
        font-size: 11px;
    }
}

@media only screen and (max-width: 767px) {
    .fnsh_section-16.section-16 {
        padding-top: 67px;
        z-index: 10;
    }

    .fnsh_section-16.section-16 .section-16__menu {
        display: none;
    }

    .fnsh_section-16.section-16 .section-16__plan {
        padding: 0 16px 40px;
    }

    .fnsh_section-16.section-16 .section-16__plan-title {
        width: auto;
        margin-bottom: 11px;
        font-size: 22px;
    }

    /* .fnsh_section-16.section-16 .top__info h2 {
        font-size: 3.75vw;
    } */

    .fnsh_section-16.section-16 .section-16__plan-subtitle {
        width: auto;
        margin-bottom: 30px;
        font-size: 14px;
    }

    .fnsh_section-16.section-16 .top__info {
        gap: 10px;
        justify-content: space-around;
    }

    .fnsh_section-16.section-16 .section-16__plan-img-wr {
        height: 330px;
        margin: 0px 0px 50px 0px;
        padding: 0 0 50px;
    }

    .fnsh_section-16.section-16 .section-16__menu-title {
        font-size: 12px;
        line-height: 18px;
    }

    .fnsh_section-16.section-16 .section-16__menu-square {
        font-size: 14px;
        line-height: 18px;
    }

    .fnsh_section-16.section-16 .slider-16 {
        width: 100%;
    }

    .fnsh_section-16.section-16 .slider-16__pagin {
        bottom: -50px !important;
    }
}

@media only screen and (max-width: 480px) {
    .fnsh_section-16.section-16 .top__info h2{
        font-size: 4.167vw;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px) {
    .fnsh_section-16.section-16 .slider-16 {
        padding: 0 50px;
    }

    .fnsh_section-16.section-16 .slider-16__inner {
        width: auto;
    }

    .fnsh_section-16.section-16 .section-16__plan .slider-16__prev,
    .fnsh_section-16.section-16 .section-16__plan .slider-16__next {
        display: block;
    }

    .fnsh_section-16.section-16 .section-16__plan .slider-16__prev {
        left: 65px;
    }

    .fnsh_section-16.section-16 .section-16__plan .slider-16__next {
        right: 80px;
    }
}


.slider-16 {
    position: relative;
    height: 100%;
    padding-bottom: 57px;

}



.slider-16__inner {
    overflow: hidden;
    width: 900px;
    height: 100%;
    margin: 0 auto;

}



.slider-16__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}



.slider-16__item {
    flex-shrink: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}



.slider-16 .slider-16__pagin {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    text-align: center;

}



.slider-16 .slider-16__pagin .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, .3);

}



.slider-16 .slider-16__pagin .swiper-pagination-bullet-active {
    background-color: #000;

}



.slider-16__prev,
.slider-16__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 75px;
    margin-top: -29px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;

}



.device-tablet .slider-16__prev,
.device-tablet .slider-16__next {
    display: none;

}



.slider-16__prev.swiper-button-disabled,
.slider-16__next.swiper-button-disabled {
    display: none;

}



.slider-16__prev {
    left: -60px;
    background-image: url("../images/big-arrow-prev.svg");

}



.slider-16__next {
    right: -60px;
    background-image: url("../images/big-arrow-next.svg");

}



@media only screen and (min-width: 1024px) and (max-width: 1280px),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px) {
    .slider-16 {
        padding: 0 50px 40px;
    }


    .slider-16__inner {
        width: auto;
    }


    .slider-16__prev,
    .slider-16__next {
        display: none;
    }

}



@media only screen and (min-width: 768px) and (max-width: 1023px),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 1024px) {
    .slider-16 {
        padding: 0 50px 40px;
    }


    .slider-16__inner {
        width: auto;
    }


    .slider-16__prev,
    .slider-16__next {
        display: none;
    }

}



@media only screen and (max-width: 767px) {
    .slider-16 {
        padding: 0 50px 50px;
    }


    .slider-16__inner {
        width: auto;
    }


    .slider-16__prev,
    .slider-16__next {
        display: none;
    }

}