@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');

*.agree {
	display: none !important;
}

#p_prldr{
	position: fixed;
	left: 0;
	top: 0;
	right:0;
	bottom:0;
	background: #ffffff;
	z-index: 9000;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.loader {
    width: 100%;
    height: 100%;
}

.loader span {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #8718a2;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.loader span:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e02d99;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

.loader span:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e83737;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
    }
}

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

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

button, input, textarea {
	font-family: Nunito !important;
	font-weight: 400;
	font-size: 13px;
}

li {
	list-style: none;
}

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

a img {
	border: none;
}

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

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

img {
	vertical-align: middle;
}

:focus {
	outline: none;
}

button:hover {
	cursor: pointer;
}

::-webkit-input-placeholder {
	color: #333333;
}

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

/* Firefox 19+ */

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

/* Firefox 18- */

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

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

.wrapper {
	height: auto;
	position: relative;
}

footer {
	width: 100%;
	background: #2c2c2c;
	/* z-index: 101; */
	display: flex;
	color: #a0a5aa;
	text-align: center;
	flex-direction: column;
	position: relative;
}

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

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

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

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

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

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

header {
	background: rgba(0, 0, 0, 0.502);
	padding: 10px 0px 10px 0px;
	width: 100%;
	z-index: 22;
	position: fixed;
	left: 0;
	top: 0;
	transition: 0.2s linear;
}

.page_body header {
	/* position: relative; */
	background: #2c2c2c;
}

header nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

header .right {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

header .logo h2 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
	letter-spacing: -1px;
transition: 0.2s linear;}

header.header_fixed .logo h2 {
	font-size: 26px;
}

header .logo h2 span {
	font-size: 18px;
	display: flex;
	letter-spacing: 0px;
transition: 0.2s linear;}

header.header_fixed .logo h2 span {
	font-size: 14px;
}

header .top_menu {
	display: flex;
	margin-top: 10px;
	justify-content: center;
}

header .top_menu a {
	color: #ffffff;
	text-transform: uppercase;
	margin: 0px 10px;
	transition: 0.3s linear;
	font-size: 13px;
}

header .top_menu .current-menu-item a,
header .top_menu a:hover {
	border-bottom: 2px solid #ed3439
}

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

header .button p {
	color: white;
	text-align: center;
	font-size: 23px;
transition: 0.2s linear;}

header.header_fixed .button p.rezim {
	display: none;
}

header .button p span {
	font-size: 16px;
	margin-top: 6px;
	display: flex;
	background: rgba(255, 255, 255, 0.2);
	/* border: 1px solid rgba(255, 255, 255, 0.4); */
	color: #fff;
	width: 150px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-out;
	border-radius: 4px;
}

header .button div {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-left: 20px;
transition: 0.2s linear;}

header.header_fixed .button div {
	flex-direction: row;
}

header .phone {
	color: #ffffff;
	margin-bottom: 6px;
	font-size: 23px;
	font-weight: 500;
	text-align: center;
}

header.header_fixed .phone {
	margin-bottom: 0px;
	margin-right: 15px
}

header .btn {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	width: 150px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-out;
	border-radius: 4px;
}

header .btn:hover {
	background: rgba(255, 255, 255, 0.3);
}

.home_header {
	min-height: 500px;
	position: relative;
	background: url(images/banner.jpg) center;
	background-size: cover;
	padding: 140px 0px 40px 0px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 2;
}

.home_header:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #2c2d2d9c;
	z-index: -1;
}

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

.home_header .left {
	width: 60%
}

.home_header .right {
	width: 35%;
}

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

.home_header .right .form-heading p {
	font-size: 20px;
    color: #fff;
    line-height: 1;
    
text-transform: unset;margin: 20px 0px;}

.home_header .right .wpcf7 h4 {
	display: none;
}

.home_header .right .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: 4px;
}

.home_header .right .wpcf7 input.wpcf7-submit {
	display: flex;
	width: 100%;
	height: 47px;
	border: none;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background-color: #ed3439;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	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;
}

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

.home_header .right .wpcf7 br {
	display: none;
}

.home_header p {
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 1;
}

.home_header .title {
	text-transform: uppercase;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1;
}

.home_header .under_title {
	font-size: 22px;
	color: #fff;
	line-height: 1;
	margin-bottom: 30px;
}

