

/* Start:/bitrix/templates/freepixel_2023/css/all.css?175075404416667*/
﻿@font-face {
    font-family: 'Cera Pro';
    src: url('/bitrix/templates/freepixel_2023/css/../fonts/CeraPro-Light.eot');
    src: url('/bitrix/templates/freepixel_2023/css/../fonts/CeraPro-Light.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/freepixel_2023/css/../fonts/CeraPro-Light.woff2') format('woff2'),
        url('/bitrix/templates/freepixel_2023/css/../fonts/CeraPro-Light.woff') format('woff'),
        url('/bitrix/templates/freepixel_2023/css/../fonts/CeraPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cera Pro';
    src: url('/bitrix/templates/freepixel_2023/css/../fonts/CeraPro-Regular.eot');
    src: url('/bitrix/templates/freepixel_2023/css/../fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/freepixel_2023/css/../fonts/CeraPro-Regular.woff2') format('woff2'),
        url('/bitrix/templates/freepixel_2023/css/../fonts/CeraPro-Regular.woff') format('woff'),
        url('/bitrix/templates/freepixel_2023/css/../fonts/CeraPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cera Pro';
    src: url('/bitrix/templates/freepixel_2023/css/../fonts/CeraPro-Bold.eot');
    src: url('/bitrix/templates/freepixel_2023/css/../fonts/CeraPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/freepixel_2023/css/../fonts/CeraPro-Bold.woff2') format('woff2'),
        url('/bitrix/templates/freepixel_2023/css/../fonts/CeraPro-Bold.woff') format('woff'),
        url('/bitrix/templates/freepixel_2023/css/../fonts/CeraPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/************************* reset *************************/
html{
	height: 100%;
	margin: 0;
	padding: 0;width: 100%;
	background: #fff;
}
body{
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Cera Pro', Arial, Helvetica, sans-serif;
	line-height: 30px;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, p, ul, li, a, span, div, input, textarea, select, form, fieldset, button, dl, dd, dt, figure, figcaption, blockquote, caption, aside, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}
img {
	margin: 0;
	padding: 0;
	border-style: none;
	vertical-align: bottom;
}
input, textarea, select, button {
	font-weight: 400;
	font-family: 'Cera Pro', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	border: 0;
	outline: 0;
	background: none;
}
a:hover {text-decoration: none;}
ul li {list-style: none;}
/************************* common styles *************************/
.holder {
	padding: 0 25px;
}
@media (min-width: 375px){
	.holder {
		padding: 0 30px;
	}
}
@media (min-width: 576px){
	.holder {
		max-width: 540px;
		margin: auto;
		padding: 0;
	}
}
@media (min-width: 768px){
	.holder {
		max-width: 720px;	
	}
}
@media (min-width: 1024px) {
	.holder {
		max-width: 960px;
	}
}
@media (min-width: 1300px){
	.holder {
		max-width: 1200px;
	}
}
@media (min-width: 1400px){
	.holder {
		max-width: 1300px;
	}
}
.holder:after {
	display: block;
	content: '';
	clear: both;
}
a {transition: all .3s linear;}
p {margin: 0 0 30px;}
p a, .article li a {color: #46d0ad;}
.center {text-align: center;}
.upper {text-transform: uppercase;}
.button-holder {text-align: center;}
.button {
	position: relative;
	display: inline-block;
	padding: 11px 30px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #D57056;
	border-radius: 6px;
	transition: all .3s linear;
}
.button:hover {
	background: #FF9E0D;
}
/************************* form-block *************************/
.input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	margin: 0 0 11px;
	font-size: 13px;
	color: #261421;
	background: #F4F2F1;
	box-shadow: inset 2px 2px 5px 2px rgba(38, 20, 33, 0.05);
	border-radius: 6px;
}
.textarea {
	display: block;
	width: 100%;
	height: 110px;
	padding: 17px 20px;
	margin: 0 0 11px;
	font-size: 13px;
	resize: vertical;
	color: #261421;
	background: #F4F2F1;
	box-shadow: inset 2px 2px 5px 2px rgba(38, 20, 33, 0.05);
	border-radius: 6px;
}
::-webkit-input-placeholder {color: #807A7E;}
:-moz-placeholder {color: #807A7E; opacity: 1;}
::-moz-placeholder {color: #807A7E; opacity: 1;}
:-ms-input-placeholder {color: #807A7E;}
/************************* wrapper *************************/
#wrapper {
	position: relative;
	overflow: hidden;
}
/************************* header *************************/
.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
	padding: 31px 0 23px;
}
.header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 25px;
}
.header-logo {
	width: 172px;
}
.header-logo img {
	width: 100%;
}
.header-text {
	display: flex;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	color: #848484;
}
.header-text span {
	margin: 0 25px 0 0;
}
.header-text span:last-child {
	margin: 0;
}
.header-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 24px;
}
.header-nav {
	position: relative;
	display: flex;
}
.header-nav li {
	margin: 0 24px 0 0;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
}
.header-nav li:last-child {margin: 0;}
.header-nav a {
	color: #fff;
	text-decoration: none;
}
.header-nav a:hover {
	color: #46d0ae;
}
.nav-hidden {
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 11px;
	display: flex;
	justify-content: space-between;
	width: 684px;
	padding: 36px 40px 34px;
	background: #fff;
	border-radius: 15px;
	transform: translateY(10px);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
}
.header-nav li:hover .nav-hidden {
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}
.nav-hidden::before {
	position: absolute;
	top: -11px;
	left: 0;
	right: 0;
	content: '';
	height: 11px;
}
.nav-list li {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
}
.nav-list li:last-child {margin: 0;}
.nav-list a {
	color: #000;
	text-decoration: none;
}
.nav-list a:hover {
	color: #46d0ae;
}
.header-login {
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
.header-login:hover {
	color: #46d0ae;
}
.header-login img {
	width: 30px;
	border-radius: 50%;
}
.tags {
	display: flex;
	flex-wrap: wrap;
}
.tags a {
	padding: 2px 8px 3px;
	margin: 0 14px 0 0;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	background: #313131;
	border: 1px solid transparent;
	border-radius: 8px;
}
.tags a:hover {
	background: #000;
	border: 1px solid #46d0ae;
}
.mob-nav-icon {
	position: absolute;
	top: 8px;
	left: 0px;
	z-index: 250;
	padding: 0 0 10px;
	display: none;
}
.mob-nav-block {
    position: relative;
	display: block;
    width: 11px;
    height: 1px;
    margin: 8px 0 0;
	background: #fff;
	transition: all .3s linear;
}
.mob-nav-block:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 15px;
    height: 1px;
    background: #fff;
	transition: all .3s linear;
}
.mob-nav-block:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 1px;
    background: #fff;
	transition: all .3s linear;
}
.mob-nav-icon.active .mob-nav-block {
    background: none;
}
.mob-nav-icon.active .mob-nav-block:before {
    top: 0;
    transform: rotate(45deg);
}
.mob-nav-icon.active .mob-nav-block:after {
    top: 0;
    transform: rotate(-45deg);
}
.menu {display: none;}
/************************* about *************************/
.about {
	padding: 214px 0 0;
	color: #fff;
	background: #000;
	background: radial-gradient(circle at -15% 180%, #343430 50%, #000 80%);
}
.about-block {
	display: flex;
	flex-direction: row-reverse;
}
.about-photo {
	width: 594px;
	min-width: 594px;
	margin: 0 72px 0 -121px;
}
.about-photo img {
	width: 100%;
}
.about-content {
	flex: 1;
	padding: 130px 90px 130px 0;
}
.about-text p:last-child {padding: 16px 0 0;}
.green {color: #46d0ae;}
.about-title {
	margin: 0 0 38px;
	font-weight: 700;
	font-size: 55px;
	line-height: 66px;
}
.about-subtitle {
	margin: 0 0 47px;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
}
/************************* main *************************/
.main {
	padding: 200px 0 174px;
}
.info {
	display: flex;
	justify-content: space-between;
}
.info-part {
	width: 330px;
}
.info-part:last-child {
	width: 315px;
}
.info-title {
	margin: 0 0 19px;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
}
.info-list {
	display: flex;
	justify-content: space-between;
	padding: 0 0 8px;
}
.info-col {
	max-width: 50%;
}
.info-list > .info-item {
	width: 100%;
}
.info-item {
	margin: 0 0 22px;
}
.info-link {
	display: inline-block;
	vertical-align: top;
	padding: 1px 10px 3px;
	margin: 0 0 8px;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	border: 1px solid #46d0ae;
	border-radius: 8px 8px 8px 0;
}
.info-link:hover,
.info-link.hover {
	background: #46d0ae;
}
.info-link span {
	font-size: 20px;
}
.info-place {
	font-size: 12px;
	line-height: 14px;
}
.map {
	flex: 1;
	width: 100%;
	max-width: 532px;
	padding: 90px 0 0;
}
.map svg {
	width: 100%;
}
.area {
	fill:#46d0ae;
	transition: all 0.3s linear;
	cursor: pointer;
}
.area-group:hover .area,
.area-group.hover .area {
	fill:#fff;
	stroke:#46d0ae;
	stroke-miterlimit:10;
}
/************************* footer *************************/
.footer {
	padding: 59px 0;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	background: #000;
}
.footer p {
	margin: 0 0 15px;
}
.footer p:last-child {margin: 0;}
.footer-top {
	display: flex;
	flex-direction: row-reverse;
	padding: 0 0 56px;
}
.footer-copy {
	flex: 1;
	padding: 0 55px 0 0;
}
.footer-copy a {
	color: #46d0ad;
	text-decoration: none;
}
.footer-copy a:hover {text-decoration: underline;}
.footer-webs {
	display: flex;
	flex-wrap: wrap;
	padding: 8px 0 0;
}
.webs-item {
	display: flex;
	align-items: center;
	width: 152px;
	height: 53px;
	padding: 5px 13px;
	margin: 0 26px 0 0;
	color: #fff;
	text-decoration: none;
	background: #1b1b1b;
	border-radius: 8px;
}
.vk:hover {background: #0077ff;}
.tg:hover {background: #1197d7;}
.yt:hover {background: #ff0201;}
.webs-item:last-child {
	margin: 0;
}
.webs-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	min-width: 27px;
	margin: 0 13px 0 0;
}
.vk img, .yt img {width: 100%;}
.tg img {width: 24px;}
.webs-text {
	font-size: 11px;
	line-height: 14px;
}
.webs-mos {
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
}
.webs-mos span {
	font-size: 20px;
}

.footer-info {
	color: #414141;
}
.footer-info a {
	color: #414141;
}
.footer-info a:hover {
	color: #fff;
}
/************************* media *************************/
@media screen and (max-width: 1400px) {
	.about-content {
		padding: 130px 0 130px;
	}
	.map {
		max-width: 480px;
	}
}
@media screen and (max-width: 1300px) {
	.about-photo {
		width: 520px;
		min-width: 520px;
		margin: 0 50px 0 -160px;
	}
	.about-content {
		padding: 60px 0 60px;
	}
	.about-title {
		font-size: 36px;
		line-height: 44px;
	}
	.header-nav li {
		margin: 0 20px 0 0;
		font-size: 13px;
	}
	.nav-list li {
		margin: 0 0 18px;
		font-size: 15px;
	}
	.nav-list li:last-child {margin: 0;}
	.header-login {
		font-size: 13px;
	}
	.main {
		padding: 150px 0 124px;
	}
	.info {
		flex-wrap: wrap;
	}
	.map {
		flex: auto;
		max-width: 480px;
	}
}
@media screen and (max-width: 1024px) {
	.header {
		padding: 28px 0 20px;
	}
	.header-top {
		position: relative;
		justify-content: center;
		padding: 0 0 44px;
	}
	.header-text {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		display: flex;
		justify-content: center;
		font-size: 14px;
		text-align: center;
	}
	.mob-nav-icon {display: block;}
	.header-nav {
		display: none;
	}
	.tags {display: none;}
	.header-line {
		padding: 0;
	}
	.header-wrap {
		position: relative;
	}
	.header-login {
		position: absolute;
		top: 5px;
		right: 0;
		width: 21px;
		height: 21px;
		font-size: 0;
		background: url(/bitrix/templates/freepixel_2023/css/../images/login.svg) 50% 50% no-repeat;
		background-size: contain;
	}
	.menu {
		position: fixed;
		top: 0px;
		left: -100%;
		bottom: 0;
		width: 100%;
		z-index: 540;
		padding: 32px 0 25px;
		overflow-y: auto;
		box-sizing: border-box;
		display: block;
		background: #000;
		transition: all 0.5s ease;
	}
	.menu.vis {
		left: 0;
	}
	.menu .holder {
		position: relative;
	}
	.menu-close {
		position: absolute;
		top: -1px;
		right: 0;
	}
	.menu-close img {display: block;}
	.menu .header-logo {
		width: 80px;
		margin: 0 0 30px;
	}
	.menu .header-logo img {display: block;}
	.menu-nav {
		display: flex;
		justify-content: space-between;
	}
	.menu-nav-list {
		width: 48%;
	}
	.menu-nav-list li {
		margin: 0 0 15px;
		font-size: 15px;
		line-height: 22px;
		text-transform: uppercase;
	}
	.menu-nav-list li:last-child {margin: 0;}
	.menu-nav-list a {
		color: #fff;
		text-decoration: none;
	}
	.menu-nav-list a:hover {
		color: #46d0ae;
	}
	.user {
		display: flex;
		padding: 15px 17px;
		margin: 0 0 30px;
		border: 1px solid #313131;
		border-radius: 8px;
	}
	.user-photo {
		width: 50px;
		min-width: 50px;
		height: 50px;
		margin: 0 17px 0 0;
	}
	.user-photo img {
		width: 100%;
		border-radius: 50%;
	}
	.user-content {
		flex: 1;
		padding: 2px 0 0;
	}
	.user-name {
		margin: 0 0 7px;
		font-weight: 700;
		font-size: 18px;
		line-height: 22px;
		color: #46d0ae;
	}
	.user-links {
		display: flex;
		font-size: 12px;
		line-height: 14px;
	}
	.user-links a {
		margin: 0 15px 0 0;
		color: #fff;
		text-decoration: none;
	}
	.user-links a:hover {
		color: #46d0ae;
	}
	.user-links a:last-child {margin: 0;}
	.menu .tags {
		display: flex;
		padding: 0 0 15px;
	}
	.tags a {
		padding: 6px 11px;
		margin: 0 11px 11px 0;
		font-size: 16px;
		line-height: 20px;
	}
	.about {
		padding: 160px 0 0;
	}
	.about-block {
		flex-direction: column;
	}
	.about-content {
		padding: 0 0 50px;
	}
	.about-title {
		margin: 0 0 38px;
	}
	.about-subtitle {
		margin: 0 0 47px;
	}
	.about-photo {
		width: 400px;
		min-width: 400px;
		margin: 0 auto;
	}
	.main {
		padding: 100px 0 75px;
	}
	.map {display: none;}
	.footer-top {
		flex-direction: column;
	}
	.footer-copy {
		padding: 40px 0 0;
	}
	.footer-webs {
		justify-content: center;
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	.about {
		position: relative;
		padding: 146px 0 0;
		background: linear-gradient(180deg, #000 0%, #000 30%, #2a2a26 100%);
	}
	.about-title {
		margin: 0 0 15px;
		font-size: 26px;
		line-height: 31px;
	}
	.about-subtitle {
		margin: 0 0 17px;
		font-size: 22px;
		line-height: 28px;
	}
	body {
		font-size: 16px;
		line-height: 24px;
	}
	p {
		margin: 0 0 24px;
	}
	.about-content {
		padding: 0 0 15px;
	}
	.about-text p:last-child {padding: 0;}
	.about-photo {
		width: auto;
		max-width: 287px;
		min-width: 1px;
		margin: 0 auto;
	}
	.main {
		padding: 23px 0 5px;
	}
	.info-title {
		margin: 0 0 19px;
	}
	.info-list {
		padding: 0;
	}
	.info-part {
		width: 100%;
		max-width: 330px;
	}
	.info-part:last-child {
		width: 100%;
		max-width: 330px;
	}
	.footer {
		padding: 30px 0;
	}
	.footer-top {
		padding: 0 0 26px;
	}
	.footer-webs {
		flex-wrap: nowrap;
		justify-content: space-between;
		gap: 13px;
	}
	.webs-item {
		flex: 1;
		max-width: 130px;
		width: auto;
		height: 45px;
		padding: 7px 11px 6px;
		margin: 0;
	}
	.webs-icon {
		width: 23px;
		min-width: 23px;
		margin: 0 10px 0 0;
	}
	.vk img, .yt img {width: 100%;}
	.tg img {width: 20px;}
	.webs-text {
		font-size: 9px;
		line-height: 12px;
	}
	.webs-mos {
		font-size: 10px;
		line-height: 12px;
	}
	.webs-mos span {
		font-size: 17px;
	}
	.footer-copy {
		padding: 29px 0 0;
	}
}
@media screen and (max-width: 576px) {
	.menu-close {
		right: 30px;
	}
}
@media screen and (max-width: 460px) {
	.footer-webs {
		flex-wrap: nowrap;
		justify-content: space-between;
		gap: 13px;
	}
	.webs-item {
		padding: 7px 8px 6px;
	}
	.webs-icon {
		width: 20px;
		min-width: 20px;
		margin: 0 8px 0 0;
	}
	.tg img {width: 18px;}
}
@media screen and (max-width: 375px) {
	.menu-close {
		right: 25px;
	}
	.footer-webs {
		flex-wrap: wrap;
	}
	.webs-item {
		padding: 7px 13px 6px;
		max-width: 150px;
	}
	.webs-icon {
		width: 25px;
		min-width: 25px;
		margin: 0 12px 0 0;
	}
	.tg img {width: 22px;}
}

.header-logo{
  width: auto;
  text-decoration: none;
}
.header-logo a{
	color: #fff;
	font-size: 36px;
	text-decoration: none;
}
.header-logo span {
	display: inline-block;
	vertical-align: top;
}
.header-logo .logo-blue {
	display: inline-block;
	vertical-align: middle;
	color: #46d0ae;
	font-size: 60px;
}
.header-logo .logo-point {
	padding: 4px 1px 0;
	font-family: 'pf_dindisplay_problack';
	color: #fff;
	font-size: 36px;
}
.header-logo .logo-white {
	padding: 4px 0 0;
	color: #fff;
	font-size: 36px;
}
/* End */
/* /bitrix/templates/freepixel_2023/css/all.css?175075404416667 */
