@media (min-width: 375px){

}
@media (min-width: 480px){

}
@media (min-width: 768px){

}
@media (min-width: 992px){

}
@media (min-width: 1280px){

}
@media (min-width: 1440px){

}

* {
	position: relative;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overscroll-behavior: none;
}

html {
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: auto;
}

body {
	width: 100%;
	height: 100%;
	font-family: "Inter", Arial, sans-serif;
	color: white;
	overflow-y: scroll;
	background: #2d2d2d;
	transition: all 0.5s ease;
}
body.dark {
	background: #1d1d1d;
}
::-webkit-scrollbar{
	width: 0;
}



h1,
.h1 {
	font-size: 62px;
	line-height: 70px;
	font-weight: 400;
}

h1 b,
h1 strong,
.h1 b,
.h1 strong {
	font-weight: 700;
}

h2 {
	font-size: 32px;
	line-height: 38px;
	font-weight: 400;
}

h2 b,
h2 strong {
	font-weight: 700;
}

h3, .h3 {
	font-size: 30px;
	line-height: 38px;
	font-weight: 500;
}

h3 b,
h3 strong,
.h3 b,
.h3 strong {
	font-weight: 700;
}

h5 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
}

h5 b,
h5 strong {
	font-weight: 700;
}

h6 {
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.09em;
}

h6 b,
h6 strong {
	font-weight: 700;
}

p,
li {
	font-family: Ibm, Arial, sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 24px;
}

a {
	text-decoration: none;
}

@media (min-width: 768px){
	h2 {
	    font-size: 48px;
	    line-height: 58px;
	}
	h3, .h3 {
		font-size: 44px;
		line-height: 54px;
		font-weight: 500;
	}
	h6 {
		font-size: 16px;
	}
}
@media (min-width: 992px){

}
@media (min-width: 1280px){

}
@media (min-width: 1440px){

}



.logo {
	display: block;
	width: 154px;
}

.logo__image {
	display: block;
	width: 100%;
}
@media (min-width: 768px){
.logo {
	width: 206px;
}
}
@media (min-width: 992px){

}
@media (min-width: 1280px){

}
@media (min-width: 1440px){

}

.container {
	width: 100%;
	max-width: 1130px;
	padding-left: 16px;
	padding-right: 16px;
	margin: 0 auto;
}

.page {
	width: 100%;
	transition: all 0.5s ease;
}
.page.hidden{
	opacity: 0;
}

@media (min-width: 768px){
.container {
	padding-left: 8%;
	padding-right: 8%;
}
}
@media (min-width: 992px){
.container {
	padding-left: 20px;
	padding-right: 20px;
}
}
@media (min-width: 1280px){

}
@media (min-width: 1440px){

}



.btn {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid white;
	border-radius: 3px;
	padding: 4px 16px;
	cursor: pointer;
	transition: all 0.25s ease;
}

.btn b {
	font-weight: 700;
}

.btn:hover, .btn.selected {
	background: rgba(255, 255, 255, 0.2);
}

.btn.theme_green:hover {
	background: transparent;
	color: #19E5A8;
	border-color: #19E5A8;
}

.btn.theme_green.selected {
	background: rgba(25, 229, 168, 0.2);
	color: #19E5A8;
	border-color: #19E5A8;
}

.btn.theme_blue:hover {
	background: transparent;
	color: #3788E5;
	border-color: #3788E5;
}

.btn.theme_blue.selected {
	background: rgba(55, 136, 229, 0.2);
	color: #3788E5;
	border-color: #3788E5;
}

.btn.theme_orange:hover {
	background: transparent;
	color: #F96520;
	border-color: #F96520;
}

.btn.theme_orange.selected {
	background: rgba(249, 101, 32, 0.2);
	color: #F96520;
	border-color: #F96520;
}

.btn.theme_purple:hover {
	background: transparent;
	color: #8B19E5;
	border-color: #8B19E5;
}

.btn.theme_purple.selected {
	background: rgba(139, 25, 229, 0.2);
	color: #8B19E5;
	border-color: #8B19E5;
}

.btn.theme_yellow:hover {
	background: transparent;
	color: #FFEE56;
	border-color: #FFEE56;
}

.btn.theme_yellow.selected {
	background: rgba(255, 238, 86, 0.2);
	color: #FFEE56;
	border-color: #FFEE56;
}

.btn.theme_yellow2:hover {
	background: transparent;
	color: #f3fd00;
	border-color: #f3fd00;
}

.btn.theme_yellow2.selected {
	background: rgba(243, 253, 0, 0.2);
	color: #f3fd00;
	border-color: #f3fd00;
}

.btn.theme_ecosystem:hover {
	background: transparent;
	color: #f04029;
	border-color: #f04029;
}

.btn.theme_ecosystem.selected {
	background: rgba(240, 64, 41, 0.2);
	color: #f04029;
	border-color: #f04029;
}

.btn.theme_mobile:hover {
	background: transparent;
	color: #CBFFC2;
	border-color: #CBFFC2;
}

.btn.theme_mobile.selected {
	background: rgba(203, 255, 194, 0.2);
	color: #CBFFC2;
	border-color: #CBFFC2;
}




