@import url(reset.css);
body.lock {
	overflow: hidden;
}
.membrane.active {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 4;
	background: rgba(0, 0, 0, 0.75);
}
div {
	box-sizing: border-box;
}
.wrapper {
	max-width: 1920px;
	min-width: 320px;
	margin: 0 auto;
	/* font-family: 'Moulpali', sans-serif; */
	font-family: sans-serif;
}
.header {
	height: 80px;
	background: #345B21;
	position: relative;
}
.header__mine-content {
	width: 355px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border-right: 1px solid #788167;
}
.header__burger-container {
	position: relative;
	height: 28px;
	width: 41px;
	top: 25px;
	left: 33px;
	cursor: pointer;
}
.header__burger-container:before {
	content: '';
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 2px;
	left: 0;
	top: 0;
}
.header__burger-container:after {
	content: '';
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
}
.header__burger-container span {
	position: absolute;
	top: 13px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.header__burger-about {
	position: absolute;
	top: 0;
	left: 89px;
	bottom: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 20px;
}
.header__tel-num {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 243px;
	width: 200px;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 44px;
	text-align: right;
	color: #fff;
	padding: 17px 18px 0 0;
}
.header__location {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 243px;
	border-left: 1px solid #788167;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	padding: 22px 0 0 19px;
}
@media screen and (max-width: 804px) {
	.header__tel-num {
		display: none;
	}
	.header__location {
		border: none;
	}
	@media screen and (max-width: 607px) {
		.header {
			height: 75px;
		}
		.header__burger-container {
			top: 22px;
			left: 20px;
		}
		.header__burger-container span {
			position: absolute;
			top: 13px;
		}
		.header__location {
			display: none;
		}
		.header__mine-content {
			border-right: none;
			width: 350px;
		}
		.header__burger-about {
			border-left: 1px solid #788167;
			left: 78px;
			padding-left: 19px;
			padding-top: 20px;
			line-height: 20px;
			font-size: 16px;
		}
	}
	@media screen and (max-width: 364px) {
		.header__mine-content {width: 318px;}
		.header__burger-about {
			font-size: 12px;
		}
	}
}
.header__nav {
	position: absolute;
	top: -2000px;
	left: 0;
	z-index: 5;
	width: 307px;
	background: rgba(0, 0, 0, 0.85);
	padding: 95px 0 63px 0px;
	color: #fff;
	transition: all 0.3s ease 0s;
	overflow: auto;
}
.header__nav.active {
	top: 0;
	overflow: auto;
}
.header__menu-closer {
	cursor: pointer;
	position: absolute;
	top: 22px;
	right: 22px;
	width: 30px;
	height: 30px;
}
.header__menu-closer:before {
	content: '';
	position: absolute;
	top: 0;
	left: 14px;
	background: #F1B032;
	width: 2px;
	height: 100%;
	transform: rotate(45deg);
}
.header__menu-closer:after {
	content: '';
	position: absolute;
	right: 14px;
	top: 0;
	background: #F1B032;
	width: 2px;
	height: 100%;
	transform: rotate(-45deg);
}
.header__menu-link {
	display: block;
	padding: 9px 0 9px 29px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
.header__menu-link:active, .header__menu-link:hover {
	background: #FFC000;
}
.call-button {
	width: 115px;
	height: 115px;
	background: url(../images/green_call.png) no-repeat;
	background-size: cover;
	display: none;
}
.header__menu-tel-num {
	margin-top: 151px;
	text-align: center;
	font-size: 26px;
	line-height: 1;
	color: #F1B032;
}
.header__menu-tel-num.mobile {
	display: none;
}
.header__menu-location {
	margin-top: 45px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
}
.header__menu-vork-time {
	margin-top: 28px;
	text-align: center;
	font-size: 18px;
	line-height: 12px;
}
@media screen and (max-width: 800px) {
	.header__nav {
		padding: 66px 0 32px 0;
		width: 335px;
		max-height: 100vh;
	}
	.header__menu-link {
		font-size: 18px;
		line-height: 20px;
		padding: 9px 0 9px 37px;
	}
	.header__nav .call-button {
		display: block;
		margin: 31px auto 0;
	}
	.header__menu-tel-num.desktop {
		display: none;
	}
	.header__menu-tel-num.mobile {
		display: block;
		margin-top: 40px;
		text-decoration: none;
		font-size: 30px;
	}
	.header__menu-location {
		margin-top: 25px;
		font-size: 20px;
		line-height: 1;
	}
	.header__menu-vork-time {
		margin-top: 18px;
		font-size: 18px;
		line-height: 1;
	}
	@media screen and (max-width: 360px) {
		.header__nav {
			padding: 52px 0 18px 0;
			width: 220px;
		}
		.header__menu-link {
			font-size: 12px;
			line-height: 20px;
			padding: 6px 0 6px 20px;
		}
		.header__nav .call-button {
			display: block;
			margin: 23px auto 0;
		}
		.header__menu-tel-num.desktop {
			display: none;
		}
		.header__menu-tel-num.mobile {
			display: block;
			margin-top: 30px;
			text-decoration: none;
			font-size: 18px;
		}
		.header__menu-location {
			margin-top: 15px;
			font-size: 12px;
			line-height: 12px;
		}
		.header__menu-vork-time {
			margin-top: 12px;
			font-size: 12px;
			line-height: 12px;
		}
	}
}
.content-block.type-1.block-1 .content_box {
	width: 100%;
	max-width: 1189px;
	margin: 59px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.profile-photo-box {
	width: 32.8%;
	max-width: 390px;
	position: relative;
}
.profile-photo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	background: url(../images/ava.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.about {
	width: 65.35%;
	max-width: 777px;
	padding: 40px 0 45px 40px;
	background: #EAE9E9;
}
.welcome {
	font-style: italic;
	font-size: 18px;
	color: #666699;
	margin-bottom: 27px;
}
.welcome .mobile {
	display: none;
}
.profile-photo__buttons { display:none; }
@media screen and (max-width: 1030px) {
	.profile-photo__buttons {
		display:block;
		margin-bottom: 58px;
	}
	.profile-photo__buttons .buton {
		margin: 0 auto;
	}
	.welcome {
		text-align: center;
		margin-bottom: 48px;
		font-size: 20px;
		line-height: 24px;
	}
}
@media screen and (max-width: 777px) {
	
}
.heading_h1 {
	font-size: 30px;
	line-height: 1;
	color: #000;
	display: inline-block;
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
}
@media screen and (max-width: 777px) {
	.heading_h1-box {
		margin-left: 7.62%;
		margin-bottom: 32px;
	}
	.heading_h1 {
		font-size: 28px;
		padding-bottom: 12px;
	}
}
.content-block.type-1.block-1 ul {
	margin-top: 31px;
	margin-left: 15px;
}
.content-block.type-1.block-1 ul li {
	list-style: disc;
	font-size: 14px;
	line-height: 24px;
}
.tel-numb-ws {
	display: flex;
	justify-content: flex-start;
	margin-top: 34px;
}
.tel-numb-ws__num.mobile {
		display: none;
	}
	.tel-numb-ws__num.desktop {
		display: block;
	}
@media screen and (max-width: 777px) {
	.tel-numb-ws {
		display: block;
		margin: 40px auto 0;
		border-left: 1px solid #000000;
		padding-left: 23px;
		width: 85%;
	}
	.tel-numb-ws__num.mobile {
		display: block;
		text-decoration: none;
		color: #000;
		width: 100%;
		margin: 0;
		font-size: 32px;
	}
	.tel-numb-ws__num.desktop {
		display: none;
	}
}
.tel-numb-ws__num {
	width: 270px;
	font-size: 30px;
	line-height: 1;
	margin-right: 25px;
	margin-left: 19px;

}
.tel-numb-ws__ws {
	font-size: 14px;
	line-height: 20px;
	color: #345B21;
	border-left: 2px solid #345B21;
	padding-left: 21px;
	width: 260px;
}
@media screen and (max-width: 777px) {
	.tel-numb-ws__ws {
		font-size: 16px;
		line-height: 18px;
		border: none;
		padding: 0;
		width: 227px;
		margin-top: 18px;
	}
	@media screen and ( max-width: 370px) {
		@media screen and ( max-width: 370px) {
			.welcome {
				font-size: 16px;
				line-height: 18px;
			}
			.tel-numb-ws__ws {
				width: 206px;
			}
		}
		.tel-numb-ws {
			padding-left: 15px;
		}
		.tel-numb-ws__num.mobile {
			font-size: 22px;
		}
		.tel-numb-ws__ws {
			font-size: 10px;
			line-height: 12px;
		}
	}
}
.about__buttons {
	margin-top: 49px;
}
@media screen and (max-width: 777px) {
	.about__buttons {
		display: none;
	}
}
.about__buttons .buton {
	display: inline-block;	
}
.about__buttons .buton_yellow {
	margin-left: 17px;
}
.about__buttons .buton_transparent {
	margin-left: 26px;
}
.buton {
	display: block;
	box-sizing: border-box;
	width: 250px;
	height: 77px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	color: #000;
	border-radius: 40px;
	padding-top: 19px;
	cursor: pointer;
}
.buton_yellow {
	background-color: #FFC000;
}
.buton_yellow:active, .buton_yellow:hover {
	background-color: #D4A30E;
}
.buton_transparent {
	border: 1px solid #000000;
}
.buton_transparent:active, .buton_transparent:hover {
	background-color: #D6D5D5;
}
@media screen and (max-width: 1030px) {
	.content-block.type-1.block-1 .content_box {
		display: block;
		width: 100%;
		margin-top: 0;
	}
	.profile-photo-box {
		width: 100%;
		max-width: 460px;
		padding-top: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	@media screen and (max-width: 534px) {
		.profile-photo-box {
			padding-top: 122%;
		}
		.welcome {
			text-align: center;
		}
		.welcome .mobile {
			display: block;
		}
	}
	.profile-photo {
	}
	.profile-photo .buton_yellow {
		margin: 0 auto;
	}
	.about {
		width: 100%;
		margin: 0 auto;
	/*	background-color: #fff; */
	}
	.about__buttons {
	 	display: none;
	}
}
@media screen and (max-width: 777px){
	.about {
		padding: 43px 0 50px;
		background: #fff;
	}
	.content-block.type-1.block-1 ul {
		margin: 0 auto;
		width: 85%;
	}
	.content-block.type-1.block-1 ul li {
		font-size: 13px;
		line-height: 22px;
	}
}
.heading {
	font-size: 30px;
	line-height: 1;
	color: #666699;
	border-bottom: 2px solid #666699;
	padding-bottom: 10px;
	text-align: center;
	display: inline-block;
}
@media screen and (max-width: 777px) {
	.heading {
		font-size: 24px;
		line-height: 1;
		border-bottom: 1px solid #666699;
		padding-bottom: 8px;
	}
}
.block-2 {
	text-align: center;
	padding-top: 100px;
}
.block-2 .content_box {
	padding-top: 58px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1165px;
	margin: 0 auto;
}
.block-2 .content_box a {
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 12px;
	height: 55px;
	width: 276px;
	border: 2px solid #000000;
	margin: 5px 5px 0;
	text-align: center;
	padding-top: 21px;
	color: #000;
}
.block-2 .content_box a:active, .block-2 .content_box a:hover {
	background-color: #D6D5D5;
}
@media screen and (max-width: 777px){
	.block-2 {
		padding-top: 0;
	}
	.block-2 .heading {
		display: none;
	}
	.block-2 .content_box {
		padding-top: 50px;
		background: #EAE9E9;
	}
	.block-2 .content_box a:last-child {
	}
	@media screen and (max-width: 572px) {
		.block-2 .content_box a {
			margin: 0 0 14px;
			width: 320px;
			height: 62px;
			font-size: 14px;
			line-height: 1;
			padding-top: 23px;
		}
		@media screen and (max-width: 335px) {
			.block-2 .content_box a {
				width: 260px;
				height: 50px;
				font-size: 12px;
				margin-bottom: 11px;
				padding-top: 18px;
			}
		}
		.block-2 .content_box a:last-child {
			margin-bottom: 0;
		}
		.block-2 .content_box-2 {
			background: #EAE9E9;
			padding: 65px 0;
		}
		.block-2 .content_box-2 .call-button {
			display: block;
			margin: 0 auto;
		}
	}
}
.content-block.block-3 {
	max-width: 1136px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 115px;
}
.content-block.block-3 .heading {
	display: none;
}
.servise {
	background: #EAE9E9;
	width: 844px;
	padding: 30px 21px;
	margin-top: 31px;
	text-align: left;
}
.servise__servise-name {
	width: 343px;
	height: 41px;
	border: 1px solid #F1B032;
	position: relative;
	padding: 13px 0 0 43px;
	font-size: 14px;
}
.servise__servise-name-marker {
	position: absolute;
	top: 14px;
	left: 15px;
	width: 10px;
	height: 10px;
	background: #000000;
}
.servise__flex-box {
	display: flex;
	justify-content: space-between;
	margin-top: 26px;
	font-size: 16px;
	line-height: 20px;
}
.servise__flex-box div:first-child {
	width: 377px;
}
.servise__flex-box div:nth-child(2) {
	width: 395px;
}
.servise__flex-box div:nth-child(2)  b{
	font-weight: bold;
}
.servise__flex-box div:nth-child(2)  br:last-child{
	display: none;
}
.content-block.block-3 .buton.buton_yellow {
	margin: 87px auto 0;
}
.content-block.block-3 .call-button {
	display: none;
}
@media screen and (max-width: 1143px){
	.content-block.block-3 {
		max-width: 848px;
	}
	@media screen and (max-width: 857px) {
		.servise {
			padding: 15px 15px 19px;
			width: 93.75%;
			min-width: 300px;
			margin: 31px auto 20px;
		}
		.servise__servise-name {
			font-size: 14px;
			line-height: 1;
			width: 400px;
			height: 37px;
			padding: 12px 0 0 25px;
			margin-bottom: 22px;
		}
		.servise__flex-box {
			display: block;
			font-size: 16px;
			line-height: 18px;
			margin-top: 0;
			width: 400px;
		}
		@media screen and (max-width: 456px) {
			.servise__servise-name {
				font-size: 12px;
				line-height: 12px;
				width: 295px;
				height: 30px;
				padding-top: 9px;
			}
			.servise__flex-box {
				font-size: 12px;
				line-height: 12px;
				width: 295px;
			}
		}		
		@media screen and (max-width: 777px) {
			.servise {
				margin-top: 0;
			}			
		}
			.servise__servise-name-marker {
			width: 5px;
			height: 5px;
			top: 16px;
			left: 10px;
		}		
		@media screen and (max-width: 456px) {
			.servise__servise-name-marker {
				top: 12px;
			}
		}
		.servise__flex-box div:first-child {
			width: 100%;
			margin-bottom: 17px;
		}
		.servise__flex-box div:nth-child(2) {
			width: 100%;
		}
	}
	@media screen and (max-width: 777px) {
		.content-block.block-3 {
			padding-top: 65px;
			padding-bottom: 0;
		}
		.content-block.block-2 .heading {
			display: none;
		}
		.content-block.block-3 .heading {
			display: inline-block;
			margin-bottom: 50px;
		}
		.content-block.block-3 .buton.buton_yellow {
			display: none;
		}
		.content-block.block-3 .call-button {
			display: block;
			margin: 65px auto;
		}
	}
}
.content-block.block-4 {
	text-align: center;
	padding: 102px 0 115px;
	background: #EAE9E9;
}
.content-block.block-4 .heading {
	margin-bottom: 63px;
}
@media screen and (max-width: 777px) {
	.content-block.block-4 .heading {
		margin-bottom: 50px;
	}
}
.owl-carousel.slider {
	width: 71%;
	max-width: 554px;
	margin: 0 auto;
}
.slider__item {
	padding-top: 138%;
	width: 100%;
}
.content-block.block-4 .buton.buton_yellow {
	display: none;
}
@media screen and (max-width: 777px) {
	.content-block.block-4 {
		padding: 65px 0;
	}
	.owl-carousel.slider {
		margin-bottom: 65px;
	}
	.slider__item {
	}
	.content-block.block-4 .buton.buton_yellow {
		display: block;
		margin: 65px auto 0;
	}
}
.content-block.block-5 {
	padding: 100px 0 115px;
	text-align: center;
	background: #fff;
}
.content-block.block-5 .heading{
	margin-bottom: 67px;
}
.content-block.block-5 .content_box {
	display: flex;
	justify-content: space-between;
	text-align: left;
	width: 90%;
	max-width: 1126px;
	margin: 0 auto 87px;
}
.content-block.block-5 .content_box .box_for_questions {
	width: 47%;
	max-width: 530px;
}
.one_question {
	background: #EAE9E9;
	margin-bottom: 7px;
	position: relative;
	font-size: 16px;
	line-height: 20px;
}
.one_question:last-child {
	margin-bottom: 0;
}
 .question_block {
  position: relative;
  padding: 29px 126px 29px 40px;
  cursor: pointer;
}
.question_block .questions {
	text-transform: uppercase;
}
.one_question .cross {
  position: absolute;
  top: 27px;
  right: 38px;
  width: 25px;
  height: 25px;
}
.one_question .cross::before, .one_question .cross::after {
  content: '';
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 2px;
  left: 0;
  transition: all 0.3s ease 0s;
}
.one_question .cross::before {
  top: 11px;
}
.one_question .cross::after {
  bottom: 12px;
  transform: rotate(90deg);
}
.one_question .answer_block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -25;
  padding: 0 0 0 30px;
  transition: all 0.3s ease 0s;
}
.question_block.active .cross::before {
  transform: rotate(45deg);
  background: #F1B032;
}
.question_block.active .cross::after {
  transform: rotate(135deg);
  background: #F1B032;
}
.question_block.active + .answer_block {
  position: static;
  padding: 0 170px 30px 40px;
  transition: all 0.3s ease 0s;
}
.content-block.block-5 .right-box {
	width: 46.71%;
	max-width: 526px;
	background: url(../images/vener_vafina.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.content-block.block-5 .buton.buton_yellow {
	margin: 0 auto;
}
.content-block.block-5 .call-button {
	display: none;
}
@media screen and (max-width: 1070px) {
	.content-block.block-5 {
		padding: 65px 0;
	}
	.content-block.block-5 .heading {
	  margin-bottom: 50px;
	}
	.content-block.block-5 .content_box {
		display: block;
		margin-bottom: 65px;
	}
	.content-block.block-5 .content_box .box_for_questions {
		margin: 0 auto;
		width: 100%;
		max-width: 530px;
	}
	.content-block.block-5 .right-box {
		display: none;
	}
	.one_question .cross {
	  top: 24px;
	  right: 20px;
	  width: 30px;
	  height: 30px;
	}
	.one_question .cross::before {
	  top: 14.5px;
	}
	.one_question .cross::after {
 	 bottom: 14.5px;
	}
	.question_block {
  position: relative;
  padding: 29px 16% 29px 5%;
}
	.question_block.active + .answer_block {
		padding: 0 12% 30px 5%;
	}
	@media screen and (max-width: 777px) {
		.content-block.block-5 .right-box, .content-block.block-5 .buton.buton_yellow {
			display: none;
		}
		.content-block.block-5 .call-button {
			display: block;
			margin: 0 auto;
		}
		.one_question .cross::before, .one_question .cross::after {
			height: 1px;
		}
	}
}
.content-block.block-6 {
	padding: 102px 0 115px;
	text-align: center;
	background: #EAE9E9;
}
.content-block.block-6 .heading {
	margin-bottom: 63px;
}
.content-block.block-6 .content_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 73.2%;
}
.content-block.block-6 .content_box div {
	width: 48%;
	padding-top: 32%;
	margin-bottom: 24px;
	background: #aaa;
}
.content-block.block-6 .buton.buton_yellow {
	margin: 63px auto 0;
}
@media screen and (max-width: 700px) {
	.content-block.block-6 {
		padding: 65px 0;
	}
	.content-block.block-6 .heading {
		margin-bottom: 50px;
	}
	.content-block.block-6 .heading .desktop {
		display: none;
	}
	.content-block.block-6 .content_box {
		display: block;
		width: 90%;
	}
	.content-block.block-6 .content_box div {
		width: 100%;
		margin: 0 auto 15px;
		padding-top: 72%;
	}
	.content-block.block-6 .buton.buton_yellow {
		display: none;
	}
}
.content-block.block-7 {
	height: 445px;
}
footer {
	background: #345B21;
	padding: 50px;
	display: flex;
	justify-content: space-between;
	color: #fff;
}
footer .box-1 {
	font-size: 24px;
	line-height: 30px;
	width: 300px;
}
footer .buton.buton_yellow {
	display: none;
}
footer .box-5 {
	display: none;
}
footer .box-2 {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
footer .box-2 p:nth-child(1){
	margin-bottom: 53px;
}
footer .box-3 {
	width: 235px;
}
footer .box-3 a {
	display: block;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	text-decoration: none;
}
footer .box-3 a:hover {
	color: #FFC000;

}
footer .box-4 {
	width: 270px;
	text-align: right;
}
footer .box-4 p:first-child {
	font-size: 30px;
	line-height: 66px;
}
footer .box-4 p:nth-child(2) {
	margin-top: 15px;
	font-size: 18px;
	line-height: 40px;
}
footer .box-6 {
	display: none;
}
@media screen and (max-width: 1206px) {
	footer {
		padding: 65px 0 76px;
		display: block;
	}
	footer .box-1 {
		font-size: 24px;
		line-height: 30px;
		margin: 0 auto 60px;
		width: 303px;
	}
	footer .buton.buton_yellow {
		display: block;
		margin: 0 auto 77px;
		color: #000;
	}
	footer .box-5 {
		display: block;
		margin: 0 auto 50px;
		text-align: center;
	}
	footer .box-5 a {
		display: block;
		box-sizing: border-box;
		font-size: 26px;
		line-height: 1;
		color: #fff;
		text-decoration: none;
		margin-bottom: 40px;
	}
	footer .box-5 p:nth-child(2) {
		font-size: 20px;
		line-height: 1;
	}
	footer .box-2 {
		margin-bottom: 65px;
	}
	footer .box-2 p:first-child {
		font-size: 24px;
		line-height: 1;
		margin-bottom: 50px;
	}
	footer .box-2 p:nth-child(2) {
		font-size: 22px;
		line-height: 1;
	}
	footer .box-3, footer .box-4 {
		display: none;
	}
	footer .box-6 {
		display: block;
		width: 95%;
		max-width: 340px;
		height: 51px;
		font-size: 22px;
		line-height: 1;
		border: 1px solid #F1B032;
		margin: 0 auto 0;
		color: #fff;
		text-align: center;
		text-decoration: none;
		padding-top: 14px;
		box-sizing: border-box;
	}
	@media screen and (max-width: 340px) {
		footer .box-6 {
			width: 250px;
			height: 30px;
			font-size: 14px;
			padding-top: 8px;
		}
		footer .box-1 {
			font-size: 18px;
			line-height: 22px;
			width: 230px;
		}
	}
}
#carousel_1 .owl-next, #carousel_1 .owl-prev {
	position: absolute;
	top: 45%;
	width: 49px;
	height: 70px;
	display: block;
}
#carousel_1 .owl-next {right: -100px;}
#carousel_1 .owl-prev {left: -100px;}
#carousel_1 .owl-next:before, #carousel_1 .owl-next:after, #carousel_1 .owl-prev:before, #carousel_1 .owl-prev:after {
	display: block;
	content: '';
	width: 100%;
	height: 5px;
	background: #F1B032;
	position: absolute;
}
#carousel_1 .owl-next:before {
	top: 17px;
	transform: rotate(45deg);
}
#carousel_1 .owl-next:after {
	bottom: 17px;
	transform: rotate(-45deg);
}
#carousel_1 .owl-prev:before {
	top: 17px;
	transform: rotate(-45deg);
}
#carousel_1 .owl-prev:after {
	bottom: 17px;
	transform: rotate(45deg);
}
@media screen and (max-width: 740px) {
	#carousel_1 .owl-next, #carousel_1 .owl-prev {
		width: 33px;
		height: 55px;
	}
	#carousel_1 .owl-next {right: -37px;}
	#carousel_1 .owl-prev {left: -37px;}
	#carousel_1 .owl-next:before, #carousel_1 .owl-prev:before {
		top: 15px;
	}
	#carousel_1 .owl-next:after, #carousel_1 .owl-prev:after {
		bottom: 15px;
	}
}

.log_out {
	position: fixed;
	top: 50px;
	right: 50px;
	font-size: 24px;
	font-style: italic;
}
@font-face {
	font-family: 'Moulpali';
	src: url(../fonts/MoulpaliRegular.woff);
}