@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css');

*{ outline:none; -webkit-box-sizing:border-box; box-sizing:border-box; text-decoration:none; word-wrap:break-word; padding:0; margin:0; list-style: none;  }

h1,h2,h3{ font-family: 'Poppins', sans-serif; color: var(--b_title); font-size: var(--fs48); font-weight: var(--Bold); width: 100%; }
h4,h5,h6{ font-family: 'Poppins', sans-serif; color: var(--bck); font-size: var(--fs24); font-weight: var(--Bold); width: 100%; }

p,a,li, div, small{ font-family: 'Poppins', sans-serif; color: var(--bck); font-size: var(--fs16); font-weight: var(--Medium); }
p{ margin: 10px 0px; width: 100%; }

ul,
ol{ margin: 10px 0px; }

[type="text"],
[type="tel"],
[type="email"],
[type="date"],
[type="file"],
[type="phone"],
[type="number"],
select,
textarea {
    font-family: 'Poppins', sans-serif;
    -webkit-appearance: none;
    background: transparent;
    color: var(--b_one);
    font-size: var(--fs16);
    width: 100%;
    border: none;
    padding: 8px 16px;
    border-radius: 10px;
    background: var(--w);
    margin: 0px;
}
[type="tel"],
[type="phone"],
.wpcf7-phonetext {
}

/* Стили для placeholder в разных браузерах */
[type="text"]::-webkit-input-placeholder, [type="tel"]::-webkit-input-placeholder, [type="email"]::-webkit-input-placeholder, [type="date"]::-webkit-input-placeholder, [type="file"]::-webkit-input-placeholder, [type="phone"]::-webkit-input-placeholder, [type="number"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #aeb1b7;
    opacity: 1; /* Устанавливаем полную непрозрачность для Firefox */
}
[type="text"]::-moz-placeholder, [type="tel"]::-moz-placeholder, [type="email"]::-moz-placeholder, [type="date"]::-moz-placeholder, [type="file"]::-moz-placeholder, [type="phone"]::-moz-placeholder, [type="number"]::-moz-placeholder, textarea::-moz-placeholder {
    color: #aeb1b7;
    opacity: 1; /* Устанавливаем полную непрозрачность для Firefox */
}
[type="text"]:-ms-input-placeholder, [type="tel"]:-ms-input-placeholder, [type="email"]:-ms-input-placeholder, [type="date"]:-ms-input-placeholder, [type="file"]:-ms-input-placeholder, [type="phone"]:-ms-input-placeholder, [type="number"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #aeb1b7;
    opacity: 1; /* Устанавливаем полную непрозрачность для Firefox */
}
[type="text"]::-ms-input-placeholder, [type="tel"]::-ms-input-placeholder, [type="email"]::-ms-input-placeholder, [type="date"]::-ms-input-placeholder, [type="file"]::-ms-input-placeholder, [type="phone"]::-ms-input-placeholder, [type="number"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #aeb1b7;
    opacity: 1; /* Устанавливаем полную непрозрачность для Firefox */
}
[type="text"]::placeholder,
[type="tel"]::placeholder,
[type="email"]::placeholder,
[type="date"]::placeholder,
[type="file"]::placeholder,
[type="phone"]::placeholder,
[type="number"]::placeholder,
textarea::placeholder {
    color: #aeb1b7;
    opacity: 1; /* Устанавливаем полную непрозрачность для Firefox */
}

/* Стили для старых версий браузеров */
[type="text"]::-webkit-input-placeholder,
[type="tel"]::-webkit-input-placeholder,
[type="email"]::-webkit-input-placeholder,
[type="date"]::-webkit-input-placeholder,
[type="file"]::-webkit-input-placeholder,
[type="phone"]::-webkit-input-placeholder,
[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aeb1b7;
}

[type="text"]:-ms-input-placeholder,
[type="tel"]:-ms-input-placeholder,
[type="email"]:-ms-input-placeholder,
[type="date"]:-ms-input-placeholder,
[type="file"]:-ms-input-placeholder,
[type="phone"]:-ms-input-placeholder,
[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #aeb1b7;
}

[type="text"]::-ms-input-placeholder,
[type="tel"]::-ms-input-placeholder,
[type="email"]::-ms-input-placeholder,
[type="date"]::-ms-input-placeholder,
[type="file"]::-ms-input-placeholder,
[type="phone"]::-ms-input-placeholder,
[type="number"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #aeb1b7;
}