.home_header .btn {
	transition: all 0.3s ease-out;
	font-size: 13px;
	width: 200px;
	height: 40px;
	background: #ed3439;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	color: #ffffff;
	border-radius: 4px;
	line-height: 1;
}

.home_header .btn:hover {
	background: #ed3439;
	color: #ffffff;
}

.areas_section h4 {
	padding-left:15px;
	border-left: 2px solid  #ed3439;
	width: 40%;
	display: flex;
	align-items: center;
	font-size: 26px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 10px;
	text-align: center;
}

.areas_section {
	margin-top: 60px; 
}

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

.areas_section .services {
	width: 58%;
}

.areas_section .services h5 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.areas_section .mediabody h2 {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 10px;
	color: #23282d;
	text-align: center;
	margin-top: 40px;
}

.areas_section .mediabody {
	width: 100%;
}

.areas_section .mediabody ul {
	margin-bottom: 10px;
}

.areas_section .mediabody li {
    position: relative;
    padding-left: 20px;
}

.areas_section .mediabody p {
	margin-bottom: 10px;
}

.areas_section .mediabody li:before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border: 2px solid #ed3439;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	top: 5px;
	left: 0px;
}

.service_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.service_item img {
	width: 15%
}

.service_item .media_body {
	width: 80%;
}

.service_item .media_body p {
	font-size: 14px;
	color: #626461;
}

.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 {
	font-size: 26px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 10px;
	text-align: center;
}

.features .section_subtitle {
	font-size: 18px;
	color: #626461;
	margin-bottom: 15px;
	text-align: center;
	line-height: 24px;
}

.features .featured {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}

.features .featured .item {
	width: 23%;
}

.features .featured .item .title {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 10px;
	color: #23282d;
}

.features .featured .item .text {
	color: #23282d;
}

.features .featured .item .icon {
	border-radius: 50%;
	background: #000000;
	width: 150px;
	height: 150px;
	border: 2px solid #0a0a0a;
	transition: all 0.3s ease-out;
	/* padding: 2px; */
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 20px auto 20px auto;
	/* box-shadow: 0px 12px 90px -10px rgb(103 95 95); */
}

.features .featured .item img {
    height: 100%;
    width: auto;
    /* border-radius: 50%; */
}

.features .featured .item .bgtitle {
	/* background: #ffffff38; */
	padding: 25px 20px 20px 20px;
	min-height: 135px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 10px -20px rgb(103 95 95);
}

.offers-section {
	padding: 40px 0 50px 0;
}

