<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme name: Krian
Description: Ð¢ÐµÑ€Ð¼Ð¾ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ñ‹ Ð¼Ð½Ð¾Ð³Ð¾Ñ€Ð°Ð·Ð¾Ð²Ð¾Ð³Ð¾ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Â«ÐšÑ€Ð¸Ð¾ÐšÐµÐ¹ÑÂ»
Author: Aleksandrlao
Author URI: http://aleksandrlao.ru
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&amp;display=swap');



:root {
	--grey: #828282;
	--blue: #13559C;
	--blue2: #239AD9;
	--l-blue: #E0EEFD;
}


*, *::before, *::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/1.7 'Montserrat', Arial, sans-serif;
}
.nav-active {
	overflow: hidden;
}
.box {
	width: 100%;
	min-width: 320px;
	position: relative;
}
.container {
	width: 100%;
	min-width: 320px;
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	position: relative;
	border-top: 0 solid transparent;
}
.container::after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
.flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}


a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

input, textarea {
	font-family: 'Montserrat', Arial, sans-serif;
}
input.error {
	color: #f00 !important;
	border: 1px solid #f00 !important;
}
input.valid {
	border: 1px solid #339e36 !important;
}
input:focus {
	color: #000;
}
input::-webkit-input-placeholder {
	color: #000;
}
input::-moz-placeholder {
	color: #000;
}
input:-moz-placeholder {
	color: #000;
}
input:-ms-input-placeholder {
	color: #000;
}






.text {
	overflow: hidden;
}
.text p {
	margin-bottom: 24px;
}
.text h2, .text h3, .text h4, .text h5 {
	margin-bottom: 32px;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #000;
}
.text h3 {
	font-size: 32px;
}
.text h4, .text h5 {
	margin-top: 16px;
	margin-bottom: 24px;
	font-size: 24px;
	text-transform: none;
}
.text table {
	width: 100%;
	border-collapse: collapse;
}
.text table tr td {
	border: 1px solid #373737;
	padding: 10px;
}
.text ul, .text ol {
	margin: 0 0 25px 20px;
}
.text li {
	margin-bottom: 8px;
}
.text img {
	max-width: 100%;
}

.alignleft {display: inline;float: left;margin: 5px 15px 5px 0;}
.alignright {display: inline;float: right;margin: 5px 0 5px 15px;}
.aligncenter {clear: both;display: block;margin: 5px auto 32px;}





.head {
	margin-bottom: 56px;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #000;
}