textarea{ 
    height: 120px !important; 
    width: 100% !important; 
}
[type="submit"], .btn{
    -webkit-appearance: none;
    color: var(--w);
    border: none;
    font-weight: var(--ExtraBold);
    font-size: var(--fs14);
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    padding: 10px 30px;
    background: rgb(79,169,221);
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #41a8e3), to(rgb(80 226 233)));
    background: -o-linear-gradient(left, #41a8e3 40%, rgb(80 226 233) 100%);
    background: linear-gradient(90deg, #41a8e3 40%, rgb(80 226 233) 100%);
    border-radius: 20px;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    text-shadow: 0 0 4px #097ae5;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
}
.yourtelnoarrows::-webkit-outer-spin-button,
.yourtelnoarrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.promo-item .btn{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
}
.promo-item .btn:hover {
    -webkit-filter: brightness(1.03);
            filter: brightness(1.03);
}
.promo-item .btn:active {
    -webkit-filter: brightness(0.97);
            filter: brightness(0.97);
}
[type="submit"]:hover,
.btn:hover{ 
    opacity:.8;
}
.btn-5{ 
    -webkit-appearance:none; 
    border-radius: 50px;
    color: var(--b_five);
    border: none;
    font-weight: var(--ExtraBold);
    font-size: var(--fs14);
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    padding: 10px 30px;
    background: var(--w);
    border-radius: 20px;
}
.btn-3{
    font-size: var(--fs14);
    color: var(--w);
    text-transform: uppercase;
    font-weight: var(--ExtraBold);
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
}
.btn-3 i{
    border: 1px solid var(--w);
    padding: 5px;
    border-radius: 50%;
    margin-left: 10px;
}
.btn-4{
    font-size: var(--fs14);
    color: var(--b_one);
    text-transform: uppercase;
    font-weight: var(--ExtraBold);
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
}
.btn i{
    margin-right: 10px;
}
[type="submit"]::after,
.ar::after{
    content: url('../svg/button_right.svg');
    width: 30px;
    height: 18px;
    display: block;
    margin-left: 20px;
}
label{ 
    width: 100%; 
    display: block; 
    color: var(--g);
    font-weight: var(--Bold);
    font-size: var(--fs14);
}

img{ display: block; height: auto; -o-object-fit: cover; object-fit: cover; }

body{ overflow-x: hidden; }

.box{ max-width: 1300px; width: 85%; margin: 0px auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; }

.col-12{ width: 100%; }
.col-11{ width: 91.6%; }
.col-10{ width: 83.3%; }
.col-9{ width: 75%; }
.col-8{ width: 66.6%; }
.col-7{ width: 58.3%; }
.col-6{ width: 50%; }
.col-5{ width: 41.66%; }
.col-4{ width: 33.3%; }
.col-3{ width: 25%; }
.col-2{ width: 16.6%; }
.col-1{ width: 8.3%; }

.f{ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.i_e{ -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
.i_c{ -webkit-box-align: center; -ms-flex-align: center; align-items: center; } 
.videoContainer{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;margin:10px auto;}
.videoContainer iframe, .videoContainer object, .videoContainer embed{position:absolute;top:0;left:0;width:100% !important;height:100% !important;}

.mleft{ margin-left: auto; }
.mright{ margin-right: auto; }
.mcenter{ margin: 0px auto; }

.re{ position: relative; }
.fi{ position: fixed; }

.grid{ display: -ms-grid; display: grid; width: 100%; }
.gcol-1{ grid-template-columnss: (1fr)[1]; -ms-grid-columns: (1fr)[1]; grid-template-columns: repeat(1, 1fr); }
.gcol-2{ grid-template-columnss: (1fr)[2]; -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr); }
.gcol-3{ grid-template-columnss: (1fr)[3]; -ms-grid-columns: (1fr)[3]; grid-template-columns: repeat(3, 1fr); }
.gcol-4{ grid-template-columnss: (1fr)[4]; -ms-grid-columns: (1fr)[4]; grid-template-columns: repeat(4, 1fr); }

del{ text-decoration: line-through; }

:root{ --w: #fff; -bck: #000; --b_one: #1A263F; --b_two: #12243A; --g_bt: #00838F; --b_fr: #F4FBFF; --b_three: #172641; --b_asd: #414141; --b_asd2: #9F9F9F; --gre_ott: #131B2D; --b_title: #070D29; --b_four: #2C406F; --b_five: #50AADE; --g: #606060; --gr_three: #888888; --gbb: #F3F3F3; --gm: #BABABA; --gm_two: #F6F6F6; --gb: #DEDEDE; --wg: #ffffffb3; --w_medium: #ffffff7a; --w_b: #EAEAEA; --g_one: #62B5B7; --g_two: #4FA9DD; --g_three: #63B5B4; --swiper-theme-color: #3581B0; }
:root{ --fs8: 8px; --fs10: 10px; --fs12: 12px; --fs14: 14px; --fs16: 16px; --fs20: 20px; --fs24: 24px; --fs30: 30px; --fs36: 36px; --fs48: 48px; --fs64: 64px; }
:root{ --Thin: 100; --ExtraLight: 200; --Light: 300;  --Regular: 400; --Medium: 500; --SemiBold: 600; --Bold: 700; --ExtraBold: 800; --Black: 900; } 

::-moz-selection{ color: var(--w); background: var(--g_one);  }
::selection{ color: var(--w); background: var(--g_one); }

::-webkit-input-placeholder{ font-family: 'Poppins', sans-serif; color: var(--gray_light); font-size: var(--fs16); }
::-moz-placeholder{ font-family: 'Poppins', sans-serif; color: var(--gray_light); font-size: var(--fs16); }
:-ms-input-placeholder{ font-family: 'Poppins', sans-serif; color: var(--gray_light); font-size: var(--fs16); }
:-moz-placeholder{ font-family: 'Poppins', sans-serif; color: var(--gray_light); font-size: var(--fs16); }

.menuMovil { display: block; position: absolute; top: 0px; right: 6%; padding: 10px; width: 50px; z-index: 4; cursor: pointer; margin: 0; }
.menuMovil li{ background: var(--w); display: block; border: none; border-radius: 6px; width: 100%; height: 4px; margin: 6px auto; }

.openMenuMovil{ display: none; }
.openMenuMovil *{ -webkit-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms; }

/* Swiper */
.swiper-pagination-bullet{
    width: 25px;
    height: 6px;
    border-radius: 5px;
    opacity: 0.6;
    background: var(--w);
}
.swiper-pagination-bullet-active{
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    opacity: 1;
}
.s_ot{ position: static; width: calc(100% - 80px); }
.s_ot .swiper-button-prev{ left: 0; margin: inherit; }
.s_ot .swiper-button-next{ right: 0; margin: inherit; }
.s_ot .swiper-wrapper{ -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.s_ot.s_ot--vertical .swiper-wrapper {-ms-flex-wrap: wrap;flex-wrap: wrap;}
.swiper-button-next, .swiper-button-prev{
    top: var(--swiper-navigation-top-offset,35%);
}

/* Banners */
.b_one img {
    width: 100%;
    height: 100%;
    -o-object-position: 0 25%;
       object-position: 0 25%;
    position: absolute;
    z-index: -1;
}
.header_banner_gradient {
    display: block;
    background: #004571d4;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1;
}
.header_menu_gradient {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: -2;
    opacity: 0;
}
header[is_has_banner="0"] .header_menu_gradient {
    opacity: 1;
    width: 100%;
    margin: 0 auto;
    left: unset;
}
body[template_tag="quiz_landing_page_mini"] header[is_has_banner="0"] .header_menu_gradient,
body[template_tag="quiz_landing_page_big"] header[is_has_banner="0"] .header_menu_gradient {
    max-width: 1400px;
}
/*
.b_one::before {
    content: "";
    background: #004571;
    background: linear-gradient(180deg, #004571 0%, #0045714f 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}/**/
header .ab,
.b_aw .ab,
.b_one .ab {
    position: relative;
    margin-top: 0;
    z-index: 2;
}
.b_one .ab {
    padding: 14em 0 12em 0;
    min-height: 98vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.b_aw .ab {
    padding: 11em 0 17em 0;
    min-height: 98vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.page_event-sh .ab {
    padding: 11em 0 9em 0;
    min-height: 98vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.sh .ab {
    padding: 11em 0 9em 0;
    min-height: 98vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.a_two .ab {
    position: relative;
    padding: 13rem 0;
    z-index: 2;
    min-height: 98vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.ho_one .oth {
    min-height: 98vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.b_p .ab {
    padding: 12em 0;
    min-height: 98vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.b_one .ab h1{ color: var(--w); } 
.b_one .ab p{ color: var(--w); /* margin: 20px 0px 50px 0px; */ }

.b_one .ab .box {
    padding: 0 10px;
}
.b_one .ab .title-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
}

/* Title */
.title{ width: 100%; }
.title .sub{ 
    color: var(--g_one) !important; 
    margin: 0px !important;
    font-size: var(--fs24) !important;
    font-weight: var(--Bold) !important;
}
.title h2{ line-height: 100% !important; }
.title.center h2{ text-align: center; }
.title.center .sub{ text-align: center; }
.title.wt h2{ color: var(--w) !important; }
.title.ws p.sub{ color: var(--w) !important; }

/* Header */
header{
    z-index: 4;
    position: absolute;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
}
.h_t{ 
    background: var(--b_one); padding: 10px;
    z-index: 2;
}
.h_t a{ 
    color: var(--w);
    text-align: center; 
    display: block; 
    font-weight: var(--Regular); 
    font-size: var(--fs14); 
}
.h_b{ z-index: 2; padding-top: 10px; }
.h_b .grid{ -ms-grid-columns: 185px auto 46px 165px 200px; grid-template-columns: 185px auto 46px 165px 200px; }
.h_b a{
    color: #e9f7ff;/*var(--w);*/
    font-weight: var(--SemiBold); 
    font-size: var(--fs14); 
}
.h_b .h_logo{
    padding: 10px 15px 10px 0;
}
.h_b .h_logo img{ 
    max-width: -webkit-max-content; 
    max-width: -moz-max-content; 
    max-width: max-content; 
    width: 100%;
    margin: 0px auto; 
}
.h_b .h_menu {margin-right: 15px;}
.h_b .h_menu ul{ 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -ms-flex-wrap: wrap; 
        flex-wrap: wrap; 
    max-width: -webkit-max-content; 
    max-width: -moz-max-content; 
    max-width: max-content; 
    width: 100%;
    margin: 5px auto;
}
.h_b .h_menu li a{ padding: 0px 14px; }
.h_b .h_menu .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3px 0px 4px 0px;
    position: relative !important;
}
.h_b .h_menu .current-menu-item {
    background-color: #0c59999e;
    border-radius: 50px;
}
.h_b .h_user img{ 
    width: 25px; 
    height: 25px; 
    margin: 0px auto; 
}
.h_b .h_translation{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: 1px solid var(--w);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.h_b .h_translation_tel {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.h_b .h_translation .i_c, .h_b .h_translation_tel a { font-weight: var(--Regular); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff;}
.h_b .h_translation img{ margin: 0px 10px 0px 0px; }
.h_b .h_translation img.wld{ width: 25px; height: 25px; }
.h_b .h_translation img.flag{ width: 20px; margin: -3px 0 0 10px; }
.h_b .h_translation img.bottom{ width: 20px; margin-left: 15px; }

.h_b .h_menu-in {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.h_b .h_menu ul.sub-menu {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.h_menu_lk {
    position: relative;
}
.h_b .h_menu_lk .menu-item {
    margin: 0 8px;
}
.h_b .h_menu_lk .menu-item:first-child {margin-left: 0;}
.h_b .h_menu_lk .menu-item:last-child {margin-right: 0;}
.h_b .h_menu_lk li a {
    padding: 0 14px;
}
.h_menu_lk .menu {
    background-color: #0e5ea1d1;
}
.h_menu_lk[no_color="1"] .menu {
    background-color: transparent;
}
.h_menu_lk .menu,
.h_b .h_menu_lk .menu-item {
    border-radius: 18px;
    -webkit-transition-duration: 0.35s;
         -o-transition-duration: 0.35s;
            transition-duration: 0.35s;
}
.h_b .h_menu_lk:not(.h_menu_lk[no_color="1"]) .menu-item:hover {
    background-color: #5c80a440;
}
.h_b .h_menu_lk .current-menu-item {
    background-color: #457cb38a !important;
}

.h_b .h_menu ul.sub-menu {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 13px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 1000;
    background-color: #00629fed;
    color: #fff;
    padding: 10px 19px;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0% !important;
        -ms-transform-origin: 50% 0% !important;
            transform-origin: 50% 0% !important;
    opacity: 0;
    pointer-events: none;
    margin: -5px 0 0 0px;
    top: 100%;
    width: auto;
}

.h_b .h_menu .menu-item:hover .sub-menu {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    pointer-events: all;
}
.h_b .h_menu ul.sub-menu .menu-item {
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
            transform: scale(1.0);
}
.h_b .h_menu ul.sub-menu .menu-item:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.header_profile_bt_area {
    text-align: left;
}
.header_profile_bt {
    display: block;
    width: 24px;
    height: 24px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../svg/bt/bt-user-profile.svg);
}

#h_translation_area {
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
#h_translation_bt {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
#h_translation_bt * {
    pointer-events: none;
}
#h_translation_list {
    position: absolute;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 1000;
    background-color: #1073b1e0;
    border: solid 2px #ffffff;
    color: #fff;
    border-radius: 10px;
    margin-top: 10px;
    top: 25px;
    right: 15px;
    padding: 10px 19px;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
    pointer-events: none;
}
#h_translation_list[is_show="1"] {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    pointer-events: all;
}
.h_translation_list-item {
    margin: 5px 0;
    text-align: center;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
            transform: scale(1.0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}
.h_translation_list-item:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    cursor: pointer;
}
.h_translation_list-item[lang_current="1"] {
    -webkit-transform: scale(1.0) !important;
        -ms-transform: scale(1.0) !important;
            transform: scale(1.0) !important;
    color: #3ba6e9;
    cursor: default !important;
}
#h_translation_list[is_loading="1"] * {
    opacity: 0.2;
    pointer-events: none;
}

.header_promo_buttons_area {
    position: absolute;
    right: 16px;
    bottom: -45px;
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    text-align: center;
    max-width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.header_promo_buttons_area .header_promo_button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 5px;
    max-width: 100%;
    white-space: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    padding: 10px 18px;
    font-weight: 700;
}
.header_promo_button--whatsapp {
    background: #3eb568 !important;
}

/* Footer */
.f_t{ z-index: 2; position: relative; }
.f_t img{ width: 100%; }
.f_b{ 
    background-color: var(--b_three); 
    background-image: url("/wp-content/uploads/brand-maya-01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 2;
    position: relative;
}
.f_b_l img{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    display: block;
}
.f_b_b{
    border-top: 1px solid var(--wg);
    padding: 50px 0px;
}
.f_b_b .copy{ 
    color: var(--w); 
    font-weight: var(--Regular); 
    text-align: right; 
    display: block; 
}
.social a{ margin: 0px 5px; display: -webkit-box; display: -ms-flexbox; display: flex; }
.social a i{ 
    font-size: var(--fs16);
    color: var(--b_three);
    background: var(--wg);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -ms-grid;
    display: grid;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.f_b_t{ padding: 50px 0px 80px 0px; }
.f_b_t h4{ color: var(--w); }
.f_b_t .grid{
    grid-gap: 80px;
}
.f_b_t div[class*="col"]{
    width: 100%;
}
.f_b_t p{ color: var(--w_medium); }
.f_b_t .btn { max-width: unset; }
.f_b_logo h4:not(:first-child){
    margin-top:50px;
}
.f_b_logo p{
    font-weight: var(--Regular);
    font-size: var(--fs14);
}
.f_b_logo ul li a{
    font-weight: var(--Regular);
    font-size: var(--fs14);
    color: var(--w);
    margin: 10px 0px;
    display: block;
}
.f_b_logo .btn{ margin-top: 20px; }
.f_b_menu ul.menu li a{ 
    color: var(--w);
    font-weight: var(--Regular);
    font-size: var(--fs20);
    margin-bottom: 10px;
    display: block;
}
.f_b_menu ul.sub-menu li a{ 
    color: var(--w_medium);
    font-size: var(--fs16);
    font-weight: var(--Regular);
}
  
/* Services */
.sp{
    padding: 100px 0px;
    background: var(--gm_two);
    background-image: url(/wp-content/uploads/brand-maya-04.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
}
.sp .title{
    margin: 0px 0px 110px 0px;
}
.s_l{
    grid-gap: 70px 20px;
}
.s_l li{ height: 100%; position: relative; }
.s_l li:hover .s_bc{
    background: rgb(79,169,221);
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(79,169,221,1)), to(rgba(99,181,180,1)));
    background: -o-linear-gradient(left, rgba(79,169,221,1) 40%, rgba(99,181,180,1) 100%);
    background: linear-gradient(90deg, rgba(79,169,221,1) 40%, rgba(99,181,180,1) 100%);
}
.s_l li:hover h4{ color: var(--w); }
.s_l li:hover p{ color: var(--w); }
.s_l li a{ height: 100%; position: relative; }
.s_l .s_bi{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -50px;
    width: 90px; 
    height: 90px;
    background-color: var(--w);
    border-radius: 50%;
    display: block;
    border: 1px solid var(--gb);
}
.s_l .s_bi img{ 
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}
.s_l .s_bc{
    background: var(--w);
    padding: 60px 25px 40px 25px;
    border-radius: 10px;
    height: 100%;
}
.s_l .s_bc h4{
    color: var(--g_two);
    font-size: var(--fs20);
    font-weight: var(--SemiBold);
    text-align: center;
    margin-bottom: 20px;
}
.s_l .s_bc p{
    font-size: var(--fs14);
    font-weight: var(--Regular);
    text-align: center;
    margin: 0px;
}
.sm{
    background: rgb(79,169,221);
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(79,169,221,1)), to(rgba(99,181,180,1)));
    background: -o-linear-gradient(left, rgba(79,169,221,1) 40%, rgba(99,181,180,1) 100%);
    background: linear-gradient(90deg, rgba(79,169,221,1) 40%, rgba(99,181,180,1) 100%);
}
.sm ul{ 
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 80px 0px;
    margin: 0px;
}
.sm ul li{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin: 0px auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 10px 50px;
}
.sm ul li:not(:last-child){
    border-right: 1px solid var(--w);
}
.sm ul li img{ 
    width: 50px; 
    margin-top: 10px;
    margin-right: 10px;
}
.sm ul li p{ 
    margin: 0px; 
    font-size: var(--fs64);
    color: var(--w);
    line-height: 100%;
}
.sm ul li p span{ font-weight: var(--Bold); }
.sm ul li small{
    color: var(--w);
    font-weight: var(--Regular);
    opacity: 0.8;
    font-size: var(--fs16);
    text-transform: uppercase;
    max-width: 150px;
    width: 100%;
    display: block;
}

/* Team */
.page_agents{ padding: 100px 0px; }
.t_tp{
    padding: 20px 40px;
    border-bottom: 1px solid var(--gm);
}
.t_tp button{
    width: 100%;
    text-align: left;
    border: none;
    background: none;
}
.t_tp h3{
    font-size: var(--fs20);
    position: relative;
    width: 100%;
    padding-right: 35px;
}
.plus.t_tp h3::after{
    content: "\2b";
    font-family: "Font Awesome 6 Brands";
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--b_three);
    color: var(--w);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -ms-grid;
    display: grid;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.minus.t_tp h3::after{
    content: "\f068";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--gm);
    color: var(--w);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -ms-grid;
    display: grid;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.t_bt{
    grid-gap: 50px;
    padding: 50px 50px;
}
.t_bt img {
    max-width: 152px;
    max-height: 152px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    display: inline-block;
    border-radius: 100%;
    -webkit-box-shadow: 0 30px 40px 0 rgb(0, 0, 0, 0.15);
            box-shadow: 0 30px 40px 0 rgb(0, 0, 0, 0.15);
    margin: 0px auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    position: absolute;
    left: auto;
    top: auto;
}
.t_bt h4{
    font-size: var(--fs14);
    font-weight: var(--SemiBold);
}
.t_bt p{
    font-size: var(--fs14);
    font-weight: var(--Regular);
    margin: 0px;
}
.t_bt a{
    margin-top: 20px;
    font-size: var(--fs10);
    padding: 10px 18px;
}
.t_bt .ar::after{
    width: 15px;
    min-height: 9px;
    height: 100%;
    display: block;
    margin-left: 7px;
}
.t_bt .f.i_c div[class*="col"]{
    padding: 5px;
    position: relative;
}
.t_bt .f.i_c div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    max-height: 190px;
}
.t_bt .f.i_c div:first-child:after {
    display: block;
    content: "";
    padding-top: 100%;
}
.a_t{ 
    border-bottom: 1px solid var(--gm); 
    width: 100%;
    padding: 10px 10px 20px 10px;
    margin: 20px 0px 20px 0px;
}
ul.a_t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.a_t li{
    margin: 2px 0 2px 0px;
}
.a_t a{
    padding: 6px 10px;
    color: var(--g); 
    font-weight: var(--Regular);
    display: inline-block;
} 
.a_t li.act a{ 
    color: var(--b_title); 
    font-weight: var(--Bold); 
    border-bottom: 4px solid var(--b_title);
}

/* Add Lead */

#add_lead_form {
    background-color: #cae8f9;
    padding: 1rem 1.5rem;
    border-radius: 15px;
    margin-top: 4em;
}

/* About */
.a_on{ padding: 100px 0px; }
.a_on .a_on_it{ margin: 60px 0px 0px 0px; position: relative; }
.a_on .a_on_it li{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.a_on .a_on_it li h4{
    color: var(--g_two);
    font-size: var(--fs16);
    font-weight: var(--SemiBold);
    margin-bottom: 10px;
}
.a_on .a_on_it li div[class*="col"]{
    padding: 20px;
}
.a_on .a_on_it li p{
    margin: 0px;
}
.a_on .a_on_it li.f {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
}
.about_timeline_spr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    position: relative;
    font-size: 1.6rem;
    color: #59aedf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0 20px 20px;
}
.about_timeline_line {
    position: absolute;
    display: inline-block;
    background-color: #59aedf;
    width: 0.25rem;
    height: 100%;
    margin: 1rem auto 0rem auto;
    right: 23%;
}
.about_timeline_line:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1rem;
    height: 1rem;
    margin: -0.5rem 0 0 -0.5rem;
    border-radius: 100%;
    background-color: #59aedf;
}
.a_on .a_on_it li.f:last-child .about_timeline_line:after {
    display: inline-block;
    content: "";
    border: solid 0.8rem;
    border-color: transparent;
    border-top-color: #59aedf;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin: 0 0 -1.1rem -0.75rem;
}
.about_timeline--left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.about_timeline--right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: calc(100% - 200px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
}

.a_two > img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.a_two::before{
    content: "";
    background: rgb(18,36,58);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18,36,58,1)), to(rgb(18 36 58 / 60%)));
    background: -o-linear-gradient(top, rgba(18,36,58,1) 0%, rgb(18 36 58 / 60%) 100%);
    background: linear-gradient(180deg, rgba(18,36,58,1) 0%, rgb(18 36 58 / 60%) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.a_two .ab h1{ color: var(--w); } 
.a_two .ab p{ color: var(--w); margin: 20px 0px; }
.a_se{
    padding: 150px 0px 100px 0px;
    background: var(--gm_two);
}
.a_se .title{
    margin: 0px 0px 110px 0px;
}
.a_thr{
    position: relative;
    margin-top: -150px;
    z-index: 2;
}
.a_thr ul{
    grid-gap: 20px;
}
.a_thr ul li{
    -webkit-box-shadow: 0 30px 40px 0 rgb(0,0,0,0.15);
            box-shadow: 0 30px 40px 0 rgb(0,0,0,0.15);
    padding: 25px;
    border-radius: 10px;
    background: var(--w);
}
.a_thr ul li img{
    max-width: 78px;
    height: auto;
}
.a_thr ul li h4{
    color: var(--g_two);
    font-size: var(--fs20);
    font-weight: var(--SemiBold);
    margin: 0px 0px 20px 0px;
}
.a_thr ul li p{
    font-size: var(--fs14);
    margin: 0px;
}
.a_fo{
    padding: 100px 0px;
}
.a_fo .title{
    margin-bottom: 20px;
}
.a_fo .t_bt{
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
}
.a_fo .t_bt img{
    max-width: 80%;
    height: auto;
    border-radius: 0px;
}
.a_fi{
    background-color: var(--gm_two);
    padding: 100px 0px;
}
.a_fi .title{
    margin-bottom: 40px;
}
.a_fi_i{
    background: var(--w);
    border-radius: 8px;
    margin: 15px 0px;
}
.a_fi_i.grid{
    -ms-grid-columns: 400px auto;
    grid-template-columns: 400px auto;
}
.a_fi_i .cont{
    padding: 20px;
}
.a_fi_i h4{
    font-weight: var(--Bold);
    font-size: var(--fs16);
}
.a_fi_i p{
    font-weight: var(--Regular);

}
.a_six{ position: relative; }
.a_six .box{
    position: absolute;
    top: -60px;
    z-index: 7;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.a_six img{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
}

/* Contact Form WPFC7 */
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
    padding: 10px;
    text-align: center;
    border: 2px solid #00a0d2;
    /* position: absolute;
    bottom: -70px; */
    width: 100%;
    border-radius: 20px;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form {
    position: relative;
}
.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: block;
    margin: 5px 0px;
    width: 100%;
}

.wpcf7-list-item span{
    font-weight: var(--Regular);

}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: -32px 30px 0 24px;
    mix-blend-mode: color-burn;
    opacity: 0.3;
    position: absolute;
    right: 0px;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	-webkit-transform-origin: 8px 8px;
	    -ms-transform-origin: 8px 8px;
	        transform-origin: 8px 8px;
	-webkit-animation-name: spin;
	        animation-name: spin;
	-webkit-animation-duration: 1000ms;
	        animation-duration: 1000ms;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		-webkit-animation-name: blink;
		        animation-name: blink;
		-webkit-animation-duration: 2000ms;
		        animation-duration: 2000ms;
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@-webkit-keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

/* Contact Footer */
.c_f{
    padding: 200px 0px 100px;
}
.c_f .title{
    margin-bottom: 30px;
}
.c_f form button, .c_f form .btn, .c_f form input[type="submit"] {
    max-width: unset;
}
.c_in{
    grid-gap: 40px;
    -ms-grid-columns: 400px 40px auto;
    grid-template-columns: 400px auto;
}
.c_in p{
    font-weight: var(--Regular);
    margin-bottom: 30px;
}
.c_in li{
    margin: 5px 0px;
}
.c_in li::before {
	content: url('../svg/dot.svg');
	margin-right: 12px;
	top: 7px !important;
	position: relative;
}

.country-name {
	color: var(--b_one) !important;
}

.c_in form{
    background-color: var(--gbb);
    -webkit-box-shadow: 0 30px 40px 0 #17264133;
            box-shadow: 0 30px 40px 0 #17264133;
    padding: 30px 0px;
    border-radius: 20px;
    position: relative;
}
.c_in form p{
    margin: 0px;
}
.c_in form [class*="col"]{
    padding: 10px 20px;
    position: relative;
}
.c_in form [type="submit"]{
    margin-left: auto;
}
.c_in form .hidden-prop-title,
.c_in form .hidden-prop-url {
    display: none;
}

.form-prop-flex-for-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.form-prop-flex-for-label > *:first-child {
    padding-right: 15px;
}
.form-prop-flex-for-label > *:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.c_in h4{
    color: var(--g_one);
    margin: 0px;
    font-size: var(--fs24);
    font-weight: var(--Bold);
}
.c_in address{
    color: var(--g);
    font-size: var(--fs16);
    font-weight: var(--Regular);
    font-style: normal;
    margin: 10px 0;
}
.c_in .col:first-child .btn{
    margin: 30px 0;
}
.c_in .social i{
    background: var(--b_three) !important;
    color: var(--w) !important;
}

/* Page Archives */
.pr_one div[class*="col"]{
    padding: 10px;
    position: relative;
    height: auto;
}
.pr_one p{
    color: var(--gr_three);
}
.pr_one .btn-4{
    margin-left: auto;
}
.bxbr{ position: relative; height: 100%; }
.bxbr .bac{
    background: #434965;
    background: -webkit-gradient(linear, left top, left bottom, from(#434965), to(rgba(67,73,101,0)));
    background: -o-linear-gradient(top, #434965 0%, rgba(67,73,101,0) 100%);
    background: linear-gradient(180deg, #434965 0%, rgba(67,73,101,0) 100%);
    -webkit-backdrop-filter: blur(80px);
            backdrop-filter: blur(80px);
    width: 100%;
    height: calc(100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    border-radius: 12px;
}
.bxbr p{
    color: var(--gm_two);
    padding: 40px;
    z-index: 2;
    position: relative;
    margin: 0px;
    font-size: var(--fs14);
    font-weight: var(--Regular);
}
.s_pr_de{
    padding-bottom: 40px;
}
.s_pr_de img{
    width: 100%;
    height: 320px;
    border-radius: 12px;
}
.s_pr_de .inf_pr{ 
    background: rgb(7,13,41);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgba(7,13,41,1)), to(rgba(7,13,41,0)));
    background: -o-linear-gradient(bottom, rgba(7,13,41,1) 40%, rgba(7,13,41,0) 100%);
    background: linear-gradient(0deg, rgba(7,13,41,1) 40%, rgba(7,13,41,0) 100%);
    padding: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-radius: 12px;
}
.s_pr_de .inf_pr h4{
    color: var(--w);
    font-size: var(--fs20);
    font-weight: var(--Bold);
    text-transform: uppercase;
}
.s_pr_de .inf_pr ul{
    margin: 5px 0;
}
.s_pr_de .inf_pr li{
    color: var(--gm);
    font-size: var(--fs12);
    font-weight: var(--Regular);
}
.s_pr_de .inf_pr a{
    background: var(--w);
    color: transparent;
    border-radius: 50%;
    padding: 0px 5px;
    color: var(--b_title);
    float: right;
}
.s_pr_de .inf_pr p{
    margin: 0px;
    font-size: var(--fs12);
    color: var(--gm);
}
.s_pr_de .inf_pr .price{
    color: var(--w);
    text-transform: uppercase;
    font-size: var(--fs14);
}
.s_pr_de .swiper-price_area * {
    display: inline;
}
.s_pr_de p.btn {
    z-index: 2;
    border-radius: 0 50px 25px 0;
    position: absolute;
    top: 23px;
    left: 0px;
    color: var(--w);
    text-shadow: 0 0 3px #5f5f5f91;
    -webkit-box-shadow: 0 0 3px #ffffff52;
            box-shadow: 0 0 3px #ffffff52;
    font-size: var(--fs14);
    font-weight: var(--SemiBold);
    text-transform: capitalize;
    margin: 0px;
    padding: 8px 19px 8px 14px;
    max-width: calc(100% - 20px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 1 !important;
    text-transform: none !important;
    line-height: 1rem;
    min-width: 80px;
}
.s_pr_de p.btn[mini_promo="1"]{
    top: 43px !important;
}
.s_pr_de .pr-btn-ext {
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #41a8e3;
    background: -o-linear-gradient(330deg, #e95050 40%, rgb(233 152 80) 100%);
    background: linear-gradient(120deg, #e95050 40%, rgb(233 152 80) 100%);
    -webkit-box-shadow: 0 0 3px #ffffff52;
            box-shadow: 0 0 3px #ffffff52;
    text-shadow: 0 0 3px #5f5f5f91;
    font-size: var(--fs12);
    font-weight: var(--SemiBold);
    color: #fff;
    padding: 12px 13px;
    line-height: 0.4rem !important;
    border-radius: 0 24px 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -o-object-fit: contain;
       object-fit: contain;
    text-align: center;
    opacity: 1 !important;
    text-transform: none !important;
    z-index: 10;
    line-height: 1rem;
}
/*
.s_pr_de .pr-btn-ext:before {
    display: block;
    content: "";
    position: relative;
    padding-top: 100%;
}
/**/
.swiper.s_pt .swiper-wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    height: 95vh;
}
.swiper.s_pt.swiper-horizontal {
    background-color: #013563;
}

/* 404 */
.error{
    margin-bottom: -12%;
}
.error img{
    height: 1000px;
}
.error .b_one .ab {
    padding: 13em 0 calc(13em + 12vw) 0;
    min-height: 98vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


/* Vacancies */
.j_on{
    padding: 100px  0px;
    background: var(--b_one);
    border-bottom: 20px solid var(--g_three);
}
.j_on .grid{
    grid-gap: 20px;
    -ms-grid-columns: 600px 20px auto;
    grid-template-columns: 600px auto;
}
.j_on img{
    max-width: 80%;
    width: 100%;
    margin: 0px auto;
}
.j_on li{
    margin: 5px 0px;
    color: var(--w);
    font-weight: var(--Bold);
}
.j_on p{
    color: var(--w);
    font-weight: var(--Regular);
}
.j_on li::before {
    content: url(../svg/dot.svg);
    margin-right: 12px;
}
.j_tw{
    padding: 100px 0;
}
.j_tw img{
    max-width: 100%;
    width: 100%;
    border-radius: 12px;
}
.j_tw .title{
    margin-bottom: 50px;
}
.j_tw .grid{
    grid-gap: 30px;
}
.j_th .box{
    padding: 50px;
    background: var(--b_one);
    border-radius: 12px;
}
.j_th p{
    color: var(--w);
}
.j_fo{
    padding: 100px 0;
}
.j_fo .title{
    margin-bottom: 50px;
}
.j_fo h4{
    color: var(--b_title);
    font-size: var(--fs16);
    font-weight: var(--Bold);
    border-bottom: 1px solid var(--gb);
    padding: 10px 0;
}
.j_fo .ds{
    padding: 20px 0;
}
.j_fo p{
    font-weight: var(--Regular);
}
.j_fi{
    background: var(--gm_two);
    padding: 100px 0;
}
.j_fi .title{
    margin-bottom: 30px;
}
.j_fi .grid{
    grid-gap: 30px;
}
.j_fi img{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
}

/* Partners */
.pa_two{
    padding: 100px 0;
}
.pa_two .grid{
    grid-gap: 50px;
}
.pa_two img{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin: 0px auto;
}

.about_two {
    position: relative;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 7em 0 calc(6em + 150px) 0;
}
.about_two::before {
    left: 0;
    top: 0;
}
.about_two_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.about_two_content {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 2;
}
.about_two p {
    color: var(--w);
    margin: 20px 0px;
}

.pa_th{
    padding: 0 0 100px 0;    
}
.pa_th .title{
    margin-bottom: 30px;
}
.pa_th ul{
    grid-gap: 20px;
}
.pa_th ul li{
    -webkit-box-shadow: 0 20px 40px 0 rgb(0,0,0,0.15);
            box-shadow: 0 20px 40px 0 rgb(0,0,0,0.15);
    padding: 25px;
    border-radius: 10px;
    background: var(--w);
}
.pa_th ul li img{
    max-width: 78px;
    height: auto;
}
.pa_th ul li h4{
    color: var(--g_two);
    font-size: var(--fs20);
    font-weight: var(--SemiBold);
    margin: 0px 0px 20px 0px;
}
.pa_th ul li p{
    font-size: var(--fs14);
    margin: 0px;
}
.pa_fo{
    padding: 100px 0;
    background: var(--gbb);
}
.pa_fo .title{
    margin-bottom: 30px;
}
.pa_fo .grid{
    grid-gap: 30px;
}
.pa_fo .it{
    background: var(--w);
    border-radius: 12px;
    padding: 30px;
}
.pa_fo img{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin-right: 30px;
}
.pa_fo .it .he{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid var(--gb);
    padding-bottom: 10px;
}
.pa_fo .it .he p{
    color: var(--b_asd);
    margin: 0;
}
.pa_fo .it .bo{
    padding-top: 15px;
}
.pa_fo .it .bo p{
    color: var(--b_asd2);
    font-weight: var(--Regular);
    font-size: var(--fs14);
    margin: 0;
}

/* Travel & Explore */
.te_tw{
    padding: 100px 0;
}
.te_tw ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}
.te_tw ul{ 
    border-bottom: 1px solid var(--gm); 
    width: 100%; 
    padding: 10px; 
    margin: 20px 0px 30px 0px;
}
.te_tw ul li{ margin: 0px auto; }
.te_tw ul a{ 
    padding: 10px; 
    color: var(--g); 
    font-weight: var(--Regular); 
} 
.te_tw ul li.ui-tabs-active a{ 
    color: var(--b_title); 
    font-weight: var(--Bold); 
    border-bottom: 4px solid var(--b_title);
}
.te_tw a.btn{
    margin-top: 20px;
}
.te_tw p{
    font-weight: var(--Regular);
}
.te_tr{
    padding: 15% 0 100px 0;
    background: var(--gbb);
    margin-top: -10%;
}
.te_tr .title{
    margin-bottom: 50px;
}
.te_fi{
    background: var(--gbb);
    padding: 0 0 100px 0;
}
.te_fi .title{
    margin-bottom: 50px;
}
.te_fi .tbs{
    background: var(--w);
    border-radius: 20px;
    padding: 50px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0 30px 40px 0 rgb(0,0,0,0.15);
            box-shadow: 0 30px 40px 0 rgb(0,0,0,0.15)
}
.te_fi img{
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0px auto;
}
.te_fi .grid{
    -ms-grid-columns: 200px auto;
    grid-template-columns: 200px auto;
}
.te_fi ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin: 0px auto;
}
.te_fi ul li{
    margin: 0px 20px;
    display: block;
}
.te_fi ul li a{
    font-weight: var(--Bold);
    font-size: var(--fs16);
    color: var(--b_title);
    width: 100%;
    text-align: center;
    display: block;
}
.te_fi ul li i{
    display: block;
    text-align: center;
    font-size: var(--fs24);
}
.te_fi ul li.ui-tabs-active i,
.te_fi ul li.ui-tabs-active a{
    color: var(--b_five);
}
.te_se .grid{
    grid-gap: 50px;
}
.te_se img{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
}

/* Home */
.ho_one{ position: relative; }
.ho_one img{ width: 100%; height: 750px; }
/*
.ho_one::before {
    content: "";
    background: #004571;
    background: linear-gradient(180deg, #004571 0%, #0045714f 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}/**/
.ho_one::after{
    content: "";
    background: rgba(17, 17, 17, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(17, 17, 17, 1)));
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(17, 17, 17, 1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(17, 17, 17, 1) 100%);
    position: absolute;
    width: 100%;
    height: 70%;
    z-index: 2;
    bottom: 0;
    opacity: 0.7;
}
.ho_one .box{
    display: block;
}
.ho_one .oth {
    z-index: 3;
    width: 100%;
    padding: calc(11em - 1em) 0 11em 0;
    position: relative !important;
}
.ho_one #t_ho_on .grid {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-columns: (1fr)[4] !important;
    grid-template-columns: repeat(4, 1fr) !important;
}
.ho_one #t_ho_on .grid > * {
    margin-bottom: 5px;
}
.ho_one .title-div {
    padding: 3em 20px 3em 0;
}
.ho_one h1{
    color: var(--w);
    line-height: 100%;
    margin-bottom: 20px;
}
.ho_one .sub{
    font-size: var(--fs20);
    font-weight: var(--Regular);
    color: var(--w);
    line-height: 100%;
    margin: 0px;
}
.ho_one .mo{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    height: 100%;
    margin-left: -25px;
}
.ho_one #t_ho_on {
    display: block;
    max-width: 670px;
    width: 100%;
    padding-bottom: 0.5em;
}
.ho_one ul li a{
    color: var(--w);
    font-weight: var(--SemiBold);
    text-transform: uppercase;
    font-size: var(--fs20);
    white-space: nowrap;
}
.ho_one ul li.ui-tabs-active a{
    font-weight: var(--Bold);
    border-bottom: 3px solid var(--w);
}
.ho_one form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /* border-radius: 70px; */
    /* background: var(--w); */
	-ms-flex-direction: column!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
	        flex-direction: column!important;
}
.ho_one form .wpcf7-response-output {
    border: none;
	padding: 0;
	margin: 20px 0 0;
	text-align: left;
	color: #dc3232;
    font-size: var(--fs14);
}
.ho_one form.sent .wpcf7-response-output {
	color: #46b450;
}
.ho_one form .wpcf7-spinner {
    position: absolute;
	top: calc(50% + 5px);
	left: 8px;
	margin: -12px 0;
}
.ho_one form .wpcf7-not-valid-tip {
	display:none !important;
}
.ho_one form .wpcf7-not-valid {
	border: 1px dashed #dc3232 !important;
}
.swiper_home {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ho_one img,
.swiper_home img {
    width: 100%;
    height: 100%;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
select {
    border-radius: 70px;
    /* max-width: max-content; */
    width: 100%;
    background-color: #fff;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-image: url("data:image/svg+xml,<svg height='15px' width='15px' viewBox='0 0 16 16' fill='%23bbbbbb' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}
input[type="submit"]{
    /* max-width: 150px; */
    width: 100%;
    text-align: center;
    display: block;
    /* margin-left: auto; */
    margin-top: 10px;
    border-radius: 70px;
	cursor: pointer;
    white-space: normal;
}
.ho_one p{
    color: var(--gm);
    /* max-width: 600px; */
    width: 100%;
    margin: 8px 0 0;
	position: relative;
}
.ho_one p label {
    font-weight: 400;
	color: #fff;
}
.ho_one .count .on{
    padding-right: 40px;
    padding-bottom: 15px;
}
.ho_one .count .on p{
    margin: 0;
}
.ho_one .count .nu{
    color: var(--w);
    font-size: 42px;
    font-weight: var(--Medium);
    margin: 0px;
    line-height: 100%;
}
.ho_one .count .nu strong{ color: var(--b_five); }
.ho_one .count span{
    color: var(--gm);
    max-width: 140px;
    width: 100%;
    display: block;
    margin: 0px;
    line-height: 100%;
}
.ho_one .swiper-pagination{
    z-index: 3;
}
.ho_one .swiper img {
    height: 100%;
}
.ho_one .botCont{
    position: fixed;
    z-index: 9;
    bottom: 10%;
    right: 15%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: auto;
    -webkit-transform: translate(15%, 10%);
        -ms-transform: translate(15%, 10%);
            transform: translate(15%, 10%);
}
.ho_one .botCont p{
    color: var(--b_five);
    text-transform: uppercase;
}
.ho_one .sub {
    font-size: var(--fs24);
    font-weight: var(--Regular);
    color: var(--w);
    line-height: 100%;
    margin: 0px;
}

.ab .button-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.ab .button-div[two_items="1"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.ab .button-div form {
    max-width: 325px;
}
.button-div-mockup {
    position: relative;
    height: 130px;
    width: 25%;
    margin: auto 0 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.button-div-mockup-img {
    width: 100% !important;
    height: auto !important;
    -o-object-position: center 100% !important;
       object-position: center 100% !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    position: absolute !important;
    -webkit-filter: drop-shadow(0 0 6px #1292e5);
            filter: drop-shadow(0 0 6px #1292e5);
    border-radius: 7px;
    z-index: 0 !important;
}

.ab .swiper-slide img {
    height: 100%;
}

.ho_tw{
    padding: 100px 0px;
}
.ho_tw .grid{
    -ms-grid-columns: 650px 50px auto;
    grid-template-columns: 650px auto;
    grid-gap: 50px;
}
.ho_tw p{
    color: var(--gr_three);
    font-weight: var(--Regular);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.ho_tw p strong{
    margin: 0px 10px;
}

.ho_tw .ima img{
    margin: 0px auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
}
.ho_tw .inv{
    margin: 40px 0;
}
.ho_tw .inv li{
    margin-top: 10px;
}
.ho_tw .inv img{
    padding-right: 10px;
}
.ho_tw .inv .info{
    padding-left: 10px;
}
.ho_tw .inv p{
    margin: 0px;
}
.ho_tw .btn {
    max-width: unset;
}

.ho_fo{
    padding: 100px 0px;
}
.ho_fo img{
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.ho_fo .title {
    margin-bottom: 50px;
}
.ho_fo .grid {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 150px 20px 150px 20px 150px 20px 150px;
    grid-template-rows: repeat(4, 150px);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.ho_fo .grid > *:nth-child(1) { -ms-grid-row:1; -ms-grid-column:1;
}
.ho_fo .grid > *:nth-child(2) { -ms-grid-row:1; -ms-grid-column:3;
}
.ho_fo .grid > *:nth-child(3) { -ms-grid-row:1; -ms-grid-column:5;
}
.ho_fo .grid > *:nth-child(4) { -ms-grid-row:1; -ms-grid-column:7;
}
.ho_fo .grid > *:nth-child(5) { -ms-grid-row:3; -ms-grid-column:1;
}
.ho_fo .grid > *:nth-child(6) { -ms-grid-row:3; -ms-grid-column:3;
}
.ho_fo .grid > *:nth-child(7) { -ms-grid-row:3; -ms-grid-column:5;
}
.ho_fo .grid > *:nth-child(8) { -ms-grid-row:3; -ms-grid-column:7;
}
.ho_fo .grid > *:nth-child(9) { -ms-grid-row:5; -ms-grid-column:1;
}
.ho_fo .grid > *:nth-child(10) { -ms-grid-row:5; -ms-grid-column:3;
}
.ho_fo .grid > *:nth-child(11) { -ms-grid-row:5; -ms-grid-column:5;
}
.ho_fo .grid > *:nth-child(12) { -ms-grid-row:5; -ms-grid-column:7;
}
.ho_fo .grid > *:nth-child(13) { -ms-grid-row:7; -ms-grid-column:1;
}
.ho_fo .grid > *:nth-child(14) { -ms-grid-row:7; -ms-grid-column:3;
}
.ho_fo .grid > *:nth-child(15) { -ms-grid-row:7; -ms-grid-column:5;
}
.ho_fo .grid > *:nth-child(16) { -ms-grid-row:7; -ms-grid-column:7;
}
.ho_fo .itm {
    position: relative;
    border-radius: 12px;
}
.ho_fo .itm:nth-child(2):after,
.ho_fo .itm:nth-child(3):after,
.ho_fo .itm:nth-child(4):after,
.ho_fo .itm:nth-child(6):after,
.ho_fo .itm:nth-child(7):after,
.ho_fo .itm:nth-child(8):after{
    content: "";
    background: rgb(7,13,41);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgba(7,13,41,0.7)), to(rgba(7,13,41,0)));
    background: -o-linear-gradient(bottom, rgba(7,13,41,0.7) 40%, rgba(7,13,41,0) 100%);
    background: linear-gradient(0deg, rgba(7,13,41,0.7) 40%, rgba(7,13,41,0) 100%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.ho_fo .itm a{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    color: var(--w);
    z-index: 2;
    height: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 12px;
}
.ho_fo i{
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--b_one);
    padding: 7px;
    border-radius: 50%;
    color: var(--w);
}
.ho_fo .itm h4{
    font-size: var(--fs24);
}
.gritem-1 { -ms-grid-row: 1; -ms-grid-row-span: 1; -ms-grid-column: 1; -ms-grid-column-span: 1; grid-area: 1 / 1 / 2 / 2; }
.gritem-2 { -ms-grid-row: 1; -ms-grid-row-span: 2; -ms-grid-column: 2; -ms-grid-column-span: 1; grid-area: 1 / 2 / 3 / 3; }
.gritem-3 { -ms-grid-row: 1; -ms-grid-row-span: 2; -ms-grid-column: 3; -ms-grid-column-span: 1; grid-area: 1 / 3 / 3 / 4; }
.gritem-4 { -ms-grid-row: 1; -ms-grid-row-span: 1; -ms-grid-column: 4; -ms-grid-column-span: 1; grid-area: 1 / 4 / 2 / 5; }
.gritem-5 { -ms-grid-row: 2; -ms-grid-row-span: 3; -ms-grid-column: 1; -ms-grid-column-span: 1; grid-area: 2 / 1 / 5 / 2; }
.gritem-6 { -ms-grid-row: 3; -ms-grid-row-span: 2; -ms-grid-column: 2; -ms-grid-column-span: 1; grid-area: 3 / 2 / 5 / 3; }
.gritem-7 { -ms-grid-row: 3; -ms-grid-row-span: 2; -ms-grid-column: 3; -ms-grid-column-span: 1; grid-area: 3 / 3 / 5 / 4; }
.gritem-8 { -ms-grid-row: 2; -ms-grid-row-span: 3; -ms-grid-column: 4; -ms-grid-column-span: 1; grid-area: 2 / 4 / 5 / 5; }

.ho_fi .ima img{
    width: 100%;
    height: 100%;
}
.ho_fi .inf{
    padding: 40px 50px;
    background: rgb(7,13,41);
    background: -o-linear-gradient(105deg, rgba(7,13,41,1) 30%, rgba(44,64,111,1) 70%);
    background: linear-gradient(345deg, rgba(7,13,41,1) 30%, rgba(44,64,111,1) 70%);
}
.ho_fi .inf p{
    color: var(--gb);
    font-weight: var(--Regular);
    margin: 20px 0px;
}
.ho_fi .inf h2{
    font-size: var(--fs30);
    line-height: 125% !important;
}
.ho_fi .inf .btn-3{
    margin: 30px 0;
}
.ho_fi .inf .grid{
    grid-gap: 25px;
}
.ho_fi .inf li .grid{
    grid-gap: 10px;
    -ms-grid-columns: 70px 10px auto;
    grid-template-columns: 70px auto;
}
.ho_fi li{
    background: var(--gre_ott);
    padding: 15px;
    border-radius: 12px;
    position: relative;
}
.ho_fi li img{
    border-radius: 12px;
    width: 100%;
    height: 70px;
    max-width: 70px;
}
.ho_fi li h4{
    color: var(--g_three);
    font-size: var(--fs14);
    font-weight: var(--Bold);
    margin: 0 !important;
    line-height: 100%;
}
.ho_fi li p{
    color: var(--w);
    margin: 5px 0 0 0 !important;
    font-size: var(--fs14);
    width: 50%;
    line-height: 100%;
}
.ho_fi li i{
    color: var(--w);
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.ho_si{
    background: var(--gm_two);
    padding: 100px 0px;
}
.ho_si *{
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.ho_si .swiper{
    width: 100%;
}
.ho_si img{
    background: var(--w);
    border-radius: 50%;
    max-width: 300px;
    width: 100%;
    height: 300px;
    margin: 0px auto;
    -webkit-box-shadow: 0 30px 40px 0 #17264133;
            box-shadow: 0 30px 40px 0 #17264133;
}
.ho_si span{
    text-align: center;
    display: block;
    color: var(--g_three);
    font-size: var(--fs24);
    font-weight: var(--Bold);
    margin-top: 20px;
}
.ho_si h4{
    text-align: center;
    color: var(--b_asd);
    font-size: var(--fs24);
    font-weight: var(--Bold);
    margin: 20px 0 10px 0;
}
.ho_si p{
    text-align: center;
    color: var(--b_asd2);
    font-size: var(--fs24);
    font-weight: var(--Medium);
}
.ho_si .swiper-slide,
.ho_si .swiper-slide-prev,
.ho_si .swiper-slide-next{ -webkit-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); }
.ho_si .swiper-slide-active{ -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.ho_si .title{
    margin-bottom: 50px;
}

.ho_si .swiper-button-next,
.ho_si .swiper-button-prev {
    /* top: 40%; */
    /* margin-top: -22px; */
}

.promo-swiper {}
.ho_se{
    background: rgb(79,169,221);
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(79,169,221,1)), to(rgba(99,181,180,1)));
    background: -o-linear-gradient(left, rgba(79,169,221,1) 40%, rgba(99,181,180,1) 100%);
    background: linear-gradient(90deg, rgba(79,169,221,1) 40%, rgba(99,181,180,1) 100%);
    padding: 70px 0;
    margin-bottom: 100px;
}
.ho_se .grid{
    -ms-grid-columns: 300px auto;
    grid-template-columns: 300px auto;
}
.ho_se .title {
    margin-bottom: 0.5rem;
}
.ho_se .itm { position: relative; width: 100%; }
.ho_se .itm .bac {
    background: #55b2dde6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(57%, #409cd1), to(#d3eefe));
    background: -o-linear-gradient(top, #409cd1 57%, #d3eefe 100%);
    background: linear-gradient(180deg, #409cd1 57%, #d3eefe 100%);
    width: 100%;
    height: calc(100%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
}
/*
.ho_se .itm p{
    color: var(--gm_two);
    padding: 40px;
    z-index: 2;
    position: relative;
    margin: 0px;
    font-size: var(--fs14);
    font-weight: var(--Regular);
}/**/
.ho_se .inf{
    position: relative;
    z-index: 2;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.promo-item {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-shadow: 0 0 4px #043a6529;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
}
.promo-item .itm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.promo-item .promo-title {
    text-align: center;
    color: var(--w);
    font-size: var(--fs24);
    font-weight: var(--Bold);
    margin-bottom: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.promo-item .promo-descr,
.promo-item .promo-timeout,
.promo-item .promo-content,
.promo-item .promo-button {
    text-align: center;
    padding: 5px 25px;
    color: var(--gm_two);
    z-index: 2;
    position: relative;
    margin: 0px;
    font-size: var(--fs14);
    font-weight: var(--Regular);
}

.promo-button--no-timer {
    display: none !important;
}
.promo-item[no_time="1"] .promo-button--no-timer {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.promo-item[no_time="1"] .promo-button--has-timer {
    display: none !important;
}

.promo-timeout {
    font-size: 1.3rem !important;
}
.promo-item .promo-content {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.promo-item .promo-button {
    padding: 5px 5px;
}
.promo-item .btn {
    margin-top: 20px;
    padding: 5px 15px;
    margin-left: auto;
}
.ho_se .swiper{
    margin-bottom: -140px;
    width: 100%;
}
.ho_se .title .sub{
    color: var(--g_bt) !important;
}
.promo-swiper .swiper-button-next {
    top: 50%;
    margin-top: -22px;
}
.promo-swiper .swiper-button-prev {
    top: 50%;
    margin-top: -22px;
}
.promo-swiper .swiper-pagination {}
.home_promo_buttons {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.home_promo_button {
    width: 100%;
    max-width: 600px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 16px 40px;
    border-radius: 60px;
    margin: 0 8px 15px 0;
    font-size: 16px;
    background: #69DA57;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #69DA57), to(#2DB44B));
    background: -o-linear-gradient(left, #69DA57 40%, #2DB44B 100%);
    background: linear-gradient(90deg, #69DA57 40%, #2DB44B 100%);
    text-shadow: 0 0 4px #00ab98;
}

/* Single Agents */
.b_one.s_agnt p{
    margin: 0px 0px 30px 0px;
    font-size: var(--fs24);
}
.b_one.s_agnt p.job{
    margin: 0px !important;
    font-size: var(--fs16);
}
.b_one.s_agnt::after {
    content: "";
    background: rgb(23 38 65);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(23 38 65)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, rgb(23 38 65) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgb(23 38 65) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}
.si_one{
    padding: 100px 0px;
    background: var(--b_three);
    border-bottom: 20px solid var(--g_three);
}
.si_one .grid{
    -ms-grid-columns: 450px 50px auto;
    grid-template-columns: 450px auto;
    grid-gap: 50px;
}
.si_one p{
    font-weight: var(--Regular);
    color: var(--w);
}
.si_one img{
    width: 100%;
    -webkit-filter: contrast(0.5);
            filter: contrast(0.5);
}
.si_one .btn{
    margin: 30px 0px;
}
.si_one ul{
    margin: 20px 0;
}
.si_one ul li a{
    color: var(--w);
    font-size: var(--fs12);
    line-height: 100%;
}
.si_one .ima a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.si_one .ima a::after{
    content: "\f04b";
    color: var(--w);
    opacity: 0.3;
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 100px;
}
.si_one button, .si_one .btn, .si_one input[type="submit"]{
    max-width: unset;
}
.si_two{
    padding: 100px 0 0 0;
}
.s_lc {
    padding: 50px 0;
}
.s_lc *{
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.s_lc img{
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    width: 100%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    height: 350px;
}
.s_lc .swiper-slide-active {
    position: relative;
    z-index: 2;
}
.s_lc .swiper-slide-active img{
    -webkit-filter: none !important;
            filter: none !important;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    position: relative;
    z-index: 2;
}

.agent_top_area {
    position: relative;
    min-height: 93vh;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.agent_top_area img {
    width: 100%;
    height: 100%;
    -o-object-position: 50% 25%;
       object-position: 50% 25%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.agent_info_bt {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100px;
}
.agent_info_area {

}
.agent_contact_area {
    padding: 0 0 0 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.agent_contact_area form {
    max-width: 350px;
}

/* Contact Page */
.c_p_m iframe{
    width: 100%;
    height: 500px;
    display: block;
}
.c_p_o{
    padding: 100px 0px;
    background: rgb(1,53,99);
    background: -o-linear-gradient(108deg, rgba(1,53,99,1) 50%, rgba(44,64,111,1) 75%);
    background: linear-gradient(342deg, rgba(1,53,99,1) 50%, rgba(44,64,111,1) 75%);
    border-bottom: 20px solid var(--g_three);
}
.ns_fo{
    position: relative;
    margin-bottom: -12%;
}
.ns_fo{
    width: 100%;
}
.ns_fo .item{
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
            transform: translateY(-40%);
}
.ns_fo::before{
    content: "";
    background: rgb(17,17,17);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgba(17,17,17,0.5)), color-stop(80%, rgba(255,255,255,0)));
    background: -o-linear-gradient(bottom, rgba(17,17,17,0.5) 40%, rgba(255,255,255,0) 80%);
    background: linear-gradient(0deg, rgba(17,17,17,0.5) 40%, rgba(255,255,255,0) 80%);
    position: absolute;
    width: 100%;
    height: 100%;
}
.ns_fo a{
    margin-top: 70px;
}
.ns_fo img{
    width: 100%;
}
.ns_fo .title{
    margin-bottom: 20px;
}
.ns_fo .wpcf7 {
    max-width: 400px;
}
.ns_fo .wpcf7 br {
    display: none;
}
.ns_fo *[name="your-language"] {
    margin-top: 10px;
}
.ns_fo .wpcf7-spinner {
    margin-right: 10px;
}

[id^=_form_embedformselector]{
    width: auto !important;
}
.c_p_o .grid{
    grid-gap: 50px;
    margin-top: 100px;
    -ms-grid-columns: 270px 50px 270px 50px auto;
    grid-template-columns: 270px 270px auto;
}
.c_p_o li{
    margin: 5px 0px;
    color: var(--w);
    font-weight: var(--Bold);
}
.c_p_o li::before{
    content: url('../svg/dot.svg');
    margin-right: 12px;
}
.c_p_o p{
    color: var(--w);
}
.c_p_o .bl{
    background: rgb(212,214,222);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(212,214,222,0.4990371148459384)), to(rgba(99,181,180,0)));
    background: -o-linear-gradient(top, rgba(212,214,222,0.4990371148459384) 0%, rgba(99,181,180,0) 100%);
    background: linear-gradient(180deg, rgba(212,214,222,0.4990371148459384) 0%, rgba(99,181,180,0) 100%);
    border-radius: 12px;
    padding: 20px 20px 0 20px;
    text-align: center;
}
.c_p_o .bl p{
    font-weight: var(--Regular);
}
.c_p_o .bl img{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin: 0px auto;
    margin-top: -60px;
}

/* Single Blog */
.b_lp img{
    width: 100%;
    height: 350px;
    -o-object-position: right;
       object-position: right;
    border-radius: 15px;
}
.b_lp .title{
    margin-bottom: 50px;
}
.b_lp .i_pt{
    position: relative;
}
.b_lp .inf{
    background: var(--w);
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
}
.b_lp .inf h4{
    color: var(--b_three);
    font-size: var(--fs16);
    font-weight: bold;
    text-align: center;
}
.b_lp .inf p{
    color: var(--gb);
    font-size: var(--fs12);
    font-weight: bold;
    text-align: center;
    margin: 0px;
}
.b_al{
    background: var(--w_b);
    padding: 100px 0px 20% 0px;
    margin-bottom: -12%;
}
.b_al .swiper{ height: 970px; }
.b_al .swiper-slide{ height: 30%; }
.b_al img{
    width: 100%;
    height: 100%;
    -o-object-position: right;
       object-position: right;
    border-radius: 12px 0 0 12px;
}
.b_al .grid{
    height: 100%;
    border-radius: 12px;
}
.b_al .i_al_r{
    background-color: var(--w);
    padding: 20px;
    border-radius: 0 12px 12px 0;
}
.b_al .i_al_r h4{
    color: var(--b_three);
    font-size: var(--fs12);
    font-weight: bold;
}
.b_al .i_al_r p{
    font-size: var(--fs12);
}
.b_al .i_al_r p.date{
    color: var(--b_three);
    font-size: var(--fs10);
    font-weight: bold;
    margin: 10px 0px;
}
.b_al .i_al_r a{
    color: var(--b_four);
}
/* Blog */
.ima{
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ima.bg_ima {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
}
/*
.b_p::before{
    content: "";
    background: rgb(18,36,58);
    background: linear-gradient(180deg, rgba(18,36,58,1) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}/**/
.b_p .ab h1{ color: var(--w); } 
.b_p .ab p{ color: var(--w); margin: 20px 0px 50px 0px; }
.b_p .ab .box {
    z-index: 2;
}
.b_p .aut{
    margin: 0 !important;
    padding: 0 !important;
    font-weight: bold;
}
.swiper-slide .b_p {
    height: 100%;
}
.b_lp{
    padding: 80px 0px;
    background: rgb(1,53,99);
    background: -o-linear-gradient(108deg, rgba(1,53,99,1) 50%, rgba(44,64,111,1) 75%);
    background: linear-gradient(342deg, rgba(1,53,99,1) 50%, rgba(44,64,111,1) 75%);
}

.b_aw::before{
    content: "";
    background: rgb(0 52 98 / 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 52, 98, 1)), to(rgb(0 52 98 / 80%)));
    background: -o-linear-gradient(top, rgba(0, 52, 98, 1) 30%, rgb(0 52 98 / 80%) 100%);
    background: linear-gradient(180deg, rgba(0, 52, 98, 1) 30%, rgb(0 52 98 / 80%) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}
.b_aw .ab h3{ color: var(--w); } 
.b_aw .ab p{ color: var(--w); margin: 20px 0px 50px 0px; } 

/* Single Blog */

.page_event-sh .ab .box,
.sh .ab .box {
    z-index: 2;
}
.page_event-sh .ab h3,
.sh .ab h3{ color: var(--w); }
.page_event-sh .ab p,
.sh .ab p{ color: var(--w); margin: 20px 0px 50px 0px; }
.sc{ padding: 100px 0px; }
.sc div[class*="col"]{
    padding: 20px;
}
.sc .cont figure,
.sc .cont img{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100% !important;
}
.sc .cont h1,
.sc .cont h2,
.sc .cont h3{
    font-size: var(--fs24);
    margin: 25px 0 0 0;
}
.sc .aut{
    background: var(--w_b);
    padding: 30px;
}
.sc .aut h4{
    color: var(--b_one);
    font-size: var(--fs14);
    font-weight: var(--Medium);
    text-transform: uppercase;
}
.sc .aut .cat{
    margin-bottom: 30px;
}
.sc .aut  img{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin: 10px 0;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    border-radius: 12px;
}
.sc .aut  ul li{
    background: var(--b_five);
    color: var(--w);
    border-radius: 20px;
    text-align: center;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    padding: 5px 10px;
    font-size: var(--fs12);
}
.sc .cont a{
    color: var(--g_bt);
}
.aligncenter{
    display: block;
    margin: 5px auto;
    padding: 5px;
}
.aligncenter img{
    width: 100% !important;
}
.alignright{
    margin: 5px 0px;
    padding: 5px;
    float: right;
}
.alignright img{
    width: 100% !important;
}
.alignleft{
    margin: 5px 0px;
    padding: 5px;
    float: left;
}
.alignleft img{
    width: 100% !important;
}

/* FAQS */
.fa_on{
    padding: 100px 0;
}
.fa_on .title{
    margin-bottom: 50px;
}
.fa_on .grid{
    -ms-grid-columns: 55% auto;
    grid-template-columns: 55% auto;
    position: relative;
}
.fa_on h4{
    color: var(--bck);
    font-size: var(--fs16);
    font-weight: var(--Regular);
    text-transform: capitalize;
    padding: 20px;
    position: relative;
}
.fa_on h4.active{
    color: var(--b_title);
    font-weight: var(--Bold);
    font-size: var(--fs14);
    background: var(--b_fr);
}
.fa_on .arr{
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.fa_on i{
    color: var(--b_asd2);
}
.fa_on .active i{
    color: var(--g_two);
}
.jq-tab-menu{
    -webkit-box-shadow: 0 30px 40px 0 rgb(0,0,0,0.1);
            box-shadow: 0 30px 40px 0 rgb(0,0,0,0.1);
    z-index: 2;
    background: var(--w);
}
.jq-tab-content{
    background-color: var(--b_fr);
    padding: 50px 50px 50px 100px;
    -webkit-box-shadow: 0 0 4px 1px rgb(0,0,0,0.15);
            box-shadow: 0 0 4px 1px rgb(0,0,0,0.15);
    position: absolute;
    width: 45%;
    left: revert;
    right: 6%;
    top: -30px;
    border-radius: 12px;
}
.jq-tab-content h5{
    color: var(--b_title);
    font-size: var(--fs20);
    font-weight: var(--Bold);
}
.jq-tab-content p{
    color: var(--gr_three);
    font-weight: var(--Regular);
}
.fa_tw{
    background: var(--gbb);
    padding: 100px 0 18% 0;
    position: relative;
    margin-bottom: -12%;
}
.fa_tw .grid{
    border-radius: 12px;
    background-color: var(--w);
    padding: 20px;
    -ms-grid-columns: 10% 70% 20%;
    grid-template-columns: 10% 70% 20%;
    -webkit-box-shadow: 0 30px 40px 0 rgb(0,0,0,0.1);
            box-shadow: 0 30px 40px 0 rgb(0,0,0,0.1);
}
.fa_tw .grid img{ 
    max-width: -webkit-max-content; 
    max-width: -moz-max-content; 
    max-width: max-content; 
    width: 80px; 
    height: 80px; 
    border-radius: 12px;
}
.fa_tw .grid h4{
    font-size: var(--fs16);
    font-weight: var(--Bold);
}
.fa_tw .grid p{
    margin: 0;
}

/* Brokers & Agencies */
.ba_on{
    padding: 100px 0;
}
.ba_on .title{
    margin-bottom: 50px;
}
.ba_on .grid{
    padding: 30px;
    background: var(--b_one);
    border-radius: 12px;
}
.ba_on img{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.ba_on p{
    color: var(--w);
    font-weight: var(--Regular);
}
.ba_tw{
    padding: 100px 0 15% 0;
    background: rgb(1,53,99);
    background: -o-linear-gradient(108deg, rgba(1,53,99,1) 50%, rgba(44,64,111,1) 75%);
    background: linear-gradient(342deg, rgba(1,53,99,1) 50%, rgba(44,64,111,1) 75%);
    border-bottom: 20px solid var(--g_three);
}
.ba_tw .title:nth-child(1){
    margin-bottom: 50px;
}
.ba_tw p{
    color: var(--w);
    font-weight: var(--Regular);
}
.ba_tw img{
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
}
.ba_fo{
    padding: 20% 0 100px 0;
    background: var(--w_b);
    margin-top: -15%;
}
.ba_fo .grid{
    grid-gap: 50px;
}
.ba_fo img{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin: 0px auto;
}
.ba_fo blockquote{
    border-radius: 12px;
    background-color: var(--w);
    padding: 20px;
    -ms-grid-columns: 10% 70% 20%;
    grid-template-columns: 10% 70% 20%;
    -webkit-box-shadow: 0 30px 40px 0 rgb(0,0,0,0.1);
            box-shadow: 0 30px 40px 0 rgb(0,0,0,0.1);
    font-size: var(--fs20);
    font-weight: var(--Bold);
    border-left: 5px solid var(--b_title);
    margin-top: 70px;
}
.ba_fi{
    background: var(--w_b);
    padding: 0 0 100px 0;
}
.ba_fi .title{
    margin-bottom: 50px;
}
.a_fi_i h3{
    color: var(--b_five);
    font-size: var(--fs24);
    font-weight: var(--Bold);
    padding: 30px;
    line-height: 110%;
}
.a_fi_i h3 small{
    font-size: var(--fs16);
    font-weight: var(--Regular);
}
.ba_si{
    padding: 100px 0;
    background: rgb(79,169,221);
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(79,169,221,1)), to(rgba(99,181,180,1)));
    background: -o-linear-gradient(left, rgba(79,169,221,1) 40%, rgba(99,181,180,1) 100%);
    background: linear-gradient(90deg, rgba(79,169,221,1) 40%, rgba(99,181,180,1) 100%);
}
.ba_si p{
    color: var(--w);
    font-weight: var(--Regular);
}
.ba_si a{
    margin-top: 50px;
}
.ba_si h2{
    margin-bottom: 30px;
}
.ba_se{
    padding: 100px 0;
}
.ba_se .title{
    margin-bottom: 30px;
}
.ba_se img{
    width: 100%;
    max-width: 100%;
}
.ba_se .grid{
    margin-top: 30px;
    grid-gap: 50px;
}
.ba_se .item{  }
.ba_se .item h4{
    text-align: center;
    font-weight: var(--SemiBold);
    color: var(--bck);   
}
.ba_se .item ul{ 
    display:-webkit-box; 
    display:-ms-flexbox; 
    display:flex; 
    -ms-flex-wrap: wrap; 
        flex-wrap: wrap;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin: 0px auto;
}
.ba_se .item ul li{
    width: 33%;
    padding: 10px;
    margin: 0px auto;
    text-align: center;
}
.ba_se .item ul li img{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin: 0px auto;
}
.ba_se .item ul li{
    text-align: center;
    line-height: 100%;
    font-size: var(--fs14);
}
.ba_ei img{
    width: 100%;
}

/* Home */
.pr_one{
    z-index: 4;
    position: relative;
}
.ho_vi_se .title{
    padding-bottom: 50px;
}
.ho_vi_se .title p{
    text-align: center;
}
.project-block .title p{
    text-align: center;
    color: var(--w);
}
.project-block{
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    position: relative;
}
.project-block .back{
    position: absolute;
    top: 0;
    left: 0;
    background: var(--b_asd);
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

/* Properties */
.pr_p_one{
    padding: 100px 0;
}
.pr_p_two{
    padding: 100px 0px;
    background: rgb(1,53,99);
    background: -o-linear-gradient(108deg, rgba(1,53,99,1) 50%, rgba(44,64,111,1) 75%);
    background: linear-gradient(342deg, rgba(1,53,99,1) 50%, rgba(44,64,111,1) 75%);
    border-bottom: 20px solid var(--g_three);
}
.pr_p_two p{
    color: var(--w);
}
.pr_p_two .p_on_s {
    margin-top: 50px;
}
.pr_p_two .s_pr_de img{
    height: 400px;
}
.si_pr_two .ameni .title {
    margin-bottom: 4em;
}

.properties_two_list {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    padding: 0 5%;
}
.properties_two_list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 100%;
    color: #fff;
    margin-bottom: -60px;
}
.properties_two_list-item:last-child {
    margin-bottom: 0;
}
.properties_two_list-item[img_first="1"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.properties_two_list-item-img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 55%;
            flex: 1 1 55%;
    position: relative;
}
.properties_two_list-item-img:before {
    display: block;
    content: "";
    padding-top: 60%;
}
.properties_two_list-item-img a {
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px) !important;
    height: calc(100% - 30px) !important;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.properties_two_list-item-img img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    margin: 0 !important;
    max-width: unset !important;
    border-radius: 25px;
    border: solid 4px #ffffff;
}
.properties_two_list-item-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    font-family: 'Poppins', sans-serif;
    font-weight: var(--Medium);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 85px 30px 90px 30px;
}
.properties_two_list-item-text,
.properties_two_list-item-text * {
    font-size: 1.4rem;
}
.properties_two_list-item-text b,
.properties_two_list-item-text strong {
    font-size: 1.55rem;
}

.properties_two_list-spoiler {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.properties_two_list-spoiler[mo_show="1"] {
    position: relative;
    opacity: 1;
    pointer-events: all;
}
.properties_two_list-spoiler > * {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
}
.properties_two_list-spoiler[mo_show="1"] > * {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.properties_two_list-spoiler-bt_area {text-align: center; margin-top: 90px;}
.properties_two_list-spoiler-bt_area[mo_show="1"] { margin-top: 30px;}
.properties_two_list-spoiler-bt-show {display: inline-block; width: -webkit-max-content; width: -moz-max-content; width: max-content;}
.properties_two_list-spoiler-bt-hide {display: none; width: -webkit-max-content; width: -moz-max-content; width: max-content;}
.properties_two_list-spoiler-bt_area[mo_show="1"] .properties_two_list-spoiler-bt-show {display: none;}
.properties_two_list-spoiler-bt_area[mo_show="1"] .properties_two_list-spoiler-bt-hide {display: inline-block;}

.pr_p_three{
    padding: 100px 0;
}
.pr_p_three .grid{
    grid-gap: 50px;
}
.pr_p_three img{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin: 0 auto;
}
.pr_p_three .itm{
    -webkit-box-shadow: 0 20px 50px 0 rgb(0,0,0,0.25);
            box-shadow: 0 20px 50px 0 rgb(0,0,0,0.25);
    border-radius: 15px;
    padding: 20px;
}
.pr_p_three li::before {
    content: url(/wp-content/uploads/check-button.png);
    margin-right: 5px;
}
.pr_p_three .go{
    -ms-grid-columns: 600px auto;
    grid-template-columns: 600px auto;
}
.pr_p_three .title{
    margin-bottom: 50px;
}

/* Properties Single */
.si_pr_one{
    padding: 100px 0;
}
.si_pr_one .title{
    margin-bottom: 50px;
}
.si_pr_one .box .grid {
    margin-bottom: 20px;
    height: 100%;
}
.si_pr_one img{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: block;
    border-radius: 20px;
}
.si_pr_two{
    padding: 50px 0;
    background: rgb(1,53,99);
    background: -o-linear-gradient(108deg, rgba(1,53,99,1) 50%, rgba(44,64,111,1) 75%);
    background: linear-gradient(342deg, rgba(1,53,99,1) 50%, rgba(44,64,111,1) 75%);
    border-bottom: 20px solid var(--g_three);
}
.si_pr_two img{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin: 0px auto;
}
.si_pr_two ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
	margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 6.5%;
}
.si_pr_two li::before{
    content: url('../svg/dot.svg');
    margin-right: 12px;
}
.si_pr_two li{
    width: 25.33%;
    color: var(--w);
    margin: 0 4%;
}
.properties_two_list--old {
    width: 100%;
}
.properties_two_list--old[cnt_more="0"] ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0 !important;
}
.properties_two_list--old[cnt_more="0"] li {
    text-align: center !important;
}
.properties_two_list--old[cnt_more="1"][cnt_end="1"] li:last-of-type {
    margin-left: 37.33%;
    width: 25.33%;
}
.si_pr_two .gallery,
.si_pr_two .ameni,
.si_pr_two .map {
    padding: 50px 0;
}
.map-properties {
    padding-top: 6em;
    padding-bottom: 6em;
}
.map-properties .title h2 {
    color: #2581bd !important;
}
.map-properties iframe {
    width: 100%;
    margin-top: 1em;
    border-radius: 30px;
    border: 1px solid #ededed !important;
    background-color: #ededed;
}
.si_pr_two .gallery .swiper{
    margin: 50px 0 0 0;
}
.si_pr_two .bck{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1b264099;
    padding: 30px;
    display: none;
}
.si_pr_two .info{
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    display: none;
}
.si_pr_two .info h5{
    color: var(--w);
    width: 100%;
    margin: 0px;
    font-size: var(--fs36);
}
.si_pr_two .info p{
    color: var(--w);
    width: 100%;
    margin: 0px;
    font-size: var(--fs24);
}
.si_pr_two .gallery img{
    height: 350px;
    max-width: 100%;
}
.si_pr_two .swiper-slide-active .bck,
.si_pr_two .swiper-slide-active .info{
    display: block;
}
.si_pr_two iframe{ 
    width: 100%;
    height: 500px;
    margin: 50px 0 -30% 0;
    border-radius: 20px;
}
.si_pr_three{
    /*margin-top: 25%;*/
    background: rgb(79,169,221);
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(79,169,221,1)), to(rgba(99,181,180,1)));
    background: -o-linear-gradient(left, rgba(79,169,221,1) 40%, rgba(99,181,180,1) 100%);
    background: linear-gradient(90deg, rgba(79,169,221,1) 40%, rgba(99,181,180,1) 100%);
    padding: 100px 0;
}
.si_pr_three .grid{
    grid-gap: 30px;
}
.si_pr_three .item{
    padding: 15px;
}
.si_pr_three .on{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.si_pr_three .on p{
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.si_pr_three .on p img{
    width: auto;
    height: 50px;
}
.si_pr_three .on h5 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    font-size: var(--fs16);
    font-weight: var(--Bold);
    margin-left: 15px;
    color: var(--w);
    white-space: normal;
}
.si_pr_three .tw p{
    font-size: var(--fs14);
    color: var(--w);
    margin: 0;
    margin-top: 25px;
    font-weight: var(--Regular);
}
.si_pr_four{
    padding: 100px 0;
}
.si_pr_four .title{
    margin-bottom: 50px;
}
.si_pr_four .grid{
    grid-gap: 20px;
}
.si_pr_four .item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 30px 40px 0 #17264133;
            box-shadow: 0 30px 40px 0 #17264133;
    border-radius: 20px;
    padding: 20px;
}
.si_pr_four .ima img{
    max-width: 70px;
    height: 70px;
    width: 100%;
    margin: 0px auto;
    border-radius: 20px;
}
.si_pr_four .info{ 
    margin-left: 20px;
}
.si_pr_four .info span{
    font-size: var(--fs10);
    padding: 2px 10px;
}
.si_pr_four .info h5{
    font-size: var(--fs16);
    font-weight: var(--ExtraBold);
}
.si_pr_four .info p{
    margin: 0;
    font-size: var(--fs14);
    color: var(--b_asd2);
    font-weight: var(--Regular);
}

.si_pr_six{
    margin-top: -5%;
    padding-top: 12%;
    background-image: none;
}
.si_pr_six .s_l .s_bc h4{
    margin: 0;
}
.pr_s_ten{
    padding: 0 0 100px 0;
}
.pr_s_ten .title{
    margin-bottom: 50px;
}
.pr_s_ten .s_pr_de img{
    height: 400px;
}

/* ===== Ext Popup ===== */

.mo_mess_popup {
    padding: 70px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    z-index: -1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    background-color: #002e4996;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.mo_mess_popup[is_open="1"] {
    opacity: 1;
    pointer-events: all;
    z-index: 10000;
}
.mo_mess_popup::-webkit-scrollbar {
    width: 0;
}
.mo_mess_popup_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #002e4996;
}
.mo_mess_popup_win {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition-duration: 0.6s;
         -o-transition-duration: 0.6s;
            transition-duration: 0.6s;
    width: 100%;
    max-width: 500px;
    background-color: white;
    padding: 20px 30px;
    border-radius: 20px;
    color: #2f2f2f;
    position: relative;
    margin: auto auto;
}
.mo_mess_popup[err_status="red"] .mo_mess_popup_win {
    color: #ef1e1e;
}
.mo_mess_popup[err_status="yellow"] .mo_mess_popup_win {
    color: #eda51b;
}
.mo_mess_popup[err_status="green"] .mo_mess_popup_win {
    color: #0f9914;
}
.mo_mess_popup[is_open="1"] .mo_mess_popup_win {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.mo_mess_popup_close_bt {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.mo_mess_popup_close_bt--style {
	position: absolute;
	top: -3rem;          
	right: 1rem;
	font-size: 2rem;
	color: black;         
	background-color: white; 
	cursor: pointer;
	width: 32px;           
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;     
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}





.mo_mess_popup_txt {
    font-size: 1.2rem;
    font-family: 'Poppins';
}
.mo_mess_popup_content_bt,
.mo_mess_popup button,
.mo_mess_popup input[type="button"],
.mo_mess_popup input[type="submit"] {
    padding: 10px 15px;
    font-size: 1.2rem;
    font-family: 'Poppins';
    text-transform: uppercase;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #4fa9dd;
    background-image: -webkit-gradient(linear, left top, right top, from(#4fa9dd), to(#48d7d7));
    background-image: -o-linear-gradient(left, #4fa9dd, #48d7d7);
    background-image: linear-gradient(90deg, #4fa9dd, #48d7d7);
    width: unset;
    min-width: 150px;
    max-width: 100%;
    color: #fff;
    text-shadow: 0 0 5px #007ab3;
    border: none;
    border-radius: 20px;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-filter: brightness(1.0);
            filter: brightness(1.0);
    margin-top: 15px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.mo_mess_popup_content_bt:hover,
.mo_mess_popup button:hover,
.mo_mess_popup input[type="button"]:hover,
.mo_mess_popup input[type="submit"]:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
}
.mo_mess_popup_content_bt:active,
.mo_mess_popup button:active,
.mo_mess_popup input[type="button"]:active,
.mo_mess_popup input[type="submit"]:active {
    -webkit-filter: brightness(0.95);
            filter: brightness(0.95);
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
}

.mo_mess_popup label {}

.mo_mess_popup input[type="text"],
.mo_mess_popup input[type="phone"],
.mo_mess_popup input[type="email"],
.mo_mess_popup input[type="name"],
.mo_mess_popup input[type="tel"],
.mo_mess_popup input[type="number"],
.mo_mess_popup textarea,
.mo_mess_popup select {
    border: solid 1px #0000001c;
    display: inline-block;
    margin: 5px 0;
    width: 100%;
    max-width: unset;
}
.intl-tel-input .selected-flag .selected-dial-code {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.intl-tel-input .selected-flag {
    width: 50px !important;
    background: #00000000 !important;
    border-radius: 50px 0 0 50px !important;
    padding-left: 12px !important;
}
.intl-tel-input input,
.intl-tel-input input[type=tel],
.intl-tel-input input[type=text] {
    padding-left: 56px !important;
}
.intl-tel-input .iti-flag.sc {
    padding: 0 !important;
}

.mo_mess_popup .hidden-promo-title {
    display: none !important;
}

.mo_mess_popup .promo-form-title {
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: bold;
}
.mo_mess_popup .promo-form-content {
    margin-bottom: 10px;
}

#video_ext_popup {}

#video_ext_popup .mo_mess_popup_win {
    max-width: 900px !important;
}

.mo_popup_video_auto {
    margin-top: 10px;
    border-radius: 15px;
    overflow: hidden;
}

/* ============= ReCaptcha ================== */

.grecaptcha-badge {
    z-index: 1000;
    right: -253px !important;
    bottom: -57px !important;
}

.grecaptcha-badge:hover {
    right: 0px !important;
    bottom: -1px !important;
}

/* =================================== Event Anouncment Page ======================================== */

.page_main_event_anounce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 0 20px 0;
    color: #fff;
    font-family: Poppins;
    letter-spacing: 0.75px;
}
.page_main_event_anounce-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}
.page_main_event_anounce-bg_fade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 0;
}
.page_event_anounce {
    padding: 10px 25px;
    z-index: 1;
}
.page_event_anounce--left {}
.page_event_anounce--right {
    text-align: center;
    padding-top: 40px;
}

.page_event_anounce-logo {
    margin-bottom: 20px;
}
.page_event_anounce-type {
    color: #62B5B7;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
}
.page_event_anounce-descr {
    margin-bottom: 20px;
    line-height: 250%;
}
.page_event_anounce-descr * {
    font-size: 33px;
    font-weight: 300;
}
.page_event_anounce-descr--big,
.page_event_anounce-descr--big * {
    font-weight: bold;
    font-size: 37px;
}
.page_event_anounce-lectors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: center;
}
.page_event_anounce-lectors[mo_desctop_hide="1"] {
    position: absolute !important;
    opacity: 0;
    pointer-events: none;
}
.page_event_anounce-lector {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    max-width: 290px;
    margin-bottom: 20px;
}
.page_event_anounce-lectors:not(*[item_cnt="1"]) .page_event_anounce-lector {
    width: calc(50% - 40px);
    max-width: 200px;
}
.page_event_anounce-lector-ava {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    margin-bottom: 10px;
}
.page_event_anounce-lector-ava:after {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}
.page_event_anounce-lector-name {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.page_event_anounce-lector-descr {
    font-size: 18px;
    font-weight: 200;
}
.page_event_anounce-list {
    margin-bottom: 15px;
}
.page_event_anounce-list * {
    font-size: 18px;
}
.page_event_anounce-list-item {
    margin-bottom: 15px;
    padding-left: 38px;
    position: relative;
    letter-spacing: 1.12px;
}
.page_event_anounce-list-item:before {
    position: absolute;
    left: 0px;
    top: 4px;
    display: block;
    content: "";
    background-color: #00000030;
    border: solid 5px #63B5B4;
    border-radius: 100%;
    width: 21px;
    height: 21px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.page_event_anounce-list-title {
    font-weight: 600;
}
.page_event_anounce-list-info {
    font-weight: 200;
}

.page_event_anounce-date {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 150%;
    letter-spacing: 1.5px;
}
.page_event_anounce-date--nowrap {
    white-space: nowrap;
}
.page_event_anounce-timer {
    margin-bottom: 20px;
    line-height: 150%;
    letter-spacing: 1.5px;
}
.page_event_anounce-timer .promo-timeout {
    font-size: 38px !important;
    font-weight: bold;
}
.page_event_anounce-date--mid,
.page_event_anounce-date--mid * {
    font-size: 23px;
}
.page_event_anounce-date--big,
.page_event_anounce-date--big * {
    font-size: 37px;
}
.page_event_anounce-content {
    padding-top: 5px;
    margin-bottom: 20px;
}
.page_event_anounce-content form {
    background: #F3F3F3;
    padding: 12px 15px;
    border-radius: 30px;
}
.page_event_anounce-content form > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.page_event_anounce-content form > p > * {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    text-align: right;
    margin-left: 8px;
    margin-right: 8px;
}.page_event_anounce-content form > p > *:last-child {
     -webkit-box-flex: 1;
         -ms-flex: 1 1 60%;
             flex: 1 1 60%;
 }
.page_event_anounce-content form input[type="submit"] {
    text-align: center;
    width: auto;
    max-width: 100%;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 max-content !important;
            flex: 0 1 max-content !important;
    min-width: unset;
    margin-left: auto;
    margin-right: auto;
}
.page_event_anounce-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: -20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.page_event_anounce-bonus-item {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.page_event_anounce-bonus-item-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.page_event_anounce-bonus-item-img {
    padding: 20px;
    background-color: #f3f3f3;
    border-radius: 30px;
    width: 100%;
}
.page_event_anounce-bonus-item-img_in {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 20px;
}
.page_event_anounce-bonus-item-img_in:after {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}

/* ============================ Thanks Page ============================= */

.thanks_page_main {}
.thanks_page_main[thanks_type="video"] {}
.thanks_page_main-bg {
    display: block;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.thanks_page_main-bg_fade {
    background: -webkit-gradient(linear, left top, left bottom, from(#153357), to(#15335780));
    background: -o-linear-gradient(top, #153357 0%, #15335780 100%);
    background: linear-gradient(180deg, #153357 0%, #15335780 100%);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.thanks_page_main {
    margin: 0 auto;
    max-width: 1100px;
    padding: 3em 15px 4em 15px;
}
.thanks_page_main[thanks_type="video"] {
    max-width: 1350px;
}
.thanks_page_main * {
     font-family: 'Poppins', sans-serif !important;
 }
.thanks_page-in {}
.thanks_page-in-header {
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
}
.thanks_page_main[thanks_type="video"] .thanks_page-in-header {
    padding-bottom: 50px;
}
.thanks_page-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
}
.thanks_page-logo img {
    height: 51px;
    width: auto;
}
.thanks_page-in-body {}
.thanks_page_main[thanks_type="video"] .thanks_page-in-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.thanks_page-main_descr {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.055em;
    text-align: center;
    color: #fff;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 35px;
}
.thanks_page-simple_descr,
.thanks_page-simple_descr * {
    text-align: center;
    color: #fff;
}
.thanks_page-simple_descr p {
    font-size: 150%;
}
.thanks_page-bt_area {
    padding-bottom: 45px;
}
.thanks_page-bt_area-bt {
    background: -webkit-gradient(linear, left top, right top, color-stop(37.5%, #2BD500), to(#63B5B4));
    background: -o-linear-gradient(left, #2BD500 37.5%, #63B5B4 100%);
    background: linear-gradient(90deg, #2BD500 37.5%, #63B5B4 100%);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 800;
    line-height: 21px;
    letter-spacing: 0.07em;
    padding: 0.85em 2.2em;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
            transform: scale(1.0);
    max-width: 100%;
}
.thanks_page-bt_area-bt:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
}
.thanks_page-bt_area-bt:active {
    -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
            transform: scale(0.98);
}
.thanks_page-time_blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.thanks_page-time_blocks-item {
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: -5px 0 0 #7773AA1A;
            box-shadow: -5px 0 0 #7773AA1A;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    max-width: 335px;
}
.thanks_page-time_blocks-item:after {
    background: -o-linear-gradient(95deg, #1A263F 2.87%, rgba(26, 38, 63, 0) 360.95%);
    background: linear-gradient(355deg, #1A263F 2.87%, rgba(26, 38, 63, 0) 360.95%);
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.thanks_page-time_blocks-item-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding: 12px 0px 15px 25px;
}
.thanks_page-time_blocks-item-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #FFFFFFCC;
    margin-bottom: 4px;
}
.thanks_page-time_blocks-item-info {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    color: #fff;
}
.thanks_page-time_blocks-item-right {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 12px;
    background: #FFFFFFCC;
    border-radius: 15px;
    width: 60px;
    z-index: 2;
}
.thanks_page-time_blocks-item-right:after {
    display: block;
    content: "";
    padding-top: 100%;
}
.thanks_page-time_blocks-item-row1 {
    position: absolute;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    top: 13%;
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
    letter-spacing: 0.1em;
}
.thanks_page-time_blocks-item-row2 {
    position: absolute;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    bottom: 1%;
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
}
.thanks_page-time_blocks-item-row1[mo_format="month_day"] {
    top: 14%;
}
.thanks_page-time_blocks-item-row2[mo_format="month_day"] {
    bottom: 17%;
    font-size: 15px;
    line-height: 22.5px;
}

/* thanks video */
.thanks_page-in-video_area {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 25px;
}
.thanks_page-in-video {
    width: 100%;
    height: auto;
    border-radius: 15px;
    background-color: #fff;
    border: solid 3px #fff;
}
.thanks_page-in-video_text {
    color: #fff;
    margin-top: 20px;
    font-size: 1.3rem;
    margin-bottom: 30px;
}
/* thanks calendar */
.thanks_page-in-calendar_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.thanks_page-in-calendar {
    background-color: #ffffff;
    color: #535353;
    padding: 10px;
    width: 100%;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 25px;
}
.thanks_page-in-calendar-month {
    text-align: center;
    margin: 6px 0 9px 0;
}
.thanks_page-in-calendar-day_names {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 5px;
}
.thanks_page-in-calendar-days {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 5px;
}
.thanks_page-in-calendar-day {
    text-align: center;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 7px;
    background-color: #338afb00;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    color: #dbdbdb;
}
.thanks_page-in-calendar-day[is_active="1"] {
    color: #175099;
}
.thanks_page-in-calendar-day[is_active="1"]:hover {
    background-color: #338afb4a;
    cursor: pointer;
}
/* --- */
.cf7_thanks-time_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.cf7_thanks-time_area .wpcf7-form-control-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
}
.cf7_thanks-time_p_txt {
    margin: 0 10px;
}
.thanks_page-action_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-top: 80px;
}
.thanks_page_action_button {
    background-color: #f0f8ffd4;
    border-radius: 15px;
    padding: 14px 20px;
    margin: 12px 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    max-width: 700px;
    color: #000;
    font-size: 18px;
    -webkit-transition-duration: 0.6s;
         -o-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
            transform: scale(1.0);
}
.thanks_page_action_button:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
    background-color: #f0f8fff0;
}

/* ============================ Properties Layout Viewer ============================= */

.p_layout_area {
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0em 0 8em 0;
    max-width: 1300px;
    margin: 0 auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.p_layout_area-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    text-align: center;
    margin-bottom: 4em;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
}
.p_layout_area-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(55% - 30px);
            flex: 0 1 calc(55% - 30px);
    background-color: #f1f1f1;
    margin-left: 20px;
    margin-right: 10px;
    border-radius: 25px;
    overflow: hidden;
}
.p_layout_area-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(45% - 20px);
            flex: 0 1 calc(45% - 20px);
    margin-right: 20px;
    position: relative;
}
.p_layout_area-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px 0;
    scrollbar-width: thin;
    scrollbar-color: #41a8e3 #00000021;
}
.p_layout_area-list::-webkit-scrollbar {
    width: 5px;
}
.p_layout_area-list::-webkit-scrollbar-track {
    background: #00000021;
}
.p_layout_area-list::-webkit-scrollbar-thumb {
    background-color: #41a8e3;
    border-radius: 5px;
    border: 5px solid #41a8e3;
}
.p_layout_area-list-cat {
    width: 100%;
    padding: 5px 20px 5px 25px;
    font-size: 1.2rem;
}
.p_layout_area-list-cat-name {
    font-weight: 600;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
    margin-right: 5px;
}
.p_layout_area-list-cat-footage {
    color: #0000005e;
    font-size: 1rem;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
}
.p_layout_area-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 10px 20px;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
.p_layout_area-list-item:hover {
    background-color: #0000000d;
}
.p_layout_area-list-item[mo_select="1"] {
    background-color: #70cbff4f !important;
}
.p_layout_area-list-item-img_area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    position: relative;
}
.p_layout_area-list-item-img_area:before {
    display: block;
    content: "";
    padding-top: 70%;
}
.p_layout_area-list-item-img_area img {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    padding: 6px;
    margin: 0px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 0;
}
.p_layout_area-list-item-info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 20px;
    cursor: default;
}
.p_layout_area-list-item-info-footage {
    font-weight: 600;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
}
.p_layout_area-list-item-info-floor {
    color: #0000005e;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
}
.p_layout_area-list-item-bt_area {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}
.p_layout_area-list-item-bt_see {}
.p_layout_area-viewer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}
.p_layout_area-list,
.p_layout_area-viewer {
    height: 516px;
}
.p_layout_area-viewer-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 max-content;
            flex: 0 0 max-content;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 600;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
}
.p_layout_area-viewer-main_area {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.p_layout_area-viewer-main_area-img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 100%;
    position: relative;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.p_layout_area-viewer-main_area-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition-duration: 0.6s;
         -o-transition-duration: 0.6s;
            transition-duration: 0.6s;
}
.p_layout_area-viewer-main_area-bt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    height: 100%;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
            transform: scale(1.0);
}
.p_layout_area-viewer-main_area-bt:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.p_layout_area-viewer-main_area-bt:active {
    -webkit-transform: scale(0.92);
        -ms-transform: scale(0.92);
            transform: scale(0.92);
}
.p_layout_area-viewer-main_area-bt[mo_can_push="1"] {
    cursor: pointer;
}
.p_layout_area-viewer-main_area-bt[mo_can_push="0"] {
    opacity: 0.5;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transform: scale(1.0) !important;
        -ms-transform: scale(1.0) !important;
            transform: scale(1.0) !important;
}
.p_layout_area-viewer-main_area-bt_left {}
.p_layout_area-viewer-main_area-bt_right {}
.p_layout_area-viewer-main_area-bt_right svg {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}
.p_layout_area-viewer-gallery_area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    padding: 10px 20px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE и Edge */
}

.p_layout_area-viewer-gallery_area::-webkit-scrollbar {
    width: 0px; /* Safari и Chrome */
    height: 0px;
}
.p_layout_area-viewer-gallery_area-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: relative;
    width: calc(25% - 20px);
    margin: 10px;
    background-color: #e3e3e3;
    border-radius: 11px;
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
}
.p_layout_area-viewer-gallery_area-item[mo_can_push="1"]:hover {
    background-color: #d2d2d2;
    cursor: pointer;
}
.p_layout_area-viewer-gallery_area-item[mo_select="1"] {
    background-color: #41a8e3 !important;
}
.p_layout_area-viewer-gallery_area-item:before {
    display: block;
    content: "";
    padding-top: 70%;
}
.p_layout_area-viewer-gallery_area-item img {
    position: absolute;
    left: 3px;
    top: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    padding: 3%;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 10px;
    background-color: #ffffff;
}
.p_layout_area-viewer-button_area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 10px 20px 0 20px;
}
.p_layout_area-viewer-button_area-bt_see {}
.p_layout_area span {
    display: inline-block;
}
.layout-form-title {
    font-size: 1.4rem;
    font-weight: 700;
}
.layout-form-content {
    margin-bottom: 1.5em;
}
.hidden-layout-property,
.hidden-layout-cat,
.hidden-layout-footage,
.hidden-layout-floor {
    display: none !important;
}

.p_layout_area-viewer-main_area, .p_layout_area-viewer-gallery_area, .p_layout_area-viewer-button_area,
.p_layout_area-list-item-img_area, .p_layout_area-list-item-bt_area, .p_layout_area-list-item-img_area img,
.p_layout_area-viewer-gallery_area-item img, .p_layout_area-viewer-main_area-img img {
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    user-select: none !important; /* стандартный синтаксис */
}
.p_layout_area-list-item-img_area img, .p_layout_area-viewer-gallery_area-item img, .p_layout_area-viewer-main_area-img img {
    pointer-events: none !important; /* стандартный синтаксис */
}

/* --- layout big viewer --- */

.p_layout_big_viewer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    background-color: #031321d4;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    z-index: 1000000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition-duration: 0.6s;
         -o-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
            transform: scale(1.0);
}
.p_layout_big_viewer[mo_show="1"] {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
            transform: scale(1.0);
}
.p_layout_big_viewer-close-bt {
    position: fixed;
    top: 25px;
    right: 25px;
    width: min(12vw, 50px);
    height: min(12vw, 50px);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-radius: 7px;
    cursor: pointer;
    z-index: 10;
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.p_layout_big_viewer-close-bt:hover {-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.p_layout_big_viewer-close-bt:active {-webkit-transform: scale(0.95);-ms-transform: scale(0.95);transform: scale(0.95);}
.p_layout_big_viewer-counter {
    position: fixed;
    top: 25px;
    left: 25px;
    color: #fff;
}
.p_layout_big_viewer-bt {
    height: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 min(10%, 80px);
            flex: 0 0 min(10%, 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    z-index: 1;
}
.p_layout_big_viewer-bt_left {}
.p_layout_big_viewer-bt_right {}
.p_layout_big_viewer-bt_right svg {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}

.p_layout_big_viewer-bt[mo_can_push="0"] {
    opacity: 0.1;
    cursor: default;
}
.p_layout_big_viewer-bt[mo_can_push="1"]:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.p_layout_big_viewer-bt[mo_can_push="1"]:active {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
}
.p_layout_big_viewer-imgs {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: calc(100% - max(5vw, 80px));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: relative;
    -webkit-transition-duration: 0.9s;
         -o-transition-duration: 0.9s;
            transition-duration: 0.9s;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.p_layout_big_viewer[mo_show="1"] .p_layout_big_viewer-imgs {
    -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
            transform: scale(1.0);
}
.p_layout_big_viewer[mo_show="1"] img {
    -webkit-transition-duration: 0.8s;
         -o-transition-duration: 0.8s;
            transition-duration: 0.8s;
}
.p_layout_big_viewer-imgs img {
    position: absolute;
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    border-radius: 3px;
    margin-left: 0vw;
    opacity: 1;
    pointer-events: none;
}
.p_layout_big_viewer-imgs img[mo_stat="next"] {
    margin-left: 200vw;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
}
.p_layout_big_viewer-imgs img[mo_stat="prev"] {
    margin-left: -200vw;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
}
.p_layout_big_viewer-counter {
    position: fixed;
    top: 30px;
    left: 30px;
    color: #64a1c99c;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Poppins';
}

.p_layout_area-viewer svg, .p_layout_big_viewer svg {
    width: 100%;
    height: 100%;
}

/* ------------ Acept cookies -------------- */

#mo-cookieConsent {
    position: fixed;
    bottom: 30px;
    left: 50%;
    margin-left: -500px;
    max-width: 1000px;
    width: calc(100% - 40px);
    padding: 12px 15px;
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0 0 30px rgb(0 116 183 / 50%);
            box-shadow: 0 0 30px rgb(0 116 183 / 50%);
    border-radius: 20px;
    z-index: 1000;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.mo-cookieContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mo-cookieImage {
    width: 40px;
    height: 40px;
    background-image: url(../svg/cookie.svg);
    background-size: cover;
    background-position: center;
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.mo-cookieContent p {
    margin: 0;
    font-size: var(--fs14);
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.mo-cookieContent a {
    color: #007bff;
    text-decoration: none;
    font-size: var(--fs14);
    white-space: nowrap;
    font-weight: bold;
}

.mo-cookieContent a:hover {
    text-decoration: underline;
}

#mo-acceptCookie, #mo-denyCookie {
    margin: 0 5px 0 15px;
    padding: 8px 16px;
    background-color: #1499e5;
    color: white;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-radius: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
#mo-denyCookie {
    background-color: #b1b1b1;
    margin-right: 0;
}
#mo-acceptCookie:hover {
    background-color: #0086d3;
}
#mo-denyCookie:hover {
    background-color: #939393;
}

.mo_terms_list li ol {
    margin-left: 20px;
}

.mo_terms_table {
    width: 100%;
    margin: 25px 0;
}
.mo_terms_table, .mo_terms_table * {
    border: solid 0px #0083d7;
    border-spacing: 0px;
    border-collapse: collapse;
}
.mo_terms_table thead tr {
    background-color: #0083d7;
    color: #fff;
}
.mo_terms_table thead td {
    padding: 3px 10px;
}
.mo_terms_table thead td {
    border-right: solid 1px #ffffff;
}
.mo_terms_table thead td:last-of-type {
    border-right: solid 0px #ffffff;
}
.mo_terms_table tbody td {
    border: unset;
    border-right: solid 1px #0083d7;
    border-bottom: solid 1px #0083d7;
    padding: 3px 5px;
    font-size: 14px;
    margin: 0;
}
.mo_terms_table tbody td:first-of-type {
    border-left: solid 1px #0083d7;
}


/* ============================= ADAPTIVE =========================== */

@media screen and (max-width: 1100px) {
    .s_pr_de p.btn {
        padding: 5px 16px 5px 13px;
    }
}

@media screen and (max-width: 1000px) {
    .page_event_anounce {
        width: 100% !important;
    }
    .page_event_anounce-list {
        padding-top: 30px;
    }
    .page_event_anounce-lectors[mo_desctop_hide="1"] {
        position: relative !important;
        opacity: 1;
        pointer-events: all;
        padding: 60px 0 50px 0;
    }
    .page_event_anounce-lectors[mo_desctop_hide="0"] {
        position: absolute !important;
        opacity: 0;
        pointer-events: none;
    }
    .page_event_anounce-lector {
        max-width: 340px !important;
    }
}

@media screen and (max-width: 600px) {
    .page_event_anounce-type {
        font-size: 25px;
    }
    .page_event_anounce-descr * {
        font-size: 20px;
    }
    .page_event_anounce-descr--big, .page_event_anounce-descr--big * {
        font-weight: bold;
        font-size: 30px;
    }
    .page_event_anounce-date {
        font-size: 15px;
    }
    .page_event_anounce-date--big, .page_event_anounce-date--big * {
        font-size: 22px;
    }
    .page_event_anounce-date--mid, .page_event_anounce-date--mid * {
        font-size: 15px;
    }
    .page_event_anounce-timer .promo-timeout {
        font-size: 25px !important;
    }
    .page_event_anounce-bonus {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .page_event_anounce-bonus-item {
        width: calc(100% - 20px);
    }
    .page_event_anounce-lector {
        width: calc(100% - 40px) !important;
    }
    .properties_two_list {
        padding: 0;
    }
}

@media screen and (max-width: 500px) {
    .page_event_anounce-content form > p {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .page_event_anounce-content form > p > * {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 100% !important;
                flex: 1 1 100% !important;
        text-align: center;
    }
    /* -- agents -- */
    .t_tp h3 {
        font-size: var(--fs16);
    }
}

/* =================================== @media only screen and (max-width: 1400px) =================================== */

@media only screen and (max-width: 1400px) {
    .h_b .h_menu li a {
        padding: 0px 8px;
    }
    .h_b .h_menu_lk li a {
        padding: 0 9px;
    }
    .h_b .h_menu .current-menu-item a {
        padding: 0px 9px;
    }
    .h_b .h_menu_lk .menu-item {
        margin: 0 3px;
    }
}

/* =================================== @media only screen and (max-width: 1300px) =================================== */

@media only screen and (max-width: 1300px) {
    h1 {
        font-size: 2.7rem;
    }
    .ho_one h1 {
        font-size: 35px !important;
    }
    .ho_one .sub {
        font-size: 21px !important;
    }
    .ho_one .count .nu {
        font-size: 40px;
    }
    .h_b .grid {
        -ms-grid-columns: 175px auto 40px 150px 180px;
        grid-template-columns: 175px auto 40px 150px 180px;
    }
    .s_pr_de p.btn {
        padding: 6px 18px 6px 14px;
        font-size: var(--fs12);
    }
    .s_pr_de .pr-btn-ext {
        font-size: var(--fs10);
    }
}

/* =================================== @media only screen and (max-width: 1200px) =================================== */

@media only screen and (max-width: 1200px) {
    .h_b .h_menu ul {
        margin: 1px auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .h_b .h_menu_lk .menu-item {
        margin: 0 0px;
    }
    .ho_one .oth {
        padding: calc(12em - 1em) 0 8em 0;
    }
    .si_pr_two li{
        width: 40%;
        margin: 0 4%;
    }
    .properties_two_list--old[cnt_more="1"][cnt_end="1"] li:last-of-type {
        width: 40%;
        margin: 0 4%;
    }
    /* -- agents --- */
    .team .t_bt.gcol-3 {
        -ms-grid-columns: 1fr 50px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}

/* =================================== @media only screen and (max-width: 1150px) =================================== */

@media only screen and (max-width: 1150px) {
    .c_f .gcol-2 {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
    .si_pr_one .gcol-4 {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
    .ab .button-div[two_items="1"] {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .button-div-mockup {
        height: 100px;
        width: 100%;
        margin: 0 auto 15px auto;
    }
    .button-div-mockup-img {
        width: auto !important;
        height: 100% !important;
    }
}

/* =================================== @media only screen and (max-width: 1100px) =================================== */

@media screen and (max-width: 1100px) {
    .p_layout_area-list-item-bt_area {
        display: none;
    }
    .p_layout_area-left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(355px - 30px);
                flex: 0 0 calc(355px - 30px);
        border-radius: 15px;
    }
    .p_layout_area-right {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
    }
    .p_layout_area-list-item-img_area {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 80px;
                flex: 0 0 80px;
    }
    .p_layout_area-list-item-img_area img {
        border-radius: 7px;
    }
    .p_layout_area-list-item {
        padding: 5px 15px;
    }
    .p_layout_area-list-item-info {
        padding: 10px;
    }
    .p_layout_area-list-cat {
        padding: 5px 15px 5px 15px;
    }
    .p_layout_area-list-cat {
        font-size: 1.0rem;
    }
    .p_layout_area-list-cat-footage {
        font-size: 0.8rem;
        width: 100%;
    }
    .f_b_t .grid {
        -ms-grid-columns: 1fr 80px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
    #mo-cookieConsent {
        width: 100%;
        margin-left: 0;
        left: 0px;
        bottom: 0px;
        border-radius: 0;
        max-width: unset;
    }
    .gcol-4:not(.f_b_t .grid){ -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr); }
}

/* =================================== @media only screen and (max-width: 1000px) =================================== */

@media only screen and (max-width: 1000px) {
    .h_menu_lk .menu {
        background-color: transparent;
    }
}

/* =================================== @media only screen and (max-width: 930px) =================================== */

@media only screen and (max-width: 930px) {

    #video_ext_popup .mo_mess_popup_win {
        max-width: 100%;
        border-radius: 0;
    }
    .a_two .ab {
        padding: 9rem 0;
    }
}

/* =================================== @media only screen and (max-width: 900px) =================================== */

@media screen and (max-width: 900px) {
    .h_b .grid {
        -ms-grid-columns: 135px auto 39px 153px 180px;
        grid-template-columns: 135px auto 39px 153px 180px;
    }
    .p_layout_area-left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(255px - 30px);
                flex: 0 0 calc(255px - 30px);
    }
    .p_layout_area-list-item-info-floor-hide {
        display: none !important;
    }
    .p_layout_area-viewer-gallery_area {
        padding: 5px 10px 0 10px;
    }
    .p_layout_area-viewer-gallery_area-item {
        width: calc(25% - 8px);
        margin: 4px;
        border-radius: 8px;
    }
    .p_layout_area-viewer-gallery_area-item img {
        border-radius: 6px;
    }
    .p_layout_area-viewer-title {
        font-size: 1.05rem;
    }
    .thanks_page-main_descr {
        font-size: 2rem;
        line-height: 1.5em;
    }
}

/* =================================== @media only screen and (max-width: 800px) =================================== */

@media only screen and (max-width: 800px) {
   
    h1,h2,h3{ font-size: var(--fs24); }
    h4,h5,h6{ font-size: var(--fs20); }

    p,a,li, div, small{ font-size: var(--fs14); }

    .gcol-2{ -ms-grid-columns: (1fr)[1]; grid-template-columns: repeat(1, 1fr); }
    .gcol-3{ -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr); }
    .gcol-75_auto{ -ms-grid-columns: (1fr)[1]; grid-template-columns: repeat(1, 1fr); }
    .col-11,
    .col-10,
    .col-9,
    .col-8,
    .col-7,
    .col-6,
    .col-5,
    .col-4,
    .col-3,
    .col-2,
    .col-1{ width: 100%; }

    .title .sub{ font-size: var(--fs20) !important; }

    .gritem-1 { -ms-grid-row: 1; -ms-grid-row-span: 1; -ms-grid-column: 1; -ms-grid-column-span: 1; grid-area: 1 / 1 / 2 / 2; }
    .gritem-2 { -ms-grid-row: 1; -ms-grid-row-span: 1; -ms-grid-column: 2; -ms-grid-column-span: 1; grid-area: 1 / 2 / 2 / 3; }
    .gritem-3 { -ms-grid-row: 2; -ms-grid-row-span: 1; -ms-grid-column: 1; -ms-grid-column-span: 1; grid-area: 2 / 1 / 3 / 2; }
    .gritem-4 { -ms-grid-row: 2; -ms-grid-row-span: 1; -ms-grid-column: 2; -ms-grid-column-span: 1; grid-area: 2 / 2 / 3 / 3; }
    .gritem-5 { -ms-grid-row: 3; -ms-grid-row-span: 1; -ms-grid-column: 1; -ms-grid-column-span: 1; grid-area: 3 / 1 / 4 / 2; }
    .gritem-6 { -ms-grid-row: 3; -ms-grid-row-span: 1; -ms-grid-column: 2; -ms-grid-column-span: 1; grid-area: 3 / 2 / 4 / 3; }
    .gritem-7 { -ms-grid-row: 4; -ms-grid-row-span: 1; -ms-grid-column: 1; -ms-grid-column-span: 1; grid-area: 4 / 1 / 5 / 2; }
    .gritem-8 { -ms-grid-row: 4; -ms-grid-row-span: 1; -ms-grid-column: 2; -ms-grid-column-span: 1; grid-area: 4 / 2 / 5 / 3; }

    .flexRevert{ -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-flow: column-reverse; flex-flow: column-reverse; }


    /* Header */
    .h_b{ padding: 0; }
    .h_menu{ display: none; }
    .h_user{ display: none; }
    .h_b .grid {
        -ms-grid-columns: 160px auto auto auto 0;
        grid-template-columns: 160px auto auto auto 0;
        width: calc(100% - 50px);
    }
    .header_promo_buttons_area {
        width: 100%;
        right: 0;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        bottom: unset;
        top: 65px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    /* Home */
    .ho_one img{ width: 100%; height: 850px; }
    .ho_one .sub{ font-size: var(--fs20); }
    .ho_tw .grid { -ms-grid-columns: 1fr; grid-template-columns: repeat(1, 1fr); }
    .ho_fo .itm h4{ font-size: var(--fs16); }
    .ho_fo .itm a{ padding: 10px; }
    .ho_fo .grid{ -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr); -ms-grid-rows: (1fr)[4]; grid-template-rows: repeat(4, 1fr); }
    .ho_fo .grid > *:nth-child(1){ -ms-grid-row:1; -ms-grid-column:1; }
    .ho_fo .grid > *:nth-child(2){ -ms-grid-row:1; -ms-grid-column:2; }
    .ho_fo .grid > *:nth-child(3){ -ms-grid-row:2; -ms-grid-column:1; }
    .ho_fo .grid > *:nth-child(4){ -ms-grid-row:2; -ms-grid-column:2; }
    .ho_fo .grid > *:nth-child(5){ -ms-grid-row:3; -ms-grid-column:1; }
    .ho_fo .grid > *:nth-child(6){ -ms-grid-row:3; -ms-grid-column:2; }
    .ho_fo .grid > *:nth-child(7){ -ms-grid-row:4; -ms-grid-column:1; }
    .ho_fo .grid > *:nth-child(8){ -ms-grid-row:4; -ms-grid-column:2; }
    .ho_se .grid{ -ms-grid-columns: (1fr)[1]; grid-template-columns: repeat(1, 1fr); }
    .ho_one .count .nu{ font-size: var(--fs24); }
    .ab .button-div form {
        max-width: unset;
        margin-bottom: 40px;
    }
    .ho_one .oth {
        padding: calc(12em - 1em) 0 8em 0;
    }
    .ho_one .title-div {
        padding: 2.5em 0px 2.5em 0;
    }
    .gcol-75_auto {
        text-align: center;
    }
    .home_promo_buttons {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .hone_promo_buttons .home_promo_button {
        margin: 0 8px 15px 8px;
    }
    .ho_one .count.f {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
    }
    .ho_one .count .on {
        padding: 0 15px 20px 15px;
    }

    /* About */
    .a_fo .t_bt{ -ms-grid-columns: 1fr; grid-template-columns: repeat(1, 1fr); }
    .a_fi_i.grid{ -ms-grid-columns: (1fr)[1]; grid-template-columns: repeat(1, 1fr); }

    /* Blog */
    .b_al img{ height: auto; border-radius: 12px 12px 0 0; }
    .b_al .i_al_r{ border-radius: 0 0 12px 12px; }
    .b_al .swiper{ height: 1180px; }
    .b_al .i_al_r h4{ overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1;  -webkit-box-orient: vertical; }
    .b_al .i_al_r p{ overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4;  -webkit-box-orient: vertical; }
    .b_one .title-div {
        width: 100% !important;
    }
    .ho_one .title-div .sub,
    .ho_one .title-div .sup {
        display: none;
    }
    .ho_one h1 {margin-bottom: 0;}

    /* Contact */
    .c_p_o .grid{ -ms-grid-columns: 1fr 50px 1fr; grid-template-columns: repeat(2, 1fr); }

    /* Vacancies */
    .j_on .grid{ -ms-grid-columns: 1fr; grid-template-columns: repeat(1, 1fr); }

    /* Properties */
    .pr_p_three .go{ -ms-grid-columns: (1fr)[1]; grid-template-columns: repeat(1, 1fr); }
    .pr_p_three .grid{ grid-gap: 20px; }

    .properties_two_list-item {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
        margin-bottom: 0px !important;
    }
    .properties_two_list-item-img,
    .properties_two_list-item-text {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        padding-bottom: 15px;
    }
    .properties_two_list-item-text {
        padding-top: 0;
        padding-bottom: 15px 15px 25px 15px;
    }
    .properties_two_list-spoiler-bt_area {
        margin-top: 30px !important;
    }

    /* Agents */
    .t_bt .f.i_c div[class*="col"] {
        text-align: center;
    }
    .t_bt a{ margin: 20px auto 0 auto; width: -webkit-max-content; width: -moz-max-content; width: max-content;}
    ul.a_t {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    /* Single Agents */
    .si_one .grid{ -ms-grid-columns: 1fr; grid-template-columns: repeat(1, 1fr); }

    .agent_contact_area {
        padding: 4rem 0 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    /* error ? */

    .ho_one .oth {
        bottom: 40%;
    }
    .si_pr_two ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
    }
    .si_pr_two li {
        width: 100% !important;
        margin-left: 0 !important;
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 auto !important;
                flex: 1 1 auto !important;
    }
    .about_timeline--left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 125px;
                flex: 0 0 125px;
    }
    .about_timeline_spr {
        font-size: 1.2rem;
    }
    .about_timeline_line {
        right: 14%;
    }
    .about_timeline_line {
        margin-top: 0.82rem;
    }
    .mo_popup_video_auto {
        height: 420px;
    }
    .thanks_page_main[thanks_type="video"] .thanks_page-in-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .thanks_page-in-video_area {
        margin: 0 auto;
        max-width: 600px;
    }
    .thanks_page-in-calendar_area {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%;
    }
    .thanks_page-in-calendar {
        margin: 0 15px 25px 15px;
    }
}

/* =================================== media only screen and (max-width: 700px) =================================== */

@media only screen and (max-width: 700px) {
    .ho_one #t_ho_on .grid {
        -ms-grid-columns: (1fr)[1] !important;
        grid-template-columns: repeat(1, 1fr) !important;
        text-align: center;
    }
    .thanks_page-in-header {
        padding-left: 40px;
        padding-right: 40px;
    }
    .h_b .grid {
        -ms-grid-columns: 175px auto 0 0 0;
        grid-template-columns: 175px auto 0 0 0;
    }
    .ho_one .title-div {
        padding: 1.1em 0px 2.3em 0;
    }
}

/* =================================== media only screen and (max-width: 600px) =================================== */

@media only screen and (max-width: 600px) {
    .header_promo_buttons_area {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .header_promo_buttons_area .header_promo_button {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
    }
    .mo_popup_video_auto {
        height: 310px;
    }
    .p_layout_area-title {
        margin-bottom: 2em;
    }
    .p_layout_area-left {
        margin-bottom: 4.5em;
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
    }
    .p_layout_area-right {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        margin: 0 20px;
    }
    .p_layout_area-list {
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .p_layout_area-list-item-bt_area {
        display: block;
    }
    .p_layout_area-viewer-button_area {
        padding-top: 15px;
    }
    .thanks_page-in-header {
        padding-bottom: 70px;
    }
    .thanks_page-main_descr {
        font-size: 1.6rem;
    }
    .thanks_page-in-calendar_area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .thanks_page-in-calendar {
        margin-left: 0;
        margin-right: 0;
    }
    .mo-cookieImage {
        display: none;
    }
    .gcol-4:not(.f_b_t .grid){ -ms-grid-columns: (1fr)[1]; grid-template-columns: repeat(1, 1fr); }
}

/* =================================== media only screen and (max-width: 570px) =================================== */

@media only screen and (max-width: 570px) {
    .mo_mess_popup_win {
        max-width: 100%;
        border-radius: 0;
    }
    .mo_mess_popup_txt {
        font-size: 1.1rem;
    }
    .mo_mess_popup_content_bt,
    .mo_mess_popup button,
    .mo_mess_popup input[type="button"],
    .mo_mess_popup input[type="submit"] {
        font-size: 1.1rem;
    }
    .thanks_page-in-header {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* =================================== media only screen and (max-width: 500px) =================================== */

@media only screen and (max-width: 500px) {

    .gcol-3{ -ms-grid-columns: (1fr)[1]; grid-template-columns: repeat(1, 1fr); }
    .gcol-4{ -ms-grid-columns: (1fr)[1]; grid-template-columns: repeat(1, 1fr); }

    /* Home */
    .ho_tw{ padding: 50px 0; }
    .ho_tw .inv img{ -o-object-fit: contain; object-fit: contain; }
    .ho_tw .inv .info{ width: 80%; }
    .ho_tw .inv{ margin: 20px 0 40px 0; }
    .wrap-slider{ left: 0; }
    .banner-video{ height: auto; }
    .ho_fo{ padding: 50px 0; }
    .ho_fi .inf{ padding: 50px 20px; }
    .ho_fi .inf h2{ font-size: var(--fs20); }
    .ho_si{ padding: 50px 0; }
    .ho_si img{ max-width: 200px; height: 200px; }
    .ho_si span{ font-size: var(--fs16); }
    .ho_si h4{ font-size: var(--fs16); }
    .ho_si p{ font-size: var(--fs14); } 
    .ho_si .title{ margin-bottom: 30px; } 
    .ho_se .title{ margin-bottom: 30px; }
    .ho_fi li img{ max-width: 100%; }
    .ho_one .oth {
        padding: calc(10em - 1em) 0 7em 0;
    }
    .ho_one ul li a {
        font-size: 1.2rem;
    }
    .ho_one .title-div {
        padding: 2em 0 2em 0;
    }
    .ho_one h1 {
        font-size: 28px !important;
    }

    /* Contact */
    .c_f{ padding: 100px 0 50px; }
    .c_in form [class*="col"]{ padding: 10px; }
    .c_in{ grid-gap: 20px; }

    /* News */
    .ns_fo img{ height: 500px; }

    /* Footer */
    .f_b_t .grid{
        grid-gap: 10px;
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
    .f_b_b .copy{ text-align: center; margin-top: 20px; }

    /* About */
    .a_on .a_on_it li div[class*="col"]{ padding: 10px 0; }
    .a_on{ padding: 50px 0; }
    .t_tp{ padding: 20px 10px; }
    .t_bt{ padding: 20px; grid-gap: 30px; }
    .a_fi img{ width: 100%; }
    .a_se{ padding: 50px 0; }
    .a_se .title{ margin: 0 0 80px 0; }

    /* Agents */
    .t_bt .f.i_c div[class*="col"]{ text-align: center; }
    .team .t_bt.gcol-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }

    /* Single Agents */
    .b_one.s_agnt p{ font-size: var(--fs16); }
    .si_one{ padding: 50px 0; }
    .si_two{ padding: 50px 0 0; }

    .c_f {
        position:relative;
    }
    .gcol-4 li {
        /*white-space: nowrap;*/
    }
    .emodal-title {
        font-family: 'Poppins', sans-serif !important;
        font-weight: var(--Bold) !important;
    }
    .emodal-content {
        font-family: 'Poppins', sans-serif !important;
        font-weight: var(--Bold) !important;
    }
    .emodal.theme-1 {
        /* background: rgb(79,169,221) !important; */
        /* background: linear-gradient(90deg, rgba(79,169,221,1) 40%, rgba(99,181,180,1) 100%) !important; */
    }
    .wpcf7 form .wpcf7-response-output {
        position: static;
    }
    .si_pr_two li {
        width: 100%;
    }
    .about_timeline--left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 70px;
                flex: 0 0 70px;
    }
    .about_timeline_spr {
        font-size: 1.1rem;
        padding-left: 0;
    }
    .about_timeline_line {
        right: 10%;
    }
    .about_timeline_line {
        margin-top: 0.75rem;
    }
    .about_timeline--right {
        padding-left: 10px;
        padding-right: 0;
    }
    #video_ext_popup .mo_mess_popup_win {
        padding-left: 0;
        padding-right: 0;
    }
    .mo_popup_video_auto {
        height: 280px;
        border-radius: 0;
    }

    .properties_two_list-item-img a {
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important;
    }
    .properties_two_list-item-text, .properties_two_list-item-text * {
        font-size: 1.2rem;
    }
    .properties_two_list-item-img img {
        border-width: 3px;
    }
    .thanks_page-logo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .mo-cookieContent {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .mo-cookieContent p {
        width: 100%;
    }
    #mo-acceptCookie, #mo-denyCookie {
        margin: 10px 5px 0px 5px;
    }
}

/* =================================== =================================== */

@media only screen and (max-width: 420px) {
    .ho_one ul li a {
        font-size: var(--fs16);
    }
    .mo_popup_video_auto {
        height: 240px;
    }

    .p_layout_area-right {
        margin: 0 3px;
    }
    .p_layout_area-list-item-bt_see {
        padding: 8px 15px !important;
        font-size: var(--fs12);
    }
    .p_layout_area-viewer {
        height: 420px;
    }
    .p_layout_area-list-item-img_area:before {
        padding-top: 100%;
    }
    .p_layout_area-list-item-img_area {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60px;
                flex: 0 0 60px;
    }
    .p_layout_area-list-item-img_area img {
        border-radius: 5px;
        padding: 3px;
    }
    .thanks_page-main_descr {
        font-size: 1.3rem;
    }
    .thanks_page-time_blocks-item-info {
        font-size: 14px;
    }
}

/* =================================== =================================== */

@media only screen and (max-width: 330px) {
    .ho_one ul li a {
        font-size: var(--fs15);
    }
    .mo_popup_video_auto {
        height: 200px;
    }
    .thanks_page-main_descr {
        font-size: 1.1rem;
    }
    .thanks_page-time_blocks-item-info {
        font-size: 13px;
    }
}

/* =================================== =================================== */

@media only screen and (min-width: 801px){

    .gcol-75_auto {
        -ms-grid-columns: calc(65% - 20px) 20px 35%;
        grid-template-columns: calc(65% - 20px) 35%;
        gap: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .gcol-50_25{
        -ms-grid-columns: calc(65% - 20px) 20px 35%;
        grid-template-columns: calc(65% - 20px) 35%;
        gap: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}


/* .ho_one input[type="submit"], .b_one input[type="submit"] {min-width: 100%;} */

.ho_one form.sent .wpcf7-response-output, .b_one form.sent .wpcf7-response-output {
    background-color: white;
    padding: 10px 15px;
    text-align: center;
}

.b_one form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /* border-radius: 70px; */
    /* background: var(--w); */
	-ms-flex-direction: column!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
	        flex-direction: column!important;
	margin-bottom: 20px;
}
.b_one form .wpcf7-response-output {
    border: none;
	padding: 0;
	margin: 20px 0 0;
	text-align: left;
	color: #dc3232;
    font-size: var(--fs14);
}
.b_one form.sent .wpcf7-response-output {
	color: #46b450;
}
.b_one form .wpcf7-spinner {
    left: 8px;
    margin-left: 0px;
}
.b_one form .wpcf7-not-valid-tip {
	display:none !important;
}
.b_one form .wpcf7-not-valid {
	border: 1px dashed #dc3232 !important;
}
.b_one input[type="text"],
.b_one input[type="tel"],
.b_one input[type="number"]{
    border-radius: 70px;
    /*max-width: max-content;*/
    width: 100%;
}
.b_one input[type="submit"]{
    /* max-width: 150px; */
    width: 100%;
    text-align: center;
    display: block;
    /* margin-left: auto; */
    margin-top: 10px;
    border-radius: 70px;
	cursor: pointer;
    white-space: break-spaces;
}
.b_one p label {
    font-weight: 400;
    color: #fff;
}
.ho_one h1 {
    line-height: 115%;
    font-size: 42px;
}
.contactus {padding: 30px;}

/* форма в контактах */

#responsive-form{
	max-width: 100%;
	margin: 0 auto;
    width: 100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* --- when a CF7 form is submitted, its "submit" is temporarily disabled --- */

form input[type="submit"][submit_pause="1"] {
    opacity: 0.8;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    cursor: no-drop;
    pointer-events: none;
}

/* --- hide --- */

.mo_cf7_post_data {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.wpcf7-response-output:not(.mo_mess_popup .wpcf7-response-output) {
    display: none !important;
}
.mo_mess_popup .wpcf7-response-output {
    margin: 28px 0 10px 0;
    border-radius: 15px !important;
    border-width: 2px !important;
}
.mo_mess_popup .wpcf7-spinner {
    position: absolute;
    left: 50%;
    margin-left: -12px;
    margin-top: 26px;
    pointer-events: none;
    opacity: 0.2;
    mix-blend-mode: color-burn;
}

/* =================================== Media query =================================== */

@media only screen and (min-width: 48em) {
	.column-half{width: 50%;}
}



.flag-container .divider::before {
	display: none !important ;
}

