.whatsapp {
    position: fixed;
    right: 3.7rem;
    bottom: 6.4rem;
    color: #ffffff;
    height: 3.5rem;
    width: 3.5rem;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    z-index: 50;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none !important;
}
@keyframes ring {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(1.7);
	}
}
.whatsapp:after, .whatsapp:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: transparent;
	border: 5px solid #25d366;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation-iteration-count: infinite;
    animation-duration: 1.2s;
    animation-name: ring;
    outline: none;
    box-sizing: border-box;
}
.whatsapp:before {
    animation-delay: 0.8s;
}
.whatsapp:after {
    animation-delay: 0.6s;
}
*:after, *:before {
    display: block;
    line-height: 1;
}
.whatsapp i {
    display: block;
    color: #fff;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #121212;
    z-index: 100;
    opacity: 0;
    transition: all 1s;
}
.loader.active {
    opacity: 1;
}
.loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0;
    transition: all 1s;
}
.loader.active img {
    width: 300px;
}
body {
    line-height: 1.2;
    font-family: "Inter", sans-serif;
    color: #9F9D9D;
    background-color: #121212;
}
.container{
    width: 81.25rem;
    margin: 0 auto;
    padding: 0;
    max-width: unset;
}
.unbounded {
    font-family: "Montserrat", sans-serif;
}
.sec_title {
    color: #FFD88A;
    font-family: "Montserrat", sans-serif;
    font-size: 2.813rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}
.sec_pretitle{
    color: #FFD88A;
    font-family: "Montserrat", sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    text-transform: uppercase;
}
.white_text {
    color: #FFFFFF;
}
#hsec-1 {
    width: 100%;
    height: 100vh;
    background-image: url("../img/hsec1-fon.jpg");
    background-size: cover;
    padding: 1.25rem 0 2.25rem;
}
.hsec1_box {
    height: 100%;
}
.hsec1_logo {
    width: 10.952rem;
}
.hsec1_logo img {
    width: 100%;
}
.hsec1_title {
    margin-bottom: 0.55rem;
}
.hsec1_info {
    width: 46.875rem;
}
.btn {
    display: flex;
    width: max-content;
    height: 3rem;
}
.btn.btn_width {
    width: unset;
}
.btn_text {
    display: flex;
    height: 100%;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #FFFFFF;
    transition: all 0.35s;
}
.btn.btn_width .btn_text {
    min-width: 16rem;
}
.btn_icon {
    display: flex;
    height: 100%;
    padding: 0.75rem 0.938rem;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #FFD88A;
    transition: all 0.35s;
}
.btn_icon img{
    height: 100%;
}
.btn:hover .btn_text {
    background-color: #FFD88A;
}
.hsec2_running {
    width: 100%;
    overflow: hidden;
    margin-bottom: 4.25rem;
}
.hsec2_running span{
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 3.188rem;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 248, 248, 0.6);
    white-space: nowrap;
    animation: scroll-left 20s linear infinite;
}
@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
#hsec-2 {
    padding-top: 1.4rem;
}
.hsec2_banner{
    position: absolute;
    top: 0;
    right: 0;
    width: 46.875rem;
    height: 26.438rem;
    object-fit: cover;
    border-radius: 16px;
    z-index: -1;
}
.hsec2_box {
    padding-top: 2.563rem;
    width: 40rem;
    margin-bottom: 2.375rem;
    min-height: 22.88rem;
}
.hsec2_title {
    margin-bottom: 1.25rem;
}
.hsec2_title span {
    color: #FFFFFF;
}
.hsec2_text {
    padding-right: 19%;
    line-height: 1;
}
.slide_item {
    height: 100%;
    padding: 1.875rem 2.25rem;
    border-radius: 16px;
    background: linear-gradient(126deg, rgba(57, 49, 49, 0.50) 29.05%, rgba(57, 49, 49, 0.00) 210.99%);
    backdrop-filter: blur(12.5px);
}
.slide_title {
    font-size: 1.563rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.875rem;
}
.slide_text {
    line-height: 1;
}
.owl-carousel {
    padding-bottom: 1.5rem;
}
#slideHome2.owl-carousel .owl-stage {
    display: flex;
}
#hsec-3 {
    margin-top: 3.5rem;
}
.hsec3_title{
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 4px 35px rgba(0, 0, 0, 0.25);
    font-size: 5rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}
