@font-face {
	font-family: "Oswald";
	src: url("/wp-content/themes/src/assets/css/../fonts/Oswald-SemiBold.eot");
	src: url("/wp-content/themes/src/assets/css/../fonts/Oswald-SemiBold.woff") format("woff"), url("/wp-content/themes/src/assets/css/../fonts/Oswald-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Oswald";
	src: url("/wp-content/themes/src/assets/css/../fonts/Oswald-Regular.eot");
	src: url("/wp-content/themes/src/assets/css/../fonts/Oswald-Regular.woff") format("woff"), url("/wp-content/themes/src/assets/css/../fonts/Oswald-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("/wp-content/themes/src/assets/css/../fonts/OpenSans-Light.eot");
	src: url("/wp-content/themes/src/assets/css/../fonts/OpenSans-Light.woff") format("woff"), url("/wp-content/themes/src/assets/css/../fonts/OpenSans-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("/wp-content/themes/src/assets/css/../fonts/OpenSans-Regular.eot");
	src: url("/wp-content/themes/src/assets/css/../fonts/OpenSans-Regular.woff") format("woff"), url("/wp-content/themes/src/assets/css/../fonts/OpenSans-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	.container {
		max-width: 100%;
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1170px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width:768px) {
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width:992px) {
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

h1 {
	font-weight: 400;
	font-style: normal;
	font-size: 106px;
	line-height: 100%;
	letter-spacing: 0px;
}

h1.title-first {
	font-family: "Oswald", sans-serif;
}

.h1_min {
	font-size: 70px;
}

h2 {
	font-style: normal;
	font-size: 48px;
	line-height: 100%;
	letter-spacing: 0px;
}

h3 {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 33px;
	line-height: 140%;
	letter-spacing: 0px;
}

h4 {
	font-style: normal;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: 0px;
}

h5 {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	line-height: 140%;
	text-align: left;
}

h6 {
	font-size: 17px;
	font-weight: 400;
	margin: 0;
}

p {
	font-size: 15px;
}

.breadcrumbs {
	padding: 30px 0px 30px;
}

.bread span {
	color: #888;
	font-weight: 500;
	font-size: 17px;
	user-select: none;
}

.breadcrumbs .home {
	color: #888;
	opacity: .4;
}

.breadcrumbs .home:hover {
	opacity: 1;
}

.breadcrumbs a.post-page {
	color: #888;
	opacity: .4;
}

.breadcrumbs a.post-page:hover {
	opacity: 1;
}

@media only screen and (max-width:900px) {
	.bread {
		padding-top: 60px;
	}
	
	.sub_usl {
		padding-top: 0px;
	}
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 27px;
	color: #f7b639;
}

.swiper-button-prev {
	z-index: 200;
}

.swiper-container {
	overflow: hidden;
}

.swiper-slide {
	flex-shrink: 1;
}

.section {
	padding: 4vw 0;
}

.popup__bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .86);
	transition: .5s all;
	display: none;
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-name: fadeIn;
	overflow: hidden;
	outline: 0;
	z-index: 105000;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 70%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.close-popup {
	position: absolute;
	right: 10px;
	z-index: 10;
	top: 10px;
	border: none;
	background: rgba(255, 212, 0, .25);
	border-radius: 100%;
	padding: 2px 10px;
}

.close-popup span {
	font-size: 25px;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.popup h4 {
	text-align: center;
	font-size: 22px;
}

.popup h6 {
	text-align: center;
	padding-bottom: 30px;
}

@media only screen and (max-width:991px) {
	.popup .pforms__form-block {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.popup .input.phone {
		font-size: 16px;
		margin-bottom: 20px;
		padding: 25px;
	}
	
	.popup .btn-form {
		padding: 25px;
		margin-bottom: 10px;
	}
	
	.popup .inp-md {
		width: 62%;
	}
	
	.popup .tsm12 {
		font-size: 15px;
	}
}

@media only screen and (max-width:767px) {
	.popup .inp-md {
		width: 80%;
	}
}

@media only screen and (max-width:550px) {
	.modal-content {
		width: 95%;
	}
	
	.popup h6 {
		padding-top: 10px;
	}
}

@media only screen and (max-width:400px) {
	.popup .inp-md {
		width: 100%;
	}
}

.main {
	padding: 0px 0px 0px;
}

.main_c {
	text-align: center;
	padding-bottom: 75px;
}

.main__info {
	width: auto;
	padding: 40px 0px 60px;
	user-select: none;
}

.main__info h3 {
	margin: 22px 0px 10px;
}

.main__advas {
	margin-top: 65px;
}

.adv svg {
	fill: currentColor;
	color: #d5a432;
	width: 80%;
}

.header {
	padding: 0px 0px 0px 0px;
}

.header .container-fluid {
	padding-right: 80px;
	padding-left: 80px;
}

.container-fluid.nav__wrap {
	padding-right: 80px;
	padding-left: 80px;
}

.header_mobile {
	display: none;
}

.header .phones__item {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 24px;
}

.nav {
	padding: 0px;
	justify-content: space-between;
}

.nav a {
	padding: 23px 0px;
}

.nav li.menu-item-has-children:before {
	right: -3px;
}

.phones__block {
	align-items: flex-end;
}

.logo__block {
	align-items: flex-start;
}

.logo__block img {
	width: 260px;
}

.footer_soc_glav {
	display: flex;
}

@media only screen and (max-width:2500px) {
	.logo__block img {
		width: 260px;
	}
}

@media only screen and (max-width:1340px) {
	.header {
		padding: 10px 0px 40px 0px;
	}
	
	.header .phones__item {
		font-size: 20px;
	}
}

@media only screen and (max-width:1199px) {
	.header .container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.container-fluid.nav__wrap {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media only screen and (max-width:991px) {
	.logo__block img {
		width: 200px;
	}
	
	.nav li.menu-item-has-children:before {
		right: 0;
	}
}

@media only screen and (max-width:900px) {
	.main {
		padding: 0px;
		position: relative;
	}
	
	.main_c {
		padding-bottom: 55px;
	}
	
	.main__info {
		padding: 135px 0px 60px;
	}
	
	.header .phones__item {
		font-size: 18px;
	}
	
	.header_desktop {
		display: none;
	}
	
	.header_mobile {
		display: block;
	}
	
	.header_mobile .header__cont {
		flex-direction: row;
	}
	
	.header_mobile {
		background: #000;
		position: fixed;
		width: 100%;
		z-index: 400;
		padding: 6px 0px 4px;
	}
	
	.nav:before, .nav:after {
		display: none;
	}
	
	.header .phones {
		display: none;
	}
	
	.phones_mob_block {
		width: 50px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.fa-phone-alt {
		font-size: 20px;
		color: #fff;
	}
	
	.header_mobile .logo__block a {
		text-align: center;
	}
	
	.close {
		right: 16px;
		top: 9px;
		width: 2rem;
		height: 2rem;
	}
	
	.nav a {
		font-size: 16px;
	}
	
	.menu-item-has-children:hover .sub-menu {
		transform: none;
	}
	
	.burger span {
		background-color: #fff;
	}
	
	.burger span:before, .burger span:after {
		background-color: #fff;
	}
	
	.burger__wrap-block {
		width: 50px;
		height: 50px;
		display: flex;
		justify-content: center;
	}
	
	.burger {
		margin-left: 0rem;
	}
}

@media only screen and (max-width:767px) {
	.header {
		padding: 10px 20px 10px 10px;
	}
	
	.header .phones__item {
		font-size: 16px;
	}
	
	.header__cont {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.logo__block img {
		width: 155px;
	}
}

@media only screen and (max-width:567px) {
	.header__cont {
		padding-bottom: 0rem;
		flex-direction: column;
	}
	
	.header .phones__item {
		font-size: 24px;
	}
	
	.main__info h3 {
		margin: 10px;
		margin-top: 20px;
	}
	
	.main__advas {
		display: none;
	}
	
	.main__info {
		padding: 110px 0px 60px;
	}
	
	.phones_mob_block {
		width: 60px;
		height: 60px;
	}
	
	.burger__wrap-block {
		width: 60px;
		height: 60px;
	}
}

@media only screen and (max-width:386px) {
	.header .phones__item {
		font-size: 22px;
	}
}

@media only screen and (max-width:320px) {
	.main {
		padding: 0px 0px 0px;
	}
}

.portfolio {
	background-image: radial-gradient(circle 1035px at center, #ffe5a0 0%, #ffd778 100%);
	padding-bottom: 4.5vw;
}

.portfolio__slider {
	background: url("/wp-content/themes/src/assets/css/../img/test/bg.png") no-repeat center;
	background-size: 100% 100%;
	padding: 30px 15px 30px;
	position: relative;
	--lzl-bg-img: "/wp-content/themes/src/assets/css/../img/test/bg.png";
}

.portfolio__slider.lzl:not(.lzl-ed), .portfolio__slider.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACvAAAAhCAQMAAACC2d9MAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAA1BMVEVHcEyC+tLSAAAAAXRSTlMAQObYZgAADLtJREFUeAHt0AENAAAAwqD3T+3sAREoDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgw8IEBUyMAASUSq5kAAAAASUVORK5CYII=");
}

.portfolio__slider .swiper-slide .slide_i {
	height: 500px;
	margin: 17px;
	transition: all 300ms ease;
}

.bg_slide {
	position: absolute;
	width: 100%;
	display: none;
	top: 0;
	left: 0px;
	height: 100%;
	padding-left: 40px;
	padding-right: 40px;
	transition: all .3s ease-in-out;
	color: #fff;
	background: rgba(0, 0, 0, .61);
}

.bg_slide p {
	font-size: 16px;
	font-weight: 600;
	color: #ffd779;
	text-align: center;
}

.portfolio__slider .slide_i:hover .bg_slide {
	display: flex;
	z-index: 10;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.portfolio__slider .swiper-slide {
	flex-shrink: 0;
}

.portfolio__slider .swiper-button-next {
	right: -5px;
}

.portfolio__slider .swiper-button-prev {
	left: -5px;
}

@media only screen and (max-width:1500px) {
	.portfolio__slider .swiper-slide .slide_i {
		height: 390px;
		margin: 15px;
	}
}

@media only screen and (max-width:900px) {
	.portfolio .mlg {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width:767px) {
	.portfolio__slider .swiper-button-next {
		display: none;
	}
	
	.portfolio__slider .swiper-button-prev {
		display: none;
	}
}

@media only screen and (max-width:680px) {
	.title_advan h2 br {
		display: none;
	}
	
	.title_advan h4 br {
		display: none;
	}
}

@media only screen and (max-width:575px) {
	.bg_slide p {
		font-size: 12px;
	}
	
	.portfolio .mlg {
		margin-bottom: 17px;
	}
}

@media only screen and (max-width:480px) {
	.portfolio__slider {
		padding: 20px 10px;
	}
	
	.portfolio__slider .swiper-slide .slide_i {
		height: 375px;
		margin: 10px;
	}
	
	.portfolio__slider .swiper-horizontal>.swiper-pagination-bullets, .portfolio__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 8px;
	}
}

@media only screen and (max-width:420px) {
	.portfolio__slider .swiper-slide .slide_i {
		height: 335px;
	}
}

.prc .fw8 {
	padding-right: 12%;
}

.pforms__form .form-wrap {
	padding: 2vw;
}

@media only screen and (max-width:1199px) {
	.tsm12 {
		font-size: 12px;
	}
	
	.prc__descr {
		width: 60%;
	}
}

@media only screen and (max-width:991px) {
	.prc .fw8 {
		padding-right: 0;
		font-size: 25px;
	}
}

@media only screen and (max-width:900px) {
	.prc__descr {
		width: 100%;
	}
	
	.prc .title {
		text-align: center;
	}
}

@media only screen and (max-width:465px) {
	.prc .fw8 {
		font-size: 22px;
	}
}

@media only screen and (max-width:991px) {
	.facts {
		position: relative;
		left: auto;
		right: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.free {
	min-height: 820px;
}

.free-info {
	margin-top: 46px;
}

@media only screen and (max-width:1600px) {
	.free {
		min-height: 720px;
	}
}

@media only screen and (max-width:1199px) {
	.free {
		min-height: 545px;
	}
}

@media only screen and (max-width:767px) {
	.free {
		min-height: auto;
	}
	
	.free-px {
		display: none;
	}
	
	.free-info .f-bf {
		margin-top: -62px;
	}
	
	.free .t-min {
		text-align: center;
	}
}

@media only screen and (max-width:567px) {
	.free-info .f-bf {
		margin-top: -145px;
	}
}

.trust .t-min {
	padding-bottom: 20px;
}

.trust-slider .swiper-slide {
	flex-shrink: 0;
}

.trust-slider__item {
	margin: auto;
	padding: 5px;
}

.trust-slider {
	position: relative;
}

@media only screen and (max-width:991px) {
	.trust-slider .swiper-button-prev, .trust-slider .swiper-button-next {
		display: none;
	}
	
	.trust-slider .swiper-horizontal>.swiper-pagination-bullets, .trust-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 0px;
	}
	
	.trust-slider {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width:900px) {
	.trust-slider__item {
		height: auto;
	}
}

.seob__shows {
	margin-top: 20px;
}

.seob__btn {
	width: 20%;
	height: 58px;
	font-size: 15px;
	flex-direction: column;
}

.seob__btn img {
	padding-top: 2px;
}

@media only screen and (max-width:1340px) {
	.seob__btn {
		width: 35%;
		height: 52px;
	}
	
	.seob__btn img {
		padding-top: 9px;
		width: 15px;
	}
	
	.seob .small-text {
		font-size: 14px;
	}
}

@media only screen and (max-width:767px) {
	.seob__btn img {
		padding-top: 6px;
	}
	
	.seob__btn {
		width: 46%;
		height: 50px;
	}
	
	.seob__text:before {
		background-image: none;
	}
}

@media only screen and (max-width:460px) {
	.seob__btn {
		width: auto;
		height: 46px;
		font-size: 14px;
	}
	
	.seob .small-text {
		font-size: 13px;
	}
}

.room_title {
	margin: 30px 0 35px;
	display: block;
	font-weight: bold;
}

.room {
	background-image: none;
}

.rm-sl {
	position: relative;
}

.room-swiper .swiper-button-next {
	right: 0px;
}

.room-swiper .swiper-button-prev {
	left: 0px;
}

.room-slider-item {
	display: block;
	height: auto;
}

.room-pin-phone {
	display: none;
}

.room-swiper .swiper-slide {
	flex-shrink: 0;
}

@media only screen and (max-width:1199px) {
	.room-pin .text {
		font-size: 13px;
		padding-right: 30px;
	}
}

@media only screen and (max-width:991px) {
	.room-pin {
		padding-bottom: 20px;
	}
	
	.room-pin .text {
		font-size: 14px;
		padding-right: 0px;
	}
	
	.room-slider-item {
		height: auto;
	}
}

@media only screen and (max-width:660px) {
	.room-pin-img {
		display: none;
	}
	
	.room_title {
		margin: 15px 0 15px;
	}
	
	.room-pin {
		padding-bottom: 5px;
	}
	
	.rm-sl {
		margin-top: 12px;
		margin-bottom: 10px;
	}
	
	.room .container-mm {
		max-width: 100vw;
	}
	
	.room-pin-phone {
		display: block;
	}
	
	.room-pin {
		display: none;
	}
	
	.cont_room {
		max-width: 90vw;
		margin: 0 auto;
	}
	
	.room-swiper .swiper-button-next {
		display: none;
	}
	
	.room-swiper .swiper-button-prev {
		display: none;
	}
	
	.room-swiper .swiper-horizontal>.swiper-pagination-bullets, .room-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: -17px;
	}
}

@media only screen and (max-width:460px) {
	.room-swiper img {
		width: 100%;
	}
	
	.room-pin {
		padding-bottom: 7px;
	}
	
	.room_title {
		display: inline-block;
	}
	
	.room-pin .text {
		text-align: center;
	}
}

@media only screen and (max-width:350px) {
	.room-pin .text {
		font-size: 13px;
	}
}

.footer {
	padding-top: 20px;
}

.foot-soc-item {
	width: auto;
}

.foot-soc-item img {
	width: 30px;
}

.footer-block {
	padding: 20px;
}

.footer-block .tsm {
	color: #8f8f8f;
}

.footer-logo img {
	width: 180px;
}

.footer-list li {
	font-size: 14px;
}

.footer-item.rec {
	width: auto;
}

.form-wrap {
	padding: 20px;
}

.footer-item {
	margin-left: 20px;
}

@media only screen and (max-width:1700px) {
	.footer .container-min {
		max-width: 95%;
	}
}

@media only screen and (max-width:991px) {
	.form-wrap {
		padding: 10px;
	}
}

@media only screen and (max-width:900px) {
	.footer-cont {
		justify-content: space-between;
	}
}

@media only screen and (max-width:567px) {
	.footer_form_w {
		width: 100%;
	}
	
	.footer-list li {
		padding-bottom: 8px;
	}
	
	.footer .tsm12 {
		font-size: 16px;
	}
	
	.footer-list li {
		font-size: 16px;
	}
	
	.footer .small-text {
		font-size: 16px;
	}
	
	.phones__item-text {
		font-size: 16px;
	}
	
	.footer-item.rec .footer-list li {
		font-size: 14px;
	}
	
	.menu_footer {
		margin-top: 20px;
	}
	
	.footer-item.rec .footer-list li {
		padding-bottom: 0px;
	}
	
	.footer-block .clws {
		justify-content: center;
		width: 100%;
		margin-top: 15px;
	}
	
	.footer-block {
		justify-content: space-between;
	}
}

@media only screen and (max-width:500px) {
	.form-wrap {
		text-align: center;
	}
	
	.phones__block-work {
		justify-content: center;
	}
	
	.phones__item-wraps {
		justify-content: center;
	}
	
	.footer_soc_glav {
		justify-content: center;
		margin-bottom: 10px;
		margin-top: 10px;
	}
}

.pforms__form-block .input {
	border-radius: 50px;
}

.btn.dark {
	background-image: linear-gradient(to top, #f6b233 0%, #ffdc74 100%), linear-gradient(to top, #ee858c 0%, #fabcbc 98%, #fabcbc 100%);
	-webkit-box-shadow: 0 8px 13px rgba(169, 121, 62, 49%), inset 0 -4px 1px #cdb18e;
	box-shadow: 0 8px 13px rgba(169, 121, 62, 49%), inset 0 -4px 1px #cdb18e;
}

.btn.dark:hover {
	webkit-box-shadow: 0 8px 13px rgba(169, 121, 62, 49%), inset 0 4px 1px #cdb18e;
	box-shadow: 0 8px 13px rgba(169, 121, 62, 49%), inset 0 4px 1px #cdb18e;
}

.gray {
	color: #4a4848;
}

.btn-left-img {
	left: -15px;
}

.punkts-item {
	width: auto;
}

.mlg {
	margin-bottom: 50px;
}

@media only screen and (max-width:1600px) {
	h1 {
		font-size: 96px;
	}
	
	div.link-bl-wrap a {
		font-size: 14px;
	}
}

@media only screen and (max-width:1340px) {
	h1 {
		font-size: 68px;
	}
	
	h3 {
		font-size: 28px;
	}
	
	.tsm {
		font-size: 15px;
	}
	
	.tsm12 {
		font-size: 12px;
	}
	
	.tsm8 {
		font-size: 12px;
	}
}

@media only screen and (max-width:1199px) {
	h2 {
		font-size: 38px;
	}
	
	h4 {
		font-size: 22px;
	}
	
	.t-min {
		font-size: 28px;
	}
	
	.input.phone {
		font-size: 14px;
	}
}

@media only screen and (max-width:991px) {
	.h1_min {
		font-size: 50px;
	}
	
	h2 {
		font-size: 29px;
	}
	
	h4 {
		font-size: 18px;
	}
	
	h5 {
		font-size: 16px;
	}
	
	.t-min {
		font-size: 25px;
	}
	
	.bread span {
		font-size: 16px;
	}
	
	.tsm {
		font-size: 12px;
	}
	
	.tsm12 {
		font-size: 13px;
	}
}

@media (max-width: 900px) {
	h1 {
		font-size: 55px;
	}
	
	.section {
		padding: 4vw 0;
	}
	
	h3 {
		font-size: 26px;
	}
	
	.form-wrap {
		padding-top: 5px;
	}
	
	.text24 {
		font-size: 15px;
	}
	
	.text {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	h3 {
		font-size: 19px;
	}
}

@media (max-width: 567px) {
	h1 {
		font-size: 48px;
	}
	
	.h1_min {
		font-size: 48px;
	}
	
	h2 {
		font-size: 25px;
	}
	
	h3 {
		font-weight: 400;
	}
	
	h4 {
		font-size: 16px;
	}
	
	.pforms__form-check .tsm12 {
		font-size: 12px;
	}
}

@media (max-width: 465px) {
	h1 {
		font-size: 37px;
	}
	
	h3 {
		font-size: 16px;
	}
	
	.h1_min {
		font-size: 40px;
	}
	
	.t-min {
		font-size: 19px;
	}
	
	.form-wrap br {
		display: none;
	}
	
	.bread span {
		font-size: 15px;
	}
	
	.mlg {
		margin-bottom: 40px;
	}
}

@media (max-width: 386px) {
	h1 {
		font-size: 35px;
	}
	
	.h1_min {
		font-size: 43px;
	}
	
	h2 {
		font-size: 27px;
	}
	
	h3 {
		font-size: 16px;
	}
	
	h4 {
		font-size: 16px;
	}
}

@media (max-width: 350px) {
	h1 {
		font-size: 38px;
	}
	
	.h1_min {
		font-size: 38px;
	}
	
	.t-min {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.bread {
		padding-top: 110px;
	}
}