@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

@font-face {
	font-family: 'Bebas Neue';
	src: url('font/BebasNeueRegular.eot');
	src: local('Bebas Neue Regular'), local('BebasNeueRegular'),
	url('font/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
	url('font/BebasNeueRegular.woff') format('woff'),
	url('font/BebasNeueRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('font/BebasNeueBold.eot');
	src: local('Bebas Neue Bold'), local('BebasNeueBold'),
	url('font/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
	url('font/BebasNeueBold.woff') format('woff'),
	url('font/BebasNeueBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('font/BebasNeueLight.eot');
	src: local('Bebas Neue Light'), local('BebasNeueLight'),
	url('font/BebasNeueLight.eot?#iefix') format('embedded-opentype'),
	url('font/BebasNeueLight.woff') format('woff'),
	url('font/BebasNeueLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('font/BebasNeue-Thin.eot');
	src: local('Bebas Neue Thin'), local('BebasNeue-Thin'),
	url('font/BebasNeue-Thin.eot?#iefix') format('embedded-opentype'),
	url('font/BebasNeue-Thin.woff') format('woff'),
	url('font/BebasNeue-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas Neue Book';
	src: url('font/BebasNeueBook.eot');
	src: local('Bebas Neue Book'), local('BebasNeueBook'),
	url('font/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
	url('font/BebasNeueBook.woff') format('woff'),
	url('font/BebasNeueBook.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas Neue Pro';
	src: local('Bebas Neue Pro Book Italic'), local('Bebas-Neue-Pro-Book-Italic'),
	url('font/BebasNeuePro-BookItalic.woff2') format('woff2'),
	url('font/BebasNeuePro-BookItalic.woff') format('woff'),
	url('font/BebasNeuePro-BookItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Bebas Neue Pro';
	src: local('Bebas Neue Pro Book'), local('Bebas-Neue-Pro-Book'),
	url('font/BebasNeuePro-Book.woff2') format('woff2'),
	url('font/BebasNeuePro-Book.woff') format('woff'),
	url('font/BebasNeuePro-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* ---------------Style to null--------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,dl, dt, dd,
ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio,
video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
}
html{
	overflow-y:scroll;
	overflow-x:hidden
}
html, body{
	height:100%
}
body{
	/*font:14px/18px 'PT Sans Narrow', Arial, sans-serif;*/
	font: 16px/20px 'Roboto Condensed', Arial, sans-serif;
	color:#333;
	text-align:left;
	background:#fff
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display:block
}
sub{
	vertical-align:sub;
	font-size:smaller
}
sup{
    vertical-align: super;
	font-size:smaller
}
ul,ol{
	 list-style:none
}
a:visited{
	text-decoration:none
}
a{
	color:#006666;
	text-decoration:underline;
}
a:hover{
	color:#d70000;
}
a:focus, a:active{
	text-decoration:none
}
table{
	border-collapse: collapse;
	border-spacing:0
}
td, td img{
	vertical-align:top
}
input, select, button, textarea{
	margin:0;
	outline:none;
	font-size:100%;
	border-radius: 0;
}
input[type="text"], input[type="password"], textarea, input[type="email"], input[type="phone"], input[type="number"], input[type="tel"]{
	font:14px 'Roboto Condensed', Arial, sans-serif;
	padding:0 15px;
	color:#666;
	background-color:#fff;
	height:40px;
	width:100%;
	box-sizing:border-box;
	border:none;
}
 ::-webkit-input-placeholder {
              color: #666;
            }
            ::-moz-placeholder { /* Firefox 19+ */
              color: #666;
            }
            :-ms-input-placeholder {
              color: #666;
            }
            :-moz-placeholder { /* Firefox 18- */
              color: #666;
            }

.error_field{
	border:1px solid #d70000 !important;
	color:#d70000 !important;
}
input[type="submit"],
input[type="button"],
a.btn{
	font-size:18px !important;
	text-align:center;
	font-family:'Bebas Neue Pro';
	color:#fff;
	height:40px;
	line-height:1;
	width:100%;
	box-sizing:border-box;
	background-color:#006666;
	-webkit-appearance:none;
	border:none;
	text-transform: uppercase;
}
input[type="submit"]:hover,
input[type="button"]:hover,
a.btn:hover{
	background-color:#d70000;
}
input[type="checkbox"]{
	vertical-align:bottom
}
input[type="radio"]{
	vertical-align:text-bottom
}
textarea{
	resize:none;
	overflow:auto
}
label, input[type="button"], input[type="submit"], button{
	cursor:pointer
}
input[type="search"]:focus{
	outline:none
}
input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner{
	padding:0;
	border:0
}
:focus{
	outline: none
}
::-webkit-input-placeholder{
	color:#666
}
:-moz-placeholder{
	color:#666
}
*{
	box-sizing:border-box;
}
::after, ::before{
	box-sizing:border-box;
}
::-webkit-input-placeholder {color: #333; opacity:1;}
::-moz-placeholder          {color: #333; opacity:1;}/* Firefox 19+ */
:-moz-placeholder           {color: #333; opacity:1;}/* Firefox 18- */
:-ms-input-placeholder      {color: #333; opacity:1;}

.error_field::-webkit-input-placeholder {color: #d70000; opacity:1;}
.error_field::-moz-placeholder {color: #d70000; opacity:1;}
.error_field:-moz-placeholder {color: #d70000; opacity:1;}
.error_field:-ms-input-placeholder {color: #d70000; opacity:1;}

@media screen and (min-width: 1200px) { /* laptop */
	.removed {
		display: none !important;
	}
}
@media screen and (max-width: 1199px) { /* laptop */
	.removed-lg {
		display: none !important;
	}
}
@media screen and (max-width: 999px) {
	.removed-md {
		display: none !important;
	}
	.main-page .ui-multiselect-menu.ui-widget {
		max-width: 740px!important;
	}
	.inner-page .ui-multiselect-menu.ui-widget{
		max-width: 234px!important;
		height: 200px;
	}
}
@media screen and (max-width: 767px) { /* phablet */
	.removed-sm {
		display: none !important;
	}
}
@media screen and (max-width: 768px) { /* phone */
	.removed-xs {
		display: none !important;
	}
	.logo_mobile {
		max-width: 100%;
		width: 100%;
		padding: 75px 50px 10px;
	}
	.logo_mobile img {
		max-width:100%;
	}
}
@media (min-width: 1200px) {
  .visible {
    display: inline-block !important;
	vertical-align:top;
  }
}
@media screen and (max-width: 1199px) {
	.visible-lg-inline-block {
	display: inline-block !important;
	vertical-align:top;
	}
	.open + #auth-form {
		display: none!important;
	}
	.select_cell .ui-multiselect-menu.ui-widget {
	 height: 200px;
	}
	.select_cell {
		position: relative;
	}
	.select_cell.open::before {
		content: ""!important;
		width: 100%;
		height: 15px;
		position: absolute;
		left: 0;
		top: 225px;
		background: #ececec;
		z-index: 19;
		display: block;
	}
	.select_cell.open::after {
		content: ""!important;
		background: url(/bitrix/templates/main/css/../img/arrow-big.png) 0 -21px no-repeat;
		width: 34px;
		height: 11px;
		position: absolute;
		left: 50%;
		top: 228px;
		transform: translateX(-50%);
		z-index: 20;
		display: block;
		background-size: cover;
	}
}
@media screen and (max-width: 999px) {
  .visible-md-inline-block {
    display: inline-block !important;
	vertical-align:top;
  }
}
@media screen and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
	vertical-align:top;
  }

}
@media screen and (max-width: 768px) {
	.select_cell {
		position: relative;
	}
	.select_cell.open::before {
		content: ""!important;
		width: 100%;
		height: 15px;
		position: absolute;
		left: 0;
		top: 225px;
		background: #ececec;
		z-index: 19;
		display: block;
	}
	.select_cell.open::after {
		content: ""!important;
		background: url(/bitrix/templates/main/css/../img/arrow-big.png) 0 -21px no-repeat;
		width: 34px;
		height: 11px;
		position: absolute;
		left: 50%;
		top: 228px;
		transform: translateX(-50%);
		z-index: 20;
		display: block;
		background-size: cover;
	}
}
@media screen and (max-width: 480px)  {
  .visible-xs-inline-block {
    display: inline-block !important;
	vertical-align:top;
  }
}
/*----------------------------------------------*/
/*                    LAYOUT                    */
/*----------------------------------------------*/

/**/
/* grid */
/**/
.grid-row {
	width: 100%;
}
.grid-col {
	display: inline-block;
	vertical-align: top;
	/*padding: 0 10px;*/
	box-sizing: border-box;
}
.grid-col-1 {
	width: 8.33%;
}
.grid-col-2 {
	width: 16.66%;
}
.grid-col-3 {
	width: 25%;
}
.grid-col-4 {
	width: 33.333%;
}
.grid-col-5 {
	width: 41.66%;
}
.grid-col-6 {
	width: 50%;
}
.grid-col-7 {
	width: 58.333%;
}
.grid-col-8 {
	width: 66.666%;
}
.grid-col-9 {
	width: 75%;
}
.grid-col-10 {
	width: 83.333%;
}
.grid-col-11 {
	width: 91.666%;
}
.grid-col-12 {
	width: 100%;
}
@media screen and (max-width: 1279px) { /* laptop */
	.grid-row {
		width: 100%;
	}
	.grid-col-lg-1 {
		width: 8.333%;
	}
	.grid-col-lg-2 {
		width: 16.666%;
	}
	.grid-col-lg-3 {
		width: 25%;
	}
	.grid-col-lg-4 {
		width: 33.333%;
	}
	.grid-col-lg-5 {
		width: 41.666%;
	}
	.grid-col-lg-6 {
		width: 50%;
	}
	.grid-col-lg-7 {
		width: 58.333%;
	}
	.grid-col-lg-8 {
		width: 66.666%;
	}
	.grid-col-lg-9 {
		width: 75%;
	}
	.grid-col-lg-10 {
		width: 83.333%;
	}
	.grid-col-lg-11 {
		width: 91.666%;
	}
	.grid-col-lg-12 {
		width: 100%;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.grid-row {
		width: 100%;
	}
	.grid-col-md-1 {
		width: 8.333%;
	}
	.grid-col-md-2 {
		width: 16.666%;
	}
	.grid-col-md-3 {
		width: 25%;
	}
	.grid-col-md-4 {
		width: 33.333%;
	}
	.grid-col-md-5 {
		width: 41.666%;
	}
	.grid-col-md-6 {
		width: 50%;
	}
	.grid-col-md-7 {
		width: 58.333%;
	}
	.grid-col-md-8 {
		width: 66.666%;
	}
	.grid-col-md-9 {
		width: 75%;
	}
	.grid-col-md-10 {
		width: 83.333%;
	}
	.grid-col-md-11 {
		width: 91.666%;
	}
	.grid-col-md-12 {
		width: 100%;
	}
}
@media screen and (max-width: 767px) { /* phablet */
	.grid-row {
		width: 100%;
	}
	.grid-col-sm-1 {
		width: 8.333%;
	}
	.grid-col-sm-2 {
		width: 16.666%;
	}
	.grid-col-sm-3 {
		width: 25%;
	}
	.grid-col-sm-4 {
		width: 33.333%;
	}
	.grid-col-sm-5 {
		width: 41.666%;
	}
	.grid-col-sm-6 {
		width: 50%;
	}
	.grid-col-sm-7 {
		width: 58.333%;
	}
	.grid-col-sm-8 {
		width: 66.666%;
	}
	.grid-col-sm-9 {
		width: 75%;
	}
	.grid-col-sm-10 {
		width: 83.333%;
	}
	.grid-col-sm-11 {
		width: 91.666%;
	}
	.grid-col-sm-12 {
		width: 100%;
	}
}
@media screen and (max-width: 479px) { /* phone */
	.grid-col-xs-1 {
		width: 8.333%;
	}
	.grid-col-xs-2 {
		width: 16.666%;
	}
	.grid-col-xs-3 {
		width: 25%;
	}
	.grid-col-xs-4 {
		width: 33.333%;
	}
	.grid-col-xs-5 {
		width: 41.666%;
	}
	.grid-col-xs-6 {
		width: 50%;
	}
	.grid-col-xs-7 {
		width: 58.333%;
	}
	.grid-col-xs-8 {
		width: 66.666%;
	}
	.grid-col-xs-9 {
		width: 75%;
	}
	.grid-col-xs-10 {
		width: 83.333%;
	}
	.grid-col-xs-11 {
		width: 91.666%;
	}
	.grid-col-xs-12 {
		width: 100%;
	}
}
/*-----------------Main Wrapper----------------*/
#main_wrapper{
	min-height:100%;
}
.appendix{
	height:300px;
	clear:both
}
.responsive-img{
	max-width:100%;
	display:block;
}
.img-left{
	margin:0 15px 15px 0;
}
.img-right{
	margin:0 0 15px 15px;
}
p{
	margin:0 0 20px;
}
.title{
	/*text-transform:uppercase;*/
}
h1, h1.title{
	font-weight:300;
	font-size:30px;
	line-height:32px;
	color:#333;
	text-transform: uppercase;
	/*margin:0 0 10px;*/
	/*font-family:'Roboto', Arial, sans-serif;*/
}
h2, h2.title{
	font-weight:300;
	font-size:24px;
	line-height:26px;
	color:#333;
	margin:0 0 10px;
	font-family:'Bebas Neue Pro', Arial, sans-serif;
	text-transform: uppercase;
}
h3, h3.title{
	font-weight:300;
	font-size:22px;
	line-height:22px;
	color:#333;
	margin:0 0 10px;
	font-family:'Bebas Neue Pro', Arial, sans-serif;
	text-transform: uppercase;
}
h4, h4.title{
	font-weight:500;
	font-size:20x;
	line-height:20px;
	color:#333;
	margin:0 0 10px;
	font-family:'Bebas Neue Pro', Arial, sans-serif;
	text-transform: uppercase;
}
.small{
	font-size:14px;
	line-height:18px;
}
.medium{
	font-size:16px;
	line-height:20px;
}
.large{
	font-size:18px;
	line-height:22px;
}
.title_line{
	/*border-bottom:1px solid #e0e0e0;
    border-top:1px solid #e0e0e0;*/
	padding:10px 0 10px;
	font-family: 'Bebas Neue Pro';
	font-weight: 500;
	font-style: normal;
	font-size: 30px;

}
.blue-title{
	color:#006666 !important;
}
.align-center{
	text-align:center;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
.text-block{
	position:relative;
	padding:0 40px 45px;
}
.btn{
    border-radius: 0px !important;
}
.more-btn{
	height:36px;
	display:inline-block;
	padding:0 15px;
	font-size: 22px;
	line-height: 35px;
	color:#fff;
	/*font-family:'Roboto', Arial, sans-serif;*/
    font-family: 'Bebas Neue Pro';
	background-color:#006666;
	text-decoration:none;
}
.more-btn-abs{
	position:absolute;
	top:0px;
	right:10px;
	z-index:5;
}
.more-btn-abs-sec{
	position:absolute;
	right:10px;
	margin-top: 0px;
	margin-bottom: 10px;
	z-index:5;
}
.more-btn:hover{
	background-color:#d70000;
	color:#fff;
}
.more-btn span{
	display:inline-block;
	position:relative;
	padding:0 20px 0 0;
    font-family: 'Bebas Neue Pro';
    font-size: 19px;
}
.more-btn span:after{
	content:"";
	position:absolute;
	top:11px;
	right:0;
	background:url(../img/arrow_white.png) 0 0 no-repeat;
	width:8px;
	height:9px;
	z-index:3;
}
/*-----------------view-page---------------*/
.view-page{
	margin:0 40px 15px 0;
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	line-height:16px;
}
.view-page > span, .price-block > span{
	margin:0 5px 0 0;
	display:inline-block;
	vertical-align:middle;
}
.view-page-col{
	display:inline-block;
	vertical-align:middle;
	color:#212121;
	text-decoration:none;
	padding:4px 5px 3px;
	background-color:#efefef;
	margin:0 1px;
}
.view-page-col:hover, .view-page-col.active{
	color:#212121;
}
.view-page-col.active{
	background-color:#ccc;
}
.filter-catalog{
	font-family:'Roboto Condensed', Arial, sans-serif;
	padding:5px 0 0;
}
/*-----------------price-block----------------*/
.price-block{
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	line-height:16px;
	margin:0 0 15px;
}
.price-block .select_cell{
	display:inline-block;
	vertical-align:middle;
	width:170px;
    position:relative;
}
.price-block .select_cell .ui-multiselect{
	background:#efefef;
	height:26px;
	font-size:14px;
	line-height:12px;
	padding:0 10px;
}
    .select_cell .ui-multiselect-menu.ui-widget{
        display:none;
        width: 234px;
        max-height:400px;
        overflow-y:auto;
    }
    .select_cell .ui-multiselect-single .ui-multiselect-checkboxes input{
        position:relative !important;
        top:0px !important;
        left:0px !important;
    }
        .select_cell a:hover{
            color:#fff;
        }
.price-block .ui-multiselect .ui-icon{
	width:7px;
	height:4px;
	background:url(../img/arrow_small-bot.png) 0 0 no-repeat !important;
	display:block;
}
/*-----------------pagination----------------*/
.pagination{
	display:table;
	font-size:0;
	margin:0 auto;
	padding:15px 0 50px;
}
.pagination li{
	font-size:14px;
	display:inline-block;
	vertical-align:top;
	padding: 0 !important;
	margin: 0 3px !important;
}
.pagination li:after{
	display:none;
}
.pagination li a{
	font-family:'RoRoboto Condensedboto', Arial, sans-serif;
	color:#333;
	text-decoration:none;
	display:block;
	min-width:21px;
	line-height:21px;
	height:21px;
	text-align:center;
	background-color:#dedede;
}
.pagination li a:hover{
	background-color:#666;
	color:#fff;
}
.pagination li a.current{
	background-color:#006666;
	color:#fff;
}
.pagination li a.first-page, .pagination li a.prev-page, .pagination li a.next-page, .pagination li a.last-page, .pagination li a.point-page{
	background-color:#fff;
}
.pagination li a.first-page:hover, .pagination li a.prev-page:hover, .pagination li a.next-page:hover, .pagination li a.last-page:hover, .pagination li a.point-page:hover{
	background-color:#fff;
	color:#333;
}
.pagination li a.first-page{
	background-image:url(../img/arrow-first-page.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.pagination li a.prev-page{
	background-image:url(../img/prev-page.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.pagination li a.last-page{
	background-image:url(../img/arrow-last-page.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.pagination li a.next-page{
	background-image:url(../img/next-page.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
/*-----------------pagination reviews----------------*/
.pagination-reviews{
	display:table;
	font-size:0;
	margin:0 auto;
	padding:15px 0 50px;
}
.pagination-reviews li{
	font-size:14px;
	display:inline-block;
	vertical-align:top;
	margin:0 3px;
}
.pagination-reviews li a{
	font-family:'Roboto Condensed', Arial, sans-serif;
	color:#333;
	text-decoration:none;
	display:block;
	min-width:21px;
	line-height:21px;
	height:21px;
	text-align:center;
	background-color:#dedede;
}
.pagination-reviews li a:hover{
	background-color:#666;
	color:#fff;
}
.pagination-reviews li a.current{
	background-color:#006666;
	color:#fff;
}
.pagination-reviews li a.first-page, .pagination-reviews li a.prev-page, .pagination-reviews li a.next-page, .pagination-reviews li a.last-page, .pagination-reviews li a.point-page{
	background-color:#fff;
}
.pagination-reviews li a.first-page:hover, .pagination-reviews li a.prev-page:hover, .pagination-reviews li a.next-page:hover, .pagination-reviews li a.last-page:hover, .pagination-reviews li a.point-page:hover{
	background-color:#fff;
	color:#333;
}
.pagination-reviews li a.first-page{
	background-image:url(../img/arrow-first-page.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.pagination-reviews li a.prev-page{
	background-image:url(../img/prev-page.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.pagination-reviews li a.last-page{
	background-image:url(../img/arrow-last-page.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.pagination-reviews li a.next-page{
	background-image:url(../img/next-page.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
/*-----------------tile-container----------------*/
.tile-container{
	padding:2px 3px;
}
.tile-inner{
	border:2px solid #fff;
	position: relative;
}
.tile-inner .owl-controls .owl-buttons .owl-prev{
	position:absolute;
	top:50%;
	left:0;
	width:30px;
	height:60px;
	background-color:#fff;
	z-index:20;
	cursor:pointer;
	opacity:1;
	border-radius:0 30px 30px 0;
	-webkit-border-radius:0 30px 30px 0;
	-moz-border-radius:0 30px 30px 0;
	margin:-30px 0 0 0;
	padding:0;
	overflow:hidden;
}
.tile-inner .owl-controls .owl-buttons .owl-prev:after{
	content:"";
	width:13px;
	height:28px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:3;
	background:url(../img/btn-slider.png) 0 0 no-repeat;
	margin:-14px 0 0 -11px;
}
.tile-inner .owl-controls .owl-buttons .owl-next{
	position:absolute;
	top:50%;
	right:0;
	width:30px;
	height:60px;
	background-color:#fff;
	z-index:20;
	cursor:pointer;
	opacity:1;
	border-radius:30px 0 0 30px;
	-webkit-border-radius:30px 0 0 30px;
	-moz-border-radius:30px 0 0 30px;
	margin:-30px 0 0 0;
	padding:0;
	overflow:hidden;
}
.tile-inner .owl-controls .owl-buttons .owl-next:after{
	content:"";
	width:13px;
	height:28px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:3;
	background:url(../img/btn-slider.png) -13px 0 no-repeat;
	margin:-14px 0 0 -3px;
}
.tile-inner .owl-theme .owl-controls{
	margin:0;
}
.slide-tile .tile-cell, .slide-tile .tile-cell-small{
	width:100%;
	float:none;
}
.tile-container-mobile-open{
	display:none;
}
.tile-cell{
	width:50%;
	float:left;
	position:relative;
	overflow:hidden;
	border:2px solid #fff;
}
.tile-cell-small{
	width:25%;
	float:left;
	position:relative;
	overflow:hidden;
	border:2px solid #fff;
}
.tile-cell a, .tile-cell-small a{
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:11;
}
.tile-cell-detail{
	height:335px;
	background-size: cover;
	background-position: center;
}
.tile-tab{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	font-size:32px;
	line-height:34px;
	text-align:center;
	color:#fff;
	font-family: 'Bebas Neue Pro';
	height:38px;
	z-index:1;
	margin:-19px 0 0 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.tile-tab-big{
	height:70px;
	margin:-35px 0 0 0;
}
.cross-slide-image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position:  absolute;
	opacity:  0;
	transition: all 2s ease-out;
}
.cross-slide-image:first-child {
	opacity: 1;
}
/*-----------------filter----------------*/
.filter-tab{
	display:table;
	margin:0 auto;
	font-size:0;
}
.filter{
	padding:15px 0;
	background-color:#c6c8ca;
	margin:0 0 45px;
	text-align:center;
}
.filter_cell{
	display:inline-block;
	vertical-align:top;
	margin:0 4px 0 0;
	width:235px;
}
.filter_btn{
	display:inline-block;
	vertical-align:top;
	width:190px;
}
.select_cell .ui-multiselect{
	width:100% !important;
	display:block;
	height:40px;
	background:#fff;
	border-radius:0;
	padding:0 15px;
	border:1px solid #fff;
	font-size:16px;
	font-family:'Bebas Neue Pro';
	font-weight:normal;
	color:#666;
}
.select_cell .ui-multiselect{
	border:1px solid #fff;
}
.ui-multiselect .ui-icon{
	background:url(../img/select_arrow.png) 0 0 no-repeat !important;
	background-position:0 0 !important;
	width:11px;
	height:9px;
	margin:6px 0 0 0;
}
.ui-multiselect-menu.ui-widget{
	font-family:'Roboto Condensed', Arial, sans-serif;
	font-weight:normal;
	background:#fff;
	color:#666;
	border:1px solid #ddd;
	width: 100%!important;
	max-width: 235px;
	border-radius:0;
}
.ui-multiselect-menu .ui-state-active, .ui-multiselect-menu.ui-widget-content .ui-state-active{
	border-radius:0;
	border:1px solid #fff !important;
	background:#fff;
	color:#cf171f;
	font-weight:normal;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
	border:1px solid #fff !important;
	font-weight:normal !important;
	color:#000 !important;
	background:#eee !important;
	border-radius:0;
}
.ui-multiselect-menu .ui-multiselect-checkboxes li{
	padding:0;
	font-size:0.8em;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	color:#cf171f;
}
.ui-multiselect-checkboxes label input{
	top:-2px !important;
	margin:0 4px 0 2px;
}
.ui-multiselect-menu .ui-widget-header{
	font-weight:normal;
	border-radius:0;
	border:none;
	font-size:14px;
	/*background:#cf171f;*/
	background:none;
}
/*-----------------Main Wrap----------------*/
.mainWrap{
	/*width:1250px;*/
	margin:0 auto
}
.pull-left{
	float:left;
}
.pull-right{
	float:right;
}
.clear{
	clear:both;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
.btn_gray{
	position:relative;
	height:26px;
	color:#ccc;
	text-decoration:none;
	font-size:12px;
	line-height:24px;
	padding:0 10px 0 15px;
	background-color:#53545f;
	display:inline-block;
	text-align:center;
}
.btn_gray span{
	position:relative;
	padding:0 30px 0 0;
}
.btn_gray span:after{
	content:"";
	position:absolute;
	top:50%;
	right:5px;
	background:url(../img/arrow_gray.png) 0 0 no-repeat;
	width:6px;
	height:8px;
	z-index:5;
	margin:-4px 0 0 0;
}
.btn_gray:hover{
	color:#ccc;
}
.order_btn{
	display:none;
	margin: 40px 10px 0 10px;
}
.order_btn a{
	display:block;
	text-decoration:none;
	color:#fff;
	height:40px;
	line-height:40px;
	text-align:center;
	font-family:'Roboto Condensed', Arial, sans-serif;
	background-color:#006666;
	font-size:18px;
	cursor:pointer;
}
.order_btn a.open {
	background-color:#d70000;
	color:#fff;
}
.subscribe-trigger-mobile {
	height: 0;
	overflow: hidden;
}

/*-----------------Header-------------------*/
header{
	border-bottom: #dedede solid 2px;
}
header .mainWrap{
	position:relative;
	padding:35px 0 0 0;
	height:125px;
	z-index:999;
	width:auto;
	margin:0 3%;
	margin: 0 40px;
}
header .tel_info{
	position:absolute;
	top:12px;
	right:0px;
	z-index:8;
	font-family:'Roboto Condensed', Arial, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#fff;
}
    header .tel_info a{
        color:#fff !important;
        text-decoration: none !important;
    }
header .line_vert{
	margin:0 3px;
}
header .lang_item{
	position: relative;
	top: 33px;
	float: right;
	margin-left: 20px;
}
header .lang_item a{
	font-size:18px;
	line-height:19px;
	color:#333;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	padding:3px 5px;
	font-family: 'Bebas Neue Pro';
}
	header .lang_item a:first-child{
		border-right: #333 solid 1px;
		padding-right: 10px;
	}
header .lang_item a.active{
	color:#d70000;
}
header .logo{
	padding:5px 0 0 0;
}
header .logo_main{
	display:block;
    width:214px;
}
header .logo_mobile{
	display:none;
	text-align: center;
	margin: 0 0;
}
@media (min-width: 769px) {
	header .logo_mobile img{
		width: 200px;
	}
}
.logo_sidebar {
    height: 120px;
    margin: 6px 0;
}
header .logo > a{
	display:inline-block;
	vertical-align:middle;
}
header .slogan_logo{
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 14px;
	line-height: 35px;
	font-weight: 300;
	font-style: italic;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0px;
}
header .slogan_logo span{
	display:inline-block;
}
header nav{
	float: right;
	z-index: 8;
	top: 25px;
	position: relative;
}
/*---------------Navigation-----------------*/
nav > ul{
	display:table;
	font-size:0;
}
nav > ul > li{
	display:inline-block;
	font-size:21px;
	line-height:18px;
	vertical-align:top;
	position:relative;
	font-family: 'Bebas Neue Pro';
	font-weight:500;
	margin:0 0 0 15px;
}
nav > ul > li > a{
	cursor:pointer;
	display:block;
	position:relative;
	color:#333;
	text-decoration:none;
	padding: 10px;
	text-transform: uppercase;
}
nav > ul > li > a:hover, nav > ul > li:hover > a:hover, nav > ul > li > a.open{
	color:#333;
}
nav > ul > li > a:hover:after, nav > ul > li:hover > a:hover:after, nav > ul > li > a.open:after{
	content:"";
	position:absolute;
	bottom:-5px;
	left:0;
	right:0;
	height:3px;
	background-color:#c6c8ca;
	border-top:1px solid #b0b2b3;
	border-left:1px solid #b0b2b3;
	border-right:1px solid #b0b2b3;
}

.navbar-mobile {
	max-height: 0px;
	transition: all 0.3s ease-out;
	overflow:  hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
	background-color: #20212c;
	color: #fff;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 28px;
}

.burger.open ~ .navbar-mobile {
	display: block;
	max-height: 1000px;
}
.navbar-mobile__item {
	height: 78px;
	border-bottom: 1px solid #777;
}

.navbar-mobile__item > a {
	padding-left: 50px;
	text-decoration: none;
	color: #fff;
	display: block;
	height: 100%;
	width: 100%;
	line-height: 78px;
	letter-spacing: 0.05em;
}

.navbar-mobile__footer {
	margin-left: 50px;
	margin: 50px 0 50px 50px;
	font-size:  0.9em;
}

.navbar-mobile__footer > div {
	padding: 9px 0;
	line-height: 1;
}

.navbar-mobile__item.close-mobile > div{
	width: 45px;
	height: 45px;
	position: absolute;
	right: 14px;
	cursor:pointer;
	float: right;
	margin-top: 17px;
}
.navbar-mobile__item.close-mobile > div:before, .navbar-mobile__item.close-mobile > div:after {
	position: absolute;
	content: ' ';
	height: 45px;
	width: 1px;
	background-color: #777;
	margin-left: 20px;
}
.navbar-mobile__item.close-mobile > div:before {
	transform: rotate(45deg);
}
.navbar-mobile__item.close-mobile > div:after {
	transform: rotate(-45deg);
}

.nav_content.open_nav{
	display:block;
}
/*--------------Main Contetn----------------*/
.mainContent{
	margin:0 auto;
    clear:both;
}
/*----------------sidebar-------------------*/
.sidebar{
	font-family: 'Roboto Condensed', Arial, sans-serif;
	position:relative;
	z-index:10;
	/*margin:120px 0 0 0;*/
	width:280px;
	float:left;
	background-color:#dedede;
	clear:both;
}
.sidebar-btn{
	display:none;
	background-color:#ececec;
	padding:10px 0;
	text-align:center;
	cursor:pointer;
}
.sidebar-btn b{
	margin-right: 10px;
	font-weight: 100;
	font-size: 23px;
	font-family: 'Bebas Neue Pro';
	color: #fe4e48;
}
.sidebar-btn span{
	background:url(../img/arrow-big-red.png) 0 -21px no-repeat;
	width:44px;
	height:21px;
	display:inline-block;
}
.sidebar-btn.active span{
	background-position:0 0;
}
.sidebar-content{
	display:block;
}
/*----------------search-filter------------------*/
.search-title{
	position:relative;
	cursor:pointer;
	text-transform:uppercase;
	color:#d70000;
	text-align:center;
	padding:10px 0;
	border-top:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	margin:35px 0 15px;
	font-family: 'Bebas Neue Pro';
	font-size: 23px !important;
}
.search-filter {
	padding-top: 20px;
}
.search-filter-form{
	width:234px;
	margin:0 auto;
}
.search-filter-form input[type="text"].search-text{
	font-size:12px;
	padding:0 10px;
	height:24px;
	box-shadow:0 2px 0 #c5c5c5 inset, 2px 0 0 #c5c5c5 inset;
}
.search-type{
	padding:8px 0;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size:12px;
	line-height:14px;
}
.search-type-cell{
	margin:0 10px 0 0;
	display:inline-block;
	vertical-align:top;
}
.search-type-cell span{
	margin:0 0 0 8px;
}
.search-filter-form .ui-multiselect .ui-icon{
	width:7px;
	height:4px;
	background:url(../img/arrow_small-bot.png) 0 0 no-repeat !important;
	display:block;
}
.search-filter-form .select_cell .ui-multiselect{
	height:26px;
	padding:0 10px;
	font-size:12px;
}
.search-filter-form .select_cell .ui-multiselect:hover{
	border:1px solid #fff !important;
	font-weight:normal !important;
	color:#000 !important;
	background:#eee !important;
	border-radius:0;
}
.search-filter-form .select_cell{
	margin:0 0 2px;
}
.search-btn{
	margin:15px auto;
	width:135px;
}
.search-btn input[type="submit"],
.search-btn input[type="button"]{
	height:40px;
	padding: 12px;
	font-size:16px;
}
	.search-btn .btn-themes{
		text-decoration: none;
	}
/*----------------according-menu-------------------*/
.sub-menu{
	display:none;
}
.according-menu{
	margin:0 0 20px;
	border-top:1px solid #d0d0d0;
}
.according-menu li{
	text-align:center;
}
.according-menu li a.btn-link{
	position:relative;
	cursor:pointer;
	display:block;
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Bebas Neue Pro';
	font-size: 20px;
	padding:10px 0;
	border-bottom:1px solid #d0d0d0;
}
.according-menu li a.btn-link:hover{
	color:#d70000;
}
.according-menu li a.btn-link:hover span.link-text:after{
	background-position:0 -14px;
}
.according-menu li a.btn-link:hover .link-bg, .according-menu li ul li a:hover .link-bg{
	background-color:#fff;
	transform: scale(1,1);
}
.link-bg{
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0,1);
    transition: all 0.13s ease-in-out 0s;
    width: 100%;
}
.according-menu li a.btn-link span.link-text{
	display:inline-block;
	padding:0 20px 0 0;
	position:relative;
	z-index:2;
}
.according-menu li a.btn-link span.link-text:after{
	content:"";
	position:absolute;
	top:5px;
	right:0;
	background:url(../img/arrow-according.png) 0 0 no-repeat;
	width:7px;
	height:7px;
	z-index:3;
}
.according-menu li a.btn-link.active span.link-text:after{
	background-position:0 -7px;
}
.according-menu li a.btn-link.active{
	color:#d70000;
}
.according-menu li a.active{
	color:#d70000;
}
    .according-menu li a.btn-link.active+.sub-menu{
        display:block;
    }
.according-menu > li > ul{
	background-color:#f8f8f8;
}
.according-menu > li > ul > li > ul{
	background-color:#fff;
}
.according-menu li ul li a{
	position:relative;
	display:block;
	font-size:14px;
	color:#333;
	border-bottom: 1px solid #d0d0d0;
	padding:8px 5px;
	text-decoration:none;
}
.according-menu li ul li a span.link-text{
	position:relative;
	z-index:2;
}
.according-menu li ul li a:hover{
	color:#d70000;
}
/*----------------inner-page-------------------*/
.inner-page #main_wrapper{
	position:relative;
}
.inner-page #main_wrapper:after{
	content:"";
	width:280px;
	position:absolute;
	top:125px;
	left:0;
	bottom:296px;
	z-index:1;
	background-color:#dedede;
}
.inner-page .content{
	margin:40px 40px 0 320px;
}
.inner-page .mainContent .mainWrap{
	width:auto;
	margin:0 3%;
}
/*.inner-page header .mainWrap{
	margin:0 3% 0 0;
}
.inner-page .logo{
	width:280px;
	height:220px;
	position:absolute;
	top:40px;
	left:0;
	z-index:5;
	text-align:center;
}
.inner-page header .logo_main{
	display:none;
}
.inner-page header .slogan_logo{
	margin:0;
	padding:0px 20px;
	border:none;
	font-style:normal;
	display:block;
}
.inner-page header .slogan_logo span{
	display:block;
	width:auto;
}*/
.inner-page h1, .inner-page h1.title{
	font-size:30px;
	line-height:32px;
	text-transform: uppercase;
	padding-top: 0px;
}
.inner-page h2, .inner-page h2.title{
	font-weight:300;
	font-size:24px;
	line-height:24px;

}
h2.swal2-title {
	line-height: 100%;
}
/*.inner-page h3, */.inner-page h3.title{
	font-weight:500;
	font-size:18px;
	line-height:20px;
}
.inner-page h4, .inner-page h4.title{
	font-weight:normal;
	font-size:18px;
	line-height:20px;
}
/*----------------inner-page anons----------------*/
.inner-page .anons h2.title, .inner-page .anons h2{
	font-size:24px;
	line-height:26px;
}
.inner-page .anons{
	padding:0 0 35px;
}
/*-----------------catalog----------------*/
.catalog{
	display:table;
	font-size:0;
	margin:0 0 20px;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	width:100%;
}
.inner-page .content .grid-col .catalog {
	margin: 0 -10px;
	width: calc(100% + 20px);
}
.content ul{
	/*list-style: disc !important;
	padding-left: 20px;*/
}
.catalog li{
	display:inline-block;
	vertical-align:top;
	width:25%;
	border-left:2px solid #fff;.inner-page h1, .inner-page h1.title
	border-right:1px solid #fff;
	margin:0 0 3px !important;
	padding:0 !important;
}
.catalog li .carousel-img{
	margin:0;
}
.catalog li:after{
	display:none;
}
.catalog li .carousel-img:hover{
    -webkit-animation: bounceIn 0.4s ease-in-out;
    -moz-animation: bounceIn 0.4s ease-in-out;
    -o-animation: bounceIn 0.4s ease-in-out;
    -ms-animation: bounceIn 0.4s ease-in-out;
    animation: bounceIn 0.4s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
	transform: scale(1);
	z-index: 11;
}
.catalog-mobile-carousel{
	display:none;
}
.carousel-img .img {
	padding-bottom: 75%;
	background-size: cover;
	background-position: center;
}
.carousel-img .img.slide {
	padding-bottom: 0;
	height: 245px;
}
/*---------------company-info---------------*/
.company-info-cell{
	/*padding:0 15px;*/
	font-size: 16px;
}
.company-info .grid-col{
	padding: 0 10px !important;
}
.company-title{
	position:relative;
	background-color:#fff;
	z-index:1;
	text-align:center;
	margin:0 0 15px;
}
.company-title:after{
	content:"";
	position:absolute;
	top:50%;
	margin:-1px 0 0 0;
	left:0;
	right:0;
	height:2px;
	background-color:#d70000;
	z-index:1;
}
.title-bg{
	display:inline-block;
	position:relative;
	z-index:2;
	padding:0 4px;
	background-color:#fff;
}
.title-text{
	height:34px;
	line-height:34px;
	display:inline-block;
	width:190px;
	text-align:center;
	font-family: 'Bebas Neue Pro';
	color:#fff;
	font-weight:300;
	font-size:24px;
	text-transform:uppercase;
	background-color:#d70000;
}
/*-----------------why_list----------------*/
.why_list{
	width:100%;
	display:table;
	font-size:0;
	margin:0 0 20px;
}
.why_list li{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:20px;
	color:#333;
	text-align:center;
	width:14.666%;
	margin:0 1%;
	padding:0 0 25px;
}
.why_list li h2{
	font-size: 24px;
	line-height: 25px;
	padding: 0;
	margin: 15px 0 25px;
	height: 50px;
	overflow: hidden;
	font-weight: 500;
}
.why_list li p{
	margin:0;
}
.why_icon{
	margin:0 auto;
	width:125px;
	height:125px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	background-color:#ebeaea;
	text-align:center;
	overflow:hidden;
}

.country_why_icon{
	margin:0 auto;
	width:85px;
	height:85px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	text-align:center;
	overflow:hidden;
}

.why_list  li:after{
	display:none !important;
}

.bg-gray{
	padding:25px 45px;
	background-color:#efefef;
	margin:0 0 20px;
}

.country-page .mainWrap .why_list li{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:20px;
	color:#333;
	text-align:center;
	width:18%;
	margin:0 1%;
	padding:0 0 25px;
}

.country-page .mainWrap .why_list li h2{
	font-size: 24px;
	line-height: 25px;
	padding: 0;
	margin: 15px 0 25px;
	height: 100px;
	overflow: hidden;
	font-weight: 500;
}


/*-----------------table-striped----------------*/
.table-striped{
	width:100%;
}
.table-striped tr td, .table-striped tr th{
	font-size:13px;
	line-height:15px;
	padding:8px 30px;
	background-color:#efefef;
	font-family: 'Roboto Condensed', Arial, sans-serif;
}
.table-striped tr td p, .table-striped tr th p{
	margin:0;
}
.table-striped tr th{
	font-weight:normal;
	font-size:18px;
	line-height:20px;
    font-family: 'Bebas Neue Pro';
}
.table-striped tr:nth-child(even) td, .table-striped tr:nth-child(even) th{
	background-color:#fff;
}
.tab-container .table-striped{
	margin:0 0 35px;
}
.tab-container .table-striped tr td{
	font-size:14px;
	line-height:16px;
	text-align:center;
	/*font-family:'PT Sans Narrow', Arial, sans-serif;*/
}
.tab-container .table-striped tr th{
	text-align:center;
	/*font-family:'PT Sans Narrow', Arial, sans-serif;*/
}
.bedroom{
	font-size:18px;
	line-height:20px;
	color:#d70000;
}
.price-tab{
	font-size:22px;
	line-height:22px;
    font-family: 'Bebas Neue Pro';
}
/*-----------------calc-block------------------*/
.calc-block{
	background-color:#efefef;
	margin:0 0 20px;
	padding:30px 30px 15px;
}
.calc-tab{
	margin:0 0 15px;
}
.calc-cell:first-child{
	margin:0;
}
.calc-cell{
	width:48%;
	margin:0 0 0 2%;
	float:left;
}
.calc-block input[type="text"]{
	height:46px;
	border:1px solid #e6e6e6;
	padding:0 10px;
}
.title-select{
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size:13px;
	line-height:15px;
	display:table-cell;
	vertical-align:middle;
	width:60%;
	padding:0 3% 0 0;
	text-align:right;
}
.calc-block .select_cell{
	display:table-cell;
	vertical-align:middle;
	width:40%;
}
.select-tab{
	display:table;
	width:100%;
}
.select-tab .select_cell .ui-multiselect{
	border:1px solid #e6e6e6;
	position:relative;
	height:46px;
	font-size:18px;
	padding:0 44px 0 4px;
	text-align:center;
}
.select-tab .select_cell .ui-multiselect.ui-state-hover{
	background-color:#fff !important;
	border:1px solid #e6e6e6 !important;
}
.select-tab .ui-multiselect .ui-icon{
	background-color:#eaeaea !important;
	background-image:url(../img/select_arrow.png) !important;
	background-position:50% 50% !important;
	background-repeat:no-repeat;
	position:absolute;
	top:4px;
	right:4px;
	width:36px;
	height:36px;
	z-index:4;
	margin:0;
}
/*---------------radio_list-----------------*/
.price-filter{
	margin:0 0 15px;
}
.radio_list input[type="checkbox"]{
	display:none;
}
.radio_list{
	display:table;
	width:70%;
}
.radio_list li:first-child{
	text-align:left;
}
.radio_list li{
	text-align:left;
	display:table-cell;
	vertical-align:middle;
}
.radio_list li:after{
	display:none;
}
.radio_list li label{
	font-family: 'Roboto Condensed', Arial, sans-serif;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:20px;
	color:#333;
	text-transform:uppercase;
	font-weight:normal;
	/*padding:0 25px 0 0;*/
	background:rgba(0,0,0,0);
	border:none;
	border-radius:0;
	margin:0 !important;
}
.radio_list li label.ui-state-hover, .radio_list li label.ui-state-focus{
	border:none !important;
}
.radio_list li label:after{
	/*content:"";
	position:absolute;
	top:3px;
	right:0;
	background:url(../img/radio.png) 0 0 no-repeat;
	z-index:3;
	width:17px;
	height:17px;*/
}
.radio_list li label.ui-state-active:after{
	background-position:0 -17px;
}
.radio_list li .ui-button-text{
	padding:0;
}
.title-price{
	display:block;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size:14px;
	line-height:16px;
	padding:4px 0;
	float: left;
}
.price-form{
	display:table;
	width:100%;
	margin:0 0 15px;
}
.price-form-cell:first-child{
	width:60%;
}
.price-form-cell{
	display:table-cell;
	vertical-align:middle;
}
.size-big{
	font-weight:300 !important;
	font-size:30px !important;
}
.price-form-cell .text-input{
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size:14px;
	line-height:16px;
	padding:0 10px;
}
.price-form input[type="text"]{
	font-size:16px;
}
.large-img .detail-other{
	bottom:16px;
}
.large-img .detail-cell:first-child{
	padding:0 0 0 10px;
	text-align:left !important;
	width:76%;
    white-space: normal;
}
/*-----------------modal-form-----------------*/
.modal-btn.open + .modal-form{
	opacity:1;
	top:41px;
	z-index: 1000;
	visibility:visible;
	opacity:1;
}
.modal-form{
	width:500px;
	background-color:#20212c;
	padding:25px;
	position:absolute;
	top:31px;
	right:0;
	z-index:-1;
	visibility:hidden;
	opacity:0;
	transition:all ease-in-out .3s;
}
.modal-form:after{
	content:"";
	position:absolute;
	top:-10px;
	right:30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 10px 9px;
	border-color: transparent transparent #20212c transparent;
}
.modal-form-cell:first-child{
	margin:0 0 18px;
}
.modal-form-cell{
	width:216px;
	float:left;
	margin:0 0 18px 18px;
}
.modal-form-sale{
	width:270px;
}
.modal-form-sale .modal-form-cell:first-child{
	margin:0 0 18px;
}
.modal-form-sale .modal-form-cell{
	float:none;
	width:auto;
	margin:0 0 18px;
}
.modal-form-sale .modal-form-btn{
	width:190px;
}
.modal-form-cell-text{
	margin:0 0 18px;
}
.modal-form-cell-text textarea{
	padding:15px;
	height:130px;
}
.modal-form-btn{
	width:165px;
	margin:0 auto;
}
.counter-block{
	font-family: 'Roboto Condensed', Arial, sans-serif;
}
.counter{
	display:inline-block;
	vertical-align:middle;
	height:40px;
	background-color:#fff;
	width:112px;
	position:relative;
	padding:0 38px 0 3px;
}
.counterpop{
	display:inline-block;
	vertical-align:middle;
	height:40px;
	background-color:#fff;
	width:112px;
	position:relative;
	padding:0 38px 0 3px;
}
.counter-title{
	font-size:14px;
	line-height:18px;
	color:#ccc;
	display:inline-block;
	vertical-align:middle;
	width:92px;
	margin:0 8px 0 0;
	text-align:right;
}
.counter input[type="text"]{
	padding:0 10px;
}
.counterpop input[type="text"]{
	padding:0 10px;
}
.minus{
	width:32px;
	height:16px;
	position:absolute;
	bottom:4px;
	right:3px;
	z-index:3;
	cursor:pointer;
	background-color:#eaeaea;
	background-image:url(../img/arrow-minus.png);
	background-repeat:no-repeat;
	background-position:50% 2px;
}
.plus{
	width:32px;
	height:16px;
	position:absolute;
	top:4px;
	right:3px;
	z-index:3;
	cursor:pointer;
	background-color:#eaeaea;
	background-image:url(../img/arrow-plus.png);
	background-repeat:no-repeat;
	background-position:50% 7px;
}
/*-----------------modal-----------------*/
.hidden{
	display:none;
}
.box-modal .modal-form{
	width:auto;
	padding:0;
	opacity:1;
	z-index:20;
	visibility:visible;
	position:relative;
	top:inherit;
	right:inherit;
}
.box-modal .modal-form:after{
	display:none;
}
.box-modal{
	width:500px;
	background-color:#20212c;
	padding:30px 25px;
	position:relative;
	transition:all ease-in-out .3s;
}
.box-modal_close{
    margin: 15px 0;
}
.box-modal_close > div{
	width: 25px;
	height: 25px;
	position: absolute;
	right: 23px;
	cursor:pointer;
	float: right;
	margin-top: -32px;
}
.box-modal_close > div:before, .box-modal_close > div:after {
	position: absolute;
	content: ' ';
	height: 25px;
	width: 1px;
	background-color: #ccc;
	margin-left: 11px;
}
.box-modal_close > div:before {
	transform: rotate(45deg);
}
.box-modal_close > div:after {
	transform: rotate(-45deg);
}

/*-----------------auth form --------------*/
#auth-form {
	top: -52px;
	right: -160px;
}
.open + #auth-form {
	right: -180px;
}
#auth-form::after {
	border-color: transparent #c6c8ca transparent transparent;
	border-width: 10px 10px 10px 10px;
	top: 50px;
	left: -20px;
}

/*-----------------gallery-----------------*/
.gallery{
	max-width:680px;
	margin:0 auto;
	padding:15px 0 45px 0;
}
.gallery-cell{
	border:1px solid #dedede;
	padding:0;
}
.large-img{
	background-color:#fff;
	padding:8px;
	position:relative;
}
.large-img img{
	width:100%;
	display:block;
}
.thumbs-img{
	margin:0 2px;
	cursor:pointer;
	opacity:.5;
}
.synced .thumbs-img{
	opacity:1;
}
.thumbs-img img{
	display:block;
	max-width:100%;
}
.thumbs{
	padding:0 22px;
	margin:0 0 8px;
}
.thumbs.owl-theme .owl-controls{
	margin:0;
}
.large-block{
	padding:0;
	overflow:hidden;
}
.large-block.owl-carousel .owl-wrapper-outer{
	margin:0;
	overflow:inherit !important;
}
.thumbs.owl-theme .owl-controls .owl-buttons .owl-prev{
	text-indent:-9999px;
	opacity:1;
	padding:0;
	margin:0;
	position:absolute;
	top:50%;
	left:8px;
	z-index:5;
	width:4px;
	height:7px;
	margin:-4px 0 0 0;
	background:url(../img/arrow-prev-gallery.png) 0 0 no-repeat;
}
.thumbs.owl-theme .owl-controls .owl-buttons .owl-next{
	text-indent:-9999px;
	opacity:1;
	padding:0;
	margin:0;
	position:absolute;
	top:50%;
	right:8px;
	z-index:5;
	width:4px;
	height:7px;
	margin:-4px 0 0 0;
	background:url(../img/arrow-next-gallery.png) 0 0 no-repeat;
}
.large-block.owl-theme .owl-controls{
	margin:0;
}
.large-block .owl-controls .owl-buttons .owl-prev{
	position:absolute;
	top:50%;
	left:0;
	width:30px;
	height:60px;
	background-color:#fff;
	z-index:20;
	cursor:pointer;
	opacity:1;
	border-radius:0 30px 30px 0;
	-webkit-border-radius:0 30px 30px 0;
	-moz-border-radius:0 30px 30px 0;
	margin:-30px 0 0 0;
	padding:0;
	overflow:hidden;
	/*display:none;*/
}
.large-block .owl-controls .owl-buttons .owl-prev:after{
	content:"";
	width:13px;
	height:28px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:3;
	background:url(../img/btn-slider.png) 0 0 no-repeat;
	margin:-14px 0 0 -11px;
}
.large-block .owl-controls .owl-buttons .owl-next{
	position:absolute;
	top:50%;
	right:0;
	width:30px;
	height:60px;
	background-color:#fff;
	z-index:20;
	cursor:pointer;
	opacity:1;
	border-radius:30px 0 0 30px;
	-webkit-border-radius:30px 0 0 30px;
	-moz-border-radius:30px 0 0 30px;
	margin:-30px 0 0 0;
	padding:0;
	overflow:hidden;
	/*display:none;*/
}
.large-block .owl-controls .owl-buttons .owl-next:after{
	content:"";
	width:13px;
	height:28px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:3;
	background:url(../img/btn-slider.png) -13px 0 no-repeat;
	margin:-14px 0 0 -3px;
}
/*-----------------table-bordered------------------*/
.table-bordered{
	width:100%;
	margin:0 0 20px;
}
.table-bordered tr th{
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-weight:300;
	text-align:center;
	font-size:24px;
	line-height:26px;
	border:1px solid #ccc;
	padding:15px 20px;
}
.table-bordered tr td{
	font-family: 'Roboto Condensed', Arial, sans-serif;
	border:1px solid #ccc;
	padding:15px 20px;
}
.table-bordered tr td p, .table-bordered tr th p{
	margin:0;
}
/*-----------------list-square------------------*/
.textContent ul, .list-square, .list-square-text{
	display:inline-block;
	vertical-align:top;
	margin:0 0 20px;
}
.textContent ul li, .list-square li, .list-square-text li{
	position:relative;
	text-align:left;
	font-size:13px;
	line-height:15px;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	padding:0 0 0 12px;
	margin:0 0 8px;
}
.list-square-text li{
	font-family:'PT Sans Narrow', Arial, sans-serif;
	font-size:14px;
	line-height:18px;
	margin:0 0 15px;
}
.textContent ul li:after, .list-square li:after, .list-square-text li:after{
	content:"";
	position:absolute;
	top:5px;
	left:0;
	width:5px;
	height:5px;
	background-color:#006666;
	z-index:3;
}
.textContent ul, .list-square-text li:after{
	top:7px;
}
.textContent ul.breadcrumb li:after, .textContent ul.blog-list li:after {
	content: none;
}
.textContent ul.breadcrumb li, .textContent ul.blog-list li {
	padding: 0 4px 0 0;
}

#blog-index .items .item {
	width: 100%;
}

.blog-index__row {
	display: flex;
	overflow-x:hidden;
}
.blog-index__content {
	flex: 1;
	padding-right: 20px;
}
.blog-index__sidebar {
	flex: 0 0 350px;
}
.blog-index__sidebar h2:not(:first-child) {
	margin-top: 20px;
}
.blog-index__widget {
	width: 350px;
	margin: 0 auto;
}
.inline_subscribe_form {
	text-align: center;
}
.inline_subscribe_form input[type=text] {
	border: 1px solid #e0e0e0;
	margin: 5px;
}
/*-----------------list-check------------------*/
.content ul, .list-check-text{
	display:inline-block;
	vertical-align:top;
	margin:0 0 20px;
}
.content li, .list-check-text li{
	position:relative;
	text-align:left;
	/*font-size:13px;
	line-height:15px;*/
	font-family: 'Roboto Condensed', Arial, sans-serif;
	padding:0 0 0 20px;
	margin:0 0 8px;
}
/*
.list-check-text li{
	font-family:'PT Sans Narrow', Arial, sans-serif;
}
*/
.content li:after, .list-check-text li:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:url(../img/check.png) 0 0 no-repeat;
	width:13px;
	height:12px;
	z-index:3;
}
/*-----------------services-list-------------------*/
.services-list li{
	font-size:14px;
	line-height:24px;
	font-family: 'Roboto Condensed', Arial, sans-serif;
}
.services-list li a{
	color:#006666;
	text-decoration:none;
}
.services-list li a:hover{
	text-decoration:underline;
	color:#006666;
}
/*-----------------why-block-------------------*/
.why-block h4{
	margin:0;
}
/*-----------------rating-------------------*/
.rating{
	width:100px;
	background:url(../img/star.png) 0 0 repeat-x;
	height:16px;
	overflow:hidden;
	margin:0 0 10px;
}
.rating_active{
	height:16px;
	background:url(../img/star.png) 0 -16px repeat-x;
}
/*----------------reviews-list-inner-------------------*/
.reviews-list-inner li{
	padding:35px 0 0 0;
}
.reviews-list-inner li:first-child{
	padding:25px 0 0 0;
}
.reviews-title{
	font-size:16px;
	line-height:20px;
	font-style:italic;
	margin:0 0 20px;
}
.reviews-date{
	margin:0 5px 0 0 ;
}
.reviews-btn{
	padding:10px 0 0 0;
}
/*-----------------banner-------------------*/
.banner, .banner_mobile{
	text-align:center;
}
.banner a{
	position:relative;
	display:inline-block;
}
.banner a:after{
	display:none;
	content:"";
	position:absolute;
	top:15px;
	left:15px;
	right:15px;
	bottom:15px;
	z-index:8;
	border:1px solid #fff;
}
.banner a:hover:after{
	display:block;
}
.banner img, .banner_mobile img{
	display:block;
	margin:0 auto;
	max-width:100%;
}
/*-----------------reviews-list------------------*/
.reviews_block{
	margin:0 0 45px;
	padding:0 10px 0 0;
}
.reviews-list li{
	line-height:19px;
	margin:0 0 35px;
}
.reviews-list li p{
	margin:0;
}
.reviews-list li > p{
	height:80px;
	overflow:hidden;
}
	.reviews_block .more-btn{
		float: right;
	}
.reviews-list li .reviews-name{
	text-align:right;
	font-style:italic;
	height:auto;
	overflow:inherit;
	line-height:18px;
}
/*-----------------blog-list------------------*/
.blog-block{
	padding:0 10px 0 0;
}
.blog-list li{
	margin-bottom: 45px !important;
}
.blog-list li .blog-date{
	font-size:12px;
	line-height:14px;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	margin:0 0 6px;
}
.blog-list li h3{
	text-transform:none;
}
.blog-list li h3 a{
	text-decoration:none;
	color:#006666;
}
.blog-list li h3 a:hover{
	color:#006666;
	text-decoration:underline;
}
.blog-list .blog-height{
	overflow:hidden;
}
.blog-list .blog-height p {
	margin: 0;
}
.blog-list img {
	margin: 10px 0 0 0;
}
.blog-list .read-more {
	margin-top: 10px;
}
/*-----------------slider-inner-------------------*/
.slider-inner{
	position:relative;
	padding:0 3px;
	margin:0 0 65px;
}
.mainWrap .slider-inner {
	margin-left: calc(-3% - 2px);
	margin-right: calc(3% + 2px);
	width: calc(106% + 2px);
	padding: 0;
    float:left;
}
.slider-inner .owl-theme .owl-controls .owl-page span{
	margin:0 4px;
	background:#cdcdcd;
	box-shadow:0 1px 0 rgba(0,0,0,.6) inset;
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,.6) inset;
	-moz-box-shadow:0 1px 0 rgba(0,0,0,.6) inset;
	opacity:1;
}
.owl-theme .owl-controls .owl-page.active span{
	background:#969696;
}
.carousel-img{
	overflow:hidden;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	position:relative;
	margin:0 3px;
}
.carousel-img img{
	display:block;
	/*width:100%;*/
}
.carousel-img a{
	/*position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10;*/
}
.carousel-img:hover .title-country, .carousel-img:hover .name-villa{
	display:none;
}
.carousel-img:hover .details-overview{
	display:block;
}
.title-country{
	padding:12px 10px;
	font-weight:300;
	font-size:22px;
	line-height:24px;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:2;
	background-color:rgba(46,47,61,.35);
	color:#fff;
    font-family: 'Roboto Condensed', sans-serif;
}
.name-villa{
	padding:12px 10px;
	font-weight:300;
	font-size:18px;
	line-height:20px;
	text-align:right;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:2;
	background-color:rgba(46,47,61,.35);
	color:#fff;
    font-family: 'Roboto Condensed', sans-serif;
}
.sha-plus{
	padding:54px 10px;
	font-weight:300;
	font-size:18px;
	line-height:20px;
	text-align:right;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:12;
	/*background-color:rgba(46,47,61,.35);*/
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
}
.discounts{
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 12;
    background: url(../img/sale_icon.png) 0 0 no-repeat;
    width: 33px;
    height: 58px;
    padding-top: 15px;
    color: #fff;
    /* font-size: 29px; */
    font: 28px/21px 'PT Sans Narrow', Arial, sans-serif;
    display: block;
    vertical-align: middle;
    text-align: center;
}
.details-overview{
	display:none;
	font-size:14px;
	line-height:18px;
	color:#fff;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:8;
	background-color:rgba(46,47,61,.7);
	font-family: 'Roboto Condensed', Arial, sans-serif;
}
.details-overview h3{
	margin:0;
	padding:20px 15px 10px 0;
	color:#fff;
	font-weight:300;
	font-size:22px;
	line-height:26px;
	text-align:right;
	text-transform:none;
}
.details-overview h3 span{
	display:block;
}
.details-info{
	text-align:right;
	padding:0 15px;
}
.detail-other{
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	z-index:3;
}
.detail-tab{
	display:table;
	width:100%;
}
.detail-cell{
	display:table-cell;
	vertical-align:middle;
	width:120px;
	padding:0 0 0 5px;
	text-align:right;
}
.detail-cell:first-child{
	padding:18px 0 0 5px;
	width:68%;
	position: relative;
    text-align: left;
    top: 12px;
    white-space: nowrap;
}
.detail-price{
	display:inline-block;
	height:48px;
	position:relative;
	text-align:left;
	line-height:54px;
	background-color:#d70000;
	color:#fff;
	padding-right: 10px;
    white-space: nowrap;
}
.detail-price span{
	font-size:24px;
	line-height:26px;
	padding:0 0 0 5px;
}
.detail-price:after{
	content:"";
	position:absolute;
	top:0;
	left:-20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 20px 24px 0;
	border-color: transparent #d70000 transparent transparent;
	z-index:3;
}
.detail-icon{
	width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px;
    background: #f3f3f3;
    border-radius: 16px;
    /* text-align: center; */
    /* position: relative; */
    /* left: 2px; */
}
    .detail-icon span{
        width: 30px;
        height: 30px;
        display: table-cell;
        background: #f3f3f3;
        border-radius: 16px;
        vertical-align: inherit;
        text-align: center;
        /* margin: 0 auto; */
        position: relative;
    }
    .detail-icon img{
        /* display: inline-block; */
        width: auto;
        position: relative;
        /* top: 3px; */
        width: 30px;
        height: 30px;
    }
.details-bedrooms{
	background-position:0 0;
}
.details-pool-private{
	background-position:-30px 0;
}
.details-env-night-life{
	background-position:-240px 0;
}
.details-env-quiet-street{
	background-position:-450px 0;
}
.details-env-cliff{
	background-position:-120px 0;
}
.details-env-ocean-view{
	background-position:-330px 0;
}
.details-env-golf{
	background-position:-210px 0;
}
.details-env-rice-fields{
	background-position:-390px 0;
}
.details-env-tropical{
	background-position:-420px 0;
}
.details-env-beach-view{
	background-position:-150px 0;
}
.details-env-beach{
	background-position:-30px -30px;
}
.details-env-pool{
	background-position:-60px 0;
}
.details-env-on-beach{
	background-position:-180px 0;
}
.details-env-eco{
	background-position:-270px 0;
}
.details-env-wifi{
	background-position:-60px -30px;
}
.details-env-zavtrak{
	background-position:-120px -30px;
}
.details-env-eco-villa{
	background-position:-240px -60px;
}
.details-env-equipped-kitchen{
	background-position:-150px -30px;
}
.details-env-restaurant{
	background-position:-270px -30px;
}
.details-env-bicycle{
	background-position:-450px -30px;
}
.details-env-gazebo{
	background-position:-480px -30px;
}
.details-env-bbq{
	background-position:-30px -60px;
}
.details-env-mosquito-nets{
	background-position:-60px -60px;
}
.details-env-library{
	background-position:-300px -60px;
}
.details-env-chef{
	background-position:-240px -30px;
}
.details-env-spa{
	background-position:-300px -30px;
}
.details-env-events{
	background-position:-510px -30px;
}
.details-env-golf{
	background-position:-210px 0;
}
.details-env-hills{
	background-position:-360px 0;
}
.details-env-sauna{
	background-position:-210px -60px;
}
.details-env-tennis{
	background-position:-330px -60px;
}
.details-env-sport-facilities{
	background-position:-150px -60px;
}
.details-env-laundry{
	background-position:-180px -60px;
}
.details-env-surf-spot{
	background-position:-510px 0;
}
.details-env-kitchen{
	background-position:-180px -30px;
}
.details-env-no-kitchen{
	background-position:-210px -30px;
}
.details-env-no-kids{
	background-position:-90px -30px;
}
.details-env-baby-bed{
	background-position:-360px -30px;
}
.details-env-office-facilities{
	background-position:-90px -60px;
}
.details-env-washing-mashine{
	background-position:-120px -60px;
}
.details-env-cliff{
	background-position:-120px 0;
}
.details-env-car{
	background-position:-390px -30px;
}
.details-env-most{
	background-position:0 -30px;
}
.details-env-monkey{
	background-position:-540px 0;
}
.details-env-aqualung{
	background-position:-480px 0;
}
.details-env-billiards{
	background-position:-420px -30px;
}
.details-env-disabled{
	background-position:-360px -30px;
}
.details-env-piramid{
	background-position:-300px 0;
}
.details-env-pitching{
	background-position:-60px 0;
}
.details-env-emblem{
	background-position:0 -60px;
}
.slider-inner .owl-controls{
	margin:0;
}
.slider-inner .owl-pagination{
	position:absolute;
	bottom:-25px;
	left:0;
	right:0;
	z-index:15;
}
.slider-inner .owl-controls .owl-buttons .owl-prev{
	position:absolute;
	top:50%;
	left:0;
	width:30px;
	height:60px;
	background-color:#fff;
	z-index:20;
	cursor:pointer;
	opacity:1;
	border-radius:0 30px 30px 0;
	-webkit-border-radius:0 30px 30px 0;
	-moz-border-radius:0 30px 30px 0;
	margin:-30px 0 0 0;
	padding:0;
	overflow:hidden;
	display:none;
}
.slider-inner .owl-controls .owl-buttons .owl-prev:after{
	content:"";
	width:13px;
	height:28px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:3;
	background:url(../img/btn-slider.png) 0 0 no-repeat;
	margin:-14px 0 0 -11px;
}
.slider-inner .owl-controls .owl-buttons .owl-next{
	position:absolute;
	top:50%;
	right:0;
	width:30px;
	height:60px;
	background-color:#fff;
	z-index:20;
	cursor:pointer;
	opacity:1;
	border-radius:30px 0 0 30px;
	-webkit-border-radius:30px 0 0 30px;
	-moz-border-radius:30px 0 0 30px;
	margin:-30px 0 0 0;
	padding:0;
	overflow:hidden;
	display:none;
}
.slider-inner .owl-controls .owl-buttons .owl-next:after{
	content:"";
	width:13px;
	height:28px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:3;
	background:url(../img/btn-slider.png) -13px 0 no-repeat;
	margin:-14px 0 0 -3px;
}
.slider-mobile{
	display:none;
}
/*-----------------search-container-------------------*/
.search-container{
	padding:0 41px 0 0;
	position:relative;
	margin:0 0 20px;
	display:none;
}
.search-container input[type="text"]{
	height:42px;
	border:1px solid #dfdede;
	background-color:#eeebeb;
	padding:0 15px;
	font-size:15px;
	font-weight:300;
}
.search-container input[type="submit"],
.search-container input[type="button"]{
	height:42px;
	width:40px;
	background-image:url(../img/search_btn.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	text-indent:-9999px;
	position:absolute;
	top:0;
	right:0;
	z-index:8;
}
/*-----------------contact-info-------------------*/
.contact-info{
	padding:20px 20px 10px;
	background-color:#efefef;
}
.contact-cell{
	font-size:13px;
	line-height:17px;
	padding:0 0 20px;
}
.contact-cell p{
	margin:0;
}
.contact_link{
	color:#006666;
	text-decoration:none;
}
/*-----------------anons-------------------*/
.anons{
	padding:20px 0 35px 0;
}
/*-----------------banner-page-------------------*/
.banner-page{
	margin:0 5px 30px;
}
.banner-page img{
	width:100%;
	display:block;
}
/*-----------------breadcrumb-------------------*/
.breadcrumb{
	padding:0px;
	margin: 0 !important;
	/*border-bottom: 1px solid #e0e0e0;*/
}
.breadcrumb li{
	display:inline-block;
	vertical-align:top;
	font-size:10px;
	line-height:12px;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	color:#666;
}
.breadcrumb li:first-child:before{
	display:none;
}
.breadcrumb li:before{
	content:">>";
	font-size:10px;
	line-height:12px;
	color:#666;
	margin:0 4px 0 0;
}
.breadcrumb li a{
	color:#666;
	text-decoration:none;
}
.breadcrumb li a:hover{
	color:#666;
	text-decoration:underline;
}
/*-----------------tab-card-------------------*/
.tab-card{
	margin:0 0 45px !important;
	font-family: 'Roboto Condensed', Arial, sans-serif;
}
.tab-card .resp-tabs-list li{
	font-family: 'Bebas Neue Pro';
	position:relative;
	border:1px solid #e1e1e1;
	border-radius:10px 10px 0 0;
	width:135px;
	text-align:center;
	color:#333;
	font-size:19px;
	line-height:16px;
	padding:10px 0;
	font-weight:normal;
	border-bottom:none;
	background-color:#f3f3f3;
	margin:0 4px 0 0;
}
.tab-card .resp-tabs-list li:after{
	display: none !important;
}
.tab-card .resp-tabs-list li.resp-tab-active{
	padding:10px 0 !important;
	background-color:#fff;
	font-weight:500;
}
.tab-card .resp-tabs-list li.tab-order, .tab-card .resp-tabs-list li.resp-tab-active.tab-order{
	background-color:#006666;
	color:#fff;
	border:1px solid #006666;
	border-bottom:none;
	font-weight:normal;
	padding:0 !important;
}
.tab-card .resp-tabs-list li.tab-order a{
	color:#fff;
	padding:10px 0;
	display:block;
	text-decoration:none;
}
.tab-card .resp-tabs-list li.resp-tab-active.tab-order:after{
	display:none;
}

.tab-card .resp-tabs-list li.tab-agent, .tab-card .resp-tabs-list li.resp-tab-active.tab-agent{
	background-color: #d70000;
	color: #fff;
	border: 1px solid #d70000;
	border-bottom: none;
	font-weight: normal;
	/*padding:0 !important;*/
}
.tab-card .resp-tabs-list li.tab-agent a{
	color:#fff;
	padding:10px 0;
	display:block;
	text-decoration:none;
}
.tab-card .resp-tabs-list li.resp-tab-active.tab-agent:after{
	display:none;
}

.tab-card .resp-tabs-list li.resp-tab-active:after{
	content:"";
	position:absolute;
	bottom:-1px;
	left:0;
	right:0;
	height:1px;
	z-index:6;
	background-color:#fff;
}
.tab-card .resp-tab-content{
	padding:15px 15px 0 15px;
	border:1px solid #e1e1e1;
	/*font-family:'PT Sans Narrow', Arial, sans-serif;*/
}
    .resp-tab-content input[type="text"], .resp-tab-content textarea{
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
    }
.tab-btn-block{
	border-top:1px solid #e1e1e1;
	height:70px;
	padding:20px 20px 0;
	margin:0 -15px;
}
hr{
	border-top:1px solid #e1e1e1;
	border-left:none;
	border-right:none;
	border-bottom:none;
	margin:20px 0;
}
.tab-card h3, .tab-card h3.title_line{
	font-weight:300;
}
.resp-tabs-container h2.resp-accordion:first-child{
	border-top:1px solid #dfdfdf !important;
}
.resp-tabs-container h2.resp-accordion{
	border-radius:5px;
	text-align:center;
	padding:10px 0;
	background-color:#f3f3f3;
	font-size:18px;
	line-height:20px;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-weight:normal;
	border:1px solid #dfdfdf;
	margin:0 0 5px;
}
.resp-tabs-container h2.resp-tab-active{
	padding:10px 0 !important;
	background-color:#f3f3f3 !important;
	border-bottom:1px solid #dfdfdf !important;
}
.resp-arrow{
	display:none;
}
/*-----------------Footer-------------------*/
footer{
	/*font-family: 'Roboto Condensed', Arial, sans-serif;*/
	height:335px;
	margin-top:-296px;
	background-color:#20212c;
    position:relative;
}
footer > .mainWrap{
	padding:30px 40px 0px;
}
footer h3{
	font-size:22px;
	line-height:24px;
	color:#dedede;
	font-weight:300;
    text-transform: uppercase;
}
.coll_inner{
	width:25%;
	float:left;
}
.footer_menu li{
	padding:0 0 8px;
	position: relative;
}
.footer_menu li a{
	color:#999;
	text-decoration:none;
}
.footer_menu li a:hover{
	color:#999;
	text-decoration:underline;
}
footer .grid-col{
	padding:0;
}
footer .contact{
	max-width:145px;
	font-size:12px;
	line-height:16px;
	color:#fff;
}
footer .contact p{
	margin:0;
}
.grid-col-why{
	width:20%;
}
.grid-col-contact{
	width:20%;
}
.grid-col-social{
	width:24%;
}
.grid-col-partner{
	width:21%;
}
.grid-col-currency{
	width:15%;
}
.mail_link{
	color:#999;
	text-decoration:none;
}
.mail_link:hover{
	text-decoration:underline;
	color:#999;
}
.social{
	margin:0 0 25px;
}
.social a{
	display:inline-block;
	vertical-align:top;
	margin:0 2px 0 0;
}
.blog_info{
	font-size:11px;
	line-height:13px;
	color:#fff;
	max-width:240px;
	padding:0 0 10px;
}
.blog_info p{
	margin:0;
}
.entry{
	margin:0 0 10px;
}
.currency-rates{
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size:11px;
	line-height:11px;
	color:#fff;
}
.flag{
	width:17px;
	height:10px;
	overflow:hidden;
	margin:0 5px 0 0;
	display:inline-block;
	vertical-align:middle;
}
.base{
	width:40px;
	display:inline-block;
	vertical-align:middle;
}
.base2{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px 0 0;
}
.convert{
	display:inline-block;
	vertical-align:middle;
}
.producer{
	font-size:10px;
	line-height:12px;
	color:#999;
	padding:20px 0 0 0;
	font-weight:300;
}



.details.meta dt:before {
    background: url(../img/image.png)-28px -50px no-repeat;
    width: 8px;
    height: 8px;
    content: " ";
    display: inline-block;
}
.details.meta dt,
.details.meta dd {
    float: left;
    width: 30%;
    margin: 1px 0 0 0;
    padding: 0;
    line-height:29px;
}
.row_even, .details .row_even{
	background:#f4f4f4;
}
.details.meta dt {
    width: 65%;
    padding-left: 10px;
    font-weight: normal;
}
.gmap3{
  margin: 20px auto;
  border: 1px dashed #C0C0C0;
  height: 500px;
}
.cluster{
  color: #FFFFFF;
  text-align:center;
  font-family: 'Arial, Helvetica';
  font-size:11px;
  font-weight:bold;
  cursor: pointer;
}
.cluster-1{
  background-image:url(../images/m1.png);
  line-height:53px;
  width: 53px;
  height: 52px;
}
.cluster-2{
  background-image:url(../images/m2.png);
  line-height:53px;
  width: 56px;
  height: 55px;
}
.cluster-3{
  background-image:url(../images/m3.png);
  line-height:66px;
  width: 66px;
  height: 65px;
}

.ts-gallery img {
    max-width: 100%;
    height: auto;
}

@media only screen and ( min-width: 768px ) and ( max-width: 1279px )
{

    .thumb-image-teaser,
    .ts-gallery .ts-box, #property-gallery .ts-box,
    .widget_ts_gallery .ts-box { width: 33%; }
    .ts-gallery .ts-box, #property-gallery .ts-box, .widget_ts_gallery .ts-box {width: 33%;     display: inline-block;}
    .thumb-image-teaser .teaser_propery_name { font-size: 16px; padding: 5px 5px; line-height: 20px; }
}

@media only screen and ( min-width: 1150px ) and ( max-width: 1279px ) {
    .thumb-image-teaser,
    .ts-gallery .ts-box, #property-gallery .ts-box,
    .widget_ts_gallery .ts-box { width: 33%; }
    .ts-gallery .ts-box, #property-gallery .ts-box, .widget_ts_gallery .ts-box {width: 33%;    display: inline-block; }
    .thumb-image-teaser .details-overview  { font-size: 14px; }
    .thumb-image-teaser .teaser_propery_name { font-size: 18px; padding: 10px 5px; line-height: 24px; }

}
@media only screen and ( min-width: 768px ) and ( max-width: 1024px ) {
.favorites .thumb-image-teaser,
.ts-gallery .ts-box, #property-gallery .ts-box,
.widget_ts_gallery .ts-box { width: 49.5%;     display: inline-block;}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.inner-page .catalog.removed-xs {
		display: block!important;
	}

	.inner-page .catalog.removed-xs:nth-last-child(2) {
		margin-bottom: 20px!important;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.blog-index__sidebar .items {
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
	}
	.blog-index__sidebar .items .item{
		width: 50%;
	}
}

.container.details.term li{
    margin-bottom:10px;
}
    .container.details.term li img{
        max-width:16px;
    }
.ts-box{
    display:inline-block;
    vertical-align:top;
    width: 24%;
}

.carousel-inner{
    width:100%;
}
@media (min-width: 769px) and (max-width: 1024px)
{
	.blog-index__sidebar .items {
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
	}

	.blog-index__sidebar .items .item{
		width: 50%;
	}
}
@media (max-width: 768px) {
	.blog-index__sidebar .items .item {
		width: 100%;
	}
}

.items{
    font-size:0px;
}

.items .item{
	width: 25%;
	display: inline-block;
}

.catalog-mobile-carousel .slider-inner .item .title-country {
	display: none;
}

.carousel2 .owl-buttons{
	 display:none;
}

a#totop {
    display: none;
    z-index: 9999;
    position: fixed;
    right: 20px;
    /* bottom: 20px; */
    bottom: 100px;
    padding: 10px 16px;
    width: 39px;
    height: 39px;
    background: #808080;
    box-shadow: 0 0 2px 0 #444;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
.dop-items{
    width:49%;
    display:inline-block;
    vertical-align: top;
}

.navbar-fx{
    position: fixed;
    top: 0;
    width: 100%;
    height: 35px;
    z-index: 999;
    background-color: #20212c;
}
    .navbar-fx .mainWrap{
        height: 35px;
    }
.selectGray{
    background: #efefef;
    height: 26px;
    font-size: 14px;
    line-height: 12px;
    padding: 0 10px;
    border:none;
}

#promo {
    text-align: center;
    margin: 10px 15% 30px;
    padding: 20px;
    border: 1px solid #E7E7E7;
    background: #F5F5F5;
    box-shadow: 1px 1px 2px 0px #A5A5A5;
    background: #F9F9F9;
    background: -moz-linear-gradient(top, #F9F9F9 0%, #F5F5F5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(100%,#F5F5F5));
    background: -webkit-linear-gradient(top, #F9F9F9 0%,#F5F5F5 100%);
    background: -o-linear-gradient(top, #F9F9F9 0%,#F5F5F5 100%);
    background: -ms-linear-gradient(top, #F9F9F9 0%,#F5F5F5 100%);
    background: linear-gradient(to bottom, #F9F9F9 0%,#F5F5F5 100%);
    position: relative;
}

@media screen and (max-width: 767px) {
	#promo .bedroom {
		padding: 0 40px;
		height: 40px;
	}
	#promo .bedroom + div {
		margin-top: 10px;
	}
}

#tooltip{
        background:#000;
        color:#f3f3f3;
        text-align:center;
        padding:6px 0;
        position:absolute;
        max-width:250px;
        z-index:9999;
        display:none;
        border-radius:3px;
        box-shadow:4px 4px 8px rgba(0, 0, 0, 0.3);
        padding:5px 8px;
        font-size:12px;
		text-shadow:none;
		opacity: 0.8;
}
#tooltip:before{
        position: absolute;
        width: 0;
        height: 0;
        line-height: 0;
        border: 6px dashed #000;
        top: -6px;
        left:15px;
        border-bottom-style: solid;
        border-top: none;
        border-left-color: transparent;
        border-right-color: transparent;
        content:'';
}
.blog-date{
    font-size: 14px;
    padding: 7px 0px;
    border-top: #e0e0e0 solid 1px;
    border-bottom: #e0e0e0 solid 1px;
}

.wpfilebase-file-default {
    width: 420px;
    display: inline-block;
    padding: 5px;
    margin: 10px auto 25px auto;
    color: #333;
    text-align: left;
    line-height: normal;
    cursor: pointer;
    box-shadow: 1px 1px 1px #CCC;
    background: #EEE;
    background: -moz-linear-gradient(top, #EEE 0%, #CCC 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEE), color-stop(100%,#CCC));
    background: -webkit-linear-gradient(top, #EEE 0%,#CCC 100%);
    background: -o-linear-gradient(top, #EEE 0%,#CCC 100%);
    background: -ms-linear-gradient(top, #EEE 0%,#CCC 100%);
    background: linear-gradient(to bottom, #EEE 0%,#CCC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}
    .wpfilebase-file-default .filetitle {
        float: left;
        font-size: 10px;
        margin: 0 0 4px 8px;
        height: 40px;
    }
    .wpfilebase-file-default .info {
        float: right;
        text-align: right;
        font-size: 10px;
        margin: 12px 8px 0 auto;
        height: 50px;
        padding-right: 60px;
        padding-top: 3px;
        background-image: url(../img/down-green.png);
        background-repeat: no-repeat;
        background-position: top right;
    }
    .wpfilebase-file-default .filetitle a {
        font-size: 18px;
        text-decoration: none;
        line-height: 29px;
        text-shadow: 1px 1px 1px white;
	}

.testimonials__item {
	margin-bottom: 10px;
}
.testimonials__heading > div {
	display: inline-block;
	font-size: 1.1em;
}
.testimonials__heading-date {
	text-decoration: underline dotted;
	margin-right: 10px;
}
.testimonials__estate {
	font-size: 1.1em;
}
.testimonials__text {
	font-style: italic;
}

.burger {
	position: absolute;
	top: 7px;
	left: 12px;
	background-color: transparent;
	border: none;
}

.burger .icon-bar {
	background-color: #fff;
	display: block;
    width: 26px;
    height: 3px;
    border-radius: 1px;
}
.burger .icon-bar+.icon-bar {
    margin-top: 4px;
}

@-webkit-keyframes bounceIn {
	0% {
		-webkit-transform: scale(1);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		-moz-transform: scale(1);
	}

	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}

	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		-o-transform: scale(1);
	}

	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}

	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		transform: scale(1);
	}

	50% {
		opacity: 1;
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

.b-error-page__message {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.b-error-page__title {
	/*margin-top: -20px;*/
	font-size: 180px;
	font-weight: bold;
}
.b-error-page__description {
	color: #454545;
}

@media (min-width: 641px)
	and (max-width: 999px)
{
	.carousel2
	  .items
	  .item:nth-child(2n) {
		display: none;
	}

	.carousel2
	  .items
		.item {
		width: 50%;
	}
}
.swal-button--confirm {
	background-color: #006666;
}

.villa-blog-comment {
	background-color: #20212c;
}

.villa-blog-comment-text {
	font-size: 14px;
	line-height: 18px;
	color: #ccc;
	display: inline-block;
	vertical-align: middle;
	/* width: 92px; */
	margin: 0 8px 0 0;
	text-align: right;
}
div.header-menu-send-request {
	background-color: #d70000;
}
li.header-menu-send-request {
	background-color: #d70000;
}
a.header-menu-send-request {
	color: #fff;
	background-color: #d70000;
}
div.villa-blog-padding-top {padding: 0 10px;}
div.villa-blog-comment-padding-top {padding-top: 0.7em;}
div.villa-blog-comment-padding-bottom {padding-bottom: 0.7em;}
div.villa-blog-comment-hidden {background-color: #ededed;}
.banner_mobile a {
	display: inline-block;
}






#callback-wrapper {
	position: fixed;
	right: 15px;
	bottom: 140px;
	z-index: 999999999;
	display: none;
}

.callback-wrapper-btns {
	padding: 8px 0;
}

#callback-wrapper .callback-item {
	text-align: center;
	background-color: #43a047;
	border-radius: 100px;
	width:50px;
	height: 50px;
	margin: 0 0 4px 0;
	display: block;
}

#callback-wrapper .callback-item:first-child {
	border-left: none;
}

#callback-wrapper .callback-item:last-child {
	border-right: none;
}

#callback-wrapper .callback-item a,#callback-wrapper .copyrights a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#callback-wrapper .callback-item a:hover , #callback-wrapper .callback-item a:focus , #callback-wrapper .callback-item a:active,#callback-wrapper .copyrights a:hover,#callback-wrapper .copyrights a:focus,#callback-wrapper .copyrights a:active {
	color: #fff;
	text-decoration: none;
}

#callback-wrapper .callback-wrapper_icon {
	display: block;
	width: 100%;
	height: 50px;
}

#callback-wrapper .callback-wrapper_whatsapp-icon {
	background: url('../img/whatsapp-icon.svg')no-repeat center;
}

#callback-wrapper .callback-wrapper_call-icon {
	background: url('../img/phone-icon.svg')no-repeat center;
}

#callback-wrapper .callback-item a:hover {
	color: #ffd762;
}

@media (max-width: 640px) {
  #callback-wrapper {
	display: block;
}
}



.blog--box {
	display: flex;
	flex-wrap: wrap;
}

.blog--box .blog--box-sub {
	margin: 0 20px 20px 0;
}

.blog--box .blog--box-sub-image {
	max-width: 290px;
}

.blog--box .blog--box-sub-image img {
	width: 100%;
	height: 100%;
}

.blog--box .blog--box-sub-name {
	text-align: center;
}

.blog--box .blog--box-sub-name a {
	font: 20px/26px 'Roboto Condensed', Arial, sans-serif;
}

@media (max-width: 505px) {

.blog--box {
	display: block;
}

.blog--box .blog--box-sub {
	margin: 0 0 20px 0;
}

.blog--box .blog--box-sub-image {
	max-width: 100%;
}
}
.ui-multiselect-checkboxes label{
	font-size: 12px;
}

.detail-icon.empty{
	background: none !important;
}

.grid-container {
	display: grid;
	grid-template-areas: "photo-1 photo-1 photo-2  photo-3"
	"photo-1 photo-1 photo-4  photo-5";
	grid-template-rows: repeat(2, 200px);
	grid-template-columns: repeat(4, 25%);
	margin-bottom: 40px;
}
.photo-1 {
	grid-area: photo-1;
	overflow: hidden;
	margin: 2px;
}
.photo-2 {
	grid-area: photo-2;
	overflow: hidden;
	margin: 2px;
}
.photo-3 {
	grid-area: photo-3;
	overflow: hidden;
	margin: 2px;
}
.photo-4 {
	grid-area: photo-4;
	overflow: hidden;
	margin: 2px;
}
.photo-5 {
	grid-area: photo-5;
	overflow: hidden;
	margin: 2px;
	position: relative;
}
@media screen and (max-width: 480px) {

	.grid-container {
		display: grid;
		grid-template-areas: "photo-1 photo-1"
		"photo-2  photo-3"
		"photo-4  photo-5";
		grid-template-rows: repeat(3, 206px);
		grid-template-columns: repeat(1, 50%);
		margin-bottom: 40px;
	}
	.grid-container .photo-5 + a{
		display:none;
	}

}

	.grid-container img{
		/*width: 100%;*/
		height: 100%;
	}
			.grid-container .photo-overlay{
				color: #ffffff;
				background: #00000061;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				z-index: 2;
				display: flex;
				justify-content: center;
				align-items: center;
				font-size: 18px;
			}

.new-reviews{
	display: flex;
	flex-flow: row wrap;
	margin-top: 20px;
}
.review-item{
	margin-bottom: 20px;
}
	.new-reviews .review-inner{
		/*padding:30px;*/
	}
	.new-reviews .review-background{
		background: #FCFCFC;
		border-radius: 10px;
		padding: 20px 30px;
		margin-bottom: 10px;
	}
	.new-reviews .testimonials__text{
		font-family: 'Bebas Neue Pro';
		font-style: normal;
		font-weight: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 25px;
		padding: 0px 30px;
		margin-bottom: 20px;
	}
	.new-reviews .testimonials__text b{
		color: #D75A4A;
		font-size: 22px;
		font-weight: 500;
		padding-right: 10px;
	}
	.new-reviews .reviews-name{
		/*margin-top: 30px;*/
		margin: 20px 0px;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
		.new-reviews .reviews-name h2{
			font-family: 'Bebas Neue Pro';
			font-style: normal;
			font-weight: normal;
			font-size: 24px;
			line-height: 25px;
			color: #252525;
		}
	.new-reviews .reviews-link{
		font-size: 16px;
		line-height: 25px;
		color: #003399 !important;
	}
		.new-reviews .reviews-link a{
			font-size: 19px;
			line-height: 25px;
			color: #003399 !important;
			font-family: 'Bebas Neue Pro';
		}

.owl-carousel-review{

}
	.owl-carousel-review .owl-next{
		font-size: 0px !important;
		background: #FFFFFF url("../img/svg/slider_arrow.svg") 35% 50% no-repeat !important;
		width:40px;
		height:40px;
		border-radius: 100%;
		position: absolute;
		top: 25%;
		right: -25px;
		opacity: 1 !important;
	}
	.owl-carousel-review .owl-prev{
		font-size: 0px !important;
		width:40px;
		height:40px;
		border-radius: 100%;
		background: #FFFFFF url(/bitrix/templates/main/css/../img/svg/slider_arrow.svg) 35% 50% no-repeat !important;
		transform: rotate(180deg);
		position: absolute;
		top: 25%;
		left: -25px;
		opacity: 1 !important;
	}
.photo-title{
	font-weight: bold;
	margin-bottom: 10px;
}

.blog-item{
	margin-top: 100px;
}
	.blog-item .blog-inner{
		background: #FCFCFC;
		border-radius: 10px;
		padding:20px 30px;
	}
		.blog-item .blog-image{
			border-radius:100%;
			border: 2px solid #F5F5F5;
			position: relative;
			margin-top: -50%;
			max-width: 100%;
		}
		.blog-item .blog-inner .blog-name{
			text-align: right;
		}
		.blog-item .blog-inner .more-btn-new{
			font-family: 'Bebas Neue Pro';
			font-style: normal;
			font-weight: normal;
			font-size: 18px;
			line-height: 25px;
			text-decoration-line: underline;
			color: #003399;
		}
		.blog-item .blog-inner .blog-text{
			/*4font-size: 14px;
			line-height: 25px;*/
			margin-bottom: 40px;
			margin-top: 20px;
		}
	.blog-item .blog-name{
		font-size: 16px;
		line-height: 25px;
		color: #D75A4A;
	}
	.blog-item .blog-name a{
		font-size: 24px;
		line-height: 25px;
		color: #252525;
		text-decoration: none;
	}
	.blog-item .blog-date-new{
		font-family: 'Bebas Neue Pro';
		font-size: 20px;
	}
	.blog-item .blog-date-new span{
		color: #000;
		margin-left:10px;
	}
	.main-blog{
		margin-top: 0px;
		margin-bottom: 50px
	}
		.main-blog .blog-image{
			margin-top: 0;
		}
.select-land{
	float: left;
	position: relative;
	/*top: 25px;*/
	margin-left: 40px;
}
	.land-select-list{
		-webkit-appearance: none;
		background: no-repeat;
		border: none;
		cursor: pointer;
		display: block;
		color: #333;
		padding-left: 10px;
		text-transform: uppercase;
		font-size: 21px;
		line-height: 18px;
		vertical-align: top;
		position: relative;
		font-family: 'Bebas Neue Pro';
		font-weight: 500;
		padding-right: 20px;
		position: relative;
		z-index: 2;
	}
        .land-select-list option{
            font-size:18px;
        }
	.select-land:after {
		content: "";
		position: absolute;
		top: 40px;
		right:6px;
		background: url(../img/arrow-according.png) 0 0 no-repeat;
		width: 7px;
		height: 7px;
		z-index: 1;
	}
.land-select-list li{
	margin-left: 7px !important;
}
.land-select-list li ul{
	padding: 10px;
	background: #fff;
	position: absolute;
	width: 100%;
	line-height: 28px;
	display:none;
}
.land-select-list:hover ul{
	display:block;
}
.catalog-title{
	padding-top: 0 !important;
}

.wrapImage{
	height: 400px;
	overflow: hidden;
}
.readMoreBlog{
	cursor:pointer;
	position: relative;
	top: -15px;
}

	.readMoreBlog span:last-child{
		display:none;
	}
.blog-open{
	-webkit-line-clamp: unset !important;
}
	.blog-open + .readMoreBlog span:first-child{
		 display:none;
	}
	.blog-open + .readMoreBlog span:last-child{
		display:block;
	}

.company-info-cell img,
.blog-index__row img{
	max-width: 100%;
	height: auto;
}
.like img,
.like span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.shared{
    display: inline-block;
    vertical-align: middle;
}
    .shared:hover .share-serv{
        display: block;
    }
    .shared .share-serv{
        display: none;
        position: absolute;
        background: #fff;
        padding: 10px;
        z-index: 3;
        border-radius: 3px;
        box-shadow: 0 14px 28px rgba(0,0,0,0.08), 0 10px 10px rgba(0,0,0,0.08);
    }

.select_cell-name{
	font-family: 'Bebas Neue Pro';
	font-size: 20px;
}

.bx-filter-input-checkbox{
	font-family: 'Roboto Condensed', Arial, sans-serif;
}
.ui-widget-header a{
	color: #006666;
	font-weight: normal;
}
.ui-multiselect-header span.ui-icon{
	display:none !important;
}
.select_cell-show-more{
	font-size: 14px;
}
.breadcrumb li{
	padding-left:0px !important;
}
.breadcrumb li:after{
	display:none;
}

.ya-share2__item:after{
	display:none;
}
	.modal-title p{
		margin:0px !important;
	}
.searchField{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: inherit;
	align-content: space-between;
}
.searchField input[type="submit"] {
	width: 40px;
	height: 24px;
	background-image: url("../icons/loupe.svg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 50%;
}


.text-block_{
	position:relative;
}

#ouibounce-modal{
	z-index: 999;
}

.navbar-fx .lang_item{
	display:none;
}
.modal-footer{
	border:none !important;
}

.linkRegion{
	cursor:pointer;
	position: relative;
	top: -25px;
}

.textRegionName{
	font-size: 22px;
}

.loader{
	background-image: url("/bitrix/templates/main_new/img/loader.gif");
	background-repeat:no-repeat;
	background-position: center center;
	height: 300px;
	width: 300px;
	display: none;
}