.button {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: 48px;
	position: relative;
	background: transparent;
	border: none;
	outline: none;
	border-radius: 4px;
	padding: 8px 16px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	transition: all .3s ease;
	cursor: pointer;
}
.button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background: var(--blue);
	transition: all .3s ease;
	z-index: -1;
}
.button--grad::before {
	background: linear-gradient(90deg, #13559C 0%, #239AD9 100%);
	box-shadow: 0 8px 20px rgba(19, 85, 156, 0.7), 0 4px 0 #0E4580;
}
.button--white {
	color: var(--blue);
}
.button--white::before {
	background: transparent;
	border: 2px solid var(--blue);
}
.button:hover {
	background: var(--blue2);
}
.button--white:hover {
	background: var(--blue);
	color: #fff;
}







/* Header ----------------------------------------------------------------------------- */
.header {
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 40;
}
.header .container {
	align-items: center;
}
.header__logo {
	display: block;
	width: 200px;
	height: 50px;
	background: url('i/bg-logo.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.header__nav-btn {
	display: none;
	background: var(--blue);
	width: 40px;
	height: 40px;
	padding: 8px;
	border-radius: 4px;
	border: none;
	outline: none;
	margin-left: 8px;
	cursor: pointer;
}
.header__nav-btn span {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 2px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	margin: 6px 0 0;
	position: relative;
}
.header__nav-btn span::before, .header__nav-btn span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 20px;
	height: 2px;
	-webkit-border-radius: 3px;
		  border-radius: 3px;
	background: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header__nav-btn span::before {
	top: -6px;
}
.header__nav-btn span::after {
	bottom: -6px;
}
.nav-active .header__nav-btn span {
	background: transparent;
}
.nav-active .header__nav-btn span::before {
	top: 0;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.nav-active .header__nav-btn span::after {
	bottom: 0;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}


.header__contact {
	margin-left: auto;
}
.header__phone {
	display: inline-block;
	margin-right: 30px;
	padding-left: 28px;
	position: relative;
	text-decoration: none;
}
.header__phone::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: var(--grey);
	-webkit-mask: url("i/bg-icon-phone.svg") center no-repeat;
	mask: url("i/bg-icon-phone.svg") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.header__lang {
	margin-left: 52px;
	position: relative;
}
.header__lang-current {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-width: 48px;
	height: 48px;
	padding: 4px;
	background: var(--blue);
	border-radius: 4px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	transition: all .3s ease;
	cursor: pointer;
}
.header__lang.active .header__lang-current {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.header__lang-current:hover {
	background: var(--blue2);
}
.header__lang-current::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 5px;
	background: #fff;
	margin-left: 4px;
	-webkit-mask: url('i/bg-icon-arrow.svg') center no-repeat;
	mask: url('i/bg-icon-arrow.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.header__lang-other {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	opacity: 0;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	background: var(--blue2);
	pointer-events: none;
	transition: all .3s ease;
}
.header__lang.active .header__lang-other {
	top: 40px;
	opacity: 1;
	pointer-events: auto;
}
.header__lang-other a {
	display: block;
	padding: 8px 4px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
.header__lang-other a:hover {
	background: var(--blue);
}
.header__lang-other a:last-child {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}



	/* Nav ----------------------------------------------------------------------------- */
.nav {
	background: #F5F7FA;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	z-index: 20;
}
.nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	list-style: none;
}
.nav li {
	margin-right: 64px;
	position: relative;
}
.nav li:last-child {
	margin-right: 0;
}
.nav a {
	display: block;
	padding: 20px 0;
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	text-decoration: none;
}
.nav li.menu-item-has-children &gt; a::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 5px;
	background: #000;
	margin-left: 4px;
	-webkit-mask: url('i/bg-icon-arrow.svg') center no-repeat;
	mask: url('i/bg-icon-arrow.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.nav a:hover {
	color: var(--blue);
}
.nav .current-menu-item a {
	font-weight: bold;
	color: var(--blue);
}
.nav .sub-menu {
	display: block;
	position: absolute;
	top: -20px;
	left: -16px;
	width: 184px;
	background: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	padding: 12px 16px;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
}
.nav li:hover .sub-menu {
	top: 56px;
	opacity: 1;
	pointer-events: auto;
}
.nav .sub-menu li {
	margin: 0;
}
.nav .sub-menu a {
	display: block;
	padding: 4px 0;
}




/* Mobile nav ----------------------------------------------------------------------------- */
.mob {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	overflow-y: visible;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
	z-index: 200;
}
.nav-active .mob {
	opacity: 1;
	pointer-events: auto;
}
.mob .container {
	padding: 0;
}
.mob__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 16px;
	height: 16px;
	background: #E0E0E0;
	border: none;
	outline: none;
	-webkit-mask: url("i/bg-icon-close.svg") center no-repeat;
	mask: url("i/bg-icon-close.svg") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	font-size: 0;
	transition: all .3s ease;
	cursor: pointer;
}
.mob__close:hover {
	background: var(--blue);
}
.mob ul {
	padding: 40px 32px 8px;
	list-style: none;
}
.mob ul li {
	margin-bottom: 32px;
}
.mob ul a {
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	text-decoration: none;
}
.mob ul a:hover {
	color: var(--blue);
}
.mob ul li.current-menu-item a {
	font-weight: bold;
	color: var(--blue);
}
.mob .header__contact {
	display: block;
	padding: 56px 32px;
	background: #F5F7FA;
	position: relative;
	z-index: 10;
}
.mob .header__phone {
	display: block;
	margin-bottom: 20px;
}










/* Hero ----------------------------------------------------------------------------- */
.hero {
	min-height: 250px;
	padding-top: 56px;
	padding-bottom: 48px;
	background: linear-gradient(90deg, #D9EAFD 0%, rgba(245, 247, 250, 0) 100%);
	overflow: hidden;
}
.hero::before {
	content: '';
	position: absolute;
	top: 42px;
	left: calc(50% - 1000px);
	width: 1180px;
	height: 450px;
	background: url('i/bg-hero.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.hero .container {
	z-index: 20;
}
.hero__info {
	width: 50%;
}
.hero__head {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 46px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #000;
}
.hero__desc {
	font-size: 14px;
	color: #000;
}
.hero__thumb {
	width: 48%;
}
.hero__thumb img {
	display: block;
	width: 100%;
	height: auto;
}




/* Breadcrumbs ----------------------------------------------------------------------------- */
.breadcrumbs {
	margin-top: -12px;
	margin-bottom: 32px;
	color: var(--grey);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
}
.breadcrumbs a {
	display: inline-block;
	vertical-align: middle;
}
.breadcrumbs a {
	margin-right: 28px;
	position: relative;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	text-decoration: none;
}
.breadcrumbs a::before {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: -22px;
	width: 12px;
	height: 8px;
	background: #B5B5B9;
	-webkit-mask: url('i/bg-icon-arrow-right.svg') center no-repeat;
	mask: url('i/bg-icon-arrow-right.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}











/* Design features ----------------------------------------------------------------------------- */
.features {
	padding-top: 88px;
	overflow: hidden;
}
.features__list {
	justify-content: flex-start;
	width: calc(100% + 30px);
	margin-left: -15px;
}
.features-item {
	width: calc(25% - 30px);
	margin: 0 15px 30px;
}
.features-item__icon {
	display: block;
	width: 60px;
	height: 60px;
	margin-bottom: 24px;
}
.features-item__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.features-item__label {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	color: var(--grey);
}
.features-item__value {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
	color: #000;
}





/* Construct ----------------------------------------------------------------------------- */
.construct {
	padding-bottom: 60px;
	overflow: hidden;
}
.construct__wrapper {
	width: 100%;
	min-height: 640px;
	position: relative;
}
.construct__thumb {
	position: absolute;
	top: 0;
	left: calc(50% - 320px);
	width: 670px;
	height: 640px;
	background: url('i/bg-construct-box.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.construct__item {
	position: absolute;
	top: 0;
	left: 0;
	background: #F2F2F2;
	border-radius: 50px;
	padding: 8px 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
	color: #000;
}
.construct__item::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	background: #6CA7E7;
	width: 160px;
	height: 1px;
}
.construct__item::after {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	left: calc(100% + 156px);
	width: 9px;
	height: 9px;
	background: #6CA7E7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.construct__item--1 {
	top: 170px;
}
.construct__item--2 {
	top: 232px;
}
.construct__item--2::before {
	width: 295px;
}
.construct__item--2::after {
	left: calc(100% + 290px);
}
.construct__item--3 {
	top: 324px;
}
.construct__item--4 {
	top: 445px;
}
.construct__item--4::before {
	width: 356px;
}
.construct__item--4::after {
	left: calc(100% + 352px);
}

.construct__item--5,
.construct__item--6 {
	left: inherit;
	right: 0;
}
.construct__item--5 {
	top: 268px;
}
.construct__item--6 {
	top: 544px;
}
.construct__item--5::before,
.construct__item--6::before {
	left: inherit;
	right: 100%;
}
.construct__item--5::before {
	width: 230px;
}
.construct__item--5::after,
.construct__item--6::after {
	left: inherit;
	right: calc(100% + 156px);
}
.construct__item--5::after {
	right: calc(100% + 226px);
}
.construct__item--6::before {
	width: 356px;
}
.construct__item--6::after {
	right: calc(100% + 352px);
}

.construct__profile {
	position: absolute;
	top: 376px;
	right: 120px;
	width: 154px;
	height: 154px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.construct__profile img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.construct__bottom {
	justify-content: center;
}
.construct__sell,
.construct__rent {
	min-width: 288px;
	min-height: 50px;
	margin: 0 10px 20px;
}









/* Advantage ----------------------------------------------------------------------------- */
.advantage {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}
.advantage__list {
	justify-content: flex-start;
	width: calc(100% + 32px);
	margin-left: -16px;
}
.advantage__list .slick-list {
	overflow: hidden;
}
.advantage-item	{
	float: left;
	width: calc(33.3% - 32px);
	margin: 0 16px 32px;
	outline: none;
}
.advantage-item__icon {
	display: block;
	width: 60px;
	height: 60px;
	margin-bottom: 24px;
}
.advantage-item__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.advantage-item__desc {
	min-height: 136px;
	margin-bottom: 32px;
}
.advantage-item__photo {
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.advantage-item__photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.advantage__progress {
	width: 100%;
	height: 4px;
	background-color: #E0E0E0;
	background-image: linear-gradient(to right, #6CA7E7, #6CA7E7);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size 0.4s ease-in-out;
	border-radius: 8px;
	margin-top: 40px;
}









/* Parameter ----------------------------------------------------------------------------- */
.parameter {
	padding-top: 68px;
	padding-bottom: 32px;
	overflow: hidden;
}
.parameter__list {
	width: calc(100% + 24px);
	margin-left: -12px;
}
.parameter-item {
	width: calc(14.28% - 24px);
	margin: 0 12px 24px;
	position: relative;
	padding-top: 60px;
}
.parameter-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url('i/bg-icon-check.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.parameter-item__desc {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}








/* Box-cont ----------------------------------------------------------------------------- */
.box-cont {
	padding-top: 32px;
	padding-bottom: 120px;
	overflow: hidden;
}
.box-cont__view {
	width: 50%;
	position: relative;
}
.box-cont__view-thumb {
	display: block;
	width: 345px;
	height: 418px;
}
.box-cont__view-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.box-cont__item {
	position: absolute;
	top: 0;
	right: 0;
	background: #F2F2F2;
	border-radius: 50px;
	padding: 8px 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
	color: #000;
}
.box-cont__item::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	background: #6CA7E7;
	width: 160px;
	height: 1px;
}
.box-cont__item::after {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: calc(100% + 156px);
	width: 9px;
	height: 9px;
	background: #6CA7E7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.box-cont__item--1 {
	top: 140px;
}
.box-cont__item--2 {
	top: 256px;
}
.box-cont__item--2::before {
	width: 380px;
}
.box-cont__item--2::after {
	right: calc(100% + 376px);
}
.box-cont__item--3 {
	top: 324px;
}


.box-cont__info {
	width: 42%;
	padding-top: 48px;
}
.box-cont__info p {
	margin-bottom: 20px;
}
.box-cont__info-arrow {
	width: 220px;
	height: 220px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #AEAEAE;
	overflow: hidden;
}
.box-cont__info-arrow img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}














.catalog {
	padding-top: 64px;
	padding-bottom: 88px;
	overflow: hidden;
}
.catalog-tag {
	justify-content: center;
	padding-bottom: 24px;
}
.catalog-tag__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: calc(50% - 32px);
	max-width: 288px;
	min-height: 50px;
	margin: 0 16px 32px;
	background: var(--blue);
	border-radius: 4px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	transition: all .3s ease;
}
.catalog-tag__item.active {
	border: 2px solid var(--blue2);
	background: #fff;
	color: var(--blue);
}
a.catalog-tag__item:hover {
	background: var(--blue2);
}

.catalog__list {
	justify-content: flex-start;
	width: calc(100% + 32px);
	margin-left: -16px;
}
.catalog-item {
	width: calc(33.3% - 32px);
	margin: 0 16px 32px;
	padding: 8px;
	background: #FFF;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.catalog-item__link {
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
}
.catalog-item__thumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 180px;
	margin-bottom: 16px;
}
.catalog-item__thumb img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	transition: all .3s ease;
}
.catalog-item__link:hover .catalog-item__thumb img {
	transform: scale(1.1);
}
.catalog-item__title {
	display: block;
	padding: 0 16px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	color: #000;
	transition: all .3s ease;
}
.catalog-item__link:hover .catalog-item__title {
	color: var(--blue);
}
.catalog-item__desc {
	padding: 0 16px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--grey);
}
.catalog-item__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: var(--l-blue);
	padding: 10px;
	position: relative;
	z-index: 10;
}
.catalog-item__price {
	margin-left: 8px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	color: var(--blue);
}
.catalog-item__buy {
	margin-top: -2px;
	font-weight: bold;
	text-transform: none;
}



/* Pagenavi ----------------------------------------------------------------------------- */
.pagenavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-top: 40px;
}
.pagenavi a,
.pagenavi span {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-width: 48px;
	min-height: 48px;
	margin: 0 4px 8px;
	background: #FFF;
	border: 1px solid #B5B5B9;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	text-decoration: none;
	transition: all .3s ease;
}
.pagenavi a:hover {
	border: 1px solid #6CA7E7;
	color: #6CA7E7;
}
.pagenavi span {
	background: #6CA7E7;
	border: 1px solid #6CA7E7;
	color: #fff;
}
.pagenavi .prev,
.pagenavi .next {
	border-color: transparent;
	margin: 0 auto 8px;
	font-weight: 600;
	color: #13559C;
}
.pagenavi .prev:hover,
.pagenavi .next:hover {
	border-color: transparent;
	color: #333;
}








/* Single ----------------------------------------------------------------------------- */
.single {
	padding-top: 64px;
	padding-bottom: 64px;
	overflow: hidden;
}
.single-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(100% + 32px);
	margin-left: -16px;
}
.single-gallery__item {
	width: calc(33.3% - 32px);
	margin: 0 16px 32px;
	padding-top: 33.3%;
	position: relative;
}
.single-gallery__item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}








/* Product ----------------------------------------------------------------------------- */
.product-top {
	margin-bottom: 48px;
}
.product-thumb {
	width: 42%;
}
.product-thumb__photo {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 4px;
}
.product-thumb__photo-item {
	float: left;
	width: 100%;
	padding-top: 32%;
	position: relative;
}
.product-thumb__photo-item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-thumb__photo-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-thumb__thumb {
	overflow: hidden;
	position: relative;
	width: calc(100% + 8px);
	margin-left: -8px;
}
.product-thumb__thumb-item {
	float: left;
	width: calc(33.3% - 8px);
	padding-top: 36%;
	margin: 0 4px 8px;
	position: relative;
}
.product-thumb__thumb img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;

}


