/*@import url("../fonts/Commissioner/Commissioner.ttf");*/

@font-face {
	font-family: 'Commissioner';
	src: url('../fonts/Commissioner/Commissioner.ttf') format('truetype');
}



html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	scroll-behavior: smooth;
	font-family: 'Commissioner', sans-serif;
	color: #1D1E1B;
	font-size: 20px;
	font-weight: 400;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	cursor: pointer;
}

p {
	margin: 0;
}

body {
	background: none;
	padding: 0;
	margin: 0;
	font-family: 'Commissioner', sans-serif;

}

img {
	max-width: 100%;
}

.font_bold {
	font-weight: 700;
}

.header {
/*	height: 400px;*/
/*	position: relative;*/
/*	width: 100%;*/
}

/*Стандартные эдменты и заливки*/

.bg-grey {
	background: #F6F6F6;
}

.bg-black {
	background: #000;
}

.bg-white {
	background: #fff;
}

.grey_line {
	margin: 2rem auto;
	height: 1px;
	background: rgba(0, 0, 0, 0.14);
	width: 100%;
}

/*КНОПКИ*/

.button_wrapp .red_button {
	display: inline-flex;
	padding: 15px;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background: var(--ec-5438, #EC5438);
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
	color: #FFF;
	text-align: center;
	font-family: 'Commissioner', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
}

.button_wrapp .red_button:hover,
.button_wrapp .red_button:active {
	color: #EECCCC;
	background: #E87E6A;
}


/*Бургер меню отрисовка*/

#burger {
	display: none;
	width: 10px;
	position: relative;
	margin: 0px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	-o-transform: scale(3);
	transform: scale(3);
	z-index: 999;
}

#burger span {
	display: block;
	position: absolute;
	height: 1px;
	width: 51%;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}

#burger span:nth-child(even) {
	left: 50%;
	border-radius: 0 5px 5px 0;
}


#burger span:nth-child(odd) {
	left: 0px;
	border-radius: 5px 0 0 5px;
}

#burger span:nth-child(1),
#burger span:nth-child(2) {
	top: 0px;
}

#burger span:nth-child(3),
#burger span:nth-child(4) {
	top: 3px;
}

#burger span:nth-child(5),
#burger span:nth-child(6) {
	top: 6px;
}

#burger.open span:nth-child(1),
#burger.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#burger.open span:nth-child(2),
#burger.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#burger.open span:nth-child(1) {
	left: 1px;
	top: 1px;
}

#burger.open span:nth-child(2) {
	left: calc(50% - 1px);
	top: 1px;
}

#burger.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

#burger.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

#burger.open span:nth-child(5) {
	left: 1px;
	top: 4px;
}

#burger.open span:nth-child(6) {
	left: calc(50% - 1px);
	top: 4px;
}

/*Цвет бургера*/

#burger.white span {
	background: #ffffff;
}

#burger.black span {
	background: #000000;
}

.menu_point_box {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	transform: translate(200%, 0%);
	transition-property: all;
	transition-duration: .5s;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
	z-index: 888;
}

.menu_point_box.dark {
	background: rgba(29, 30, 27, 0.6);
	color: #fdfdfd;
}

.menu_point_box.light {
	background: rgba(234, 234, 234, 0.6);
	color: #1D1E1B;
}

.menu_point_box.active {
	transform: translate(0%, 0%);
	transition-property: all;
	transition-duration: .5s;
}

.menu_point_box a {
	margin-bottom: 1em;
}


/*MAIN MENU*/

.main_menu {}


/*колапс и акордеон*/

.collapse_img_wrap {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.collapse_img_wrap a {
	/*	width: calc(100% - 2.5em);*/
	width: 100%;

	z-index: 2;
}

.collapse_img_wrap:before {
	content: '';
	position: relative;
	display: block;
	border-top: 2px solid black;
	border-right: 2px solid black;
	transform: rotate(45deg);
	margin-right: 1.5em;
	width: 1em;
	height: 1em;
	transition: .3s;
}

.collapse_img_wrap.active:before {
	transform: rotate(135deg);
	transition: .3s;
}

.collapse_img_wrap ~ div {
	padding-left: 2.5em;
}

/*Кастоиные списки*/
.custom_list {
	position: relative;
}

.custom_list div {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding-left: 2.5em;
}

.custom_list div:before {
	content: '';
	position: absolute;
	top: 0.5em;
	left: 0;
	display: block;
	width: .5em;
	height: .5em;
	background: url(../images/icons/staar_black.svg);
	background-size: contain;
	background-position: center;
}

/*Кастомные скролы и отключение отображение скрола*/

.custom_skroll_x {
	position: relative;
	display: block;
	overflow-x: scroll;
	width: 100%;
	max-width: 100%;
}

.custom_skroll_y {
	position: relative;
	display: block;
	overflow-y: scroll;
	width: 100%;
	max-width: 100%;
	max-height: 100vh;
}

.custom_skroll_x > div {
	width: 200vw;
	padding-bottom: 1em;
}

/* width */
.custom_skroll_x::-webkit-scrollbar,
.custom_skroll_y::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

/* button */
.custom_skroll_x::-webkit-scrollbar-button,
.custom_skroll_y::-webkit-scrollbar-button {
	background: #FAFAFA;
}

/* Handle */
.custom_skroll_x::-webkit-scrollbar-thumb,
.custom_skroll_y::-webkit-scrollbar-thumb {
	background: #fa7a7a;
}

/* Handle on hover */
.custom_skroll_x::-webkit-scrollbar-thumb:hover,
.custom_skroll_y::-webkit-scrollbar-thumb:hover {
	background: #666;
}

/* Track */
.custom_skroll_x::-webkit-scrollbar-track,
.custom_skroll_y::-webkit-scrollbar-track {
	background: #FAFAFA;
}

/* Corner */
.custom_skroll_x::-webkit-scrollbar-corner,
.custom_skroll_y::-webkit-scrollbar-corner {
	background: #FAFAFA;
}

/* Resizer */
.custom_skroll_x::-webkit-resizer,
.custom_skroll_y::-webkit-resizer {
	background: #FAFAFA;
}


/*блоки по 2 по 3*/

.side_box_wrapp {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.side_box_50 {
	width: 49%;
}

.side_box_40 {
	width: 39%;
}


/*VIDEO*/

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;

	margin: 0px auto;
	/* max-width: 800px;*/
	width: 100%;
}

.video-responsive iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


/*ANIM FADE*/


.left_fadein {
	transform: translate(-120%, 0%);
	opacity: 0;
	/*	transition: all 0.8s ease 0s;*/
	transition-property: all;
	transition-duration: 1s;
	transition-delay: .1s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);

}

