/*
Theme Name: Потолок - шаблон
Author: Данила Родичкин
Author URI: https://dk4000.pro
Description: Тема, созданная по специальному заказу Данилой Родичкиным
Version: 1.0 
*/


#menu3 {
	display: none;
}

#menu3.mm-spn {
	display: block;
}

.potolokmodern-form .name {
	position: absolute;
	left: -8999px;
}

.nav-tabs li {
	margin-right: 15px;
}

.bold {
	font-weight: bold
}

.italic {
	font-style: italic
}

.clear {
	clear: both
}

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

.image-popup {
	cursor: pointer
}

.ohimg {
	height: 200px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

small {
	color: #363636
}

body, html {
	margin: 0;
	font-family: "Segoe UI", Arial, sans-serif;
	background: #fff
}

.image-left {
	float: left;
	margin-right: 30px
}

.image-right {
	float: right
}

.image-center {
	display: block;
	margin: 10px auto
}

.copy_right {
	float: right;
	margin-right: 50px;
}

.copy_right a {
	color: #fff;
	text-decoration: underline;
}

body.fixed {
	padding-top: 191px
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

a {
	color: #225191;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

a.a-no_style {
	color: #000;
	text-decoration: none;
	display: block
}

.hidden {
	display: none !important
}

.container {
	width: 1140px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0 10px !important;
	position: relative
}

@media (max-width: 1279px) {
	.container {
		min-width: unset;
		width: 100%
	}
}

.display-block {
	display: block
}

ul.default {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block
}

ul.default.flex {
	display: flex;
	justify-content: space-between
}

@media (max-width: 1279px) {
	ul.default.flex {
		flex-wrap: wrap;
		justify-content: center
	}
}

ul.default li {
	float: left;
	margin-right: 25px
}

@media (max-width: 1279px) {
	ul.default li {
		float: left;
		margin-right: 0;
		margin-bottom: 10px;
		width: 50%;
		padding: 0;
		text-align: center
	}
	.footer-top_menu ul.default li:last-child {
		display: none
	}
}

ul.default li a {
	cursor: pointer;
	display: block
}

ul.default li:last-child {
	margin-right: 0 !important
}

input[type=submit]:hover {
	opacity: 0.8;
	background: #ccb200 !important;
	box-shadow: 0 0 3px 3px #ffde00
}

input[type=submit]:active {
	opacity: 0.5;
	background: #ccb200 !important;
	box-shadow: 0 0 3px 1px #ffe533
}

main>section {
	position: relative
}

main>section .section-title {
	font-size: 36px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center
}

.section-content {
	padding: 30px 0
}

.section-content.bg-yellow {
	background: #fffbe1
}

.section-content .breadcrumbs, .shape .breadcrumbs {
	margin-bottom: 0;
	display: flex;
	align-items: center
}

.section-content .breadcrumbs>span, .shape .breadcrumbs>span {
	margin: 0 10px
}

.section-content .content>h1:first-child, .section-content .page-title {
	font-size: 36px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center
}

.section-order_title {
	font-size: 36px;
	font-weight: bold;
	margin: 30px 0;
	text-align: center
}

.section-order_form .form_block {
	max-width: 535px;
	float: left;
	width: 50%;
}

.section-order_form .text_block {
	max-width: 535px;
	float: right;
	width: 50%;
}

.section-order_form .row form {
	padding: 25px;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

@media (max-width: 1279px) {
	.section-order_form .row form {
		width: 100%;
		padding: 20px 10px;
		margin: 10px 0;
		height: auto;
	}
}

.section-order_form .row form.success {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	text-align: center;
	color: inherit
}

.section-order_form .row form .desc {
	font-size: 16px;
	color: #292929;
	text-align: center
}

.section-order_form .row form input {
	margin-top: 20px;
	width: 100%;
	padding: 10px;
	border: 0;
	font-size: 14px;
	background: transparent
}

.section-order_form .row input[type=number]::-webkit-outer-spin-button, .section-order_form .row input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.section-order_form .row input[type=number] {
	-moz-appearance: textfield;
}

.section-order_form .row form input:not([type=submit]) {
	border-bottom: 1px solid #000
}

.section-order_form .row form input[type=submit] {
	background: #ffde00;
	border-radius: 30px;
	text-align: center;
	color: #292929;
	font-weight: bold;
	cursor: pointer;
	white-space: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.section-order_form .row form input[type=submit]+span {
	font-size: 12px;
	color: #292929;
	margin-top: 20px;
	display: block;
	padding: 0 10px
}

@media (max-width: 1279px) {
	.section-order_form .row form input {
		margin-top: 20px
	}
}

.section-order_form .row form input {
	margin-top: 20px !important
}

.section-hero {
	overflow: hidden;
}

.section-hero+.discount {
	margin-top: 40px;
}

@media (max-width: 1279px) {
	.section-hero .burger {
		position: fixed;
		top: 5px;
		right: 5px;
		width: 50px;
		height: 50px;
		background: #ffde00;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		border-radius: 100%;
		justify-content: center;
		padding: 10px;
		z-index: 5;
		cursor: pointer;
		-webkit-transition: 0.3s;
		transition: 0.3s
	}
	.section-hero .burger div {
		background: #fff;
		height: 5px;
		width: 100%;
		-webkit-transition: 0.3s;
		transition: 0.3s
	}
	.section-hero .burger.active {
		background: #183a68
	}
	.section-hero .burger.active div:first-child {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-bottom: -19px
	}
	.section-hero .burger.active div:nth-child(2) {
		opacity: 0
	}
	.section-hero .burger.active div:last-child {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: -25px
	}
}

.section-hero .hero__menu {
	padding-top: 20px;
	border-bottom: 1px solid #fff;
	height: 51px;
	-webkit-transition: background 0.3s, padding 0.3s;
	transition: background 0.3s, padding 0.3s;
	background: transparent;
	position: absolute;
	z-index: 999;
	width: 100%;
}

@media (max-width: 1279px) {
	.section-hero .hero__menu {
		padding: 20px 10px;
		position: fixed;
		top: 0;
		height: 100%;
		overflow-y: auto;
		background: #183a68;
		z-index: 4;
		min-width: 150px;
		width: 70%;
		left: -100%;
		-webkit-transition: left 0.3s;
		transition: left 0.3s;
		opacity: 0;
		visibility: hidden
	}
	.section-hero .hero__menu.active {
		left: 0;
		opacity: 1;
		visibility: visible
	}
}

@media (min-width: 1280px) {
	@-webkit-keyframes menuanim {
		0% {
			top: -63px
		}
		to {
			top: 63px
		}
	}
	@keyframes menuanim {
		0% {
			top: -63px
		}
		to {
			top: 63px
		}
	}
	@-webkit-keyframes menu-admin {
		0% {
			top: -63px
		}
		to {
			top: 95px
		}
	}
	@keyframes menu-admin {
		0% {
			top: -63px
		}
		to {
			top: 95px
		}
	}
	#dk body.fixed .hero__menu {
		top: 63px;
		-webkit-animation: menuanim 0.3s linear;
		animation: menuanim 0.3s linear;
		position: fixed
	}
	body.fixed .section-hero .hero__menu li.current-menu-item {
		border-color: #183a68
	}
	body.fixed .section-hero .hero__menu li:hover {
		padding-bottom: 8px
	}
	body.fixed .section-hero .hero__menu li:hover.current-menu-item a {
		text-decoration: none
	}
}

@media (min-width: 1280px) and (min-width: 1280px) {
	body.fixed .section-hero .hero__menu li:hover.current-menu-item a {
		color: #003f71 !important
	}
}

@media (min-width: 1280px) {
	body.fixed .section-hero .hero__menu a {
		color: #000
	}
	body.admin-bar.fixed .hero__menu {
		top: 95px !important;
		-webkit-animation: menuanim-admin 0.3s linear !important;
		animation: menuanim-admin 0.3s linear !important
	}
}

.section-hero .hero__menu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none
}

.section-hero .hero__menu li {
	padding-bottom: 10px
}

@media (max-width: 1279px) {
	.section-hero .hero__menu li {
		width: 100%
	}
}

.section-hero .hero__menu li.current-menu-item, .section-hero .hero__menu li:hover {
	border-bottom: 3px solid #183a68;
	padding-bottom: 9px
}

.section-hero .hero__menu li.current-menu-item {
	border-color: #fff
}

.section-hero .hero__menu li.current-menu-item a {
	color: #fff
}

@media (max-width: 1279px) {
	.section-hero .hero__menu li.current-menu-item a {
		text-decoration: underline
	}
}

.section-hero .hero-content {
	padding: 70px 0 0;
}

@media (max-width: 1279px) {
	.section-hero .hero-content {
		padding: 20px 0
	}
}

.section-hero .hero-content .h2 {
	color: #fff;
	font-size: 22px;
	margin-top: 0;
	text-align: center;
	font-weight: bold;
}

@media (max-width: 1279px) {
	.section-hero .hero-content .h2 {
		max-width: unset;
		width: 100%;
		font-size: 24px
	}
}

.section-hero .hero-content .h2 span {
	background: #ec2d27;
	display: inline-block;
	padding: 10px;
	margin: 10px 0;
	color: #fff
}

.section-hero .hero-content .h2 span.price {
	font-size: 26px;
}

.section-hero .hero-content .counter {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 37px;
	color: #fff;
	font-weight: bold;
	flex-wrap: wrap;
	margin-top: 50px
}

.section-hero .hero-content .counter>span.desc, .section-hero .hero-content .counter>span.work {
	font-size: 18px;
	display: block;
	text-align: center;
	width: 100%
}

.section-hero .hero-content .counter>span.desc.desc, .section-hero .hero-content .counter>span.work.desc {
	margin-bottom: 20px
}

.section-hero .hero-content .counter>span.desc.work, .section-hero .hero-content .counter>span.work.work {
	background: #ec2d27;
	padding: 10px;
	margin-top: 40px;
	display: inline-block;
	width: auto
}

@media (max-width: 1279px) {
	.section-hero .hero-content .counter {
		font-size: 30px
	}
}

.section-hero .hero-content .counter>div {
	background: #ffde00;
	padding: 5px 10px;
	border-radius: 10px;
	margin: 0 10px;
	color: #000
}

.section-hero .hero-content .counter>div.over {
	font-size: 14px;
	width: 100%;
	text-align: center;
	background: transparent;
	color: #fff
}

.section-hero .hero-form {
	background: rgba(255, 255, 255, .9);
	width: 300px;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 10px 5px 5px rgba(0, 0, 0, .1);
	position: absolute;
	right: 10px;
	top: 70px;
	z-index: 1;
}

@media (max-width: 1279px) {
	.section-hero__form {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 1;
	}
	.section-hero .hero-form {
		width: auto;
		padding: 20px 10px;
		top: auto;
		bottom: 20px;
		left: 25px;
		right: 25px;
	}
}

.section-hero .hero-form.success {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	text-align: center;
	color: inherit
}

.section-hero .hero-form .desc {
	font-size: 16px;
	color: #292929;
	text-align: center
}

.section-hero .hero-form input {
	margin-top: 20px;
	width: 100%;
	padding: 10px;
	border: 0;
	font-size: 14px;
	background: transparent
}

.section-hero .hero-form input:not([type=submit]) {
	border-bottom: 1px solid #000
}

.section-hero .hero-form input[type=submit] {
	background: #ffde00;
	border-radius: 30px;
	text-align: center;
	color: #292929;
	font-weight: bold;
	cursor: pointer;
	white-space: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.section-hero .hero-form input[type=submit]+span {
	font-size: 12px;
	color: #292929;
	margin-top: 20px;
	display: block;
	padding: 0 10px
}

@media (max-width: 1279px) {
	.section-hero .hero-form input {
		margin-top: 20px
	}
}

.section-why-us {
	padding: 45px 0 0;
	background: url(images/whyus_bg.png) no-repeat left center
}

.section-why-us:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(images/whyus_bg_y.png);
	background-position: right 110%;
	top: 0;
	left: 0;
	background-repeat: no-repeat
}

.section-why-us .items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

@media (max-width: 1279px) {
	.section-why-us .items {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%
	}
}

.section-why-us .items .item {
	width: 30%;
	margin-bottom: 45px;
	text-align: center
}

@media (max-width: 1279px) {
	.section-why-us .items .item {
		width: 100%;
		margin-bottom: 20px
	}
}

.section-why-us .items .item i {
	width: 90px;
	height: 90px;
	display: block;
	margin: 0 auto;
	border-radius: 100%;
	border: 1px solid #ffde00;
	background-position: center;
	background-repeat: no-repeat
}

.section-why-us .items .item .title {
	margin: 20px 0;
	font-size: 18px;
	font-weight: bold
}

.section-why-us .items .item:first-child i {
	background-image: url(images/whyus-1.png)
}

.section-why-us .items .item:nth-child(2) i {
	background-image: url(images/whyus-2.png)
}

.section-why-us .items .item:nth-child(3) i {
	background-image: url(images/whyus-3.png)
}

.section-why-us .items .item:nth-child(4) i {
	background-image: url(images/whyus-4.png)
}

.section-why-us .items .item:nth-child(5) i {
	background-image: url(images/whyus-5.png)
}

.section-why-us .items .item:nth-child(6) i {
	background-image: url(images/whyus-6.png)
}

.section-calc {
	padding: 45px 0;
	background: url(images/calc_bg.png) no-repeat center;
	background-size: cover
}

.section-calc.inverted {
	background: #fffbe1
}

.section-calc.inverted form {
	position: relative;
	margin-left: auto;
	right: 0;
	left: 0;
	top: auto;
	text-align: center;
	margin-top: 0
}

.section-calc .switcher {
	display: flex;
	justify-content: center;
	margin-bottom: 30px
}

@media (max-width: 1279px) {
	.section-calc .switcher {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%
	}
}

.section-calc .switcher a {
	background: rgba(24, 58, 104, .2);
	color: #183a68;
	border-radius: 10px;
	line-height: 37px;
	padding: 0 10px;
	text-decoration: underline;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

@media (max-width: 1279px) {
	.section-calc .switcher a {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
		margin: 0
	}
}

.section-calc .switcher a.active {
	background: #183a68;
	color: #fff;
	text-decoration: none
}

.section-calc .switcher img {
	margin: 0 30px
}

@media (max-width: 1279px) {
	.section-calc .switcher img {
		margin: 10px 0
	}
}

.section-calc .sections .section {
	display: none
}

.section-calc .sections .section.active {
	display: block
}

.section-calc .sections .section .inputs {
	width: 740px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start
}

@media (max-width: 1279px) {
	.section-calc .sections .section .inputs {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%
	}
}

.section-calc .sections .section .inputs .input-field {
	width: 45%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
	align-items: center
}

@media (max-width: 1279px) {
	.section-calc .sections .section .inputs .input-field {
		width: 100%;
		margin-bottom: 20px
	}
}

.section-calc .sections .section .inputs .input-field input:not([type=range]) {
	-moz-appearance: textfield;
	width: 80px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #aaa;
	padding: 5px 0
}

.section-calc .sections .section .inputs .input-field input:not([type=range])::-webkit-inner-spin-button, .section-calc .sections .section .inputs .input-field input:not([type=range])::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.section-calc .sections .section .inputs .input-field input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(images/range-end.png);
	background-size: 100% 100%;
	width: 100%;
	margin: 10px 0 0;
	height: 15px;
	padding: 0 20px
}

.section-calc .sections .section .inputs .input-field input[type=range]::-moz-range-track {
	-moz-appearance: none;
	background: transparent
}

.section-calc .sections .section .inputs .input-field input[type=range]::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	background: transparent
}

.section-calc .sections .section .inputs .input-field input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: url(images/range-icon.png);
	width: 25px;
	height: 25px;
	background-size: 35px 35px;
	background-position: center
}

.section-calc .sections .section .inputs .input-field input[type=range]::-moz-range-thumb {
	-moz-appearance: none;
	background: url(images/range-icon.png);
	width: 25px;
	height: 25px;
	background-size: 35px 35px;
	background-position: center;
	border: 0
}

.section-calc .sections .section .inputs .summary {
	font-weight: bold;
	color: #363636;
	text-align: right;
	font-size: 24px;
	margin: 0 0 30px
}

.section-calc .sections .section .inputs .summary span {
	font-size: 30px;
	color: #183a68;
	display: inline-block;
	margin-left: 10px
}

.section-calc form {
	background: rgba(255, 255, 255, .9);
	width: 300px;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 10px 5px 5px rgba(0, 0, 0, .1);
	position: absolute;
	right: 10px;
	bottom: -82.75px;
	height: 331px;
	top: 110px;
	bottom: unset;
	padding: 28px 20px;
	height: auto
}

@media (max-width: 1279px) {
	.section-calc form {
		width: 100%;
		padding: 20px 10px;
		margin: 10px 0;
		height: auto;
		bottom: unset;
		right: unset;
		top: unset;
		left: unset;
		position: relative
	}
}

.section-calc form.success {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	text-align: center;
	color: inherit
}

.section-calc form .desc {
	font-size: 16px;
	color: #292929;
	text-align: center
}

.section-calc form input {
	margin-top: 20px;
	width: 100%;
	padding: 10px;
	border: 0;
	font-size: 14px;
	background: transparent
}

.section-calc form input:not([type=submit]) {
	border-bottom: 1px solid #000
}

.section-calc form input[type=submit] {
	background: #ffde00;
	border-radius: 30px;
	text-align: center;
	color: #292929;
	font-weight: bold;
	cursor: pointer;
	white-space: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.section-calc form input[type=submit]+span {
	font-size: 12px;
	color: #292929;
	margin-top: 20px;
	display: block;
	padding: 0 10px
}

@media (max-width: 1279px) {
	.section-calc form input {
		margin-top: 20px
	}
}

.section-calc form .desc {
	font-size: 18px
}

.section-calc form input:not([type=submit]) {
	margin-top: 20px
}

.section-calc.inverted .sections .section .inputs {
	width: 100%
}

.section-calc.inverted .sections .section .inputs .input-field {
	width: 32%
}

@media (max-width: 1279px) {
	.section-calc.inverted .sections .section .inputs .input-field {
		width: 100%;
		margin-bottom: 20px
	}
}

.section-calc.inverted .sections .section .inputs .input-field select {
	width: 180px;
	border-radius: 10px;
	border: 1px solid #aaa;
	padding: 5px 0
}

@media (max-width: 1279px) {
	.section-calc.inverted .sections .section .inputs .input-field select {
		width: 100%
	}
}

.section-promo {
	padding: 80px 0;
	text-align: center;
	background-image: url(images/promo_bg.png);
	background-position: 0 -217px;
	background-repeat: no-repeat
}

.section-promo .container>.title {
	text-align: center;
	font-size: 36px;
	margin-bottom: 55px
}

.section-promo .container>.title span {
	color: #494173;
	margin-bottom: 55px
}

.section-promo .items {
	display: flex;
	justify-content: space-between
}

@media (max-width: 1279px) {
	.section-promo .items {
		display: flex;
		justify-content: space-evenly;
		flex-wrap: wrap;
		width: 100%
	}
}

@media (max-width: 767px) {
	.section-promo {
		padding: 20px 0 0;
		background-image: none;
	}
}

.section-promo .items .item {
	height: 292px;
	width: 32%;
	position: relative;
	background-size: cover
}

@media (max-width: 1279px) {
	.section-promo .items .item {
		width: 292px;
		margin-bottom: 20px
	}
}

.section-promo .items .item:hover {
	opacity: 0.6
}

.section-promo .items .item .descr {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 18px 0;
	background: rgba(255, 222, 0, .9);
	font-size: 18px
}

.section-promo .items .item .descr .title {
	font-size: 24px
}

.section-cons {
	background: url(images/cons_bg.png);
	background-size: cover;
	color: #fff;
	height: 470px;
	z-index: 1
}

@media (max-width: 1279px) {
	.section-cons {
		height: auto;
		padding: 20px 0
	}
}

@media (min-width: 1280px) {
	.section-cons .container {
		padding: 35px 150px !important;
	}
	.section-cons .container>div {
		margin-left: 412px;
	}
}

.section-cons h2 {
	margin: 0 0 50px;
	text-align: center
}

.section-cons form {
	background: rgba(255, 255, 255, .9);
	width: 300px;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 10px 5px 5px rgba(0, 0, 0, .1);
	position: absolute;
	right: 10px;
	bottom: -82.75px;
	height: 331px
}

@media (max-width: 1279px) {
	.section-cons form {
		width: 100%;
		padding: 20px 10px;
		margin: 10px 0;
		height: auto;
		bottom: unset;
		right: unset;
		top: unset;
		left: unset;
		position: relative
	}
}

.section-cons form.success {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	text-align: center;
	color: inherit
}

.section-cons form .desc {
	font-size: 16px;
	color: #292929;
	text-align: center
}

.section-cons form input {
	margin-top: 20px;
	width: 100%;
	padding: 10px;
	border: 0;
	font-size: 14px;
	background: transparent
}

.section-cons form input:not([type=submit]) {
	border-bottom: 1px solid #000
}

.section-cons form input[type=submit] {
	background: #ffde00;
	border-radius: 30px;
	text-align: center;
	color: #292929;
	font-weight: bold;
	cursor: pointer;
	white-space: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.section-cons form input[type=submit]+span {
	font-size: 12px;
	color: #292929;
	margin-top: 20px;
	display: block;
	padding: 0 10px
}

@media (max-width: 1279px) {
	.section-cons form input {
		margin-top: 20px
	}
}

@media (min-width: 1280px) {
	.section-cons form {
		left: 150px;
		top: 115px;
		padding: 28px 20px;
		height: auto;
		bottom: unset;
		color: #000
	}
	.section-cons form input:not([type=submit]) {
		margin-top: 20px
	}
}

.section-cons .container>div {
	display: flex;
	height: 350px;
	align-items: center;
	flex-wrap: wrap
}

.section-cons .container>div>span {
	width: 100%;
	font-size: 18px
}

@media (max-width: 1279px) {
	.section-cons .container>div {
		height: auto
	}
}

.section-contacts {
	padding: 0 0 40px;
}

.section-contacts .items {
	display: flex;
	justify-content: space-between;
	margin: 60px 0
}

@media (max-width: 1279px) {
	.section-contacts .items {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%
	}
}

.section-contacts .items .item {
	width: 360px;
	display: flex;
	align-content: center;
	align-items: center;
	background: url(images/contacts-block.png);
	height: 221px;
	position: relative;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap
}

.section-contacts .items .item a {
	display: block;
	width: 100%
}

.section-contacts .items .item:before {
	content: "";
	background-image: url(images/contacts-1.png);
	width: 78px;
	height: 78px;
	position: absolute;
	left: calc(50% - 39px);
	top: -39px;
	background-position: center;
	background-repeat: no-repeat
}

.section-contacts .items .item:nth-child(2):before {
	background-image: url(images/contacts-2.png)
}

.section-contacts .items .item:nth-child(3):before {
	background-image: url(images/contacts-3.png)
}

@media (max-width: 1279px) {
	.section-contacts .items .item {
		width: 100%;
		margin-bottom: 20px;
		background-size: 100% 100%;
		margin-bottom: 50px
	}
	.section-contacts .items .item:before {
		width: 50px;
		height: 50px;
		left: calc(50% - 25px);
		background-size: auto 100%
	}
}

.section-contacts .row {
	display: flex;
	justify-content: space-between
}

@media (max-width: 1279px) {
	.section-contacts .row {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%
	}
}

.section-contacts .row iframe {
	width: calc(180px + 50%)
}

@media (max-width: 1279px) {
	.section-contacts .row iframe {
		width: 100%
	}
}

.section-contacts .row>div {
	width: calc(50% - 200px);
	position: relative
}

@media (max-width: 1279px) {
	.section-contacts .row>div {
		width: 100%;
		margin-top: 10px
	}
}

.section-contacts .row>div form {
	background: rgba(255, 255, 255, .9);
	width: 300px;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 10px 5px 5px rgba(0, 0, 0, .1);
	position: absolute;
	right: 10px;
	bottom: -82.75px;
	height: 331px;
	bottom: 0;
	right: 0;
	width: 100%;
	height: auto;
	padding: 0;
	box-shadow: 0 0
}

@media (max-width: 1279px) {
	.section-contacts .row>div form {
		width: 100%;
		padding: 20px 10px;
		margin: 10px 0;
		height: auto;
		bottom: unset;
		right: unset;
		top: unset;
		left: unset;
		position: relative
	}
}

.section-contacts .row>div form.success {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	text-align: center;
	color: inherit
}

.section-contacts .row>div form .desc {
	font-size: 16px;
	color: #292929;
	text-align: center
}

.section-contacts .row>div form input {
	margin-top: 20px;
	width: 100%;
	padding: 10px;
	border: 0;
	font-size: 14px;
	background: transparent
}

.section-contacts .row>div form input:not([type=submit]) {
	border-bottom: 1px solid #000
}

.section-contacts .row>div form input[type=submit] {
	background: #ffde00;
	border-radius: 30px;
	text-align: center;
	color: #292929;
	font-weight: bold;
	cursor: pointer;
	white-space: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.section-contacts .row>div form input[type=submit]+span {
	font-size: 12px;
	color: #292929;
	margin-top: 20px;
	display: block;
	padding: 0 10px
}

@media (max-width: 1279px) {
	.section-contacts .row>div form input {
		margin-top: 20px
	}
}

.section-contacts .row>div form input {
	margin-top: 20px !important
}

.section-price {
	max-width: 100vw;
	overflow-x: auto
}

.section-price.section-price--custom, .section-price section {
	padding: 0 0 40px;
}

.section-price.section-price--custom.container, .section-price section.container {
	padding: 40px 0 !important
}

.section-price.section-price--custom .prices.advanced>div>div, .section-price section .prices.advanced>div>div {
	width: 15% !important
}

.section-price.section-price--custom .prices.advanced>div>div:first-child, .section-price section .prices.advanced>div>div:first-child {
	width: 40% !important
}

.section-price.section-price--custom .prices.advanced>div>div.advanced div, .section-price section .prices.advanced>div>div.advanced div {
	padding: 5px 0 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.section-price.section-price--custom .prices.advanced>div>div.advanced div:first-child, .section-price section .prices.advanced>div>div.advanced div:first-child {
	border-bottom: 1px solid #aaa;
	padding: 0 0 5px
}

.section-price.section-price--custom .prices>div, .section-price section .prices>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #7c7c7c;
	padding: 15px 25px
}

.section-price.section-price--custom .prices>div.header, .section-price section .prices>div.header {
	background: #183a68;
	color: #fff;
	font-weight: bold
}

.section-price.section-price--custom .prices>div>div, .section-price section .prices>div>div {
	width: 15%;
	text-align: center
}

.section-price.section-price--custom .prices>div>div s, .section-price section .prices>div>div s {
	font-size: 14px;
	display: inline-block;
	margin-right: 3px;
	color: #676767
}

.section-price.section-price--custom .prices>div>div:first-child, .section-price section .prices>div>div:first-child {
	width: 50%;
	text-align: left
}

.section-price.section-price--custom .prices+a, .section-price section .prices+a {
	display: block;
	text-align: right;
	margin-top: 15px;
	text-decoration: underline;
	font-size: 14px
}

@media (max-width: 1279px) {
	.section-price .container {
		width: 1140px
	}
}

.section-certs-extended {
	padding: 0 0 40px;
}

.section-certs-extended .text {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 32% 32% 32%;
	align-items: flex-start;
	grid-row-gap: 30px
}

@media (max-width: 1279px) {
	.section-certs-extended .text {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%
	}
}

.section-certs-extended .text span {
	width: 100%
}

.section-certs-extended .text span:before {
	background: url(images/galina.png);
	width: 16px;
	height: 13px;
	content: "";
	display: inline-block;
	margin-right: 5px
}

.section-certs-extended .images {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px 0
}

.section-certs-extended .images .image {
	width: 163px;
	height: 220px;
	background-size: cover;
	cursor: pointer
}

.section-certs-extended .images .image:nth-child(-n+6) {
	margin-bottom: 20px
}

.section-certs-extended .images+img {
	margin: 0 auto
}

.section-certs {
	padding: 75px 0
}

.section-certs h2 {
	text-align: center;
	font-size: 36px
}

.section-certs .row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px
}

@media (max-width: 1279px) {
	.section-certs .row {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%
	}
}

.section-certs .row>* {
	width: 45%
}

@media (max-width: 1279px) {
	.section-certs .row>* {
		width: 100%;
		margin-bottom: 20px
	}
}

.section-certs .row .images {
	background-image: url(images/certs.png);
	height: 336px;
	background-repeat: no-repeat;
	background-position: center
}

.section-certs .row .text {
	font-size: 18px
}

.section-certs img {
	margin: 0 auto
}

.section-install {
	padding: 40px 0
}

.section-install>div>span {
	width: 80%;
	display: block;
	margin: 0 auto 40px
}

.section-install .items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center
}

@media (max-width: 1279px) {
	.section-install .items {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%
	}
}

.section-install .items .item {
	width: 32%
}

@media (max-width: 1279px) {
	.section-install .items .item {
		width: 100%;
		margin-bottom: 20px
	}
}

.section-install .items .item:first-child {
	margin-bottom: 60px
}

.section-install .items .item:first-child>.image {
	background-image: url(images/1-min.png)
}

.section-install .items .item:nth-child(2) {
	margin-bottom: 60px
}

.section-install .items .item:nth-child(2)>.image {
	background-image: url(images/2-min.png)
}

.section-install .items .item:nth-child(3) {
	margin-bottom: 60px
}

.section-install .items .item:nth-child(3)>.image {
	background-image: url(images/3-min.png)
}

.section-install .items .item:nth-child(4) {
	margin-bottom: 60px
}

.section-install .items .item:nth-child(4)>.image {
	background-image: url(images/4-min.png)
}

.section-install .items .item:nth-child(5) {
	margin-bottom: 60px
}

.section-install .items .item:nth-child(5)>.image {
	background-image: url(images/5-min.png)
}

.section-install .items .item:nth-child(6) {
	margin-bottom: 60px
}

.section-install .items .item:nth-child(6)>.image {
	background-image: url(images/6-min.png)
}

.section-install .items .item:nth-child(7)>.image {
	background-image: url(images/7-min.png)
}

.section-install .items .item:nth-child(8)>.image {
	background-image: url(images/8-min.png)
}

.section-install .items .item:nth-child(9)>.image {
	background-image: url(images/9-min.png)
}

.section-install .items .item .content {
	border-radius: 5px;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
	border-top: 9px solid #ffde00;
	padding: 10px;
	height: 270px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px
}

@media (max-width: 1279px) {
	.section-install .items .item .content {
		height: auto
	}
}

.section-install .items .item .content .counter {
	font-size: 72px;
	padding-top: 12px;
	color: #183a68
}

.section-install .items .item .image {
	height: 228px;
	background-size: cover
}

.section-prices {
	padding: 0 0 40px 0;
}

.section-cons+.section-prices {
	margin-top: 60px;
}

.section-prices .text-highlighted:before {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: #ffde00;
	content: "";
	border-radius: 100%;
	margin-right: 5px;
	vertical-align: middle
}

.section-prices .top {
	font-size: 25px;
	margin-bottom: 40px;
	text-align: center
}

.section-prices .top .items {
	margin-top: 10px;
	display: flex;
	justify-content: space-around
}

@media (max-width: 1279px) {
	.section-prices .top .items {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%
	}
}

.section-prices .bottom {
	display: flex;
	justify-content: space-between
}

@media (max-width: 1279px) {
	.section-prices .bottom {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%
	}
}

.section-prices .bottom .item {
	width: 24%;
	color: #183a68;
	border: 1px solid #183a68;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
}

@media (max-width: 1279px) {
	.section-prices .bottom .item {
		width: 100%;
	}
}

.section-prices .bottom .item .title {
	color: #000;
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px
}

.section-prices .bottom .item .text-highlighted {
	margin-bottom: 7px
}

.section-prices .bottom .item .price {
	margin: 15px 0;
	text-align: center
}

.section-prices .bottom .item .price span:first-child {
	font-size: 40px;
	display: inline-block;
	margin-right: 5px
}

.section-prices .bottom .item .price span:last-child {
	font-size: 12px
}

.section-prices .bottom .item .btn {
	display: block;
	background: #ffde00;
	border-radius: 30px;
	text-align: center;
	color: #292929;
	font-weight: bold;
	cursor: pointer;
	padding: 5px;
	font-size: 18px
}

.section-zamer {
	margin-top: 150px;
	padding: 40px 0;
	text-align: center;
	background: url(images/zamer_bg.png);
	color: #183a68
}

@media (max-width: 1279px) {
	.section-zamer {
		margin: 0
	}
}

@media (min-width: 1280px) {
	.section-zamer:before {
		content: "";
		width: 451px;
		height: 543px;
		position: absolute;
		left: 10px;
		bottom: 0;
		background: url(images/zamer_man.png)
	}
}

.section-zamer h2 {
	margin: 0 0 20px;
	font-size: 36px
}

.section-zamer .zamers_switch {
	display: flex;
	justify-content: space-between;
	background: rgba(255, 222, 0, .2);
	font-size: 18px
}

@media (max-width: 1279px) {
	.section-zamer .zamers_switch {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%
	}
}

.section-zamer .zamers_switch div {
	text-decoration: underline;
	text-align: center;
	width: 25%;
	line-height: 38px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

@media (max-width: 1279px) {
	.section-zamer .zamers_switch div {
		width: 100%;
		margin-bottom: 20px
	}
}

.section-zamer .zamers_switch div.current {
	font-weight: bold;
	text-decoration: none;
	background: #ffde00
}

.section-zamer .zamers_list>div {
	display: none;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding: 50px 33px;
	height: 191px
}

.section-zamer .zamers_list>div.current {
	display: flex
}

@media (max-width: 1279px) {
	.section-zamer .zamers_list>div.current {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		padding: 10px;
		height: auto
	}
}

@media (max-width: 1279px) {
	.section-zamer .zamers_list>div>div:not(.sep) {
		width: 100%;
		margin-bottom: 20px
	}
}

.section-zamer .zamers_list>div>div:not(.sep) span:first-child {
	font-size: 60px;
	display: block
}

@media (min-width: 1280px) {
	.section-zamer .zamers_list>div .sep {
		width: 150px;
		height: 3px;
		background: #ffde00
	}
}

.section-zamer .zamers_list>div .btn {
	background: #ffde00;
	padding: 10px 20px;
	border-radius: 20px;
	font-weight: bold;
	color: #292929;
	cursor: pointer
}

.section-select {
	padding: 0 0 80px 0
}

.section-select h2 {
	font-size: 36px;
	text-align: center;
	margin-top: 0
}

.section-select .categories .category>.title {
	font-size: 24px;
	color: #183a68;
	text-align: center;
	margin-bottom: 15px
}

.section-select .categories .category .posts:not(.catalog-noslider) {
	padding: 0 20px;
	position: relative
}

.catalog-noslider {
	overflow: auto;
	white-space: nowrap;
}

.catalog-noslider .post {
	position: relative;
	display: inline-block;
	width: 300px;
	margin-bottom: 20px;
}

.section-select .categories .category .posts.catalog-slidernew {
	padding: 0;
	margin: 0 -10px;

}

.catalog-slidernew .post {
	position: relative;
	display: inline-block;
	width: 20%;
	margin: 0 0 20px;
	vertical-align: top;
}

.slick-arrow {
	position: absolute;
	left: 0;
	width: 20px;
	height: 37px;
	border: 0;
	box-shadow: 0 0;
	background: transparent;
	top: calc(50% - 18.5px);
	font-size: 0;
	background-image: url(images/arrow-left.png);
	cursor: pointer
}

.slick-arrow.slick-next {
	background-image: url(images/arrow-right.png);
	right: 0;
	left: auto
}

.section-select .categories .category .posts .slick-track {
	display: flex;
	align-items: center
}

.section-select .categories .category .posts .post {
	padding: 0 10px;
	position: relative;
	font-size: 20px
}

.section-select .categories .category .posts .post:hover {
	opacity: .7
}

.section-select .categories .category .posts .post .thumb {
	height: 177px;
	background-size: cover
}

.section-select .categories .category .posts .post .price {
	position: absolute;
	bottom: 65px;
	background: rgba(255, 222, 0, .8);
	color: #183a68;
	text-align: right;
	right: 10px;
	padding: 5px 10px
}

.section-select .categories .category .posts .post .price s {
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
	color: #2e2e2e
}

.section-select .categories .category .posts .post .title {
	height: 65px;
	display: flex;
	align-items: center;
	background: #183a68;
	color: #fff;
	font-weight: bold;
	text-align: center;
	justify-content: center
}

.section-select .categories .category .posts .post.no_thumbnail .price {
	width: 100%;
	bottom: 0;
	right: 0;
	position: relative
}

.section-select .categories .category+.category {
	margin-top: 45px
}

.home-gallery {
	margin: 30px 0 50px;
}

.home-gallery-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.home-gallery-grid a {
	margin: 0 15px 30px;
}

.home-gallery-grid img {
	width: 250px;
	height: 160px;
	object-fit: cover;
}

.home-gallery .btn {
	background: transparent !important;
	color: #183a68 !important;
	border: 1px solid #183a68 !important;
}

.home-gallery .btn:hover {
	background: #183a68 !important;
	color: #fff !important;
}

@media (max-width: 767px) {
	.home-gallery-grid {
		justify-content: space-around;
	}
	.home-gallery-grid a {
		width: 45%;
		margin: 0 0 30px;
	}
}

.video-reviews {
	margin: 30px 0 0;
}

.video-reviews-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.video-reviews-grid .item {
	width: 22%;
	margin-bottom: 30px;
}

.video-reviews-grid .video-wrap {
	position: relative;
	padding-top: 172%;
}

.video-wrap video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 991px) {
	.video-reviews-grid {
		justify-content: space-around;
	}
	.video-reviews-grid .item {
		width: 45%;
	}
}

.section-colors {
	padding: 60px 0
}

.section-colors .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

@media (max-width: 1279px) {
	.section-colors .container {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%
	}
}

.section-colors .container .left {
	width: 33%
}

@media (max-width: 1279px) {
	.section-colors .container .left {
		width: 100%;
		margin-bottom: 20px
	}
}

.section-colors .container .left .header {
	display: flex;
	justify-content: space-between
}

@media (max-width: 1279px) {
	.section-colors .container .left .header {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%
	}
}

.section-colors .container .left .header div {
	background: rgba(24, 58, 104, .2);
	color: #183a68;
	text-align: center;
	width: 32%;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer
}

@media (max-width: 1279px) {
	.section-colors .container .left .header div {
		width: 100%;
		margin-bottom: 20px
	}
}

.section-colors .container .left .header div.active {
	background: #183a68;
	font-weight: 400;
	color: #fff
}

.section-colors .container .left .switch {
	margin: 20px 0
}

.section-colors .container .left .switch div {
	display: inline-block;
	margin-right: 20px;
	font-size: 15px;
	font-weight: 300;
	border-bottom: 1px solid #aaa;
	cursor: pointer
}

.section-colors .container .left .switch div.active {
	color: #183a68;
	font-weight: 400;
	border: 0
}

.section-colors .container .left .group {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px
}

@media (max-width: 1279px) {
	.section-colors .container .left .group {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%
	}
}

.section-colors .container .left .group .title {
	width: 50px
}

.section-colors .container .left .group .list {
	width: calc(100% - 100px);
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 1279px) {
	.section-colors .container .left .group .list {
		width: 100%;
		margin-bottom: 20px
	}
}

.section-colors .container .left .group .list div {
	width: 20px;
	height: 20px;
	border-radius: 5px;
	margin-right: 5px;
	cursor: pointer
}

.section-colors .container .left form {
	background: rgba(255, 255, 255, .9);
	width: 300px;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 10px 5px 5px rgba(0, 0, 0, .1);
	position: absolute;
	right: 10px;
	bottom: -82.75px;
	height: 331px;
	margin-top: 50px;
	position: relative;
	height: auto;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	padding: 0;
	box-shadow: 0 0;
	text-align: right
}

@media (max-width: 1279px) {
	.section-colors .container .left form {
		width: 100%;
		padding: 20px 10px;
		margin: 10px 0;
		height: auto;
		bottom: unset;
		right: unset;
		top: unset;
		left: unset;
		position: relative
	}
}

.section-colors .container .left form.success {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	text-align: center;
	color: inherit
}

.section-colors .container .left form .desc {
	font-size: 16px;
	color: #292929;
	text-align: center
}

.section-colors .container .left form input {
	margin-top: 20px;
	width: 100%;
	padding: 10px;
	border: 0;
	font-size: 14px;
	background: transparent
}

.section-colors .container .left form input:not([type=submit]) {
	border-bottom: 1px solid #000
}

.section-colors .container .left form input[type=submit] {
	background: #ffde00;
	border-radius: 30px;
	text-align: center;
	color: #292929;
	font-weight: bold;
	cursor: pointer;
	white-space: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.section-colors .container .left form input[type=submit]+span {
	font-size: 12px;
	color: #292929;
	margin-top: 20px;
	display: block;
	padding: 0 10px
}

@media (max-width: 1279px) {
	.section-colors .container .left form input {
		margin-top: 20px
	}
}

.section-colors .container .left form .group {
	justify-content: space-between
}

.section-colors .container .left form .group input {
	width: 49%;
	background: transparent;
	margin: 0;
	font-size: 14px
}

.section-colors .container .left form input[type=submit] {
	display: inline-block;
	width: auto;
	margin-top: 10px
}

.section-colors .container .right {
	width: 65%
}

@media (max-width: 1279px) {
	.section-colors .container .right {
		width: 100%
	}
}

.section-colors .container .right div {
	width: 100%;
	height: 100%;
	background-size: cover
}

.section-catalogs {
	padding: 40px 0
}

.section-catalogs .items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.section-catalogs .items .item {
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
	padding: 20px
}

.section-catalogs .items .item:not(:last-child):not(:nth-last-child(2)) {
	margin-bottom: 50px
}

@media (max-width: 1279px) {
	.section-catalogs .items .item {
		width: 100%;
		margin-bottom: 20px
	}
}

@media (max-width: 1279px) {
	.section-catalogs .items .item {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%
	}
}

.section-catalogs .items .item .image {
	width: 127px;
	height: 179px;
	background-size: cover
}

@media (max-width: 1279px) {
	.section-catalogs .items .item .image {
		width: 100%;
		background-size: 127px 179px;
		background-position: center;
		background-repeat: no-repeat
	}
}

.section-catalogs .items .item>.desc {
	width: calc(100% - 150px)
}

@media (max-width: 1279px) {
	.section-catalogs .items .item>.desc {
		width: 100%
	}
}

.section-catalogs .items .item>.desc .title {
	font-size: 20px
}

.section-catalogs .items .item>.desc .desc {
	margin: 10px 0;
	text-align: justify
}

.section-catalogs .items .item>.desc .download {
	display: block;
	font-size: 14px;
	text-decoration: underline
}

.section-catalogs .items .item>.desc .download i {
	background-image: url(images/catalog-pdf.png);
	width: 21px;
	height: 27px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom
}

.nav-links {
	text-align: center;
	margin-bottom: 40px;
}

.nav-links .page-numbers.current, .nav-links a.page-numbers {
	background: #183a68;
	border-radius: 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #fff;
	text-align: center;
	padding: 10px;
	min-width: 39px;
	display: inline-block;
	text-decoration: none
}

.nav-links a.page-numbers:hover {
	border-radius: 10px
}

.nav-links .page-numbers.current {
	background: #ffde00;
	color: #000
}

.nav-links .page-numbers.dots {
	padding: 10px;
	background: rgba(24, 58, 104, .3);
	border-radius: 5px;
	min-width: 39px;
	text-align: center;
	display: inline-block
}

.section-articles {
	padding: 75px 0;
}

.section-articles .navigation.pagination {
	text-align: center
}

.section-articles h2 {
	font-size: 36px;
	text-align: center;
	margin-top: 0
}

.section-articles .article {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px
}

.section-articles .article>a {
	height: 120px;
	width: 165px;
	background-size: cover
}

.section-articles .article.no_thumbnail>a {
	display: none
}

.section-articles .article.no_thumbnail .desc {
	width: 100%
}

.section-articles .article .desc {
	width: calc(100% - 200px);
	position: relative;
	padding-bottom: 27px
}

.section-articles .article .desc a {
	color: #000;
	text-decoration: underline;
	font-size: 18px;
	margin-bottom: 5px;
	display: block
}

.section-articles .article .desc span {
	font-size: 14px;
	color: #4e4e4e;
	height: 17px;
	position: absolute;
	bottom: 0
}

.section-news {
	padding: 100px 0
}

.section-news .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.section-news .container h2 {
	width: 100%;
	text-align: center;
	font-size: 36px;
	margin-top: 0
}

.section-news .container>div {
	width: 49%
}

@media (max-width: 1279px) {
	.section-news .container>div {
		width: 100%;
		margin-bottom: 20px
	}
}

.section-news .container>div .article {
	box-shadow: 0 0 7px 1px rgba(0, 0, 0, .1)
}

.section-news .container>div .article>a {
	background-size: cover;
	display: block
}

.section-news .container>div .article .desc {
	font-size: 16px;
	padding: 10px 10px 10px
}

.section-news .container>div .article .desc a {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	color: #000
}

.section-news .container img {
	object-fit: cover;
	width: 100%;
	max-height: 145px;
}

.section-news .container>div.group {
	display: flex;
	flex-wrap: wrap
}

.section-news .container>div.group .article {
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 250px
}

@media (max-width: 1279px) {
	.section-news .container>div.group .article {
		height: auto;
		flex-wrap: wrap;
		margin-bottom: 10px
	}
}

@media (min-width: 1280px) {
	.section-news .container>div.group .article:first-child {
		margin-bottom: 70px
	}
}

.section-news .container>div.group .article>a {
	height: 250px;
	width: 230px
}

@media (max-width: 1279px) {
	.section-news .container>div.group .article>a {
		width: 100%
	}
}

.section-news .container>div.group .article .desc {
	width: calc(100% - 245px);
	max-height: 250px;
	overflow: hidden
}

@media (max-width: 1279px) {
	.section-news .container>div.group .article .desc {
		max-height: unset;
		width: 100%;
		margin-top: 20px
	}
}

.section-reviews {
	background: #fefcf0;
	padding: 50px 0 40px
}

.section-reviews.section-reviews--noslider {
	background: transparent
}

@media (min-width: 1280px) {
	.section-reviews.section-reviews--noslider .reviews {
		padding: 0 30px
	}
}

.section-reviews.section-reviews--noslider .review:not(:last-child) {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #aaa
}

.section-reviews.section-reviews--noslider .review .admin-answer {
	margin-top: 50px;
	background: #fefcf0;
	padding: 20px
}

.section-reviews .reviews {
	padding: 0 100px
}

@media (max-width: 1279px) {
	.section-reviews .reviews {
		padding: 0 30px
	}
}

.section-reviews .reviews .review {
	display: -webkit-box !important;
	display: flex !important;
	justify-content: space-between
}

.section-reviews .reviews .review .thubmnail {
	height: 185px;
	width: 250px;
	background-size: cover
}

.section-reviews .reviews .review.review--noimage .thubmnail {
	display: none
}

.section-reviews .reviews .review.review--noimage .content {
	width: 100%
}

.section-reviews .reviews .review .content {
	width: calc(100% - 300px)
}

.section-reviews .reviews .review .content .header {
	display: flex;
	justify-content: space-between
}

.section-reviews .reviews .review .content .header .document {
	color: #354a67;
	font-weight: bold
}

.section-reviews .reviews .review .content .header .rating .star {
	width: 18px;
	height: 18px;
	background-image: url(images/star.png);
	display: inline-block
}

.section-reviews .reviews .review .content .header .rating .star:not(:last-child) {
	margin-right: 5px
}

.section-reviews .reviews .review .content .header .rating .addition {
	font-size: 12px
}

.section-reviews .reviews .review .content .text {
	margin: 15px 0;
	font-size: 14px
}

.section-reviews .reviews .review .content .author {
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 50px;
	border-top: 1px solid #000;
	display: inline-block
}

.reviews-item-name {
	display: none;
}

.section-reviews h2 {
	font-size: 36px;
	text-align: center;
	margin-top: 0
}

.section-reviews .addmore {
	border-top: 1px solid #000;
	padding-top: 20px;
	margin-top: 30px;
	color: #1b3558;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer
}

.section-reviews form {
	margin-top: 40px;
	display: inline-block;
	width: 100%;
	padding: 0 100px
}

@media (max-width: 1279px) {
	.section-reviews form {
		padding: 0 10px
	}
}

.section-reviews form div {
	display: flex;
	justify-content: space-between
}

@media (max-width: 1279px) {
	.section-reviews form div {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%
	}
}

.section-reviews form div input[type=number], .section-reviews form div input[type=text] {
	border: 1px solid #000;
	width: 30%;
	padding: 10px
}

@media (max-width: 1279px) {
	.section-reviews form div input[type=number], .section-reviews form div input[type=text] {
		width: 100%;
		margin-bottom: 20px
	}
}

.section-reviews form textarea {
	margin: 30px 0;
	border: 1px solid #000;
	padding: 10px;
	width: 100%;
	resize: none
}

@media (max-width: 1279px) {
	.section-reviews form textarea {
		resize: vertical
	}
}

.section-reviews form input[type=submit] {
	background: #ffde00;
	border-radius: 20px;
	cursor: pointer;
	text-align: center;
	border: 0;
	float: right;
	padding: 10px 30px;
	font-size: 20px;
	font-weight: bold
}

.section-qa {
	padding: 0 0 40px;
}

.section-qa .answer .text {
	font-size: 24px;
	margin-bottom: 5px
}

.section-qa .answer .text:before {
	width: 20px;
	height: 20px;
	background: #ffde00;
	content: "";
	display: inline-block;
	margin-right: 5px;
	border-radius: 100%
}

.section-qa .answer .author, .section-qa .answer .date {
	display: inline-block;
	margin-left: 5px
}

.section-qa .answer .author {
	margin-right: 20px
}

.section-qa .answer:not(:last-child) {
	margin-bottom: 30px
}

.section-qa .answer .admin-answer {
	margin-top: 20px;
	background: #fefcf0;
	padding: 20px;
	margin-left: 25px
}

.section-qa .answer .addmore {
	border-top: 1px solid #000;
	padding-top: 20px;
	margin-top: 30px;
	color: #1b3558;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer
}

.section-qa .answer form {
	margin-top: 40px;
	display: inline-block;
	width: 100%;
	padding: 0 100px
}

@media (max-width: 1279px) {
	.section-qa .answer form {
		padding: 0
	}
}

.section-qa .answer form div {
	display: flex;
	justify-content: space-between
}

.section-qa .answer form div input[type=number], .section-qa .answer form div input[type=text] {
	border: 1px solid #000;
	width: 30%;
	padding: 10px
}

@media (max-width: 1279px) {
	.section-qa .answer form div input[type=number], .section-qa .answer form div input[type=text] {
		width: 100%
	}
}

.section-qa .answer form textarea {
	margin: 30px 0;
	border: 1px solid #000;
	padding: 10px;
	width: 100%;
	resize: none
}

.section-qa .answer form input[type=submit] {
	background: #ffde00;
	border-radius: 20px;
	cursor: pointer;
	text-align: center;
	border: 0;
	float: right;
	padding: 10px 30px;
	font-size: 20px;
	font-weight: bold
}

.section-qa .addmore {
	border-top: 1px solid #000;
	padding-top: 20px;
	margin-top: 30px;
	color: #1b3558;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer
}

.section-qa form {
	margin-top: 40px;
	display: inline-block;
	width: 100%;
	padding: 0 100px
}

@media (max-width: 1279px) {
	.section-qa form {
		padding: 0
	}
}

.section-qa form div {
	display: flex;
	justify-content: space-between
}

.section-qa form div input[type=number], .section-qa form div input[type=text] {
	border: 1px solid #000;
	width: 30%;
	padding: 10px
}

@media (max-width: 1279px) {
	.section-qa form div input[type=number], .section-qa form div input[type=text] {
		width: 100%
	}
}

.section-qa form textarea {
	margin: 30px 0;
	border: 1px solid #000;
	padding: 10px;
	width: 100%;
	resize: none
}

.section-qa form input[type=submit] {
	background: #ffde00;
	border-radius: 20px;
	cursor: pointer;
	text-align: center;
	border: 0;
	float: right;
	padding: 10px 30px;
	font-size: 20px;
	font-weight: bold
}

.section-sale {
	padding: 0 0 40px;
}

.section-sale .sale {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

@media (max-width: 1279px) {
	.section-sale .sale {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%
	}
}

.section-sale .sale .image {
	width: 264px !important;
	height: 315px;
	background-size: cover
}

.section-sale .sale .content {
	width: calc(100% - 300px) !important
}

.section-sale .sale .content .title {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 50px
}

.section-sale .sale>* {
	width: 100% !important;
	margin-bottom: 10px
}

.section-single {
	padding: 20px 0
}

.single-thumbnail {
	width: 50%;
	max-width: 600px;
	margin-left: 20px;
	float: right;
	margin-bottom: 35px;
}

.section-single blockquote {
	border-top: 10px solid #183a68;
	background: #f6f6f6;
	padding: 20px 30px;
	margin: 10px 150px
}

.section-single blockquote.minimal {
	border: 1px solid #000;
	background: #fff
}

.section-single blockquote> :first-child {
	margin-top: 0
}

.section-services {
	padding: 0 0 40px;
}

.section-services.portfolio .items {
	margin-bottom: 30px
}

.section-services.portfolio .items .items-title {
	color: #183a68;
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
	width: 100%
}

.section-services.portfolio .items .item {
	cursor: pointer
}

.section-services .items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.section-services .items .item {
	width: 24%;
	margin-bottom: 20px;
	padding: 0 10px;
	position: relative;
	font-size: 20px
}

.section-services .items .item:hover {
	opacity: .7
}

.section-services .items .item .thumb {
	height: 177px;
	background-size: cover
}

.section-services .items .item .price {
	position: absolute;
	bottom: 65px;
	background: rgba(255, 222, 0, .8);
	color: #183a68;
	text-align: right;
	right: 10px;
	padding: 5px 10px
}

.section-services .items .item .price s {
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
	color: #2e2e2e
}

.section-services .items .item .title {
	height: 65px;
	display: flex;
	align-items: center;
	background: #183a68;
	color: #fff;
	font-weight: bold;
	text-align: center;
	justify-content: center
}

@media (max-width: 1279px) {
	.section-services .items .item {
		width: 100%;
		margin-bottom: 20px
	}
}

.section-services .items .item .title {
	font-size: 14px;
	text-align: center;
	flex-wrap: wrap;
	align-content: center;
	background: #546882
}

.section-services .items .item .title sup {
	display: contents
}

.section-services .items .item .title a {
	display: block;
	color: #ffc600;
	text-decoration: underline;
	width: 100%
}

.section-services .items a.more {
	text-align: right;
	display: block;
	width: 100%;
	font-size: 14px;
	text-decoration: underline
}

.section-free {
	background-image: url(images/free_bg.png);
	background-size: cover;
	padding: 40px 0
}

.section-free h2 {
	font-size: 36px;
	text-align: center;
	margin: 0 0 30px;
	color: #183a68
}

.section-free form {
	background: rgba(255, 255, 255, .9);
	width: 300px;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 10px 5px 5px rgba(0, 0, 0, .1);
	position: absolute;
	right: 10px;
	bottom: -82.75px;
	height: 331px;
	padding: 28px 20px;
	height: auto;
	bottom: unset;
	color: #000;
	position: relative;
	margin: 0 auto;
	left: 0;
	top: 0
}

@media (max-width: 1279px) {
	.section-free form {
		width: 100%;
		padding: 20px 10px;
		margin: 10px 0;
		height: auto;
		bottom: unset;
		right: unset;
		top: unset;
		left: unset;
		position: relative
	}
}

.section-free form.success {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	text-align: center;
	color: inherit
}

.section-free form .desc {
	font-size: 16px;
	color: #292929;
	text-align: center
}

.section-free form input {
	margin-top: 20px;
	width: 100%;
	padding: 10px;
	border: 0;
	font-size: 14px;
	background: transparent
}

.section-free form input:not([type=submit]) {
	border-bottom: 1px solid #000
}

.section-free form input[type=submit] {
	background: #ffde00;
	border-radius: 30px;
	text-align: center;
	color: #292929;
	font-weight: bold;
	cursor: pointer;
	white-space: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.section-free form input[type=submit]+span {
	font-size: 12px;
	color: #292929;
	margin-top: 20px;
	display: block;
	padding: 0 10px
}

@media (max-width: 1279px) {
	.section-free form input {
		margin-top: 20px
	}
}

.section-free form, .section-free form input {
	background: transparent;
	box-shadow: 0 0
}

.section-free form input:not([type=submit]) {
	margin-top: 20px
}

.section-safe {
	padding: 50px 0
}

.section-safe .items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

@media (max-width: 1279px) {
	.section-safe .items {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%
	}
}

.section-safe .items .item {
	width: 32%;
	display: flex;
	justify-content: space-between;
	align-items: center
}

@media (max-width: 1279px) {
	.section-safe .items .item {
		width: 100%;
		margin-bottom: 20px
	}
}

.section-safe .items .item:first-child {
	margin-bottom: 30px
}

.section-safe .items .item:first-child>i {
	background-image: url(images/safe-1.png)
}

.section-safe .items .item:nth-child(2) {
	margin-bottom: 30px
}

.section-safe .items .item:nth-child(2)>i {
	background-image: url(images/safe-2.png)
}

.section-safe .items .item:nth-child(3) {
	margin-bottom: 30px
}

.section-safe .items .item:nth-child(3)>i {
	background-image: url(images/safe-3.png)
}

.section-safe .items .item:nth-child(4) {
	margin-bottom: 30px
}

.section-safe .items .item:nth-child(4)>i {
	background-image: url(images/safe-4.png)
}

.section-safe .items .item:nth-child(5) {
	margin-bottom: 30px
}

.section-safe .items .item:nth-child(5)>i {
	background-image: url(images/safe-5.png)
}

.section-safe .items .item:nth-child(6) {
	margin-bottom: 30px
}

.section-safe .items .item:nth-child(6)>i {
	background-image: url(images/safe-6.png)
}

.section-safe .items .item:nth-child(7) {
	margin-bottom: 30px
}

.section-safe .items .item:nth-child(7)>i {
	background-image: url(images/safe-7.png)
}

.section-safe .items .item:nth-child(8) {
	margin-bottom: 30px
}

.section-safe .items .item:nth-child(8)>i {
	background-image: url(images/safe-8.png)
}

.section-safe .items .item:nth-child(9) {
	margin-bottom: 30px
}

.section-safe .items .item:nth-child(9)>i {
	background-image: url(images/safe-9.png)
}

.section-safe .items .item:nth-child(10)>i {
	background-image: url(images/safe-10.png)
}

.section-safe .items .item:nth-child(11)>i {
	background-image: url(images/safe-11.png)
}

.section-safe .items .item:nth-child(12)>i {
	background-image: url(images/safe-12.png)
}

.section-safe .items .item>i {
	width: 90px;
	height: 90px;
	background-color: #183a68;
	background-position: center;
	border-radius: 100%;
	background-repeat: no-repeat
}

.section-safe .items .item div {
	width: calc(100% - 110px);
	font-size: 14px
}

.section-people {
	padding: 40px 0
}

.section-people .guys {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.section-people .guys .guy {
	width: 23%;
	margin-bottom: 20px;
	border: 1px solid #aaa
}

@media (max-width: 1279px) {
	.section-people .guys .guy {
		width: 100%;
		margin-bottom: 20px
	}
}

.section-people .guys .guy .thumbnail {
	height: 170px;
	background-size: cover
}

.section-people .guys .guy span {
	padding: 20px;
	background: #546882;
	text-align: center;
	color: #fff;
	display: block
}

.section-zamer--work {
	padding: 40px 0
}

footer {
	background: #162841;
	padding: 40px 0;
	color: #fff
}

footer .zamer_window {
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 150px;
	z-index: 990;
	cursor: pointer
}

@media (max-width: 1279px) {
	footer .zamer_window {
		display: none
	}
}

footer .footer__top {
	display: flex;
	justify-content: space-between
}

.breadcrumbs {
	margin-bottom: 0;
	display: flex;
	align-items: center;
}

.breadcrumbs>span {
	margin: 0 10px;
}

@media (max-width: 1279px) {
	footer .footer__top {
		display: block;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%
	}
	footer .footer__top.row {
		text-align: center;
		margin-right: 0;
		margin-left: 0;
		display: flex;
	}
}

footer .footer__top>.col:first-child address {
	margin-top: 50px;
	font-style: normal;
	font-weight: 300
}

footer .footer__top>.col:first-child img {
	display: block;
	margin: 0 auto 10px
}

footer .footer__top>.col:first-child img+span {
	text-align: center;
	display: block
}

footer .footer__top>.col:first-child a {
	margin-top: 20px;
	display: block;
	color: #fff;
	font-weight: 300
}

footer .footer__top>.col:first-child a.tel:before {
	content: "";
	width: 15px;
	height: 15px;
	background-position: center;
	background-size: auto 100%;
	background-image: url(images/footer_call_i.png);
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-right: 10px
}

footer .footer__top>.col:first-child a.tel:nth-last-child(2):before {
	background-image: url(images/footer_mobile.png)
}

footer .footer__top>.col:last-child .footer-top_menu {
	margin-bottom: 80px
}

footer .footer__top>.col:last-child .footer-top_menu a {
	color: #fff;
	font-weight: 300;
	text-decoration: underline
}

footer .footer__top>.col:last-child .footer-bottom_asides {
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

@media (max-width: 1279px) {
	footer .footer__top>.col:last-child .footer-bottom_asides {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%
	}
}

footer .footer__top>.col:last-child .footer-bottom_asides .footer-bottom_menu {
	width: 70%
}

@media (max-width: 1279px) {
	footer .footer__top>.col:last-child .footer-bottom_asides .footer-bottom_menu {
		width: 100%;
		margin-bottom: 20px
	}
}

footer .footer__top>.col:last-child .footer-bottom_asides .footer-bottom_menu ul {
	display: grid;
	grid-template-columns: 30% 30% 30%;
	justify-content: space-between
}

@media (max-width: 1279px) {
	footer .footer__top>.col:last-child .footer-bottom_asides .footer-bottom_menu ul {
		display: block;
		grid-template-columns: 45% 45%
	}
	footer .footer__top>.col:last-child .footer-bottom_asides .footer-bottom_menu ul a {
		text-decoration: underline;
	}
	.section-certs {
		padding: 0;
	}
	.section-certs .row {
		margin-left: 0;
		margin-right: 0;
	}
}

footer .footer__top>.col:last-child .footer-bottom_asides .footer-bottom_menu ul a {
	color: #fff;
	margin-bottom: 10px
}

footer .footer__top>.col:last-child .footer-bottom_asides aside {
	width: 28%;
	font-size: 18px;
	font-weight: 300
}

@media (max-width: 1279px) {
	footer .footer__top>.col:last-child .footer-bottom_asides aside {
		width: 100%;
		text-align: center;
	}
}

footer .footer__top>.col:last-child .footer-bottom_asides aside span {
	display: block;
	margin-bottom: 30px
}

footer .footer__top>.col:last-child .footer-bottom_asides aside span div.bold {
	display: block
}

footer .footer__top>.col:last-child .footer-bottom_asides aside .social {
	display: flex;
	justify-content: space-around
}

footer .footer__bottom {
	border-top: 1px solid #fff;
	margin-top: 30px;
	padding-top: 15px;
	text-align: center;
}

footer .footer__bottom iframe {
	display: block;
	margin: 5px auto;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 50;
}

.popup.popup-image .popup-body {
	height: 90vh;
	display: block;
	justify-content: center;
	align-items: center
}

.popup.popup-image .popup-body img {
	height: 90vh
}

.popup .popup-background {
	background: rgba(0, 0, 0, .8);
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	left: 0;
	top: 0
}

.popup .popup-body {
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	max-height: 90%
}

.popup .popup-body .title {
	font-size: 36px;
	text-align: center;
	margin-bottom: 20px
}

.popup .popup-body form {
	background: rgba(255, 255, 255, .9);
	width: 300px;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 10px 5px 5px rgba(0, 0, 0, .1);
	position: absolute;
	right: 10px;
	bottom: -82.75px;
	height: 331px;
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	background: transparent;
	height: auto;
	width: auto;
	padding: 0;
	box-shadow: 0 0;
	color: transparent
}

@media (max-width: 1279px) {
	.popup .popup-body form {
		width: 100%;
		padding: 20px 10px;
		margin: 10px 0;
		height: auto;
		bottom: unset;
		right: unset;
		top: unset;
		left: unset;
		position: relative
	}
}

.popup .popup-body form.success {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	text-align: center;
	color: inherit
}

.popup .popup-body form .desc {
	font-size: 16px;
	color: #292929;
	text-align: center
}

.popup .popup-body form input {
	margin-top: 20px;
	width: 100%;
	padding: 10px;
	border: 0;
	font-size: 14px;
	background: transparent
}

.popup .popup-body form input:not([type=submit]) {
	border-bottom: 1px solid #000
}

.popup .popup-body form input[type=submit] {
	background: #ffde00;
	border-radius: 30px;
	text-align: center;
	color: #292929;
	font-weight: bold;
	cursor: pointer;
	white-space: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.popup .popup-body form input[type=submit]+span {
	font-size: 12px;
	color: #292929;
	margin-top: 20px;
	display: block;
	padding: 0 10px
}

@media (max-width: 1279px) {
	.popup .popup-body form input {
		margin-top: 20px
	}
}

/* discount popup */

#discount-popup .popup-inner {
	display: flex;
	justify-content: space-between;
	border-radius: 0;
	padding: 0;
}

#discount-popup {
	padding: 0px;
}

#discount-popup .popup-close {
	background-image: url('/img/close_btn.png');
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	height: 45px;
	width: 45px;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.discount-popup-desc p {
	margin-top: 0;
}

.discount-popup-left {
	text-transform: uppercase;
	background-image: url('images/free_bg.png');
	background-position: left;
	background-size: cover;
	padding: 50px;
	position: relative;
	width: 100%;
	max-width: 530px;
	color: #464646;
}

.discount-popup-left>* {
	position: relative;
	z-index: 1;
}

.discount-popup-right {
	padding: 50px;
}

.discount-popup-title {
	color: #8bb413;
	font-size: 35px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.discount-popup-desc {
	margin-bottom: 20px;
}

.discount-popup-desc p {
	font-size: 28px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 24pt;
}

.discount-popup-desc p span, .discount-popup-tip p span {
	color: #8bb413;
	/* #ffa400 */
	font-weight: 700;
}

.discount-popup-tip p {
	font-size: 20px;
	line-height: 15pt;
	margin: 0;
}

.discount-popup-right form {
	max-width: 315px;
	padding: 25px;
	border-radius: unset;
}

.discount-popup-right form span {
	text-align: center;
}

@media screen and (max-width: 992px) {
	#discount-popup .popup-inner {
		display: block;
	}
	.popup .discount-popup-right form {
		margin: 0 auto;
		max-width: unset;
		padding: 0;
		margin: 0;
	}
}

@media screen and (max-width: 768px) {
	.discount-popup-left, .discount-popup-right {
		padding: 20px 15px;
	}
	.discount-popup-right {
		padding: 15px;
	}
	#discount-popup {
		width: 100%;
	}
	.discount-popup-title {
		font-size: 30px;
	}
	.discount-popup-left>* {
		text-align: center;
	}
	.discount-popup-desc p {
		font-size: 18px;
	}
	.discount-popup-tip p {
		font-size: 18px;
		font-weight: bold;
	}
	.discount-popup-right form {
		width: 100%;
	}
	.popup .discount-popup-right form input[name="name"] {
		margin-top: 5px;
	}
	.discount-popup-desc {
		margin-bottom: 20px;
	}
}

.section-zamer--scheme {
	padding: 40px 0
}

.section-zamer--work {
	padding: 40px 0
}

.section-zamer--work .items {
	display: flex;
	justify-content: space-between
}

.section-zamer--work .items .item {
	width: 32%;
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
	padding: 10px;
	text-align: center;
	height: 310px;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.section-zamer--work .items .item:first-child .img {
	background-image: url(images/zamer-work-1.png)
}

.section-zamer--work .items .item:nth-child(2) .img {
	background-image: url(images/zamer-work-2.png)
}

.section-zamer--work .items .item:nth-child(3) .img {
	background-image: url(images/zamer-work-3.png)
}

.section-zamer--work .items .item .img {
	width: 100%;
	height: 170px;
	background-position: center;
	background-repeat: no-repeat
}

@media (max-width: 767px) {
	.section-prices+.section-zamer--scheme {
		padding: 0 0 40px;
	}
	.single-thumbnail {
		float: none;
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin-left: 0;
	}
}

.page-404 {
	padding: 80px 0;
	text-align: center;
}

.page-404 h2 {
	margin-bottom: 40px;
}

.btn-404 {
	text-align: center;
	display: block;
	padding: 5px 20px;
	min-width: 220px;
	border: 1px solid #ffde00;
	background-color: #ffde00;
	border-radius: 10px;
	margin: 0;
	color: #000;
}

.btn-404:hover {
	text-decoration: none;
	background-color: transparent;
}

.ofice_ul {
	display: inline-block;
	margin-right: 5%;
	vertical-align: top;
}

.ofice_ul ul {
	margin: 0;
}

.conteiner_pict {
	background: #737373;
	float: left;
	position: relative;
	width: 30%;
	padding-bottom: 30%;
	margin: 1.66%;
}

.img_line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-slider {
	display: grid;
	grid-template-rows: 1fr;
	grid-auto-columns: 100%;
	grid-auto-flow: column;
}

.section-hero .no-slider {
	overflow: auto;
}

.hero-slide {
	background-repeat: no-repeat;
	background-position: center;
	outline: none;
}

.no-slider .hero-slide {
	background-image: url('/wp-content/themes/potolok-1.0/images/hero_bg.png');
	background-size: cover;
}

.no-slider .slide2 {
	background-image: url('/wp-content/themes/potolok-1.0/images/hero_bg2.jpg');
}

.slider .hero-slide {
	background-image: url('/wp-content/themes/potolok-1.0/images/new_hero_circle.png'), url('/wp-content/themes/potolok-1.0/images/hero_bg.png');
	background-size: 1280px 524px, cover;
}

.slider .slide2 {
	background-image: url('/wp-content/themes/potolok-1.0/images/new_hero_circle2.png'), url('/wp-content/themes/potolok-1.0/images/hero_bg2.jpg');
	background-position: left bottom, center;
}

@media (max-width: 1279px) {
	.hero-slide {
		min-height: 725px !important;
		padding-bottom: 360px;
	}
}

@media (min-width: 1280px) {
	.hero-slide {
		height: 500px !important;
	}
	.slider .slide2 {
		background-size: 80%, cover;
		background-position: left bottom, center;
	}
	.hero-slide.slide2 .hero-content .h2 {
		position: relative;
		top: 65px;
	}
}

.workhours {
	font-size: 14px;
	padding: 8px 0 8px 10px;
	text-align: center;
	border-bottom: 1px solid #ffde00;
}

.workhours i.clock {
	width: 15px;
	height: 15px;
	background-position: center;
	background-size: auto 100%;
	background-image: url("images/clock.png");
	display: inline-block;
	vertical-align: text-bottom;
	background-repeat: no-repeat;
	margin-right: 5px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

html {
	height: 101%;
}

body {
	font-size: 62.5%;
	line-height: 1.2;
	font-size: 14px;
	color: #000;
	background: #fff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

main ul, main ol {
	list-style: initial;
	padding-left: 2em;
}

.section-prices.evenly .bottom {
	justify-content: space-evenly !important;
}

blockquote, q {
	quotes: none;
}

.gallery {
	clear: both;
	padding: 35px 0;
}

.gallery-item .wp-caption-text.gallery-caption {
	display: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

input {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

a, a:hover {
	text-decoration: none;
}

[class^='icon-'] {
	display: inline-block;
}

* {
	outline: none;
}

label.error {
	display: none !important;
}

.error {
	border-color: red !important;
}

.checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}

.checkbox__text {
	position: relative;
	padding: 0 0 0 34px;
	cursor: pointer;
	font-size: 15px;
	vertical-align: middle;
	display: -webkit-flex;
	display: flex;
	color: rgba(0, 0, 0, 0.4);
	font-size: 14px;
}

.checkbox__tex {
	position: relative;
	padding: 0 0 0 7px;
	cursor: pointer;
	vertical-align: middle;
	display: -webkit-flex;
	display: flex;
	color: rgba(0, 0, 0, 0.4);
	font-size: 14px;
}

.checkbox__text:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-radius: 3px;
}

.checkbox input:checked+.checkbox__text:after {
	content: '';
	position: absolute;
	background: url("img/check_form.png") no-repeat center center;
	width: 18px;
	height: 18px;
	top: 0;
	left: 0;
}

a {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

select {
	-webkit-appearance: none;
	background: url("img/sel.png") no-repeat -webkit-calc(100% - 15px) center !important;
	background: url("img/sel.png") no-repeat calc(100% - 15px) center !important;
	-moz-appearance: none;
	-o-text-overflow: '';
	text-overflow: '';
	appearance: none !important;
}

.modal-dialog {
	margin-left: auto;
	margin-right: auto;
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
}

.modal {
	padding-right: 0 !important;
}

header .top {
	padding-top: 5px;
}

header .top .container {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media (max-width: 1200px) {
	header .top .container {
		padding-top: 30px;
		position: relative;
		-webkit-align-items: center;
		align-items: center;
	}
}

@media (max-width: 991px) {
	header .top .container {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	header .top .container {
		padding-top: 0;
	}
}

header .top .container .logo {
	padding-top: 27px;
}

@media (max-width: 1200px) {
	header .top .container .logo {
		padding-top: 10px;
	}
}

header .top .container .right {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-left: 28px;
}

@media (max-width: 991px) {
	header .top .container .right {
		width: 100%;
		margin-left: 0;
	}
}

header .top .container .right .right_bottom {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 17px;
	padding-bottom: 5px;
}

@media (max-width: 1200px) {
	header .top .container .right .right_bottom {
		padding-bottom: 10px;
	}
}

@media (max-width: 991px) {
	header .top .container .right .right_bottom {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}

@media (max-width: 450px) {
	header .top .container .right .right_bottom {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
}

header .top .container .right .right_bottom .los {
	opacity: 0.7;
	font-size: 13px;
}

@media (max-width: 1200px) {
	header .top .container .right .right_bottom .los {
		display: none;
	}
}

header .top .container .right .right_bottom .tel {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	text-decoration: none;
	margin-left: 20px;
}

@media (max-width: 991px) {
	header .top .container .right .right_bottom .tel {
		margin-left: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
}

.tel a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #000000;
	text-decoration: none;
	font-size: 17px;
	font-weight: 500;
}

@media (max-width: 991px) {
	.tel a {
		-webkit-justify-content: center;
		justify-content: center;
	}
}

.tel a i {
	margin-right: 16px;
}

header .top .container .right .right_bottom .callback {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border: 1px solid #FFDE00;
	text-decoration: none;
	border-radius: 30px;
	padding: 7px 12px;
	color: #000000;
	font-size: 13px;
	margin-right: 10px;
}

header .top .container .right .right_bottom .callback123 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border: 1px solid #FFDE00;
	text-decoration: none;
	border-radius: 30px;
	padding: 7px 12px;
	color: #000000;
	font-size: 13px;
	margin-right: 10px;
}

@media (max-width: 450px) {
	header .top .container .right .right_bottom .callback {
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
	}
	header .top .container .right .right_bottom .callback123 {
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
	}
	header .top .container .right .right_bottom .zamer {
		width: 100%;
	}
}

header .top .container .right .right_bottom .callback:hover {
	background: #FFDE00;
}

header .top .container .right .right_bottom .callback123:hover {
	background: #FFDE00;
}

header .top .container .right .right_bottom .callback i {
	margin-right: 10px;
	margin-top: 3px;
}

header .top .container .right .right_bottom .zamer {
	background: #FFDE00;
	border-radius: 30px;
	padding: 8px 15px;
	text-decoration: none;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-weight: 600;
	color: #000000;
	font-size: 14px;
	border: 1px solid #FFDE00;
}

header .top .container .right .right_bottom .zamer i {
	margin-right: 10px;
	margin-top: 2px;
}

header .top .container .right .right_bottom .zamer:hover {
	background: none;
}

header .top .container .right .right_top {
	display: -webkit-flex;
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding-bottom: 9px;
}

.logo .tel {
	display: none;
	margin-left: 15px;
	flex: 1;
}

@media (max-width: 1200px) {
	header .top .container .right .right_top {
		position: absolute;
		top: -38px;
		left: 15px;
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
	}
}

@media (max-width: 767px) {
	header .top .container .right .right_top {
		border: none;
	}
	header .top {
		padding-top: 82px !important;
	}
	header .top .container .logo {
		margin-right: auto;
		display: flex;
		align-items: center;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		padding: 0 10px;
		z-index: 5;
	}
	.right_bottom .tel {
		display: none;
	}
	.logo .tel {
		display: block;
		width: 160px;
		margin: 10px auto;
		flex: unset;
	}
	header .top .container .right {
		margin-top: 20px;
	}
	.logo .tel img {
		margin-top: -7px;
	}
}

header .top .container .right .right_top .time {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

@media (max-width: 1200px) {
	header .top .container .right .right_top .time {
		margin-left: 30px;
	}
}

@media (max-width: 991px) {
	header .top .container .right .right_top .time {
		display: none;
	}
}

header .top .container .right .right_top .time i {
	margin-right: 7px;
}

@media (max-width: 1200px) {
	header .top .container .right .right_top .menu_top {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
	}
}

@media (max-width: 767px) {
	header .top .container .right .right_top .menu_top {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		background: #ffffff;
		height: 100%;
		width: 100%;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		opacity: 0;
		visibility: hidden;
	}
	header .top .container .right .right_top .menu_top.open {
		opacity: 1;
		padding-top: 10px;
		visibility: visible;
	}
	header .top .container .right .right_top .menu_top.open ul {
		display: -webkit-flex;
		display: flex;
	}
}

header .top .container .right .right_top .menu_top ul {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 0;
}

@media (max-width: 1200px) {
	header .top .container .right .right_top .menu_top ul {
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	header .top .container .right .right_top .menu_top ul {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		padding-top: 15px;
		height: 100%;
		display: none;
		justify-content: flex-start;
	}
	header .top .container .right .right_top .menu_top .menu_mob_hide ul {
		padding-top: 0;
	}
}

header .top .container .right .right_top .menu_top ul li {
	margin-right: 30px;
}

@media (max-width: 1200px) {
	header .top .container .right .right_top .menu_top ul li {
		margin: 0;
	}
}

@media (max-width: 767px) {
	header .top .container .right .right_top .menu_top ul li {
		margin-bottom: 5px;
	}
}

header .top .container .right .right_top .menu_top ul li a {
	font-size: 14px;
	color: #000000;
}

.menu_fluid {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding-top: 6px;
	padding-bottom: 6px;
}

@media (max-width: 767px) {
	.menu_fluid {
		position: fixed;
		bottom: 0;
		background: #fff;
		z-index: 999;
		border: none;
		width: 100%;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0;
		height: 50%;
		padding: 0;
		visibility: hidden;
		padding-bottom: 40px;
	}
	.menu_fluid .container {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.menu_fluid.open {
		opacity: 1;
		visibility: visible;
	}
	.menu_fluid.open ul {
		display: -webkit-flex;
		display: flex;
		opacity: 1;
		justify-content: flex-end;
	}
	.menu_fluid .container {
		height: 100%;
		padding-top: 10px;
	}
}

body.open {
	overflow: hidden;
}

.menu_fluid ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	margin: 0;
	align-items: center;
}

@media (max-width: 767px) {
	.menu_fluid ul {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		height: 100%;
		display: none;
		opacity: 0;
	}
	.menu_fluid ul li {
		margin-bottom: 5px;
	}
}

.menu_fluid ul a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 18px;
	color: #000000;
}

@media (max-width: 767px) {
	.menu_fluid ul a {
		font-size: 14px;
		font-weight: normal;
	}
}

.menu_fluid ul a i {
	margin-right: 6px;
}

.bread {
	padding-top: 15px;
	padding-bottom: 15px;
}

.bread ul {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.bread ul li a {
	position: relative;
	padding-right: 25px;
	display: block;
	margin-right: 13px;
}

.breadcrumbs__separator {
	margin-left: 4px;
	margin-right: 4px;
}

.bread ul li a i {
	margin-top: 3px;
}

.bread ul li a:after {
	content: '→';
	position: absolute;
	color: #000000;
	right: 0;
	top: 50%;
	margin-top: -12.5px;
}

.bt_yell {
	color: #292929;
	background: #FFDE00;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	border: 1px solid #FFDE00;
	box-sizing: border-box;
	border-radius: 23px;
	padding: 8px 21px;
	text-align: center;
}

footer {
	background: #162841;
	padding-top: 60px;
	position: relative;
	z-index: 3;
}

footer .top {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

@media (max-width: 1200px) {
	footer .top {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 1200px) {
	header .top {
		padding-top: 43px;
		padding-bottom: 7px;
	}
	footer .top .left {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: flex-end;
		align-items: flex-end;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 100%;
	}
	footer .top .left .los {
		display: none;
	}
	footer .top .left .icon-s-vk {
		display: none;
	}
}

footer .top .right {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-left: 60px;
}

@media (max-width: 1200px) {
	footer .top .right {
		margin-left: 0;
		width: 100%;
		margin-top: 30px;
	}
}

footer .top .items {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media (max-width: 767px) {
	footer .top .items {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	footer .top .left .logo {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767px) {
	footer .top .items .item {
		width: 50%;
		margin-bottom: 20px;
	}
	.feedback__form {
		padding: 15px !important;
	}
	.part h2.title {
		font-size: 22px;
	}
	.part h2.title span {
		font-size: 17px;
	}
	header .top .container .right .right_bottom .tel a {
		justify-content: flex-start !important;
	}
}

@media (max-width: 450px) {
	footer .top .items .item:last-child {
		width: 100%;
	}
	footer .top .items .item .title {
		margin-bottom: 15px !important;
	}
	footer .top .items .item li {
		margin-bottom: 0px !important;
	}
	footer .top .items .item a {
		padding-left: 0 !important;
	}
	footer .top .items .item a:after {
		content: none !important;
	}
	footer .top .items .item a {
		font-size: 14px;
	}
	footer .top .items .item:last-child a.bt_yell {
		padding-left: 21px !important;
		width: 100%;
		max-width: 100%;
		margin-top: 10px !important;
	}
	footer .top .items .item:last-child br {
		display: none;
	}
	footer .top .items .item:last-child a, footer .top .items .item:last-child span {
		font-size: 18px !important;
	}
	.cnt_items {
		position: relative;
	}
	.cnt_items .item:first-child {
		padding-bottom: 50px;
		position: static;
	}
	.cnt_items .item {
		margin-left: 33px;
	}
	.cnt_items .item:first-child i {
		left: 0;
		top: 3px;
	}
	.cnt_items .item>i {
		left: -33px;
	}
	.cnt_items .item .bt_yell {
		position: absolute;
		max-width: 100% !important;
		left: 0;
		width: 100%;
	}
}

footer .top .items .item:last-child {
	font-size: 16px;
	color: #ffffff;
	line-height: 1.5;
}

footer .top .items .item:last-child i {
	margin-right: 15px;
}

footer .top .items .item:last-child a {
	padding-left: 0;
}

footer .top .items .item:last-child a.bt_yell {
	color: #292929;
	background: #FFDE00;
	border: 1px solid #FFDE00;
	box-sizing: border-box;
	border-radius: 23px;
	padding: 8px 21px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin-top: 29px;
}

footer .top .items .item:last-child a.bt_yell:hover {
	background: none;
	color: #fff;
}

footer .top .items .item:last-child a:after {
	content: none;
}

footer .top .items .item .title {
	margin-bottom: 23px;
	text-transform: uppercase;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
}

footer .top .items .item li {
	margin-bottom: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

footer .top .items .item a {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	color: #ffffff;
}

footer .top .items .item a:after {
	content: '•';
	position: absolute;
	color: #ffffff;
	font-size: 16px;
	top: 0;
	left: 0;
}

footer .left .los {
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 16px;
}

footer .bottom {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	border-top: 1px solid #fff;
	margin-top: 40px;
}

@media (max-width: 767px) {
	footer .bottom {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	footer .bottom .copy {
		margin-bottom: 10px;
	}
}

footer .bottom a {
	color: #ffffff;
}

.onas .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.onas .flex {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
}

.onas .flex .left {
	max-width: 407px;
	padding-top: 20px;
}

@media (max-width: 991px) {
	.onas .flex .left {
		max-width: 100%;
		margin-bottom: 30px;
	}
}

.onas .flex .left .title {
	color: #000000;
	font-size: 36px;
	margin-bottom: 21px;
}

.onas .flex .left .text {
	font-size: 16px;
	font-weight: 300;
	line-height: 130%;
}

.onas .flex .right {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.onas .flex .right img {
	max-height: 280px;
	padding: 0 40px;
}

@media (max-width: 991px) {
	.onas .flex .right {
		padding-left: 0;
		display: block;
		text-align: center;
		width: 100%;
	}
}

@media (max-width: 750px) {
	.onas .flex .right img {
		padding: 5px 0;
	}
}

.onas .flex .right img:first-child {
	margin-right: -140px;
	position: relative;
	z-index: 3;
}

h2 {
	font-size: 36px;
}

h2.title {
	margin-bottom: 32px;
	font-size: 36px;
}

h2.title span {
	margin-top: 21px;
	font-weight: 300;
	font-size: 16px;
	display: block;
}

.princ {
	background: url("img/princ_bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 16px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 60px;
}

.princ .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

@media (max-width: 991px) {
	.princ .flex {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}
}

.princ .flex .nav {
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	max-width: 360px;
	width: 100%;
	margin-right: 20px;
	border: none;
}

.princ .flex .nav li:last-child a {
	border: none !important;
}

.princ .flex .nav a {
	display: -webkit-flex;
	text-decoration: none;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #000000;
	font-size: 18px;
	padding: 8px 11px;
	background: rgba(255, 222, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.princ .flex .nav a.active {
	background: rgba(255, 222, 0, 0.3);
}

.princ .flex .nav a small {
	width: 55px;
	height: 55px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #225191;
	border-radius: 50%;
	margin-right: 9px;
}

.princ .flex .tab-content {
	width: -webkit-calc(100% - 380px);
	width: calc(100% - 380px);
}

@media (max-width: 991px) {
	.princ .flex .tab-content {
		width: 100%;
		margin-top: 30px;
	}
}

.princ .flex .tab-content .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
}

@media (max-width: 767px) {
	.princ .flex .tab-content .flex {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

.princ .flex .tab-content .flex .item {
	width: 47%;
	padding-left: 50px;
	margin-bottom: 30px;
	position: relative;
	font-size: 14px;
	line-height: 130%;
}

@media (max-width: 991px) {
	.princ .flex .tab-content .flex .item {
		width: 100%;
	}
}

.princ .flex .tab-content .flex .item b {
	font-weight: bold;
}

.princ .flex .tab-content .flex .item span {
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #FFDE00;
	border-radius: 50%;
	background: url("img/check.png") center center no-repeat;
}

.prof {
	margin-bottom: 70px;
}

.prof .item {
	text-align: center;
	line-height: 130%;
	padding: 0 10px;
}

.prof .item img {
	margin-left: auto;
	margin-right: auto;
}

.prof .item .name {
	font-weight: bold;
	font-size: 18px;
	margin-top: 13px;
}

.prof .item .prof {
	margin-top: 3px;
	color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	margin-bottom: 0;
}

.prof .item .prof span {
	display: block;
}

.prof .sld_prof {
	padding-left: 70px;
	padding-right: 70px;
	position: relative;
}

@media (max-width: 991px) {
	.prof .sld_prof {
		padding-right: 40px;
		padding-left: 40px;
	}
}

.prof .sld_prof .slick-arrow {
	position: absolute;
	padding: 0;
	border: none;
	background: none;
	top: 50%;
	margin-top: -18px;
}

.prof .sld_prof .slick-arrow.slick-prev {
	left: 0;
}

.prof .sld_prof .slick-arrow.slick-next {
	right: 0;
}

.proiz {
	margin-bottom: 56px;
}

.proiz .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 991px) {
	.proiz .flex {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

.proiz .flex .item {
	width: -webkit-calc(33% - 10px);
	width: calc(33% - 10px);
	margin-bottom: 20px;
}

@media (max-width: 1200px) {
	.proiz .flex .item {
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
		margin-left: auto;
		margin-right: auto;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		order: 2;
		max-width: 360px;
		width: 100%;
	}
}

.proiz .flex .item.double {
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media (max-width: 1200px) {
	.proiz .flex .item.double {
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		flex-direction: row;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		order: 1;
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.proiz .flex .item.double {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		max-width: 360px;
	}
}

@media (max-width: 1200px) {
	.proiz .flex .item.double .it {
		max-width: 360px;
		margin-left: auto;
		margin-top: 20px;
		margin-right: auto;
	}
}

.proiz .flex .title {
	background: #225191;
	color: #ffffff;
	padding: 12px 18px;
	min-height: 94px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 18px;
	line-height: 130%;
}

.proiz .flex img {
	display: block;
	height: 263px;
	width: 100%;
	object-fit: cover;
}

.proiz .flex .item .it:last-child {
	padding-top: 15px;
}

.cert {
	margin-bottom: 60px;
}

.cert .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	text-align: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cert .flex .item {
	width: 33%;
	margin-bottom: 20px;
	padding: 10px;
}

@media (max-width: 991px) {
	.cert .flex .item {
		width: 50%;
	}
}

@media (max-width: 500px) {
	.cert .flex .item {
		width: 100%;
	}
}

.cert .flex .item .title {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 27px;
}

@media (min-width: 1200px) {
	.cert .flex .item .title {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.part {
	overflow: hidden;
}

.part .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	text-align: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
}

.part .flex .item {
	width: -webkit-calc(20% - 20px);
	width: calc(20% - 20px);
	margin-bottom: 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	min-height: 183px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-right: 20px;
}

@media (max-width: 1200px) {
	.part .flex .item {
		width: -webkit-calc(25% - 20px);
		width: calc(25% - 20px);
	}
}

@media (max-width: 991px) {
	.part .flex .item {
		width: -webkit-calc(33% - 20px);
		width: calc(33% - 20px);
	}
}

@media (max-width: 767px) {
	.part .flex .item {
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
	}
}

@media (max-width: 500px) {
	.part .flex .item {
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		margin-left: 0;
	}
}

.part .flex .item .title {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 27px;
}

@media (min-width: 1200px) {
	.part .flex .item .title {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.form {
	padding: 45px;
	background: #FFFFFF;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	max-width: 409px;
}

.form .input {
	border: none;
	border-bottom: 1px solid #000;
	margin-bottom: 11px;
	display: block;
	width: 100%;
	padding: 10px;
	color: rgba(0, 0, 0, 0.4);
	font-size: 14px;
}

.form .input::-webkit-input-placeholder {
	opacity: 1;
}

.form .input:-moz-placeholder {
	opacity: 1;
}

.form .input::-moz-placeholder {
	opacity: 1;
}

.form textarea {
	height: 78px;
	resize: none;
}

.form .bt_yell {
	max-width: 202px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 13px;
	margin-top: 15px;
}

.obr_form {
	background: url("img/zamer_bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 66px;
}

.obr_form.in {
	margin-bottom: 100px;
}

.obr_form.in .form {
	margin-bottom: -50px;
	margin-top: -50px;
	min-height: 440px;
}

@media (max-width: 991px) {
	.obr_form.in .form {
		margin: 0;
	}
}

.obr_form .container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
}

@media (max-width: 991px) {
	.obr_form .container {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	.obr_form .container .checkbox {
		text-align: left;
	}
}

.obr_form .container .desk {
	font-size: 18px;
}

@media (max-width: 991px) {
	.obr_form .container .desk {
		margin-bottom: 25px;
	}
}

.obr_form .container .desk .title {
	font-size: 36px;
	margin-bottom: 25px;
}

.cnt_items .item {
	margin-left: 52px;
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	margin-bottom: 15px;
	font-size: 18px;
	text-align: left;
}

.cnt_items .item .bt_yell {
	max-width: 200px;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 10px;
}

.cnt_items .item:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.cnt_items .item>i {
	position: absolute;
	left: -52px;
	top: 0px;
}

.cnt_items .item a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 18px;
	color: #000000;
}

.cnt_items .item a i {
	margin-right: 10px;
}

.cnt_items .item a i:first-child {
	margin-top: 3px;
}

.maps {
	margin-bottom: 76px;
}

.maps .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.maps .flex {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

.maps .flex .map {
	max-width: 530px;
	width: 100%;
}

@media (max-width: 991px) {
	.maps .flex .map {
		max-width: 100%;
		margin-bottom: 30px;
	}
}

.maps .flex .office {
	width: 100%;
	padding-left: 43px;
}

@media (max-width: 991px) {
	.maps .flex .office {
		padding-left: 0;
	}
}

.maps .flex .office .title {
	font-size: 36px;
	margin-bottom: 25px;
}

.maps .flex .office ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.maps .flex .office ul li {
	width: 33.333%;
	margin-bottom: 20px;
}

@media (max-width: 450px) {
	.maps .flex .office ul li {
		width: 48%;
	}
}

.maps .flex .office ul li a {
	color: #000000;
	font-size: 16px;
}

@media (max-width: 1200px) {
	.maps .flex .office ul li a {
		font-size: 14px;
	}
}

/*------------------card--------------*/

.shape .flex {
	display: -webkit-flex;
	display: flex;
}

.shape .left {
	max-width: 550px;
	margin-right: 40px;
}

.shape .left .bread ul li {
	white-space: nowrap;
}

@media (max-width: 360px) {
	.shape .left .bread ul li {
		white-space: normal;
	}
}

@media (max-width: 991px) {
	.shape .left {
		margin-right: 25px;
	}
}

@media (max-width: 767px) {
	.shape .left {
		margin-right: 0;
		text-align: center;
		max-width: 100%;
	}
	.form {
		padding: 15px;
		min-height: 1px !important;
	}
	.maps .flex .map>ymaps {
		height: 240px !important;
	}
}

.shape h1 {
	padding: 30px 0 21px 0;
	font-size: 35px;
	line-height: 120%;
}

.shape .text {
	/*font-weight: 300;
	font-size: 16px;
	line-height: 130%;*/
}

.shape .price {
	padding: 35px 0 20px 0;
	font-size: 18px;
	line-height: 150%;
}

.shape .price span {
	font-weight: 300;
	font-size: 17px;
	font-style: oblique;
}

.shape .bt_yell {
	height: 36px;
	font-weight: bolder;
	width: 150px;
	margin-bottom: 35px;
	color: black;
	padding: 10px 21px;
}

.shape .bt_yell:hover {
	background: none;
}

.shape .img {
	background: url("img/cartoch-img.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: contain;
	width: 100%;
}

@media (max-width: 767px) {
	.shape .img {
		display: none;
	}
}

.features__list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background: #225191;
	padding: 0 40px;
}

@media (max-width: 991px) {
	.features__list {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	.features__list {
		-webkit-align-items: center;
		align-items: center;
		padding: 0 15px;
	}
}

.features__item {
	display: -webkit-flex;
	display: flex;
	width: 24%;
	padding: 17px 0 14px 0;
}

@media (max-width: 1200px) {
	.features__item {
		width: 33%;
	}
}

@media (max-width: 991px) {
	.features__item {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.features__item {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: left;
	}
	.features__item-text {
		max-width: 200px;
	}
	.characteristics__info-left {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.vop .vopros-title span {
		font-size: 17px !important;
	}
	.features__list {
		border-radius: 8px;
	}
	.coverings {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	.coverings__sub-info {
		font-size: 18px !important;
	}
	.coverings__text {
		font-size: 17px !important;
	}
	.characteristics {
		margin-top: 30px !important;
	}
	.characteristics__title h2 {
		font-size: 22px;
	}
	.vop .inputs, .vop .ui_outer {
		margin-bottom: 30px;
	}
	.discount__result-text {
		font-size: 13px !important;
	}
	.discount__quiz .bt_yell {
		font-size: 14px !important;
		width: 100%;
	}
	.discount__result-total {
		font-size: 17px !important;
	}
	.advantages__item-title {
		font-size: 19px !important;
		margin-bottom: 10px !important;
	}
	.advantages__item-icon {
		width: 70px !important;
		height: 70px !important;
	}
	.advantages__item-icon img {
		max-width: 30px;
	}
	.advantages__title {
		text-align: center;
		margin-top: 30px !important;
	}
	.discount {
		margin-bottom: 50px !important;
	}
	.mounting__title {
		margin-bottom: 15px !important;
	}
	.mounting__title h2 {
		font-size: 20px !important;
	}
	.mounting__sub-title {
		font-size: 15px !important;
	}
	.mounting {
		margin-top: 30px !important;
	}
	.guarantees__title {
		padding-top: 30px !important;
	}
	.guarantees__title h2 {
		font-size: 20px;
	}
}

.features__item-img {
	min-width: 63px;
}

.features__item-text {
	padding: 10px 20px;
	font-weight: 300;
	font-size: 16px;
	line-height: 130%;
	color: #FFFFFF;
}

.coverings {
	margin-top: 44px;
	margin-bottom: 43px;
}

.coverings__content {
	display: -webkit-flex;
	display: flex;
}

.accordion-item {
	margin-bottom: 10px;
}

.accordion-item__title {
	background: #183A68;
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	padding: 12px 40px 12px 20px;
	cursor: pointer;
	position: relative;
}

.accordion-item__title::after {
	position: absolute;
	top: 10px;
	right: 18px;
	content: "▼";
	font-size: initial;
	font-weight: initial;
}

.accordion-item__title.active::after {
	content: "▲";
}

.accordion-item__content {
	background: #eee;
	padding: 20px;
	display: none;
	transition: all 0.1s ease-in;
}

.accordion-item__content.active {
	display: block;
	opacity: 1;
}


@media (max-width: 991px) {
	.coverings__content {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
}

.coverings__left {
	width: 52%;
	margin-right: 20px;
}

@media (max-width: 991px) {
	.coverings__left {
		width: 100%;
	}
}

.coverings__right {
	width: 48%;
}

@media (max-width: 991px) {
	.coverings__right {
		width: 100%;
	}
}

.coverings__title h2 {
	margin-top: 14px;
}

.coverings__info {
	font-size: 18px;
	line-height: 130%;
	padding: 25px 0 15px 0;
}

.coverings__info span {
	white-space: nowrap;
}

.coverings__sub-info {
	font-weight: 300;
	font-size: 16px;
	line-height: 130%;
	padding-bottom: 20px;
}

.coverings__images {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding-bottom: 33px;
}

@media (max-width: 991px) {
	.coverings__images {
		-webkit-justify-content: center;
		justify-content: center;
	}
}

.coverings__img {
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	-webkit-align-self: flex-start;
	align-self: flex-start;
	min-height: 140px;
	max-width: 140px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.coverings__img:nth-child(1) {
	padding: 16px 11px 20px 14px;
	margin-right: 22px;
}

.coverings__img:nth-child(2) {
	padding: 21px 21px 20px 19px;
	margin-top: 20px;
	margin-right: 22px;
}

.coverings__img:nth-child(3) {
	padding: 23px 11px 21px 8px;
	margin-top: 40px;
}

.coverings__text {
	padding-top: 7px;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	line-height: 130%;
	max-width: 84%;
	margin: 0 auto;
}

.coverings__text span {
	font-weight: normal;
}

.consultation {
	background: url("img/consultation-bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
}

.consultation__info {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	min-height: 149px;
	-webkit-align-items: center;
	align-items: center;
	padding: 30px 0 30px 0;
}

.consultation__info .bt_yell {
	padding: 12px 40px;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	max-height: 44px;
	white-space: nowrap;
}

.consultation__info .bt_yell:hover {
	background: #FFFFFF;
}

@media (max-width: 767px) {
	.consultation__info {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
}

.consultation__title {
	max-width: 471px;
	margin-right: 66px;
}

.consultation__title h2 {
	font-size: 28px;
	line-height: 120%;
}

@media (max-width: 767px) {
	.consultation__title {
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.characteristics {
	padding-top: 75px;
	padding-bottom: 49px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.characteristics__content .bt_yell {
	display: block;
	max-width: 200px;
	margin: 25px auto 0;
	font-weight: bold;
	font-size: 14px;
	color: #292929;
}

.characteristics__content .bt_yell:hover {
	background: #FFFFFF;
}

@media (max-width: 1200px) {
	.characteristics__content .bt_yell {
		margin-top: -10px;
	}
}

@media (max-width: 991px) {
	.characteristics__content .bt_yell {
		margin-top: 0;
	}
}

.characteristics__info {
	display: -webkit-flex;
	display: flex;
}

@media (max-width: 991px) {
	.characteristics__info {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
}

.characteristics__info-left {
	padding: 25px 0 32px 0;
	margin-right: 65px;
	width: 600px;
	font-size: 18px;
	line-height: 130%;
}

@media (max-width: 991px) {
	.characteristics__info-left {
		width: 100%;
		margin-right: 0;
	}
}

@media (max-width: 991px) {
	.characteristics__title {
		text-align: center;
	}
}

.characteristics__info-right {
	width: 450px;
	padding: 25px 0 32px 0;
	font-weight: 300;
	font-size: 16px;
	line-height: 130%;
}

@media (max-width: 991px) {
	.characteristics__info-right {
		padding: 0 0 32px 0;
		width: 100%;
	}
}

.characteristics__items {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media (max-width: 550px) {
	.characteristics__items {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

.characteristics__left-items {
	display: inline-block;
	width: 33%;
}

@media (max-width: 991px) {
	.characteristics__left-items {
		width: 50%;
	}
}

@media (max-width: 550px) {
	.characteristics__left-items {
		width: 100%;
	}
}

.characteristics__img {
	min-width: 357px;
	display: inline-block;
	width: 30%;
	margin: 0 58px 0 31px;
}

@media (max-width: 991px) {
	.characteristics__img {
		display: none;
	}
}

.characteristics__right-items {
	display: inline-block;
	width: 31%;
}

@media (max-width: 991px) {
	.characteristics__right-items {
		width: 45%;
	}
}

@media (max-width: 550px) {
	.characteristics__right-items {
		width: 100%;
	}
}

.characteristics__item {
	position: relative;
	margin-bottom: 25px;
}

.characteristics__item i {
	position: absolute;
}

.characteristics__item-text {
	padding-left: 49px;
	padding-top: 1px;
	font-size: 14px;
	line-height: 130%;
}

.design-options {
	padding-bottom: 80px;
}

@media (max-width: 991px) {
	.design-options {
		padding-bottom: 60px;
	}
}

.design-options__title {
	padding: 35px 0 25px 0;
}

@media (max-width: 991px) {
	.design-options__title {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.design-options__item {
		padding: 0 10px 0 10px;
	}
}

.design-options__text {
	padding-bottom: 30px;
	font-size: 17px;
	line-height: 130%;
}

.text_gl {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.design-options__text {
		text-align: center;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.shape .img {
		height: 400px;
	}
}

@media (max-width: 1200px) {
	.design-options__img img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.design-options__img img {
		width: 100%;
	}
}

.design-options__item-title {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 65px;
	background: #225191;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	line-height: 130%;
}

@media (max-width: 767px) {
	.design-options__item-title {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.design-options__item-title {
		height: 48px;
		font-size: 16px;
	}
}

.design-options__slider {
	padding-left: 17px;
	padding-right: 17px;
}

.design-options__slider .slick-arrow {
	position: absolute;
	padding: 0;
	border: none;
	background: none;
	top: 50%;
	margin-top: -18px;
	cursor: pointer;
}

.design-options__slider .slick-arrow.slick-next {
	right: 0;
}

.design-options__slider .slick-arrow.slick-prev {
	left: 0;
}

@media (max-width: 500px) {
	.design-options__slider {
		padding: 0 24px 0 24px;
	}
}

.design-options__img img {
	width: 100%;
}

.design-options__img {
	padding-left: 12px;
	padding-right: 12px;
}

.advantages {
	margin-bottom: 30px;
}

.advantages__title {
	margin-bottom: 40px;
}

.advantages__list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.advantages__item {
	width: 27%;
	margin-bottom: 44px;
}

.advantages__item:nth-child(3) .advantages__item-icon img {
	margin-top: 6px;
}

.advantages__item:nth-child(6) .advantages__item-icon img {
	margin-top: 6px;
}

@media (max-width: 991px) {
	.advantages__item {
		width: 46%;
	}
}

@media (max-width: 570px) {
	.advantages__item {
		width: 100%;
		text-align: center;
	}
}

.advantages__item-icon {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 18px;
	border-radius: 50%;
	border: 1px solid #FFDE00;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 107px;
	height: 107px;
}

@media (max-width: 570px) {
	.advantages__item-icon {
		margin: 0 auto 18px;
	}
}

.advantages__item-title {
	margin-bottom: 18px;
	font-size: 24px;
	line-height: 120%;
}

.advantages__item-text {
	font-weight: 300;
	font-size: 16px;
	line-height: 130%;
}

.mounting {
	margin-top: 74px;
}

.mounting__title {
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	.mounting__title {
		text-align: center;
	}
}

.mounting__sub-title {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 130%;
}

@media (max-width: 767px) {
	.mounting__sub-title {
		text-align: center;
	}
}

.mounting__item {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
	.mounting__item {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

.mounting__item-img {
	position: relative;
	min-width: 455px;
}

.mounting__item-img img {
	height: 100%;
}

@media (max-width: 991px) {
	.mounting__item-img img {
		height: auto;
	}
}

@media (max-width: 991px) {
	.mounting__item-img {
		min-width: auto;
		margin: 0 auto;
	}
}

.mounting__item-number {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 49px;
	height: 49px;
	background: #FFDE00;
	font-size: 30px;
	color: #183A68;
}

.mounting__text {
	padding: 30px 45px;
	-webkit-align-self: center;
	align-self: center;
}

@media (max-width: 500px) {
	.mounting__text {
		padding: 34px 10px;
	}
}

.mounting__text-top {
	font-size: 18px;
	line-height: 130%;
	margin-bottom: 14px;
}

.mounting__text-bottom {
	font-weight: 300;
	font-size: 16px;
	line-height: 130%;
}

.guarantees {
	margin-top: 60px;
	width: 100%;
	min-height: 351px;
	background: url("img/guarantees-bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.guarantees__title {
	padding: 73px 0 43px 0;
}

.guarantees__title h2 {
	color: #FFFFFF;
}

@media (max-width: 767px) {
	.guarantees__title {
		text-align: center;
	}
}

.guarantees__items {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 991px) {
	.guarantees__items {
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
}

@media (max-width: 767px) {
	.guarantees__items {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}
}

.guarantees_item {
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-right: 140px;
	margin-bottom: 30px;
}

@media (max-width: 1200px) {
	.guarantees_item {
		margin-right: 60px;
	}
}

@media (max-width: 767px) {
	.guarantees_item {
		margin-right: 0;
		-webkit-align-items: center;
		align-items: center;
	}
}

.guarantees__item-time {
	-webkit-align-self: baseline;
	align-self: baseline;
	width: auto;
	border: 1px solid #FFDE00;
	color: #FFDE00;
	font-size: 24px;
	padding: 8px 16px 0 16px;
}

.guarantees__item-time span {
	font-size: 72px;
	line-height: 100%;
}

@media (max-width: 767px) {
	.guarantees__item-time {
		-webkit-align-self: auto;
		align-self: auto;
	}
}

.guarantees__item-text {
	margin-top: 18px;
	font-size: 18px;
	line-height: 130%;
	color: #FFFFFF;
}

@media (max-width: 767px) {
	.guarantees__item-text {
		text-align: center;
	}
}

.reviews {
	margin-top: 60px;
	margin-bottom: 60px;
}

.reviews__title {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.reviews__title {
		text-align: center;
	}
}

.reviews__slide-wrapper {
	padding: 10px 10px 10px 10px;
}

.reviews__item {
	display: -webkit-flex;
	display: flex;
}

@media (max-width: 1200px) {
	.reviews__item {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

.reviews__item-img img {
	width: 100%;
}

@media (max-width: 767px) {
	.reviews__item-info {
		width: 100%;
		max-width: 100%;
	}
	.reviews__slider {
		padding: 0 !important;
	}
	.reviews__slider .slick-arrow {
		display: none !important;
	}
	.feedback {
		margin-top: 0 !important;
	}
}

.reviews__slider {
	padding: 0 42px 0 42px;
}

.reviews__slider.slick-track {
	display: -webkit-flex;
	display: flex;
}

.reviews__slider .slick-slide {
	display: -webkit-flex;
	display: flex;
	height: auto;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.reviews__slider .slick-arrow {
	position: absolute;
	padding: 0;
	border: none;
	background: none;
	top: 50%;
	margin-top: -18px;
	cursor: pointer;
}

.reviews__slider .slick-arrow.slick-next {
	right: 0;
}

.reviews__slider .slick-arrow.slick-prev {
	left: 0;
}

@media (max-width: 500px) {
	.reviews__slider {
		padding: 0 24px 0 24px;
	}
}

.reviews__item-info {
	padding: 18px 16px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.reviews__customer-name {
	font-size: 16px;
	margin-bottom: 3px;
}

.reviews__contract-number {
	margin-bottom: 18px;
	font-size: 14px;
	color: #354A67;
}

.reviews__text {
	font-weight: 300;
	font-size: 14px;
	line-height: 130%;
}

.feedback {
	position: relative;
	min-height: 423px;
	padding-top: 13px;
	margin-top: 175px;
	background: url("img/feedback_content-bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.feedback__bg {
	position: absolute;
	right: 50%;
	padding-right: 192px;
	bottom: -4px;
}

@media (max-width: 1200px) {
	.feedback__bg {
		display: none;
	}
}

.feedback_content {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

@media (max-width: 767px) {
	.feedback_content {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

.feedback__info {
	max-width: 393px;
	margin-right: 50px;
}

@media (max-width: 767px) {
	.feedback__info {
		max-width: 100%;
		text-align: center;
		margin-right: 0;
	}
}

.feedback__title {
	margin-top: 92px;
}

@media (max-width: 767px) {
	.feedback__title {
		margin-top: 0;
	}
}

.feedback__text {
	max-width: 311px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 130%;
}

@media (max-width: 767px) {
	.feedback__text {
		max-width: 100%;
		text-align: center;
	}
}

.feedback__form {
	max-width: 350px;
	margin-bottom: 14px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 50px 36px 32px 36px;
}

button, input[type="submit"], a {
	cursor: pointer;
}

.calc_buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.calc_buttons a {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #FFDE00 !important;
	margin-left: 20px;
	text-decoration: none !important;
	margin-right: 20px;
}

.calc_buttons a i {
	margin-right: 15px;
}

@media (max-width: 420px) {
	.calc_buttons {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.calc_buttons a {
		margin-right: 20px;
		margin-left: 0;
		margin-bottom: 20px;
	}
}

.feedback__form .text {
	display: block;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #000000;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-bottom: 11px;
}

@media (max-width: 767px) {
	.feedback__form {
		margin: 0 auto 30px;
	}
}

.feedback__form .checkbox {
	display: block;
	padding-top: 20px;
	border-top: 1px solid #000000;
}

.feedback__form .feedback__btn {
	margin-top: 19px;
	width: 100%;
	background: #FFDE00;
	border: 1px solid #FFDE00;
	box-sizing: border-box;
	border-radius: 23px;
	padding: 10px 27px;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.feedback__form .feedback__btn:hover {
	background: #FFFFFF;
}

.feedback__form .feedback__btn-file {
	margin-bottom: 7px;
	margin-left: 15px;
	padding: 1px 5px;
}

.feedback__form .file-info {
	padding-left: 20px;
	white-space: nowrap;
}

.discount {
	margin-bottom: 69px;
}

.discount__title {
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	.discount__title {
		text-align: center;
	}
}

.discount__sub-title {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.discount__sub-title {
		text-align: center;
	}
}

.discount__quiz {
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
	min-height: 350px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	display: none;
}

.discount__quiz.qwz-1 {
	display: -webkit-flex;
	display: flex;
}

@media (max-width: 991px) {
	.discount__quiz {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

.discount__quiz .bt_yell {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	padding: 9px 38px;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.discount__quiz {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

.discount__questions {
	padding: 30px;
	max-width: 634px;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

@media (max-width: 991px) {
	.discount__questions {
		max-width: 100%;
		width: 100%;
	}
}

.discount__result {
	padding: 39px 28px 40px 48px;
	background: #FFFBE1;
	max-width: 486px;
}

@media (max-width: 767px) {
	.discount__result {
		padding: 14px 12px 14px 12px;
	}
}

@media (max-width: 991px) {
	.discount__result {
		max-width: 100%;
	}
}

.discount__result-total {
	font-size: 14px;
	margin-bottom: 19px;
}

.discount__result-total span {
	padding-left: 65px;
}

.discount__result-discount {
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 17px;
}

.discount__result-discount span {
	padding-left: 158px;
}

.discount__result-discount-price {
	padding-top: 13px;
	margin-bottom: 33px;
	font-size: 24px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	width: 100%;
}

.discount__result-discount-price span {
	padding-left: 21px;
}

.discount__result-text {
	margin-bottom: 33px;
	font-weight: 300;
	font-size: 14px;
	line-height: 130%;
}

.discount__quiz:not(.qwz-5) .discount__result-text::before {
	content: none !important;
}

@media (max-width: 500px) {
	.discount__questions-number {
		display: none;
	}
}

.discount__questions-number .item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 50%;
	margin-bottom: 17px;
	width: 41px;
	height: 41px;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.4);
	color: rgba(0, 0, 0, 0.4);
	font-weight: 300;
	font-size: 16px;
}

.discount__questions-number .item:nth-child(1):after, .discount__questions-number .item:nth-child(2):after, .discount__questions-number .item:nth-child(3):after {
	content: '';
	position: absolute;
	width: 1px;
	height: 17px;
	background: rgba(0, 0, 0, 0.4);
	bottom: -18px;
}

.discount__questions-number .active {
	background: #FFDE00;
	color: #000000;
}

.vop {
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-bottom: 20px;
	padding-left: 30px;
	width: 100%;
}

@media (max-width: 500px) {
	.vop {
		padding-left: 0;
	}
}

.vop .ui:after {
	content: '';
	position: absolute;
	width: -webkit-calc(100% + 40px);
	width: calc(100% + 40px);
	background: #DBD9CC;
	height: 3px;
	top: -1px;
	z-index: 2;
	left: -20px;
}

.vop .ui_outer {
	max-width: 350px;
	position: relative;
	padding: 0 14px;
}

.vop .ui_outer:after {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background: #225191;
	top: 5px;
	left: 0;
	z-index: 3;
	border-radius: 50%;
}

.vop .ui_outer:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background: #225191;
	top: 5px;
	z-index: 3;
	right: 0;
	border-radius: 50%;
}

.vop .inputs, .vop .ui_outer {
	margin-top: 60px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.vop .inputs {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

@media (max-width: 1200px) {
	.vop .inputs {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	footer .footer__top>.col:last-child .footer-top_menu {
		margin-bottom: 10px;
	}
}

.vop .inputs select {
	background: #FFFFFF;
	border: 1px solid #707070;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 7px;
	padding-right: 50px;
	max-width: 220px;
}

.vop .inputs .input {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media (max-width: 1200px) {
	.vop .inputs .input {
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.vop .inputs .input {
		-webkit-flex-direction: column;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		margin-right: 0;
		width: 100%;
	}
	.vop .inputs select {
		margin-top: 10px;
	}
	.vop .inputs .input input {
		width: 100% !important;
		max-width: 100% !important;
		margin-top: 5px !important;
	}
	.vop .inputs .input span br {
		display: none;
	}
	.vop form input[type="tel"] {
		padding: 5px 10px !important;
		margin-bottom: 10px !important;
		margin-right: 0 !important;
		max-width: 100% !important;
	}
	.vop form p, .vop form span {
		display: block;
		width: 100%;
	}
}

.vop .inputs .input:first-child {
	margin-right: 20px;
}

.vop .inputs .input span {
	font-weight: 300;
	margin-right: 15px;
	font-size: 14px;
}

.vop .buttons {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	max-width: 350px;
}

@media (max-width: 500px) {
	.vop .buttons {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

.vop .buttons a {
	max-width: 194px;
	width: 100%;
	display: block;
}

@media (max-width: 500px) {
	.vop .buttons a {
		border-radius: 30px !important;
		margin-bottom: 10px;
	}
}

.vop .buttons a.dal {
	padding: 12px;
	text-align: center;
	padding-right: 35px;
	text-decoration: none !important;
	color: #225191;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #225191;
	border-radius: 0px 36px 36px 0px;
}

@media (max-width: 500px) {
	.vop .buttons a.dal {
		text-align: center;
		padding: 12px;
	}
}

.vop .buttons a.naz {
	padding: 12px;
	text-decoration: none !important;
	color: rgba(0, 0, 0, 0.4);
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 36px 0px 0px 36px;
	margin-left: -1px;
}

.vop input[type="text"] {
	max-width: 85px;
	background: #FFFFFF;
	border: 1px solid #707070;
	border-radius: 7px;
	text-align: center;
	padding: 8px;
}

.vop .vopros-title {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media (max-width: 500px) {
	.vop .vopros-title {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.vop .vopros-title input {
		margin-top: 15px;
	}
}

.vop .vopros-title span {
	font-size: 24px;
	margin-right: 15px;
}

.vop form {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

@media (max-width: 991px) {
	.vop form {
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
}

.vop form p {
	margin: 0;
}

.ajax-loader {
	display: none !important;
}

.vop form input[type="tel"] {
	width: 207px;
	margin-right: 15px;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	border-radius: 3px;
	text-align: left;
	min-height: 43px;
	padding: 5px 10px;
}

@media (max-width: 991px) {
	.vop form input[type="text"] {
		margin-bottom: 10px;
	}
}

.qwz-5 .vop {
	-webkit-justify-content: center;
	justify-content: center;
}

.qwz-5 .vop .sub {
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 18px;
}

.ui-widget.ui-widget-content {
	background: #DBD9CC;
	border: none;
	height: 2px;
}

.ui_outer input[type=range] {
	-webkit-appearance: none;
	width: 100%;
	height: 25px;
	background-color: transparent;
	background-image: linear-gradient(#DBD9CC, #DBD9CC);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% 3px;
}

.ui_outer input[type=range]:focus {
	outline: none;
}

.ui_outer input[type=range]::-webkit-slider-thumb {
	box-sizing: border-box;
	height: 25px;
	width: 25px;
	background: #FFDE00;
	border: 3px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	-webkit-appearance: none;
	box-shadow: 0 0 1px 1px #000;
}

.ui_outer input[type=range]::-moz-range-thumb {
	box-sizing: border-box;
	height: 25px;
	width: 25px;
	background: #FFDE00;
	border: 3px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0 1px 1px #000;
}

.icon-s-calc {
	background-image: url(img/sprite.png);
	background-position: -121px -189px;
	width: 21px;
	height: 21px;
}

.icon-s-calc_footer {
	background-image: url(img/sprite.png);
	background-position: -115px -159px;
	width: 27px;
	height: 27px;
}

.icon-s-cnt-1 {
	background-image: url(img/sprite.png);
	background-position: -100px -189px;
	width: 21px;
	height: 22px;
}

.icon-s-cnt-2 {
	background-image: url(img/sprite.png);
	background-position: -196px -159px;
	width: 22px;
	height: 22px;
}

.icon-s-cnt-3 {
	background-image: url(img/sprite.png);
	background-position: -142px -189px;
	width: 21px;
	height: 21px;
}

.icon-s-cnt-4 {
	background-image: url(img/sprite.png);
	background-position: -163px -189px;
	width: 21px;
	height: 21px;
}

.icon-s-con-1 {
	background-image: url(img/sprite.png);
	background-position: 0px -189px;
	width: 27px;
	height: 27px;
}

.icon-s-con-2 {
	background-image: url(img/sprite.png);
	background-position: -88px -159px;
	width: 27px;
	height: 27px;
}

.icon-s-con-3 {
	background-image: url(img/sprite.png);
	background-position: -169px -159px;
	width: 27px;
	height: 26px;
}

.icon-s-con-4 {
	background-image: url(img/sprite.png);
	background-position: -142px -159px;
	width: 27px;
	height: 26px;
}

.icon-s-con-5 {
	background-image: url(img/sprite.png);
	background-position: 0px -159px;
	width: 30px;
	height: 30px;
}

.icon-s-home {
	background-image: url(img/sprite.png);
	background-position: -202px -189px;
	width: 15px;
	height: 13px;
}

.icon-s-icon_card-1 {
	background-image: url(img/sprite.png);
	background-position: -46px -112px;
	width: 46px;
	height: 46px;
}

.icon-s-icon_card-2 {
	background-image: url(img/sprite.png);
	background-position: -135px -112px;
	width: 41px;
	height: 41px;
}

.icon-s-icon_card-3 {
	background-image: url(img/sprite.png);
	background-position: -177px -41px;
	width: 36px;
	height: 36px;
}

.icon-s-icon_card-4 {
	background-image: url(img/sprite.png);
	background-position: -177px 0px;
	width: 41px;
	height: 41px;
}

.icon-s-icon_characteristics {
	background-image: url(img/sprite.png);
	background-position: -60px -159px;
	width: 28px;
	height: 28px;
}

.icon-s-online {
	background-image: url(img/sprite.png);
	background-position: -30px -159px;
	width: 30px;
	height: 30px;
}

.icon-s-phone_callback {
	background-image: url(img/sprite.png);
	background-position: -194px -142px;
	width: 17px;
	height: 18px;
}

.icon-s-phone_head {
	background-image: url(img/sprite.png);
	background-position: -53px -189px;
	width: 24px;
	height: 24px;
}

.icon-s-priem-1 {
	background-image: url(img/sprite.png);
	background-position: -68px 0px;
	width: 58px;
	height: 58px;
}

.icon-s-priem-2 {
	background-image: url(img/sprite.png);
	background-position: 0px -54px;
	width: 58px;
	height: 58px;
}

.icon-s-priem-3 {
	background-image: url(img/sprite.png);
	background-position: 0px 0px;
	width: 68px;
	height: 54px;
}

.icon-s-priem-4 {
	background-image: url(img/sprite.png);
	background-position: -126px -51px;
	width: 46px;
	height: 52px;
}

.icon-s-priem-5 {
	background-image: url(img/sprite.png);
	background-position: -126px 0px;
	width: 51px;
	height: 51px;
}

.icon-s-priem-6 {
	background-image: url(img/sprite.png);
	background-position: -68px -58px;
	width: 58px;
	height: 47px;
}

.icon-s-princ-1 {
	background-image: url(img/sprite.png);
	background-position: 0px -112px;
	width: 46px;
	height: 47px;
}

.icon-s-princ-2 {
	background-image: url(img/sprite.png);
	background-position: -177px -77px;
	width: 34px;
	height: 34px;
}

.icon-s-princ-3 {
	background-image: url(img/sprite.png);
	background-position: -177px -111px;
	width: 31px;
	height: 31px;
}

.icon-s-time {
	background-image: url(img/sprite.png);
	background-position: -176px -141px;
	width: 18px;
	height: 18px;
}

.icon-s-viber {
	background-image: url(img/sprite.png);
	background-position: -27px -189px;
	width: 26px;
	height: 26px;
}

.icon-s-vk {
	background-image: url(img/sprite.png);
	background-position: -92px -111px;
	width: 44px;
	height: 46px;
}

.icon-s-whatsapp {
	background-image: url(img/sprite.png);
	background-position: -77px -189px;
	width: 23px;
	height: 23px;
}

.icon-s-zamer {
	background-image: url(img/sprite.png);
	background-position: -184px -189px;
	width: 18px;
	height: 18px;
}

.gallery .size-medium {
	height: 185px;
	object-fit: cover;
	border: none !important;
}

.menu-header ul.menu {
	position: relative;
}

.menu-header ul.sub-menu {
	display: none;
}

.menu_fluid ul.menu>li.menu-item-has-children {
	background: #183a68;
	padding: 0 20px;
	padding-right: 25px;
	margin-top: -15px;
	margin-bottom: -15px;
	height: 38px;
	line-height: 38px;
}

.menu_fluid ul.menu>li.menu-item-has-children a {
	color: #fff;
	position: relative;
	padding-right: 20px;
}

.menu_fluid li.menu-item-has-children>a:after {
	content: '';
	position: absolute;
	top: 17px;
	right: 0;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #fff;
	clear: both;
}

.menu-header li.menu-item-has-children a:hover {
	text-decoration: none;
}

.menu_fluid li.menu-item-has-children>ul.sub-menu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 34px;
	background: #183a68;
	z-index: 100;
}

.menu_top li {
	position: relative;
}

.menu_top li.menu-item-has-children>ul.sub-menu {
	display: none !important;
	position: absolute;
	width: 100%;
	min-width: 150px;
	left: -20px;
	top: 100%;
	background: #fff;
	z-index: 100;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
	padding: 10px 0;
	border-radius: 6px;
}

.menu-header li.menu-item-has-children:hover>ul.sub-menu {
	display: block !important;
	z-index: 100;
}

.menu-header li.menu-item-has-children>ul.sub-menu li {
	float: left;
	padding: 0 20px;
	position: relative;
}

.menu-header ul.sub-menu ul.sub-menu {
	border-top: 1px solid #fff;
	top: 38px;
	min-width: 320px;
}

.menu-header ul.sub-menu ul.sub-menu>li {
	width: 100%;
}

.menu-header li.menu-item-has-children>ul.sub-menu>ul.submenu>li {
	float: none;
	display: block;
}

.footer-top_menu .sub-menu {
	display: none;
}

.footer-top_menu a {
	color: #fff;
	text-decoration: underline;
}

.footer-bottom_menu a {
	color: #fff;
}

.footer__top .social {
	padding: 10px 0;
}

.footer__top .dost {
	padding: 20px 0;
}

.footer__top a {
	color: #fff;
}

.footer__top .address-row {
	padding: 4px 0;
}

.footer__top .address-row:first-child {
	padding-top: 0;
}

.awsm-job-single-content ul {
	list-style: initial;
	padding-left: 2em;
}

.yaframe {
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 50px;
}

.wp_footer {
	text-align: right;
	transform: translateY(-80px);
}

.wp_footer a {
	color: #fff;
}

@media (max-width: 767px) {
	.menu_mob_hide .menu-header {
		display: none;
	}
	.hidden-sm {
		display: none;
	}
	.yaframe {
		display: none;
	}
	.wp_footer {
		transform: none;
		text-align: center;
	}
	footer .footer__bottom {
		margin-top: 10px;
	}
	.gallery-size-medium .gallery-item {
		float: none !important;
		display: inline-block;
		width: 50% !important;
		padding: 0 1%;
	}
	.gallery .size-medium {
		height: 160px;
	}
	.gallery-size-medium br {
		display: none;
	}
}

@media(max-width: 563px) {
	footer .footer__top.row {
		display: block;
	}
}

.free_zamer_launch:hover {
	background: none;
}

.prise span.bold {
	font-size: 28px;
	padding-right: 5px;
}

.prise span.big {
	font-size: 28px;
	padding: 0 5px;
}

.a_underline {
	text-decoration: underline !important;
}

body.fixed .section-hero .hero__menu a {
	color: #000 !important;
}

.section-news .container>div .article {
	height: 100%;
}

.section-news .container>div.group .article>a {
	max-height: 100%;
}

.button_download_price {
	text-align: center;
	margin: auto;
	margin-bottom: 1rem;
}

.button_download_price a {
	display: inline-block;
	padding: 1rem 1.5rem;
	text-decoration: none;
	border-radius: 3px;
	background: yellow;
	border: 1px solid black;
	font-size: 28px;
}

.adapt_menu, .menu-mobile {
	display: none
}

@media (max-width: 767px) {
	.section-content .breadcrumbs, .shape .breadcrumbs {
		flex-wrap: wrap
	}
	.adapt_menu {
		display: block;
	}
	.adapt_menu span {
		display: block;
		width: 30px;
		height: 3px;
		background: #183a68;
		position: relative;
	}
	.adapt_menu span::before {
		content: '';
		width: 100%;
		position: absolute;
		top: -10px;
		left: 0;
		height: 3px;
		background: #183a68;
	}
	.adapt_menu span:after {
		content: '';
		width: 100%;
		position: absolute;
		bottom: -10px;
		left: 0;
		height: 3px;
		background: #183a68;
	}
	.adapt_menu a {
		display: block;
		padding: 10px;
		text-decoration: none
	}
}

.newsection-select {
	padding: 0 0 30px 0
}

.newsection-select+.discount .discount__title {
	text-align: center
}

.mainpage_gallery+.section-zamer {
	margin: 25px 0
}

.section-safe.section-safe_new .items .item>i {
	width: 60px;
	height: 60px
}

.section-safe.section-safe_new .items .item div {
	width: calc(100% - 70px)
}

.section-promo_new {
	background: url(img/promfon.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding: 35px 0
}

.promo_newtitle {
	font-size: 35px;
	font-weight: bold;
	margin: 0 0 25px;
	color: #183A68;
	text-transform: uppercase;
	text-align: center
}

.promo_newwrapper {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.promo_newbox {
	position: relative
}

.promo_newbox span {
	position: absolute;
	font-size: 18px;
}

.promo_newbox1 span {
	top: 70px;
	left: 170px;
	color: #183A68;
	font-weight: bold;
	font-size: 20px;
}

.promo_newbox2 span {
	top: 70px;
	left: 170px;
	color: #EC2D27;
	font-weight: bold;
	font-size: 20px;
}

.promo_newbox2 span {
	top: 70px;
	left: 0;
	color: #EC2D27;
	font-weight: bold;
	font-size: 20px;
	width: 100%;
	text-align: center;
}

.promo_newbox3 span {
	top: 70px;
	right: 150px;
	color: #183A68;
	font-weight: bold;
	font-size: 20px;
	width: 160px;
	text-align: right;
}

.promo_newbox3 span::before {
	content: '2';
	position: absolute;
	left: 0;
	top: -10px;
	color: #183A68;
	font-size: 90px;
	line-height: 70px;
	font-style: italic;
}

.primes_form {
	float: right;
	width: 300px;
}

.primes_text {
	float: left;
	width: calc(100% - 350px)
}

.primes_form form {
	background: #eaedf0;
	width: 300px;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 10px 5px 5px rgba(0, 0, 0, .1);
}

.primes_form .intitle {
	font-size: 16px;
	color: #292929;
	text-align: center;
}

.primes_form input {
	margin-top: 20px;
	width: 100%;
	padding: 10px;
	border: 0;
	font-size: 14px;
	background: transparent;
}

.primes_form input:not([type="submit"]) {
	border-bottom: 1px solid #000;
}

.primes_form input[type="submit"] {
	background: #ffde00;
	border-radius: 30px;
	text-align: center;
	color: #292929;
	font-weight: bold;
	cursor: pointer;
	white-space: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.primes_text ul {
	list-style: none;
	padding-left: 0;
}

.primes_text ul li {
	position: relative;
	padding: 0 0 0 40px;
	margin: 0 0 15px;
	font-size: 18px
}

.primes_text ul li:before {
	content: '\2713';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: #183a68;
	color: #fff;
	border-radius: 50%;
	;
	text-align: center;
	line-height: 30px
}

@media (max-width:1500px) {
	.mainpage_gallery+.section-zamer:before {
		background: none;
		display: none
	}
}

@media (max-width:767px) {
	.catalog-slidernew .post {
		width: 33%
	}
	.primes_text {
		width: 100%;
		float: none
	}
	.primes_form {
		float: none;
		margin: 15px auto;
	}
}

@media (max-width:480px) {
	.catalog-slidernew .post {
		width: 50%
	}
	.promo_newwrapper {
		display: block;
		text-align: center
	}
	.promo_newwrapper>div {
		margin: 15px 0
	}
	header .top {
		padding-top: 60px !important;
	}
	.logo img {
		max-width: 100px;
	}
}

.r-tabs .r-tabs-nav {
	margin: 0;
	padding: 0;
}

.r-tabs .r-tabs-tab {
	display: inline-block;
	margin: 0;
	list-style: none;
	padding: 10px 55px;
	font-size: 18px;
}

.r-tabs .r-tabs-tab a {
	color: #000
}

.r-tabs .r-tabs-tab.r-tabs-state-active {
	color: #fff;
	background: #183A68
}

.r-tabs .r-tabs-tab.r-tabs-state-active a {
	color: #fff
}

.r-tabs .r-tabs-panel {
	padding: 15px;
	display: none;
	background: #183A68;
}

.r-tabs .r-tabs-accordion-title {
	display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
	display: block;
}

.ready_wrapper {
	clear: both;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.ready_wrapper+div {
	margin-top: 35px;
}

.ready_box {
	background: #fff
}

.ready_img img {
	height: 200px;
	width: 100%;
	object-fit: cover;
	max-width: 100%
}

.ready_name {
	padding: 10px 0;
	margin: 0 10px 15px;
	border-bottom: 1px solid #F2F2F2;
	text-align: center;
	font-size: 20px;
	min-height: 81px
}

.ready_name span {
	display: block;
	font-size: 16px
}

.ready_options {
	padding: 10px;
}

.ready_options img {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
}

.ready_options>div {
	margin: 8px 0
}

.ready_price {
	padding: 10px 0;
	margin: 0 10px;
	border-top: 1px solid #F2F2F2
}

.ready_price:after {
	display: table;
	clear: both;
	content: '';
}

.ready_summ {
	float: left;
	line-height: 41px
}

.ready_summ span {
	color: #183A68;
	font-weight: bold;
	font-size: 18px
}

.ready_button {
	float: right;
}

.ready_button a {
	color: #000;
	background: #FFDE00;
	padding: 10px 15px;
	display: block;
	text-decoration: none;
	font-size: 14px
}

.r-panel {
	padding: 15px;
	background: #183A68;
}

.article-features {
	display: flex;
	justify-content: space-between;
}

.article-features > div {
	margin-bottom: 10px;;
}

.article-features > div:nth-child(2) {
	margin-left: 20px;
	margin-right: 20px;
}

.article-features__name {
	display: block;
	font-size: 0.8em;
	color: #aaa;
	font-weight: 700;
}

@media (max-width:900px) {
	div.container {
		max-width: 100%!Important
	}
	.r-tabs .r-tabs-tab {
		padding: 10px
	}
	.ready_wrapper {
		grid-gap: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.r-tabs .r-tabs-nav {
		display: none;
	}
	.r-tabs .r-tabs-accordion-title {
		display: block;
		color: #fff;
		background: #183A68;
		padding: 10px;
		margin: 10px 0
	}
	.r-tabs .r-tabs-accordion-title.r-tabs-state-active {
		margin: 10px 0 0
	}
	.r-tabs .r-tabs-accordion-title a {
		color: #fff
	}
	.ready_wrapper {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.ready_box {
		width: 340px;
		display: inline-block;
		margin-right: 20px;
		white-space: normal;
	}
}

.container:after {
	display: table;
	clear: both;
	content: '';
}

/*sheme*/

.sheme_wrap {
	text-align: center
}

.shemebox {
	display: inline-block;
	vertical-align: top;
	width: 22%;
	margin: 0 1% 60px;
	position: relative
}

.shemebox img {
	display: block;
	margin: 0 auto 10px
}

.shemebox:after {
	content: '';
	width: 76px;
	height: 40px;
	background: url(images/arrow1.png) 50% 50% no-repeat;
	position: absolute;
	top: 35px;
	right: -40px
}

.shemebox:nth-child(2n):after {
	background: url(images/arrow2.png) 50% 50% no-repeat
}

.shemebox.shemebox4:after, .shemebox.shemebox7:after {
	display: none!important
}

.single-price, .free_zamer_launch {
	display: inline-block;
	background: #FFDE00;
	padding: 5px 30px;
	border-radius: 4px;
	border: 2px solid transparent;
}

.single-price {
	margin-right: 30px;
}

.free_zamer_launch {
	cursor: pointer;
}

.free_zamer_launch:hover {
	background: transparent;
	border-color: #FFDE00;
}

.author-page-grid {
	display: grid;
	grid-template-columns: max-content auto;
	grid-gap: 40px;
}

.author-pic {
	margin-bottom: 30px;
}

.author-pic img {
	max-width: 200px;
	border-radius: 50%;
}

.posts-by-author-grid {
	margin-top: 30px;
}

.author-section {
	border: 2px solid #134891;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}

.author-section a {
	color: #777;
	text-decoration: underline;
}

.author-section > div {
	width: 50%;
	padding: 30px 20px;
}

.author-section > div:first-child {
	border-right: 2px solid #134891;
}

.author-name {
	margin-bottom: 10px;
}

.author-section .author-pic img {
	max-width: 150px;
}

.author-section_list div {
	margin: 1em 0;
}

@media only screen and (max-width: 767px) {
	.shemebox {
		width: 30%;
		margin: 0 1% 60px
	}
	.shemebox.shemebox3:after, .shemebox.shemebox6:after, .shemebox.shemebox7:after {
		display: none!important
	}
	.shemebox.shemebox4:after {
		display: block!important
	}
	.author-page-grid {
		grid-template-columns: initial;
	}
	.author-page-grid .author-pic {
		text-align: center;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 480px) {
	.shemebox {
		width: 45%;
		margin: 0 2% 60px
	}
	.shemebox.shemebox2:after, .shemebox.shemebox4:after, .shemebox.shemebox6:after, .shemebox.shemebox7:after {
		display: none!important
	}
	.shemebox.shemebox3:after {
		display: block!important
	}
	.single-price, .free_zamer_launch {
		padding: 5px 15px;
		margin: 0 0 10px;
	}
	.single-price {
		margin-right: 15px;
	}

	.author-section > div {
		width: 100%;
		padding: 20px 20px 0 20px;
	}

	.author-section > div:first-child {
		border-right: none;
	}
}

	.trueprice_flex {display:flex;justify-content:space-between;margin:0 auto 25px}
		.trueprice_box {width:23%;border:1px solid #FFDE00;text-align:center;padding-bottom:65px;position:relative}
		.trueprice_name {padding:20px 0;font-size:18px;font-weight:bold;text-transform:uppercase}
		.trueprice_price {padding:10px 5px;background:#FFDE00}
		.trueprice_price span {font-size:18px;font-weight:bold;display:block;}
		.trueprice_info {padding:5px}
		.trueprice_info p {font-weight:bold;}
		.trueprice_info ul {list-style:none;color: #666;padding:0}
		.trueprice_info ul span {color:#111}
		.trueprice_action {background:#FFDE00;font-weight:bold;padding:10px 5px;font-size:16px;line-height:20px;position:absolute;bottom:0;left:0;right:0}
		.trueprice_action a{color: #212529;}
		@media (max-width: 767px) {.trueprice_flex{flex-wrap:wrap} .trueprice_box {width:49%;margin:15px 0}}
		@media (max-width: 480px) {.trueprice_box {width:100%} }
		
		.pricetabs {padding:40px 0;background:#F7F7F7}
		.r-tabs.price_tabs .r-tabs-nav {display:flex;justify-content:space-between;border-bottom:2px solid #007BFF;}
		.r-tabs.price_tabs .r-tabs-tab {padding:10px 0;position:relative;bottom:-2px;font-size:18px;font-weight:600}
		.r-tabs.price_tabs .r-tabs-tab.r-tabs-state-active {background:none;color:#007BFF;border-bottom:2px solid #FFDE00}
		.r-tabs.price_tabs .r-tabs-tab.r-tabs-state-active a {color:#007BFF}
		.r-tabs.price_tabs .r-tabs-panel {background:none;padding:20px 0}
		
		
		.pricesection-small .pricehide {display:none!important}
		.priceshow_all {margin:15px 0;text-align:right;}
		.priceshow_all span {text-decoration:underline;color:#183a68;cursor:pointer}
		.priceshow_all span:hover {text-decoration:none}
		
		.pricepod {margin:20px 0;display:flex;background:#fff}
			.priceimg {width:40%}
			.priceinfo {width:60%;position:relative;padding:0 0 70px}
			.priceimg img {width:100%;height:100%;object-fit:cover;}
			.priceinfo_text {padding:20px}
			.priceinfo_price {display:flex;position:absolute;bottom:0;left:0;width:100%}
				.priceinfo_price-price{background:#FFDE00;padding:20px;width:60%;font-size:20px;font-weight:600}
				.priceinfo_price-price span {font-weight:700}
				.priceinfo_price-call {width:40%;}
				.priceinfo_price-call a {display:block;text-align:center;width:100%;height:100%;line-height:64px;color:#fff;text-decoration:none;background:#007BFF;font-size:16px;font-weight:600}
				.priceinfo_text-name {font-size:20px;margin:0 0 25px;font-weight:bold}
				.priceinfo-table_row {display:flex;line-height:24px;padding:0 0 0 30px;margin:10px 0}
					.priceinfo-table_row1 {background:url(img/row1.png) 0 50% no-repeat}
					.priceinfo-table_row2 {background:url(img/row2.png) 0 50% no-repeat}
					.priceinfo-table_row3 {background:url(img/row3.png) 0 50% no-repeat}
					.priceinfo-table_row4 {background:url(img/row4.png) 0 50% no-repeat}
					.priceinfo-table_row5 {background:url(img/row5.png) 0 50% no-repeat}
					.priceinfo-table_row6 {background:url(img/row6.png) 0 50% no-repeat}
				.priceinfo-table_row > div:first-child{width:200px;}
				.priceinfo-table_row > div:last-child{font-weight:700}
				
		@media (max-width: 768px) {
			.r-tabs.price_tabs .r-tabs-nav {display:none}
			.r-tabs.price_tabs .r-tabs-accordion-title {padding:0}
			.r-tabs.price_tabs .r-tabs-accordion-title a {display:block;padding:10px}
		}		
		
		@media (max-width: 480px) {
			.pricepod {display:block;}
			.priceimg, .priceinfo {width:100%}
			.priceinfo_price-price {width:50%;padding:10px;font-size:18px;line-height:44px}
			.priceinfo_price-call {width:50%}
			.priceinfo-table_row {align-items:center;font-size:13px}
			.priceinfo-table_row > div:last-child {white-space:nowrap}
			
			.section-price.section-price--custom .prices > div, .section-price section .prices > div {padding:10px;font-size:13px}
			.section-price.section-price--custom .prices > div > div, .section-price section .prices > div > div {width:25%}
		}	
		@media (max-width: 360px) {
			.priceinfo_price {flex-wrap:wrap;position:static;}
			.priceinfo {padding-bottom:0}
			.priceinfo_price-price, .priceinfo_price-call {width:100%;text-align:center}
		}	

.table-price {width: 100%; border-bottom: 2px solid #dfdfdf; border-radius: 6px; border-collapse: separate; border-spacing: 0px; text-align: center;}
.table-price thead tr {color: #ffffff;font-weight: bold;background: #183a68;}
.table-price tr td {padding: 10px;}
.table-price tr td:last-child {border-right: 0px; font-weight: 400; width: 30%;}
.table-price tbody tr:nth-child(1n) {background: #f6f6f6;}
.table-price tbody tr:nth-child(2n) {background: #e6e6e6;}
.table-price tbody tr:hover {background: #fcba3066; transition-duration: 0.6s;}
.table-zagolovok {color: #ffffff;font-weight: bold;background: #8d9db4;border: 1px solid #dfdfdf;}

.table_zag {
	width: 20%; 
	background-color:#183a68; 
	color: #FFF; 
	font-weight: bold; 
	height: 70px; 
	line-height: 70px
}
.table_zag2 {
	width: 20%; 
	background-color:#183a68; 
	color: #FFF; 
	font-weight: bold; 
	height: 70px; 
	line-height: 35px
}
.table_znach {
	width: 20%; 
	border-bottom: 1px solid #000
}
.table_proiz {
	text-align: left; 
	background-color: #8d9db4; 
	line-height: 36px; 
	color: #FFF; 
	padding-left: 5%; 
	border-bottom: 1px solid #000
}
.table_block {
	text-align: center; 
	display: flex; 
	line-height: 200%
}
.table_desctop {
	width: 100%
}





.table_mobile {
	width: 100%;
	margin-bottom: 20px;
}

.table_block_mobile {
	text-align: center; 
	line-height: 200%;
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.table_zag_mobile {
	background-color:#183a68; 
	color: #FFF; 
	font-weight: bold; 
	height: 50px; 
	line-height: 50px;
	border-bottom: 1px solid #FFF;
}
.table_zagzag_mobile {
	background-color:#183a68; 
	color: #FFF; 
	font-weight: bold; 
	height: 50px; 
	line-height: 25px;
	border-bottom: 1px solid #FFF;
}
.table_block_zagolovok {
	width: 50%; 
	vertical-align: middle; 
	text-align: center; 
	float: left;
	margin-bottom: 20px;
}
.table_znach_mobile {
	border-bottom: 1px solid #000;
		height: 50px; 
	line-height: 50px
}
.table_znachmodel_mobile {
	border-bottom: 1px solid #000;
		height: 50px; 
	line-height: 25px;
	padding: 0 5px 0 5px;
}
.table_proiz_mobile {
	text-align: center; 
	background-color: #8d9db4; 
	line-height: 36px; 
	color: #FFF; 
	padding-left: 5%; 
	border-bottom: 1px solid #000;
	display: inline-block;
}

.mobile_razkryvashka {
	text-decoration: none;
    color: #FFF;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
	.table_desctop {
		display: none;
	}
}
@media screen and (min-width: 1240px)  {
	.mobile_ceny {
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
		.mobile_ceny {
		display: none;
	}
}
.bullet {
margin-left: 0;
list-style: none;
counter-reset: li;
}
.bullet li {position: relative;margin-bottom: 1.5em;border: 3px solid #c5ac00;padding: 0.6em;border-radius: 4px;background: #FEFEFE;color: #231F20;}
.bullet li:before {position: absolute;top: -0.7em;padding-left: 0.4em;padding-right: 0.4em;font-size: 16px;font-weight: bold;color: #225191;background: #FEFEFE;border-radius: 50%;counter-increment: li;content: counter(li);}

.galka {
    padding:0;
    list-style: none;
}
.galka li{
    padding:6px;
}
.galka li:before {
    padding-right:10px;
    font-weight: bold;
    color: #C0C0C0;
    content: "\2714";
    transition-duration: 0.5s;
}
.galka li:hover:before {
    color: #337AB7;
    content: "\2714";
}    

@media (max-width: 360px) {
	header .top .container .right {
		margin-top: 40px;
	}
	.logo img {
		max-width: 65px;
	}
	.logo .tel {
		margin-left: 10px;
	}
}

.blok {width: 31%; 
margin: 1%;
float: left;}

@media (max-width: 480px)
	{.blok {width: 100%; 
		}}
		
.blok4 {width: 22%; 
margin: 1%;
float: left;}
.blok4 img{margin-left: 25%;}
.blok4 p{text-align:center;}
.blok4 h3{text-align:center;}
@media (max-width: 480px)
	{.blok4 {width: 100%; 
		}}
		
.cennik {font-weight: 500;
    font-size: 18px;
color: #183a68;	}	

.acor-container {
    margin: 20px 0;
}
.acor-container .acor-body {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    background-color: #BFE2FF;
    line-height: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-family: Verdana, sans-serif; 
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 10px 16px rgba(0,0,0,0.2);
}
.acor-container .acor-body p {
    margin: 0 0 10px;
}
.acor-container label {
    cursor: pointer;
    background-color: #337AB7;
    display: block;
    padding: 15px 20px;
    width: 100%;
    color: #BFE2FF;
    font-weight: 300;
    box-sizing: border-box;
    z-index: 100;
    font-family: Verdana, sans-serif;   
    font-size: 18px;
    margin: 0 0 5px;
    transition: color .35s;
}
.acor-container label:hover {
    color: #FFF;
}
.acor-container input{
    display: none;
}
.acor-container label:before {
    content: '\276F';
    float: right;
}
.acor-container input:checked + label {
    background-color: #285f8f;
    color: #FFF;
    box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
}
.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
}
.acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    color: #000;
    padding: 20px 30px 10px;
}
@media (max-width: 480px)
 {.ready_button a {
    color: #000;
    background: #ffde00;
    padding: 10px 15px;
    text-decoration: none;
	display: initial;
}}
.blok2 {width: 48%; 
margin: 1%;
float: left;}
.blok2 p{text-align:center;}
@media (max-width: 480px)
	{.blok2 {width: 100%; 
		}}
@media (max-width: 480px) {
.text1 {width:100%!important;}	
.kartinka1 {width:100%!important;}
.kart-50 {width: 100%;}
}

.kart-50 {float: left;
			width: 48%;
			margin:1%;}