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

* {
	outline: none;
	box-sizing: border-box;
}

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

body {
	font-family: 'Exo 2';
	font-weight: 400;
	font-size: 14px;
	min-width: 320px;
	position: relative;
	line-height: 1.5;
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	color: #222222;
	min-height: 100%;
	height: 100%;
}

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

.bg {
	height: 240px;
}

body input,
body textarea {
	outline: none;
	font-family: 'Exo 2';
}

body input:required:valid,
body textarea:required:valid {
	border-color: green;
}

ul li {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
p {
	padding: 0;
	margin: 0;
}

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

::-webkit-input-placeholder {
	color: #222222;
	font-family: 'Exo 2';
	font-weight: 400;
	font-size: 14px;
	text-align: left;
}

::-moz-placeholder {
	color: #222222;
	font-family: 'Exo 2';
	font-weight: 400;
	font-size: 14px;
	text-align: left;
}

::-ms-input-placeholder {
	color: #222222;
	font-family: 'Exo 2';
	font-weight: 400;
	font-size: 14px;
	text-align: left;
}

::-moz-placeholder {
	color: #222222;
	font-family: 'Exo 2';
	font-weight: 400;
	font-size: 14px;
	text-align: left;
}

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

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

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

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


/* ========== HEADER ============== */

.header {
	position: relative;
background: url(images/preview.jpg);display: flex;justify-content: space-between;flex-wrap: wrap;padding: 150px 0px 60px 0px;background-size: cover;background-position: center;}

body.page .header {
	
padding: 0;background: none;}

.header-bgc {
	overflow-y: hidden;
	position: relative;
	background-color: lightgrey;
display: flex;}

.header .header-wrapper-menu {
	width: 100%;
}

.header-bgc-mobile {
	display: none;
}

.header-bgc img {
	/* display: none; */
	width: 100%;
	height: 100%;
}

.header-bgc .header-bgc__img {
	display: block;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.header-video {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 100;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: .3s;
	transition: .3s;
}

.header-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	background-color: rgba(255, 255, 255, .6);
	z-index: 150;
	display: flex;
transition: 0.2s linear;}

body.page .header-wrapper {
	position: fixed;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 2px solid #00a099;
}

.header-wrapper .container {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
}

.header-menu {
	display: flex;
	list-style-type: none;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 6px;
	-webkit-transition: .5s;
	transition: .5s;
}

.header-menu li {
	-webkit-transition: .5s;
	transition: .5s;
	margin: 0px 10px;
}

.header-menu li a {
	border-bottom: 1px solid transparent;
	color: #222222;
}

.header-menu li a:hover {
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer;
	border-bottom: 1px solid #00A099;
}

.header-menu li a.active {
	border-bottom: 1px solid #00A099;
}

.footer-active {
	color: #00A099;
}

.header_fixed .header-wrapper {
	background-color: rgba(255, 255, 255);
	border-bottom: 1px solid rgba(71, 71, 71, 0.5);
height: 70px;}

.header-active {
	background-color: rgba(255, 255, 255);
	border-bottom: 1px solid rgba(71, 71, 71, 0.5);
}

.elbrus_logo {
	width: 21%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.elbrus_logo span {
	text-align: left;
	margin-left: 10px;
	color: #000000;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 500;
}

.elbrus_logo span div {
	font-size: 23px;
	text-transform: uppercase;
}

.elbrus_logo img {
	height: 55px;
	width: auto !important;
}

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

.header-btn {
	padding: 16px 24px;
	background: #00A099;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
}

/* HEADER CART */

.header-cart {
	position: relative;
	/* top: 30% !important; */
	right: 8%;
width: 40%;}

.header-cart-wrapper {
	position: relative;
	padding: 50px 80px;
	background-color: #FFFFFF;
	box-shadow: 8px 30px 100px rgba(0, 0, 0, 0.25);
	z-index: 105;
}

.header-cart-back {
	position: absolute;
	border: 1px solid #00A099;
	width: 681px;
	height: 386px;
	right: -50px;
	bottom: -50px;
	z-index: 100;
	display: block;
}

.header_cart-title {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 1;
	color: #000000;
	margin-bottom: 25px;
}

.header_cart-title span {
	text-transform: uppercase;
}

.header_cart-phone {
	position: relative;
	padding-left: 15px;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 200%;
	color: #00A099;
	margin-bottom: 40px;
}

.header_cart-phone:hover {
	text-decoration: underline;
}

.header_cart-phone-img {
	position: relative;
	top: 5px;
	left: 5px;
	width: 36px;
	height: 36px;
}

.header_cart-footer {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.header_cart-elbrus {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}

.header_cart-span {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}

/* MOBiLE MENU */

.elbrus_logo-mobile-row img {
	display: block;
	width: 70%;
}

.header-row-mobile {
	display: none;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	height: 65px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid rgba(71, 71, 71, 0.5);
}

.burger-menu {
	position: fixed;
	background-color: #fff;
	top: 18px;
	right: 18px;
	z-index: 155;
	height: 28px;
	width: 35px;
	border-radius: 15%;
	display: none;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.burger-menu-lines {
	position: relative;
	width: 20px;
	height: 2px;
	left: -2px;
	background-color: #00A099;
	-webkit-transition: background-color .7s;
	transition: background-color .7s;
	z-index: 130;
}

.burger-menu-lines:before {
	content: '';
	position: absolute;
	top: 7px;
	background: #00A099;
	width: 13px;
	height: 2px;
	-webkit-transition: .5s;
	transition: .5s;
}

.burger-menu-lines:after {
	content: '';
	position: absolute;
	top: -7px;
	background: #00A099;
	width: 25px;
	height: 2px;
	-webkit-transition: .5s;
	transition: .5s;
}

.burger-menu-lines.is-active {
	background-color: transparent;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
	width: 35px;
}

.burger-menu-lines.is-active:before {
	width: 20px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: .5s;
	transition: .5s;
	top: 0;
	left: 7px;
}

.burger-menu-lines.is-active:after {
	width: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .5s;
	transition: .5s;
	top: 0;
	left: 7px;
}

.elbrus_logo-mobile img {
	display: block;
	width: 85%;
	margin: 0 auto;
}

.header-wrapper-mobile {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 155;
	-webkit-transform: translateX(-101%);
	transform: translateX(-101%);
}

.header-mobile {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.header-toggles {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.elbrus_logo-mobile {
	display: none;
	margin-bottom: 55px;
}

.header-mobile-menu {
	margin-bottom: 55px;
	padding: 0;
	margin-top: 0px;
}

.header-mobile-menu li {
	width: 140px;
	margin-top: 14px;
	margin-bottom: 14px;
}

.header-mobile-menu li:first-child {
	margin-top: 0;
}

.header-mobile-menu li:last-child {
	margin-bottom: 0;
}

.header-mobile-menu ul li {
	padding-left: 0px;
}

.header-mobile-menu li {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #000000;
	-webkit-transition: .5s;
	transition: .5s;
	list-style-type: none;
	text-align: center;
}

.header-mobile-btn {
	display: none;
	padding: 13px 17px;
	background: #00A099;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
}

.header-mobile-btn-hdr {
	padding: 10px 13px;
	background: #00A099;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 17px;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 60px;
	display: block;
}

/* ============ ABOUT ============== */

#about {
	background: url(images/bgc1.jpg);
	background-repeat: no-repeat;
	background-position: right 7px;
	background-size: contain;
}

.about-left {
	width: 100% !important;
	display: inline-flex;
	margin-top: 50px;
	flex-direction: column;
}

.about-right {
	position: relative;
	width: 46%;
}

.about-left-p {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #000000;
	line-height: 1.6;
	margin: 0px 0px 10px 0px;
}

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

.about-left ul {
	margin: 0px 0px 10px 0px;
	list-style-type: none;
}

.about-left li {
	margin: 0;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	padding-left: 30px;
	position: relative;
}

.about-left li:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 5px;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #00a099;
}

.about-right-p {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 34px;
	line-height: 150%;
	color: #000000;
}

/* ========== SERVICES ============ */

.bgc-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 80px;
}

.services_section-item {
	position: relative;
	width: 24%;
}

.services_section-h2 {
	padding-top: 100px;
	text-align: center;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 150%;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}

.services_section-block {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

.services_item-p {
	margin-top: 5px;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.2;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
}

.services_item-img {
	min-height: 200px;
	max-height: 200px;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.services_item-img img {
	width: 130px;
}

.services_section-realize {
	left: 35px
}

.services_section-sant {
	top: 5px;
	left: 12px;
}

.services_section-mount {
	top: 13px;
	right: 50px;
}

.services_section-key {
	top: 25px;
	left: 87px;
}


/* ======= WORKS ========== */

.works_section-blocks {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 130px;
}

.works_section-blocks:nth-child(-n+2) {
	margin-bottom: 100px;
}

.works-h2 {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}

.works_item {
	display: flex;
	flex-direction: column;
	width: 100%
}

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

.works_item-img {
	margin-bottom: 50px;
	-webkit-transition: .5s;
	transition: .5s;
}

.works_section-block {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 97px;
	width: 48%;
}

.works_section-block:nth-child(2n) {
	margin-right: 0px;
}

.works_item-img:hover {
	cursor: pointer;
	box-shadow: 8px 30px 50px rgba(0, 0, 0, 0.25);
}

.works_item-p {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 200%;
	color: #000000;
}

.works_item-span {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 200%;
	color: #000000;
}

.works_item-more {
	margin-top: 30px;
}

.works_item-more-a {
	position: relative;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 200%;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #000000;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer;
}

.works_item-more-a:hover {
	color: #00A099;
}

.works_item-more-a:before {
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
	content: url(images/arrow-more.svg);
	top: -7px;
	right: -70px;
}

.works_item-more-a:hover:before {
	right: -80px;
}

.works_more-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}

.works_more {
	position: relative;
	padding: 16px 24px;
	border: 1px solid #00A099;
	background-color: #fff;
	box-sizing: border-box;
	cursor: pointer;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #000000;
	-webkit-transition: .5s;
	transition: .5s;
}

.works_more:hover {
	background-color: #00A099;
	color: #FFFFFF;
}

.works_more:hover:after {
	bottom: -38px;
}


/* ================= privilege ==================== */

.privilege-bgc {
	background-repeat: no-repeat;
	background-position: center;
}

.privilege-h2 {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 100px;
	padding-top: 50px;
}

.privilege-more-left {
	width: 46%;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #000000;
}

.privilege-more-right {
	width: 46%;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #000000;
}

.privilege_section-more {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 95px;
	margin-top: 60px;
}

.privilege-carts {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 130px;
}

.privilege-cart {
	width: 23%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.privileges-cart {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.privilege-cart img {
	margin-bottom: 35px;
}

.privilege-carted-one {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 80px;
}

.privilege-carted-two {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: space-evenly;
	justify-content: space-evenly;
}

.privilege-cart-title {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	color: #000000;
	margin-bottom: 20px;
}

.privilege-cart-desc {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	color: #000000;
}


/* ============= PRICE =============== */

.price_section-blocks {
	display: -webkit-box;
	display: flex;
	align-items: flex-start;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

.price_section-blocked {
	width: 23%;
	position: relative;
}

.price_section-more {
	display: none;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 45px;
	margin-bottom: 45px;
	position: relative;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 200%;
	color: #000000;
	margin-right: 20px;
}

.price_section-more img {
	cursor: pointer;
}

.price-more {
	display: none;
	-webkit-box-pack: center;
	justify-content: center;
}

.price-more img {
	width: 45px;
}

.price_section-item {
	box-shadow: 8px 30px 100px rgba(0, 0, 0, 0.25);
	z-index: 100;
	background-color: white;
}

.price_section-line {
	position: absolute;
	border: 1px solid #00A099;
	width: 100%;
	margin-left: 30px;
	margin-top: 30px;
	cursor: pointer;
	z-index: -1;
	height: 100%;
}

.price_section-bgc {
	width: 100%;
	height: 280px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 45px;
}

.price-h2 {
	padding-top: 0px;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 100px;
}

.price_section-wrap {
	position: relative;
	padding: 44px;
	padding-bottom: 0;
	background-color: #fff;
}

.price_section-h3 {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	z-index: 105;
}

.price_section-p {
	display: -webkit-box;
	display: flex;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 120%;
	color: #000000;
	margin-bottom: 15px;
}

.price_section-sum {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 200%;
	color: #000000;
	text-align: center;
}

.price-btn {
	display: inline-flex;
	background: #00A099;
	position: relative;
	bottom: -54px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 16px 24px;
	box-shadow: 8px 10px 50px rgba(0, 0, 0, 0.25);
	border: none;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 22px;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-transition: All 1s ease;
	transition: All 1s ease;
	z-index: 101;
}

.price_section-blocked:hover .price-btn {
	bottom: -34px;
}

.price-wrapper-p {
	position: relative;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 150%;
	color: #000000;
	z-index: 100;
	top: 80px;
}


/* ====================== REVIEWS =================== */

#reviews {
	background-position: 0% 400%;
	background-repeat: no-repeat;
}

.section-reviews {
	background-repeat: no-repeat;
	background-position: center 900px;
}

.reviews-h2 {
	padding-top: 40px;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}

.reviews-blocks {
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: space-evenly;
	justify-content: space-evenly;
	flex-wrap: wrap;
	position: relative;
}

.reviews_left {
	position: absolute;
	top: 50%;
	left: -84px;
	z-index: 100;
	cursor: pointer;
}

.reviews_right {
	position: absolute;
	top: 50%;
	right: -84px;
	z-index: 100;
	cursor: pointer;
}

.reviews-item {
	width: 30%;
	/* min-height: 740px; */
	padding: 80px;
	margin-left: 30px;
	margin-right: 30px;
	background: #FFFFFF;
	box-shadow: 9px 10px 28px rgba(0, 0, 0, 0.25);
}

.slick-list {
	padding-top: 70px;
	padding-bottom: 100px;
}

.reviews-item:nth-child(2n) {
	margin-right: 30px;
	margin-left: 30px;
}

.review-header {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.reviws-border {
	position: absolute;
	bottom: 0;
}

.review-header-imgs {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.reviews-profile-img {
	width: 76px;
	height: 76px;
	border-radius: 50%;
}

.review-header {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 100%;
	color: #000000;
}

.view-header {
	margin-left: 40px;
}

.review-header-social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.review-header-social img {
	display: block;
}

.review-social-a {
	margin-left: 20px;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 200%;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #00A099;
}

.review-body-p {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.2;
	color: #000000;
}

.review-body {
	/* min-height: 490px; */
	/* max-height: 490px; */
}

.scroll {
	width: 100%;
	height: 230px;
	padding-right: 30px;
	overflow: auto;
	float: left;
}

.scrolls::-webkit-scrollbar {
	width: 5px;
}

.scrolls::-webkit-scrollbar-thumb {
	background: #00A099;
}

.all_reviews {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding-bottom: 150px;
}

.all_reviews-btn {
	width: 177px;
	padding: 16px 22px;
	background-color: #FFFFFF;
	border: 1px solid #00A099;
	box-sizing: border-box;
	-webkit-transition: .5s;
	transition: .5s;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #000000;
}

.all_reviews-btn:hover {
	background-color: #00A099;
	color: #FFFFFF;
}


/* ============== CONTACTS ================ */

.contacts-h2 {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 150%;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 80px;
}

.container-contacts {
	padding-top: 0;
}

.contacts-blocks {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: space-evenly;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.contacts-geo-p {
	position: relative;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 150%;
	color: #000000;
}

.contacts-geo {
	display: -webkit-box;
	display: flex;
}

.contacts-geo img {
	position: relative;
	top: 5px;
	left: -35px;
	width: 50px;
	height: 50px;
}

.contacts-links {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin-bottom: 42px;
}

.contacts-phone {
	position: relative;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 150%;
	color: #000000;
	margin-bottom: 40px;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
}

.contacts-phone:hover {
	color: #00A099;
	text-decoration: underline;
}

.contacts-links-ph {
	display: -webkit-box;
	display: flex;
}

.contacts-links-ph img {
	position: relative;
	top: -10px;
	left: -35px;
	width: 50px;
	height: 50px;
}

.contacts-mail {
	position: relative;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 150%;
	color: #000000;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
}

.contacts-mail:hover {
	color: #00A099;
	text-decoration: underline;
}

.contacts-links-ml {
	display: -webkit-box;
	display: flex;
}

.contacts-links-ml img {
	position: relative;
	top: -10px;
	left: -35px;
	width: 50px;
	height: 50px;
}

.contacts-social {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.contacts-social-insta {
	position: relative;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 150%;
	color: #000000;
	margin-bottom: 40px;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
}

.contacts-social-insta:hover {
	color: #00A099;
	text-decoration: underline;
}

.contacts-social-inst {
	display: -webkit-box;
	display: flex;
}

.contacts-social-inst img {
	position: relative;
	top: -10px;
	left: -35px;
	width: 50px;
	height: 50px;
}

.contacts-social-vk {
	position: relative;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 150%;
	color: #000000;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
}

.contacts-social-vk:hover {
	color: #00A099;
	text-decoration: underline;
}

.contacts-social-vkontakte {
	display: -webkit-box;
	display: flex;
}

.contacts-social-vkontakte img {
	position: relative;
	top: -10px;
	left: -35px;
	width: 50px;
	height: 50px;
}


/* ============= FOOTER ============== */

.footer {
	background-color: #545050;
	width: 100%;
	padding-bottom: 15px;
}

.footer-map {
	height: 400px;
}

.footer-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: space-evenly;
	justify-content: space-evenly;
	padding-top: 60px;
}

.footer-logo {
	display: block;
}

.footer-logos {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.footer-links-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.footer-links-wrapper a {
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
}

.footer-links-wrapper a:hover {
	color: #00A099;
	text-decoration: underline;
}

.footer-links-rowOne {
	display: -webkit-box;
	display: flex;
}

.footer-links-rowTwo {
	display: -webkit-box;
	display: flex;
}

.footer-links {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.footer-social-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.footer-social-wrap a {
	display: block;
	color: #FFFFFF;
	-webkit-transition: .5s;
	transition: .5s;
}

.footer-social-wrap a:hover {
	color: #00A099;
	text-decoration: underline;
}

.footer-mail-links {
	margin-top: 10px;
}

.footer-links-rowOne {
	margin-bottom: 20px;
}

.footer-rowOne-a {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-right: 35px;
}

.footer-rowTwo-a {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-right: 35px;
}

.footer-social-wrap img {
	width: 24px;
	height: 24px;
	margin-right: 25px;
}

.footer-social-wrap a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 200%;
	color: #FFFFFF;
}

.footer-button {
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	padding: 16px 24px;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
	background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #FFFFFF), to(#FFFFFF));
	background-image: linear-gradient(to left, transparent, transparent 50%, #FFFFFF 50%, #FFFFFF);
	background-position: 100% 0;
	background-size: 200% 100%;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

.footer-button:hover {
	background-position: 0 0;
	background-color: #fff;
	color: #545050;
	;
}

.footer-elbrus {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	margin-bottom: 11px;
}

.footer-politics {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: 30px;
	padding-bottom: 30px;
}

.footer-politics-a {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: underline;
	-webkit-transition: .5s;
	transition: .5s;
}

.footer-politics-a:hover {
	color: #00A099;
}

.ww {
	display: -webkit-box;
	display: flex;
}

.ww img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	padding-bottom: 7px;
}

.ww p {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	color: #E5E5E5;
	opacity: 0.5;
	-webkit-transition: .5s;
	transition: .5s;
}

.ww p:hover {
	opacity: 1;
}

.footer-logo {
	margin-left: 70px;
}

.br991 {
	display: block;
}

.br768 {
	display: block;
}

.br360 {
	display: none;
}


/* =============== MODALS ============== */

.modal {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	position: fixed;
	z-index: 155;
}

.modal {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	position: fixed;
	z-index: 155;
}

.fancybox-inner,
.popup {
	background-color: #fff;
	box-shadow: 10px 10px 0 1px #00A099;
}

.fancybox-inner .wpcf7 {
	padding: 0px 20px !important;
}

.fancybox-inner #form_popup5 .wpcf7 {
	padding: 0px 0px !important;
}

.fancybox-inner .wpcf7-form h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 10px;
}

.fancybox-inner .wpcf7-form h5 {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 30px;
}

.fancybox-inner .wpcf7-form .wpcf7-form-control-wrap input {
    width: 100%;
    height: 40px;
    padding: 0px 20px;
    border: 1px solid #00A099;
    box-sizing: border-box;
    background-color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #585858;
    margin-bottom: 5px;
}

.fancybox-inner .wpcf7-form .wpcf7-form-control-wrap textarea {
    width: 100%;
    height: 70px;
    padding: 10px 20px 10px 20px;
    border: 1px solid #00A099;
    box-sizing: border-box;
    background-color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #585858;
    resize: vertical;
}

.fancybox-inner .wpcf7-form .wpcf7-submit {
    display: flex;
    justify-content: center;
    border: none;
    background-color: #00A099;
    padding: 10px 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 auto;
}

#form_popup5 {
	width: 600px;
}

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

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

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

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

#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;
	color: #0a3247;
	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;
	font-weight: 400;
}

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

.closebtn {
	width: 18px;
	position: absolute;
	top: 35px;
	right: 20px;
	cursor: pointer;
}

.modal_form-header-p {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 30px;
}

.modal_form-inputs {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}

.modal_form-name {
	margin-bottom: 30px;
}

.modal_form-phone {
	margin-bottom: 30px;
}

.modal_form-btn {
	display: flex;
	justify-content: center;
	border: none;
	background-color: #00A099;
	padding: 16px 24px;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 20px;
}

.modal_form-nm-wr {
	position: relative;
	width: 100%;
}

.modal_form-name {
	width: 100%;
	padding: 20px;
	padding-left: 60px;
	border: 1px solid #00A099;
	box-sizing: border-box;
	background-color: #fff;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #585858;
}

.modal_form-name::-webkit-input-placeholder {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #585858;
}

.modal_form-name::-moz-placeholder {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #585858;
}

.modal_form-name:-ms-input-placeholder {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #585858;
}

.modal_form-name::-ms-input-placeholder {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #585858;
}

.modal_form-name::placeholder {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #585858;
}

.modal_form-nm-wr:before {
	position: absolute;
	content: url(/css/img/name-form.svg);
	top: 19px;
	left: 15px;
}

.modal_form-ph-wr {
	position: relative;
	width: 100%;
}

.modal_form-phone {
	padding: 20px;
	padding-left: 60px;
	border: 1px solid #00A099;
	box-sizing: border-box;
	background-color: #fff;
	width: 100%;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #585858;
}

.modal_form-phone::-webkit-input-placeholder {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #585858;
}

.modal_form-phone::-moz-placeholder {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #585858;
}

.modal_form-phone:-ms-input-placeholder {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #585858;
}

.modal_form-phone::-ms-input-placeholder {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #585858;
}

.modal_form-phone::placeholder {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #585858;
}

.modal_form-ph-wr:before {
	position: absolute;
	content: url(/css/img/phone-form.svg);
	top: 19px;
	left: 15px;
}


/* ===== MODAL YES ===== */

.modal {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	position: fixed;
	z-index: 160;
}

.popup {
	background-color: #fff;
	box-shadow: 10px 10px 0 1px #00A099;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 130;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
	text-align: center;
	cursor: default;
}

.popup_yes {
	width: 450px;
	height: 226px;
	box-shadow: 10px 13px 0 2px #00A099, 8px 30px 50px rgba(0, 0, 0, 0.25);
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 130;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
	text-align: center;
	cursor: default;
}

.modal_yes-header {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	height: 100%;
}

.closebtn-yes {
	width: 18px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.modal_yes-imgs {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.modal_yes-header-p {
	position: relative;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 150%;
	color: #000000;
	text-align: left;
}

.modal_yes-header-p-img {
	width: 50px;
	margin-right: 20px;
}

.modal_yes-header-span {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 150%;
	color: #000000;
	text-transform: uppercase;
}


/* ===== MODAL WORKMIN */

.modal_workmin-block {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 1200px;
	padding: 50px;
}

.modal_workmin-imgs {
	width: 85%;
}

.modal_workmin-img {
	margin-right: 20px;
	margin-bottom: 20px;
}

.modal_workmin-img:nth-child(4n) {
	margin-right: 0;
}

.modal_workmin-img:nth-child(-n+4) {
	margin-bottom: 0;
}

.container-slider {
	padding-bottom: 0;
}

.container-bgc {
	padding-top: 50px;
}

.services_section-h2 {
	padding-top: 0;
	margin-bottom: 0px;
}

.container-about {
	padding-bottom: 50px;
	display: flex;
	padding-top: 150px;
	flex-direction: column;
}

.container-works {
	padding-top: 0;
	padding-bottom: 0;
}

.works-h2 {
	padding-top: 0;
}

.container-privilege {
	padding-top: 0;
}

.container-price {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 140px;
}

.error_page-section {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.error_page-content {
	text-align: center;
}

.error_page-title {
	display: flex;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 500;
	font-size: 50px;
	line-height: 150%;
	color: #000;
}

.error_page-a {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 150%;
	color: #00A099;
	text-decoration: underline;
	transition: .3s;
}

.error_page-a:hover {
	color: rgb(3, 185, 176);
}

.footer-cookie {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	z-index: 99;
	left: 0;
	bottom: 0;
	background-color: #fff;
	width: 100%;
	padding: 7px 46px;
	border: 1px solid #00A099;
	z-index: 100000;
}

.footer-cookie-x {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 15px;
	height: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	opacity: 0.6;
}

.footer-cookie-p {
	font-size: 12px;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	margin-right: 20px;
	text-align: center;
}

.footer-cookie-a {
	color: #00A099;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: inline-block;
}

.footer-cookie-sgl {
	font-family: 'Exo 2';
	background-color: transparent;
	color: rgb(0, 175, 0);
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	border: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.modal-body-p {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 16px
}

.modal-body-a {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #00A099;
	transition: .5s;
}

.modal-body-a:hover {
	color: rgb(4, 196, 186);
	text-decoration: underline;
}

.brmodal {
	display: block;
}

footer {
	width: 100%;
	height: auto;
	margin: -240px 0px 0px 0px;
	background: #545050;
	z-index: 101;
	display: flex;
	align-items: center;
	flex-direction: column;
min-height: 240px;justify-content: center;}

.footer-social-wrap p {
	-webkit-transition: .5s;
	transition: .5s;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 200%;
	color: #FFFFFF;
}

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

footer .container > div:nth-child(1) {
	width: 25%;
	text-align: center;
	color: #d9d9d9;
}

footer .container > div:nth-child(2) {
	width: 30%;
	text-align: center;
	color: #d9d9d9;
}

footer .container > div:nth-child(3) {
	width: 18%;
	text-align: center;
	color: #d9d9d9;
}

footer .container > div:nth-child(4) {
	width: 23%;
	text-align: center;
	color: #d9d9d9;
}

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

footer .contacts #logo1 {
	width: 80%;
	display: flex;
}

footer .contacts img {
	width: 100%;
}

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

footer .contacts div {
	width: 100%;
	text-align: center;
	color: #ffffff;
	/* display: flex; */
	align-items: center;
	font-size: 14px;
	flex-wrap: wrap;
	margin-bottom: 13px;
	line-height: 1.2;
}

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

footer a {
	color: #ffffff;
	/* margin: 2px 0px; */
	display: inline-flex;
	font-size: 14px;
}

footer a:hover {
	color: #00a099;
}

footer #logo1 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer #logo1 img {
	height: 58px;
}

footer #logo1 span {
	text-align: left;
	margin-left: 10px;
	color: #ffffff;
	font-size: 19px;
	text-transform: uppercase;
	line-height: 1;
}

footer #logo1 span div {
	font-size: 26px;
	text-transform: uppercase;
}

article {
	padding: 100px 0px 0px 0px;
}

.breadcrumb {
	font-size: 13px;
	color: #00a099;
	/* margin-top: 28px; */
}

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

.text-vn ul {
	margin: 0px 0px 10px 0px;
	list-style-type: none;
}

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

.singleText .title-side {
	line-height: 1.2
}

.singleText h2 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
}

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

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

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

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

.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 {
	color: #00a099;
}

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

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

.accordion .trigger {
	display: inline-block;
	width: 100%;
	margin: 0px auto 2% auto;
}

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

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

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

.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 {
	max-height: none;
	transition: max-height 500ms ease-in-out;
}

.accordion table {
	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;
}

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

.agree {
    display: none;
}

.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: 0px;
	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: #00a099;
    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: 40px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 0px;
	background-color: #000000;
	transition: 0.2s linear;
	cursor: pointer;
	text-transform: uppercase;
	border: none;
	padding: 0;
}

.contacts input.wpcf7-submit:hover {
	background-color: #00a1a1;
}

.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;
	margin: 0 auto;
	outline: 1px solid #00A099;
	outline-offset: 7px;
}

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

.features .prices h3 {
	margin-bottom: 10px;
	margin: 30px 0 10px 0;
	text-align: center;
	padding: 0px 20px;
	color: #000000;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.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: #00A099;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	color: #ffffff;
	border-radius: 0px;
	line-height: 1;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
}

.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: 90%;
	height: 200px;
	overflow: hidden;
	margin: 0 auto;
	outline: 1px solid #00a099;
	outline-offset: 7px;
}

.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: #00a099;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	color: #ffffff;
	border-radius: 4px;
	line-height: 1;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (max-width: 768px) {
	.elbrus_logo-mobile-row img {
		height: 45px;
		width: auto;
	}

	.header-row-mobile a.elbrus_logo-mobile-row {
		display: flex;
		width: auto;
		height: 100%;
		align-items: center;
	}

	.header-row-mobile .header_cart-phone {
		margin: 0;
	}

	.header-row-mobile .header_cart-phone-img {
		margin-right: 15px;
		display: none;
	}
}

@media all and (max-width: 600px) {
	.header-row-mobile .header_cart-phone,
	.header_fixed .header-row-mobile a.elbrus_logo-mobile-row  {
		/* display: none; */
		font-weight: 700;
	}

	.header_fixed .header-row-mobile .header_cart-phone {
		display: flex;
	}

	.header-mobile-btn-hdr {
		display: flex !important;
	}
}

@media all and (max-width: 991px) {
	.page .header-bgc-mobile {
		display: none;
	}
}

.header-mobile-btn-hdr {
    animation: glowing 3s infinite linear;
}

@keyframes glowing {
	0% { background-color: #00a099; }
	50% { background-color: #e91e63; }
	100% { background-color: #00a099; }
}

.our_team h2,
.providers h2,
.oplata h2 {
	padding-top: 0;
}

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

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

.our_team .team:after {
	content: '';
	position: absolute;
    border: 1px solid #00A099;
    width: 100%;
	height: 100%;
    left: 10px;
    top: 10px;
    cursor: pointer;
    z-index: -1;
}

.our_team .team .img {
	width: 100%;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-shadow: 0 4px 40px 0 rgb(0 0 0 / 14%);
	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: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	
    padding: 10px;
	background: #00a099;
	
}

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

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

.providers small {
	font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    
    margin-bottom: 40px;
display: block;text-align: center;margin-top: 20px;}

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

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

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

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

.workzavs .workzav {
	padding: 20px;
	width: 24%;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	box-shadow: 8px 30px 100px rgb(0 0 0 / 25%);
	background: white;
}

.workzav p {
	text-align: center;
	/* color: #ffffff; */
	line-height: 1;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
}

.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: 44%;
	margin-bottom: 10px;
	display: inline-flex;
}

@media all and (max-width: 768px) {
	.oplata {
		margin-bottom: 60px;
	}

	.our_team .teams {
		justify-content: center;
		margin-bottom: 40px;
	}

	.our_team .team {
		width: 30%;
		margin: 0% 1% 2% 1%;
	}
}

@media all and (max-width: 600px) {
	.our_team .teams {
		justify-content: space-between;
		margin-bottom: 40px;
	}

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

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

	.workzavs .workzav {
		width: 48%;
		margin-bottom: 4%;
	}
}

.price_material {
	margin: -120px 0px 80px 0px;
}

.price_material table {
	font-size: 14px;
    width: 100%;
    border-collapse: collapse;
	margin: 40px 0px 40px 0px;
/* box-shadow: 0 4px 40px 0 rgb(0 0 0 / 14%); */}

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

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

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

.price_material table td,
.price_material table th {
    
    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: #ffffff;
}

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

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

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

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

.mmar {
	margin: 140px auto !important;
}

@media all and (max-width: 600px) {
	.mmar {
		margin: 0px auto 140px auto !important;
	padding-top: 0 !important;}
}

.cartright {
	position: relative;;
    padding: 30px;
    background-color: #FFFFFF;
    box-shadow: 8px 30px 100px rgb(0 0 0 / 25%);
    z-index: 105;
	
	width: 40%;
left: 8%;}

.cartright .form-heading h3 {
    font-size: 25px;
    line-height: 1;
    font-weight: 600;
    margin: 0px 0px 30px 0px;
	text-align: center;
	text-transform: uppercase;
}

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

.cartright .wpcf7 h4 {
	display: none;
}

.cartright .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: 0;
border: 1px solid #00a099;}

.cartright .wpcf7 input.wpcf7-submit {
	display: flex;
	width: 100%;
	height: 47px;
	border: none;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	background-color: #00a099;
	color: #ffffff;
	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;
margin-bottom: 0;text-transform: uppercase;}

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

.cartright .wpcf7 br {
	display: none;
}

@media all and (max-width: 600px) {
	.header-cart {
		width: 92%;
		left: 4%;
		order: 1;
		margin-bottom: 40px
	}

	.cartright {
		width: 92%;
		left: 4%;
		order: 2;
	}

	.cartright .form-heading h3 {
		font-size: 20px;
	}

	.header {
		padding: 100px 0px 40px 0px;
	}
}

.countact_usss {
	padding: 50px 0px 50px 0px;
	background: #ffffff;
	
	
box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 25%);}

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

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

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

.countact_usss h3 {
	font-size: 21px;
	
	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;
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 {
	margin-bottom: 15px;
    width: 100%;
    height: 47px;
    text-indent: 10px;
    border: none;
    background-color: #e9e9e9;
    color: #838486;
    font-size: 14px;
    
    font-family: 'Exo 2';
    font-weight: 400;
}


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

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

.countact_usss .wpcf7 h4 {
	display: none;
}

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

.countact_usss .wpcf7 p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
width: 70%;margin: 0 auto;}

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

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

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

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

	.countact_usss .blocks:last-child {
		display: none;
	}
	
	#fancybox-wrap,
	#fancybox-outer,
	#fancybox-content,
	#fancybox-content>div {
		height: auto !important;
	}

	#fancybox-wrap {
		top: 15px !important;
		margin-top: 0 !important;
		position: fixed !important;
	}
}

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: #00a099;
	border-radius: 0;
	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: #ffffff;
}

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

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


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

	footer .container > div:nth-child(1) {
		width: 100%;
	}
	
	footer .container > div:nth-child(2) {
		width: 100%;
		margin: 20px 0px;
	}
	
	footer .container > div:nth-child(3) {
		width: 100%;
	}
	
	footer .container > div:nth-child(4) {
		width: 100%;
		margin: 20px 0px;
	}
}