@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;700;800;900&display=swap');

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

input, textarea, button {
	font-family: 'Exo 2';
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	outline-style: none;
}

li {
	list-style: none;
}

a {
	border: none;
	text-decoration: none;
}

a img {
	border: none;
}

* {
	margin: 0px;
	padding: 0px;
}

.agree {
	display: none;
}

img {
	vertical-align: middle;
}

:focus {
	outline: none;
}

button:hover {
	cursor: pointer;
}

::-webkit-input-placeholder { color: #00000066; }
::-moz-placeholder { color: #00000066; }
:-moz-placeholder { color: #00000066; }
:-ms-input-placeholder { color: #00000066; }

body {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	color: #333333;
	font-size: 14px;
	font-family: 'Exo 2';
}

.wrapper {
	height: auto;
	min-height: 100%;
}

.bg {
	height: 200px;
}

footer {
	width: 100%;
	height: auto;
	margin: -200px 0px 0px 0px;
	background: #213548;
	z-index: 49;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
	justify-content: center;
	min-height: 200px;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 90%;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width: 768px) {
	.container {
		width: 90%;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@media screen and (min-width: 769px) { 
	#toggle {
    	display: none;
	}
} 
 
@media screen and (max-width: 768px) { 
	#popout {
		position: fixed;
		height: 100%;
		width: 250px;
		background: rgba(26, 26, 26, .9);
		color: white;
		top: 0;
		left: -250px;
		overflow: auto;
		z-index: 1000;
	}
	
	#toggle {
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 11px;
		right: 0;
	}
	
	#toggle img {
		width: 80%;
		height: auto;
	}
	
	header nav ul {
		flex-direction: column;
		padding: 20px;
	}
	
	header nav ul li { 
		border-bottom: 1px solid #dfdfdf; 
		padding: 20px;
		width: 100%;
		justify-content: center;
		display: inline-flex;
		align-items: center;
		width: 100%;
	}
	
	header nav ul li a {
		color: #ffffff;
		text-decoration: none;
		width: 100%;
		text-transform: uppercase;
		margin: 0;
	}
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	background-color: #ffffff;
	border-bottom: 1px solid #d4dce9;
	width: 100%;
	transition: 0.2s linear;
}

header.header_fixed .btn {
	height: 40px;
}

header.header_fixed .right .two {
	margin-top: 5px;
}

header.header_fixed img {
	height: 60px;
}

header.header_fixed .container {
	padding: 10px 15px 10px 15px;
}

header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1240px;
	padding: 18px 15px 20px 15px;
}

header .right {
	display: flex;
	flex-direction: column;
}

header .right .one {
	display: flex;
	justify-content: flex-end;
}

header .right .two {
	display: flex;
	margin: 20px 0px 0px 0px;
	justify-content: flex-end;
	position: relative;
}

header img {
    height: 80px;
}

header #logo {
	display: flex;
	align-items: center;
}

header #logo h2 {
	display: flex;
	flex-direction: column;
	line-height: 1;
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: 700;
	color: #0a3247;
	letter-spacing: -0.5px;
	font-size: 22px;
}

header #logo h2 span {
	font-weight: 900;
	font-size: 29px;
}

header ul {
	display: flex;
	margin: 0;
}

header ul a {
	display: flex;
	margin: 0px 0px 0px 35px;
	color: #152033;
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	transition: 0.5s linear;
	border-radius: 45px;
}

header ul a:hover,
.current-menu-item a {
    color: #a17f8b;
}

header .contact {
	display: flex;
	align-items: center;
	margin-right: 25px;
}

header .rezim {
	margin-left: 20px;
	text-align: center;
	color: #152033;
display: flex;}

header .phone {
	margin-bottom: 5px;
	color: #152033;
	font-weight: 700;
	font-size: 18px;
	margin-left: 20px;
}

header .phone:before {
	content: '';
	position: relative;
	top: 2px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 14px;
	background: url(images/phone-icon.png) no-repeat;
	background-position: center;
}

header .email {
	color: #152033;
	font-weight: 400;
	font-size: 13px;
}

header .email:before {
	content: '';
	position: relative;
	top: 2px;
	display: inline-block;
	width: 17px;
	height: 13px;
	margin-right: 15px;
	background: url(images/mail-icon.png) no-repeat;
	background-position: center;
}

header .hamb {
    display: none;
}

.btn, .contacts input.wpcf7-submit,
.fancybox-wrap .wpcf7 input.wpcf7-submit,
.cenyremkol a#zvonok {
	display: flex;
	width: 160px;
	height: 47px;
	border: none;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	background-color: #a17f8b;
	color: #ffffff;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	transition: all 0.4s;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
	cursor: pointer;
	line-height: 1;
}

.btn:hover, .contacts input.wpcf7-submit:hover,
.fancybox-wrap .wpcf7 input.wpcf7-submit:hover,
.cenyremkol a#zvonok:hover {
	background-color: #2c3849;
	color: #ffffff;
}

.wpcf7-form {
	position: relative;
}

.wpcf7 .wpcf7-spinner {
	position: absolute;
	right: 0;
	bottom: 10px;
	margin: 0;
}

.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 .wpcf7-form-control-wrap input.wpcf7-not-valid {
	background-color: #fcd7d7 !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 20px 0px 0px 0px;
	border: 1px solid #a17f8b !important;
	padding: 10px 5px;
	background: #0000007a;
	color: #ffffff;
	line-height: 1;
	text-align: center;
	font-weight: 200;
	max-width: 300px;
}

.welcome {
	position: relative;
	min-height: 700px;
	padding-top: 126px;
	background: url(images/banner.png);
	background-size: cover;
	background-position: center;
}

