@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	src: local("OpenSans Sans"),
		url(/fonts/Open-Sans-Light.otf) format("opentype"),
		url(/fonts/Open-Sans-Light.TTF) format("truetype");
	font-display: swap;
}

html {
	scroll-behavior: smooth;
}

body h3 {
	color: rgba(255, 255, 255, 0);
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 39px;
	font-family: "Open Sans";
	font-size: 32px;
	font-weight: 300;
	position: relative;
}

body p {
	padding-left: 41px;
	color: #fff;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 300;
}

input {
	outline: 0;
}
#form_modal #Name-error {
	display: block;
	margin-top: -10px;
	margin-left: 5px;
	margin-bottom: 20px;
	font-size: 15px !important;
	color: #f43e36 !important;
}
#form_modal #Phone-error {
	display: block;
	margin-top: -10px;
	margin-left: 5px;
	margin-bottom: 20px;
	font-size: 15px !important;
	color: #f43e36 !important;
}
#sec_10 .faded_text--mt {
	margin-top: 80px;
	margin-bottom: 60px;
}
.vuzImg {
	object-fit: contain;
	width: 240px;
	height: 240px;
	opacity: 0.6;
	filter: grayscale(100%);
	transition: all 0.38s ease-in-out;
}
.vuzImg:hover {
	opacity: 1;
	filter: grayscale(0);
}
.my_carousel {
	position: relative;
	margin-top: 80px;
	height: 800px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 80px;
}

.burger_menu .active_menu li {
	display: none;
}
.new__item {
	width: 100%;
	max-width: 540px;
	margin: 0 15px;
	position: absolute;
	top: 30px;
}
.burger {
	display: none;
	position: relative;
	width: 35px;
	height: 31px;
	cursor: pointer;
	z-index: 12;
	left: 0;
	top: 0;
}
.burger__icon {
	position: absolute;
	height: 2px;
	width: 100%;
	background: #ff3636;
	border-radius: 3px;
	transform: rotate(0deg);
	transition: all 0.3s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.burger__icon::before {
	content: " ";
	position: absolute;
	border-radius: 3px;
	top: 10px;
	height: 2px;
	width: 100%;
	background: #ff3636;
	transition: all 0.3s ease-in-out;
}

.burger__icon::after {
	content: " ";
	position: absolute;
	border-radius: 3px;
	top: 20px;
	height: 2px;
	width: 100%;
	background: #ff3636;
	transition: all 0.3s ease-in-out;
}

.burgerActive .burger__icon {
	transform: rotate(45deg);
	top: 10px;
}
.burgerActive .burger__icon::before {
	transform: rotate(90deg);
	top: 0;
}

.burgerActive .burger__icon::after {
	transform: rotate(90deg);
	top: 0;
}

.mobile_menu {
	opacity: 0;
	width: 100%;
	position: absolute;
	transition: 0.4s;
	z-index: -11;
	display: flex;
	justify-content: center;
	margin-top: 0 !important;
	left: 0;
	top: 65px;
}
.mobile_menu--active {
	opacity: 1;
	z-index: 11;
}
.mobile_menu a {
	color: #f43e36;
	margin-right: 10px;
}
.mobile_menu a:hover {
	color: #f43e36;
	text-decoration: none !important;
}

.web_studia_div {
	transform: rotate(-8deg);
}

.web_studia {
	position: absolute;
	bottom: -34px;
	color: #fff;
	transform: skewX(-17deg);
	border-left: 0 !important;
	font-size: 39px !important;
	font-weight: 300;
}

.burger_menu {
	display: none !important;
	position: relative;
	z-index: 99999;
	margin-top: 20px;
	height: 50px;
	width: fit-content;
}

.burger_menu li {
	height: 4px;
	margin-top: 10px;
	display: block;
	background-color: #f43e36;
	width: 40px;
	border-radius: 6px;
	transition: 0.5s;
}

.circle_arrow {
	background: url(/Content/img/arrow_down.png) no-repeat;
	width: 101px;
	height: 100px;
	position: absolute;
	top: -75px;
	z-index: 7;
	left: 0;
	right: 0;
	margin: auto;
}

.text_red_circle_arrow {
	position: absolute;
	font-size: 32px;
	z-index: 7;
	top: -37px;
	z-index: 7;
	left: 450px;
	right: 0;
	text-align: center;
}

.circle_arrow_shadow {
	background: url(/Content/img/arrow_down.png) no-repeat;
	width: 101px;
	height: 100px;
	border-radius: 50px;
	box-shadow: inset 0 0 23px rgba(249, 53, 53, 0.6), 0 0 117px #f93535;
	position: absolute;
	top: -75px;
	z-index: 7;
	left: 0;
	right: 0;
	margin: auto;
}

.dots_carousel {
	margin-top: 30px;
}

.dot_btn {
	width: 12px;
	height: 13px;
	border-radius: 32px;
	margin: 5px 7px;
	border: 1px solid #fff;
	cursor: pointer;
	display: inline-block;
}

.active_dot {
	background: #fff;
}

.active_slide {
	height: 658px;
	position: relative !important;
	z-index: 6;
}

.secretnii_slide {
	position: absolute;
	height: 658px !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 5 !important;
	top: 0 !important;
}

.slider_item {
	position: absolute;
}

.left_item,
.left_secret {
	left: 140px;
	top: 110px;
	width: 400px;
	height: 460px;
	z-index: 4;
	border-right: 0;
	cursor: pointer;
}

.left_secret {
	z-index: 4;
}

.black_bg {
	position: absolute;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1000;
	background: #000;
}

.active_slide .black_bg {
	position: absolute;
	opacity: 0.3;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1000;
	background: #000;
}

.left_item .first_img {
	border: 0;
}

.circle_arrow {
	background: url(/Content/img/circle_arrow.png);
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
}

.right_item,
.right_secret {
	right: 140px;
	top: 110px;
	width: 400px;
	height: 460px;
	z-index: 4;
	border-right: 0;
	cursor: pointer;
}

.right_item .first_img {
	border: 0;
}

.padding-left_right16 {
	padding-left: 16% !important;
}

.my_carousel .right_button {
	top: 40%;
	position: absolute;
	right: 200px;
	z-index: 6;
	cursor: pointer;
}

.my_carousel .left_button {
	top: 40%;
	position: absolute;
	left: 200px;
	z-index: 6;
	cursor: pointer;
}

#header {
	background: url(/Content/img/bg_1.png) no-repeat;
	background-size: cover;
	height: 1168px;
	overflow: hidden;
}

#header {
	position: relative;
	clip-path: polygon(0 0, 100% 0, 100% 72%, 0 90%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 72%, 0 90%);
	z-index: 3;
}

