/* общие стили *************************************************************/
html {
	min-width: 320px;
	width: 100%;
	overflow-y: scroll;
	position: relative;
}

body {
	font-family: 'Geologica', sans-serif;
	color: #000; 
	background: #FFF;
	font-size: 19px; 
	margin: 0px; 
	font-weight: 300;
}

p	{
	margin-bottom: 1rem;
}

b {
	font-weight: bold;
}

a, .link {
	color: #333;
	opacity: 1;
	text-decoration: underline;
	transition: all .5s ease;
}

a:hover, .link:hover {
	opacity: .7;
}

ul, ol {
	padding-left: 1em;
	margin-bottom: 1rem;
}

ul li, ol li {
}

button, input, textarea, select {
	font-family: 'Geologica', sans-serif;
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none !important;
}

h1, .h1 {
	font-family: 'Unbounded', sans-serif;
	color: #000;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: .01em;
}
h2, .h2 {
	font-family: 'Geologica', sans-serif;
	color: #000;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: .01em;
}
h3, .h3 {
	font-family: 'Geologica', sans-serif;
	color: #000;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: .01em;
}
h4, .h4 {
	color: #000;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: .01em;
}
h5, .h5 {
	color: #000;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.2em;
}
h6, .h6 {
	color: #000;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2em;
}

.normal {
	color: #000;
	opacity: 1;
}

.light {
	color: #5d59524D;
}

.bg-pink {
	background-color: #f6a1c3;
}

.bg-white {
	background-color: #fff;
}

.bg-grey {
	background-color: #f0ece6bb;
}

.olive {
	color: #b09e7f;
}

.pink {
	color: #f6a1c3
}

.white {
	color: white;
	border-color: rgba(255, 255, 255, .2) !important;
}

button, input[type=button], input[type=submit] {
	background-color: transparent;
	font-size: 1em;
	color: #b09e7f;
	border: 2px solid #b09e7f;
	border-radius: 50px;
	height: 3.8em;
	line-height: 3.8em;
	padding-left: 2em;
	padding-right: 2em;
	max-width: 100%;
	min-width: 3.8em;
	cursor: pointer;
	transition: all .2s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none !important;
	text-transform: uppercase;
	letter-spacing: 0.02;
	font-weight: 600;
}

.top_menu_container button {
	padding-left: 1em;
	padding-right: 1em;
}

.button {
	border-radius: 10px;
	height: 2.6em;
	line-height: calc(2.6em - 2px);
	font-size: 1.33em;
}

input[type=submit] {
	line-height: auto;
}

button:hover, input[type=button]:hover, input[type=submit]:hover {
	background: #b09e7f;
	color: #fff;
}

button.red {
	background-color: #ED3555;
}

button.white {
	background: #fff;
	font-weight: 600;
	color: #5d5952;
}

button.white:hover {
	color: #ED3574;
	background: #fff;
	border-color: #fff;
	opacity: 1;
}

button[disabled], button:hover[disabled], input[type=button][disabled], input[type=button]:hover[disabled], input[type=submit][disabled], input[type=submit]:hover[disabled] {
	opacity: 0.2 !important;
	cursor: default;
}

button.small_button {
	height: 2em;
	line-height: calc(2em - 1px);
	padding: 0 10px;
}

button.light-btn{
	border: 1px solid rgba(128, 123, 138, .5);
	background: rgba(243, 241, 238, 1);
	color: #000;
}
button.light-btn:hover{
	background: #000;
	border-color: #000;
	color: rgba(243, 241, 238, 1);
	opacity: 1;
}

button.inverted {
	border: 2px solid #fff;
	color: #fff;
	background: rgba(0, 0, 0, 0);
}

button.inverted:hover {
	color: #000;
	background: #fff;
	opacity: 1;
}


input[type=text], input[type=email], input[type=password], textarea, select {
	color: rgba(93, 89, 82, 1);
	font-size: 1.33em;
	background: transparent;
	border: 1px solid rgba(93, 89, 82, .8);
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 50px;
	text-align: left;
	text-decoration: none;
}

