

body {
  font-family: Roboto Condensed;
}

header {
  background-color: #1A2427;
}

.transp {
	  position: absolute;
  top: 0px;
  width: 100%;
  background: none !important;
  z-index: 1000;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 0px 14px 0px;
}

.header_inner {
	display: flex;
flex-wrap: wrap;
}

header .logomenu_clmn {
max-width: 80%;
flex: 80%;
}

header .logomenu_clmn a img {
width: 100%;
} 

.header_logo {
    display: block;
    width: 24.5%;
    float: left;
    padding-right: 40px;
    box-sizing: border-box;
    line-height: 0px;
}


.header_main_menu {
    display: inline-block;
    list-style-type: none;
    margin-top: 45px;
}

.header_main_menu li {
    display: inline-block;
}

.header_main_menu li a {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    padding-right: 20px;

}

header .social_clmn {
max-width: 20%;
flex: 20%;
position: relative;
}

.header_lang_block {
    float: right;
    text-align: center;
    padding: 8px;
    width: 20px;
}

.header_lang_block span,
.header_lang_block li a {
	    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.header_social {
    width: auto;
    float: right;
    display: inline-block;
}



.header_social a img {
    width: 32px;
    height: 32px;
    margin-left: 20px;
}

.header_lang_menu {
	display: none;
    position: absolute;
    left: -5px;
    bottom: -30px;
    list-style-type: none;
}

.header_lang_menu li {
	padding: 7px;
    background: #192123;
    box-sizing: border-box;
}

.social_clmn_inner {
    position: absolute;
    width: 100%;
    bottom: -9px;
}

.curr_lang {
	position: relative;
}

.curr_lang:hover .header_lang_menu {
display: block;
}



.hp_first {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.hp_first_content {
	max-width: 57%;
	flex: 57%;
	background-color:#1A2427;
}

.hp_firts_bg {
	min-height: 900px;
	max-width: 43%;
	flex: 43%;
	background-image: url(../img/hp_first_right.jpeg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.hp_first_content_abs {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 330px;
}

.hp_first_content_inner h1 span {
	font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 53px;
display: block;
color: #FFFFFF;
}

.hp_first_content_inner h1:after {
    content: "";
    display: block;
    width: 205px;
    height: 2px;
    background: #8F7B52;
    position: absolute;
    bottom: -22px;
}

.hp_first_content_inner h1 {
	    margin: 0px !important;
	    position: relative;
}

.hp_first_button {
	    margin-top: 120px;
}

.btn {
	font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 16px;
padding: 20px 40px;
box-sizing: border-box;
color: #FFFFFF;
text-decoration: none;
}

.btn-g {
	background: #416D36;
}

.btn-b {
	background: #8F7B52;
}

.btn-sec {
	margin-left: 35px !important;
}

.hp_second .container {
	display: flex;
    flex-wrap: wrap;
}

.hp_second_left,
.hp_second_right {
	max-width: 50%;
	flex: 50%;
}

.hp_second_left_first {
	line-height: 0px !important;
}

.hp_second_left h2 {
margin: 75px 0px 0px 0px;
position: relative;
}

.hp_second_left h2 span {
	font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 53px;
display: block;
}

.hp_second_left h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #538F45;
    position: absolute;
    bottom: -17px;
}


p.text-block {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1A2427;
    margin-top: 60px !important;
    margin-bottom: 40px;
}

.custom-list {
	list-style-type: none !important;
	margin-bottom: 40px;
}


.custom-list li {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #1A2427;
    margin-bottom: 12px;
}

.custom-list li img {
	vertical-align: -10px;
}

.hp_second_right_first {
	background-color: #8F7B52;
	min-height: 413px;
	padding: 38px;
	box-sizing: border-box;
}

.hp_second_right_second {
    background-color: #416D36;
    min-height: 550px;
    display: flex;
    align-items: end;
    background-image: url('../img/hp_sec_bg.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.hp_second_left_second {
	    padding-right: 40px;
    box-sizing: border-box;
    min-height: 475px;
}


.hp_third {
	background: #F8F9FA;
	padding: 80px 0px;
	box-sizing: border-box;
}

.inner_title {
	font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 53px;
display: block;
position: relative;
margin: 0px !important;
}

.inner_title:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #538F45;
    position: absolute;
    bottom: -17px;
}

.hp_third_list {
	max-width: 960px;
	margin: 0 auto;
	    margin-top: -10px;
}

.hp_third_list_row_one,
.hp_third_list_row_two {
	display: flex;
	flex-wrap: wrap;
}

.hp_third_list_first,
.hp_third_list_second {
	    list-style-type: none;
    max-width: 68%;
    flex: 68%;
}

.hp_third_list_first_img, .hp_third_list_second_img {
    max-width: 32%;
    flex: 32%;
}

.hp_third_list_first li,
.hp_third_list_second li {
font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #1A2427;
    margin-bottom: 40px;
}

.hp_third_list_first li {
	 padding-right: 90px;
	 box-sizing: border-box;
}

.hp_third_list_second li {
	 padding-left: 90px;
	 box-sizing: border-box;
}

.hp_third_list_first li span,
.hp_third_list_second li span {
font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 48px;
    color: #8F7B52;
    display: inline-block;
    float: left;
    margin-right: 23px;
    padding-top: 2px;
    box-sizing: border-box;
}


.hp_third_list_first {
	margin-top: 80px
}

.hp_third_list_row_two {
	margin-top: 50px;
}

.hp_third_list_first_img img, .hp_third_list_second_img img {
	width: 100%;
}


.hp_faq {
padding: 80px 0px;
box-sizing: border-box;
}

.hp_faq_inner {
	    max-width: 960px;
    margin: 0 auto;
    margin-top: 50px;
}

.faq_block_single_title {
	font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 27px;
color: #1A2427;
padding: 24px 60px 22px 24px;
box-sizing: border-box;
border-bottom: 1px solid #909FA3;
position: relative;
}

.faq_block_single_title span {
    background-image: url(../img/faq_plus.svg);
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 30px;
    top: 23px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.faq_block_single.faq_open .faq_block_single_title span {
    background-image: url(../img/faq_minus.svg); 
    cursor: pointer;
}

.faq_block_single_content {
	display: none;
}

.faq_open .faq_block_single_content {
	display: block;
	background-color: #FBFBFB;
	padding: 24px 24px 22px 24px;
	box-sizing: border-box;
		font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #252F32;
}

.hp_last {
	display: flex;
	flex-wrap: wrap;
}

.hp_last_left,
.hp_last_right {
	max-width: 50%;
	flex: 50%;
}


.hp_last_left {
	justify-content: end;
    display: flex;
    background: #E4DFD5;
}


.hp_last_right {
	justify-content: start;
    display: flex;	
}

.hp_last_left_inner,
.hp_last_right_inner {
	    width: 600px;
}

.hp_last_right_inner p {
	font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #1A2427;
    margin-bottom: 20px;
}

.hp_last_right_inner {
	padding: 200px 0px 150px 40px;
    box-sizing: border-box;
}

.hp_last_left_inner {
	padding: 70px 40px 80px 0px;
    box-sizing: border-box;
}

.footer_top {
	background-color: #252F32;
	padding: 80px 0px;
	box-sizing: border-box;
}


.footer_bottom {
	background-color: #1A2427;
	padding:16px 0px;
	box-sizing: border-box;
}

.footer_top .container,
.footer_bottom .container {
display: flex;
flex-wrap: wrap;
}

.footer_top .clmn1,
.footer_top .clmn2,
.footer_top .clmn3 {
	max-width: 27%;
	flex: 27%;
}

.footer_top .clmn4 {
	max-width: 19%;
	flex: 19%;
	text-align: right;
}

.footer_copy {
	max-width: 50%;
	flex: 50%;
	text-align: left;
}

.footer-by {
		max-width: 50%;
	flex: 50%;
	text-align: right;
}

.footer_top .clmn1 h4,
.footer_top .clmn2 h4,
.footer_top .clmn3 h4 {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height:32px;
color: #8F7B52;
margin-top: 0px;
margin-bottom: 26px;
}

.footer_top .clmn1 ul,
.footer_top .clmn2 ul,
.footer_top .clmn4 ul {
list-style-type: none;
}

.footer_top .clmn1 ul li,
.footer_top .clmn2 ul li,
.footer_top .clmn3 ul li {
margin-bottom: 2px;
}


.footer_top .clmn1 ul li a,
.footer_top .clmn2 ul li a,
.footer_top .clmn3 a {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #E9ECED;
text-decoration: none;
}

.footer_top .clmn3 span {
	font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #E9ECED;
text-decoration: none;
}

.footer_top .clmn4 ul li a {
	font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 16px;
text-transform: uppercase;
color: #FFFFFF;
text-decoration: none;
}

.footer_top .clmn4 ul li {
	display: inline-block;
	padding-left: 12px;
	box-sizing: border-box;
}

.footer_top .clmn4 ul {
	margin-bottom: 20px;
    margin-top: 30px;
}

.footer_social a {
display: inline-block;
margin-left: 22px;
}

.footer_copy,
.footer-by a {
	font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 16px;
color: #909FA3;
text-decoration: none;
}

.calc_result_single {
	display: flex;
	    margin-bottom: 30px;
}

.calc_resul_name {
font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;
    color: #FFFFFF;
    padding-right: 8px;
    box-sizing: border-box;
}


.calc_resul_line {
	border-bottom: 1px solid #e9eced4a;
	flex-grow: 2;
	    height: 32px;
}

.calc_resul_count {
font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 41px;
    color: #FFFFFF;
    height: 33px;
    padding-left: 8px;
}

.calc_result_btn {
	text-align: center;
    margin-top: 75px;
}

.main_calc {
	padding: 40px;
	box-sizing: border-box;
	width: 100%;
}

.form_row {
	display: flex;
}

.form_clmn {
	max-width: 40%;
	flex: 40%;
	text-align: right;
}

.form_clmn.form_clmn_title {
	max-width: 60%;
	flex: 60%;
	text-align: left;
	font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 36px;
color: #FFFFFF
}

.form_clmn input,
.form_clmn select {
width: 100%;
height: 37px;
box-sizing: border-box;
}

.form_row_one {
	margin-bottom: 55px;
}

.form_clmn_square {
	position: relative;
}


.form_clmn_square:before {
    content: "ha";
    display: block;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #909FA3;
    position: absolute;
    z-index: 10000;
    right: 15px;
    top: 8px;
}


.form_clmn_limit {
	position: relative;
}


.form_clmn_limit:before {
	content: "€";
    display: block;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #909FA3;
    position: absolute;
    z-index: 10000;
    right: 15px;
    top: 8px;
}

#places,
#square,
#square::placeholder,
#limit,
#limit::placeholder {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
color: #1A2427;
}

#square,
#limit {
padding-left: 16px;
box-sizing: border-box;
}

#places {
padding-left: 12px;
box-sizing: border-box;
}

#square,
#square:focus,
#limit,
#limit:focus,
#places,
#places:focus {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0px;
}