.useless_image {
	position: absolute;
	left: 0;
	right: 0;
	top: -112px;
	margin: auto;
	width: 24px;
	height: 48px;
	background: url(/Content/img/mouse_useless.png) no-repeat;
}

.head_menu {
	text-align: center;
	position: relative;
	z-index: 4;
}

.head_menu .col {
	margin-top: 23px;
}

.before_sec {
	position: relative;
}

.big_planet_div {
	position: absolute;
	background: url(/Content/img/planeta_head.png) no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 18%;
	z-index: 3;
	width: 520px;
	height: 520px;
}

.small_planet_div {
	position: absolute;
	background: url(/Content/img/small_planet.png) no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	right: 20%;
	margin-left: auto;
	margin-right: auto;
	top: 18%;
	z-index: 3;
	width: 166px;
	height: 166px;
}

.cosmos_div {
	position: absolute;
	background: url(/Content/img/cosmos.png) no-repeat;
	background-size: cover;
	left: -20%;
	width: 120%;
	height: 120%;
	top: -46px;
}

.head_menu a {
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: 0.64px;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.menu_item:before {
	width: 0;
	height: 1px;
	right: 50%;
	background: #f43e36;
	position: absolute;
	bottom: 0;
	content: "";
	transition: 0.5s;
}

.menu_item:hover::before {
	width: 50%;
	height: 1px;
	right: 50%;
	background: #f43e36;
	position: absolute;
	bottom: 0;
	content: "";
	transition: 0.5s;
}

.menu_item:after {
	width: 0;
	height: 1px;
	left: 50%;
	background: #f43e36;
	position: absolute;
	bottom: 0;
	content: "";
	transition: 0.5s;
}

.menu_item:hover::after {
	width: 50%;
	height: 1px;
	left: 50%;
	background: #f43e36;
	position: absolute;
	bottom: 0;
	content: "";
	transition: 0.5s;
}

.head_menu a:hover {
	text-decoration: none;
	color: #f43e36;
	transition: 0.3s;
}

.logo_menu_div {
	background: url(/Content/img/logo_menu.png) no-repeat;
	background-size: contain;
	background-position: center;
	width: 70px;
	height: 55px;
	margin: auto;
	transition: 0.3s;
}

.logo_menu_div:hover {
	background: url(/Content/img/logoSA_header.png) no-repeat;
	transition: 0.3s;
}

.big_planet {
	top: 18%;
	margin: auto;
	width: 25%;
	position: absolute;
	left: 58%;
	margin-left: -20%;
	z-index: 3;
}

.small_planet {
	position: absolute;
	top: 20%;
	left: 55%;
	z-index: 3;
	margin: auto;
	margin-left: -20%;
	width: 9%;
}

.cosmos {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 0;
}

.it_prostranstvo {
	background: url(/Content/img/it_prostranstvo.png) no-repeat;
	background-position: 30% 25%;
	padding-bottom: 70px;
}

.head_row_2 {
	position: relative;
	z-index: 4;
	margin-top: 200px;
}

.head_row_2 p {
	color: #fff;
	font-family: "Open Sans";
	font-size: 26px;
	font-weight: 300;
	text-align: right;
}

.head_row_3 {
	position: relative;
	z-index: 4;
}

.head_row_3 p {
	font-size: 14px;
	margin-top: 58px;
	border-left: 1px solid #96949c;
	padding-left: 15px;
	margin-left: -15px;
}

.ruward_bg {
	background: url(/Content/img/ruward.png) no-repeat;
	background-position: top left;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0.5;
}

.ruward_bg:hover {
	transition: 0.5s;
	opacity: 1;
}

.ruward_bg:hover + p {
	border-left: 1px solid #f43e36;
}

.cms_bg {
	background: url(/Content/img/cms_logo.png) no-repeat;
	background-position: top left;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0.5;
}

.cms_bg:hover {
	transition: 0.5s;
	opacity: 1;
}

.cms_bg:hover + p {
	border-left: 1px solid #f43e36;
}

#sec_2 {
	background: url(/Content/img/bg_2.png) no-repeat;
	background-color: #fff;
	background-size: cover;
	margin-top: -400px;
	position: relative;
	padding-bottom: 350px;
	z-index: 2;
}

#sec_2 > * [class^="col-"]:nth-child(odd) {
	padding-right: 50px;
}

#sec_2 > * [class^="col-"]:nth-child(even) {
	padding-left: 50px;
}

.row_sec_2 {
	padding-top: 340px;
}

.row_sec_2 h3 {
	color: rgb(43, 36, 57, 0);
	font-size: 56px;
	padding-left: 34px;
	margin-bottom: 77px;
	border-left: 0;
	position: relative;
	transition: 0.5s;
	transition-timing-function: ease-in-out;
}

h3:before {
	content: "";
	min-height: 0;
	top: 0;
	left: 0;
	width: 10px;
	position: absolute;
	background: #f43e36;
}

.before_h3:before {
	min-height: 100%;
	transition: 0.5s;
	position: absolute;
	transition-timing-function: ease-in-out;
}

.faded_text {
	transition: 0.9s;
	transition-timing-function: ease-in-out;
}

.row_sec_2 p {
	color: #444;
	padding-left: 34px;
	line-height: 32.01px;
}

.row_sec_2 .text_block {
	color: #2b2439;
	padding: 20px 0 24px 34px;
	font-family: "Open Sans";
	font-size: 28px;
	background-color: #eeeff0;
	font-weight: 400;
}

.row_sec_2 .col-md-6 {
	padding-right: 60px;
}

.row_sec_2 .left_col {
	margin-top: 74px;
}

#sec_3 {
	background: url(/Content/img/3_bg.png) no-repeat;
	background-size: cover;
	height: 1000px;
	background-position-y: 13%;
	position: relative;
	margin-top: -315px;
	z-index: 5;
	clip-path: polygon(0 0, 100% 0, 150% 75%, 0 98%);
	-webkit-clip-path: polygon(0 0, 100% 0, 150% 75%, 0 98%);
}

#sec_3 h3 {
	color: rgba(255, 255, 255, 0);
	padding-left: 32px;
	margin-top: 200px;
}

#sec_3 p {
	padding-top: 30px;
	padding-left: 32px;
	padding-bottom: 40px;
}

.mobile_app {
	padding-left: 34px;
}

.padding_img {
	padding-bottom: 20px;
}

.mobile_absolute {
	position: absolute;
	right: 0;
	width: 50%;
	top: 0;
	z-index: 10;
}