.bg-gray, .bg-png {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.bg-gray {
    background-color: rgba(0,0,0,.5);
}

.welcome .container {
	position: relative;
	z-index: 1;
	padding-top: 80px;
	padding-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

.welcome .container .left {
    width: 40%;
}

.welcome .container .right {
    width: 48%;
}

.welcome .wpcf7 {
	width: 100%;
	padding: 30px;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
	background-color: #70888380;
	border-radius: 10px;
}

.welcome .wpcf7 input.wpcf7-submit {
	display: flex;
	width: 191px;
	height: 47px;
	border: none;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	background-color: #a17f8b;
	color: #ffffff;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	transition: all 0.4s;
	cursor: pointer;
	margin: 0 auto;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
	line-height: 1;
	padding: 0;
}

.welcome .wpcf7 input.wpcf7-submit:hover {
	background-color: #213548;
	color: #ffffff;
}

.welcome .wpcf7 p {
	margin: 0px 0px 20px 0px;
	color: #fcfdfe;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
}

.welcome .wpcf7-form-control-wrap {
	width: 100%;
	max-width: none;
}

.welcome .wpcf7-form-control-wrap:first-child {
	margin-top: 20px;
}

.welcome .wpcf7 .flex-container {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 29px;
}

.welcome .wpcf7 .wpcf7-form-control-wrap input {
	width: 100%;
	margin-bottom: 11px;
	padding: 16px 20px;
	background-color: #ffffff;
	border: none;
	color: #838486;
	font-weight: 400;
	font-size: 15px;
	line-height: 16px;
}

.welcome .wpcf7 br {
	display: none;
}

.welcome .wpcf7 .btn {
	margin: 27px auto 0;
	cursor: pointer;
}

.welcome .wpcf7 h4 {
	margin: 0;
	color: #fcfdfe;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
}

.welcome h1 {
	margin: 0;
	color: #fdfefe;
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 40px;
}

.caption, .welcome p {
	margin: 0;
	color: #152033;
	font-weight: 700;
	font-size: 25px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}

.margin_price {
	margin: 80px 0px 50px 0px;
}

.welcome p {
	color: #ffffff;
}

.welcome ul {
	width: 340px;
	padding-left: 52px;
	margin: 40px auto 0;
}

.welcome li {
	position: relative;
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
}

.welcome li:before {
	content: '';
	position: absolute;
	left: -52px;
	top: 5px;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #a17f8b;
}

.welcome .btn {
    margin: 65px auto 0;
}

.company {
	min-height: 423px;
	background-size: cover;
}

.company .container {
    padding: 65px 0 20px 0px;
}

.company .flex-container {
	display: flex;
	margin-top: 45px;
	align-items: center;
	justify-content: space-between;
}

.company .contt {
	box-shadow: 0px 12px 90px -10px rgb(113 124 123 / 42%) !important;
	padding: 30px 40px;
	width: 38%;
	border-radius: 10px;
}

.company .flex-container h2 {
	text-align: left;
	line-height: 1;
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.company .flex-container ul {
	margin-bottom: 25px;
}

.company .flex-container li {
	position: relative;
	color: #152033;
	font-weight: 400;
	font-size: 16px;
	margin-top: 10px;
	padding-left: 35px;
	line-height: 1.2;
}

.company .flex-container li:before {
    content: '';
    position: absolute;
    left: 11px;
    top: 5px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #a17f8b;
}

.company img {
	flex-shrink: 0;
	width: 324px;
	margin-right: 34px;
}

.company p {
	margin: 0;
	color: #152033;
	font-weight: 400;
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 20px;
}

.company h2 {
	color: #3f454a;
}

.prices .container {
	padding-top: 48px;
	padding-bottom: 48px;
}

.prices .roww {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.prices .roww .col-md-6 {
	width: 48%;
}

.prices .roww h3 {
	margin: 30px 0 30px 0;
	color: #2a2f38;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
}

.prices .roww li {
	display: flex;
	align-items: center;
	color: #2a2f38;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	padding: 0px 0px 0px 35px;
	position: relative;
}

.prices .roww li:before {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #a17f8b;
	border-radius: 50%;
	left: 15px;
	top: 6px;
}

.prices p {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 25px 0px 0px 0px;
	color: #2a2f38;
	font-weight: 400;
	font-size: 16px;
	line-height: 14px;
	padding: 0px 15px;
}

.prices .from {
font-weight: 400;
}

.prices .from strong {
    font-size: 16px;
}

.forma {
	padding: 75px 0px;
	margin-bottom: 70px;
	position: relative;
	background: url(https://lesh-84.ru/sites/default/files/styles/st_metateg/public/news/1015/01-siniy-divan-v-klassicheskom-interere.jpg?itok=ixyIGEjS);
}

.forma:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	top: 0;
	left: 0;
} 

.forma * {
	position: relative;
}

.forma .title {
    margin-bottom: 25px;
    color: #fefeff;
    font-size: 36px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    text-align: center;
}

.forma .descr {
	margin-bottom: 25px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	display: flex;
	justify-content: center;
	text-align: center;
}

.t580__arrow-icon_mobile {
    display: none;
}

.t580__arrow-icon {
    width: 45px;
    position: absolute;
    left: -30px;
    transform: translateX(-100%);
    fill: #a17f8b !important;
    top: 0;
    bottom: 0;
    margin: auto;
}

.forma .buttons {
	position: relative;
	width: 400px;
	margin: 50px auto 0 auto;
}

.forma a {
	width: 100%;
	height: 45px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.block-cenyremob {
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
}

.cenyremkol {
	overflow: hidden;
	width: 24%;
	max-width: 380px;
	background: #FFFFFF;
	position: relative;
	box-shadow: 0px 12px 90px -10px rgb(113 124 123 / 42%);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cenyrem-vv p {
	margin: 21px 5px 21px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
}

span.cenyrem-sp {
	z-index: 1;
	transform: rotate(45deg);
	display: flex;
	background: #213548;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	align-items: center;
	justify-content: center;
	width: 180px;
	text-align: center;
	position: absolute;
	right: -43px;
	top: 25px;
	height: 45px;
	color: white;
}

.cenyrem.dv span.cenyrem-sp {
	padding-top: 8px;
	height: 37px;
}

.cenyrem-sr {
	position: relative;
	height: 250px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.cenyrem-sr img {
   width: 150%
}

span.cenyrem-ceny {
	background: rgb(33 53 72 / 68%);
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
	color: #FFFFFF;
	margin: 0;
	padding: 17px 0;
	text-align: center;
}

.cenyrem-niz p {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	max-width: 90%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 100%;
	display: flex;
}

.cenyrem-niz {
	max-width: 327px;
	margin: 32px auto 0px;
	position: relative;
	padding: 0px 10px;
}

.cenyremkol a#zvonok {
	margin: 20px auto 20px auto;
	display: flex;
}
.cenyremkol.od .cenyrem-niz a#zvonok,
.cenyremkol.dv .cenyrem-niz a#zvonok {
	margin-top: 39px;
}

p.cenyrem-podp {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-top: 48px;
}

.steps {
	margin: 50px 0px
}

.steps h2 {
	margin-bottom: 50px;
	margin-top: 50px;
}

.steps .blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.steps .blocks .block {
	width: 30%;
	position: relative;
	margin: 40px 0px;
}

.steps .blocks .t-name {
	font-size: 20px;
	text-transform: uppercase;
	z-index: 2;
	position: relative;
	font-weight: 700;
	padding-top: 65px;
	padding-bottom: 10px;
	margin-bottom: 4px;
	line-height: 1.35;
}

.steps .blocks .t-descr {
	font-size: 15px;
	z-index: 2;
	position: relative;
}

.steps .blocks .t_symbol {
	color: #213548;
	position: absolute;
	z-index: 1;
	line-height: 150px;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
	font-size: 200px;
	font-family: sans-serif;
	font-weight: 700;
	opacity: .6;
	user-select: none;
}

footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px;
}

footer .container .contacts {
	width: 30%
}

footer .container .men_u_a {
	width: 68%;
	display: flex;
	flex-direction: column;
}

footer .container .men_u {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

footer .left {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

footer .left span {
	color: #d3d8dd;
}

footer .left button.el {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 35px;
	border: none;
	box-shadow: 0px 0px 20px 0 #0000005e;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	background: #2c4358;
	border-radius: 10px;
	transition: 0.5s all ease;
	position: relative;
	margin-left: 10px;
	cursor: pointer;
}

footer .left button.el:hover {
	background-color: rgb(195 79 120);
	color: #ffffff;
}

footer .left button.el:hover span {
	color: #ffffff;
}

footer .left button.el span {
	color: #ffffff;
}

footer .left button.el .dropdown {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 300%;
	padding: 10px 0px;
	bottom: 180%;
	right: 0;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0 rgb(13 32 50 / 50%);
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
	z-index: 999;
}

footer .left button.el .dropdown:before {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	box-shadow: -3px -2px 6px rgba(0, 0, 0, 0.05);
	border-top: 6px solid transparent;
	border-right: 6px solid #FFFFFF;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	mix-blend-mode: multiple;
}

footer .left button.el:focus .dropdown,
footer .left button.el:active .dropdown {
	-webkit-transform: translate(0, 20px);
	transform: translate(0, 20px);
	opacity: 1;
	visibility: visible;
}

footer .left button.el .dropdown a {
	display: flex;
	width: 23%;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	padding: 6px 10px;
	margin: 0px 1% 0px 1%;
	line-height: 1;
	color: #0d2032;
	transition: 0.2s linear;
}

footer .left button.el .dropdown a:hover {
	background: #fb9985;
	color: #ffffff;
}

footer .contacts {
	display: flex;
	flex-direction: column;
	align-items: center;
}

footer .contacts #logo1 {
	width: 80%;
	margin: 0 auto 10px auto;
	text-align: center;
	display: flex;
	justify-content: center;
	color: #ffffff;
	font-size: 22px;
	line-height: 1;
	text-transform: uppercase;
	flex-direction: column;
}

footer .contacts #logo1 a {
	color: #ffffff;
}

footer .contacts h2 {
	color: #a17f8b;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	margin-bottom: 7px;
	margin-top: 7px;
}

footer .contacts div {
	width: 100%;
	text-align: center;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .contacts a {
	color: #a17f8b;
	margin: 0px;
}

footer a {
	color: #ffffff;
	margin: 3px 0px;
	display: inline-flex;
	line-height: 1;
}

footer a:hover {
	color: #a17f8b;
}

.fancybox-wrap .wpcf7 h4 {
	margin: 0;
	color: #3f454a;
	font-weight: 700;
	font-size: 25px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0px;
}

.fancybox-wrap .wpcf7 p {
	margin: 0;
	color: #3f454a;
	font-weight: 700;
	font-size: 19px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

.fancybox-wrap .wpcf7 p br {
	display: none;
}

.fancybox-wrap .wpcf7 form {
	width: 100%;
	padding: 30px 15px;
}

.fancybox-wrap .wpcf7 input {
	margin-bottom: 8px;
	width: 100%;
	height: 40px;
	text-indent: 15px;
	border: none;
	background-color: #e9e9e9;
	color: #838486;
	font-size: 14px;
	border-radius: 24px;
	font-family: 'Exo 2';
	font-weight: 400;
}

.fancybox-wrap .wpcf7 textarea {
	margin-bottom: 8px;
	width: 100%;
	height: 70px;
	text-indent: 15px;
	padding-top: 10px;
	border: none;
	background-color: #e9e9e9;
	color: #838486;
	font-size: 14px;
	border-radius: 24px;
	font-family: 'Exo 2';
	font-weight: 400;
	resize: vertical;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: flex;
    max-width: 350px;
}

span[data-name="agree"] {
	display: none;
}

#contacts .wpcf7-form-control-wrap {
	width: 48%;
}

#contacts br {
	display: none;
}

.fancybox-wrap .wpcf7 input.wpcf7-submit {
	display: flex;
	width: 100%;
	height: 47px;
	border: none;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	background-color: #a17f8b;
	color: #ffffff;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	transition: all 0.4s;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
	cursor: pointer;
	margin-bottom: 0;
	text-indent: 0px;
	font-family: 'Exo 2';
}

.fancybox-wrap .wpcf7 input.wpcf7-submit:hover {
	background-color: #213548;
	color: #ffffff;
}

.breadcrumb {
	padding-top: 180px;
	font-size: 14px;
	color: #a17f8b;
}

.breadcrumb a {
	color: #2a2f38;
}

.title-side {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

#contacts {
	/* padding-top: 60px; */
}

.title-side h1 {
	flex-shrink: 0;
	margin: 20px 0px;
	color: #3f454a;
	font-weight: 700;
	font-size: 25px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	justify-content: center;
	width: 100%;
}

.title-side i {
	display: block;
	width: 50%;
	height: 1px;
	background-color: #d5dadb;
}

.text-vn {
	padding-bottom: 100px;
}

.text-vn p {
	margin: 0px 0px 10px 0px;
	color: #666a6d;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

.text-vn h2 {
	color: #3f454a;
	margin: 30px 0 30px 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.singleText .title-side {
	margin: 40px 0px
}

.singleText h2 {
	font-size: 18px;
	line-height: 1.2;
}

.singleText h5 {
	display: flex;
	width: 100%;
	margin: 40px 0px 20px 0px;
	color: #3f454a;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.2;
	text-transform: uppercase;
}

.singleText h3 {
	margin: 30px 0px 30px 0px;
	color: #2a2f38;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

.singleText .text-vn a {
	color: #f5085c;
	font-weight: 500;
}

.text-vn ul {
	margin: 0px 0px 10px 0px;
}

.text-vn li {
	margin: 0;
	color: #666a6d;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	padding-left: 30px;
	position: relative;
}

.text-vn li:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 5px;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ffd93e url(images/choose-icon.png) center center no-repeat;
	background-size: 50%;
}

body.page .our-works ul {
	margin-top: 0;
}

body.page .our-works .container,
body.page .prices .container {
	padding-top: 0;
}

.services h3 {
    margin: 30px 0 0;
    color: #2a2f38;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
}

.services p {
	line-height: 1.2;
	font-size: 14px;
	margin: 10px 0px;
	padding: 0px 10px;
}

.services ul {
	display: flex;
	justify-content: space-between;
	margin: 40px 0px;
	flex-wrap: wrap;
}

.services li {
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2%;
}

.services li > div {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.services .preview {
	width: 100%;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
}

.services .preview img {
	width: 100%;
}

.services li .fancybox {
	display: flex;
	width: 191px;
	height: 47px;
	border: none;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	background-color: #a17f8b;
	color: #ffffff;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	transition: all 0.4s;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
	position: relative;
	cursor: pointer;
}

.services li .fancybox:hover {
	background-color: #213548;
}

.accordion {
	position: relative;
	margin-bottom: 60px;
}

.home .accordion {
	margin-bottom: 0;
}

.accordion .trigger #checkbox-1,
.accordion .trigger #checkbox-2,
.accordion .trigger #checkbox-3,
.accordion .trigger #checkbox-4,
.accordion .trigger #checkbox-5,
.accordion .trigger #checkbox-6,
.accordion .trigger #checkbox-7,
.accordion .trigger #checkbox-8,
.accordion .trigger #checkbox-9,
.accordion .trigger #checkbox-10 {
	display: none;
}

.accordion .trigger #checkbox-1:checked+label,
.accordion .trigger #checkbox-2:checked+label,
.accordion .trigger #checkbox-3:checked+label,
.accordion .trigger #checkbox-4:checked+label,
.accordion .trigger #checkbox-5:checked+label,
.accordion .trigger #checkbox-6:checked+label,
.accordion .trigger #checkbox-7:checked+label,
.accordion .trigger #checkbox-8:checked+label,
.accordion .trigger #checkbox-9:checked+label,
.accordion .trigger #checkbox-10:checked+label {
	background-color: #a17f8b;
	color: #ffffff;
}

.accordion .trigger #checkbox-1:checked+label i:before,
.accordion .trigger #checkbox-2:checked+label i:before,
.accordion .trigger #checkbox-3:checked+label i:before,
.accordion .trigger #checkbox-4:checked+label i:before,
.accordion .trigger #checkbox-5:checked+label i:before,
.accordion .trigger #checkbox-6:checked+label i:before,
.accordion .trigger #checkbox-7:checked+label i:before,
.accordion .trigger #checkbox-8:checked+label i:before,
.accordion .trigger #checkbox-9:checked+label i:before,
.accordion .trigger #checkbox-10:checked+label i:before {
	transform: translate(5px, 8px) rotate(45deg);
	background-color: #ffffff;
}

.accordion .trigger #checkbox-1:checked+label i:after,
.accordion .trigger #checkbox-2:checked+label i:after,
.accordion .trigger #checkbox-3:checked+label i:after,
.accordion .trigger #checkbox-4:checked+label i:after,
.accordion .trigger #checkbox-5:checked+label i:after,
.accordion .trigger #checkbox-6:checked+label i:after,
.accordion .trigger #checkbox-7:checked+label i:after,
.accordion .trigger #checkbox-8:checked+label i:after,
.accordion .trigger #checkbox-9:checked+label i:after,
.accordion .trigger #checkbox-10:checked+label i:after {
	transform: translate(-5px, 8px) rotate(-45deg);
	background-color: #ffffff;
}

.accordion .trigger {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	vertical-align: top;
}

.accordion .trigger .checkbox {
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 20px;
	color: #333;
	cursor: pointer;
	background-color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	box-shadow: 0px 30px 120px 0px #dde5ee;
}

.accordion .trigger .checkbox i {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	right: 20px;
}

.accordion .trigger .checkbox i:before,
.accordion .trigger .checkbox i:after {
	position: absolute;
	content: '';
	width: 16px;
	height: 2px;
	background-color: #000000;
	transition: transform 250ms ease;
}

.accordion .trigger .checkbox i:before {
	transform: translate(-5px, 8px) rotate(45deg);
}

.accordion .trigger .checkbox i:after {
	transform: translate(5px, 8px) rotate(-45deg);
}

.accordion .trigger .content {
	position: relative;
	max-height: 0px;
	overflow-y: auto;
	padding: 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	background-color: #fefeff;
	transition: max-height 500ms ease-in-out;
}

.accordion .trigger .content p {
	margin: 0;
}

#checkbox-1:checked~.content,
#checkbox-2:checked~.content,
#checkbox-3:checked~.content,
#checkbox-4:checked~.content,
#checkbox-5:checked~.content,
#checkbox-6:checked~.content,
#checkbox-7:checked~.content,
#checkbox-8:checked~.content,
#checkbox-9:checked~.content,
#checkbox-10:checked~.content {
	max-height: none;
	transition: max-height 500ms ease-in-out;
}

.accordion table td {
	padding: 10px 10px;
	line-height: 1;
}

.accordion table td p {
	margin: 0;
}

.accordion table td.name {
	text-align: center;
	background: rgb(33 53 72 / 15%);
	font-weight: 500;
}

.accordion table td.kol p {
	justify-content: space-between;
	display: inline-flex;
	width: 100%
}

.accordion table {
	font-size: 14px;
	width: 100%;
	border-collapse: collapse;
}

.accordion table td {
	border: 1px solid #eff3f7;
	padding: 5px;
}

.our-works {
	position: relative;
}

.our-works .container {
	position: relative;
	padding: 50px 0 80px;
}

.home .our-works .container {
	padding-bottom: 20px;
}

.our-works h2 {
    color: #3f454a;
}

.our-works ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 48px 0 0;
}

.our-works li {
	position: relative;
	width: 100%;
	margin: 0.5%;
	height: 269px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.our-works .img {
	position: relative;
	width: 41%;
}

.our-works li:hover .img div {
	opacity: 1;
}

.our-works li .img div {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	transition: all 0.4s;
	background-color: rgba(26, 39, 48, 0.6);
	z-index: 1;
}

.our-works li .img div a {
	display: block;
	width: 94px;
	height: 94px;
	margin: auto;
	border-radius: 50%;
	background: #a17f8b url(images/eye.png) center center no-repeat;
	background-size: 32px;
	transition: all 0.3s;
}

.our-works li .img div a:hover {
	background-size: 40px;
}

.our-works li img {
	width: 100%;
	height: auto;
}

.our-works #nextpage a {
	margin: 30px auto 0;
}

.our-works li article {
	width: 55%
}

.our-works li article h3 {
	text-transform: uppercase;
	font-weight: 600;
}

.our-works .option {
	margin: 10px 0px
}

.our-works .option .text {
	font-weight: 700;
}

.our-works .option .text span {
	font-weight: 400;
}

#contacts {
	position: relative;
}

