/* jost-300 - cyrillic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/jost-v18-cyrillic-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-regular - cyrillic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/jost-v18-cyrillic-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-700 - cyrillic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/jost-v18-cyrillic-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img,
.gm-style img {
	max-width: none;
}
button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button,
input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	font-family: "Jost", Helvetica, Arial, sans-serif !important;
}
body {
	margin: 0;
	font-family: "Jost", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #555;
	padding: 0;
	background: #fff;

}
body a {
	text-decoration: none;
	font-family: "Jost";
	color: #63826B;
}
a:not([class]) {
	text-decoration: none;
}
body a:hover,
body a:focus {
	color: #000;
	text-decoration: none !important;
}
p {
	margin: 0 0 9px;
}
.lead {
	margin-bottom: 18px;
	font-size: 19.5px;
	font-weight: 200;
	line-height: 27px;
}
small {
	font-size: 85%;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
cite {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 9px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 1.2;
	color: inherit;
	text-rendering: optimizelegibility;
}




/*///////////////////////////////////////////////*/

.wrap1300 {
	max-width: 1300px;
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin: 0 auto;
}

body {
	
}

.main1 {
	min-height: 100vh;
}


header a:focus,header a:hover {
	color: #63826B !important;
}



.btn3 {
	font-size: 15px;
    color: #fff;
    background: #F78539;
    padding: 15px 20px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 5px 20px rgb(247 133 57 / 26%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn3:hover, .btn3:focus {
	color: #fff;
	-webkit-transform: translate(-1px, -1px);
	    -ms-transform: translate(-1px, -1px);
	        transform: translate(-1px, -1px);
	    
    box-shadow: 0 5px 20px rgb(247 133 57 / 68%);
}
body .mod-list li.active>a {
	text-decoration: none;
}

:focus-visible {
    outline: none !important;
}

.bread_block {
	background: #f8f7f7;
	margin-top: 10px;
	margin-bottom: 15px;
}
.breadcrumb {
	padding: 8px 0px;
	margin: 0 0 15px;
	list-style: none;
	background: transparent;;
}
.breadcrumb > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
}
.breadcrumb > li > .divider {
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {
	color: #999;
}
.breadcrumb li a, .breadcrumb li span {
	color: #acacac;
}

.header_wrap {
	padding: 25px 0;
	background: rgba(255,255,255,0.95)
}
.header_wrap.uk-active {
	padding: 10px 0;
	border-bottom: 1px solid #dcdcdc;
}
header .wrap1300 {
	display: flex;
	justify-content: space-between;	
	align-items: center;
}
.header_left a {
	display: flex;
	height: 100%;
	align-items: center;
}

.header_left .logo {
	font-size: 45px;
	color: #63826B;
	padding: 5px 0;
	padding-right: 10px;
	border-right: 2px solid #63826B;
	line-height: 1;
}
.header_left .logo_desc {
	font-size: 16px;
	color: #585454;
	padding-left: 10px;
}
header nav a {
	color: #555555;
	font-size: 15px;
	margin-right: 13px;
}
.header_right {
	display: flex;
	align-items: center;
}
.header_phone {
	font-weight: bold;
	font-size: 20px;
	margin-right: 13px;
	position: relative;
	top:1px;
}
.header_soc img {
	width: 22px;
	height: 21px;
}
.main_slide {
	min-height: 700px;
	border-radius: 19px;
	max-width: 1650px;
	margin: 0 auto;
	background: url('/images/back2.jpg') no-repeat;
	position: relative;
}
.main_slide .wrap1300 {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	background: #fff;
	padding: 20px 0px !important;
	text-align: center;
	border-radius: 9px;
}
.block_wrap {
	margin: 70px 0;
}
.main_h2 {
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.h2_green {
	color: #63826B;
}
.h2_orange {
	color: #F78539;
}
.about_wrap .main_h2 {
	display: flex;
	flex-direction: column;
}
.about_left {
	padding: 30px 0;
}
.about_right iframe {
	border-radius: 9px;
}



.dop_block_wrap h3 {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
	font-size: 19px;
	margin-top: 40px;
}
.dop_block_wrap>div {
	padding: 0 20px;
    border: 1px solid #d8d8d8;
    border-radius: 19px;
    margin-bottom: 20px;
}
.dop_block_wrap p {
	margin-top: 0;
}
.dop_galery .uk-grid img {
	border-radius: 9px;
}
.dop_prices {
	display: flex;
	flex-direction: column;
}

.dop_price {
	color: #63826B;
	font-size: 19px;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.dop_price::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url('/images/icons/mark.png')no-repeat;
}
.dop_galery {
	margin-top: 10px;
	margin-bottom: 40px;
}
.dop1 {
	margin-bottom: 60px;
}

.dom_link {
    color: #63826B;
    font-size: 15px;
    display: inline-block;
    border-bottom: 1px dotted;
    margin-top: 10px;
    line-height: 1;
}
.doms_price_btns {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
.doms_price_block {
	display: flex;
	flex-direction: column;
}
.doms_main_price {
	color: #63826B;
	font-size: 15px;
	font-weight: bold;
}
.doms_dop_price {
	color: #63826B;
}
.houses_wrap figure {
	margin-bottom: 0;
}
.newsflash-title a {
	color: #333;
}
.houses_wrap .uk-card-default .uk-card-title {
	margin-bottom: 13px;
}

.houses_wrap {
	padding: 70px 0;
	margin: 50px 0;
	background: url('/images/house-back.jpg');
}

.intro_text {
	line-height: 1
}

.cont_wrap {
	margin-bottom: 0;
}












footer {
	background: #1D1D1F;
	padding: 40px 0;
	/*padding-bottom: 20px;*/
}
.footer_wrap .wrap1300 {
	display: flex;
	justify-content: space-between;
	color: #fff;
}
footer a, footer span {
	color: #ccc;
}
footer a:hover, footer a:focus, footer a:active {
	color: #F78539;
}
footer hr {
	margin: 10px 0;
}
.footer_center a {
	padding: 0 10px;
}
.footer_right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.footer_right .snip_phone {
	font-size: 20px;
}
.footer_soc {
	margin-top: 10px;
}





.mob_menu {
	background: url(/images/icons/mob-menu.png) no-repeat;
	width: 34px;
	height: 34px;
}
.mob_menu a {
	width: 100%;
}

.uk-offcanvas .nav {
	display: flex;
	flex-direction: column;
}
.uk-offcanvas .nav li {
	padding: 0;
	margin-bottom: 4px;
}
.uk-offcanvas .nav li a {
	color: #d4d4d4;
}

.uk-offcanvas .jshop_list_category_footer {
	display: flex;
	flex-direction: column;
}
.uk-offcanvas .jshop_list_category_footer a {
	margin-bottom: 6px;
	color: #d4d4d4;
}
body .uk-offcanvas h5 {
	margin-bottom: 10px;
	margin-top: 20px;
	color: #82bc91;
	font-size: 18px;
}
.off_logo {
	padding-bottom: 20px;
    border-bottom: 1px solid #777;
}

.off_head {
	font-size: 36px;
	color: #82bc91;
	font-weight: bold;
}
.off_desc {
	color: #d4d4d4;
	font-size: 21px;
}
.off_logo_block {
	line-height: 1.3;
}
.off_menu_block {
	display: flex;
	flex-direction: column;
}
.off_menu_block a {
	margin-bottom: 4px;
}





.left.item-image {
	margin-top: 0;
}
.left.item-image img {
	border-radius: 9px;
}
.com-content-article {
	margin-bottom: 30px;
	min-height: 50vh;
}
.list_price li {
	color: #63826B;
}
.article_hr {
	border-color: #666666;
}

.uk-margin-small-bottom .uk-height-small.uk-flex.uk-flex-center.uk-flex-middle.uk-background-cover.uk-light {
	border-radius: 9px;
	height: 200px;
}

.com-content-article__body .uk-grid {
	margin-top: 40px;
}

.mod-articlesnews__item {
	border-radius: 9px;
}
.mod-articlesnews__item img{
	border-radius: 9px 9px 0 0;
}


.fixed_soc {
	position: fixed;
	left: 10px;
	bottom: 10px;
	
	background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 11px;
    padding-top: 5px;
}
.fixed_soc>div {
	display: flex;
}
.fixed_soc div a {
	display: inline-block;
	margin-right: 10px;
	/*filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));*/
}
.fixed_soc div a:last-child {
	margin: 0;
}
.fixed_soc>span {
	font-size: 14px;
	color: #333;
	margin: 0;
	display: inline-block;
}
.fixed_soc .snip_phone {
	color: #333;
	font-size: 15px;
	margin-bottom: 5px;
	display: inline-block;
}

.modal_soc>span{
	font-size: 20px;
	display: inline-block;
	margin-bottom: 8px;
}
.modal_soc .snip_phone {
	font-size: 25px;
	display: inline-block;
	margin-bottom: 20px;
	border-bottom: 1px dotted;
    line-height: 1.2;
}
.modal_soc img {
	margin-right: 6px;
}
#modal-center .uk-modal-dialog {
	max-width: 300px !important;
    border-radius: 9px;
}




@media (max-width: 1400px) {
	.main_slide {
		border-radius: 0;
	}
}

@media (max-width: 1150px) {
	.header_right {
		flex-direction: column;
		align-items: flex-end;
	}
	.header_phone {
		margin-right: 0;
	}
	header nav a {
		margin-right: 10px;
	}
	.header_left .logo_desc {
		font-size: 14px;
	}
}
@media (max-width: 1000px) {
	.header_center {
		display: none;
	}
	.mob_menu {
		display: flex !important;
	}
	.footer_center {
		display: none;
	}
}
@media (max-width: 650px) {
	.header_left .logo_desc {
		display: none;
	}
	.header_left .logo {
		padding: 0;
		border: none;
	}
	.header_soc {
		display: none;
	}
	.main_slide {
		min-height: 300px;
    	background-size: auto 100%;
        background-position: 20%;
	}
	.footer_wrap .wrap1300 {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
  
  .lc {
    display: inline-block;
    margin-top: 40px;
  }
	

	.footer_right {
		display: none;
	}
}
@media (max-width: 450px) {
	.about_wrap .main_h2 {
		font-size: 27px;
	}
	.about_left {
		padding: 0;
	}
	.header_left .logo {
		font-size: 30px;
	}
	.main_h2 {
		margin-bottom: 30px;
		font-size: 30px;
		text-align: center;
	}
	.block_wrap {
		margin: 10px 0;
		margin-top: 40px;
	}
	.doms_price_btns {
		flex-direction: column;
		align-items: flex-start;
	}
	.doms_price_block {
		margin-bottom: 20px;
	}
	.header_right .snip_phone {
		font-weight: 400;
        font-size: 17px;
        color: #333;
	}
	.header_wrap {
		padding: 17px 0;
	}
	.main_slide .wrap1300 {
		bottom: 0;
		left: 0;
		transform: none;
		border-radius: 0;
		border:1px solid #ccc;
	}
	.houses_wrap {
		padding: 30px 0;
	}
	.page-header h1 {
		font-size: 25px;
	}
}