#sec_4 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: 34%;
	height: 1168px;
	margin-top: -260px;
	position: relative;
	z-index: 4;
	clip-path: polygon(-5% 20%, 100% 0, 100% 96%, 0 78%);
	-webkit-clip-path: polygon(-5% 20%, 100% 0, 100% 96%, 0 78%);
}

#sec_4 h3 {
	margin-top: 270px;
	padding-left: 32px;
	font-weight: 300;
	margin-bottom: 88px;
}

#sec_4 p {
	padding-left: 18px;
	border-left: 1px solid #96949c;
}

#sec_4 .magic {
	color: #fff;
	font-family: "Open Sans";
	font-size: 42px;
	font-weight: 300;
	border-left: 0;
}

#sec_4 .icon_row {
	margin-bottom: 80px;
}

.icon_row img {
	border-radius: 63px;
}

.icon_img {
	margin-left: 15px;
}

.icon_img:hover .icon_div {
	opacity: 1;
	transition: 0.5s;
	transition-timing-function: ease-in-out;
}

#sec_4 .icon_div {
	left: 50px;
}

.icon_div {
	position: absolute;
	top: 15px;
	width: 80px;
	height: 80px;
	transition: 0.4s;
	transition-timing-function: ease-in-out;
	opacity: 0;
	background: #f43e36;
	filter: blur(56px);
	z-index: -1;
}

#sec_7 .icon_div {
	top: 3px;
	margin-left: 34px;
	filter: blur(40px);
}

.icon_row p {
	margin-top: 28px;
}

.big_phone {
	background: url(/Content/img/phone.png) no-repeat;
	z-index: 10;
	height: 905px;
	background-size: contain;
	background-position: bottom;
}

.dp_lg {
	display: none !important;
}

.big_logo_mob {
	background: url(/Content/img/spaceapp.png) no-repeat;
	background-size: cover;
	background-position: center;
	margin: auto;
	position: relative;
	z-index: 4;
	height: 180px;
	width: 203px;
}

#sec_5 {
	background: no-repeat;
	background-size: cover;
	position: relative;
	margin-top: -335px;
	padding-bottom: 360px;
	overflow-x: hidden;
	overflow-y: hidden;
}

#sec_5 h3 {
	margin-bottom: 52px;
	padding-left: 40px;
}

#sec_5 p {
	padding-left: 41px;
	font-weight: 300;
}

.ul_razrabativaem li {
	color: #f43e36;
	list-style: none !important;
	margin-left: 68px;
}

.ul_razrabativaem li:before {
	content: "\2022";
	color: #f43e36;
	font-weight: 700;
	width: 1em;
	margin-left: -1em;
	position: absolute;
}

.ul_razrabativaem span {
	color: #fff;
	font-size: 18px;
}

#sec_5 .p_border {
	margin-top: 48px;
}

#sec_5 .red_circle {
	left: -229px;
	top: -77px;
}

#sec_5 .red_circle p {
	padding-left: inherit;
}

#sec_5 .grey_p {
	color: #908e96;
	padding-left: 62px;
}

.p_border {
	font-size: 24px !important;
	border-left: 2px solid #f43e36;
}

.orbita_div {
	position: absolute;
	background: url(/Content/img/orbita.svg) no-repeat;
	background-position: center;
	width: 100%;
	transition: 0.5s;
	height: 100%;
	top: 6%;
}

#sec_9 .orbita_div {
	top: 14%;
}

.orbita_div2 {
	position: absolute;
	background: url(/Content/img/orbita_2.png) no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	transition: 0.5s;
	transform-origin: center;
}

.img_orbita img {
	position: absolute;
	left: 20%;
	top: 28%;
	transform-origin: center;
}

.red_button {
	padding: 4px 19px 6px 18px;
	color: #ffff;
	background-color: #f43e36;
	border-radius: 20px;
	display: inline-block;
}

.red_button:hover {
	text-decoration: none;
	color: #fff;
}

.image_split {
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.first_img {
	background: no-repeat;
	background-size: cover !important;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border-right: 5px solid #f43e36;
	z-index: 2;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
}

.right_item .first_img {
	border-radius: 20px;
}

.first_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-right: 5px solid #f43e36;
}

.second_img {
	background-size: cover !important;
	background-position-x: right;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	border-radius: 20px;
}

.arrow_down {
	text-align: center;
	width: 260px;
	margin: auto;
}

.dropdown-toggle {
	color: #fff !important;
	margin-left: 44px;
	padding: 4px 19px 6px 18px;
	font-family: "Open Sans";
	font-size: 16px;
	background: 0 0;
	border-radius: 20px;
	border: 1px solid #96949c;
	display: inline-block;
}

.dropdown-toggle:hover {
	cursor: pointer;
}

.dropdown-toggle:hover {
	transition: 0.5s;
	border-color: #f43e36;
	background: #f43e36;
}

.dropdown-menu {
	top: 5px !important;
	background: #552732 !important;
	color: #fff !important;
	border-radius: 10px;
	opacity: 0.9;
}

.dropdown-menu li {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}

#sec_6 {
	background-color: #fff;
	position: relative;
	margin-top: -360px;
	clip-path: polygon(-5% 20%, 100% 0, 105% 89%, 0 78%);
	-webkit-clip-path: polygon(-5% 20%, 100% 0, 105% 89%, 0 78%);
	min-height: 1150px;
	z-index: 1;
}

#sec_6 h3 {
	color: #2b2439;
	margin-top: 250px;
	padding-left: 44px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 39px;
}

.main_text {
	padding-bottom: 51px;
}

#sec_6 p {
	color: #444;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 300;
	padding-left: 43px;
}

#sec_6 li {
	list-style: circle;
	color: #444;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 300;
}

.planeta1_div {
	position: absolute;
	background: url(/Content/img/planeta1.png) no-repeat;
	background-size: contain;
	top: 33px;
	left: -65px;
	width: 265px;
	height: 225px;
	z-index: 4;
}

.planeta2_div {
	position: absolute;
	background: url(/Content/img/planeta2.png) no-repeat;
	background-size: contain;
	bottom: -241px;
	right: 0;
	width: 520px;
	height: 520px;
	z-index: 4;
}

.planeta3_div {
	position: absolute;
	background: url(/Content/img/planet06.png) no-repeat;
	background-size: cover;
	background-position: 100% 10%;
	top: -116px;
	left: 0;
	width: 392px;
	height: 984px;
	z-index: 4;
}

.smallplanet2_div {
	position: absolute;
	background: url(/Content/img/layer_22.png) no-repeat;
	background-size: cover;
	background-position: 100% 10%;
	top: 75px;
	left: 211px;
	width: 189px;
	height: 189px;
	z-index: 4;
}

