@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700&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: #b2b3b4;
}

::-moz-placeholder {
	color: #b2b3b4;
}

:-moz-placeholder {
	color: #b2b3b4;
}

:-ms-input-placeholder {
	color: #b2b3b4;
}

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

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

.bg {
	height: 205px;
}

footer {
	width: 100%;
	height: auto;
	margin: -205px 0px 0px 0px;
	background: #000000;
	z-index: 101;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	/* z-index: 1; */
	width: 90%;
}

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

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

@media (min-width: 992px) {
	.container {
		width: 90%;
		position: relative;
		z-index: 1;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
		position: relative;
		z-index: 1;
	}
}

@media screen and (max-width: 600px) {
	.nav ul {
		flex-direction: column;
		padding: 20px;
	}

	.nav ul li {
		border-bottom: 1px solid #5e6269;
		padding: 16px 20px;
		justify-content: center;
		height: auto;
		display: inline-flex;
		align-items: center;
		width: 100%;
	}

	.nav ul li a {
		color: #ffffff;
		text-decoration: none;
		width: 100%;
		text-transform: uppercase;
		height: auto;
	}
}

header {
	height: 110px;
	width: 100%;
	padding: 10px 0px;
	position: fixed;
	z-index: 888;
	transition: 0.2s linear;
}

header.header_fixed {
	height: 85px;
	padding: 10px 0px
}

header.header_fixed #logo img {
	width: 80%;
}

body.page header,
body.single header {
	background-color: #21201e;
	position: fixed;
	display: flex;
	align-items: center;
	top: 0;
}

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

header #logo {
	width: 25%;
}

header #logo img {
	width: 100%;
	transition: 0.2s linear;
}

header nav ul {
	display: flex;
}

header nav ul a {
	color: #ffffff;
	font-size: 17px;
	margin: 0px 10px;
}

header nav ul li.current-menu-item a {
	color: #ffd04c;
}

header .contact {
	display: flex;
	align-items: center;
}

header .contact p {
	color: white;
	text-align: center;
	font-size: 16px
}

header .contact div {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-left: 20px;
}

header .contact .phone {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
}

header .contact .btn {
	font-size: 15px;
	color: #21201e;
	font-weight: 500;
	background: #ffd04c;
	line-height: 1;
	margin-top: 5px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	width: 200px;
}

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

@keyframes glowing {
	0% {
		background-color: #ffd04c;
		box-shadow: 0 0 2px #ffd04c;
	}

	50% {
		background-color: #ffffff;
		box-shadow: 0 0 9px #ffffff;
	}

	100% {
		background-color: #ffd04c;
		box-shadow: 0 0 2px #ffd04c;
	}
}

.welcome {
	height: 700px;
	background-position: center center;
	background-attachment: scroll;
	background-image: url(images/back1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 110px;
	display: flex;
	align-items: center;
}

.welcome .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.welcome .left {
	width: 60%
}

.welcome .right {
	width: 35%;
}

.welcome .right .form-heading h3 {
	color: #ffffff;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	margin: 20px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
}

.welcome .right .form-heading p {
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	margin: 20px 0px 20px 0px;
	text-align: center;
}

.welcome .right {
	padding: 30px;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
	background-color: rgb(33 32 30 / 0.5);
}

.welcome .wpcf7 h4 {
	display: none;
}

.welcome .wpcf7 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;
	border-radius: 8px;
}

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

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

.welcome .wpcf7 br {
	display: none;
}

.welcome .tn_atom {
	color: #ffd04c;
	font-size: 28px;
	line-height: 1.55;
	font-weight: 400;
}

.welcome h1 {
	color: #ffffff;
	font-size: 36px;
	line-height: 1.15;
	font-weight: 800;
	margin: 20px 0px 0px 0px;
}

.welcome h1 span {
	color: #ffd04c
}

.welcome .left h3 {
	color: #ffffff;
	font-size: 30px;
	line-height: 1.15;
	font-weight: 800;
	margin: 0px 0px 20px 0px;
}

.welcome h3 span {
	color: #ffd04c
}

.welcome hr {
	width: 80px;
	height: 2px;
	border: none;
	background: #999999;
	margin: 30px 0px;
}

.welcome .blocks {
	display: flex;
	align-items: center;
}

.welcome .blocks .blocks_atom {
	color: #ffffff;
	margin-right: 40px;
	padding-left: 40px;
	height: 40px;
	display: flex;
	align-items: center;
}