.popup__content_wrapper input {
		outline: none;
	-webkit-appearance: none;
	border-radius: 0px;
}


#storlekslider {
	width: 100%;
}

.slider_square .ui-slider-range {
	background: #6f8e67;
	height: 8px;
}

.slider_square {
    border: 0px !important;
    height: 8px;
    border-radius: 0px !important;
    background: #8F7B52;
}

.slider_square .ui-slider-handle {
background: rgb(143, 123, 82);
    border-left-style: solid;
    border-left-color: rgb(65, 109, 54);
    box-shadow: rgb(37 47 50 / 30%) 6px 12px 14px;
    width: 23px;
    height: 23px;
    border-radius: 0px;
    margin-top: -3px;
    border: 0px !important;
}

.slider_square .ui-slider-handle:focus {
	outline: 0px !important;
}

.form_row.form_row_three,
.form_row.form_row_five {
    display: block !important;
    padding-top: 25px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.form_row.form_row_five {
	padding-bottom: 0px !important;
}

.range_slider_ranges {
display: flex;
    margin-top: 12px;
    margin-top: 12px;
}

.range_slider_range_left {
	flex: 50%;
	max-width: 50%;
	text-align: left;
	font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
color: #E9ECED;
}

.range_slider_range_right {
	flex: 50%;
	max-width: 50%;
	text-align: right;
		font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
color: #E9ECED;
}

.form_row.form_row_four {
	margin-top: 25px;
}

.hp_contact_form_row_one input,
.hp_contact_form_row_one input,
.hp_contact_form_row_two input,
.hp_contact_form textarea {
    height: 44px;
    position: relative;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #909FA3;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    border: 0px;
}

.hp_contact_form_row_one input::placeholder,
.hp_contact_form_row_one input::placeholder,
.hp_contact_form_row_two input::placeholder {
	color: #909FA3;
}

.hp_contact_form textarea {
	height: 100px;
}


.hp_contact_form_row_two {
	display: flex;
    flex-wrap: wrap;
    gap: 0px 6%;
}

.hp_contact_form_clmn {
	max-width: 47%;
	flex: 47%;
	position: relative;
}


.hp_contact_form .form_title {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
color: #1A2427;
}

.hp_contact_form_row_one,
.hp_contact_form_row_two {
	margin-bottom: 32px;
	position: relative;
}

.hp_contact_form_row_one {
	margin-top: 50px !important;
}

.hp_contact_form_submit {
	border: 0px;
	margin-top: 35px;
}

.hp_contact_form_row_one:after {
    content: "";
    background-image: url(../img/hp_contact_form_name.svg);
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 12px;
    top: 29px;
}

.hp_contact_form_clmn1:after {
    content: "";
    background-image: url(../img/hp_contact_form_phone.svg);
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 12px;
    top: 29px;
}


.hp_contact_form_clmn2:after {
    content: "";
    background-image: url(../img/hp_contact_form_email.svg);
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 12px;
    top: 29px;
}

.hp_contact_form_row_three {
	position: relative;
}


.hp_contact_form_row_three:after {
    content: "";
    background-image: url(../img/hp_contact_form_message.svg);
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 12px;
    top: 29px;
}

.page_title {
    background-image: url(../img/page_title.jpg);
    padding-top: 220px;
    padding-bottom: 90px;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.page_title .breadcrumbs {
	font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 14px;
color: #8F7B52;
}

.page_title .breadcrumbs a {
color: #FFF;
text-decoration: none;
}

.page_title h1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 53px;
    color: #FFFFFF;
    position: relative;
    margin: 15px 0px 0px 0px;
}

.page_title h1:after {
	content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #538F45;
    position: absolute;
    bottom: -17px;
}

.price_block {
	background-color: #e6e9ea;
	padding: 80px 0px 160px 0px;
}

.price_block .container {
	display: flex;
    flex-wrap: wrap;
    gap: 0px 6%;
}

.price_block_left {
	max-width: 57%;
	flex: 57%;
	border-top: 1px solid #909FA3;
}

.price_block_right {
		max-width: 37%;
	flex: 37%;
}

.price_icon_single {
display: flex;
    flex-wrap: wrap;
    padding: 22px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #909FA3;
}

.price_icon_single_title {
	max-width: 80%;
	flex: 80%;
	font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 27px;
color: #1A2427;
}

.price_icon_single_price {
	max-width: 20%;
	flex: 20%;
		font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 27px;
	color: #1A2427;
	text-align: left;
}

.row_free .price_icon_single_price {
	font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 27px;
color: #416D36;
}

.price_icon_single_title img {
    vertical-align: -7px;
    margin-right: 14px;
    max-height: 28px;
}

.price_icon_comment{
	font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
color: #909FA3;
margin-top: 14px;
}

.price_block_right {
	padding: 114px 40px;
	box-sizing: border-box;
	background-image: url(../img/price_contacts_bg.jpeg);
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.price_block_right h3 {
	font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 53px;
color: #FFFFFF;
position: relative;
margin: 0px;
}

.price_block_right h3:after {
		content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #8F7B52;
    position: absolute;
    bottom: -17px;
}


.price_block_right p {
font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    margin-top: 55px !important;
    margin-bottom: 40px;
}

.price_contacts_single a {
	font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
font-size: 24px;
line-height: 36px;
color: #E9ECED;
text-decoration: none;
}

.price_contacts_single img {
	vertical-align: sub;
    margin-right: 14px;
}

.price_contacts_single_first {
	margin-bottom: 12px;
}


.price_calc_main {
background: #252F32;
box-shadow: 0px 24px 40px rgba(37, 47, 50, 0.24);
padding: 60px 80px 60px 80px;
box-sizing: border-box;
display: flex;
    flex-wrap: wrap;
    gap: 0px 6%;
}

.price_calc_left,
.price_calc_right {
	max-width: 47%;
	flex: 47%;
}

.price_calc_left .main_calc {
padding: 0px !important;
}


.price_calc_left .slider_square .ui-slider-range {
    background: #3d4546 !important;
        border-radius: 0px;
}

.price_calc_main .calc_result_single {
    display: block;
    margin-bottom: 48px;
}

.price_calc_main .calc_resul_line {
	display: none;
}

.price_calc_main .calc_resul_count {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    color: #FFFFFF;
    height: auto;
    padding-left: 0px;
}

.price_calc_main .calc_result_single:last-child {
    margin-bottom: 0px;
}

.price_calc_main .calc_resul_name {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    padding-right: 0px;
    margin-bottom: 14px;
    box-sizing: border-box;
}

.price_calc_main .calc_result_btn {
    text-align: center;
    margin-top: 80px;
    width: 100%;
}

.price_calc {
	    margin-top: -80px;
    margin-bottom: 80px;
}

.main_contacts_wrapper {
        display: flex;
    flex-wrap: wrap;
}


.main_contacts_left,
.main_contacts_right {
    max-width: 50%;
    flex: 50%;
}

.main_contacts_left {
    justify-content: end;
    display: flex;
}

.main_contacts_right {
        justify-content: start;
    display: flex;
    flex-wrap: inherit;
}

.main_contacts_left_inner,
.main_contacts_right_inner {
        width: 600px;
}


.main_contacts_left_inner {
    padding-top: 105px;
    box-sizing: border-box;
}

.main_contacts_left_inner h3 {
    margin-top: 0px;
    margin-bottom: 26px;
    font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
font-size: 40px;
line-height:53px;
color: #1A2427;
}

.main_contacts_left_inner h3 span {
    display: block;
}

.main_contacts_contact h4,
.main_contacts_req h4 {
        margin-top: 0px !important;
    margin-bottom: 28px;
    font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 32px;
color: #416D36;
}

.main_contacts_contact_single a,
.main_contacts_contact_single span {
    font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
color: #1A2427;
text-decoration: none;
}

.main_contacts_contact_single img {
vertical-align: sub;
    margin-right: 14px;
}

.main_contacts_contact_single  {
    margin-bottom: 16px;
}

.main_contacts_contact_single:last-child {
    margin-bottom: 0px !important;
}

.main_contacts_contact {
    padding-bottom: 41px;
    border-bottom: 1px solid #E9ECED;
    box-sizing: border-box;
    margin-bottom: 36px;
}


.main_contacts_left_inner {
    padding-right: 40px;
    box-sizing: border-box;
}

.main_contacts_req h4 {
    color: #8F7B52;
}



.main_contacts_req_single {
    font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
color: #1A2427;
margin-bottom: 14px;
}

.main_contacts_req_single span {
    color: #8F7B52;
}

.main_contacts_req_single_gap {
    margin-bottom: 36px;
}

.main_contacts_req_single:last-child {
    margin-bottom: 0px;
}

.main_contacts_req {
    padding-bottom: 36px;
    margin-bottom: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #E9ECED;
}

.main_contacts_right {
    background: #E9ECED;
}

.main_contacts_right_inner {
    padding: 80px 0px 40px 40px;
    box-sizing: border-box;
}

.main_contacts_right_inner .hp_contact_form_row_one {
    margin-top: 0px !important;
}


.main_contacts_right_inner .hp_contact_form_row_one:after {
    content: "";
    background-image: url(../img/contacts_form_name.svg);
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 12px;
    top: 29px;
}

.main_contacts_right_inner .hp_contact_form_clmn1:after {
    content: "";
    background-image: url(../img/contacts_form_phone.svg);
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 12px;
    top: 29px;
}


.main_contacts_right_inner .hp_contact_form_clmn2:after {
    content: "";
    background-image: url(../img/contacts_form_mail.svg);
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 12px;
    top: 29px;
}

.main_contacts_right_inner .hp_contact_form_row_three:after {
    content: "";
    background-image: url(../img/contacts_form_message.svg);
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 12px;
    top: 29px;
}


.contact_form_row_subj:after {
    content: "";
    background-image: url(../img/contacts_form_subj.svg) !important;
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 12px;
    top: 29px;
}

.main_contacts_right_inner_bottom {
    background-image: url(../img/contacts_form_img.jpeg);
    width: 100%;
    background-repeat: no-repeat;
    height: 522px;
    background-size: cover;
    background-position: top center;
}

.main_contacts_right_inner_bottom h3 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 53px;
    color: #FFFFFF;
    margin: 200px 40px 0px 40px;
}

.main_contacts_right_inner_bottom h3 span {
    display: block;
}

.faq_main {
    background: #E9ECED;
    padding-bottom: 80px;
    box-sizing: border-box;
}

.faq_main .container {
display: flex;
flex-wrap: wrap;
}

.faq_main_sidebar {
max-width: 30%;
flex:30%;
padding-top: 80px;
box-sizing: border-box;
}

.faq_main_sidebar a {
    font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 27px;
color: #1A2427;
text-decoration: none;
display: block;
margin-bottom: 10px;
}

.faq_main_content {
max-width: 70%;
flex:70%;
background-color: #FFF;
padding: 80px 40px;
box-sizing: border-box;
}

.faq_single_wrapper {
margin-bottom: 45px;
}

.faq_single_wrapper h3 {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 60px;
    color: #1A2427;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}


.faq_formblock {
    margin-top: -80px;
    margin-bottom: 80px;
}

.faq_formblock_wrapper {
        background: #252F32;
    box-shadow: 0px 24px 40px rgb(37 47 50 / 24%);
    padding: 60px 80px 80px 80px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 6%;
}

.faq_formblock_left,
.faq_formblock_right {
    max-width: 47%;
    flex: 47%;
}

.faq_formblock_left .inner_title {
    color: #FFF;
}

.faq_formblock_left .inner_title:after {
background: #8F7B52;
}

.faq_formblock_left_text {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    margin-top: 70px;
}

.faq_formblock_right .hp_contact_form_row_one {
margin-top: 0px !important;
}


.faq_formblock_right {
    padding-top: 40px;
    box-sizing: border-box;
}

.faq_formblock_right .form_title {
    color: #FFF;
}

.faq_formblock_right_btn {
    text-align: right;
}

.faq_formblock_right_btn .hp_contact_form_submit {
    margin-top: 0px !important;
}

.faq_formblock_right .hp_contact_form_row_one:after {
    content: "";
    background-image: url(../img/contacts_form_name.svg);
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 12px;
    top: 29px;
}

.faq_formblock_right .hp_contact_form_clmn1:after {
    content: "";
    background-image: url(../img/contacts_form_phone.svg);
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 12px;
    top: 29px;
}


.faq_formblock_right .hp_contact_form_clmn2:after {
    content: "";
    background-image: url(../img/contacts_form_mail.svg);
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 12px;
    top: 29px;
}

.btn  {
    cursor: pointer;
}

.header_main_menu li a:hover,
.header_lang_menu li a:hover,
.header_main_menu li a.current_page {
	color: #8F7B52;
}

.header_social a {
    display: inline-block;
    margin-left: 18px;
}

.header_social a:hover svg path {
fill: #8F7B52;
}

.header_social a:hover svg rect {
stroke: #8F7B52;
}

header.transp .header_lang_menu li {
background: none !important;
}

.btn.btn-g:hover {
	background-color: #2D5922;
}

.btn.btn-g:active {
	background-color: #19450E;
}

.btn.btn-b:hover {
	background-color: #7B673E;
}

.btn.btn-b:active {
	background-color: #67532A;
}

select#places {
appearance: none;
    background-color: #FFF;
    border: none;
    padding: 0 1em 0 16px;
    margin: 0;
    width: 100%;
    cursor: inherit;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #1A2427;
    background-image: url(../img/arr_down.svg);
    background-repeat: no-repeat;
    background-position: right 14px top 12px;

}

select#places::-ms-expand {
  display: none;
}