#contacts .container {
	position: relative;
	padding: 0px 0 55px;
}

#contacts h2 {
    color: #2a2f38;
}

#contacts .flex-container {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

#contacts .wpcf7 {
	background-color: #ffffff82;
    box-shadow: 0px 12px 90px -10px rgb(113 124 123 / 42%) !important;
    padding: 30px 40px;
    width: 60%;
    border-radius: 10px;
}

#contacts form p {
	margin: 10px 0 0;
	color: #3f454a;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#contacts form .flex-container {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 29px;
}

#contacts input {
	width: 100%;
	margin-bottom: 11px;
	padding: 16px 20px;
	background-color: #e9e9e9;
	border: none;
	color: #838486;
	font-weight: 400;
	font-size: 15px;
	line-height: 16px;
}

#contacts input.wpcf7-submit {
    display: flex;
    width: 191px;
    height: 47px;
    border: none;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background-color: #a17f8b;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    transition: all 0.4s;
    box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
    cursor: pointer;
    line-height: 1;
}

#contacts .btn, .contacts .our-works #nextpage a, .our-works #nextpage .contacts a, .contacts .reviews #nextpagereviews a, .reviews #nextpagereviews .contacts a {
	margin: 27px auto 0;
	cursor: pointer;
}

#contacts h3 {
	margin: 0;
	color: #3f454a;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
}