.offers-section .offers-list {
	padding-top: 30px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.offers-section .offers-list .blocks {
	width: 33%;
	margin: 0 auto;
}

.offers-section .offers-list .blocks:nth-of-type(2) {
	text-align: center;
}

.offers-section .offers-list .blocks img {
	width: 80%;
	margin: 0 auto;
}

.offers-section .text-item {
	position: relative;
	margin-bottom: 57px;
}

.offers-section .text-item:after {
	position: absolute;
	content: '';
	top: 3px;
	right: -10px;
	width: 10px;
	height: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ed3439;
}

.offers-section .text-item h5 {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 10px;
	color: #23282d;
}

.offers-section .text-item h5:after {
	display: none;
}

.offers-section .text-item em {
	margin-bottom: 10px;
	display: block;
}

.offers-section .text-item .dot-line {
	position: absolute;
	top: 6px;
	width: 82px;
	height: 5px;
	right: -102px;
	border-top: 1px solid #e7e8ec;
}

.offers-section .text-item .dot-line:after {
	content: '';
	position: absolute;
	right: 0;
	top: -3px;
	width: 5px;
	height: 5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #e7e8ec;
}

.offers-section .text-item .dot-line:before {
	content: '';
	position: absolute;
	left: 0;
	top: -3px;
	width: 5px;
	height: 5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #e7e8ec;
}

.offers-section .text-item.left-item {
	text-align: right;
	padding-right: 20px;
}

.offers-section .text-item.right-item {
	padding-left: 20px;
}

.offers-section .text-item.right-item:after {
	left: -10px;
	right: auto;
}

.offers-section .text-item.right-item .dot-line {
	left: -102px;
	right: auto;
}

.offers-section .text-item.right-item.middle-item .dot-line {
	width: 18px;
	left: -39px;
}

.offers-section .text-item.top-item {
	margin-bottom: 55px;
}

.offers-section .text-item.top-item:after {
	top: 14px;
}

.offers-section .text-item.top-item .dot-line {
	top: 18px;
}

.offers-section .text-item.middle-item {
	margin-bottom: 50px;
}

.offers-section .text-item.middle-item .dot-line {
	top: 22px;
	width: 18px;
	right: -39px;
}

.offers-section .text-item.middle-item:after {
	top: 17px;
}

.offers-section .text-item.bottom-item .dot-line {
	top: 30px;
}

.offers-section .text-item.bottom-item:after {
	top: 26px;
}

.section-title {
	font-size: 26px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 10px;
	text-align: center;
}

.section-subtitle {
	font-size: 16px;
	color: #626461;
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.2;
}

.design-arrow {
	width: 1px;
	height: 50px;
	background: #dddddd;
	position: relative;
	margin: 10px auto;
}

.design-arrow.inline-arrow {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.design-arrow:after {
	content: "";
	display: block;
	position: absolute;
	width: 11px;
	height: 11px;
	border: 2px solid #ed3439;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	top: 100%;
	left: -5px;
}

.steps-list .blocks:last-child .step-item:after {
	display: none;
}

.steps-list .step-item {
	text-align: center;
	position: relative;
	margin-bottom: 84px;
	min-height: 210px;
}

.steps-list .step-item:after {
	content: '';
	display: block;
	width: 178px;
	height: 29px;
	background: url(images/step-arrow.png) center no-repeat;
	position: absolute;
	bottom: -13%;
	left: 76%;
}

.steps-list .step-item.invert .item-icon {
	background: none;
}

.steps-list .step-item.invert .item-icon:before {
	background: #333;
}

.steps-list .step-item .item-text {
	display: inline-block;
	vertical-align: middle;
}

.steps-list .step-item .item-text h5 {
	margin: 0;
	border: 0;
	padding: 0;
	line-height: 24px;
	color: #333333;
	text-align: left;
}

.steps-list .step-item .item-text h5:after {
	display: none;
}

.steps-list .step-item .item-icon {
	position: relative;
	width: 120px;
	height: 100px;
	text-align: center;
	background: none;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	margin: 0px auto 20px auto;
}

.steps-list .step-item .item-icon img {
	width: 100%
}

.steps-list .step-item .item-icon:before {
	content: attr(data-count);
	border: 5px solid #eff2f7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	left: -5px;
	display: block;
	width: 30px;
	height: 30px;
	background: #ed3439;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-indent: 0;
}

.steps-list .step-item .item-icon .icon {
	font-size: 22px;
	color: #fff;
}

.steps-list {
	display: flex;
	margin-top: 30px;
	justify-content: space-between
}

.steps-list .blocks {
	width: 30%;
}

.steps-list h5 {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 10px;
	color: #23282d;
}

.services_section {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 40px;
}

.services_section .blocks {
	width: 23%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.services_section .service-icon {
	width: 120px;
	height: 120px;
	border: 2px solid #676767;
	background: #000000;
	text-align: center;
	border-radius: 50%;
	margin: 40px auto 20px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.services_section h5 {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 10px;
	color: #23282d;
}

.countact-us-section {
	padding: 50px 0px 50px 0px;
	background: url(images/footer.jpg);
	background-size: cover;
	background-position: center;
}

.countact-us-section .container {
	display: flex;
	justify-content: space-between;
}

.countact-us-section .blocks:first-child {
	width: 49%
}

.countact-us-section .blocks:last-child {
	width: 40%
}

.countact-us-section h3 {
	border-left: 2px solid  #ed3439;
	padding-left: 15px;
	font-size: 26px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 10px;
	text-align: center;
}

.countact-us-section .form-heading p {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.2;
}

.countact-us-section .form-description {
	text-align: center;
	margin-bottom: 15px;
	color: #ffffff;
}

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

.countact-us-section .flex-container br {
	display: none;
}

.countact-us-section .text-257,
.countact-us-section .tel-785 {
	width: 49%
}

.countact-us-section .textarea-666 {
	width: 100%
}

.countact-us-section .text-257 input,
.countact-us-section .tel-785 input {
	display: inline-block;
	width: 100%;
	height: 46px;
	line-height: 22px;
	padding: 10px;
	vertical-align: middle;
	border-radius: 2px;
	background: none;
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
	color: #ffffff;
}

.countact-us-section ::-webkit-input-placeholder {
	color: #d7d7d7;
}

.countact-us-section ::-moz-placeholder {
	color: #d7d7d7;
}

.countact-us-section :-moz-placeholder {
	color: #d7d7d7;
}

.countact-us-section :-ms-input-placeholder {
	color: #d7d7d7;
}

.countact-us-section textarea {
	display: block;
	width: 100%;
	padding: 10px 12px 6px 12px;
	font-size: 13px;
	line-height: 1.2;
	color: #ffffff;
	background: none;
	box-shadow: none;
	outline: none;
	border: none;
	border-bottom: 1px solid #d7d7d7;
	padding-left: 10px;
	height: 70px;
	resize: none;
}

.countact-us-section .wpcf7-submit {
	transition: all 0.3s ease-out;
	font-size: 13px;
	width: 200px;
	height: 40px;
	background: #ed3439;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	color: #ffffff;
	border-radius: 4px;
	line-height: 1;
	border: none;
	cursor: pointer;
}

.countact-us-section .wpcf7-submit:hover {
	background: #23282d;
}

.countact-us-section h2 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 36px;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
	letter-spacing: -1px;
}

.countact-us-section h2 span {
	font-size: 20px;
	display: flex;
	letter-spacing: 0px;
	color: #ffffff;
}

.countact-us-section .contact_block {
	margin-top: 20px;
}

.countact-us-section .contact_block h5 {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 50px;
	color: #ffffff;
}

.countact-us-section .contact_block h5:after {
    content: "";
    display: block;
    margin-top: 20px;
    width: 40px;
    height: 2px;
    background: #ed3439;
}

.countact-us-section .contact_block .block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.countact-us-section .contact_block .block div {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -1px;
	display: inline-flex;
	align-items: center;
}

.countact-us-section .contact_block .block p,
.countact-us-section .contact_block .block a {
	color: #ffffff;
}

.countact-us-section .contact_block .block:nth-of-type(1) i {
	display: inline-flex;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #000000 url(images/coordinates-icon.png) center no-repeat;
	margin-right: 10px;
	border: 2px solid #676767;
}

.countact-us-section .contact_block .block:nth-of-type(2) i {
	display: inline-flex;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #000000 url(images/telephone-icon.png) center no-repeat;
	margin-right: 10px;
	border: 2px solid #676767;
}

.countact-us-section .contact_block .block:nth-of-type(3) i {
	display: inline-flex;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #000000 url(images/mail-k-icon.png) center no-repeat;
	margin-right: 10px;
	border: 2px solid #676767;
}

.countact-us-section .contact_block .block:nth-of-type(4) i {
	display: inline-flex;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #000000 url(images/clock.svg) center no-repeat;
	background-size: 52%;
	margin-right: 10px;
	border: 2px solid #676767;
}

.wpcf7-response-output {
	width: 100%;
	margin: 20px 0px 10px 0px !important;
	border: 1px solid #d7d7d7 !important;
	padding: 15px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

footer .copy {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.breadcrumb {
	margin-top: 30px;
	font-size: 13px;
	font-weight: 400;
	color: #8c8989;
	padding-top: 126px;
}

.breadcrumb a {
	color: #ed3439;
}

.title-side h1 {
    font-size: 26px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 300;
    margin: 40px 0px 40px 0px;
    text-align: center;
}

.page_body .content {
	margin-bottom: 80px;
}

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

.footer_menu a {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.2;
}

footer .left {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	margin: 20px 0px;
}

footer .left span {
	color: #ffffff;
}

footer .left button.el {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 35px;
	border: none;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	background: #ed3439;
	border-radius: 4px;
	transition: 0.5s all ease;
	position: relative;
	margin-top: 10px;
	cursor: pointer;
	min-width: 200px;
	padding: 0px 10px;
}

footer .left button.el:hover {
	background-color: #23282d;
}

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%;
	left: 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: 15px;
	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;
	text-align: left;
}

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

.text-vn p {
	margin-bottom: 10px;
}

.text-vn h2 {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 10px;
	color: #23282d;
}

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

.text-vn li {
    position: relative;
    padding-left: 20px;
}

.text-vn li:before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border: 2px solid #ed3439;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	top: 5px;
	left: 0px;
}

.features-section2 {
	padding-bottom: 40px;
}

.feature-item {
	text-align: center;
	margin: 0 auto 15px;
	max-width: 300px;
}

.feature-item .title {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.feature-item .title:after {
	content: '';
	display: block;
	margin: 20px auto;
	height: 2px;
	width: 35px;
	background: #ed3439;
}

.feature-item .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 5px;
	text-align: justify;
}

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

.features2 .feature-item {
	width: 24%;
	margin: 20px 0px;
}

.featureomg {
	display: flex;
	width: 100%;
	height: 200px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 10px
}

.features2 .feature-item img {
	width: 130%
}

.accordion {
	position: relative;
}

.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: #ed3439;
	border: 1px solid #ed3439;
	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(3px, 10px) 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(-3px, 10px) 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;
	border: 1px solid #dddddd;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}

.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: 10px;
	height: 2px;
	background-color: #000000;
	transition: transform 250ms ease;
}

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

.accordion .trigger .checkbox i:after {
	transform: translate(3px, 10px) 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;
	margin-bottom: 0;
}

.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(103 103 103);
	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;
}

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

.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: 45px;
	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: 12px;
	line-height: normal;
	padding: 0px 15px 0px 15px;
	position: relative;
	margin-bottom: 0 !important;
	width: 165px;
	justify-content: center;
	border-radius: 0px 10px 10px 0px;
}

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

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

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

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