.places_select .s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.places_select .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
width: 100%;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #1A2427;
    background-image: url(../img/arr_down.svg);
    background-repeat: no-repeat;
    background-position: right 14px top 12px;
    text-align: left;
    padding: 0 16px 0 16px;
    box-sizing: border-box;
}

.places_select .styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 8px 16px;
        z-index: 999999;
}

.places_select .styledSelect:after {
    content: "";
    width: 14px;
    height: 16px;
    border: 0px;
    position: absolute;
    top: 12px;
    right: 9px;
    background-image: url(../img/arr_down.svg);
    background-repeat: no-repeat;
    display: block;
    z-index: 10000;
}

.places_select .styledSelect.active:after {
	background-image: url(../img/arr_up.svg);
	top: 11px;
}

.places_select .styledSelect.active {
	border: 1px solid #416D36;
	box-sizing: border-box;
}

.places_select .styledSelect:active,
.places_select .styledSelect.active {
  background-color: #FFF;
}

.places_select .options {
  display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 99999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #416D36;
    box-sizing: border-box;
    background: #FFF;
        filter: drop-shadow(0px 12px 24px rgba(37, 47, 50, 0.32));
 }
  
 .places_select .options li {
font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #909FA3;
    padding: 8px 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #E9ECED;
 }

 .places_select .options li:last-child {
 	border-bottom: 0px;
 	 }

 .places_select .options li:hover {
	background: #E9ECED;
	color: #416D36;
}