.welcome .blocks .blocks_atom:nth-of-type(1) {
	background: url(images/advant1.svg) no-repeat;
	background-size: 30px;
	background-position: left center;
}

.welcome .blocks .blocks_atom:nth-of-type(2) {
	background: url(images/advant2.svg) no-repeat;
	background-size: 30px;
	background-position: left center;
}

.welcome .blocks .blocks_atom:nth-of-type(3) {
	background: url(images/advant3.svg) no-repeat;
	background-size: 30px;
	background-position: left center;
}

.welcome .btn {
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 40px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 8px;
	background-color: #ffd04c;
	margin-top: 40px;
	transition: 0.2s linear;
}

.welcome .btn:hover {
	box-shadow: 0px 12px 90px -10px rgb(255 255 255);
	background-color: #ffffff;
}

.work {
	margin: 40px 0px 30px 0px;
}

.work>h2 {
	color: #000000;
	font-size: 37px;
	font-weight: 500;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.work .works {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.work .works .block {
	width: 40%;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}

.work .works .block img {
	width: 10%;
}

.work .works .block .text {
	padding-left: 20px;
	padding-right: 0px;
}

.work .works .block .text h2 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 15px
}

.work .works .block .text p {
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 15px;
}

.company h2 {
	color: #000000;
	font-size: 37px;
	font-weight: 500;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.company p {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 24px;
}

.company h3 {
	color: #000000;
	font-size: 25px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	margin: 20px 0px 10px 0px;
}

.company h4 {
	color: #000000;
	font-size: 20px;
	font-weight: 500;
	display: flex;
	margin: 10px 0px;
}

.company ul {
	margin: 10px 0px;
}

.company li {
	padding-left: 30px;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	position: relative;
}

.company li:after {
	content: '';
	position: absolute;
	display: block;
	background: #ffd04c;
	border-radius: 50%;
	left: 0px;
	top: 5px;
	width: 15px;
	height: 15px;
}

.potfolio {
	margin-bottom: 40px;
}

.potfolio h2 {
	color: #000000;
	font-size: 37px;
	font-weight: 500;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
	margin-top: 50px;
}

.potfolio .blocks {
	width: 760px;
	margin: 0 auto;
}

.port {
	height: 450px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.port img {
	width: 120%;
}

.potfolio .slick-arrow {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 50%;
	margin-top: -15px;
	font-size: 0;
}

.potfolio .slick-next {
	background: #000000 url(images/right.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px 13px;
	right: -50px;
}

.potfolio .slick-prev {
	background: #000000 url(images/left.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px 13px;
	transform: rotate(180deg);
	left: -50px;
}

.potfolio .slick-dots {
	display: flex !important;
	justify-content: center;
}

.potfolio .slick-dots li {
	padding: 10px 5px;
}

.potfolio .slick-dots button {
	background-color: #000000;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	border: none;
	font-size: 0;
}

.potfolio .slick-dots .slick-active button {
	background-color: #ffd04c;
}

.vopros {
	margin-bottom: 50px;
}

.vopros h2 {
	color: #000000;
	font-size: 37px;
	font-weight: 500;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
	margin-top: 50px;
}

.accordion {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.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,
.accordion .trigger #checkbox-11,
.accordion .trigger #checkbox-12,
.accordion .trigger #checkbox-13,
.accordion .trigger #checkbox-14,
.accordion .trigger #checkbox-15,
.accordion .trigger #checkbox-16,
.accordion .trigger #checkbox-17 {
	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,
.accordion .trigger #checkbox-11:checked+label,
.accordion .trigger #checkbox-12:checked+label,
.accordion .trigger #checkbox-13:checked+label,
.accordion .trigger #checkbox-14:checked+label,
.accordion .trigger #checkbox-15:checked+label,
.accordion .trigger #checkbox-16:checked+label,
.accordion .trigger #checkbox-17:checked+label {
	color: #ffd04c;
}

.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,
.accordion .trigger #checkbox-11:checked+label i:before,
.accordion .trigger #checkbox-12:checked+label i:before,
.accordion .trigger #checkbox-13:checked+label i:before,
.accordion .trigger #checkbox-14:checked+label i:before,
.accordion .trigger #checkbox-15:checked+label i:before,
.accordion .trigger #checkbox-16:checked+label i:before,
.accordion .trigger #checkbox-17:checked+label i:before {
	transform: translate(5px, 8px) rotate(45deg);
	background-color: #ffd04c;
}

.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,
.accordion .trigger #checkbox-11:checked+label i:after,
.accordion .trigger #checkbox-12:checked+label i:after,
.accordion .trigger #checkbox-13:checked+label i:after,
.accordion .trigger #checkbox-14:checked+label i:after,
.accordion .trigger #checkbox-15:checked+label i:after,
.accordion .trigger #checkbox-16:checked+label i:after,
.accordion .trigger #checkbox-17:checked+label i:after {
	transform: translate(-5px, 8px) rotate(-45deg);
	background-color: #ffd04c;
}

.accordion .trigger {
	display: inline-block;
	width: 100%;
	margin: 0px auto 1% auto;
	box-shadow: 0px 30px 120px 0px #dde5ee;
	padding: 10px 20px;
}

.accordion .trigger .checkbox {
	position: relative;
	display: block;
	margin: 0;
	padding: 0px 0px;
	color: #3f4555;
	cursor: pointer;
	font-weight: 500;
	font-size: 18px;
}

.page-id-82 .accordion .trigger .checkbox {
	padding: 0px 29px 0px 0px;
}

.page-id-82 .accordion {
	margin-bottom: 50px;
}

.page-id-82 .accordion .trigger .checkbox i {
	right: 0;
}

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

.accordion .trigger .checkbox i:before,
.accordion .trigger .checkbox i:after {
	position: absolute;
	content: '';
	width: 16px;
	height: 3px;
	background-color: #3f4555;
	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;
	transition: max-height 500ms ease-in-out;
	padding: 0px 0px;
}

.accordion .trigger .content p {
	padding: 5px;
	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,
#checkbox-11:checked~.content,
#checkbox-12:checked~.content,
#checkbox-13:checked~.content,
#checkbox-14:checked~.content,
#checkbox-15:checked~.content,
#checkbox-16:checked~.content,
#checkbox-17: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: #21201e;
	color: #ffffff;
}

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

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

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

.forma {
	padding: 75px 0px;
	background-color: #efefef;
}

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

.forma .descr {
	margin-bottom: 25px;
	color: #000000;
	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: #efb523;
	top: 0;
	bottom: 0;
	margin: auto;
}

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

.forma a {
	color: #ffffff;
	background-color: #efb523;
	border-radius: 8px;
	width: 100%;
	display: flex;
	height: 45px;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

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

.steps h2 {
	color: #000000;
	font-size: 37px;
	font-weight: 500;
	text-align: center;
	display: flex;
	justify-content: center;
	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: #efb523;
	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: #ffd04c;
	border-radius: 10px;
	transition: 0.5s all ease;
	position: relative;
	margin-left: 10px;
	cursor: pointer;
}

footer .left button.el:hover {
	background-color: rgb(255 255 255);
	color: #000000;
}

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

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

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: 69%;
	display: flex;
}

footer .contacts img {
	width: 100%;
}

footer .contacts h2 {
	color: #d1a019;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 10px;
}

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

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

footer a {
	color: #ffffff;
	margin: 2px 0px;
	display: inline-flex;
}

footer a:hover {
	color: #d1a019;
}

.breadcrumb {
	font-size: 13px;
	color: #efb523;
	margin-top: 128px;
}

.breadcrumb a {
	color: #000000;
}

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

.title-side h1 {
	color: #000000;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	display: flex;
	justify-content: center;
	width: 100%;
	/* margin-bottom: 30px; */
	margin-top: 50px;
}

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

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

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

.singleText h5 {
	display: flex;
	width: 100%;
	margin: 40px 0px 20px 0px;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.2;
}

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

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

.singleText a {
	color: #f5085c;
}

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

.text-vn li {
	margin: 0;
	color: #000000;
	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: #ffd04c;
}

.t_container {
	height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(images/interior-stylish-des.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}

.t_container:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 450px;
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.90), rgba(20, 20, 20, 0.40));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.90), rgba(20, 20, 20, 0.40));
}