@media screen and (min-width: 769px) { 
	#toggle {
    	display: none;
	}
} 
 
@media screen and (max-width: 768px) { 
    .btn_abs {
    	display: none
    }
    
    #navigationtop {
		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: 1px;
		right: 15px;
		margin-top: 36px;
		z-index: 999;
	}
	
	#toggle img {
		width: 80%;
	}

	#navigationtop ul {
		flex-direction: column;
		padding: 40px 20px;
	}

	#navigationtop ul li a {
		color: #ffffff;
		font-weight: 400;
		margin-bottom: 20px;
		display: flex;
	}

	.areas_section .container {
		flex-direction: column;
	}

	.areas_section h4 {
		width: 100%
	}

	.areas_section .services {
		width: 100%;
		margin-top: 15px;
	}

	.offers-section .offers-list .blocks:nth-of-type(2) {
		display: none;
	}

	.offers-section .offers-list .blocks {
		width: 100%;
	}

	.steps-list .step-item:after {
		content: none;
	}

	.services_section {
		flex-wrap: wrap;
		margin-bottom: 40px;
	}

	.services_section .blocks {
		width: 49%
	}

	.features2 {
		flex-wrap: wrap;
	}

	.features2 .feature-item {
		width: 49%;
	}

	.featureomg {
		height: 100px;
	}
}