#contacts .data {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #ffffff82;
	box-shadow: 0px 12px 90px -10px rgb(113 124 123 / 42%) !important;
	padding: 30px 40px 30px 80px;
	width: 38%;
	border-radius: 10px;
}

#contacts .data p,
#contacts .data a {
	margin: 0;
	color: #5b5b5b;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
}

#contacts .data p span,
#contacts .data a span {
	margin-right: 10px;
	color: #404040;
	font-weight: 600;
}

#contacts .data p + p,
#contacts .data a + p {
    margin-top: 10px;
}

#contacts .address,
#contacts .phone,
#contacts .email,
#contacts .social {
	position: relative;
	margin-bottom: 23px;
}

#contacts .address p,
#contacts .phone p,
#contacts .email p,
#contacts .social p {
	margin-bottom: 5px;
}

#contacts .address:before,
#contacts .phone:before,
#contacts .email:before,
#contacts .social:before {
	position: absolute;
	left: -54px;
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #a17f8b;
	background-position: center center;
	background-repeat: no-repeat;
}

.features .prices,
.features .newwork {
	margin: 50px 0px 50px 0px
}

.features .prices ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
}

.features .prices ul li {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 32%;
}

.features .prices.pri16 ul li {
	width: 23%;
}

.features .prices ul li:before {
	content: none;
}