input[type="text"]:focus,
textarea:focus {
outline: none !important;
}

.hp_last_form input[type="text"]:focus,
.hp_last_form textarea:focus {
border: 1px solid #8F7B52;
box-sizing: border-box;
outline: none !important;
}


.hp_last_form input.error,
.hp_last_form textarea.error {
border: 1px solid #FA4E41;
box-sizing: border-box;
outline: none !important;
}

.main_contacts_right_inner .hp_last_form input[type="text"]:focus,
.main_contacts_right_inner .hp_last_form textarea:focus {
	border: 1px solid #416D36;
	box-sizing: border-box;
outline: none !important;
}

.iti.iti--allow-dropdown.iti--show-flags {
	width: 100% !important;
}

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 9999999;
}
  .popup__content {
    width: 640px;
    overflow: auto;
    padding: 40px;
    background: #E9ECED;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 19999999;
    box-sizing: border-box;
 }
    .close {
      position: absolute;
      right: 20px;
      top: 20px;
      width: 20px;
      display: block;

    }
     .close span {
    cursor: pointer;
    position: fixed;
    width: 15px;
    height: 2px;
    background: #909FA3;
      }
      
      .close span:nth-child(1) {
          transform: rotate(45deg);
        }
        .close span:nth-child(2) {
          transform: rotate(135deg);
        }

.popup_overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(37, 47, 50, 0.6);
    backdrop-filter: blur(10px);
    top: 0px;
}

.fixed-body {
	overflow: hidden;
}

.popup__content_wrapper .inner_title {
    text-align: left;
    margin-bottom: 50px !important;
}


.popup_row_one .hp_contact_form_clmn1:after {
        background-image: url(../img/contacts_form_name.svg);
}

.popup_row_one .hp_contact_form_clmn2:after {
        background-image: url(../img/contacts_form_name.svg);
}

.popup_row_two .hp_contact_form_clmn1:after {
    background-image: url(../img/contacts_form_phone.svg);
}

.popup_row_two .hp_contact_form_clmn2:after {
    background-image: url(../img/contacts_form_mail.svg);
}

.popup__content_wrapper .form_title:after {
	text-align: left;
}

.popup_row_two .hp_contact_form_clmn2:after {
    background-image: url(../img/contacts_form_mail.svg);
}

.popup_row_five:after {
	 background-image: url(../img/contacts_form_mail.svg);
}

.popup__content_wrapper .form_title {
	text-align: left;
}

.popup__content_wrapper .popup_row_three {
	display: flex;
    flex-wrap: wrap;
    gap: 0px 6%;
}

.popup__content_wrapper .popup_row_three .form_clmn_title,
.popup__content_wrapper .popup_row_three .form_clmn_limit {
	max-width: 47%;
    flex: 47%;
}


.popup__content_wrapper .form_clmn_limit input {
border: 0px;
    padding: 10px 16px;
    height: 44px;
}

.popup__content_wrapper .form_clmn_limit:before {
    font-size: 16px;
    line-height: 21px;
    color: #416D36;
    right: 15px;
    top: 12px;
}

.popup_row_three .form_clmn_title {
font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #252F32;
    padding-top: 15px;
}

.popup__content_wrapper .slider_square {
	background: #416D36;
    border: 0px !important;
    border-radius: 0px !important;
}

.popup__content_wrapper .slider_square .ui-slider-range {
    background: #ffffff;
    height: 8px;
    border-radius: 0px;
    border: 1px solid #FFF;
    box-sizing: border-box;
}

.popup__content_wrapper .slider_square .ui-slider-handle {
    background: #416D36;
    border-left: 1px solid #FFF;
    box-sizing: border-box;
}

.ui-slider-handle {
	cursor: pointer;
}

.popup_row_three {
	margin-top: 36px !important;
}

.popup__content_wrapper .range_slider_ranges {
    margin-top: 5px;
        margin-bottom: 36px;
}