@media (max-width: 500px) {
	header .button {
		align-items: flex-end;
		width: 100%;
		/* margin-top: 10px; */
		justify-content: space-between;
	}

	header .button p {
		font-size: 15px;
	}

	#toggle {
		top: 0;
		margin-top: 1%;
	}

	header .logo h2 {
		font-size: 30px;
	}

	header .logo h2 span {
		font-size: 16px;
	}

	header .phone {
		font-size: 17px;
		margin-bottom: 5px;
	}

	.features .featured .item {
		width: 48%;
	}

	.features .featured .item .icon {
		width: 115px;
		height: 115px;
	}

	.features .featured .item .bgtitle {
		padding: 15px 0px;
	}

	.features .featured .item .title {
		font-size: 15px
	}

	.features .featured .item .text {
		font-size: 14px
	}

    .features .featured {
    	flex-wrap: wrap;
    }

    .countact-us-section .container {
    	flex-direction: column;
    }

    .countact-us-section .blocks:first-child {
    	width: 100%;
    	margin-bottom: 40px;
    }

    .countact-us-section .blocks:last-child {
    	width: 100%
    }

    .footer_menu {
    	flex-wrap: wrap;
    }

    .footer_menu > div {
    	width: 100%;
    }

    .footer_menu a {
    	line-height: 1;
    	margin-bottom: 5px;
    	display: inline-flex;
    }

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

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

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