.features .prices .preview {
	position: relative;
	height: 200px;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	/* border-radius: 50%; */
	margin: 0 auto;
	/* border: 4px solid #000000; */
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
}

.features .prices .preview img {
	width: 150%;
	height: auto;
}

.features .prices h3 {
	margin: 30px 0 0;
	color: #2a2f38;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
}

.cost_block_top {
	padding: 20px 20px 0px 20px;
	text-align: center;
	color: #23282d;
	line-height: 1.2;
    font-size: 14px;
    margin: 10px 0px;
    padding: 0px 10px;
}

.features .prices .btn-container {
	display: flex;
	margin-top: 20px;
}


.newwork ul {
	display: flex;
	justify-content: space-between;
	margin-top: 50px
}

.newwork ul li {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 32%;
	height: auto;
}

.newwork li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin: 0 auto;
	/* border-radius: 50%; */
	/* border: 4px solid #000000; */
	border-radius: 10px;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
}

.newwork ul li img {
    height: auto;
    width: 150%;
    /* min-height: 100%; */
}

.newwork ul li:before {
	content: none;
}

.imagepis {
	padding: 20px 20px 0px 20px;
	text-align: center;
	color: #23282d;
}

.imagepis .btn-container {
	display: flex;
	margin-top: 20px;
}