.red_circle {
	position: absolute;
	background: url(/Content/img/red_circle.png) no-repeat;
	background-size: cover;
	width: 214px;
	height: 214px;
	z-index: 4;
	top: 0;
	right: 20%;
}

.red_circle p {
	position: relative;
	top: 42%;
	font-size: 24px;
	text-align: center;
	padding: inherit;
}

#sec_7 {
	position: relative;
	background: url(/Content/img/big_bg.png) no-repeat;
	background-size: cover;
	min-height: 1260px;
	margin-top: -260px;
	z-index: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}

#sec_7 h3 {
	margin-top: 250px;
	margin-left: 12px;
	padding-left: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 39px;
}

#sec_7 p {
	padding-left: 45px;
	margin-bottom: 39px;
}

#sec_7 .red_circle {
	left: -223px;
	top: 166px;
}

#sec_7 .red_circle p {
	padding-left: inherit;
}

.download_button {
	padding: 4px 19px 6px 18px;
	border-radius: 23px;
	border: 1px solid #f43e36;
	color: #fff;
	font-family: "Open Sans";
	font-size: 16px;
	transition: 0.6s;
	margin-left: 45px;
}

.download_button:hover {
	text-decoration: none;
	background: #f43e36;
	color: #fff;
	transition: 0.6s;
}

button {
	outline: 0;
}

.city_button {
	border-radius: 100px;
	width: 150px;
	height: 35px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #f43e36;
	color: #fff;
}

.active_city {
	background: #f43e36;
}

.city_button:focus {
	outline: 0;
}

.icons_row {
	margin-top: 42px;
}

.icons_row img {
	float: left;
	width: 84px;
	margin-right: 17px;
	margin-left: 34px;
	margin-bottom: 30px;
}

.icons_row p {
	font-size: 16px;
}

#sec_8 {
	background: url(/Content/img/sec_8_bg.png) no-repeat;
	background-size: cover;
	position: relative;
	height: 1259px;
	margin-top: -269px;
	z-index: 2;
	background-position: 100% 20%;
}

#sec_8 > * {
	position: relative;
	z-index: 5;
}

#sec_8 h3 {
	margin-top: 280px;
	margin-bottom: 51px;
}

.planeta_zemlia {
	background: url(/Content/img/planeta-zemlia-luna-sputnik-zemli-voskhod-zviozdy-kosmos.png)
		no-repeat;
	background-size: cover;
	position: absolute !important;
	background-position: 100% 48%;
	width: 100%;
	height: 100%;
	top: 0;
}

#sec_8 .p_border {
	margin-top: 58px;
}

.primeri_row {
	margin-top: 52px;
	margin-bottom: 68px;
}

.big_p {
	font-size: 24px;
}

.primeri_row img {
	float: left;
	margin: 0 20px 0 41px;
}

#sec_9 {
	background: url(/Content/img/big_bg.png) no-repeat;
	background-size: cover;
	position: relative;
	min-height: 1601px;
	margin-top: -415px;
	padding-bottom: 190px;
	z-index: 0;
	overflow: hidden;
}

#sec_9 .red_circle {
	top: 509px;
	left: -250px;
}

#sec_9 .p_border {
	margin-top: 60px;
}

.smm_planeta {
	background: url(/Content/img/smm_planeta.png) no-repeat;
	position: absolute;
	background-size: cover;
	top: -369px;
	right: -358px;
	width: 381px;
	height: 381px;
}

.red_circle_p {
	border: 1px solid #f43e36;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	margin: auto;
}

.red_circle_p p {
	padding-left: 0;
	text-align: center;
	padding-top: 5px;
	font-weight: 700;
	font-size: 24px;
}

.red_circle_p span {
	font-size: 10px;
	padding-left: inherit;
	display: block;
	margin-top: -6px;
}

.row_top p {
	padding-left: 0;
	text-align: center;
}

#sec_9 h3 {
	margin-top: 500px;
}

.buttons_absolute_div {
	width: 100%;
	height: 100%;
	position: absolute;
}

#sec_10 {
	background: url(/Content/img/bg_2.png) no-repeat;
	background-size: cover;
	position: relative;
	min-height: 1600px;
	margin-top: -240px;
	z-index: 0;
}

#sec_10 h3 {
	margin-top: 300px;
	font-size: 56px;
	color: rgba(43, 36, 57, 0);
}

#sec_10 p {
	color: #444;
}

.owl-carousel .p_img {
	text-align: center;
	font-size: 14px;
	padding: 0 !important;
	margin-top: 10px;
	margin-bottom: -3px;
}

.owl-carousel .p_img b {
	font-weight: 700;
}

#form_modal input {
	width: 100%;
	height: 40px;
	padding-left: 20px;
	border-radius: 20px;
	margin-bottom: 20px;
	border: 1px solid #b5b5b5;
}

#form_modal input:nth-child(4) {
	margin-bottom: 30px;
}

#form_modal {
	margin-bottom: 20px;
}

.modal-content {
	border-radius: 1.3rem !important;
}

.modal-title {
	color: #000;
	border: 0;
	padding-left: 15px;
}

#form_modal .download_button {
	margin-left: 0;
	color: #000;
}

#sec_footer {
	background: url(/Content/img/footer_bg.png) no-repeat;
	background-size: cover;
	position: relative;
	min-height: 1204px;
	margin-top: -290px;
	z-index: 0;
	clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
	-webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
}

#sec_footer p {
	padding-left: 0;
}

#sec_footer h3 {
	font-size: 56px;
	margin-top: 200px;
}

.forma #cemail-error,
#curl-error {
	position: absolute;
	bottom: -50px;
	left: 35%;
	font-size: 15px !important;
	color: #f43e36 !important;
}
#cemail-error,
#curl-error {
	position: absolute;
	bottom: -36px;
	left: 35%;
	font-size: 15px !important;
	color: #f43e36 !important;
}
.input_div {
	display: block;
	position: relative;
	margin-top: 36px;
	text-align: right;
}

#sec_footer input[type="text"],
input[type="email"] {
	width: 540px;
	height: 40px;
	border-radius: 20px;
	background-color: #fff;
	margin-left: 19px;
	border: 0;
	float: right;
	padding-left: 20px;
}

#sec_footer label {
	color: #96949c;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	margin-top: 4px;
}

#sec_footer .otpravit_a {
	float: right;
	margin-right: 88px;
	background: 0 0;
	margin-top: 30px;
}

#sec_footer .city_a {
	margin-top: 57px;
}

.grafic_img {
	width: 100%;
}

.last_cosmos_div {
	position: absolute;
	background: url(/Content/img/last_cosmos.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

#sec_footer .city_a a {
	padding-right: 50px;
	padding-left: 50px;
	margin-left: 25px;
}

#sec_footer .city_a a:nth-child(even) {
	margin-left: 10px !important;
}