@media all and (max-width: 375px) {
	header nav .logo {
		width: 100%;
		margin-bottom: 10px;
	}

	header .phone {
		margin-bottom: 7px;
	}

	#toggle {
		top: 4%;
		margin-top: 0;
	}

	.offers-section .offers-list {
		flex-wrap: wrap;
	}

	.home_header {
		padding-top: 160px;
	}

	.offers-section .text-item.left-item {
		text-align: left;
		padding-left: 20px;
		padding-right: 0px;
		margin-bottom: 30px;
	}

	.offers-section .text-item:after,
	.offers-section .text-item.right-item:after {
		left: 0;
		top: 6px !important;
	}

	.steps-list .blocks {
		width: 100%;
	}

	.steps-list {
		flex-wrap: wrap;
	}

	.services_section .blocks {
		width: 100%
	}

	.offers-section .text-item.bottom-item .dot-line,
	.offers-section .text-item.top-item .dot-line,
	.offers-section .text-item.middle-item .dot-line {
		display: none;
	}

	.home_header .title {
		font-size: 36px
	}
}

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

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

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

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

.fancybox-wrap .wpcf7 input {
	margin-bottom: 10px;
	width: 100%;
	padding: 0px 20px;
	height: 40px;
	border: none;
	color: #838486;
	border-bottom: 1px solid #6d6d6d;
	border-radius: 4px;
}

.fancybox-wrap .wpcf7 textarea {
	margin-bottom: 10px;
	width: 100%;
	padding: 10px 20px 10px 20px;
	border: none;
	color: #838486;
	border-bottom: 1px solid #6d6d6d;
	border-radius: 4px;
	height: 70px;
	resize: vertical;
}

.fancybox-wrap .wpcf7 input.wpcf7-submit {
	background: rgb(0 0 0);
	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;
}

.fancybox-wrap .wpcf7 input.wpcf7-submit:hover {
	background: rgb(237 52 57);
	border: 1px solid rgb(237 52 57);
	color: #ffffff;
}

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

.fancybox-inner > div {
	border-width: 0;
	width: 100%;
	background: #020305 url(images/main-slider-img-3.jpg);
	background-position: right -19px bottom 0px;
	background-size: contain;
	background-repeat: no-repeat;
}

.fancybox-inner > #form_popup5 {
	border-width: 0 !important;
	width: 600px;
	background: none;
}

#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_8.png);
	background-size: auto 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}

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

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

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

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

.fancybox-wrap .wpcf7 {
	width: 550px;
	padding-right: 36%;
}

#form_popup5 .bl {
	width: 100%;
}

.fancybox-wrap #form_popup5 .wpcf7 {
	width: 100%;
	padding-right: 0;
}

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

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

.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: 200px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto;
	border: 4px solid #000000;
}

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

.features .prices h3 {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 10px;
	color: #23282d;
	margin: 30px 0 0;
	line-height: 14px;
	text-align: center;
	padding: 0px 20px;
}

.features .prices h3:after {
	content: '';
	display: block;
	margin: 20px auto 0px auto;
	height: 2px;
	width: 35px;
	background: #ed3439;
}

.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 {
	margin: 0 auto;
	transition: all 0.3s ease-out;
	font-size: 13px;
	width: 200px;
	height: 40px;
	background: #ed3439;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	color: #ffffff;
	border-radius: 4px;
	line-height: 1;
	border: none;
	cursor: pointer;
}

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

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

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

.imagepis:before {
	content: '';
	display: block;
	margin: 0px auto 20px auto;
	height: 2px;
	width: 35px;
	background: #ed3439;
}

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

.imagepis .btn-container .btn {
	margin: 0 auto;
	transition: all 0.3s ease-out;
	font-size: 13px;
	width: 200px;
	height: 40px;
	background: #ed3439;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	color: #ffffff;
	border-radius: 4px;
	line-height: 1;
	border: none;
	cursor: pointer;
}

.imagepis .btn-container .btn:hover,
.features .prices .btn-container .btn:hover {
	background: #23282d;
}

@media all and (max-width: 768px) {
	.features .prices .preview {
		width: 150px;
		height: 150px
	}

	.newwork li > a {
		height: 150px;
	}
}

@media all and (max-width: 600px) {
	.features .prices ul {
        flex-direction: column;
	}

	.features .prices.pri16 ul li,
	.features .prices ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.features {
		margin-top: 0;
	}

	.features .prices {
		margin-bottom: 20px;
	}

	.newwork ul {
		flex-direction: column;
	}

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

	.newwork li > a {
		width: 250px;
	}

	.countact-us-section .contact_block .block div {
		font-size: 12px;
		width: 48%
	}

	.countact-us-section .contact_block .block p {
		font-size: 12px;
		display: flex;
		width: 50%
	}

	#wpcf7-f72-o2 {
		width: auto;
		padding-right: 0;
	}
}