.product-info {
	width: 50%;
}
.product-info__head {
	margin-bottom: 24px;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #000;
}
.product-info__excerpt {
	margin-bottom: 20px;
}
.product-info__bottom {

}









/* Footer ----------------------------------------------------------------------------- */
.footer {
	padding-top: 80px;
	padding-bottom: 72px;
	overflow: hidden;
	background: var(--l-blue);
}
.footer__info {
	width: 24%;
}
.footer__logo {
	margin-bottom: 52px;
}
.footer__copy {
	margin-bottom: 8px;
}
.footer__desc {
	margin-bottom: 32px;
}
.footer__made {
	font-size: 12px;
	line-height: 2;
	color: var(--grey);
}
.footer__made a {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 2;
	color: var(--grey);
	text-decoration: none;
	transition: all .3s ease;
}
.footer__made a:hover {
	color: #000;
}
.footer__made span {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	background: url('i/bg-made.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.footer__head {
	margin-bottom: 24px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	color: #000;
}
.footer__nav {
	width: 22%;
}
.footer__nav ul {
	list-style: none;
}
.footer__nav li {
	margin-bottom: 8px;
}
.footer__nav a {
	display: block;
	font-size: 14px;
	line-height: 1.7;
	color: #000;
	text-decoration: none;
}
.footer__nav a:hover {
	color: var(--blue);
}

.footer__contact {
	width: 28%;
}
.footer__contact .footer__head {
	margin-bottom: 16px;
}
.footer__contact-item {
	display: block;
	min-height: 34px;
	padding-left: 44px;
	padding-top: 5px;
	position: relative;
	margin-bottom: 30px;
	text-decoration: none;
}
.footer__contact-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.footer__contact-item::after {
	content: '';
	position: absolute;
	top: 9px;
	left: 9px;
	width: 16px;
	height: 16px;
	background: var(--blue);
	-webkit-mask: url('i/bg-icon-tel.svg') center no-repeat;
	mask: url('i/bg-icon-tel.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.footer__contact-item--mail::after {
	-webkit-mask-image: url('i/bg-icon-mail.svg');
	mask-image: url('i/bg-icon-mail.svg');
}
.footer__contact-item--location::after {
	-webkit-mask-image: url('i/bg-icon-location.svg');
	mask-image: url('i/bg-icon-location.svg');
}
.footer__contact-item a {

}






/* Ð’ÑÐ¿Ð»Ñ‹Ð²Ð°ÑŽÑ‰Ð¸Ðµ Ð¾ÐºÐ½Ð° */
.overlay {
	display: none;
	background-color: rgb(19, 85, 156);
	opacity: .5;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999
}
.overlay.active {
	display: block;
}

.popup {
	display: none;
	position: relative;
	width: 100%;
	max-width: 440px;
	padding: 64px 24px 72px;
	background: #fff;
	text-align: center;
	z-index: 9999;
}
.popup__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 16px;
	height: 16px;
	background: #E0E0E0;
	-webkit-mask: url("i/bg-icon-close.svg") center no-repeat;
	mask: url("i/bg-icon-close.svg") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
	cursor: pointer;
}
.popup__close:hover {
	background: var(--blue);
}
.popup__head {
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}
.popup__subhead {
	margin-bottom: 32px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	color: #000;
}
.popup__form {
	width: 100%;
	max-width: 288px;
	margin: 0 auto;
}
.popup__label {
	position: relative;
	margin-bottom: 16px;
}
.popup__label input,
.popup__label textarea {
	display: block;
	width: 100%;
	height: 50px;
	padding-left: 30px;
	padding-right: 8px;
	background: #FFF;
	border: 1px solid #D7D7D7;
	border-radius: 2px;
	font-size: 13px;
	outline: none;
}
.popup-body textarea {
	height: 120px;
	resize: none;
	padding-top: 5px;
}
.popup__submit {
	padding-top: 12px;
}
.popup__submit input {
	width: 100%;
	background: var(--blue);
}



	/* Ð¤Ð¾Ñ€Ð¼Ð° */


input.hide_input {
	display: none;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
	display: none !important;
}
.popup-body input.wpcf7-not-valid {
	border: 1px solid #c00;
}

.popup-thy {
	position: fixed;
	top: calc(50% - 160px);
	left: calc(50% - 200px);
}




/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1200px) {

	.construct__wrapper {
		width: 1140px;
		transform: scale(0.9);
		margin-left: -60px;
	}


	.parameter-item {
		width: calc(25% - 24px);
		padding-top: 48px;
	}
	.parameter-item:last-child {
		width: calc(50% - 24px);
	}

}