.left_fadein._active {
	transform: translate(0px, 0px);
	opacity: 1;
}

.right_fadein {
	transform: translate(120%, 0%);
	opacity: 0;
	transition-property: all;
	transition-duration: 1s;
	transition-delay: .1s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.right_fadein._active {
	transform: translate(0px, 0px);
	opacity: 1;
}

.top_fadein {
	transform: translate(0%, -120%);
	opacity: 0;
	transition-property: all;
	transition-duration: 1s;
	transition-delay: .1s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.top_fadein._active {
	transform: translate(0px, 0px);
	opacity: 1;
}

.bot_fadein {
	transform: translate(0%, 120%);
	opacity: 0;
	transition-property: all;
	transition-duration: 1s;
	transition-delay: .1s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.bot_fadein._active {
	transform: translate(0px, 0px);
	opacity: 1;
}

.fadein_back {
	transform: scale(0);
	opacity: 0;
}

.fadein_back._active {
	transform: scale(1);
	opacity: 1;
	transition-property: all;
	transition-duration: .3s;
	transition-delay: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/*Стили для футера с формой*/

.footer_form_wrapp {}

.footer_form_wrapp .info_wrapp {
	padding: 70px 40px 40px;
}

.footer_form_wrapp .title {
	color: #1D1E1B;
	font-family: Commissioner;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.9px;
	margin-bottom: 1rem;
}

.footer_form_wrapp .description {
	color: #1D1E1B;
	/*	font-family: Commissioner;*/
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.75px;
	margin-bottom: 2.6rem;
}

.footer_form_wrapp .footer_form_button_wrapp {
	max-width: 320px;
}

.footer_form_wrapp .fbutton {
	display: flex;
	height: 65px;
	/*	padding: 22px 40px 27px 40px;*/
	justify-content: center;
	align-items: center;
	background: #FF4527;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -0.32px;
	margin-bottom: .6rem;
}

.footer_form_wrapp .privacy_policy {
	color: #949494;
	text-align: center;
	/*	font-family: Commissioner;*/
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.42px;
}

.footer_form_wrapp .form_footer_manager_photo {
	width: 96px;
	border-radius: 50%;
	margin-right: 1rem;
}

.footer_form_wrapp .form_footer_manager_name {
	color: #1D1E1B;
	font-family: Commissioner;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.75px;
	margin-bottom: 5px;
}

.footer_form_wrapp .form_footer_manager_position {
	color: #1D1E1B;
	font-family: Commissioner;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -0.6px;
	margin-bottom: 5px;
}

.footer_form_wrapp .form_footer_phone {
	color: #1D1E1B;
	font-family: Commissioner;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -0.6px;
}

.footer_form_wrapp .form_footer_phone:hover {
	color: #1D1E1B;
	font-family: Commissioner;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -0.6px;
	text-decoration: underline;
	cursor: pointer;
}

.footer_form_wrapp .image_wrapp {
	position: relative;
}

.footer_form_wrapp .image_wrapp div {
	width: 100%;
	height: 100%;
}

.footer_image_dots {
	position: absolute;
	left: 1rem;
	top: 1rem;
}

@media screen and (max-width: 765px) {
	#footer .container {
		padding: 0;
	}

	.footer_form_wrapp .info_wrapp {
		padding: 34px 16px;
	}

	.footer_form_wrapp .title {
		color: #1D1E1B;
		/*		font-family: Commissioner;*/
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 130%;
		letter-spacing: -0.2px;
	}

	.footer_form_wrapp .description {
		color: #1D1E1B;
		font-family: Commissioner;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 160%;
		letter-spacing: -0.14px;
	}


	.footer_form_wrapp .footer_form_button_wrapp {
		max-width: 100%;
	}

	.footer_form_wrapp .footer_form_button_wrapp {
		margin-bottom: 34px;
	}

	.footer_image_dots,
	.footer_form_wrapp .image_wrapp {

		display: none;
	}
}