.block7 {
	background-size: 1920px;
	border: 1px solid #dddddd;
}

.block7gr .option {
	margin: 0px 0px;
	text-align: left;
}

.block7gr .option br {
	display: none;
}

.block7gr .option .text {
	font-weight: 700;
}

.block7gr .option .text span {
	font-weight: 400;
	padding-left: 5px
}

.home_body .block7 {
	margin-bottom: 20px
}

.block7gr {
	max-width: 1160px;
	margin: 0px auto 0;
	padding: 20px;
	display: flex;
}

a.galbol {
	display: flex;
	width: 49%;
	align-items: center;
	overflow: hidden;
}

a.galbol img {
    padding-top: 0px;
    max-width: 100%;
}

.block7ringt {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin-left: 2%;
}

.block7gr p.nazvblok {
	margin: 5px 0 0px -18px;
	padding-left: 20px;
	background: url(/kart/zagol.png) no-repeat 3px -2px;
	background-size: 32px;
	padding: 6px 18px;
	font-size: 25px;
	font-weight: bold;
}

.galsmal a.galsmali {
	width: 24%;
	display: flex;
	margin-bottom: 1.5%;
	align-items: center;
	justify-content: center;
}

.galsmal a.galsmali img {
	width: 100%;
}

p.galznakp {
	display: inline-block;
	padding: 10px 1px 10px 40px;
	font-weight: 700;
	font-size: 14px;
	margin-left: 5px;
}

p#galznakp1 {
	background: url(/kart/galznakp1.png) no-repeat;
}

p#galznakp2 {
	background: url(/kart/galznakp2.png) no-repeat;
}

p#galznakp3 {
	background: url(/kart/galznakp3.png) no-repeat;
}

p.blok7text {
	padding: 5px;
	line-height: 1.8;
	font-weight: 500;
	margin-bottom: 5px;
}

p.galznakp span {
	font-weight: 500;
}

.galknop {
	text-align: center;
	margin-top: 5px;
}

.galknop a.galknop1 {
	background: #ff880e;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 15px 35px;
	font-weight: 500;
	box-shadow: 0px 3px 1px #de7508;
	margin-right: 30px;
}

.galknop a.galknop1:hover {
	box-shadow: 0px 3px 1px #de7508, 0px 0px 20px #ff870c;
}

.galknop a.galknop2 {
	background: #ffffff;
	text-decoration: none;
	color: #333;
	display: inline-block;
	text-align: center;
	padding: 13px 30px;
	font-weight: 500;
	margin-left: 30px;
	border: 2px solid #ff880e;
}

.galknop a.galknop2:hover {
	box-shadow: 0px 0px 20px #ff870c;
}

.galsmal {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
}

.galsmal a.galsmali {
	position: relative;
	overflow: hidden;
	height: 80px;
}

.galsmal a.galsmali img {
	width: 100%;
	height: auto;
	min-height: 80px;
}

.galsmal a.galsmali .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 100%;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(3, 169, 244, 0.5);
	transition: all .2s;
}

.galsmal a.galsmali span {
	font-size: 80px;
	color: #fff;
}

.galsmal a.galsmali:hover .overlay {
	bottom: 0px;
	max-height: 104px;
}

.rews {
    display: flex;
    text-align: left;
    margin-bottom: 60px;
    justify-content: space-between;
    align-items: flex-start;
}

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

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

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

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

.singleText h2 {
	font-size: 18px;
	line-height: 1.2;
	margin: 40px 0px;
	font-weight: 600;
	letter-spacing: 0;
}

.singleText h5 {
	display: flex;
	width: 100%;
	margin: 40px 0px 20px 0px;
	font-size: 22px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 600;
}

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