@media screen and (max-width:1050px) {

	.nav .sub-menu {
		left: -120px;
	}


	.hero .container {
		align-items: center;
	}
	.hero__info {
		width: 60%;
	}
	.hero__thumb {
		width: 38%;
	}


	.construct__wrapper {
		transform: scale(0.75);
		margin-left: -140px;
	}


	.box-cont__view {
		width: 60%;
	}
	.box-cont__info {
		width: 36%;
		padding-top: 24px;
	}


	.footer__contact {
		width: 32%;
	}


}












@media screen and (max-width:900px) {

	.head {
		margin-bottom: 40px;
		font-size: 32px;
	}


	.header__lang {
		margin-left: 32px;
	}

	.nav li {
		margin-right: 32px;
	}


	.hero__head {
		font-size: 40px;
	}


	.features {
		padding-top: 48px;
	}


	.advantage {
		padding-top: 40px;
		padding-bottom: 24px;
	}


	.parameter {
		padding-top: 48px;
	}


	.construct__wrapper {
		transform: scale(0.6);
		margin-left: -200px;
	}


	.box-cont {
		padding-top: 24px;
		padding-bottom: 56px;
	}
	.box-cont__view-thumb {
		width: 300px;
		height: 360px;
	}
	.box-cont__item--1 {
		top: 120px;
	}
	.box-cont__item--2 {
		top: 200px;
	}
	.box-cont__item--3 {
		top: 300px;
	}
	.box-cont__item::before {
		width: 80px;
	}
	.box-cont__item::after {
		right: calc(100% + 76px);
	}


	.catalog-item {
		width: calc(50% - 32px);
	}


	.product-info {
		width: 58%;
	}


	.footer {
		padding-top: 40px;
		padding-bottom: 32px;
	}
	.footer__info {
		width: 28%;
	}
	.footer__nav {
		width: 30%;
	}
	.footer__contact {
		width: 36%;
	}



}