.hsec3_box {
    position: relative;
    height: 43.563rem;
}
.hsec3_banner {
    position: absolute;
    top: 53.4%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 53.75rem;
    height: 28.733rem;
    z-index: -2;
}
.hsec3_img {
    position: absolute;
    width: 33.125rem;
    height: 21.875rem;
    border-radius: 16px;
    object-fit: cover;
    z-index: -1;
}
.hsec3_img.i1{
    top: 0;
    left: 0;
}
.hsec3_img.i2 {
    right: 17%;
    bottom: 0;
}
.hsec3_text {
    position: absolute;
    color: #121212;
    text-align: center;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    min-width: 19.375rem;
    padding: 1rem 0.5rem;
    border-radius: 50px;
    background-color: #FFD88A;
}
.hsec3_text.t1 {
    top: 5.75%;
    left: 25.4%;
}
.hsec3_text.t2 {
    top: 9.25%;
    right: 1.75%;
}
.hsec3_text.t3 {
    top: 24.25%;
    right: 16.9%;
}
.hsec3_text.t4 {
    bottom: 30.25%;
    right: 0;
}
.hsec3_text.t5 {
    bottom: 22.1%;
    left: 8.5%;
}
.hsec3_text.t6 {
    bottom: 6.75%;
    left: 25.45%;
}
#hsec-4 {
    margin-top: 4.8rem;
}
.hsec4_title {
    margin-bottom: 2.5rem;
}
.hsec4_item {
    width: calc(50% - 10px);
    margin-bottom: 1.875rem;
}
.hsec4_img {
    width: 100%;
    height: 20.813rem;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1.3rem;
}
.hsec4_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hsec4_ititle {
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.hsec4_itext:first-child {
    margin-bottom: 1.3rem;
}
.hsec4_itext strong {
    color: #FFD88A;
    font-size: 1.25rem;
    font-weight: 600;
}
.hsec4_item.hsec4_large {
    width: 100%;
    margin-bottom: 2.5rem;
}
.hsec4_item.hsec4_large .hsec4_itext {
    margin-bottom: unset;
    width: calc(50% - 10px);
}
.hsec4_item.hsec4_large .hsec4_text_box {
    display: flex;
    justify-content: space-between;
}
#hsec-5 {
    margin-top: 5rem;
}
.hsec5_left, .hsec5_right{
    width: calc(50% - 10px);
}
.hsec5_item {
    color: #211E1E;
    width: 100%;
    height: 33rem;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    background-size: cover;
    background-position: left;
    position: sticky;
    top: 4rem;
    margin-bottom: 1.25rem;

}
section:not(#hsec-5){
    overflow-x: hidden;
}
.hsec5_item.hsec5_ileft {
    background-image: url("../img/hsec5-left.jpg");
    background-position: center;
}
.hsec5_ititle {
    color: #211E1E;
    margin-bottom: 1.1rem;
}
.hsec5_itext {
    line-height: 1;
}
.hsec5_inum{
    font-size: 7.5rem;
    font-weight: 700;
    padding-left: 1.3rem;
    line-height: 0.8;
}
.hsec5_item.hsec5_iright:nth-child(3n + 1) {
    background-image: url("../img/hsec5-i1.jpg");
}
.hsec5_item.hsec5_iright:nth-child(3n + 2) {
    background-image: url("../img/hsec5-i2.jpg");
    color: #FFD88A;
}
.hsec5_item.hsec5_iright:nth-child(3n) {
    background-image: url("../img/hsec5-i3.jpg");
}
.hsec5_item.hsec5_iright:nth-child(3n + 2) .hsec5_ititle {
    color: #FFD88A;
}
.hsec5_iright:nth-child(2) {
    top: 9rem;
}
.hsec5_iright:nth-child(3) {
    top: 14rem;
}
.hsec5_iright:nth-child(4) {
    top: 19rem;
}
.hsec5_iright:nth-child(5) {
    top: 24rem;
}
#hsec-6 {
    margin-top: 5rem;
}
.hsec6_item_lg {
    width: 100%;
    height: 33.125rem;
    border-radius: 16px;
    overflow: hidden;
}
.hsec6_item_lg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hsec6_item_box {
    width: 100%;
    height: 33.125rem;
}
.hsec6_item_sm {
    width: 100%;
    height: 15.938rem;
    border-radius: 16px;
    overflow: hidden;
}
.hsec6_item_sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#hsec-7 {
    margin-top: 3.5rem;
}
.btn_arr {
    display: flex;
    min-width: 12.5rem;
    padding: 0.75rem;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: rgba(255, 216, 138, 0.8);
}
.btn_arr:hover {
    background-color: #FFD88A;
}
.btn_arr img{
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}
.btn_arr.left {
    margin-right: 1.25rem;
}
.btn_arr.left img{
    transform: rotate(180deg);
    margin-right: 0.625rem;
}
.btn_arr.right img{
    margin-left: 0.625rem;
}
.hsec7_top {
    margin-bottom: 2.5rem;
}
.reviews_item {
    width: 100%;
    padding: 1.25rem;
    border-radius: 16px;
    background-color: #252121;
}
.reviews_top {
    padding-bottom: 0.938rem;
    border-bottom: 1px solid #3A3535;
    margin-bottom: 1.25rem;
}
.reviews_img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    overflow: hidden;
}
.reviews_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews_right {
    width: calc(100% - 4.25rem);
}
.reviews_name {
    font-size: 1.25rem;
    text-transform: uppercase;
}
.reviews_star{
    display: flex;
    justify-content: flex-start;
}
.star_img {
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.375rem;
}
.star_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#hsec-8 {
    margin-top: 3.5rem;
}
.hsec8_title {
    margin-bottom: 2.25rem;
}
.hsec8_map {
    height: 22rem;
    border-radius: 16px;
    overflow: hidden;
    background-color: #FFFFFF;
    margin-bottom: 1.8rem;
}
.hsec8_left {
    width: calc(50% - 7.5rem);
}
.hsec8_right {
    width: calc(50% + 6.25rem);
}
.hsec8_item {
    color: #FFFFFF;
    margin-bottom: 1.25rem;
}
.hsec8_item:last-child {
    margin-bottom: unset;
}
.hsec8_ititle {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}
.hsec8_itext {
    font-size: 1.15rem;
    color: #FFFFFF;
}
#hsec-9 {
    width: 100%;
    height: 41.25rem;
    margin-top: 5.15rem;
    padding: 3.438rem 0;
    background-image: url("../img/hsec9-fon.jpg");
    background-size: cover;
}
.hsec9_politic {
    color: #FFFFFF;
    font-weight: 300;
}
.form_box {
    margin-bottom: 0.55rem;
}
.form_input {
    margin-right: 1.25rem;
}
.form_input input{
    width: 19.4rem;
    padding: 1.25rem 3.1rem;
    border-radius: 16px;
    background-color: #FFFFFF;
}
.btn_post {
    width: 19.4rem;
    padding: 1.25rem 3.1rem;
    border-radius: 50px;
    background-color: #FFD88A;
    text-align: center;
}
.btn_post span {
    text-transform: uppercase;
}
footer {
    margin-top: 5rem;
    padding-bottom: 3.5rem;
}
.foot_logo {
    display: block;
    width: 12.5rem;
    margin: 0 auto 2.25rem;
}
.foot_logo img {
    width: 100%;
}
.foot_left {
    width: 41.25rem;
}
.foot_right {
    width: 20.5rem;
}
.foot_btn {
    margin-bottom: 2.5rem;
}
.foot_item, .foot_item a {
    display: block;
    font-size: 1.25rem;
    color: #FFFFFF;
    margin-bottom: 1.25rem;
}
.foot_item:last-child {
    margin-bottom: unset;
}
.foot_ititle {
    font-weight: 600;
}
.foot_tel {
    display: block;
    font-size: 1.5rem;
    color: #FFD88A;
    text-align: right;
    font-weight: 700;
}
.foot_email {
    display: block;
    font-size: 1.375rem;
    color: #FFD88A;
    text-align: right;
    font-weight: 700;
}
.foot_tel:hover, .foot_email:hover {
    color: #FFD88A;
    opacity: 0.75;
    transform: scale(0.95);
}
a.foot_item:hover, .foot_item a:hover {
    color: #FFFFFF;
    opacity: 0.75;
}
.foot_box2 {
    margin-top: 2.35rem;
    border-top: 1px solid #F5E6C5;
    padding-top: 1.375rem;
}
.foot_box2 a{
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}
.foot_box2 a:hover{
    color: #FFFFFF;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.25rem 0;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    z-index: 20;
}
.head_box {
    justify-content: flex-end;
}
.btn.btn_w2 .btn_text {
    min-width: 9.25rem;
}
.lang_box {
    position: relative;
    cursor: pointer;
    margin-right: 1rem;
}
.lang_top {
    padding: 0.25rem 1rem;
    color: #FFFFFF;
    font-size: 1.25rem;
    text-decoration: underline;
}
.lang_bottom {
    display: none;
    position: absolute;
    top: calc(100% + 0.625rem);
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #000000;
    background: #222222;
    text-align: center;
}
.lang_item {
    color: #D9D9D9;
    margin-bottom: 0.625rem;
    transition: all 0.35s;
}
.lang_item:last-child {
    margin-bottom: unset;
}
.lang_item.active {
    color: #FFFFFF;
    transform: scale(1.25);
    text-decoration: underline;
    pointer-events: none;
}
.lang_item:hover {
    color: #FFFFFF;
    transform: scale(1.25);
}
.menu_box {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #000000;
    overflow: hidden;
    transition: all 1s;
    z-index: 22;
}
.menu_box.active {
    width: calc(50vw - 6.25rem);
}
.menu_container {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50vw - 6.25rem);
    height: 100%;
    padding-top: 1.25rem;
    padding-left: 1.25rem;
}
.menu_inbox {
    width: 33.125rem;
}
.head_logo {
    display: block;
    width: 6.875rem;
}
.head_logo img {
    width: 100%;
}
.menu_top {
    margin-bottom: 3.75rem;
}
.menu_item {
    display: block;
    color: #FFFFFF;
    font-size: 2.188rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 1.125rem;
    border-bottom: 1px solid #252121;
    margin-bottom: 1.25rem;
}
.menu_item:last-child {
    border-bottom: unset;
}
.menu_item:hover {
    color: #FFFFFF;
    opacity: 0.75;
    transform: scale(0.95);
}
.menu_btn .btn.btn_width .btn_text {
    min-width: 24rem;
}
.none_star {
    filter: grayscale(1);
}


