* {
	box-sizing: border-box;
	font-family: Helvetica Neue;
	margin: 0;
	padding: 0
}

a {
	color: inherit;
}

.container {
	max-width: 1120px !important;
	margin: auto
}


@media screen and (max-width:1590px) {
	.container {
		width: 1120px !important;
	}
}

@media screen and (max-width:1440px) {
	.container {
		width: 928px !important;
	}
}

@media screen and (max-width:960px) {
	.container {
		width: 100% !important;
		padding: 0 15px !important;
	}
}

a {
	text-decoration: none;
	display: block
}

.btn,
.link {
	color: #020711;
	font-weight: 600;
	font-size: 22px;
	line-height: 27px
}

.btn--fill-black,
.link--fill-black {
	background-color: #020711;
	color: #fff
}

@media screen and (max-width:1590px) {

	.btn,
	.link {
		font-size: 20px !important;
	}
}

@media screen and (max-width:1440px) {

	.btn,
	.link {
		font-size: 16px !important;
	}
}

@media screen and (max-width:960px) {

	.btn,
	.link {
		font-size: 20px !important;
	}
}

.link {
	cursor: pointer
}

.link--white,
.link:hover {
	color: #fff
}

.link--white:hover {
	color: #020711
}

.link--colors:hover {
	color: #ff5733
}

.link--colors:active {
	color: #f42c00
}

.btn {
	width: 224px;
	height: 56px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center
}

@media screen and (max-width:1440px) {
	.btn {
		width: 192px !important;
		height: 48px !important;
	}
}

.btn--big {
	width: 100%;
	height: 80px;
	display: none;
}

@media screen and (max-width:960px) {
	.btn--big {
		display: flex !important;
	}
}

img {
	display: block
}

.h0 {
	font-weight: 600;
	font-size: 50px;
	line-height: 100%
}

@media screen and (max-width:1590px) {
	.h0 {
		font-size: 36px !important;
	}
}

@media screen and (max-width:1440px) {
	.h0 {
		font-size: 28px !important;
	}
}

@media screen and (max-width:960px) {
	.h0 {
		font-size: 22px !important;
	}
}

.h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 100%
}

@media screen and (max-width:1440px) {
	.h1 {
		font-size: 30px !important;
	}
}

.h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	color: #13141D;
}

.h3,
.h4 {
	line-height: 110%
}

.h4 {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -.004em
}

@font-face {
	font-family: Inter;
	src: local("Inter Regular"), local("Inter-Regular"), local("InterRegular"), url(/_nuxt/fonts/8c54611.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Inter;
	src: local("Inter Medium"), local("Inter-Medium"), local("InterMedium"), url(/_nuxt/fonts/3d4c364.woff) format("woff");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: Inter;
	src: local("Inter Semi Bold"), local("Inter Semi-Bold"), local("Inter-Semi-Bold"), local("Inter SemiBold"), local("InterSemiBold"), url(/_nuxt/fonts/04dc606.woff) format("woff");
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: Inter;
	src: local("Inter Bold"), local("Inter-Bold"), local("InterBold"), url(/_nuxt/fonts/63ef0c0.woff) format("woff");
	font-weight: 700;
	font-style: normal
}

.nuxt-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	width: 0;
	opacity: 1;
	-webkit-transition: width .1s, opacity .4s;
	transition: width .1s, opacity .4s;
	background-color: #fff;
	z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
	-webkit-transition: none;
	transition: none
}

.nuxt-progress-failed {
	background-color: red
}

.header {
	width: 100%;
	height: 120px;
	background-color: #fff;
	z-index: 2
}

@media screen and (max-width:1440px) {
	.header {
		height: 88px !important;
	}
}

/* @media screen and (max-width:960px) {
	.header {
		height: 75px!important;
	}
} */

.header .container {
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between !important;
}

.header__logo {
	width: 56px;
	height: 56px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	background-color: #020711;
	cursor: pointer
}