.t_container .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.t_container h2 {
	color: #f5bc00;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 20px;
}

.t_container h4 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 26px;
	text-align: center;
	font-weight: 600;
	margin: 0px 0px 30px 0px
}

.t_container p {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 80%;
	margin: 0 auto;
}

.t_container .wpcf7 {
	width: 100%;
}

.t_container .wpcf7 input.wpcf7-submit {
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 48px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 8px;
	background-color: #000000;
	transition: 0.2s linear;
	cursor: pointer;
	text-transform: uppercase;
}

.t_container .wpcf7 input.wpcf7-submit:hover {
	box-shadow: 0px 12px 90px -10px rgb(255 255 255);
	background-color: #ffffff;
	color: #000000;
}

.t_container .wpcf7-form-control-wrap {
	width: 30%;
}

.t_container .wpcf7 input {
	width: 100%;
	padding: 16px 20px;
	background-color: #ffffff;
	border: none;
	color: #838486;
	font-weight: 400;
	font-size: 15px;
	line-height: 16px;
	border-radius: 8px;
}

.welcome .wpcf7 br {
	display: none;
}

.item-remont {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 30%;
	margin-bottom: 20px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 37px rgba(226, 224, 224, .7);
}

.home .item-remont {
	width: 24%;
}

.thumb_remont img {
	display: block;
	height: 240px;
}