.contacts_row {
	margin-top: 75px;
}

.contacts_row img {
	float: left;
	margin: 0 29px 85px 0;
}

.soc_row img {
	margin-left: 18px;
}

.logo_row {
	margin-top: 70px;
}

#sec_10 .p_border {
	margin-bottom: 33px;
}

.left_owl_div {
	background: url(/Content/img/left.svg) no-repeat;
	width: 32px;
	height: 32px;
	transition: 0.2s;
}

.owl-carousel .download_button {
	background-color: #f43e36;
}

.div_phone {
	margin-top: 32px;
}

.right_owl_div {
	background: url(/Content/img/right.svg) no-repeat;
	width: 32px;
	height: 32px;
	transition: 0.2s;
}
.owl-prev.disabled .left_owl_div:hover {
	background: url(/Content/img/left.svg) no-repeat;
	transition: 0.2s;
}
.left_owl_div:hover {
	background: url(/Content/img/right_active.svg) no-repeat;
	transition: 0.2s;
}
.owl-next.disabled .right_owl_div:hover {
	background: url(/Content/img/right.svg) no-repeat;
	transition: 0.2s;
}
.right_owl_div:hover {
	background: url(/Content/img/left_active.svg) no-repeat;
	transition: 0.2s;
}

.astronav {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/Content/img/astronav.png) no-repeat;
	background-size: cover;
	background-position: right;
	width: 378px;
	height: 691px;
}

.shuttle {
	position: absolute;
	top: 0;
	right: 0;
	background: url(/Content/img/shuttle.png) no-repeat;
	background-size: cover;
	background-position: left;
	width: 376px;
	height: 983px;
}

.owl_left_arrow,
.owl_right_arrow {
	position: absolute;
	top: 265px;
}

.owl-item-image {
	width: 165px;
	height: 165px;
	border-radius: 83px;
	overflow: hidden;
	margin: auto;
}

.owl_left_arrow {
	left: 51px;
}

.owl_right_arrow {
	left: 89px;
}

#msk {
	display: none;
}

#msks,
#saratov {
	transition: 0.5s;
}
@media screen and (min-width: 2000px) {
	#sec_2 {
		background-position: right;
	}
	.left_item {
		width: 10%;
		left: 35%;
	}
	.right_item {
		right: 35%;
		width: 10%;
	}
	.my_carousel .left_button {
		left: 36%;
	}
	.my_carousel .right_button {
		right: 36%;
	}
}
@media screen and (max-width: 1750px) {
	.planeta3_div {
		left: -292px;
	}
}

@media screen and (max-width: 1600px) {
	#sec_3 {
		background-size: inherit;
	}
}

@media screen and (max-width: 1440px) {
	.planeta2_div {
		bottom: -336px;
		width: 320px;
		height: 350px;
	}

	.smallplanet2_div {
		left: 0;
	}

	.left_item {
		left: 18px;
	}

	.right_item {
		right: 18px;
	}

	.head_row_2 {
		margin-top: 140px;
	}
}

@media screen and (max-width: 1200px) {
	.head_menu a {
		font-size: 10px;
	}
	.planeta2_div {
		bottom: -170px;
	}
}

@media screen and (max-width: 1199px) {
	.padding-left_right16 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.icons_row img {
		margin-left: 0;
	}
}

@media screen and (max-width: 1024px) {
	.big_planet {
		width: 38%;
		left: 51%;
	}

	.planeta3_div {
		left: -342px;
		top: -269px;
	}

	.small_planet {
		left: 46%;
		width: 16%;
		top: 20%;
	}

	#header {
		height: 880px;
	}

	.head_row_2 {
		margin-top: 24px;
	}

	.head_row_2 p {
		font-size: 22px;
	}

	.web_studia {
		font-size: 38px !important;
	}

	.big_planet_div {
		top: 13%;
	}

	.small_planet_div {
		top: 9%;
	}

	.planeta2_div {
		/* width: 400px */
	}

	#sec_9 h3 {
		margin-top: 580px;
	}

	#sec_10 {
		margin-top: -250px;
	}

	.mobile_app img {
		width: 100%;
	}

	.planeta2_div {
		background-size: inherit;
		background-position-x: -177%;
	}

	#sec_7 .red_circle {
		position: relative;
		left: 9px;
		top: 120px;
		right: inherit;
		margin-bottom: 44px;
	}

	#sec_7 h3 {
		margin-top: 68px;
	}

	.smallplanet2_div {
		left: 0;
		top: 46px;
	}

	#sec_7 .red_circle {
		right: 8%;
	}

	#sec_8 {
		margin-top: -207px;
	}

	#sec_8 h3 {
		margin-top: 265px;
	}

	#sec_footer input[type="text"],
	input[type="email"] {
		width: 424px;
		height: 40px;
		border-radius: 20px;
		background-color: #fff;
		margin-left: 15px;
		padding-left: 20px;
	}

	#sec_footer .otpravit_a {
		margin-right: 37px;
	}

	.shuttle {
		display: none;
	}

	.row_sec_2 .left_col {
		margin-top: 0;
	}

	.contacts_row img {
		margin: 0 11px 85px 0;
	}

	.dropdown-toggle {
		padding: 4px 13px 6px 18px;
	}

	.contacts__icon--marginLeft {
		margin-left: 8px !important;
		margin-right: 15px !important;
	}
}

@media screen and (max-width: 1000px) {
	.dp_none_mob {
		display: none;
	}
	.col-lg-4.col-md-12.vuzImg {
		max-width: 33%;
	}
	.row--paddingBottomMobile {
		padding-bottom: 290px;
	}
}