@keyframes glowing {
	0% { background-color: #ed3439; box-shadow: 0 0 2px #ed3439; border: 1px solid #ed3439; }
	50% { background-color: #ffffff33; box-shadow: 0 0 9px #a89694; border: 1px solid #a89694;  }
	100% { background-color: #ed3439; box-shadow: 0 0 2px #ed3439; border: 1px solid #ed3439; }
}

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

	a.galbol {
		width: 100%;
	}

	.block7ringt {
		width: 100%;
	}

	.rews {
		flex-wrap: wrap;
	}

	.reviews__item {
		width: 100%;
	}

	header .logo,
	header .rezim {
		transition: 0.2s linear;
	}

	.header_fixed .logo,
	.header_fixed .rezim {
		font-size: 0;
		visibility: hidden;
		height: 0;
		opacity: 0;
		width: 0;
		display: none;
	}

	.header_fixed .button {
		justify-content: flex-start;
	}

	.header_fixed .button div {
		flex-direction: row;
		align-items: center;
		margin: 0;
		width: 89%;
		justify-content: space-between;
	}

	.header_fixed .phone {
		margin-bottom: 0;
		margin-right: 15px;
	}

	.page_body header.header_fixed {
		background: #1e1f1fed;
		position: fixed;
	}
}

.our_team {
	margin-top: 60px;
}

.our_team h2,
.providers h2 {
	color: #2a2f38;
}

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

.our_team .team {
	width: 24%;
	position: relative;
	margin-bottom: 1%;
	text-align: center;
border: 1px solid #dddddd;padding: 10px;}

.our_team .team .img {
	width: 100%;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 12px 20px -10px rgb(171 191 216 / 29%);
    
}

.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: #000000;
	box-shadow: 0px 12px 90px -10px rgb(113 124 123 / 42%);
}

.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: center;
	margin-top: 20px;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.providers .swiper .block {
	display: flex;
	align-items: center;
	justify-content: center;
	
	width: 120px;
    height: 120px;
    border: 2px solid #676767;
    text-align: center;
    border-radius: 50%;
	margin: 40px 40px 20px 40px;
}

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

@media all and (max-width: 600px) {
	.our_team .team {
		width: 48%;
		margin-bottom: 4%;
	}

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

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

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

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

.price_material table th:first-child {
	width: 25%;
	background: #ed3439;
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
}

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

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

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

.blocksK .letf {
	width: 40%
}

.blocksK .map {
	width: 57%;
}

.blocksK .block {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.blocksK .block div {
	margin-right: 10px;
	display: inline-flex;
	align-items: center;
}

.blocksK .block a {
	color: #000000;
}

.blocksK .block i {
	display: inline-flex;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 10px;
	border: 2px solid #676767;
}

.blocksK .block:nth-of-type(1) i {
	background: #000000 url(images/coordinates-icon.png) center / 40% no-repeat;
}

.blocksK .block:nth-of-type(2) i {
	background: #000000 url(images/telephone-icon.png) center / 40% no-repeat;
}

.blocksK .block:nth-of-type(3) i {
	background: #000000 url(images/mail-k-icon.png) center / 50% no-repeat;
}

.blocksK .block:nth-of-type(4) i {
	background: #000000 url(images/clock.svg) center / 50% no-repeat;
}

@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: url(images/footer.jpg);
	background-size: cover;
	background-position: center;
	margin-top: 60px;}

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

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

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

.countact_usss h3 {
	border-left: 2px solid  #ed3439;
	padding-left: 15px;
	font-size: 26px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1;
}

.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;
margin-bottom: 20px;}

.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 .text-257 input,
.countact_usss .tel-785 input {
	display: inline-block;
	width: 100%;
	height: 46px;
	line-height: 22px;
	padding: 10px;
	vertical-align: middle;
	border-radius: 2px;
	background: none;
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
	color: #ffffff;
}

.countact_usss ::-webkit-input-placeholder {
	color: #d7d7d7;
}

.countact_usss ::-moz-placeholder {
	color: #d7d7d7;
}

.countact_usss :-moz-placeholder {
	color: #d7d7d7;
}

.countact_usss :-ms-input-placeholder {
	color: #d7d7d7;
}

.countact_usss .wpcf7-submit {
	transition: all 0.3s ease-out;
	font-size: 13px;
	width: 200px;
	height: 40px;
	background: #ed3439;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	color: #ffffff;
	border-radius: 4px;
	line-height: 1;
	border: none;
	cursor: pointer;
margin-top: 20px;}

.countact_usss .wpcf7-submit:hover {
	background: #23282d;
}

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

	.home_header .left {
		width: 100%;
		margin: 20px 0px;
	}
	
	.home_header .right {
		width: 100%;
	}
}

@media all and (max-width: 768px) {
	footer .left button.el .dropdown {
		width: 100%;
	}

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

	footer .left {
		width: 90%;
		margin: 0 auto 20px auto;
	}

	.fancybox-wrap .wpcf7 {
		width: auto;
		padding: 0;
	}

	.fancybox-inner > div {
		background: #000000
	}
}