.features .section_title {
	flex-shrink: 0;
	margin: 20px 0px;
	color: #3f454a;
	font-weight: 700;
	font-size: 25px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	justify-content: center;
	width: 100%;
}

.features {
    /* margin-top: 50px; */
    padding: 40px 0px;
    position: relative;
    z-index: 2;
}

.pos_abs {
	position: sticky;
	top: 15%;
	z-index: 999;
	left: 0%;
}

.btn_abs {
	position: absolute;
	margin-top: 35px;
}

.btn_abs a {
	position: relative;
	width: 200px;
	height: 50px;
	display: flex;
	margin-bottom: 20px;
}

.btn_abs a p {
	display: flex;
	align-items: center;
	text-align: center;
	border: none;
	color: #ffffff;
	text-transform: uppercase;
	transition: 0.5s all ease;
	font-size: 14px;
	line-height: normal;
	padding: 0px 25px 0px 25px;
	position: relative;
	margin-bottom: 0 !important;
	width: 200px;
	justify-content: center;
}

.btn_abs a:nth-of-type(1) p {
	background: #a17f8b;
}

.btn_abs a:nth-of-type(2) p {
	background: #213548;
}

.btn_abs a:nth-of-type(1) p:hover {
	background: #000000;
}

.btn_abs a:nth-of-type(2) p:hover {
	background: #000000;
}

.our_team {
	margin-top: 60px;
}

.our_team .teams {
	align-items: normal !important;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
width: 72%;margin: 60px auto;}

.our_team .team {
	width: 32.5%;
	position: relative;
	margin-bottom: 1%;
	text-align: center;
}

.our_team .team .img {
	width: 100%;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	
	position: relative;
box-shadow: 0px 12px 90px -10px rgb(113 124 123 / 42%);
    border-radius: 8px;}

.our_team .team .img img {
	max-height: 100%;
	position: relative;
}

.our_team .team .bottom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 90%;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -45%;
    padding: 10px;
	background: #a17f8b;
	box-shadow: 0px 12px 90px -10px rgb(113 124 123 / 42%);
border-radius: 8px;}

.our_team .team .bottom .name {
	font-size: 16px;
	margin-bottom: 10px;
	
	font-weight: 600;
	line-height: 1;
color: #ffffff;text-transform: uppercase;}

.our_team .team .bottom .position {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	color: #dfdcdc;
	letter-spacing: -0.5px;
	font-weight: 400;
	line-height: 1;
}

.providers small {
	font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    
    margin-bottom: 40px;
margin-top: 10px;display: flex;justify-content: center;text-align: center;}

.providers .swiper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
flex-wrap: wrap;margin-bottom: 60px;}

.providers .swiper .block {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 19%;
}

.providers .swiper .block img {
	/* width: 100%; */
}

@media all and (max-width: 1024px) {
	header .contact {
		flex-direction: column;
	}

	header .rezim br {
		display: none;
	}
}