input[type=text]:hover, input[type=email]:hover, input[type=password]:hover, textarea:hover, select:hover {
	border: 1px solid rgba(93, 89, 82, .5);;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus, select:focus {
	border: 1px solid rgba(47, 47, 47, 1);
}

input[type=text], input[type=email], input[type=password], select {
	height: 3.5em;
	line-height: calc(3.5em - 2px);
}

.loading:after {
	content: "\f110";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: .5em;
	top: calc(50% - 0.5em);
	/*transform: translateY(-50%);*/
	opacity: 0.35;
	z-index: 2;
	-webkit-animation: rotating 1s linear infinite;
	animation: rotating 1s linear infinite;
}

@keyframes rotating {
	100% {transform: rotate(360deg);}
}	

/* select */

select {
	padding-right: 2em;
	background-color: rgba(255, 255, 255, 1);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23777' fill-rule='evenodd' class='cls-1' d='M8,0L4.141,6.993,0.012,0.156Z'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: right 13px center;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none !important;
}

select:active {
	
}

.ui-widget * {
	font-family: 'Golos Text', sans-serif;
}

select.low, .ui-widget select {
	height: 1.5em;
	line-height: calc(1.5em - 2px);
	background-position: right 13px center;
}

.field_container {
	position: relative;
}

.field_container .field_name {
	position: absolute;
	top: 5px;
	font-size: 11px;
	width: calc(100% - 20px);
	left: 10px;
	z-index: 2;
	pointer-events: none;
}

.field_container input, .field_container select {
	padding-top: 0.75em;
}

.field_container textarea {
	line-height: 1.5em;
	padding-top: 1em;
	min-height: 5.5em;
}

.field_container.error input[type=text], .field_container.error input[type=email], .field_container.error input[type=phone], .field_container.error textarea {
	border-color: #ED3555;
}

.field_container.error .field_name {
	color: #ED3555;
}


/* шапка сайта *************************************************************/
body .top_menu_container {
	height: 150px;
	background-color: rgba(255, 255, 255, 0);
	transition: all .3s ease;
	position: fixed;
	width: 100%;
	z-index: 100;
	font-size: 13px;
}

body.scrolled .top_menu_container {
	height: 80px;
	background-color: rgba(255, 255, 255, .95);
}

@media (max-width : 980px) {
	body .top_menu_container {
		height: 60px;
		background-color: rgba(255, 255, 255, 0);
		font-size: 11px;
	}
	
	body.scrolled .top_menu_container, body.mainpage.scrolled .top_menu_container {
		height: 60px;
		background-color: rgba(255, 255, 255, .8);
	}
}

body .top_menu_container > div, body .top_menu_container > div > div {
	height: 100%;
}

body .top_menu_container  div.clear {
	height: 0;
}

.top_menu_container .logo {
	width: 85%;
	position: relative;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.top_menu_container .logo svg {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	transform: translateY(-50%);
	fill: #fff;
	transition: .3s all ease;
}

body.scrolled .logo svg {
	fill: black;
}

.top_menu_container .logo:hover svg {
	opacity: 0.7;
}

.top_menu_container.scrolled {
	height: 75px;
}

.top_menu {
	display: inline-block;
}

.top_menu > a {
	display: inline-block;
	padding: .5rem 2rem .5rem 0;
	text-decoration: none;
	color: #fff;
}

/*.menu_container {
	width: calc(100% - 200px);
}

.sysmenu_container {
	width: 200px;
}
*/

.mainpage .top_menu > a {
	/*color: #fff;*/
}

body.scrolled .top_menu > a {
	color: #000;
}
	
.top_menu.active > a {
	color: #ED3574;
}

.top_menu:hover .top_menu_inner {
	display: block;
}

.top_menu_inner {
	position: absolute;
	display: none;
	border-bottom: 1px solid rgba(47, 47, 47, 0.15);
	border-left: 1px solid rgba(47, 47, 47, 0.15);
	border-right: 1px solid rgba(47, 47, 47, 0.15);
	transition: all .3s ease;
	background: #E0E3DA;
	/*box-shadow: 0px 20px 40px -5px rgba(47, 47, 47, .2);*/
	text-align: left;
	margin-left: -1rem;
}

.top_menu_inner a {
	padding: .5rem 1rem;
}

.top_menu_inner a.active {
	color: #ED3574;
}

.top_menu_inner a:hover {
	background: rgba(47, 47, 47, 0.05);
}

.icon {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: contain;
	display: inline-block;
	transition: transform .3s ease;
}

.icon:hover {
	/*transform: scale(1.2);*/
}

.icon svg {
	width: 32px;
	height: 32px;
	transform: .3 all ease;
	fill: #5d5952;
}

.icon:hover svg {
	fill: #ED3574;
}

.mainpage .icon svg {
	/*fill: #5d5952;*/
}

.mainpage.scrolled .icon svg, .mainpage.mobile_menu_is_on .icon svg {
	/*fill: #000;*/
}

.breadcrumbs {
	font-size: 11px; 
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.breadcrumbs a {
	margin: .5rem;
}

.breadcrumbs a:first-child {
	margin-left: 0;
}

.header {
	font-size: 35px;
	font-weight: 500;
	/*font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.05em;*/
}

.cookie_alert {
	position: fixed;
	left: 50%;
	bottom: 1rem;
	border-radius: 3rem;
	padding: 1rem;
	background: rgba(0, 0, 0, .7);
	color: white;
	width: calc(100% - 2rem);
	max-width: 1000px;
	transform: translateX(-50%);
	box-shadow: 0 27px 20px -20px rgba(0, 0, 0, .5);
	z-index: 2;
}

.alert18 {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(47, 47, 47, .99);
	z-index: 1000;
}

.alert18-form {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 2rem;
	border-radius: 10px;
	background: white;
	width: 80%;
	max-width: 450px;
}

.user_menu {
	display: none;
	position: absolute;
	right: 1rem;
	margin-top: .5rem;
	border-bottom: 1px solid rgba(47, 47, 47, 0.15);
	border-left: 1px solid rgba(47, 47, 47, 0.15);
	border-right: 1px solid rgba(47, 47, 47, 0.15);
	transition: all .3s ease;
	background-color: rgba(224, 227, 219, 1);
	
}

.user_menu a, .user_menu span {
	display: block;
	padding: .5rem 1rem;
}

.user_menu a:hover {
	background: #f5f5f5;
}

.item-number {
	position: absolute;
	top: -.35em;
	left: 1rem;
	z-index: 0;
	font-size: 13em;
	color: rgba(226, 223, 218, .75);
	font-weight: bold;
	z-index: -1;
}

.about-blocks {
	padding-left: 5em;
}


/* мобильное меню ***********************************************************/
.st-menu-1, .st-menu-2, .st-menu-2 {transition: all .3s ease;}
.st-menu-1.active {transform: rotate(45deg) translate(6.5px,-12.5px); transition: all .3s ease;}
.st-menu-2.active {opacity: 0; transition: all .3s ease;}
.st-menu-3.active {transform: rotate(-45deg) translate(-15.5px,2.5px); transition: all .3s ease;}

.mobile_menu_countainer {
	position: fixed;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	padding-top: 79px;
	width: 100%;
	/*max-width: 320px;*/
	right: -100%;
	z-index: 99;
	background-color: #EFEFE7;
	transition: all .3s ease;
}

.mobile_menu_countainer.mobile_menu_is_on {
	right: 0;
}

/* плюс/минус */

.mobile_menu .open_sub_btn {
	width: 48px;
	height: 38px;
	float: right;
	cursor: pointer;
	position: relative;
}

.mobile_menu > div > .open_sub_btn:before {
	top: 11px;
	right: 24px;
	width: 1px;
	height: 16px;
}

.mobile_menu > div > .open_sub_btn:after {
	top: 19px;
	right: 16px;
	width: 16px;
	height: 1px;
}

.mobile_menu > div > .open_sub_btn:before, .mobile_menu > div > .open_sub_btn:after {
	content: " ";
	position: absolute;
	background-color: #777;
	transition: transform .3s ease;
}

.mobile_menu > div > .open_sub_btn:hover:before, .mobile_menu > div > .open_sub_btn:hover:after {
	background-color: #ED3574;
}

.mobile_menu.opened > div > .open_sub_btn:before {
	transform: rotate(270deg) translate(-1px,-1px);
}
.mobile_menu.opened > div > .open_sub_btn:after {
	transform: rotate(180deg);
}

/* пункты меню */

.mobile_menu a {
	display: inline-block;
	width: calc(100% - 48px);
	line-height: 38px;
	text-decoration: none;
	padding-left: 1rem;
	padding-right: 1rem;
}

.mobile_menu.long a {
	width: 100%;
}

.mobile_menu .mobile_menu_item {
	transition: all .3s ease;
	box-sizing: border-box;
	width: 100%;
}

.mobile_menu .mobile_menu_item:hover {
	/*background-color: rgba(255, 255, 255, .5);*/
}

.mobile_menu.active > div > a {
	color: #ED3574;
}

.mobile_menu > div > .mobile_menu_item {
	max-height: 0;
	overflow-y: hidden;
	transition: all .3s ease;
	border-top: 0px solid rgba(255, 255, 255, 0);
}

.mobile_menu.opened > div > .mobile_menu_item, .mobile_menu_countainer > div > .mobile_menu_item {
	max-height: 38px;
}

.mobile_menu_countainer > div > .mobile_menu_item {
	border-top: 1px solid rgba(47, 47, 47, .15);
}

.mobile_menu > .mobile_menu a {
	padding-left: calc(1rem + 24px);
	padding-right: 1rem;
}
.mobile_menu > .mobile_menu > .mobile_menu a {
	padding-left: calc(1rem + 48px);
}
.mobile_menu > .mobile_menu > .mobile_menu > .mobile_menu a {
	padding-left: calc(1rem + 72px);
}


/* боковое меню */

.inner_menu_container {
	/*background-color: rgba(240, 240, 240, 1);*/
	border: 0px solid rgba(225, 225, 225, .5);
	/*border-width: 0 1px 1px 1px;*/
}

.inner_menu a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	padding: 1rem 1rem;
	border-top: 1px solid rgba(225, 225, 225, .5);
}

.inner_menu.long a {
	width: 100%;
}

.inner_menu .inner_menu_item {
	transition: all .3s ease;
	box-sizing: border-box;
	width: 100%;
}

.inner_menu .inner_menu_item:hover {
	background-color: rgba(255, 255, 255, .5);
}

.inner_menu.active > div > a {
	color: #ED3574;
	background-color: rgba(240, 240, 240, .5);
}

.inner_menu > div > .inner_menu_item {
	/*max-height: 0;*/
	overflow-y: hidden;
	transition: all .3s ease;
	border-top: 0px solid rgba(255, 255, 255, 0);
}

.inner_menu.opened > div > .inner_menu_item, .inner_menu_countainer > div > .inner_menu_item {
	/*max-height: 48px;*/
	/*border-top: 1px solid rgba(255, 255, 255, .5);*/
}

.inner_menu > .inner_menu a {
	padding-left: calc(1rem + 24px);
	padding-right: 1rem;
}
.inner_menu > .inner_menu > .inner_menu a {
	padding-left: calc(1rem + 48px);
}
.inner_menu > .inner_menu > .inner_menu > .inner_menu a {
	padding-left: calc(1rem + 72px);
}



/* вход в систему ***********************************************************/

.login_form_container {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	background: #E0E3DA;
	border-radius: 10px;
	max-width: 450px;
	max-height: 100vh;
	overflow-y: auto;
	z-index: 120;
}

#login_response {
	display: none;
}

.drop_shadow {
	box-shadow: 0 15px 20px -5px rgba(74, 89, 111, 0.2);
}

.fixed_black_bg, .popup_container {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .85);
	z-index: 119;
}

