.gm_section_reviews__slider {
    padding-bottom: 50px;
    max-width: 1280px;
    margin: 0 auto;
}
.gm_section_reviews__slider_mt {
    margin-top: 50px;
}
.gm_section_reviews__slider_pb0 {
    padding-bottom: 0 !important;
}
.gm_review_item {
    min-height: 308px;
    padding: 28px;
    border-radius: 24px;
    background: rgba(249, 246, 237, 1);
}
.gm_review_item_name {
    color: rgba(207, 136, 136, 1);
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.gm_review_item_stars {
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.gm_review_item_stars img {
    margin-right: 3px;
}
.gm_review_item_txt {
    color: rgba(207, 136, 136, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
}
.gm_swiper_bottom {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.gm_swiper_bottom > div {
    position: relative;
}
.gm_swiper_bottom > div:first-child {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.gm_swiper_arrow__left,
.gm_swiper_arrow__right {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 100px;
    background: rgba(249, 246, 237, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
.gm_swiper_arrow__left.swiper-button-disabled,
.gm_swiper_arrow__right.swiper-button-disabled {
    opacity: 0.5;
}
.gm_swiper_arrow__left:not(.swiper-button-disabled):hover,
.gm_swiper_arrow__right:not(.swiper-button-disabled):hover {
    cursor: pointer;
    opacity: 0.65;
}
.gm_swiper_arrow__left {
    margin-right: 4px;
}
.gm_section_reviews_btn {
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 50px;
    border-radius: 100px;
    background: rgba(249, 246, 237, 1);
    color: rgba(207, 136, 136, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    transition: all 0.5s;
}
.gm_section_reviews_btn:hover {
    background-color: #CF8888;
    color: #fff;
}
@media (min-width: 768px) {
    .gm_section_reviews__slider {
        padding-bottom: 121px;
    }
    .gm_section_reviews__slider_mt {
        margin-top: 78px;
    }
    .gm_swiper_bottom {
        margin-top: 20px;
    }
    .gm_swiper_arrow__left,
    .gm_swiper_arrow__right {
        width: 52px;
        height: 52px;
    }
    .gm_section_reviews_btn {
        height: 52px;
        font-size: 15px;
    }
}
/* ========== header ========== */
.gm_mobile_menu {
    z-index: 101;
    padding: 24px 16px 44px 16px;
    background: rgba(255, 255, 255, 1);
}
.gm_mobile_menu_top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    max-height: 100vdh;
    overflow: auto;
}
.gm_mobile_logo_mob {
    display: block;
    font-size: 0;
    margin-right: 10px;
}
.gm_mobile_menu_wrp {
    padding-top: 64px;
}
/**/
.gm_mobile_menu_list li {
    display: block;
}
.gm_mobile_menu_list li:not(:last-child) {
    margin-bottom: 39px;
}
.gm_mobile_menu_list li a {
    display: inline-flex;
    align-items: center;
    color: rgba(207, 136, 136, 1);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
}
.gm_mobile_menu_list li a img {
    margin-left: 8px;
}
/**/
.gm_mobile_menu_bottom {
    margin-top: 52px;
}
.gm_mobile_menu_list._hide,
.gm_mobile_menu_bottom._hide {
    display: none !important;
}
.gm_mobile_menucont {
    margin-bottom: 16px;
}
.gm_mobile_menucont_title {
    margin-bottom: 2px;
    color: rgba(228, 198, 193, 1);
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
}
.gm_mobile_menucont_txt {
    color: rgba(207, 136, 136, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}
.gm_mobile_menucont_link:not(:last-child) {
    margin-bottom: 2px;
}
.gm_mobile_menucont_link a {
    display: inline-block;
    color: rgba(207, 136, 136, 1) !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}
.gm_mobile_soc {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 24px;
}
.gm_mobile_soc a {
    display: block;
    font-size: 0;
    margin-right: 8px;
}
/* gm_mobile_service */
.gm_mobile_service {
    z-index: 101;
    padding: 24px 16px 44px 16px;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
}
.gm_mobile_service._show {
    display: block !important;
}
.gm_mobile_service_top {
    margin-bottom: 24px;
}
.gm_mobile_service_top a {
    border-radius: 100px;
    background: #E4C6C1;
    color: rgba(207, 136, 136, 1) !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    padding: 5px 16px 5px 16px;
    display: inline-flex;
    align-items: center;
    height: 32px;
}
.gm_mobile_service_top img {
    margin-right: 12px;
}
.gm_mobile_service_titler {
    color: rgba(207, 136, 136, 1);
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 10px;
}
.gm_mobile_service_menu {
    padding-top: 10px;
    margin-bottom: 24px;
    max-height: calc(100vh - 114px - 44px);
    overflow-y: auto;
    padding-bottom: 44px;
}
.gm_mobile_service_menu::-webkit-scrollbar {
    width: 4px;
}
.gm_mobile_service_menu::-webkit-scrollbar-track {
    background-color: #E4C6C1;
}
.gm_mobile_service_menu::-webkit-scrollbar-thumb {
    background-color: #CF8888;
    border-radius: 3px;
}
.gm_mobilesrv_menu {
    margin-bottom: 24px;
}
.gm_mobilesrv_menu_link {
    color: rgba(207, 136, 136, 1);
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.gm_mobilesrv_menu_link img {
    margin-left: 6px;
}
.gm_mobilesrv_menu:not(._active) .gm_mobilesrv_menu_list {
    display: none !important;
}
.gm_mobilesrv_menu_list li:first-child {
    margin-top: 12px;
}
.gm_mobilesrv_menu_list li:not(:last-child) {
    margin-bottom: 16px;
}
.gm_mobilesrv_menu_list a {
    display: inline-block;
    color: rgba(207, 136, 136, 1) !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}
.gm_mobilesrv_menu._active .gm_mobilesrv_menu_link img {
    transform: rotate(180deg);
}
@media (min-width: 1024px) {
    .gm_mobile_menu {
        display: none !important;
    }
}
/* ========== field_checkbox__check ========== */
.field_checkbox__check.error {
    border-color: #FD0505;
}
.field_checkbox input:checked ~ .field_checkbox__check {
    border-color: #CF8888;
}
/* ========== h1 ========== */
.gm_sech1 {
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: #CF8888;
    font-size: 20px;
    font-weight: 500;
}
@media (min-width: 1024px) {
    .gm_sech1 {
        font-size: 30px;
    }
}
/* ==========  ========== */
/* ==========  ========== */
/* ==========  ========== */

/* desctop */
@media (min-width: 1024px) {

}

@media (max-width: 768px) {
  .main_banner__slider .main_banner__item{
    height: 480px;
  }
  .main_banner__slider .main_banner__item .d_image{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100% !important;
  }
  .main_banner__slider .main_banner__item .d_info{
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 44px;
  }
  .main_banner__slider .main_banner__item .d_info.white .d_title,
  .main_banner__slider .main_banner__item .d_info.white .d_text,
  .main_banner__slider .main_banner__item .d_info.white .btn_border,
  .main_banner__slider .main_banner__item .d_info.white h1
  {
    color: #fff;
  }
  .main_banner__slider .main_banner__item .d_text{
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .main_banner__slider .main_banner__item .btn_border{
    margin-top: 24px;
  }
  .main_banner__slider{
    padding-bottom: 0px;
  }
  .main_banner .main_banner__nav {
    margin-top: 10px;
    margin: 0px;
    position: absolute;
    bottom: 12px;
    left: 0px;
    right: 0px;
    z-index: 2;
  }
}

.politic-hidden.field_checkbox input{
    display: block;
    opacity: 0;
    position: absolute;
    top: 4px;
}

.section_about_as .section__header{
    display: flex;
}

@media (max-width: 768px) {
    .x2_j_d_text {
        margin-top: 10px !important;
        flex: 0 !important;
    }
    .x2_j_btn_border {
        background-color: #CF8888;
        color: white;
    }
}