@media screen and (max-width:1440px) {
	.header__logo {
		width: 40px !important;
		height: 40px !important;
	}
}

@media screen and (max-width:960px) {
	.header__logo {
		height: 60px !important;
		width: 60px !important;
	}
}

@media screen and (max-width:1440px) {
	.header__logo img {
		width: 26px !important;
		height: 19px !important;
	}
}

@media screen and (max-width:960px) {
	.header__logo img {
		height: 30px !important;
		width: 40px !important;
	}
}

.header__logo:hover {
	background-color: #ff5733
}

.header__logo:active {
	background-color: #f42c00
}

.header__routes {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center
}

@media screen and (max-width:960px) {
	.header__routes {
		display: none !important;
	}
}

.header__link {
	width: 160px;
	height: 56px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin-left: 32px
}

@media screen and (max-width:1440px) {
	.header__link {
		width: 128px !important;
		height: 40px !important;
	}
}

.header--fixed {
	position: fixed;
	top: 0;
	left: 0
}

.header--absolute {
	position: absolute;
	top: 910px
}

@media screen and (max-width:1590px) {
	.header--absolute {
		top: 516px !important;
	}
}

.main-page {
	margin-top: 100px;
	margin-bottom: 128px;
	/*height: calc(100vh - 120px);*/
	/* overflow: hidden; */
}

@media screen and (max-width:1440px) {
	.main-page {
		margin-top: 88px !important;
		/*height: calc(100vh - 88px);*/
	}
}

@media screen and (max-width:960px) {
	.main-page {
		margin-top: 40px !important;
		/*height: calc(100vh - 75px);*/
	}
}


.page .main {
	background-color: #FBFBFB;
	z-index: 0;
}