.thumb_remont .a {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.list-remonts-box {
	display: flex;
	justify-content: space-between;
}

.last-item {
	margin-right: 0 !important
}

.title-remont {
	display: block;
	font-size: 24px;
	line-height: 26px;
	color: #232323;
	margin-bottom: 30px
}

.desc_p-remont {
	padding: 40px 30px 0px 30px;
	position: relative;
}

.p-remont {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 75px
}

.home .p-remont {
	margin-bottom: 20px;
}

.desc_p-remont.show_all .p-remont {
	max-height: none !important
}

a.my-read-more {
	display: block;
	width: 100%;
	top: -60px;
	text-align: center;
	position: relative
}

.desc_p-remont .button-remont {
	/* position: absolute; */
	left: 50px;
	bottom: 40px;
}

a.button-remont {
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	height: 40px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 8px;
	background-color: #ffd04c;
	margin: 0 auto 20px auto;
	transition: 0.2s linear;
}

a.button-remont:hover {
	background: #ffdd67;
	color: #232323 !important
}

.thumb_remont {
	position: relative
}

.min-price_box {
	position: absolute;
	right: 20px;
	left: auto;
	top: 172px;
	width: 110px;
	height: 110px;
	background: #ffd04c;
	z-index: 20;
	display: flex;
	box-shadow: 0 0 37px rgba(253, 247, 226, .7);
	border-radius: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.min-price_box span {
	display: block;
	text-align: center;
	line-height: 1;
}

.min-price_box span:first-child {
	margin-top: -10px;
}

.min-price_box .min-txt_min-price2 {
	font-size: 23px;
}

.line_ugol {
	height: 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
}

.home .line_ugol {
	display: none;
}

.line_ugol:before {
	content: "";
	width: 77%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
}

.line_ugol:after {
	content: "";
	width: 14%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #fff;
}

.line_ugol span {
	width: 0;
	height: 0;
	border-bottom: 20px solid #fff;
	border-left: 31px solid transparent;
	position: absolute;
	left: 47px;
	top: 0
}

.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;
	align-items: center;
}

.contacts .wpcf7 {
	order: 2;
}

.contacts form {
	width: 715px;
	padding: 35px 33px 40px;
	/* box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15); */
	background-color: #ffffff82;
}

.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 form .wpcf7-form-control-wrap {
	width: 48%;
}

.contacts form .flex-container br {
	display: none;
}

.contacts input {
	width: 100%;
	padding: 16px 20px;
	background-color: #ffffff;
	border: none;
	color: #838486;
	font-weight: 400;
	font-size: 15px;
	line-height: 16px;
	border-radius: 8px;
	border: 1px solid #b2b3b4;
	margin-bottom: 20px;
}

.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;
	width: 370px;
	padding: 40px 15px 30px 30px;
	/* box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15); */
	background-color: #ffffff82;
	order: 1;
}

.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 .data .address,
.contacts .data .phone,
.contacts .data .email,
.contacts .data .social {
	position: relative;
	margin-bottom: 23px;
	padding-left: 30px;
}

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

.contacts .data .address:before,
.contacts .data .phone:before,
.contacts .data .email:before,
.contacts .data .social:before {
	content: '';
	position: absolute;
	display: block;
	background: #ffd04c;
	border-radius: 50%;
	left: 0px;
	top: 0px;
	width: 15px;
	height: 15px;
}