.dot {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #aaaaaa;
	transition: all 0.25s ease;
	cursor: pointer;
}

.dot_current, .dot:hover {
	background: white;
}

.dot_current {
	cursor: default;
}

.dot.theme_green.dot_current, .dot.theme_green:hover {
	background: #19E5A8;
}

.dot.theme_blue.dot_current, .dot.theme_blue:hover {
	background: #3788E5;
}

.dot.theme_orange.dot_current, .dot.theme_orange:hover {
	background: #F96520;
}

.dot.theme_purple.dot_current, .dot.theme_purple:hover {
	background: #8B19E5;
}

.dot.theme_yellow.dot_current, .dot.theme_yellow:hover {
	background: #FFEE56;
}
.dot.theme_yellow2.dot_current, .dot.theme_yellow2:hover {
	background: #f3fd00;
}
.dot.theme_mobile.dot_current, .dot.theme_mobile:hover {
	background: rgba(203, 255, 194, 1);
}
.dot.theme_ecosystem.dot_current, .dot.theme_ecosystem:hover {
	background: rgba(240,64,41, 1);
}




.dots {
	display: flex;
}

.dots .dot:not(:last-child) {
	margin-right: 13px;
}



.slider {
	width: 100%;
	overflow: hidden;
}

.slider__list {
	display: flex;
	width: 100%;
}

.slide {
	flex-shrink: 0;
	width: 100%;
}
.slide__link{
	color: white;
}
.slide__footnote{
	margin-top: 10px;
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 28px;
}



.close {
	flex-shrink: 0;
	width: 23px;
	height: 23px;
	cursor: pointer;
}
.close:after,
.close:before{
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: white;
}
.close:before {
	transform: rotate(45deg);
}
.close:after {
	transform: rotate(-45deg);
}
.close.theme_green:after,
.close.theme_green:before {
	background: #19E5A8;
}
.close.theme_blue:after,
.close.theme_blue:before {
	background: #3788E5;
}
.close.theme_purple:after,
.close.theme_purple:before {
	background: #8B19E5;
}
.close.theme_orange:after,
.close.theme_orange:before {
	background: #F96520;
}
.close.theme_yellow:after,
.close.theme_yellow:before {
	background: #FFEE56;
}
.close.theme_yellow2:after,
.close.theme_yellow2:before {
	background: #f3fd00;
}
.close.theme_mobile:after,
.close.theme_mobile:before {
	background: rgba(203, 255, 194, 1);
}
.close.theme_ecosystem:after,
.close.theme_ecosystem:before {
	background: rgba(240,64,41, 1);
}



.burger {
	display: block;
	width: 30px;
	height: 18px;
	cursor: pointer;
}

.burger__bar {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	margin: auto;
	background: white;
	transition: all 0.125s ease-in, top 0.125s ease-out 0.125s, opacity 0.125s step-end;
}

.burger__bar:nth-child(1) {
	top: -100%;
	bottom: 0;
}

.burger__bar:nth-child(2) {
	top: 0;
	bottom: 0;
}

.burger__bar:nth-child(3) {
	top: 100%;
	bottom: 0;
}

.burger_opened .burger__bar {
	transition: all 0.125s ease-out 0.125s, top 0.125s ease-in, opacity 0.125s step-end;
}

.burger_opened .burger__bar:nth-child(1) {
	top: 0;
	bottom: 0;
	transform: rotate(45deg);
}

.burger_opened .burger__bar:nth-child(2) {
	opacity: 0;
}

.burger_opened .burger__bar:nth-child(3) {
	top: 0;
	bottom: 0;
	transform: rotate(-45deg);
}

.app._theme .burger:not(.burger_opened) .burger__bar {
	background: black;
}


.main-menu__navbar {
	transition: all 0.25s ease;
}

.main-menu_collapsible .main-menu__navbar {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: black;
	overflow: auto;
}

.main-menu_collapsible .main-menu__navbar_collapsed {
	opacity: 0;
}


.app {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
	padding-top: 60px;
	transition: all 0.5s ease;
}
.home-page{
	height: calc(100% - 60px);
	height: 100%;
}


.app._theme_pcconsole {
	background: rgba(55, 136, 229, 1);
}
.app._theme_enterprise {
	background: rgba(25, 229, 168, 1);
}
.app._theme_blockchain {
	background: #8B19E5;
}
.app._theme_petrochemistry {
	background: #f3fd00;
}
.app._theme_mobile {
	background: #CBFFC2;
}
.app._theme_ecosystem {
	background: #f04029;
}
.app._theme_other {
	background: white;
}
.app.app_page_apply,
.app.app_page_press {
	height: auto;
	min-height: 100%;
}

@media (min-width: 480px){

}
@media (min-width: 375px){

}
@media (min-width: 768px){

}
@media (min-width: 992px){

}
@media (min-width: 1280px){

}
@media (min-width: 1440px){

}


@media (min-width: 1280px){
	._mobile {
		display: none !important;
	}
}
@media (max-width: 1279px){
	._desktop {
		display: none !important;
	}
}