@media all and (max-width: 768px) {
	header .email {
		display: none;
	}

	header img {
		height: 50px
	}

	header .rezim {
		margin: 0px 0px 5px 0px;
		font-size: 12px;
	}

	header .phone {
		margin: 0;
		font-size: 16px;
	}

	header .right .one {
		margin-right: 50px;
	}

	header .right .two {
		position: initial;
		margin: 0;
	}

	header .right {
		position: relative;
	}

	.welcome .container {
		flex-direction: column;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.welcome h1 {
		font-size: 30px;
		order: 1;
		margin-bottom: 20px;
	}

	.welcome .container .left {
		width: 100%;
		order: 3;
		margin-top: 30px;
	}

	.welcome .container .right {
		width: 100%;
        order: 2;
	}

	.welcome ul {
		margin: 20px 0px 0px 0px;
	}

	.cenyremkol {
		width: 100%;
		max-width: none;
		margin-right: 0 !important;
		margin-bottom: 20px;
	}

	.block-cenyremob {
		flex-direction: column;
	}

	.margin_price {
		margin: 40px 0px 40px 0px;
	}

	footer {
		height: auto;
	}

	footer .container div.contacts {
		width: 100%;
		margin-bottom: 20px
	}

	footer .container {
		flex-wrap: wrap;
	}

	footer .container > div {
		width: 49%
	}

	footer .container > div:last-child {
		text-align: right;
	}

	footer .container .men_u_a {
		width: 100%;
	}

	footer .container .men_u {
		flex-direction: column;
		text-align: center;
	}

	footer .left button.el .dropdown {
		width: 300px;
	}

	footer .left button.el .dropdown a {
		width: 48%;
	}

	footer .left {
		justify-content: center;
	}
}

@media all and (max-width: 600px) {
	header .container {
		flex-direction: column;
		position: relative;
	}

    header.header_fixed .container {
    	padding-top: 5px;
    	padding-bottom: 5px
    }

    header.header_fixed .btn {
    	width: 70%
    }

	header .right .one {
		margin: 0;
		align-items: center;
	}

	header .right {
		position: initial;
	}

	#toggle {
		top: 26px;
		right: 15px;
	}

	header .left {
		width: 100%;
		margin-bottom: 10px;
	}
	
	header .rezim {
		font-size: 11px;
	}

	header.header_fixed .rezim {
		display: none;
	}

	header.header_fixed .left {
		display: none;
	}

	header.header_fixed .right .one {
		justify-content: flex-start;
		width: 100%;
		flex-direction: column;
	}

	header.header_fixed .right {
		width: 100%
	}

	header.header_fixed .contact {
		align-items: center;
		width: 100%;
		margin: 0px 0px 10px 0px;
	}

	header.header_fixed #toggle {
		top: 50%;
		margin-top: -15px;
	}

	header .phone {
		font-size: 14px
	}

	header .btn {
		height: 30px;
		width: auto;
		padding: 0px 10px;
		font-size: 13px;
		font-weight: 400;
	}

	.welcome {
		padding-top: 151px;
	}

	.prices .container {
		padding-top: 20px
	}

	.company .container {
		padding-bottom: 20px
	}

	.prices .roww {
		flex-direction: column;
		margin-top: 20px;
	}

	.prices .roww .col-md-6 {
		width: 100%;
	}

	.forma .title {
		font-size: 20px;
	}

	.forma .buttons {
		width: 100%;
	}

	.steps .blocks .block {
		width: 48%;
		margin: 20px 0px;
	}

	.steps .blocks .t_symbol {
		
	font-size: 120px;}

	header .contact {
		width: 50%;
	}

	header .phone:before {
		width: 15px;
		height: 15px;
		background-size: contain;
		margin-right: 5px;
	}

	.welcome ul {
		padding-left: 0px
	}

	.welcome li {
		padding-left: 30px;
		font-size: 15px;
		font-weight: 500;
	}

	.welcome li:before {
		left: 0;
	}

	.welcome .wpcf7-form-control-wrap {
		width: 100%
	}

	.company .container {
		padding-top: 40px
	}

	.company .flex-container {
		margin-top: 30px
	}

	.home .prices p {
		padding-left: 0;
		padding-right: 0;
	}

	.accordion .trigger .checkbox {
		font-size: 14px;
		padding: 10px 50px 10px 20px;
		line-height: 1;
	}

	.accordion .trigger .checkbox i {
		top: 50%;
		margin-top: -6px;
	}

	.accordion table td {
		font-size: 12px
	} 

	.accordion table tr {
		width: 100%;
		max-width: 100%;
	}

	.accordion table td.w1 {
		width: 50%;
	}

	.accordion table td.w2 {
		width: 20%;
	}

	.accordion table td.w3 {
		width: 30%;
	}

	.accordion .trigger .content p {
		word-break: break-word;
	}

	.accordion table td.kol {
		word-break: break-word;
		text-align: center;
	}

	.accordion .trigger .content p.int {
		text-align: center;
	}

	.services li {
		width: 100%;
		margin-bottom: 20px;
	}

	.services .preview img {
		width: auto;
		height: 100%;
		min-width: 100%
	}

	.our-works li {
		flex-direction: column;
		margin-bottom: 20px;
		height: auto;
	}

	.our-works .img,
	.our-works li article {
		width: 100%;
	}

	.our-works li article {
		margin-top: 10px
	}

	#contacts .flex-container {
		flex-direction: column;
	}

	#contacts .wpcf7 {
		width: 100%;
	}

	#contacts .data {
		width: 100%;
		margin-top: 20px;
	}

	#contacts .wpcf7-form-control-wrap {
		width: 100%;
	}

	div.wpcf7 .ajax-loader {
		display: none;
	}

	.title-side {
		margin-bottom: 0px;
	}

	.features .prices ul li,
	.newwork ul li,
	.features .prices.pri16 ul li {
		width: 100%;
	}

	.features {
		margin-top: 0;
	}

	.cost_block_top {
		padding: 0;
		font-size: 13px
	}

	.features .prices,
	.features .newwork {
		margin: 20px 0px;
	}

	.pos_abs .btn_abs {
		display: none;
	}

	.our_team .team {
		width: 48%;
		margin-bottom: 4%;
	}

	.our_team .team .img {
		height: 250px;
	}

	.providers .swiper .block {
		width: 28%;	
		margin: 3% 1% 0% 1%;
	}

	.providers .swiper .block img {
		width: 100%;
	}

	.providers .swiper {
		justify-content: center;
	}

	.our_team .teams {
		width: 100%;
	}
}

.works_all .textwidget {
	display: flex;
	justify-content: space-between;
	margin: 40px 0px 50px 0px
}