@media screen and (max-width:750px) {


	.header .header__contact {
		display: none;
	}
	.header__lang {
		margin-left: auto;
	}
	.header__lang-current {
		min-width: 40px;
		height: 40px;
	}
	.header__nav-btn {
		display: block;
	}

	.nav {
		display: none;
	}


	.mob {
		display: block;
	}


	.hero__head {
		font-size: 36px;
	}


	.features__list {
		width: calc(100% + 16px);
		margin-left: -8px;
	}
	.features-item {
		width: calc(25% - 16px);
		margin: 0 8px 20px;
	}
	.features-item__value {
		font-size: 16px;
	}


	.construct {
		padding-bottom: 24px;
	}
	.construct__wrapper {
		display: none;
	}
	.construct__bottom {
		padding-top: 24px;
	}
	.construct__sell, .construct__rent {
		min-width: 248px;
	}


	.parameter-item__desc {
		font-size: 14px;
	}


	.box-cont__view {
		width: 100%;
		max-width: 440px;
		margin: 0 auto 20px;
	}
	.box-cont__info {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
		padding-top: 40px;
	}
	.box-cont__info p {
		width: calc(100% - 240px);
	}
	.box-cont__info-arrow {
		margin-top: -40px;
	}


	.catalog__list {
		width: calc(100% + 24px);
		margin-left: -12px;
	}
	.catalog-item {
		width: calc(50% - 24px);
		margin: 0 12px 24px;
	}
	.catalog-item__title,
	.catalog-item__desc {
		padding: 0;
	}


	.single {
		padding-top: 32px;
		padding-bottom: 48px;
	}
	.product-thumb,
	.product-info {
		width: 100%;
	}
	.product-thumb {
		max-width: 400px;
		margin: 0 auto 24px;
	}


	.footer__info {
		width: 100%;
		order: 1;
		padding-top: 48px;
	}
	.footer__nav {
		width: 50%;
	}
	.footer__contact {
		width: 44%;
	}



}