@media screen and (max-width: 768px) {
	.container--marginBottomMobile {
		margin-bottom: 50px;
	}
	.burger {
		display: block;
	}
	.head_menu a {
		font-size: 10px;
	}

	.left_item,
	.right_item {
		display: none !important;
	}

	.big_planet {
		top: 11%;
		left: 46%;
		width: 50%;
	}

	.burger_menu {
		display: block !important;
	}

	.active_slide {
		height: 589px;
	}

	.big_logo {
		width: 100%;
	}

	.small_planet {
		width: 18%;
		top: 12%;
		left: 44%;
	}

	.big_logo_mob {
		margin-top: 120px;
	}

	.small_planet_div {
		right: 55%;
		top: 22%;
	}

	.head_row_2 {
		margin-top: 0;
	}

	.head_row_2 p {
		text-align: left;
	}

	.it_prostranstvo {
		background-position: 48% 25%;
	}

	.dp_none_mob {
		display: none;
	}

	.head_menu {
		display: none;
	}

	.dp_lg {
		display: block !important;
	}

	#sec_2 {
		background-size: inherit;
		margin-top: -326px;
	}

	#sec_2 > * [class^="col-"]:nth-child(odd) {
		padding-right: 15px;
	}

	#sec_2 > * [class^="col-"]:nth-child(even) {
		padding-left: 15px;
	}

	.row_sec_2 h3 {
		margin-bottom: 68px;
	}

	#sec_3 {
		background: url(/Content/img/bg_mob_sec3.png) no-repeat;
		position: relative;
		background-size: contain;
		background-position: right;
		z-index: 2;
		clip-path: inherit;
		-webkit-clip-path: inherit;
	}

	#sec_3 p {
		padding-top: 30px;
		font-size: 24px;
	}

	#sec_3 .mobile_app img {
		margin-top: 57px;
		width: auto;
	}

	.dot_btn {
		width: 30px;
		height: 31px;
	}

	#sec_3 > * {
		z-index: 0;
	}

	.mobile_app img {
		width: auto;
	}

	.mob_bg_phone {
		background: url(/Content/img/bg_mobile.png) no-repeat;
		position: absolute;
		background-size: contain;
		background-position: right;
		width: 100%;
		height: 100%;
		z-index: 2;
	}

	#sec_4 {
		z-index: 1;
		height: 1300px;
		background-size: inherit;
		margin-top: -278px;
		clip-path: polygon(-5% 20%, 100% 0, 100% 100%, 0 91%);
		-webkit-clip-path: polygon(-5% 20%, 100% 0, 100% 100%, 0 91%);
	}

	.planeta1_div {
		left: -200px;
	}

	#sec_6 {
		min-height: 1350px;
	}

	#sec_6 h3 {
		margin-top: 267px;
	}

	#sec_6 .main_text {
		padding-bottom: 20px;
	}

	#sec_5 .red_circle {
		position: relative;
		top: inherit;
		left: inherit;
		right: inherit;
		margin-bottom: 44px;
	}

	#sec_5 h3 {
		margin-top: 60px;
	}

	#sec_7 {
		height: inherit;
		padding-bottom: 225px;
		margin-top: -296px;
	}

	#sec_7 h3 {
		margin-top: 180px;
	}

	#sec_7 p {
		margin-top: 15px;
	}

	#sec_7 .red_circle {
		top: 48px;
	}

	#sec_footer {
		margin-top: -234px;
	}

	#sec_footer label {
		float: inherit;
	}

	#sec_footer .otpravit_a {
		margin-left: 0;
	}

	.red_circle {
		right: 6%;
	}

	#sec_9 h3 {
		margin-top: 1174px;
	}

	#sec_9 .red_circle {
		top: 1079px;
		left: 0;
	}

	#sec_10 h3 {
		margin-top: 287px;
	}

	#sec_10 {
		min-height: 1250px;
	}

	.owl_left_arrow,
	.owl_right_arrow {
		top: 260px;
	}

	.owl_right_arrow {
		left: 179px;
	}

	.owl_left_arrow {
		left: 140px;
	}

	.astronav {
		display: none;
	}

	#sec_footer {
		margin-top: -272px;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	.my_carousel {
		height: 727px;
		margin-top: 160px;
		margin-bottom: 30px;
	}

	.set_typo {
		margin-top: 46px;
	}

	.row_top {
		margin-top: 50px;
	}

	#sec_footer .otpravit_a {
		float: left;
		margin-left: 150px;
	}

	.primeri_row img {
		margin: 0 21px 38px 41px;
	}

	#sec_footer .form_label {
		display: none;
	}

	.input_div {
		text-align: inherit;
		margin-top: 0;
	}

	#sec_footer input[type="text"],
	input[type="email"] {
		margin-top: 20px;
		float: inherit;
		width: 100%;
		margin-left: 0;
	}

	.contacts_row img {
		margin: 0 11px 35px 0;
	}

	.soc_row {
		margin-top: 0;
	}

	.logo_row {
		margin-top: 35px;
	}

	.circle_arrow_shadow {
		top: -148px;
	}

	#sec_9 {
		margin-top: -350px;
	}

	.my_carousel .container {
		padding: 0;
	}

	.fixed_button_up {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#sec_footer label {
		width: 100%;
	}

	.red_circle {
		display: none;
	}

	#sec_7 {
		min-height: 1296px;
		margin-top: -343px;
	}

	#sec_7 h3 {
		margin-top: 114px;
	}

	.icons_row img {
		width: 66px;
		margin-right: 12px;
	}

	.icons_row p {
		font-size: 14px;
	}

	#sec_footer input[type="text"] {
		width: 100%;
		height: 40px;
		border-radius: 20px;
		background-color: #fff;
		margin-left: 0;
		padding-left: 20px;
	}

	#sec_3 h3 {
		margin-top: 100px;
		font-size: 28px;
	}

	body h3 {
		font-size: 28px;
	}

	#sec_3 .mobile_app img {
		margin-top: 25px;
	}

	#sec_4 {
		margin-top: -305px;
	}

	#sec_4 h3 {
		margin-bottom: 30px;
	}

	.icon_row p {
		margin-top: 10px;
	}

	.circle_arrow_shadow {
		top: -152px;
		box-shadow: inset 0 0 23px rgba(249, 53, 53, 0.6), 0 0 117px #f93535;
	}

	.text_red_circle_arrow {
		right: inherit;
		top: -61px;
		left: 353px;
	}

	#sec_8 h3 {
		margin-top: 110px;
	}

	#sec_8 .p_border {
		margin-top: 20px;
	}

	.primeri_row {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.planeta2_div {
		/* height: 466px */
	}

	.set_typo {
		margin-top: 40px;
	}

	#sec_9 h3 {
		margin-top: 980px;
	}

	#sec_9 .p_border {
		margin-top: 20px;
	}

	.smallplanet2_div {
		display: none;
	}

	.planeta2_div {
		display: none;
	}

	#sec_10 h3 {
		margin-top: 210px;
		font-size: 45px;
	}

	.owl_right_arrow {
		left: 273px;
		top: 237px;
	}

	.owl_left_arrow {
		left: 236px;
		top: 237px;
	}

	#sec_10 p:nth-child(3) {
		margin-top: 20px;
	}

	#sec_10 .p_border {
		margin-bottom: 33px;
		margin-top: 30px;
	}

	#sec_6 {
		min-height: 1542px;
	}

	#sec_5 .red_button {
		margin-left: 49px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 580px) {
	.slider_item.active_slide.container {
		height: 195px;
	}
	.col-lg-4.col-md-12.vuzImg {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.row--paddingBottomMobile {
		padding-bottom: 0px;
	}
	.new__item {
		left: 0;
	}
	body p {
		font-size: 15px;
		padding-left: 20px;
	}

	body h3 {
		padding-left: 20px;
	}

	.cms_ruward_p {
		padding-left: 15px !important;
	}

	#header {
		clip-path: polygon(0 0, 100% 0, 100% 89%, 0 99%);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 89%, 0 99%);
		height: 863px;
	}

	#header p {
		padding-left: 0;
	}

	.head_menu {
		display: none;
	}

	.head_row_2 {
		padding-top: 20px;
	}

	.head_row_2 p {
		font-size: 19px;
	}

	.my_carousel {
		margin-top: 50px;
		height: 400px;
		margin-bottom: 0;
	}

	.circle_arrow_shadow,
	.text_red_circle_arrow {
		display: none;
	}

	.small_planet {
		width: 37%;
		top: 10%;
		left: 23%;
	}

	.active_slide {
		height: 300px;
	}

	.it_prostranstvo {
		background-position: 82% -17%;
	}

	.big_planet {
		top: 11%;
		left: 26%;
		width: 86%;
	}

	.big_planet_div {
		width: 350px;
		height: 350px;
	}

	.small_planet_div {
		top: 16%;
	}

	.planeta2_div {
		display: none;
	}

	.useless_image {
		display: none;
	}

	#sec_2 {
		padding-bottom: 310px;
	}

	.row_sec_2 h3 {
		margin-bottom: 10px;
		font-size: 38px;
		padding-left: 22px;
	}

	.my_carousel .container {
		display: flex;
		justify-content: center;
	}

	.row_sec_2 .text_block {
		padding: 10px 0 14px 34px;
		font-size: 20px;
	}

	#sec_3 {
		background-size: cover;
		height: 856px;
		overflow: hidden;
	}

	#sec_3 p {
		padding-top: 0;
		font-size: 16px;
		padding-left: 28px;
		line-height: 32.01px;
	}

	#sec_3 h3 {
		margin-top: 110px;
		font-size: 22px;
	}

	#sec_4 {
		margin-top: -411px;
		height: 1510px;
		background-size: cover;
		clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 91%);
		-webkit-clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 91%);
	}

	#sec_4 h3 {
		margin-top: 400px;
		padding-left: 18px;
	}

	#sec_4 .icon_row img {
		text-align: center;
	}

	#sec_4 .magic {
		font-size: 30px;
	}

	#sec_5 {
		margin-top: -336px;
	}

	#sec_5 h3 {
		margin-top: 25px;
		margin-bottom: 26px;
	}

	#sec_6 {
		padding-bottom: 345px;
		clip-path: polygon(-5% 5%, 100% 0, 105% 89%, 0 85%);
		-webkit-clip-path: polygon(-5% 5%, 100% 0, 105% 89%, 0 85%);
	}

	#sec_6 h3 {
		margin-top: 153px;
	}

	#sec_7 {
		margin-top: -390px;
		height: auto;
	}

	#sec_7 p {
		margin-top: 18px;
	}

	#sec_7 h3 {
		margin-top: 200px;
	}
	#sec_7 .icon_div {
		margin-left: 0;
		top: 0;
	}
	#sec_8 .p_border {
		margin-top: 0;
	}

	#sec_8 h3 {
		margin-top: 90px;
		margin-bottom: 30px;
	}

	#sec_9 {
		padding-bottom: 120px;
	}

	#sec_9 .red_circle {
		top: 981px;
		left: 203px;
	}

	#sec_9 h3 {
		margin-top: 720px;
	}

	#sec_9 .p_border {
		margin-top: 40px;
	}

	#sec_10 {
		margin-top: -130px;
		background-color: #fff;
		padding-bottom: 315px;
		clip-path: polygon(-5% 5%, 100% 3%, 101% 100%, -11% 83%);
		-webkit-clip-path: polygon(-5% 5%, 100% 3%, 101% 100%, -11% 83%);
	}

	#sec_10 h3 {
		font-size: 40px;
		margin-top: 100px;
	}

	#sec_10 .p_border {
		margin-top: 38px;
	}

	#sec_10 .container {
		padding-bottom: 0;
	}

	.owl_left_arrow {
		left: 182px;
	}

	.owl_right_arrow {
		left: 220px;
	}

	.astronav {
		display: none;
	}

	#sec_footer {
		margin-top: -329px;
		min-height: 1166px;
	}

	#sec_footer input {
		width: 100%;
		margin-left: 0;
	}

	#sec_footer .otpravit_a {
		float: left;
		margin-left: 5px;
	}

	.download_button {
		font-size: 13px;
	}

	.primeri_row {
		margin-top: 0;
		margin-bottom: 15px;
	}

	.row_top {
		padding-top: 20px;
	}

	.planeta3_div {
		left: -354px;
		top: -399px;
	}

	.smallplanet2_div {
		left: -23px;
		top: -53px;
	}

	.red_circle {
		display: none;
	}

	.planeta3_div {
		display: none;
	}

	.soc_row {
		margin-top: 0;
	}

	#sec_footer h3 {
		margin-top: 90px;
	}

	.useless_image {
		top: -35px;
	}

	.row_top {
		margin-top: 18px;
	}

	.big_p {
		font-size: 19px;
	}

	#sec_3 .mobile_app img {
		margin-top: 16px;
		width: 100%;
	}

	.dot_btn {
		width: 20px;
		height: 21px;
	}

	.row_sec_2 p br {
		display: none;
	}

	.planeta1_div {
		left: -193px;
		top: -78px;
	}

	#sec_footer h3 {
		font-size: 42px;
	}

	#sec_4 .icon_row {
		margin-bottom: 3px;
	}
}

