/*Разработано в HPACE (vk.com/webstage, hpace.ru, +79293744874, @mazaretto - TG) */

@font-face {
    font-family: 'GT Eesti Pro Display';
    src: url('../fonts/GTEestiProDisplay-Bold.eot');
    src: local('GT Eesti Pro Display Bold'), local('GTEestiProDisplay-Bold'),
    url('../fonts/GTEestiProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GTEestiProDisplay-Bold.woff2') format('woff2'),
    url('../fonts/GTEestiProDisplay-Bold.woff') format('woff'),
    url('../fonts/GTEestiProDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'GT Eesti Pro Display';
    src: url('../fonts/GTEestiProDisplay-Medium.eot');
    src: local('GT Eesti Pro Display Medium'), local('GTEestiProDisplay-Medium'),
    url('../fonts/GTEestiProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GTEestiProDisplay-Medium.woff2') format('woff2'),
    url('../fonts/GTEestiProDisplay-Medium.woff') format('woff'),
    url('../fonts/GTEestiProDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'GT Eesti Pro Display';
    src: url('../fonts/GTEestiProDisplay-Light.eot');
    src: local('GT Eesti Pro Display Light'), local('GTEestiProDisplay-Light'),
    url('../fonts/GTEestiProDisplay-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GTEestiProDisplay-Light.woff2') format('woff2'),
    url('../fonts/GTEestiProDisplay-Light.woff') format('woff'),
    url('../fonts/GTEestiProDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GT Eesti Pro Display';
    src: url('../fonts/GTEestiProDisplay-Regular.eot');
    src: local('GT Eesti Pro Display Regular'), local('GTEestiProDisplay-Regular'),
    url('../fonts/GTEestiProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GTEestiProDisplay-Regular.woff2') format('woff2'),
    url('../fonts/GTEestiProDisplay-Regular.woff') format('woff'),
    url('../fonts/GTEestiProDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GT Eesti Pro Display';
    src: url('../fonts/GTEestiProDisplay-Regular.eot');
    src: local('GT Eesti Pro Display Regular'), local('GTEestiProDisplay-Regular'),
    url('../fonts/GTEestiProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GTEestiProDisplay-Regular.woff2') format('woff2'),
    url('../fonts/GTEestiProDisplay-Regular.woff') format('woff'),
    url('../fonts/GTEestiProDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Barkentina-text';
    src: url('../fonts/barkentina-text.otf');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'GT Eesti Pro Display', sans-serif;
    color: #010306;
}
ul, li{
    list-style: none;
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%;
}
h1{
    font-family: 'Barkentina-text', sans-serif;
    font-weight: normal;
    font-size: 60px;
    line-height: 73px;
    color: #010306;
}
h2{
    font-family: 'Barkentina-text', sans-serif;
    font-size: 50px;
    line-height: 35px;
    color: #010306;
}
h3{
    font-family: 'GT Eesti Pro Display', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 26px;
    color: #010306;
}
h4{
    font-weight: 500;
    font-size: 25px;
    line-height: 26px;
    color: #010306;
}
h5{
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #010306;
}
p{
    font-size: 18px;
    line-height: 35px;
    color: #010306;
}
a:hover{
    text-decoration: none;
}
:focus{
    outline: none;
}
.header_main{
    background: url("../img/header_bg_main.jpg") center top no-repeat, #373026;
    color: #fff;
    padding-bottom: 230px;
    position: relative;
    padding-top: 140px;
}
.burger_menu_icon{
    position: absolute;
    right: 0;
}
.contact_info_header_icon{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #FFFFFF;
    text-align: center;
    color: #EBB06C;
    margin-right: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: 0.3s;
}
.contact_info_header{
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    transition: 0.3s;
}
.header_top_contact{
    display: flex;
    justify-content: space-between;
}
.contact_info_header{
    margin-left: 35px;
}
.header_menu{
    display: flex;
    justify-content: center;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 47.64%, rgba(255, 255, 255, 0) 99.41%);
    border-radius: 10px;
    padding: 26px 0;
    margin-top: 11px;
}
.header_menu li a{
    font-family: 'Barkentina-text', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin: 0 25px;
    position: relative;
}
.header_menu li a span{
    opacity: 0.5;
    transition: 0.3s;
}
.header_menu li a:hover span{
    opacity: 1;
}
.header_menu li a:before{
    content: "";
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: -28px;
    top: 50%;
    margin-top: -3px;
}
.header_menu li:last-child a:before{
    content: none;
}
.header_main_img{
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-top: 8px;
}
.header_main h1{
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
.header_main h5{
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #FFF5F5;
    font-weight: 300;
    margin-top: 16px;
    margin-bottom: 38px;
}
.logo_header{
    position: absolute;
    left: 15px;
    top: 15px;
}
.logo_header img{
    width: 170px;
}
.burger_menu_icon{
    position: absolute;
    right: 0;
    top: 56px;
    background: #FFFFFF;
    border-radius: 50px 0 0 50px;
    padding: 4px 16px;
}
.burger_menu_icon:hover{
    cursor: pointer;
}
.contact_info_header_social{
    margin-left: 15px;
}
.contact_info_header_social .contact_info_header_icon{
    margin-right: 0;
}
.contact_info_header:hover{
    color: #fff;
}
.contact_info_header:hover .contact_info_header_icon{
    background: #EBB06C;
    color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
input{
    background: #FFFFFF;
    border-radius: 50px;
    padding: 12px 26px;
    font-size: 18px;
    line-height: 86.5%;
    color: #555555;
    border: 1px solid #fff;
    box-shadow: none;
}
input:focus{
    border: 1px solid #07A6FF;
}
input[type="submit"]{
    background: #EBB06C;
    border-radius: 50px;
    font-weight: bold;
    font-size: 18px;
    line-height: 86.5%;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #EBB06C;
    padding: 15px 50px;
    display: inline-block;
    transition: 0.3s;
}
input[type="submit"]:hover{
    box-shadow: 0px 4px 20px rgba(235, 176, 108, 0.7);
    cursor: pointer;
}
.header_form_main_wrapper{
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 40px;
}
.header_form_main_wrapper form{
    display: flex;
    justify-content: space-between;
}
.header_form_main_wrapper input{
    width: 100%;
    margin: 0 18px;
}
.last-news_item{
    padding: 20px 17px;
    color: #fff;
    display: flex;
    align-items: flex-end;
    height: 200px;
    border-radius: 10px;
    margin-right: 8px;
}
.last-news_item h4{
    font-weight: 400;
    font-size: 25px;
    line-height: 106.5%;
    color: #FFFFFF;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.last-news_item p{
    font-size: 20px;
    line-height: 37px;
    text-align: center;
    width: 100px;
    position: absolute;
    right: 0;
    top: 40px;
    border-radius: 50px 0 0 50px;
    background: #fff;
    color: #EBB06C;
}
.last-news_item{
    position: relative;
    transition: 0.3s;
    margin: 20px 5px;
}
.last-news_item:hover{
    cursor: pointer;
    transform: scale(1.03);
}
.last_news h3{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
    color: #FFF5F5;
}
.last_news hr{
    border-color: #fff;
    width: 116%;
}
.last_news{
    margin-top: -180px;
}
.last_news .swiper-button-next:after, .last_news .swiper-button-prev:after{
    content: none;
}
.last_news .swiper-button-next, .last_news .swiper-button-prev{
    color: #fff;
    right: 12px;
    top: -17px;
    left: auto;
    font-size: 18px;
    transition: 0.3s;
}
.last_news .swiper-button-prev{
    right: 50px;
}
.last_news .swiper-button-next:hover, .last_news .swiper-button-prev:hover{
    color: #EBB06C;
}
.services_home{
    background: url("../img/services_home1.jpg") center bottom no-repeat;
    padding-top: 240px;
    padding-bottom: 50px;
    margin-top: -100px;
}
.services_home_img{
    max-width: initial;
}
.services_home_item{
    font-weight: 300;
    font-size: 35px;
    line-height: 106.5%;
    color: #555555;
    height: 180px;
}
.services_home_item p{
    font-weight: 300;
    font-size: 35px;
    line-height: 106.5%;
    color: #555555;
}
.services_home_item p span{
    font-weight: 700;
    color: #EBB06C;
}
.services_home_item:nth-child(1){
    background: url("../img/services_home_item1.png") left bottom no-repeat;
    padding-top: 50px;
    padding-left: 50px;
}
.services_home_item:nth-child(2){
    background: url("../img/services_home_item2.png") left bottom no-repeat;
    padding-top: 50px;
    padding-left: 50px;
}
.services_home_item:nth-child(3){
    background: url("../img/services_home_item3.png") left bottom no-repeat;
    padding-top: 50px;
    padding-left: 50px;
}
.about_project{
    background: url("../img/about_project_bg.jpg") center top no-repeat;
    background-size: cover;
    padding: 60px 0;
    color: #fff;
    text-align: center;
}
.about_project h2{
    color: #FFF5F5;
    font-size: 50px;
    line-height: 61px;
    margin-bottom: 20px;
}
.about_project h4{
    margin-top: 40px;
    font-weight: bold;
    font-size: 35px;
    line-height: 106.5%;
    text-align: center;
    color: #FFF5F5;
    margin-bottom: 20px;
}
.about_project p{
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFF5F5;
    width: 80%;
    margin: 0 auto;
}
.advantage_section{
    background: url("../img/advantage_bg.jpg") center top no-repeat;
    background-size: cover;
    padding: 75px 0;
}
.advantage_section h2{
    font-size: 50px;
    line-height: 61px;
    text-align: center;
    color: #555555;
    margin-bottom: 25px;
}
.advantage_item{
    background: #fff;
    display: flex;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
    padding-right: 30px;
}
.advantage_item .advantage_item_img{
    width: 35%;
    margin-right: 30px;
    height: 290px;
}
.advantage_item .advantage_item_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.advantage_item .advantage_item_block{
    width: 65%;
    position: relative;
}
.advantage_item h4{
    font-weight: bold;
    font-size: 35px;
    line-height: 106.5%;
    color: #EBB06C;
    margin-top: 25px;
    margin-bottom: 20px;
}
.advantage_item p{
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #555555;
}
.advantage_item_block_number{
    position: absolute;
    right: -10px;
    top: 0;
    font-weight: bold;
    font-size: 80px;
    line-height: 106.5%;
    color: rgba(0, 0, 0, 0.05);
}
.advantage_section_form{
    background: url("../img/advantage_section_form_bg.jpg") center top no-repeat;
    padding: 0 25px;
    padding-top: 33px;
    padding-bottom: 40px;
    margin: 28px 0;
    border-radius: 10px;
    text-align: center;
}
.advantage_section_form form{
    display: flex;
    justify-content: space-between;
}
.advantage_section_form form input{
    width: 100%;
    margin: 0 15px;
}
.advantage_section_form form input[type="submit"]{
    border: 2px solid #FFFFFF;
}
.advantage_section_form h2{
    color: #fff;
}
.ready_to_move{
    background: #EBB06C;
    padding: 35px 0;
    text-align: center;
    color: #fff;
}
.ready_to_move h2{
    font-size: 50px;
    line-height: 53px;
    margin-bottom: 30px;
    text-align: center;
    color: #FFFFFF;
}
.ready_to_move form{
    display: flex;
}
.ready_to_move form input{
    margin: 0 15px;
    width: 100%;
}
.ready_to_move form input[type="submit"]{
    border: 2px solid #fff;
}
.material_section{
    background: url("../img/material_bg.jpg") center top no-repeat;
    padding: 70px 0;
    text-align: center;
}
.material_section h2{
    margin-bottom: 34px;
    font-size: 50px;
    line-height: 61px;
    text-align: center;
    color: #555555;
}
.material_section h4{
    font-weight: bold;
    font-size: 35px;
    line-height: 106.5%;
    color: #EBB06C;
    margin-bottom: 20px;
}
.material_section img{
    width: 230px;
}
.material_section p{
    font-size: 25px;
    line-height: 106.5%;
    text-align: center;
    color: #555555;
    width: 260px;
    margin: 0 auto;
    font-weight: 300;
}
.location{
    background: url("../img/location_bg.jpg") center top no-repeat;
    padding: 70px 0;
    padding-bottom: 80px;
    color: #fff;
    background-size: cover;
}
.location h2{
    color: #fff;
    margin-bottom: 30px;
}
.location_menu{}
.location p{
    font-weight: 300;
    font-size: 25px;
    line-height: 106.5%;
    color: #fff;
    margin-bottom: 30px;
}
.location hr{
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 26px;
}
.location_menu li{
    margin-bottom: 22px;
    display: flex;
    align-items: center;
}
.location_menu li span{
    font-weight: 500;
    font-size: 18px;
    line-height: 168%;
    color: #FFF5F5;
}
.location_menu li .location_menu_dot{
    width: 9px;
    height: 9px;
    background: #EBB06C;
    border-radius: 50%;
    margin-right: 20px;
}
.purchase_methods{
    background: url("../img/purchase_methods_bg.jpg") center top no-repeat;
    background-size: cover;
    padding-top: 58px;
    padding-bottom: 75px;
    color: #fff;
    overflow: hidden;
}
.purchase_methods_img{
    position: relative;
    height: 402px;
    border-radius: 10px;
    margin-bottom: 38px;
}
.purchase_methods_img span{
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    font-size: 80px;
    line-height: 106.5%;
    color: #EBB06C;
    top: 20px;
    right: 20px;
}
.purchase_methods_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.purchase_methods h2{
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    font-size: 50px;
    line-height: 61px;
    font-weight: 700;
}
.purchase_methods h4{
    font-weight: bold;
    font-size: 35px;
    line-height: 106.5%;
    color: #fff;
    margin-bottom: 20px;
}
.purchase_methods_list li{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.purchase_methods_list li p{
    font-weight: 500;
    font-size: 18px;
    line-height: 168%;
    color: #FFF5F5;
    margin-bottom: 0;
    margin-left: 20px;
}
.purchase_methods_list li p span{
    color: #EBB06C;
    font-weight: 700;
}
.location_menu_dot{
    width: 9px;
    height: 9px;
    background: #EBB06C;
    border-radius: 50%;
}
.purchase_methods_form{
    background: #EBB06C;
    border-radius: 10px 0 0 10px;
    margin-top: 30px;
    padding: 20px;
    Margin-right: -400%;
    padding-right: 400%;
}
.purchase_methods_form h6{
    font-weight: bold;
    font-size: 22px;
    line-height: 106.5%;
    color: #fff;
    margin-bottom: 14px;
}
.purchase_methods_form p{
    font-size: 16px;
    line-height: 94%;
    margin-bottom: 0;
    color: #FFF5F5;
}
.purchase_methods_form_btn{
    display: block;
    width: 100%;
    line-height: 50px;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #555555;
    background: #fff;
    border-radius: 30px;
    transition: 0.3s;
}
.purchase_methods_form_btn:hover{
    color: #555555;
    transform: scale(1.03);
}
.about_developer{
    background: url("../img/about_developer_bg.jpg") center top no-repeat;
    padding-top: 65px;
    text-align: center;
    padding-bottom: 75px;
}
.about_developer h2{
    font-size: 50px;
    line-height: 61px;
    color: #555555;
    margin-bottom: 30px;
    font-weight: 700;
}
.time_group{
    width: 585px;
    display: block;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 24px 32px;
    margin-bottom: 50px;
    max-width: 100%;
}
.time_group a{
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-decoration-line: underline;
    color: #EBB06C;
}
.time_group a:hover{
    text-decoration: none;
}
.about_developer1 img{
    margin-bottom: 24px;
}
.about_developer1 h5{
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #EBB06C;
}
.about_developer1 p{
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 0;
}
.about_developer1{
    margin-bottom: 50px;
}
.about_developer_item2{
    margin-bottom: 40px;
}
.about_developer_item2 span{
    font-weight: bold;
    font-size: 90px;
    line-height: 106.5%;
    color: #000000;
    opacity: 0.1;
}
.about_developer_item2 img{
    margin-top: -90px;
}
.about_developer_item2 h5{
    font-weight: bold;
    font-size: 35px;
    line-height: 106.5%;
    color: #EBB06C;
    margin-bottom: 10px;
}
.about_developer_item2 p{
    font-size: 25px;
    line-height: 106.5%;
    text-align: center;
    font-weight: 400;
    margin: 0 auto;
    color: #555555;
}
.ready_move{
    background: url("../img/ready_move_bg.jpg") center top no-repeat;
    padding-top: 68px;
    padding-bottom: 80px;
    text-align: center;
    background-size: cover;
    color: #fff;
}
.ready_move h2{
    font-size: 50px;
    line-height: 61px;
    text-align: center;
    color: #FFFFFF;
    width: 570px;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 40px;
    font-weight: 700;
}
.ready_move h4{
    font-weight: 300;
    font-size: 35px;
    line-height: 106.5%;
    text-align: center;
    color: #FFF5F5;
    margin-bottom: 30px;
}
.ready_move_form_wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}
.ready_move_form_wrapper input{
    width: 100%;
    margin: 0 15px;
}
.ready_move_form_wrapper input[type="submit"]{
    border: 2px solid #EBB06C;
    color: #EBB06C;
    background: none;
}
.ready_move label{
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    position: relative;
}
.ready_move label:before{
    content: "";
    background: #FFFFFF;
    border-radius: 4px;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 18px;
    position: relative;
    top: 2px;
}
.ready_move label:after{
    content: "";
    display: none;
    width: 10px;
    height: 8px;
    background: url("../img/checkbox.svg") center top no-repeat;
    top: 5px;
    position: absolute;
    left: 2px;
}
.ready_move label:hover{
    cursor: pointer;
}
input[type="checkbox"]:checked + label:after{
    display: block;
}
.ready_move_form_checkbox input[type="checkbox"]{
    display: none;
}
.footer{
    background: url("../img/footer_bg.jpg") center top no-repeat, #555555;
    padding: 30px 0;
    overflow: hidden;
    height: 130px;
}
.footer_logo{
    text-align: center;
}
.footer .contact_info_header{
    margin-bottom: 20px;
}
.footer p{
    font-weight: 300;
    font-size: 16px;
    line-height: 106.5%;
    text-align: right;
    color: #FFFFFF;
    opacity: 0.5;
    width: 180px;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer_logo{
    margin-top: 0;
}
.footer_logo img{
    width: 180px;
}
.top_btn{
    position: fixed;
    bottom: 0;
    right: -5%;
    background: #FFFFFF;
    border-radius: 0 50px 50px 0;
    transform: rotate(-90deg);
    width: 270px;
    text-align: right;
    font-weight: bold;
    font-size: 30px;
    line-height: 55px;
    color: #EBB06C;
    padding-right: 20px;
    transition: 0.3s;
    display: none;
    z-index: 99;
}
.top_btn:hover{
    color: #fff;
    background: #EBB06C;
}
.top_btn i.fas{
    position: relative;
    top: 3px;
    margin-left: 12px;
}
.preloader{
    background: #EBB06C;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.loaded .preloader{
    display: none;
}
.preloader img{
    width: 680px;
}
.burger_menu{
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    left: 100vw;
    bottom: 0;
    background: rgba(55, 48, 38, 0.9);
    backdrop-filter: blur(4px);
    padding-top: 60px;
    text-align: right;
}
.burger_menu_header{
    background: #fff;
    display: inline-block;
    width: 360px;
    border-radius: 50px 0 0 50px;
    position: relative;
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 55px;
    height: 55px;
    text-align: center;
    color: #555555;
    font-family: 'Barkentina-text';
}
.burger_menu_header p{
    font-size: 35px;
    font-weight: 700;
    color: #555555;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 0;
    line-height: 55px;
}
.burger_menu_header .close_burger_header{
    position: absolute;
    left: 30px;
    top: -4px;
}
.burger_menu_header .close_burger_header:hover{
    cursor: pointer;
}
.burger_menu_head{
    margin-right: 17px;
}
.burger_menu_head li{
    margin-bottom: 30px;
}
.burger_menu_head li a span{
    font-family: 'Barkentina-text';
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: 0.3s;
    opacity: 0.5;
}
.burger_menu_head li a:after{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-left: 15px;
    position: relative;
    top: -5px;
}
.burger_menu_head li a:hover span{
    opacity: 1;
}
.header_main hr{
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    width: 38px;
    height: 4px;
    border: 0;
    margin: 0 auto;
}
.room_section{
    background: url("../img/room_bg.jpg") center bottom no-repeat;
    padding: 70px 0;
}
.room_section h2{
    text-align: center;
    margin-bottom: 20px;
    color: #555555;
}
.room_section_form form{
    display: flex;
    justify-content: space-between;
}
.room_section_form form input{
    margin: 0 15px;
    width: 100%;
}
.room_section_form form input[type="text"]{
    border: 2px solid rgba(85, 85, 85, 0.3);
}
.room_section_price{
    display: flex;
    justify-content: space-between;
    width: 670px;
    background: #FAFAFA;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    max-width: 100%;
    margin: 40px auto;
    padding: 30px;
    margin-top: 100px;
}
.room_section_price p{
    margin-bottom: 0;
}
.room_section_price_text{
    font-size: 35px;
    line-height: 106.5%;
    color: #555555;
}
.room_section_price_price{
    font-size: 35px;
    line-height: 106.5%;
    color: #555555;
    font-weight: 700;
}
.consultation_modal .modal-content{
    background: url("../img/modal_bg.png") center center no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 40px 30px;
    padding-bottom: 30px;
    border: 0;
}
.consultation_modal .modal-content h4{
    font-size: 32px;
    line-height: 39px;
    font-family: 'Barkentina-text';
    margin-bottom: 26px;
    color: #fff;
}
.consultation_modal .modal-content hr{
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    width: 38px;
    height: 4px;
    border: 0;
    margin: 0 auto;
    margin-bottom: 15px;
}
.consultation_modal .modal-content p{
    font-size: 18px;
    line-height: 106.5%;
    text-align: center;
    color: #FFF5F5;
    margin-bottom: 26px;
}
.consultation_modal .modal-content input{
    margin-bottom: 28px;
    width: 100%;
}
.modal button.close{
    color: #fff;
    font-size: 50px;
    font-weight: 100;
    position: absolute;
    right: 0px;
    top: -55px;
    opacity: 1;
}
.consultation_modal .consultation_modal_btn{
    width: 100%;
    display: block;
    background: #EBB06C;
    border-radius: 50px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    line-height: 50px;
    transition: 0.3s;
}
.consultation_modal .consultation_modal_btn:hover{
    opacity: 0.7;
}
.header_main_top{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 97;
    top: 0;
    padding-top: 10px;
    transition: 0.3s;
}
.header_main_fixed{
    background: #373026;
    padding-bottom: 30px;
    padding-top: 24px;
}
.header_main_fixed .logo_header img{
    width: 170px;
}
.header_main_fixed .logo_header{
    top: 4px;
}
.header_main_fixed .burger_menu_icon{
    top: 12px;
}
.preloader img{
    width: 300px;
}
.preloader_circle1{
    width: 680px;
    height: 680px;
    padding: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
}
.preloader_circle2{
    width: 600px;
    height: 600px;
    padding: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.room_slider{
    margin-top: 30px;
}
.room_section_item{
    background: #fff;
    display: block;
    width: 100%;
    height: 310px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.room_section_item_bac{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(360deg, rgba(62, 54, 43, 0.8) 0%, rgba(62, 54, 43, 0) 50%);
}
.room_section_item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.room_section_item p{
    position: absolute;
    bottom: 25px;
    left: 20px;
    font-size: 25px;
    line-height: 106.5%;
    color: #FFFFFF;
    z-index: 4;
}
.room_slider .swiper-slide{

}
.room-button-next:after, .room-button-prev:after{
    content: none;
}
.room-button-next, .room-button-prev{
    color: #555555;
    opacity: 0.2;
    transition: 0.3s;
}
.room-button-next:hover, .room-button-prev:hover{
    color: #EBB06C;
    opacity: 1;
}
.room-button-next{
    right: -30px;
    font-size: 50px;
    top: 27%;
}
.room-button-prev{
    left: -30px;
    font-size: 50px;
    top: 27%;
}
.room_modal .modal-content{
    background: #fff;
    color: #555555;
    padding: 0;
    padding-top: 20px;
    max-width: 700px;
}
.room_modal_wrapp{
    display: flex;
    margin-top: 30px;
    background: rgba(196, 196, 196, 0.1);
}
.room_modal_wrapp1{
    border-right: 1px solid #C4C4C4;
    width: 40%;
}
.room_modal_wrapp1 h5{
    margin-top: 30px;
    font-weight: 500;
    font-size: 35px;
    line-height: 95.5%;
    color: #555555;
    padding-left: 30px;
    text-align: left;
    margin-bottom: 30px;
}
.modal.show .modal-dialog{
    max-width: 700px;
}
#consultation.modal.show.consultation_modal .modal-dialog{
    max-width: 450px;
}
.room_modal_wrapp2{
    border-right: 1px solid #C4C4C4;
    text-align: left;
    width: 30%;
}
.room_modal_wrapp2:last-child{
    border: 0;
}
.consultation_modal .room_modal_wrapp2 p{
    font-weight: 300;
    font-size: 18px;
    margin-top: 26px;
    margin-bottom: 4px;
    line-height: 168%;
    color: #555555;
    opacity: 0.3;
    margin-left: 30px;
    text-align: left;
}
.consultation_modal .room_modal_wrapp2 h6{
    font-weight: 500;
    font-size: 22px;
    line-height: 105%;
    color: #EBB06C;
    margin-left: 30px;
    text-align: left;
}
.consultation_modal .room_modal_wrapp2 h6.room_modal_wrapp2span{
    font-size: 40px;
    line-height: 105%;
}
.header_main_fixed .header_menu{
    display: none;
}
.filter_room{
    margin-top: 40px;
}
.filter_room h6{
    font-weight: 500;
    font-size: 18px;
    line-height: 168%;
    color: #555555;
    margin-bottom: 70px;
}
.noUi-target{
    background: #C4C4C4;
    border-radius: 20px;
    height: 5px;
    box-shadow: none;
    border: 0;
}
.noUi-connect{
    background: #EBB06C;
}
.noUi-handle{
    width: 26px!important;
    height: 26px!important;
    border-radius: 50%;
    box-shadow: none;
    border: 0;
    background: #EBB06C;
}
.noUi-horizontal .noUi-handle{
    top: -11px;
    margin-left: -2px;
    right: -12px;
}
.noUi-marker.noUi-marker-horizontal.noUi-marker-normal{
    display: none;
}
.noUi-touch-area{

}
.noUi-handle:after, .noUi-handle:before{
    content: none;
}
.noUi-tooltip{
    background: none;
    font-size: 30px;
    line-height: 106.5%;
    border: 0;
    color: #EBB06C;
}
.noUi-marker-horizontal.noUi-marker-sub{
    display: none;
}
.noUi-marker-horizontal.noUi-marker-large{
    display: none;
}
.noUi-horizontal .noUi-handle:hover{
    cursor: pointer;
}
.filter_room1, .filter_room2{
    margin: 0 20px;
}
#merging-tooltips2 .noUi-connect{
    background: #373026;
}
#merging-tooltips2 .noUi-handle{
    background: #373026;
}
#merging-tooltips2 .noUi-tooltip{
    color: #373026;
}
.noUi-pips{
    color: #C4C4C4;
}
.room_lacation{
    width: 100px;
    margin-bottom: 10px;
    margin-left: 30px;
}
.room_img{
    width: 350px;
}
.room_slider{
    height: 310px;
}
.mfp-title{
    display: none;
}
.noUi-value.noUi-value-horizontal.noUi-value-sub{
    display: none;
}
.copy_hpace{
    font-size: 10px;
    text-align: right;
    display: block;
    color: #fff;
    transition: 0.3s;
}
.copy_hpace:hover{
    color: #fff;
    opacity: 0.8;
}
.copy_hpace span{
    display: block;
}
.copy_hpace img{
    width: 100px;
}