.contacts input.wpcf7-submit {
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 48px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 8px;
	background-color: #000000;
	transition: 0.2s linear;
	cursor: pointer;
	text-transform: uppercase;
	border: none;
}

.contacts input.wpcf7-submit:hover {
	background-color: #ffd04c;
	box-shadow: 0px 12px 90px -10px rgb(255 208 76);
}

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

.features .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.features .section_title {
	color: #000000;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	display: flex;
	justify-content: center;
	width: 100%;
}

.features .prices {
	margin: 50px 0px 50px 0px;
}

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

.features .prices ul li {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 32%;
	box-shadow: 0 0 37px rgb(226 224 224 / 70%);
}

.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;
	margin: 0 auto;
}

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

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

.features .prices h3 {
	font-size: 24px;
	line-height: 26px;
	color: #232323;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	font-weight: 400;
	padding: 40px 30px 0px 30px;
	text-align: center;
}

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

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

.features .prices .btn-container .btn {
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	height: 40px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 8px;
	background-color: #ffd04c;
	margin: 0 auto 20px auto;
	transition: 0.2s linear;
}

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

.newwork ul li {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 32%;
	box-shadow: 0 0 37px rgb(226 224 224 / 70%);
}

.newwork li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin: 0 auto;
}

.newwork ul li img {
	/* height: auto; */
	/* width: 100%; */
	/* height: 100%; */
	width: auto;
	max-height: 110%;
	min-width: 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;
}

.imagepis .btn-container .btn {
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	height: 40px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 8px;
	background-color: #ffd04c;
	margin: 0 auto 20px auto;
	transition: 0.2s linear;
}

.imagepis .btn-container .btn:hover,
.features .prices .btn-container .btn:hover {
	background: #ffdd67;
	color: #232323 !important
}

.imagepis .square {
	position: absolute;
	right: 20px;
	left: auto;
	top: 172px;
	width: 110px;
	height: 110px;
	background: #ffd04c;
	z-index: 20;
	display: flex;
	box-shadow: 0 0 37px rgba(253, 247, 226, .7);
	border-radius: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
}

.imagepis .square p {
	font-size: 21px;
	font-weight: 600;
	margin: 0;
	line-height: 1;
}

.imagepis .square span {
	font-size: 13px;
	font-weight: 400;
}

.imagepis .opisim {
	font-size: 22px;
	line-height: 26px;
	color: #232323;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	font-weight: 400;
	padding: 10px 30px 0px 30px;
	text-align: center;
}

.imagepis .opisim span {
	font-size: 16px
}

.pri16 .cost_block_top .col,
.cost_block_top.pri17 .col {
	position: absolute;
	right: 20px;
	left: auto;
	top: 120px;
	width: 110px;
	height: 110px;
	background: #ffd04c;
	z-index: 20;
	display: flex;
	box-shadow: 0 0 37px rgba(253, 247, 226, .7);
	border-radius: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
}

.pri16 .cost_block_top .col p,
.cost_block_top.pri17 .col p {
	font-size: 21px;
	font-weight: 600;
	margin: 0;
	line-height: 1;
}

.pri16 .cost_block_top .col span,
.cost_block_top.pri17 .col span {
	font-size: 13px;
	font-weight: 400;
}

.features .prices.pri16 h3 {
	font-size: 20px;
	line-height: 1;
	padding: 40px 20px 0px 20px;
}

.allPopup {
	width: 580px;
}

.allPopup .wpcf7 {
	padding-left: 45%;
}

.allPopup  .wpcf7 form {
	padding: 0;
	margin: 0px 0px 0px 0px;
}

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

#form_popup5 .timeOut .right {
	width: 100%;
}

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

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

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

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

