*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
* {
	box-sizing: border-box;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "RobotoCondensedRegular", sans-serif;
	overflow-x: hidden;
	background: #523f30;
}
.hidden {
	display: none;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}
a {
	color: white;
}
a:hover {
	color: #ca5504;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	font-size: 1px;
	white-space: nowrap;
	border: 0;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(100%);
}
/*header*/
.header_bg {
	position: relative;
	background-color: rgba(48, 34, 23, 0);
	background: center center/cover no-repeat;
	width: 100%;
	height: 87vh;
}
.header_bg::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(48, 34, 23, 0.75);
}
.header_bg_container {
	position: relative;
}
.header_middle {
	display: flex;
	/* padding-top: 1em; */
	border-top: solid 1px #2aabd2;
	width: 100%;
	height: 100%;
	position: relative;
	color: #2aabd2;
	align-content: center;
	justify-content: center;
}
.header_top {
	display: flex;
	align-items: center;
	height: 60px;
}
.left_img {
	height: 100%;
	width: 20px;
	margin-left: 3em;
}
.right_img {
	position: relative;
	height: 100%;
	width: 60px;
}
.top_row_left {
	display: block;
	display: flex;
	align-items: center;
}
.top_row_right {
	font-family: RobotoCondensedRegular;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_row_right a {
	padding-right: 40px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0.045em;
	text-align: center;
	color: #f3d4b9;
	transition: all 0.8s ease;
}
.top_row_right a:hover {
	color: #24bddc;
}
.header_center_row {
	height: 100%;
}
.header_center_row h2,
h1,
h3,
p {
	text-align: center;
}
.cards span {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.005em;
	text-align: left;
	color: #d16100;
}
.cards p {
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 19px;
	letter-spacing: 0.005em;
	text-align: left;
	color: #f3d4b9;
	padding-bottom: 2em;
}
.services_cards {
	height: 420px;
	background: #241c16;
	padding: 2.3em 25px 1em;
	border-left: 4px solid #00aed1;
	margin-bottom: 3em;
	overflow: hidden;
}
.header_center_row {
	display: flex;
	font-family: RobotoCondensedRegular;
	flex-direction: column;
	align-items: center;
	height: 100%;
}
.header_center_row h2 {
	margin-top: 4em;
	color: #f3d4b9;
	font-size: 36px;
	font-weight: 400;
	line-height: 47px;
	letter-spacing: 0.03em;
	text-align: center;
}
.header_center_row h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 70px;
	color: #32b6b2;
}
hr {
	border: 1px solid #73cadc;
	transform: rotate(0.12deg);
	width: 40%;
}
.first {
	text-transform: uppercase;
	position: relative;
	font-style: normal;
	font-weight: 300;
	font-size: 21px;
	line-height: 48px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #f3d4b9;
}

/*.visually-hidden{
    display: none;
}*/
.first:after {
	position: absolute;
	content: "";
	width: 40px;
	height: 2px;
	top: 25px;
	left: -48px;
	background: #f3d4b9;
}
.first:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 2px;
	top: 25px;
	right: -48px;
	background: #f3d4b9;
}
.left {
	position: absolute;
	height: 85%;
	width: 1px;
	background: #59cee3;
	left: 30px;
	top: 60px;
}
/* .left:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -9px;
	background-image: url(../img/coner_bottoms.png);
	background-size: cover;
	
	background-position: center;
	width: 18px;
	height: 25px;
} */
 