.main-page .main-banner {
	height: 800px;
	background-color: #fa3c00;
	width: 100%;
	padding: 64px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

@media screen and (max-width:1590px) {
	.main-page .main-banner {
		height: 656px !important;
	}
}

@media screen and (max-width:1440px) {
	.main-page .main-banner {
		height: 480px !important;
		padding: 48px !important;
		padding: 40px !important;
	}
}

.main-page .main-banner__wrapper {
	margin: 32px;
	display: -webkit-box;
	display: flex;
	z-index: 1
}

.main-page .main-banner__wrapper .navigation {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: start
}

.main-page .main-banner__logo {
	margin-right: 64px
}

@media screen and (max-width:1590px) {
	.main-page .main-banner__logo {
		width: 448px !important;
	}
}

@media screen and (max-width:1440px) {
	.main-page .main-banner__logo {
		width: 368px !important;
		margin-right: 80px !important;
	}
}

.main-page .main-banner__footer {
	width: 100%;
	height: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center
}

@media screen and (max-width:960px) {
	.main-page .main-banner__footer {
		display: none !important;
	}
}

.main-page .main-banner__scroll {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	top: -57px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

@media screen and (max-width:1590px) {
	.main-page .main-banner__scroll {
		top: -40px !important;
	}
}

.main-page .main-banner__scroll-line {
	width: 40px;
	height: 2px;
	background: #fff;
	margin-right: 9px
}

@media screen and (max-width:1590px) {
	.main-page .main-banner__scroll-line {
		width: 32px !important;
	}
}

.main-page .main-banner__scroll-text {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%
}

@media screen and (max-width:1590px) {
	.main-page .main-banner__scroll-text {
		font-size: 16px !important;
	}
}

@media screen and (max-width:1440px) {
	.main-page .main-banner__scroll-text {
		font-size: 14px !important;
	}
}

.main-page .main-banner .social {
	position: absolute
}

.main-page .main-banner .social__wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

@media screen and (max-width:960px) {
	.main-page .main-banner .social__wrapper {
		display: none !important;
	}
}

.main-page .main-banner .social__link {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin-bottom: 32px
}

@media screen and (max-width:1590px) {
	.main-page .main-banner .social__link {
		font-size: 16px !important;
	}
}

@media screen and (max-width:1440px) {
	.main-page .main-banner .social__link {
		font-size: 14px !important;
	}
}

.main-page .main-banner .sticky__container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 856px
}

@media screen and (max-width:1590px) {
	.main-page .main-banner .sticky__container {
		height: 712px !important;
	}
}

@media screen and (max-width:1440px) {
	.main-page .main-banner .sticky__container {
		height: 520px !important;
	}
}

@media screen and (max-width:960px) {
	.main-page .main-banner .sticky__container {
		display: none !important;
	}
}

.main-page .main-banner .sticky__inner {
	position: -webkit-sticky;
	position: sticky;
	top: 216px;
	width: 1312px;
	margin: 0 auto 32px
}


@media screen and (max-width:1590px) {
	.main-page .main-banner .sticky__inner {
		width: 928px !important;
	}
}


@media screen and (max-width:1440px) {
	.main-page .main-banner .sticky__inner {
		width: 768px !important;
		top: 168px !important;
	}
}


.main-page .products {
	margin-top: 112px
}

@media screen and (max-width:1440px) {
	.main-page .products {
		margin-top: 64px !important;
	}
}

@media screen and (max-width:960px) {
	.main-page .products {
		margin-top: 28px !important;
	}
}

.main-page .products__title {
	margin-bottom: 90px;
	font-weight: bold;
	font-size: 80px;
	line-height: 120%;
}

@media screen and (max-width:1919px) {
	.main-page .products__title[data-filter="e-learning"] {
		font-size: 40px;
	}
}

@media screen and (max-width:1440px) {
	.main-page .products__title {
		margin-bottom: 32px !important;
	}
}

@media screen and (max-width:960px) {
	.main-page .products__title {
		margin-bottom: 42px !important;
	}
}

.main-page .products__wrapper {
	display: grid;
	grid-template-columns: repeat(12, 64px);
	grid-column-gap: 32px;
	grid-row-gap: 32px;
}


/* @media screen and (min-width:1920px) {
	.main-page .products__wrapper {
		grid-template-columns: repeat(12, 172px);
	}
} */
@media screen and (max-width:1590px) {
	.main-page .products__wrapper {
		grid-template-columns: repeat(12, 64px);
		grid-row-gap: 32px
	}
}

@media screen and (max-width:1440px) {
	.main-page .products__wrapper {
		grid-template-columns: repeat(12, 48px);
		grid-row-gap: 16px !important;
	}
}

@media screen and (max-width:960px) {
	.main-page .products__wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.products__wrapper .product {
		width: 32%;
	}
}

@media screen and (max-width:520px) {
	.main-page .products__wrapper {
		display: flex;
		flex-direction: column;
		grid-template-columns: 1fr !important;
		grid-row-gap: 25px !important;
	}

	.products__wrapper .product {
		width: 100%;
	}
}

.main-page .view-all {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center
}

.main-page .view-all__btn {
	width: 224px;
	height: 56px
}

.main-page .mobile__wrapper {
	display: none
}

@media screen and (max-width:960px) {
	.main-page .mobile__wrapper {
		display: -webkit-box !important;
		display: flex !important;
		height: 100% !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important;
		-webkit-box-pack: justify !important;
		justify-content: space-between !important;
	}
}

.main-page .mobile__wrapper img {
	height: 123px
}


@media screen and (max-width:960px) {
	.main-page .mobile__wrapper .h0 {
		display: flex !important;
		justify-content: center !important;
	}
}

.main-page .mobile__social {
	display: -webkit-box;
	display: flex
}

.main-page .mobile__social .link {
	margin-right: 36px
}

.product__img {
	width: 100%;
	height: inherit !important;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 24px
}

/* @media screen and (max-width:1440px) {
	.product__img {
		/*height: 328px;*/
/*height: 335px*/
/*	}
} */

.product__title {
	max-height: 79px;
	overflow: hidden;
	margin-bottom: 16px;
	width: 100%;
}

.product__title a {
	color: inherit;
}

.product__desc {
	max-height: 38px;
	overflow: hidden
}

.footer {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center
}

@media screen and (max-width:960px) {
	.footer {
		-webkit-box-align: start !important;
		align-items: flex-start !important;
	}
}

.footer__logo {
	margin-top: 20px
}

@media screen and (max-width:960px) {
	.footer__logo {
		margin-top: 15px !important;
	}
}

.footer__copyright {
	margin-bottom: 16px;
	margin-top: 48px
}

@media screen and (max-width:960px) {
	.footer__copyright {
		margin-bottom: 20px !important;
		margin-top: 24px !important;
	}
}

.footer .social {
	display: -webkit-box;
	display: flex
}

.footer .social a:first-child {
	margin-right: 32px;
}

@media screen and (max-width:960px) {
	.footer .social {
		margin-top: 15px !important;
	}
}

.footer .social__link:not(:last-child) {
	margin-right: 32px
}

.footer+a>.btn {
	width: 100% !important;
	height: 80px !important;
	font-size: 30px !important;
	font-weight: 500 !important;

	display: none;
}

@media screen and (max-width:960px) {
	.footer+a>.btn {
		display: flex !important;
	}
}

.modal {
	position: fixed;
	width: 100%;
	height: 100%;
	/* background-color: #1f2532; */
	background-color: black;
	top: 0;
	bottom: 0;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	z-index: -2;
	opacity: 0;

	transition: 1s 0s all ease;
}

.modal-close {
	position: absolute;
	top: 30px;
	right: 30px;
	background: url('../images/cursor.svg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

.modal__row,
.modal__row * {
	color: #f2f2f2 !important;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 500 !important;
	font-size: 40px !important;
}

.modal__row {
	display: flex;
	justify-content: center;
	font-size: 26px !important;
	line-height: 33px;
	margin-bottom: 60px;
}

.modal__footer {
	position: absolute;
	bottom: 150px;
}

.modal__footer .social {
	display: flex;
}

.modal__footer .social a {
	margin-right: 12px;
	width: 40px;
	display: flex;
	justify-content: center;
}

.modal__footer .social a:hover svg path {
	stroke: #16E5E9;
	fill: #16E5E9 !important;
}

/* new styles */

.header__burger {
	background-image: url('../images/menu.svg');
	width: 60px;
	height: 60px;
	background-position: center right;
	background-repeat: no-repeat;
	display: none;
}

@media screen and (max-width:960px) {
	.header__burger {
		display: initial;
	}
}


.header__burger--hide {
	background-image: url('../images/menu-close.svg');
}

.mobile-menu {
	display: none;
	position: fixed;
	width: 100%;
	padding: 25px 20px 0;
	background: white;
	bottom: 0;
	top: 88px;
}

.mobile-menu__items {
	padding-bottom: 25px;
}

.mobile-menu__item {
	font-family: 'Inter';
	font-weight: 600;
	font-size: 28px;
	line-height: 110%;
	padding: 15px 0;
	color: #020711;
}

.menu-footer__item {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	padding: 5px 0;
	color: #020711;
}

.menu-footer__social {
	margin-top: 20px;
	display: flex;
}

.menu-footer__social a {
	color: #fa3c00;
	margin-right: 30px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}

.mobile-menu__request {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.mobile-menu__request .btn {
	width: 100% !important;
	height: 80px !important;
	font-size: 30px !important;
	font-weight: 500 !important;
}

/* new styles end */

/*yo css*/
@font-face {
	font-family: Helvetica Neue;
	/* Имя шрифта */
	src: url('../fonts/Helvetica Neue Condensed Bold.ttf');
	/* Путь к файлу со шрифтом */
}

@font-face {
	font-family: Helvetica Neue;
	/* Имя шрифта */
	src: url('../fonts/HelveticaNeueCyr-Bold.otf');
	/* Путь к файлу со шрифтом */
}

@font-face {
	font-family: Helvetica Neue;
	/* Имя шрифта */
	src: url('../fonts/HelveticaNeueCyr-Medium.otf');
	/* Путь к файлу со шрифтом */
}


.yo_black_bg {
	background: black;
}

.yo_txt_footer {
	font-family: Helvetica Neue;
	font-style: normal;
	background: #020711;
	color: #FFFFFF;
}

.yo_txt_header {
	font-family: Helvetica Neue;
	font-style: normal;
}

/*начало мобильного футера*/

.yo_grid_footer_mob {
	/*width: 375px;*/
	height: 600px;
	padding: 0px;
	margin: auto;
	/*	border: 1px solid black;*/
	display: grid;
	position: absolute;
	z-index: 100;
	grid-template-areas:
		"left right"
		"soc soc"
}

.yo_nav_mobile {
	grid-area: left;
	/*	border: 1px solid red;*/
	margin-left: 15px;
	margin-top: 40px;
	font-family: Helvetica Neue;
	display: flex;
	flex-direction: column;
}

.yo_nav_mobile_lang {
	min-width: 66px;
	grid-area: right;
	/*border: 1px solid green;*/
	margin-right: 15px;
	margin-top: 40px;
}

.yo_mob_h {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}

.yo_footer_lang_activ {
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	color: #F42C00;
}

.yo_footer_lang_other {
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
}

.yo_footer_zayav {
	margin-top: 47px;
	font-style: normal;
	font-size: 12px !important;
	font-family: Helvetica Neue !important;
	margin-bottom: 10px;
}

.yo_footer_cont {
	margin-top: 52px;
	font-style: normal;
	font-size: 12px;
	margin-bottom: 10px;
}

.yo_lang_ru {
	display: inline-block;
	margin-right: 30px;
}

.yo_lang_en {
	margin-left: 22px;
}

.yo_footer_lang_en {
	margin-left: 22px;
}

.yo_footer_social {
	color: #FA3C00;
	font-weight: bold;
	font-size: 14px;
	margin: auto;
	margin-left: 0px;
	margin-right: 0px;
}

.yo_footer_social_block {
	grid-area: soc;
	margin: auto;
	margin-bottom: 28.98px;
	margin-left: 15px;
	margin-right: 15px;
	display: flex;
	justify-content: space-between;
	/*border: 1px solid yellow;*/
}

@media screen and (min-width: 1101px) {

	.yo_hide_375 {
		display: none;
	}
}

/*конец мобильного футера*/

/*начало среднего футера 2.0*/
.yo_footer_2box {
	min-height: 500px;
	padding: 0px;
}

.yo_o_stud {
	white-space: nowrap;
	display: inline-block;
}

.yo_foo_mid_lang {
	margin-top: 63px;
	margin-left: 115px;
	max-width: 82px;
	display: inline-block;
}

.yo_ul_li {
	margin-top: 63px;
	margin-left: 100.75px;
	float: left;
}

.yo_ul_li a {
	display: inline-block;
	margin-right: 69px;
}

.yo_mid_h {
	font-weight: bold;
	font-size: 20px;
}

.yo_foot_colu {
	display: flex;
	flex-direction: column;
}

.yo_410_width {
	width: 410px;
}

.yo_544_width {
	width: 523px;
}

.yo_foo_mid_content {
	margin-left: 100px;
	display: flex;
	flex-wrap: wrap;
}

.yo_footer_mid_top {
	margin-top: 90.98px;
	margin-bottom: 25px;
	font-style: normal;
	font-size: 16px;
}


.yo_mid_h34 {
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 42px;
}

.yo_foot_adress {
	margin-top: 10px;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
}

.yo_foo_social_mid_conteiner a {
	margin-left: 60px;
}

.yo_mar_bot_25 {
	margin-bottom: 25px;
}

.yo_coright {
	display: inline-block;
	margin-top: 118px;
	margin-left: 101.75px;
	margin-right: 205.5px;
	white-space: nowrap;
}

.yo_foo_social_mid_conteiner {
	margin-top: 118px;
	margin-right: 123.75px;
	display: flex;
	float: right;
}

.yo_bott {
	bottom: 0px;
	display: flex;
	flex-wrap: nowrap;
	/*	border: 1px solid green;*/
}


@media screen and (max-width: 1413px) {
	.yo_foo_social_mid_conteiner {
		display: flex;
		justify-content: space-between;
		margin-right: 123.75px;
		margin-top: 108px;
		/*		margin-bottom: 10px;*/
		margin-left: 230px;
		width: auto;
	}

	.yo_foo_social_mid_conteiner a {
		margin-left: 20px;
	}



	.yo_coright {
		display: inline-block;
		margin-top: 108px;
		margin-left: 100px;
		margin-right: 20.5px;
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 1919px) {

	.yo_ul_li {
		margin-top: 63px;
		margin-left: 159px;
	}

	.yo_ul_li a {
		display: inline-block;
		margin-right: 81px;
	}

	.yo_foo_mid_lang {
		margin-top: 63px;
		margin-left: 54px;
		/*	border: 1px solid yellow;*/
		max-width: 82px;
		display: inline-block;
	}

	.yo_foo_mid_content {
		margin-left: 157.25px;
		display: flex;
		flex-wrap: wrap;
		/*	border: 1px solid yellow;*/
	}

	.yo_544_width {
		width: 523px;
	}

	.yo_coright {
		display: inline-block;
		margin-top: 118px;
		margin-left: 160px;
		margin-right: 205.5px;
		/*	border: 1px solid magenta;*/
	}


}

@media screen and (max-width: 1080px) {

	.yo_foo_social_mid_conteiner {
		display: flex;
		justify-content: space-between;
		margin-right: 123.75px;
		margin-top: 108px;
		/*		margin-bottom: 10px;*/
		margin-left: auto;
		width: auto;
	}

	.yo_foo_social_mid_conteiner a {
		margin-left: 20px;
	}



	.yo_coright {
		display: inline-block;
		margin-top: 108px;
		margin-left: 100px;
		margin-right: 20.5px;
		margin-bottom: 10px;
	}

}

@media screen and (max-width: 1100px) {

	.yo_hide_mid {
		display: none;
	}
}

/*
.yo_foo_social_mid_conteiner{
	border: 1px solid red;
}*/



/*1440 header start*/
.yo_header {
	/* margin-top: 20px; */
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.yoheader_logo {
	height: 40px;
	/* margin-top: 20px;
	margin-bottom: 10px; */
	display: inline-block;
}

.yo_header_in_logo_line {
	display: inline-block;
}

.yo_header_mid_lang {
	/* margin-top: 28px; */
	margin-right: 14px;
	/*border: 1px solid yellow;*/
	max-width: 82px;
	display: inline-block;
	/* float: right; */
}

.yo_header_menu {
	width: 837px;
	/* margin-top: 27.5px; */
	/* margin-right: 100.5px; */
	/* float: right; */
	display: flex;
	font-family: HelveticaNeueCyr;
	/*	border: 1px solid green;*/
	justify-content: space-between;
}

.yo_header_mid_h {
	font-weight: 500;
	font-size: 18px;
	font-family: Helvetica Neue;
}

.yo_header_drop_down {
	position: relative;
	display: inline-block;
}

.yo_header_mid_h_portfolio {
	border: none;
	background: none;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 16px;
}

.yo_dropdown-content {
	display: none;
	position: absolute;
	min-width: 1000px;
	width: 100%;
	background: white;
	background-color: white;
	z-index: 1;
}

.yo_dropdown-content a {
	color: black;
	padding: 6px 0px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 650;
	display: block;
}

.yo_dropdown-content a:hover {
	color: #FA3C00;
}

.yo_header_drop_down:hover .yo_dropdown-content {
	display: block;
}

.yo_header_drop_down:hover .yo_header_mid_h_portfolio {
	color: #FA3C00;
}

.yo_header_lang_ru {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	color: #F42C00;
}

.yo_header_lang_en {
	font-family: Helvetica Neue;
	display: inline-block;
	font-size: 18px;
}

/*1440 header end*/

/*1920 header start*/
@media screen and (min-width: 1919px) {
	.yoheader_logo {
		height: 60px;
		/* margin-top:10px; */
	}

	.yo_header_menu {
		width: 997px;
		/* margin-right: 221.5px; */
		font-weight: bold;
	}

	.yo_header_mid_h {
		font-size: 20px;
		font-family: Helvetica Neue;
		font-weight: bold;
	}

	.yo_header_lang_en {
		font-size: 20px;
	}

	.yo_header_lang_ru {
		font-size: 20px;
	}

	.yo_dropdown-content a {
		color: black;
		padding: 8px 0px;
		text-decoration: none;
		font-size: 16px;
		font-weight: bold;
	}

	.yo_header_mid_lang {
		margin-right: 159px;
	}

}

/*1920 header end*/

/*375 header start*/
.yo_header_footer {
	display: none;
}

.yo_header_menu_mob {
	background: white;
	height: 70px;
	display: flex;
}

.yo_logo_mob_menu {
	height: 40px;
	width: 40px;
	margin-top: 15px;
	margin-left: 15px;
	background: black;
	display: inline-block;
	align-items: center;
	background-color: black;
}

.yo_logo_header_mimi {
	display: inline-block;
	align-items: center;
	margin-left: 7.14px;
	margin-top: 10.45px;
}

.yo_header_black_scr {
	height: 10px;
	width: 10px;
	background-color: black;
	float: right;
	display: inline-block;
	align-items: center;
	opacity: 100%;
}

.yo_header_black_scr+.yo_header_black_scr {
	margin-right: 4px;
}

.yo_header_menu_mini_drop {
	display: inline-block;
	float: right;
}

.yo_icon_cls {
	position: absolute;
	right: 24px;
	top: 24px;
	width: 24px;
	height: 24px;
	opacity: 0.3;
	display: none;
}

.yo_icon_cls {
	margin-right: 4px;
	opacity: 1;
}

.yo_icon_cls:before,
.yo_icon_cls:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 24px;
	width: 4px;
	background-color: black;
}

.yo_icon_cls:before {
	transform: rotate(45deg);
}

.yo_icon_cls:after {
	transform: rotate(-45deg);
}

.yo_header_btn {
	height: 40px;
	width: 40px;
	margin-right: 16px;
	margin-top: 15px;
	padding-top: 15px;
	background: white;
	background-color: none;
	border: none;
	display: inline-block;
	align-items: center;
}

.yo_header_btn:active {
	border: none;
	border-radius: 0;
	opacity: 0;
}

.yo_header_btn input,
button,
submit {
	border: none;
}

.yo_header_menu_mob {
	display: none;
}

@media screen and (max-width: 1100px) {

	.yo_header_menu_mini_drop:hover .yo_header_footer {
		display: block;
	}

	.yo_header_menu_mob {
		display: block;
	}

	.yo_header {
		display: none;
	}

	/*	.yo_header_footer{
			display: none;
			position: absolute;
			z-index: 1;
	}*/

	.yo_header_footer .yo_black_bg .yo_txt_footer {
		background: white;
		color: black;
	}


	.yo_header_footer hr {
		border: none;
		background-color: black;
		height: 6px;
		color: black;
	}

	.yo_header_footer .yo_footer_social {
		color: black;
	}

	.yo_logo_header {
		width: 25.71px;
		height: 19.05px;
	}

}

.yo_header_footer.show {
	height: 0;
}

.show {
	display: block;
}

.hide {
	display: none;
}


.outside-box {
	margin-top: 50px !important;
}

/*375 header end*/