.works_all .textwidget .workzav {
	width: 24%;
	box-shadow: 0px 12px 90px -10px rgb(113 124 123 / 42%);
	border-radius: 8px;
	padding: 20px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.workzav p {
	text-align: center;
	line-height: 1;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.workzav span {
	margin-top: 10px;
	display: block;
	text-transform: none;
	font-weight: 400;
}

.img_op {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 15px;
}

.img_op img {
	width: 44%;
	margin-bottom: 10px;
	display: inline-flex;
}

.rews {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    margin: 80px auto 60px auto;
}

.reviews__item {
	display: flex;
	margin-top: 40px;
}

.reviews__item-user {
	width: 40px;
	display: flex;
}

.reviews__item-user div {
	width: 40px;
	height: 40px;
	display: flex;
	background-color: #a17f8b;
	color: #ffffff;
	font-size: 20px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.reviews__item-content {
	padding-left: 15px;
}

.reviews__item-user-name {
	font-weight: 600;
	font-size: 16px;
}

.rating_size_m .rating__stars {
    width: 70px;
    height: 14px;
    margin: 10px 0px;
    position: relative;
    display: inline-block;
}

.rating__stars-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAZklEQVR4AWL4uYWZCdAJHVMBAIJAAG1DoAtjGarYxxjqwHADnA8HFuWL3E8puH8gAqILPaB34Qq4FAQ1yoo+8ES7NRWKe6u+Ogo0XjtaCmlSd6K/4OQQOF0JKYTsMasgOIRkBfDZATita/85jgoHAAAAAElFTkSuQmCC);
}

.reviews__item-text {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 20px;
}

header .btn {
    animation: glowing 5s infinite linear;
}

@keyframes glowing {
	0% { background-color: #a17f8b;}
	50% { background-color: #f5085c;}
	100% { background-color: #a17f8b; }
}

@media all and (max-width: 600px) {
	.works_all .textwidget {
		flex-wrap: wrap;
	}

	.works_all .textwidget .workzav {
		width: 48%;
		margin-bottom: 15px
	}
}

.price_material {
	margin: 50px 0px 0px 0px;
}

.price_material table {
	font-size: 14px;
    width: 100%;
    border-collapse: collapse;
	margin: 40px 0px 40px 0px;
}

.price_material table th:first-child {
	width: 25%
}

.price_material table th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    color: #ffffff;
	width: 15%
}

.price_material table th a {
	color: #ffffff;
}

.price_material table td,
.price_material table th {
    border: none;
    padding: 10px 15px;
    box-sizing: border-box;
    vertical-align: middle;
}

.price_material table td {
	line-height: 1;
	text-align: center;
	border: 1px solid #eff3f7;
	padding: 10px;
}

.price_material th {
	background: #a17f8b;
}

.price_material table td a {
	color: #eb1661;
}

@media all and (max-width: 600px) {
  	.price_material table {
		border: 0;
  	}

	.price_material table thead tr {
		margin-bottom: 0px;
	}
  
  	.price_material table th {
		display: none;
  	}

	.price_material table th:first-child {
		display: block;
		width: 100%;
	}
  
  	.price_material table tr {
    	border-bottom: 1px solid #ddd;
    	display: block;
   		margin-bottom: 10px;
  	}
  
	.price_material table td {
    	display: block;
    	text-align: right;
	}

	.price_material table td:first-child {
		background: #f1f3f8;
		
		text-align: center;
		font-size: 12px;
	    text-transform: uppercase;
	}
  
	.price_material table td::before {
	    content: attr(data-label);
	    float: left;
		font-size: 12px;
	    text-transform: uppercase;
	}
  
  	.price_material table td:last-child {
    	border-bottom: 0;
  	}
}

.countact_usss {
	padding: 50px 0px 50px 0px;
	background: #213548;
	background-size: cover;
	background-position: center;
}

.countact_usss .container {
	display: flex;
	justify-content: center;
}

.countact_usss .blocks:first-child {
	width: 50%;/* order: 2; */}

.countact_usss .blocks:last-child {
	/* width: 35%; */position: relative;/* order: 1; */}

.countact_usss h3 {
	font-size: 21px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 10px;
	text-align: center;
}

.countact_usss .form-heading p {
	    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-top: 6px;
    text-transform: uppercase;
    line-height: 1;
	text-align: center;
}

.countact_usss .form-description {
	text-align: center;
	margin-bottom: 15px;
	color: #ffffff;
	margin-top: 10px;
}

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

.countact_usss .flex-container br {
	display: none;
}

.countact_usss input[name="text-257"],
.countact_usss input[name="tel-785"] {
	margin-bottom: 15px;
    width: 100%;
    height: 47px;
    text-indent: 10px;
    border: none;
    background-color: #e9e9e9;
    color: #838486;
    font-size: 14px;
    border-radius: 24px;
    font-family: 'Exo 2';
    font-weight: 400;
}

.countact_usss .wpcf7-submit {
	width: 32%;
	min-width: 160px;
	height: 47px;
	border: none;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	background-color: #a17f8b;
	color: #ffffff;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	transition: all 0.4s;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
	cursor: pointer;
	line-height: 1;
}

.countact_usss .wpcf7-submit:hover {
	background: #ffffff;
	color: #000000;
}

.countact_usss .wpcf7 h4 {
	display: none;
}

.countact_usss .wpcf7-form {
	display: flex;
	justify-content: space-between;
}

.countact_usss .wpcf7-form-control-wrap {
	width: 32%;
	max-width: none;
}

.countact_usss .wpcf7 p {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.countact_usss img {
	height: 380px;
	position: absolute;
	bottom: -50px;
	right: 0;
	left: 0%;
	margin: 0 auto;
}

@media all and (max-width: 600px) {
	.countact_usss .blocks:first-child {
		width: 100%;}

	.countact_usss .container {
		
	justify-content: flex-start;}

	.countact_usss .wpcf7-form-control-wrap,
	.countact_usss .wpcf7-submit {
		width: 100%;
	}

	.countact_usss .blocks:last-child {
		display: none;
	}
}

.fancybox-content {
	border-color: transparent !important;
	border: 0 !important;
	margin: 0 auto;
}

#form_popup5 {
	width: 600px;
}

#form_popup5 .wpcf7 form {
	padding: 0;
	margin: 0px 0px 0px 0px;
}

#form_popup5 .timeOut {
	display: flex;
	justify-content: space-between;
}

#form_popup5 .timeOut .left {
	width: 50%;
	background: url(images/chad_3.png);
	background-size: auto 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#form_popup5 .timeOut .right {
	width: 50%;
	padding: 25px;
}

#form_popup5 .timeOut .right h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1;
	font-size: 20px;
	max-width: 290px;
	margin: 10px 0px 10px 0px;
	color: #0a3247;
	text-transform: uppercase;
}

#form_popup5 .timeOut .right h3 {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 10px 0px 20px 0px;
	font-size: 14px;
	line-height: 1;
	width: 100%;
	font-weight: 400;
	text-transform: unset;
}

#form_popup5 .timeOut .right i {
	margin-top: 20px;
	text-align: center;
	display: inline-flex;
	font-size: 13px;
}