@media screen and (max-width: 435px) {
	.download_button {
		margin-left: 25px;
		font-size: 11px;
	}

	#sec_8 {
		height: 1090px;
	}

	#sec_9 h3 {
		margin-top: 900px;
	}
}

@media screen and (max-width: 400px) {
	.primeri_row img {
		float: unset;
	}

	#sec_8 {
		height: 1190px;
	}
}

@media screen and (max-width: 405px) {
	.mobile_app img {
		width: 100%;
	}

	#sec_footer input {
		width: 100%;
		margin-left: 0;
	}

	#sec_3 p {
		font-size: 18px;
	}

	#sec_9 h3 {
		margin-top: 900px;
	}

	.download_button {
		font-size: 11px;
	}

	.owl_left_arrow {
		left: 147px;
	}

	.owl_right_arrow {
		left: 184px;
	}

	.my_carousel {
		margin-top: 180px;
	}

	.it_prostranstvo {
		background: inherit;
	}

	.head_row_2 p {
		font-size: 18px;
	}

	.mobile_menu {
		margin-top: -13px;
	}

	#sec_3 h3 {
		margin-top: 88px;
		font-size: 16px;
		margin-bottom: 14px;
		padding-left: 12px;
	}

	#sec_3 p,
	#sec_5 p,
	#sec_6 p,
	#sec_7 p {
		font-size: 14px;
		padding-left: 12px;
		line-height: 30.01px;
	}

	#sec_5 h3 {
		padding-left: 10px;
	}

	#sec_6 h3,
	#sec_7 h3 {
		padding-left: 14px;
		margin-bottom: 18px;
	}

	.download_button {
		margin-left: 10px;
	}

	.ul_razrabativaem li {
		margin-left: 44px;
	}

	h3:before {
		left: -8px;
	}
}