.fancybox-wrap .wpcf7 p {
	margin: 12px 0px 0px 0px;
	color: #ffffff;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

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

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

.fancybox-wrap .wpcf7 .wpcf7-form-control-wrap input {
	margin-bottom: 5px;
	width: 100%;
	padding: 0px 20px;
	height: 40px;
	border: 1px solid #6d6d6d;
	border-radius: 8px;
	color: #000000;
}

.fancybox-wrap .wpcf7 .wpcf7-form-control-wrap textarea {
	margin-bottom: 15px;
	width: 100%;
	padding: 16px 20px 10px 20px;
	border: 1px solid #6d6d6d;
	border-radius: 8px;
	color: #000000;
	height: 70px;
	resize: vertical;
}

.fancybox-wrap .wpcf7 .bl {
	width: 100%;
}

.fancybox-wrap .wpcf7 input.wpcf7-submit {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #ffffff;
	width: 100%;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-out;
	border-radius: 4px;
	padding: 0;
	cursor: pointer;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 500;
	border-radius: 8px;
	background-color: #ffd04c;
	transition: 0.2s linear;
}

.fancybox-wrap .wpcf7 input.wpcf7-submit:hover {
	box-shadow: 0px 12px 90px -10px rgb(0 0 0);
	background-color: #000000;
	color: #ffffff;
}

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

.fancybox-inner > div {
	background: url(images/chad_4.png);
	background-size: auto 100%;
	background-position: left -120px bottom;
	background-repeat: no-repeat;
}

.fancybox-inner > div.#form_popup5 {
	background: url(images/chad_4.png);
	background-size: auto 100%;
	background-position: left -30px bottom;
	background-repeat: no-repeat;
}

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

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

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

.btn_abs a p {
	display: flex;
	align-items: center;
	text-align: center;
	border: none;
	color: #21201e;
	text-transform: uppercase;
	transition: 0.5s all ease;
	font-size: 12px;
	line-height: normal;
	padding: 0px 15px 0px 15px;
	position: relative;
	margin-bottom: 0 !important;
	width: 170px;
	justify-content: center;
	font-weight: 600;
}

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

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

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

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

@media all and (max-width: 920px) {
	.pos_abs .btn_abs {
		display: none;
	}
}

@media screen and (min-width: 1201px) {
	#toggle {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	#popout {
		position: fixed;
		height: 100%;
		width: 250px;
		background: rgba(26, 26, 26, .9);
		color: white;
		top: 0;
		left: -250px;
		overflow: auto;
		z-index: 2000;
	}

	#toggle {
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -15px;
		background: #ffffff;
	}

	#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 .contact {
		margin-right: 50px;
	}
}

@media all and (max-width: 768px) {
	.welcome {
		height: auto;
		padding-top: 20px;
	}

	.welcome .left {
		width: 100%;
	}

	.welcome .right {
		width: 100%;
	}

	.welcome h3 {
		font-size: 30px
	}

	.potfolio .blocks {
		width: 90%;
	}

	.accordion .trigger .checkbox {
		padding: 0px;
	}

	.accordion .trigger .checkbox i {
		right: 0;
		top: 50%;
		margin-top: -10px;
	}

	footer {
		height: auto;
	}

	.features .prices ul,
	.newwork ul {
		flex-direction: column;
	}

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

	.features .prices {
		margin: 20px 0px 50px 0px
	}

	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;
	}

	header #logo {
		width: 100%;
	}

	header .contact {
		flex-direction: column;
		margin: 0;
	}

	body.page header,
	body.single header {
		height: auto;
	}

	header .contact p {
		margin: 15px 0px
	}

	#toggle {
		margin-top: 25px
	}

	header .contact div {
		margin: 0;
	}

	.welcome .blocks {
		flex-direction: column;
		align-items: flex-start;
	}

	.welcome .blocks .blocks_atom {
		margin: 0;
	}

	.welcome .tn_atom {
		line-height: 1;
	}

	.welcome .left h3 {
		font-size: 20px;
	}

	.welcome .left h1 {
		font-size: 25px;
	}

	.work .works .block {
		width: 100%;
	}

	.work .works .block img {
		width: 15%;
	}

	.port {
		height: auto;
	}

	.accordion .trigger .checkbox {
		padding: 0px 29px 0px 0px;
		font-size: 16px;
	}

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

	.forma .buttons {
		width: 100%;
	}

	.t580__arrow-icon {
		display: none;
	}

	.steps h2,
	.vopros h2,
	.potfolio h2,
	.work>h2,
	.company h2 {
		font-size: 30px
	}

	.steps .blocks .block {
		width: 48%
	}

	.steps .blocks .t_symbol {
		font-size: 150px
	}

	footer .container {
		flex-direction: column;
	}

	footer .container .contacts {
		width: 100%;
		text-align: center;
	}

	footer .contacts {
		margin-bottom: 20px;
	}

	.t_container h2 {
		text-align: center;
		font-size: 25px
	}

	.t_container h4 {
		font-size: 20px
	}

	.t_container p {
		width: 100%;
		flex-direction: column;
	}

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

	.features {
		margin-top: 0;
	}

	.list-remonts-box {
		flex-direction: column;
	}

	.item-remont {
		width: 100%
	}

	.home .item-remont {
		width: 100%
	}

	.line_ugol {
		display: none;
	}

	.contacts .container {
		padding: 0px 15px 0px 15px;
	}

	.contacts .flex-container {
		margin: 0;
		flex-direction: column;
	}

	.contacts .data {
		width: 100%;
		padding: 0;
	}

	.contacts form {
		width: 100%;
		padding: 0;
	}

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

	header {
		position: sticky !important;
		top: 0;
		z-index: 1000;
		display: inline-grid;
	}

	header.header_fixed {
		/* position: fixed !important; */
		top: 0;
		z-index: 1000;
		display: inline-grid;
	}

	header.header_fixed #logo {
		display: none;
	}

	header.header_fixed .rezim {
		display: none;
	}

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