.right {
	position: absolute;
	height: 85%;
	width: 1px;
	background: #59cee3;
	right: 30px;
	top: 60px;
}
/* .right:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -8px;
	background-image: url(../img/coner_bottoms.png);
	width: 18px;
	height: 25px;
} */
.services {
	margin-top: 2em;
}
.services_container {
	background-color: #302217;
}
.services_inner {
	position: relative;
	margin: 0 auto;
	color: #f3d4b9;
	font-size: 26px;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 3em;
}
.services_container h3 {
	width: 14em;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	text-align: left;
	color: #f3d4b9;
	border-left: 4px solid #00aed1;
	margin-bottom: 1.5em;
	padding: 10px 25px;
	background: #241c16;
	text-align: center;
}
.services_inner:after {
	position: absolute;
	content: "";
	bottom: -5px;
	left: 10px;
	width: 55px;
	height: 2px;
	background-color: #d47843;
}
.about_me_inner {
	padding-top: 4em;
	padding-left: 20px;
	padding-bottom: 4em;
}
.about_info {
	padding-left: 1em;
}
.about_info h2 {
	padding-bottom: 0.3em;
	width: 55%;
	color: #f3d4b9;
	background-color: #302217;
	border-bottom: 3px solid #d57843;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	text-align: left;
	margin-bottom: 3em;
}
.about_info p {
	text-align: left;
	padding-right: 1em;
	color: #98775c;
}
.about_me_info {
	padding: 1.5em;
	margin: 4.3em 1em 0 0;
	background: #241c16;
	border: 2px solid #00aed1;
	box-sizing: border-box;
	color: #f3d4b9;
}
.about_me_info ul {
	padding-inline-start: 10px;
}
.about_me_info ul li {
	list-style: none;
	padding-bottom: 1.5em;
}
.about_me_info ul li:last-child {
	padding-bottom: 0;
}
.about_me_info span {
	color: #98775c;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
	padding-right: 1.4em;
}
.img_border {
	position: relative;
}
.img_border:after {
	position: absolute;
	content: "";
	left: -13px;
	bottom: 116px;
	width: 13px;
	height: 80%;
	background-color: #d16100;
}
.img_corner {
	position: absolute;
	content: "";
	top: -6px;
	right: -12px;
}
.about_me_practics {
	margin-top: 8em;
	color: #ebe0d6;
}
.about_skills {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 19%;
	padding-bottom: 0.3em;
}
.about_me_practics h2:after {
	position: absolute;
	content: "";
	bottom: -5px;
	left: 15px;
	width: 135px;
	height: 2px;
	background-color: #d47843;
}
.progress .bg-brown {
	background-color: #d16100;
}
.info_bar {
	margin-top: 2em;
}
.info_bar h4 {
	padding-bottom: 0.5em;
}
.coner_bottom {
	margin: 2em auto;
	width: 70px;
	height: 30px;
	background-image: url(../img/coner_bottoms.png);
	background-repeat: no-repeat;
}
.Benefits {
	margin-top: 2em;
}
.Benefits .services_container {
	padding-top: 3em;
	padding-bottom: 3em;
}
.portfolio {
	margin-top: 3em;
}
.portfolio_slider {
	margin-top: 2em;
}
.portfolio_slider .services_container {
	padding-top: 3em;
	padding-bottom: 3em;
}
.carousel_slide_top {
	display: flex;
	justify-content: space-between;
}
.carousel_slide {
	padding: 3em 1em;
}
.portfolio_info {
	text-align: center;
	margin: 0 auto;
	color: #f3d4b9;
}
.carousel_slide_top img {
	display: block;
	width: 30%;
	height: auto;
}
.contacts {
	margin-top: 4em;
}
.contacts_info {
	color: #f3d4b9;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}
.contacts_items p{
	color: #F3D4B9;
}
.contacts_items {
	padding-top: 3em;
}
.footer {
	border-top: solid #00aed1 2px;
	background: #231d19;
	padding-top: 2em;
}
.benefits_position {
	display: flex;
	align-content: center;
	justify-content: center;
}
.benefits_details {
	display: block;
	position: relative;
	color: #f3d4b9;
	text-align: center;
	margin: 0 auto 2em;
}
.benefits_details:after {
	content: "";
	position: absolute;
	background-color: #d57843;
	width: 196px;
	height: 3px;
	left: 3px;
	top: 55px;
}
.benefits_cards {
	display: flex;
	justify-content: space-around;
	height: 100%;
}
.benefits_item {
	width: 25%;
	height: 100%;
	color: #f3d4b9;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 29px;
	letter-spacing: 0em;
	text-align: center;
}
.benefits_item p {
	background: #241c16;
	padding: 1.5em 0.2em;
}
.benefits_item img {
	display: block;
	margin: 3em auto;
}
.portfolio_slider_gallery {
	margin: 0 auto;
	padding: 1em 1.2em 1em 1.5em;
}
.popup-gallery img {
	padding: 0.8em;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
form {
	padding: 1em 2em;
}

.form-callback {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	max-width: 320px;
	margin: auto;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
	position: relative;
	overflow: hidden;
}
.form-callback .mfp-close {
	color: #fff;
	opacity: 0.3;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.form-callback .mfp-close:hover {
	opacity: 0.6;
}
.contact-form {
	position: relative;
	overflow: hidden;
}
.my-mfp-zoom-in .form-callback,
.my-mfp-zoom-in .portfolio-popup {
	opacity: 0;
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}
.my-mfp-zoom-in.mfp-ready .form-callback,
.my-mfp-zoom-in.mfp-ready .portfolio-popup {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .form-callback,
.my-mfp-zoom-in.mfp-removing .portfolio-popup {
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
form label {
	margin-bottom: 14px;
	display: block;
}
form label span {
	font-size: 14px;
	color: #fff;
	opacity: 0.3;
	display: block;
	margin-bottom: 3px;
}
form label .selectize-input,
form label .selectize-input.full,
form label input,
form label select {
	background-color: rgba(255, 255, 255, 0.6);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: none;
	padding: 9px 15px 7px;
	display: block;
	width: 100%;
	color: #222;
	font-size: 0.9375em;
	border-bottom: transparent 4px solid;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
form label .selectize-input.full:focus,
form label .selectize-input:focus,
form label input:focus,
form label select:focus {
	background-color: #fff;
	border-bottom: #546576 4px solid;
}
form label .selectize-input,
form label .selectize-input.full {
	padding: 11px 15px;
}
form label .selectize-dropdown {
	border: none;
}
form label .selectize-dropdown .option {
	padding: 8px 15px;
}
form label .selectize-dropdown .active {
	background-color: #414e5b;
	color: #fff;
}
.text-center {
	text-align: center;
}
.viber{
	width: 90px;
	height: 90px;
}

.button,
.mouse-icon {
	display: inline-block;
}
.button {
	border: none;
	background-color: #14b75a;
	color: #fff;
	font-size: 0.875em;
	letter-spacing: 2px;
	padding: 13px 34px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 4px 0 #0e9c4b;
	box-shadow: 0 4px 0 #0e9c4b;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.button:focus,
.button:hover {
	color: #fff;
	text-decoration: none;
}
.button:hover {
	background-color: #18cb65;
}
.button:active {
	background-color: #0e9c4b;
}
.button-small {
	padding: 9px 28px;
	font-size: 0.8125em;
	background-color: #ecb124;
	-webkit-box-shadow: 0 4px 0 #dea213;
	box-shadow: 0 4px 0 #dea213;
}
.button-small:hover {
	background-color: #efbe4a;
	-webkit-box-shadow: 0 4px 0 #ebac16;
	box-shadow: 0 4px 0 #ebac16;
}
.button-small:active,
.button-small:focus {
	background-color: #dea213;
	-webkit-box-shadow: 0 4px 0 #dea213;
	box-shadow: 0 4px 0 #dea213;
}
.footers{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em 0px 2em 0px;

}
.footers_logo{

}
.footers a img{
	display: block;
	margin: 0 auto;
}
.footers p{
	color: #F3D4B9;
}