@media screen and (max-width: 380px) {
	#sec_9 h3 {
		margin-top: 910px;
	}

	#sec_8 {
		height: 1290px;
	}
}

@media screen and (max-width: 360px) {
	#sec_9 h3 {
		margin-top: 960px;
	}

	#sec_8 {
		height: 1350px;
	}
}

@media screen and (max-width: 350px) {
	#sec_9 h3 {
		margin-top: 865px;
	}

	#sec_8 {
		height: 1400px;
	}
}

@media screen and (max-width: 340px) {
	#sec_9 h3 {
		margin-top: 865px;
	}

	#sec_8 {
		height: 1450px;
	}
}

@media screen and (max-width: 330px) {
	body h3 {
		font-size: 23px;
	}

	.big_logo_mob {
		margin-top: 135px;
	}

	#header {
		height: 913px;
	}

	#sec_8 {
		height: 1550px;
	}

	#sec_10 h3 {
		font-size: 41px;
	}

	#sec_footer h3 {
		font-size: 49px;
	}

	#sec_footer input {
		width: 286px;
		margin-left: 0;
	}

	#sec_4 h3 {
		margin-bottom: 40px;
	}

	#sec_4 {
		margin-top: -424px;
	}

	#sec_4 .magic {
		font-size: 37px;
	}

	#sec_5 {
		margin-top: -260px;
	}

	.download_button {
		font-size: 9px;
	}

	#sec_footer .city_a a {
		margin-left: 0;
		padding-right: 38px;
		padding-left: 38px;
	}

	.soc_row img {
		margin-left: 10px;
	}

	.mobile_menu {
		margin-left: 0 !important;
		margin-top: -20px;
	}

	.owl_left_arrow {
		left: 121px;
	}

	.owl_right_arrow {
		left: 159px;
	}

	.it_prostranstvo {
		padding-bottom: 30px;
	}

	#sec_3 {
		height: 715px;
	}

	#sec_7 h3 {
		margin-top: 214px;
		padding-left: 13px;
	}

	#sec_8 {
		height: 1475px;
	}

	.saratov {
		margin-top: 20px;
	}

	#sec_9 h3 {
		margin-top: 905px;
	}
}

.copyright {
	margin-top: 40px;
	margin-bottom: 40px;
}

.form_row {
	position: relative;
}

.ty_div {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}

#form_modal .ty_div p {
	color: #000;
	padding-left: 0;
}

#form_modal .ty_div {
	top: 34%;
}

.qr_image {
	width: 150px;
	height: 150px;
}

#sec_footer a:hover {
	text-decoration: none;
}

#sec_footer .btn_animation {
	transform: translate(0, 0);
	text-decoration: none;
	transition: 0.5s;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

#sec_footer .btn_animation::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f43e36;
	z-index: -1;
	transform: scaleX(0);
	border-radius: 50px;
	transform-origin: right;
	transition: transform 0.5s ease-in-out;
	border: 1px solid #f43e36;
}

#sec_footer .btn_animation::after {
	border: 1px solid #f43e36;
}

#sec_footer .btn_animation:hover::before {
	transform: scaleX(1);
	transform-origin: left;
	border: 1px solid #f43e36;
}

#sec_footer .btn_animation:hover {
	border: 1px solid #f43e36;
}

.fixed_button_up {
	position: fixed;
	top: 88%;
	left: 94%;
	background: url(/Content/img/up-arrow.png) no-repeat;
	width: 53px;
	height: 53px;
	z-index: 20;
}

#form_modal .checkbox {
	margin-top: 0px;
}

.checkbox {
	margin-left: auto;
	margin-top: 30px;
	display: grid;
	grid-template-columns: auto minmax(0px, 1fr);
	gap: 8px;
	align-items: flex-start;

	justify-self: end;
	max-width: 540px;
}
.checkbox__element {
	grid-area: 1/1/-1/-1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 !important;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	flex-shrink: 0;
	background: #ffffff40;
	border: 1px solid #96949c;

	width: 16px !important;
	height: 16px !important;
	cursor: pointer;
	transition: all 0.38s ease-in-out;
	border-radius: 25px !important;

	transform: translateY(2px) !important;
}
.checkbox__element:checked {
	border: #f43e36;
	background-size: 8px !important;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml,<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.40124 1.98608C7.73121 1.65695 7.73121 1.12243 7.40123 0.793305C7.07247 0.465393 6.54035 0.465381 6.21157 0.793279L3.57742 3.42039L1.78676 1.63452C1.45799 1.30662 0.925859 1.30663 0.597095 1.63455C0.267117 1.96367 0.267114 2.49819 0.597087 2.82732L2.87123 5.09564C3.26154 5.48495 3.8933 5.48496 4.28362 5.09565L7.40124 1.98608Z" fill="white"/></svg>');
	background-color: #f43e36;
}
.checkbox__label {
	padding-left: 24px !important;
	grid-area: 1/1/-1/-1;
	color: #96949c;

	font-weight: 400;
	font-size: 11px;
	line-height: 1.5;
}

.checkbox__label > * {
	color: #96949c;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.5;

	padding: 0 !important;
}
.checkbox__label a {
	color: #e01e2e;
	transition: all 0.38s ease-in-out;
}

.checkbox__label a:hover {
	text-decoration: unset;
	color: #ff4858 !important;
}

@media screen and (max-width: 1024px) {
	.checkbox {
		max-width: 424px;
	}
}

@media screen and (max-width: 768px) {
	.checkbox {
		max-width: 100%;
	}
}

.button_modal {
	width: 100%;
	border-radius: 58px;
	text-align: center;
	min-height: 50px;
	background-color: #f43e36;
	color: white;
	transition: all 0.38s ease-in-out;
	cursor: pointer;

	border: unset;
	outline: unset;
}