@media screen and (max-width:600px) {

	.head {
		margin-bottom: 32px;
		font-size: 28px;
	}


	.hero {
		min-height: 200px;
		padding-top: 40px;
		padding-bottom: 24px;
	}
	.hero__info {
		width: 100%;
	}
	.hero__head {
		font-size: 32px;
	}
	.hero__thumb {
		width: 50%;
		margin: 16px auto 0;
	}


	.breadcrumbs,
	.breadcrumbs a {
		font-size: 14px;
	}


	.features-item {
		width: calc(50% - 16px);
	}
	.features-item__icon {
		margin-bottom: 12px;
	}


	.advantage__list,
	.advantage__progress {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}
	.advantage__progress {
		max-width: 328px;
	}


	.parameter-item {
		width: calc(50% - 24px);
	}
	.parameter-item:last-child {
		width: calc(100% - 24px);
	}


	.box-cont__info {
		padding-top: 0;
	}
	.box-cont__info-arrow {
		margin-top: 0;
	}


	.single-gallery__item {
		width: calc(50% - 32px);
	}

	.text h2, .text h3, .text h4, .text h5 {
		margin-bottom: 28px;
		font-size: 32px;
	}
	.text h3 {
		font-size: 24px;
	}
	.text h4, .text h5 {
		font-size: 20px;
	}


	.catalog-item {
		width: calc(100% - 24px);
	}

	.pagenavi a,
	.pagenavi span {
		min-width: 40px;
		min-height: 40px;
	}
	.pagenavi .prev,
	.pagenavi .next {
		order: -1;
		width: 50%;
	}


	.popup {
		width: 96%;
		padding: 48px 16px 40px;
	}

}












@media screen and (max-width:450px) {

	.head {
		margin-bottom: 28px;
		font-size: 24px;
	}


	.header__logo {
		width: 134px;
		height: 34px;
	}


	.hero__head {
		font-size: 24px;
	}
	.hero__thumb {
		width: 80%;
	}


	.box-cont__view {
		display: none;
	}
	.box-cont__info {
		display: block;
	}
	.box-cont__info p {
		width: 100%;
	}
	.box-cont__info-arrow {
		margin: 20px auto 0;
	}


	.catalog {
		padding-top: 40px;
		padding-bottom: 48px;
	}
	.catalog-tag {
		padding-bottom: 8px;
	}
	.catalog-tag__item {
		width: calc(100% - 32px);
		margin-bottom: 12px;
	}


	.footer__nav {
		width: 100%;
		padding-bottom: 32px;
	}
	.footer__contact {
		width: 100%;
	}
	.footer__contact-item {
		margin-bottom: 16px;
	}
	.footer__logo {
		margin-bottom: 24px;
	}


}












/* END ============================================================= */

</pre></body></html>