.popup__content_wrapper .range_slider_range_left,
.popup__content_wrapper .range_slider_range_right {
color: #909FA3;
}

.popup_row_five:after {
content: "";
    background-image: url(../img/popup_contacts_map.svg);
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 12px;
    top: 29px;
}

.popup_row_checkbox {
    text-align: left;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #252F32;

}

.popup_row_checkbox label {
	    display: block;
    float: right;
    width: calc(100% - 23px);
}

#popup_check {
	width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #909FA3;
    box-sizing: border-box;
    appearance: none;
}

#popup_check:checked {
border:0px !important;
background: #416D36;
position: relative;
}

#popup_check:checked:after {
content: "";
    background-image: url(../img/checked.svg);
    width: 10px;
    height: 8px;
    display: block;
    position: absolute;
    left: 3px;
    top: 4px;
    background-repeat: no-repeat;
}

.iti__country-list {
    z-index: 1000;
}

.hp_second_img_mob {
	display: none;
}

.hp_second_img_mob img {
	width: 100%;
}

.hp_third_list_first li img, .hp_third_list_second li img {
	display: none;
}

.header_mobile_inner {
	display: none;
}

#mob_menu_trigger {
	display: none;
right: 16px;
    top: 50px;
    background-image: url(../img/menu_open.svg);
    cursor: pointer;
    position: absolute;
    width: 28px;
    height: 28px;
}

.hp_last_left_inner .inner_title:after {
    background: #8F7B52;
}

.popup__content_wrapper input,
.popup__content_wrapper .form_clmn_limit input {
border:1px solid #909FA3;
box-sizing: border-box;
}

.popup__content_wrapper input:focus,
.popup__content_wrapper .form_clmn_limit input:focus {
border:1px solid #416D36;
box-sizing: border-box;
}

.popup__content_wrapper input:not(:placeholder-shown),
.popup__content_wrapper .form_clmn_limit input:not(:placeholder-shown) {
border:1px solid #909FA3;
box-sizing: border-box;
}


.kredit-section-1 .hp_last_left{
    background: initial;
}


.kredit-section-1 input{
    border: 1px solid #909FA3;
}

.kredit-section-1 .hp_last_form{
    margin-top: 40px;
}

.kredit-section-1 .hp_last_right{
    background: #E8F0E6;
    position: relative;
}

.bullet-text{
    color: #8F7B52;
    font-family: Roboto Condensed;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    margin: 0 0 40px 0;
    display: block;
}