.error, .red {
	color: #ED3574;
}

.popup_window {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 650px;
	transform: translate(-50%, -50%);
	background: white;
	border-radius: 10px;
}
.popup_window button {
	min-width: 100px;
}

.popup_close {
	display: block;
	position: absolute;
	top: 1rem;
	right: 1rem;
	cursor: pointer;
	font-size: 2em;
	color: white;
	z-index: 5;
}


/* иконки соцсетей **********************************************************/

.social-login {
	display: block;
	width: 3em;
	height: 3em;
	border-radius: 50px;
	line-height: calc(3em - 2px);
	border: 1px solid rgba(47, 47, 47, .2);
	text-align: center;
	text-decoration: none;
	margin-left: .25em;
	margin-right: .25em;
	transition: all .1s ease;
}

.social-login:hover {
	background: rgba(255, 255, 255, .2);
}

.social-login .fab {
	font-size: 1.5em;
}

.fb .fab {
	color: #5d5952;
}

.vk .fab {
	color: #5d5952;
}

.okru .fab {
	color: #5d5952;
}

.yandex .fab {
	color: #5d5952;
}

.mailru .mailru-icon {
	width: 1.5em;
	height: 1.5em;
	display: inline-block;
	vertical-align: middle;
	background-image: url(/template/images/mailru.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.google .google-icon {
	width: 1.5em;
	height: 1.5em;
	display: inline-block;
	vertical-align: middle;
	background-image: url(/template/images/google-favicon.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}


/* Основные блоки верстки *************************************************************/
body .content_container {
	/*padding-top: 70px;*/
	min-height: 100vh;
}

body.mainpage .content_container {
}

body.scrolled .content_container {
}

@media (max-width : 980px) {
	body .content_container {
		/*padding-top: 70px;*/
	}
}

/* Страницы *************************************************************/

.pages_container {
	text-align: center;
	position: relative;
}

.pages {
	display: inline-block;
	text-decoration: none;
	width: 2.5em;
	line-height: 2.5em;
	text-align: center;
	margin: 0 .25em;
	border-radius: 2.5em;
}

.pages:hover {
	background-color: rgba(240, 240, 240, 1);
	text-decoration: none;
}

.pages.active {
	color: #fff;
	background-color: #ED3574;
}


/* Меню с переключалками ******************************************************************/
.menu_tab_container {
	position: relative;
	border-bottom: 1px solid #ddd;
}

.menu_tab {
	display: inline-block;
	margin-right: 1.5rem;
	cursor: pointer;
	padding: .5rem 0;
	opacity: .5;
	/*font-size: 1.2em;*/
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-bottom: 3px solid #fff;
}

.menu_tab.active {
	opacity: 1;
	border-bottom-color: #999;
}

.loading_bar {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(240, 240, 240, .5);
	z-index: 1000;
	display: none;
}

.loading_bar .fas {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.highlighted {
	/*background: #eee;*/
	border: 1px solid #dc0053;
	border-radius: 5px;
	color: #dc0053;
}

.highlighted_info {
	background: rgba(255, 255, 225, .5);
	/*border: 1px solid #dc0053;*/
	border: 0;
	border-radius: 5px;
	color: #333;
}

/* tables */

table.nice_table td, table.nice_table th, .nice_table .th {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

table.nice_table th, .nice_table .th {
	font-weight: 600;
	background: rgba(0, 0, 0, .05);
}

table.nice_table td, table.nice_table th {
	padding: .5em 1em;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.nice_table .th, .nice_table .tr {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

table.nice_table tr:hover td, .nice_table .tr:hover {
	background: rgba(0, 0, 0, .025);
}

.round-icon {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(47, 47, 47, .15);
	border-radius: 20px;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
}

.round-icon .fa-telegram-plane {
	margin-right: 0.2em;
}





/* Контент */

.frame-0 {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-image: url(/template/site/images/frame-0-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.vertical .frame-0 {
	background-image: url(/template/site/images/frame-0-bg-vert.jpg);
}

.frame-0 .text {
	position: absolute;
	top: calc(55%);
	transform: translateY(-50%);
	width: 100%;
}

.vertical .frame-0 .text {
	position: absolute;
	/*top: calc(70px + 2vh);*/
	top: auto;
	bottom: 5vh;
	transform: none;
	width: 100%;
}

.vertical .frame-0 .image {
	left: 5%;
	top: 55%;
	bottom: auto;
	height: 42%;
	width: 90%;
	background-position: center bottom;
}

.frame-0 .h1 {
	font-size: calc(25px + 100vw/100);
	line-height: 1.35em;
	/*text-shadow: 1px 1px 0 white;*/
}

.vertical .frame-0 .h1 {
	font-size: calc(17px + 100vw/100);
}

.frame-0 button {
	min-width: 15em;
}

.frame-0 .mb-custom {
	margin-bottom: 5vh;
}

.item-img {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	user-select: none;
}

.item-img .swiper-slide {
	/*border-radius: 1.5em;*/
}

.item-img .arrows {
	position: absolute;
	z-index: 5;
	width: 100%;
	top: 50%;
	transform: translateY(-1em);
}

.item-img .arrows > div {
	width: 2em;
	height: 2em;
	background-color: #f0ece6bb;
	cursor: pointer;
	line-height: 45px;
	font-size: 30px;
	text-align: center;
	border-radius: 1em;
	transition: all .3s ease;
	position: absolute;
}

.item-img .arrows > div:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: .35em;
	height: .35em;
	border: 2px solid #000;
	border-width: 0 0 2px 2px;
	transform: translate(-40%, -60%);
}

.item-img:hover .arrows > div {
	background-color: #f0ece6ff;
}

.item-img .arrows .arrow-left {
	transform: rotate(45deg);
	left: 1rem;
}

.item-img .arrows .arrow-right {
	transform: rotate(225deg);
	right: 1rem;
}

.item-img img {
	
}

.arrows-examples > div {
	width: 2em;
	height: 2em;
	background-color: #f0ece6bb;
	cursor: pointer;
	line-height: 45px;
	font-size: 30px;
	text-align: center;
	border-radius: 1em;
	transition: all .3s ease;
	position: relative;
}

.arrows-examples > div:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: .35em;
	height: .35em;
	border: 2px solid #000;
	border-width: 0 0 2px 2px;
	transform: translate(-40%, -60%);
}

.arrows-examples > div:hover {
	background-color: #f0ece6ff;
}

.arrows-examples .arrow-left {
	transform: rotate(45deg);
}

.arrows-examples .arrow-right {
	transform: rotate(225deg);
}


.dark-bg, .bg-dark {
	background: #191919;
}


.about_video_bg {
	height: 70vh;
}

.about_video_bg video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: .9;
}

body .about_video_bg video.horisontal {
	display: block;
}
body .about_video_bg video.vertical {
	display: none;
}
body.vertical .about_video_bg video.horisontal {
	display: none;
}
body.vertical .about_video_bg video.vertical {
	display: block;
}

.faq-container {
	border-bottom: 2px solid rgba(0, 0, 0, .1);
}

.faq-question-container {
	border-top: 2px solid rgba(0, 0, 0, .1);
	cursor: pointer;
}

.faq-question-container:hover {
}



.faq-question {
	padding: 2em 7em 2em 0;;
	font-weight: 700;
	position: relative;
}

.faq-question:after {
	content: '+';
	position: absolute;
	font-size: 3em;
	color: #333;
	font-weight: 200;
	width: 1em;
	text-align: center;
	line-height: 1em;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 1.5em;
	background: rgba(243, 241, 238, 1);
	transition: all .5s ease;
}

.opened .faq-question:after {
	transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all .5s ease;
}

.faq-answer > div {
	padding: 0 0 2em 0;
}

.opened .faq-answer{
	opacity: 1;
	max-height: 500px;
	position: relative;
}

/* radio */

label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	font-size: 1em;
	padding-left: 2em;
	min-height: 1em;
	vertical-align: baseline;
}

input[type="radio"] {
	display: none;
}

input[type=radio] + label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 2px;
	background-image: url(/template/site/images/radio-checkbox.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	
}

input[type=radio]:checked + label:before {
	background-position: -17px center;
}


/* checkbox */

input[type="checkbox"] {
	display: none;
}

input[type=checkbox] + label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	/*top: 50%;
	transform: translateY(-50%);
	*/
	top: .15em;
	background-image: url(/template/site/images/radio-checkbox.png);
	background-position: -35px center;
	background-repeat: no-repeat;
	
}

input[type=checkbox]:checked + label:before {
	background-position: -53px center;
}