@media all and (max-width: 400px) {
	.welcome .tn_atom {
		font-size: 20px
	}

	.welcome h1 {
		font-size: 20px;
	}

	.welcome h3 {
		font-size: 16px;
	}

	.potfolio .slick-prev {
		left: -15%
	}

	.potfolio .slick-next {
		right: -15%
	}

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

	.forma {
		padding: 40px 0px
	}

	.forma a {
		font-size: 11px;
		color: black;
	}

	.steps .blocks .block {
		margin: 10px 0px;
		width: 100%;
	}
}

.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%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home .our-works li {
	height: 269px;
}

.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: #ffd04c 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;
}

h2.caption {
	margin: 40px 0px 50px 0px;
	line-height: 1;
	text-align: center;
	color: #000000;
	font-size: 37px;
	font-weight: 500;
	text-align: center;
	display: flex;
	justify-content: center;
}

.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%);
	padding: 20px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #ffd04c;
}

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

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

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

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

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

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

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

.reviews__item-user div {
	width: 40px;
	height: 40px;
	display: flex;
	background-color: #000000;
	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;
}

.our_team {
	margin-top: 60px;
}

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

.our_team .team {
	width: 24%;
	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;
	box-shadow: 0px 12px 90px -10px rgb(113 124 123 / 42%);
	position: relative;
}

.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: #ffd04c;

	/* box-shadow: 0 0 9px #ffffff; */
}

.our_team .team .bottom .name {
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-weight: 600;
	line-height: 1;
}

.our_team .team .bottom .position {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	color: #808080;
	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;
}

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

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

	.home .our-works li,
	.our-works li {
		flex-wrap: wrap;
		height: auto;
	}

	.our-works .img {
		width: 100% !important;
	}

	.our-works li article {
		width: 100% !important;
	}

	.works_all .textwidget {
		flex-wrap: wrap;
	}

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

	.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;
	}
}

.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%;
	background: #ffd04c;
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
}

.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: #000000;
}

.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: #000000;
}

.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: #21201e;
		text-align: center;
		font-size: 12px;
		text-transform: uppercase;
		color: #ffffff;
	}

	.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: #f2f2f2;
}

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

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

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

.countact_usss h3 {
	font-size: 21px;

	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}

.countact_usss .form-heading p {
	font-size: 40px;
	font-weight: bold;

	margin-top: 6px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
}

.countact_usss .form-description {
	text-align: center;
	margin-bottom: 15px;

	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 .text-257 input,
.countact_usss .tel-785 input {
	margin-bottom: 15px;
	width: 100%;
	height: 47px;
	text-indent: 10px;
	border: none;
	background-color: #ffffff;
	color: #000000;
	font-size: 14px;
	border-radius: 8px;
	font-family: 'Exo 2';
	font-weight: 400;
	border: 1px solid #6d6d6d;
}


.countact_usss .wpcf7-submit {
	width: 48%;
	min-width: 160px;
	height: 47px;
	border: none;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background-color: #ffd04c;
	color: #000000;
	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;
	margin: 0 auto;
}

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

.countact_usss .wpcf7 h4 {
	display: none;
}

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

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

.countact_usss img {
	height: 380px;
	position: absolute;
	bottom: -50px;
	left: 20%;
	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;
	}

	.allPopup .wpcf7 {
		padding: 0;
	}

	.allPopup {
		width: auto;
	}

	.fancybox-inner {
		background: none;
	}
}