.bullet-text:before{
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: url(../img/circle_check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    float: left;
    margin: 0 10px 60px 0;
}

.kredit-section-1 .hp_last_right:before{
    content: "";
    display: block;
    width: 400px;
    height: 500px;
    background: url(../img/kredit-section-1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}  

.kredit-section-2 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.kredit-section-2 .price_calc_main{
    background: #416D36;
}

.kredit-section-2 .price_calc_left .slider_square .ui-slider-range{
    background: #809876 !important;
}

.grid-box{
    display: grid;
}

.row-2{
    grid-template-columns: 1fr 1fr;
}

.row-3{
    grid-template-columns: 1fr 1fr;
}

.kredit-section-1 .hp_last_right a{
    text-decoration: initial;
}

.kalkulator-btn{
    color: #416D36;
    font-family: Roboto Condensed;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    position: absolute;
    bottom: 40px;
    padding: 20px 63px;
}

.kalkulator-btn:after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/down-arrow.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.kredit-section-1 #limit2{
    height: 44px;
    position: relative;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #909FA3;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    border: 1px solid #909FA3;
}

.kredit-section-1 .popup_row_three {
    gap: 0px 6%;
}

.kredit-section-1 .form_clmn{
    max-width: 50%;
    flex: 50%;
}


.kredit-section-1  .slider_square,
.kredit-section-1 .slider_square .ui-slider-handle{
    background: #416D36;
}

.kredit-section-3{
    background: #F8F9FA;
    padding: 80px 0;
}

.kredit-section-3 .container {
    display: flex;
    flex-wrap: wrap;
}

.kredit-section-3 .row{
    max-width: 25%;
    flex: 25%;
    position: relative;
}


.kredit-section-3_num{
    color: #8F7B52;
    font-family: Roboto Condensed;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 45px;
    display: block;
    margin-bottom: 24px;
}

.kredit-section-3 .row:before{
    content: "";
    display: block;
    width: calc(100% - 70px);
    height: 1px;
    position: absolute;
    background: #8F7B52;
    top: 22px;
    left: 50px;
}

.kredit-section-3 .row:nth-last-child(1):before{
    display: none;
}

.kredit-section-3_content{
    margin-right: 40px;
    color: #1A2427;
    font-family: Roboto Condensed;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    display: block;
}


.krediti-bg{
    background: url(../img/krediti-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.buying-bg{
    background: url(../img/buying-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.buying-section .main_contacts_right{
    background: #E4DFD5;
}

.buying-section .main_contacts_right .hp_contact_form_submit{
    background: #8F7B52;
}

.buying-section .hp_contact_form_row_one:after{
    background-image: url(../img/hp_contact_form_name.svg) ;
}

.buying-section .hp_contact_form_clmn1:after{
    background-image: url(../img/hp_contact_form_phone.svg);
}

.buying-section .hp_contact_form_clmn2:after{
    background-image: url(../img/hp_contact_form_email.svg);
}

.buying-section .main_contacts_right_inner .contact_form_row_subj:after{
    background-image: url(../img/contacts_form_subj-gold.svg) !important;
}

.buying-section .hp_contact_form_row_three:after {
    background-image: url(../img/hp_contact_form_message.svg);
}

.main_contacts_right_inner .form-title{
    color: #8F7B52;
    font-family: Roboto Condensed;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
    display: block;
}

.descr-left-main_contacts_left_inner{
    color: #1A2427;
    font-family: Roboto Condensed;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
    display: block;
}

.buying-section .main_contacts_left{
    position: relative;
}

.buying-section .main_contacts_left:before {
    content: "";
    display: block;
    width: 200px;
    height: 300px;
    background: url(../img/colos.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}


.sales-bg{
    background: url(../img/sales-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.sales-section{
    padding: 80px 0;
}

.sales-tilte{
    color: #1A2427;
    font-family: Roboto Condensed;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 133%;
    margin: 0;
}

.sales-descr{
    color: #1A2427;
    font-family: Roboto Condensed;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.sales-info-box{
    margin:40px 0;
    display: table;
    width: 100%;
}

.tabs-list{
    display: flex;
    float: left;
}

.tabs-list .tab-action{
    background: rgba(65, 109, 54, 0.10);
    padding: 12px 24px;
    color: #416D36;
    font-family: Roboto Condensed;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; 
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}

.tabs-list .tab-action.active{
    background: #416D36;
    color: #fff;
}

.select-view{
    display: flex;
    float: right;
    cursor: pointer;
}

.select-view span,
.grid-view .select-view .list{
    background: #E4DFD5;
    padding: 3px 24px;
    display: inline-block;
}

.select-view span svg path,
.grid-view .select-view .list svg path{
    fill: #8F7B52;
}

.grid-view .select-view .grid,
.select-view .list{
    background: #8F7B52;
}

.grid-view .select-view .grid svg path,
.select-view .list svg path{
    fill: #fff;
}

.row-post-sales{
    display: flex;
    flex-wrap: wrap;
    gap: 0px 40px;
    margin-bottom: 40px;
}

.image_post-sales{
    max-width: calc(30% - 30px);
    flex: calc(30% - 30px);
    height: 210px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}

.info_post-sales{
    max-width: calc(45% - 30px);
    flex: calc(45% - 30px);
}

.action_post-sales{
    max-width: calc(25% - 20px);
    flex: calc(25% - 20px);
    position: relative;
}

.title_post-sales{
    color:  #1A2427;
    font-family: Roboto Condensed;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    display: block;
}

.category_post-sales{
    color: #416D36;
    font-family: Roboto Condensed;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background: #ECF0EB;
    padding: 2px 8px;
    line-height: 150%;
    margin-bottom: 24px;
    display: inline-block;
}

.location_post-sales{
    color:  #1A2427;
    font-family: Roboto Condensed;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: block;
    margin: 5px 0;
}

.location_post-sales:before{
    content: "";
    display: inline-block;
    background:url(../img/location.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 24px;
    height: 24px;
    margin: 2px 10px -3px 0;
}

.zone_post-sales{
    color:  #1A2427;
    font-family: Roboto Condensed;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: block;
    margin: 5px 0;
}

.zone_post-sales:before{
    content: "";
    display: inline-block;
    background:url(../img/area.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 24px;
    height: 24px;
    margin: 2px 10px -3px 0;
}

.price_post-sales{
    display: block;
    color: #416D36;
    font-family: Roboto Condensed;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    text-align: right;
}

.min-price_post_sales{
    display: block;
    text-align: right;
    color: #1A2427;
    font-family: Roboto Condensed;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}


.btn_post_sales{
    border: 1px solid #416D36;
    color: #416D36;
    padding: 12px 20px;
    font-family: Roboto Condensed;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    background: initial;
    line-height: 150%;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    transition: all 0.3s;
}

.btn_post_sales:hover{
    color: #fff;
    background: #416D36;
}

.kredit-section-1 .range_slider_range_right,
.kredit-section-1 .range_slider_range_left{
    color: #909FA3;
}

.grid-view .sales-rows{
    display: flex;
    flex-wrap: wrap;
    gap: 0px 40px;
}

.grid-view .sales-rows .row-post-sales{
    max-width: 33%;
    flex: calc(33% - 40px);
}

.grid-view .sales-rows .row-post-sales .image_post-sales,
.grid-view .sales-rows .row-post-sales .info_post-sales,
.grid-view .sales-rows .row-post-sales .action_post-sales{
    max-width: 100%;
    flex:100%;
}

.grid-view .sales-rows .row-post-sales .title_post-sales{
    font-size: 24px;
    margin-bottom: 16px;
}

.grid-view .sales-rows .row-post-sales .info_post-sales{
    margin: 8px 0;
}

.sales-rows a{
    text-decoration: initial;
}

.grid-view .sales-rows .row-post-sales .price_post-sales {
    display: block;
    font-size: 24px;
    text-align: right;
    float: right;
}

.grid-view .sales-rows .row-post-sales  .min-price_post_sales {
    display: block;
    text-align: left;
    font-size: 16px;
    float: left;
    margin-top: 5px;
}

.grid-view .sales-rows .row-post-sales .btn_post_sales{
    position: relative;
    display: block;
    width: 100%;
    margin-top: 20px;
    float: left;
}

.pagination a{
    text-decoration: initial;
}

.pagination{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px 16px;
    margin-top: 40px;
}

.pagination .num{
    display: flex;
    width: 48px;
    padding: 8px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #909FA3;
    font-family: Roboto Condensed;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.pagination .num.active{
    background: #909FA3;
    color: #fff;
}

.pagination .inactive{
    opacity: 0.5;
}

.pagination .arrow-prev,
.pagination .arrow-next{
    display: flex;
    padding: 9px 10px;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.pagination .arrow-prev svg,
.pagination .next svg{
    width: 28px;
    height: 28px;
}

.image_post-sales .category_post-sales{
    display: none;
}

.grid-view .image_post-sales .category_post-sales{
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;   
    margin: 0;
}

.grid-view .info_post-sales .category_post-sales{
    display: none;
}





.kredit-section-1 .slider_square .ui-slider-range {
    background: #e9f0e7;
    height: 8px;
    border-radius: initial;
}

.kredit-section-1  .form_row.form_row_five {
    padding-bottom: 30px !important;
}

.buying-section .main_contacts_left_inner {
    padding-top: 40px;
    box-sizing: border-box;
}



/* responsive */


@media all and (max-width: 1260px) {

header .container,
.container {
    max-width: 980px;
    margin: 0 auto;
}

.hp_second_left h2 span {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 39px;
    display: block;
}

.inner_title {
    font-size: 34px;
    line-height: 39px;
}

.hp_faq_inner {
    max-width: 100%;
}

.hp_last_left_inner, .hp_last_right_inner {
    width: 490px;
}

.hp_last_right_inner {
    padding: 110px 0px 130px 40px;
    box-sizing: border-box;
}

.price_block .container {
    gap: 0px 4%;
}

.price_block_right {
    max-width: 44%;
    flex: 44%;
}

.price_block_left {
    max-width: 52%;
    flex: 52%;
}

.main_contacts_left_inner, .main_contacts_right_inner {
    width: 490px;
}



}




@media all and (max-width: 1024px) {

.select-view{
    display: none;
}


.tabs-list .tab-action {
    display: block;
    width: calc(100% - 48px);
    text-align: center;
}

.tabs-list {
    display: block;
    float: left;
    width: 100%;
}

.sales-rows {
    display: flex;
    flex-wrap: wrap;
    gap: 0px !important;
}

.sales-rows .row-post-sales {
    max-width: 100% !important;
    flex: 100% !important;
}


.sales-rows .row-post-sales .image_post-sales,
.sales-rows .row-post-sales .info_post-sales,
.sales-rows .row-post-sales .action_post-sales {
    max-width: 100%;
    flex: 100%;
}

.image_post-sales .category_post-sales {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
}

.sales-rows .row-post-sales .info_post-sales {
    margin: 8px 0;
}

.info_post-sales .category_post-sales {
    display: none;
}

.sales-rows .row-post-sales .min-price_post_sales {
    display: block;
    text-align: left;
    font-size: 16px;
    float: left;
    margin-top: 5px;
}

.sales-rows .row-post-sales .btn_post_sales {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 20px;
    float: left;
}

.sales-rows .row-post-sales .price_post-sales {
    display: block;
    font-size: 24px;
    text-align: right;
    float: right;
}

.sales-rows .row-post-sales .title_post-sales {
    font-size: 24px;
    margin-bottom: 16px;
}

.buying-section .main_contacts_left:before {
    display: none;
}

.kredit-section-3 .row {
    max-width: 100%;
    flex: 100%;
    position: relative;
    height: 130px;
}

.container {
    max-width: 700px;
}

.row-2 {
    grid-template-columns: 1fr;
}

.kredit-section-1 .hp_last_right:before{
    display: none;

}

.bullet-text {
    font-size: 20px;
    margin: 0 0 20px 0;
}

.kredit-section-3 .row:before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 70px);
    position: absolute;
    background: #8F7B52;
    top: 52px;
    left: 18px;
}

.kredit-section-3_content {
    margin-right: 0;
    font-size: 18px;
    display: block;
    margin-left: 60px;
    margin-top: -64px;
    margin-bottom: 40px;
}

.kredit-section-2{
    margin-top: 0px !important;
}

.kredit-section-1 .hp_last_left{
    order: 2;
}

.kredit-section-1 .hp_last_right{
    order: 1;
}

.kalkulator-btn{
    display: none;
}

.bullet-text:before{
    margin: 0 10px 2px 0;
}

.hp_firts_bg {
    min-height: 750px;
    max-width: 63%;
    flex: 63%;
}


.hp_first_content_abs {
    top: 230px;
}

.hp_first_content {
    max-width: 37%;
    flex: 37%;
}

.calc_resul_name {
    font-size: 14px;
}

.calc_resul_count {
    font-size: 15px;
    line-height: 49px;
}

.calc_result_single {
    margin-bottom: 10px;
}

.hp_second_left h2 span {
    font-size: 30px;
}

.hp_second_left h2 {
    margin: 45px 0px 0px 0px;
}

.custom-list li {
    font-size: 16px;
    line-height: 18px;
}

.form_clmn {
    max-width: 47%;
    flex: 47%;
}

.form_clmn.form_clmn_title {
    max-width: 53%;
    flex: 53%;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}


.form_row.form_row_four .form_clmn_title {
line-height: 20px;
}

.hp_third_list_first_img, .hp_third_list_second_img {
    padding-top: 22px;
    box-sizing: border-box;
}


.footer_social a {
    margin-left: 8px;
}

.hp_last_left_inner, .hp_last_right_inner {
    width: 350px;
}

.faq_formblock_wrapper {
    padding: 40px 60px 40px 60px;
    box-sizing: border-box;
    display: block;
    flex-wrap: nowrap;
    gap: 0px;
}

.faq_formblock_left, .faq_formblock_right {
    max-width: 100%;
    flex: 100%;
}


.price_block .container {
    gap: 0px;
    display: block;
    flex-wrap: nowrap;
}

.price_block_left {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 40px;
}

.price_block_right {
    max-width: 100%;
    flex: 100%;
}

.price_calc_main {
    padding: 60px 40px 60px 40px;
    box-sizing: border-box;
    display: block;
    flex-wrap: wrap;
    gap: 0px;
}

.price_calc_left, .price_calc_right {
    max-width: 100%;
    flex: 100%;
}

.price_calc_left {
	margin-bottom: 40px;
}

.main_contacts_left_inner, .main_contacts_right_inner {
    width: 350px;
}

.main_contacts_right_inner_bottom {
    height: 700px;
}

.main_contacts_right_inner_bottom h3 span {
    display: inline;
}

.header_inner {
	display: none;
}

.header_mobile_inner {
	display: block;
}

header .logomenu_clmn {
    max-width: 100%;
    flex: 100%;
}

.header_logo {
    display: block;
    width: 100%;
    float: none;
    padding-right: 0px;
}


header .logomenu_clmn a img {
    width: 195px;
}

.header_main_menu {
    margin-top: 35px;
    width: 100%;
}

.header_main_menu li {
    width: 100%;
    display: block;
    text-align: center;
    border-bottom: 1px solid #252F32;
    padding-bottom: 8px;
    margin-bottom: 25px;
}

header .social_clmn {
    max-width: 100%;
    flex: 100%;
    position: relative;
}

.social_clmn_inner {
    position: relative;
    width: 100%;
    bottom: 0px;
    display: block;
}

.header_lang_block {
    float: none;
    text-align: center;
    padding: 8px;
    width: 100%;
}

.header_lang_menu {
    display: block;
    position: relative;
    left: 0px;
    bottom: 0px;
    padding: 0px;
    list-style-type: none;
}

.header_lang_menu li {
    padding: 0px;
    background: none;
}

.header_lang_menu li {
    padding: 0px;
    background: none;
    display: inline-block;
}

.header_lang_block {
    float: none;
    text-align: center;
    padding: 0px !important;
    width: 100%;
}

.header_main_menu li a {
    padding-right: 0px;
}

.header_lang_menu li {
    padding: 0px;
    background: none;
    display: inline-block;
    margin: 0px 15px;
}

.header_social {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.header_social a {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.header_lang_menu span,
.header_lang_menu a:hover {
    color: #8F7B52;
}

header .container {
	    width: 100%;
    max-width: 100% !important;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    position: relative;
}


#mob_menu_trigger {
	display: block;
}

.header_mobile_inner_wrapper {
	display: none;
}

.mob_menu_open.header_mobile_inner_wrapper {
	display: block;
}

#mob_menu_trigger.mob_menu_open {
    background-image: url(../img/menu_close.svg);
}

.header_mobile_inner_wrapper {
	    position: absolute;
    width: 100%;
    background: #1A2427;
    z-index: 99999999999;
    left: 0px;
    padding-bottom: 7px;
}

.transp {
    background-color: #1A2427 !important;
    position: relative;
}

.hp_second_left_second {
    padding-right: 40px;
    box-sizing: border-box;
    min-height: 0px;
}

p.text-block {
    margin-top: 50px !important;
    margin-bottom: 30px;
}

.custom-list li {
    margin-bottom: 2px;
}

}


@media all and (max-width: 768px) {

.container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}


.hp_firts_bg {
    display: none;
}

.hp_first_content {
    max-width: 100%;
    flex: 100%;
}

.hp_first_content {
    max-width: 100%;
    flex: 100%;
    min-height: 600px;
    background: none;
}

.hp_first_content_abs {
    top: 80px;
    position: relative;
    box-sizing: border-box;
}

.hp_first {
    background-image: url(../img/mobile_first.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.hp_second_left, .hp_second_right {
    max-width: 100%;
    flex: 100%;
}

.hp_second_left_first {
	display: none;
}

.hp_second_right {
	display: flex;
    flex-wrap: wrap;
}


.hp_second_right_first,
.hp_second_right_second {
width: 100%;
}

.hp_second_right_second {
    min-height: 0px;
}

.calc_resul_name {
    font-size: 20px;
}

.calc_resul_count {
    font-size: 26px;
}

.hp_last_left, .hp_last_right {
    max-width: 100%;
    flex: 100%;
}

.hp_last_left_inner, .hp_last_right_inner {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.footer_top .clmn1, .footer_top .clmn2, .footer_top .clmn3 {
    flex: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 185px;
    display: block;
}

.footer_top .container, .footer_bottom .container {
    display: block;
    flex-wrap: nowrap;
}

.footer_top .clmn4 {
    max-width: 185px;
    flex: 0;
    text-align: left;
    margin: 0 auto;
}


.footer_top .clmn4 ul li:first-child {
	padding-left: 0px;
}

.footer_social a {
    margin-left: 0px;
    margin-right: 8px;
}

.footer_copy {
    max-width: 100%;
    flex: 100%;
    text-align: center;
    margin-top: 5px;
}

.footer-by {
    max-width: 100%;
    flex: 100%;
    text-align: center;
    margin-top: 7px;
}

.hp_second .container {
    padding-left: 0px;
    padding-right: 0px;
}

.hp_second_left {
	padding-left: 16px;
	padding-right: 16px;
}

.form_clmn.form_clmn_title {
    max-width: 100%;
    flex: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

.form_row {
    display: block;
}

.form_clmn {
    max-width: 100%;
    flex: 100%;
}

.main_calc {
    padding: 40px 16px;
    box-sizing: border-box;
    width: 100%;
}

.form_row_one {
    margin-bottom: 40px;
}

.hp_second_right_first {
    min-height: 0px;
    padding: 38px 16px;
}

.hp_second_img_mob {
	display: block;
}

.faq_main .container {
    display: block;
    flex-wrap: nowrap;
}
.faq_main_sidebar {
    max-width: 100%;
    flex: 100%;
    padding-top: 40px;
    box-sizing: border-box;
}

.faq_main_sidebar_inner {
	    display: flex;
    flex-wrap: nowrap;
    gap: 0 4%;
}

.faq_main_sidebar_inner a {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 18px;
}

.faq_main_sidebar_inner a span {
	display: none;
}

.faq_main_content {
    max-width: 100%;
    flex: 100%;
    background-color: #FFF;
    padding: 40px 0px;
    box-sizing: border-box;
}

.faq_single_wrapper h3 {
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 15px;
}

.price_calc_main {
    padding: 40px 40px 60px 40px;
}

.main_contacts_wrapper {
    display: block;
    flex-wrap: nowrap;
}

.main_contacts_left, .main_contacts_right {
    max-width: 100%;
    flex: 100%;
    display: block !important;
}

.main_contacts_left_inner, .main_contacts_right_inner {
    width: 100%;
    padding: 40px 16px;
    box-sizing: border-box;
}


.main_contacts_right_inner_bottom {
    height: auto;
    padding: 90px 0px;
}

.popup__content {
    width: 500px;
}

.price_icon_single_title {
	display: flex;
}

.price_icon_single_title_img {
	align-items: center;
    display: flex;
}

.price_icon_single_title_img img {
	margin-bottom: 0px !important;
}


}


@media all and (max-width: 550px) {

.hp_first_content_inner h1 span {
	display: inline-block;
}

.hp_first_content_inner h1:after {
    width: 100px;
}

.hp_first_button {
    margin-top: 100px;
}

.hp_first_button .btn {
    width: 100%;
    display: block;
    margin-left: 0px !important;
    margin-bottom: 18px;
    text-align: center;
}

.hp_second_left h2 span {
    font-size: 32px;
    display: inline-block;
    line-height: 43px;
}

.hp_second_left_second {
    padding-right: 0px;
}

p.text-block {
    margin-top: 55px !important;
    margin-bottom: 34px;
}

.custom-list li img {
    display: block;
    width: 36px;
    float: left;
    height: 36px;
    margin-bottom: 0px;
    margin-top: -10px;
}

.custom-list li {
    margin-bottom: 22px;
}

.calc_result_single {
    display: block;
}

.calc_resul_line {
	display: none;
}

.calc_resul_name {
    font-size: 16px;
    line-height: 22px;
}

.calc_resul_count {
    font-size: 32px;
    line-height: 43px;
    border-bottom: 1px solid #E9ECED;
    padding-left: 0px;
    padding-bottom: 13px;
    padding-top: 2px;
}

.calc_result_single {
    margin-bottom: 24px;
}

.calc_result_btn {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

.inner_title {
    font-size: 32px;
    line-height: 43px;
}

.hp_third {
    padding: 50px 0px;
}

.hp_third_list_first li {
    padding-right: 0px;
 }

.hp_third_list_first li, .hp_third_list_second li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 32px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.hp_third_list_first_img,
.hp_third_list_second_img {
	display: none;
}

.hp_third_list_first li img, .hp_third_list_second li img {
	display: inline;
}

.hp_third_list_first, .hp_third_list_second {
    list-style-type: none;
    max-width: 100%;
    flex: 100%;
}

.hp_third_list_first li img, .hp_third_list_second li img {
    display: inline;
    width: 90px;
    float: right;
    margin-top: -24px;
}

.hp_third_list_second li img {
	margin-top: 0px;
}

.hp_third_list_row_two {
    margin-top: 0px;
}

.hp_faq {
    padding: 50px 0px;
}

.hp_last_left_inner {
    padding: 50px 16px 50px 16px;
}

.hp_contact_form_row_two {
    display: block;
    flex-wrap: nowrap;
    gap: 0px;
}

.hp_contact_form_row_one, .hp_contact_form_row_two {
    margin-bottom: 24px;
}

.hp_contact_form_clmn {
    max-width: 100%;
    flex: 100%;
    position: relative;
    margin-bottom: 24px;
}

.hp_last_right_inner {
    padding: 40px 32px 40px 32px;
}

.faq_main_sidebar_inner {
    width: 145%;
}

.faq_main_sidebar {
	overflow-y: hidden;
	-ms-overflow-style: none; 
  scrollbar-width: none;  
}

.faq_main_sidebar::-webkit-scrollbar {
	display: none;
}

.page_title {
    padding-top: 50px;
    padding-bottom: 65px;
}

.faq_formblock_wrapper {
    padding: 40px 25px 40px 25px;
}

.faq_formblock_right_btn .hp_contact_form_submit {
	width: 100%;
}

.price_block {
    background-color: #e6e9ea;
    padding: 0px 0px 80px 0px;
}

.price_block_left:first-child {
border: 0px;
}

.price_icon_single_title {
    max-width: 60%;
    flex: 60%;
    font-size: 16px;
    line-height: 21px;
}

.price_icon_single_price {
    max-width: 40%;
    flex: 40%;
        font-size: 16px;
    line-height: 21px;
    text-align: right !important;
}

.row_free .price_icon_single_price {
	font-size: 16px;
    line-height: 21px;
}

.price_icon_single_title img {
    margin-right: 14px;
    margin-bottom: -5px;
    float: left;
}

.price_block_right {
	display: none;
}

.price_calc .container {
	padding-left: 0px;
	padding-right: 0px;
}

.price_calc_main {
    padding: 40px 24px 60px 24px;
}

.price_calc {
    margin-top: -80px;
    margin-bottom: 0px;
    border-bottom: 1px solid #1A2427;
}

.price_calc_main .calc_resul_count {
    font-size: 32px;
    line-height: 43px;
}

.price_calc_main .calc_resul_name {
    font-size: 16px;
    line-height: 21px;
}

.price_calc_main .calc_result_single {
    display: block;
    margin-bottom: 28px;
}

.price_calc_main .calc_result_btn {
    margin-top: 40px;
}

.calc_result_btn a {
    width: 100%;
    display: block;
}

.main_contacts_left_inner h3 {
    margin-bottom: 22px;
    font-size: 32px;
    line-height: 42px;
}

.main_contacts_contact h4, .main_contacts_req h4 {
    margin-top: 0px !important;
    margin-bottom: 22px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #416D36;
}


.main_contacts_contact_single a, .main_contacts_contact_single span {
    font-size: 18px;
    line-height: 27px;
}

.main_contacts_contact_single {
    margin-bottom: 12px;
}

.main_contacts_contact {
    padding-bottom: 20px;
    border-bottom: 1px solid #E9ECED;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.main_contacts_req_single {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 12px;
}

.main_contacts_req_single span {
    color: #8F7B52;
    display: block;
}

.main_contacts_req {
    padding-bottom: 0;
    margin-bottom: 0;
    box-sizing: border-box;
    border-bottom: 0px;
}

.main_contacts_right_inner_bottom {
    height: auto;
    padding: 40px 16px;
    box-sizing: border-box;
}

.main_contacts_right_inner_bottom h3 {
    font-size: 32px;
    line-height: 43px;
    margin: 0;
    text-align: center;
}

.popup__content {
    width: 100%;
    transform: none;
    top: 0px;
    left: 0px;
}

.fixed-body {
    overflow: visible;
}

.hp_contact_form_submit {
    margin-top: 25px;
    width: 100%;
}

}


.header_inner .header_lang_block .curr_lang span {
display:none !important;
}

.header_inner .header_lang_block .curr_lang .header_lang_menu {
display: block !important;
    bottom: -7px !important;
}  

.header_mobile_inner .header_lang_block .header_lang_menu li:first-child {
display:none !important;
}

.header_mobile_inner .header_lang_block .header_lang_menu li {
    padding-bottom: 12px;
    box-sizing:border-box;
}


















