@font-face {
	font-family: "Agrandir-Regular";
	src: url("../fonts/Agrandir-Regular.otf");
	src: url("../fonts/Agrandir-Regular.ttf?#iefix") format("embedded-opentype"), url("../fonts/Agrandir-Regular.woff") format("woff"), url("../fonts/Agrandir-Regular.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Agrandir-Regular";
  src: url("../fonts/Agrandir-Regular.otf");
  src: url("../fonts/Agrandir-Regular.otf?#iefix") format("embedded-opentype"), url("../fonts/Agrandir-Regular.woff") format("woff"), url("../fonts/Agrandir-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background: #0943AC;
	color: #fff;
}

::selection {
	background: #0943AC;
	color: #fff;
}

::-moz-selection {
	background: #0943AC;
	color: #fff;
}

body {
	font-family: "Agrandir-Regular", sans-serif;
	background: #ffffff;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 60px;
	height: 120px;
	background-color: #1b4142;
}

a {
	text-decoration: none;
	color: white;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

p {
	margin-top: 0;
	margin-bottom: 15px;
}

img {
	max-width: 100%;
}

section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	overflow-y: auto;
	margin-top: 120px;
	position: relative;
	height: calc(100vh - 120px);
}

h2 {
	font-size: 58px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	margin-bottom: 0;
	margin-top: 0;
}

.custom-select {
	display: block;
	font-size: 16px;
	color: #707070;
	width: 100%;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	border: none;
	background-color: transparent;
	outline: 0px;
}

.custom-select::-ms-expand {
	display: none;
}

.custom-select:hover {
	border: none;
}

.custom-select:focus {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0px;
}

.custom-select:focus-visible {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0px;
}

.custom-select option {
	padding: 10px;
}

*[dir=rtl] .custom-select, :root:lang(ar) .custom-select, :root:lang(iw) .custom-select {
	background-position: left 0.7em top 50%, 0 0;
	padding: 0.6em 0.8em 0.5em 1.4em;
}

.lang-select {
	width: 77px;
}

.dis-none {
	display: none;
}

.overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.anim-d-1 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.anim-d-2 {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.anim-d-3 {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.anim-d-4 {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.anim-d-5 {
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
}

.anim-d-6 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.mb0 {
	margin-bottom: 0 !important;
}

.burger-menu {
	width: 30px;
	height: 30px;
	display: none;
	position: relative;
	z-index: 99;
}

.burger-menu span {
	width: 100%;
	height: 3px;
	background-color: white;
	;
  position: absolute;
	top: 12px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.burger-menu span:before {
	content: "";
	position: absolute;
	top: -8px;
	width: 100%;
	height: 3px;
	background-color: white;
	;
  -webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.burger-menu span:after {
	content: "";
	position: absolute;
	top: 8px;
	width: 100%;
	height: 3px;
	background-color: white;
	;
  -webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.burger-menu.active span {
	background-color: transparent;
}

.burger-menu.active span:before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 0;
}

.burger-menu.active span:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 0;
}

.pl-big {
	padding-left: 60px;
}

.logo {
	padding-top: 10px;
	max-width: 10%;
	min-width: 200px;
}

.menu a {
	margin-right: 40px;
	font-size: 16px;
	position: relative;
}

.menu a.active {
	font-weight: 800;
	color: white;
}

.menu a.active:after {
	content: "";
	display: block;
	position: absolute;
	width: 42px;
	background: white;
}

.menu a:after {
	content: "";
	width: 0px;
	height: 2px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	bottom: -5px;
	left: calc(50% - 21px);
}

.menu a:hover {
	color: white;
}

.menu a:hover:after {
	content: "";
	display: block;
	position: absolute;
	width: 42px;
	background: white;
}

.menu a:last-child {
	margin-right: 0;
}

.well-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 100%;
}

.well-wrap__col {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgb(9 18 17);
	flex-direction: column;
}

.well-wrap__col img {
	position: absolute;
	right: 58%;
}

.well-wrap__text h2 {
	color: #ec6037;
	font-size: 33px;
	margin-left: 8%;
	margin-bottom: 15px;
	margin-top: 10px;
}

.well-sub__hed {
	color: #029C5D;
	font-size: 24px;
}

h1 {
	font-size: 95px;
	font-family: "Agrandir-Regular";
	margin-top: 0;
	color: white;
}

p {
	font-size: 27px;
	color: white;
}

.well-wrap__col h1 {
	margin-right: auto;
	margin-left: 8%;
}

.green_bg {
	position: absolute;
	width: 5%;
	height: 100%;
	background: #183f37;
	top: 0;
	left: 0;
}

.radius-green-abs {
	border-radius: 50%;
	position: absolute;
	background-color: #183f37;
	width: 200px;
	height: 200px;
	bottom: 10px;
	left: -50px;
}

.well-img {
	position: relative;
	background-image: url(../img/Vector.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
}

.well-img img {
	width: 100%;
}

.services-text p, .services-text h2 {
	color: white;
}

.black_bg {
	position: absolute;
	width: 25%;
	height: 100%;
	background: #141414;
	top: 0;
	right: 0;
}

h2 {
	font-family: "Agrandir-Regular";
}

.about-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.about-row__img {
	width: 40%;
}

.about-row__img img {
	height: 100%;
}

.about-row__text {
	width: 60%;
	padding-left: 100px;
	padding-right: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.about2 {
	padding-top: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.about-row2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #141414;
}

.about-row2__text {
	width: 70%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 90px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.about-row2__img {
	width: 30%;
}

.col-green {
	padding-right: 50px;
}

.green-line {
	width: 56px;
	height: 9px;
	background: white;
	;
  margin-bottom: 20px;
}

.block-round p {
	font-size: 21px;
	color: #292929;
}

p.head-r {
	font-size: 32px;
}

.why-wrap__big {
	max-width: 1800px;
}

.text-left {
	margin-bottom: 60px;
}

.process {
	width: 33%;
	padding-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.round-circle {
	width: 360px;
	height: 360px;
	background: #ECECEC;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.round-bot {
	position: absolute;
	background: #141414;
	height: 50%;
	width: 100%;
	top: 0;
	left: 0;
}

.round-num {
	width: 200px;
	height: 200px;
	background: white;
	position: relative;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.big-num {
	font-size: 150px;
	color: #E8E8E8;
	font-family: "Agrandir-Regular";
	font-weight: bold;
}

.work .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1800px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.process-text {
	text-align: center;
	margin-bottom: 30px;
}

.process.invert {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.process-text p {
	font-size: 21px;
}

.process.invert .process-text {
	margin-bottom: 0;
	margin-top: 30px;
}

.round-circle.green-c .round-bot {
	background: white;
	;
    bottom: 0;
	top: auto;
}

.process-arrow {
	margin-top: -35px;
}

.process-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.process-img.invert .process-arrow {
	margin-bottom: -35px;
	margin-top: auto;
}

.process.invert .process-img {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.process-text p.head-r {
	font-size: 32px;
}

.well-wrap__text {
	padding-right: 20px;
	padding-left: 20px;
	max-width: 100%;
}

.struct {
	margin-top: 10px;
}

.proc2 {
	margin-top: 10px;
}

.table_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

.flex_center {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.table_img {
	background-image: url(../img/tableimg.png);
	position: absolute;
	width: 50vh;
	height: 50vh;
	background-size: cover;
	bottom: 0;
}

.table_radius {
	position: relative;
	width: 100%;
	height: 100%;
}

.radius-green-abs2 {
	border-radius: 50%;
	position: absolute;
	background-color: white;
	;
  width: 200px;
	height: 200px;
	top: calc(50% - 100px);
	right: 0;
}

.table_coll h1 {
	font-family: "Agrandir-Regular";
	font-size: 62px;
	color: #183f37;
	text-transform: none;
	line-height: 1;
}

.table_coll h1 span {
	display: block;
	font-family: "Agrandir-Regular";
	font-size: 89px;
	color: white;
	;
}

.list_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.list_numb {
	width: 80px;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #183f37;
	font-family: "Agrandir-Regular";
	color: white;
	font-size: 22px;
	margin-right: 40px;
}

.list_item span {
	font-family: "Agrandir-Regular";
	color: white;
	;
  font-size: 30px;
}

.about_cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.table_img--about {
	background-image: url(../img/about_comp.png);
	right: 0;
	width: 35vh;
	height: 35vh;
}

.about_img {
	width: 50%;
}

.about_img_wrap {
	max-width: 650px;
	position: relative;
	padding: 50px;
}

.about_img_wrap img {
	position: relative;
	z-index: 9;
}

.green_half {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50%;
	overflow: hidden;
}

.green_half1 {
	background: #183f37;
	width: 50%;
	height: 100%;
}

.about_text {
	width: 80%;
	position: relative;
	color: white;
	z-index: 9;
	text-align: center;
}

.green_h1 {
	font-size: 57px;
	font-family: "Agrandir-Regular";
	color: white;
	;
  text-transform: none;
	margin-bottom: 10px;
}

.about_text p {
	font-family: "Agrandir-Regular";
	font-size: 27px;
	max-width: 550px;
	color: white;
	line-height: 1.4;
}

.green_btn {
	background: #183f37;
	padding: 7px 25px 18px;
	border-radius: 5px;
	color: white;
	margin-top: 40px;
	display: block;
	max-width: 180px;
	text-align: center;
	font-family: "Agrandir-Regular";
}

.green_btn:hover {
	background: white;
	;
}

.mission {
	background-image: url(../img/picture1.png);
	background-repeat: no-repeat;
	background-size: 70%;
}

.our {
	width: 33.33%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px;
	background-color: #acd2e5;
}

.our_green_text {
	background-color: #acd2e5;
}

.our_green_text h1,.our_white_text h1 {
	margin-bottom: 25px;
}

.our_green_text p,.our_green_text h1 {
	color: white;
}

.our_green_text p {
	font-size: 21px;
	max-width: 400px;
	text-align: justify;
	margin-bottom: 30px;
	line-height: 1.4;
}

.our_white_text p {
	font-size: 21px;
	max-width: 400px;
	color: black;
	text-align: justify;
	margin-bottom: 30px;
	line-height: 1.4;
}

.our_img {
	background-color: #1d3c4c;
	background-size: cover;
	background-position: center;
}

.having {
	background-image: url(../img/having.png);
	background-size: cover;
	background-position: center;
}

.having .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.round_big_green {
	position: relative;
}

.white_h1 {
	color: white;
}

.round_year {
	width: 200px;
	height: 200px;
	background: #183f37;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.round_year p {
	font-family: "Agrandir-Regular";
	font-size: 45px;
	color: white;
	;
  margin-bottom: 0;
}

.having_text {
	background: white;
	;
    border-radius: 50%;
	aspect-ratio: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	min-width: 550px;
	position: relative;
	z-index: 9;
}
.choose_us {
  background-image: url(../img/about_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.having_year {
	position: absolute;
	right: -75px;
	bottom: -75px;
}

.why_text {
	font-size: 57px;
	font-family: "Agrandir-Regular";
	color: white;
	;
    text-transform: none;
}

.why_year {
	position: absolute;
	left: -20px;
	bottom: 80px;
	z-index: 9;
}

.why_round_year {
	width: 200px;
	height: 200px;
	background: white;
	;
  border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.why_round_year p {
	font-family: "Agrandir-Regular";
	font-size: 45px;
	color: white;
}

.why_img {
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	width: 100%;
}

.company_structure {
	padding-top: 0;
}

.structure_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding-left: 90px;
	margin-bottom: 15px;
}

.structure_head span {
	background: #183f37;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Agrandir-Regular";
	font-size: 23px;
	color: white;
	margin-right: 30px;
	position: absolute;
	left: 0;
}

.structure_head h2 {
	font-size: 22px;
	font-family: "Agrandir-Regular";
	color: white;
	;
  position: relative;
}

.struct_row {
	margin-bottom: 30px;
}

.struct_row p {
	font-size: 21px;
	font-family: "Agrandir-Regular";
	color: black;
	padding-left: 15%;
	text-align: justify;
	margin-bottom: 0;
}

.struct_numb {
	padding-left: 7.5%;
}

.struct_wrap {
	max-width: 75%;
	margin-left: auto;
	margin-right: 0;
	width: 75%;
	margin-top: 90px;
}

.struct_wrap .struct_row:last-child {
	margin-bottom: 0;
}

.company_img {
	width: 25%;
	position: relative;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.company_round {
	position: relative;
}

.h1_abs {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.h1_abs h1 {
	margin-bottom: 0;
	color: white;
	font-size: 45px;
	text-align: center;
	text-transform: none;
}

.container.comp_struct {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1280px;
}

.green_back {
	position: absolute;
	width: 200%;
	height: 300%;
	background: #183f37;
	-webkit-transform: translate(-75%, -45%);
	-ms-transform: translate(-75%, -45%);
	transform: translate(-75%, -45%);
}

.rownd_border {
	position: absolute;
	border: 7px solid #183f37;
	width: 130%;
	height: 130%;
	border-radius: 50%;
	top: -15%;
	left: -15%;
}

.head_lower span {
	bottom: -50px;
}

.cont_img {
	-webkit-transform: translateX(45%);
	-ms-transform: translateX(45%);
	transform: translateX(45%);
	max-width: 90%;
}

.get_touch {
	background-color: #183f37;
}

.cont_text {
	color: white;
	font-size: 78px;
	font-family: "Agrandir-Regular";
	margin-bottom: 25px;
}

.separate {
	width: 200px;
	height: 15px;
	background: white;
	margin-bottom: 40px;
}

.message {
	margin-bottom: 25px;
}

.message p, .message a {
	font-size: 25px;
	font-family: "Agrandir-Regular";
	color: white;
}

p.message_head {
	font-size: 29px;
	font-family: "Agrandir-Regular";
	color: white;
	margin-bottom: 5px;
}

.whydeepro {
	display: block;
}

.whydeepro h1 {
	text-align: center;
	font-size: 70px;
	margin-bottom: 35px;
}

.snake_row_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.snake_wrap {
	background-image: url(../img/snake.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.snake_row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.snake_row.row_revers {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.snake_col {
	width: 33%;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

.snake_col h2 {
	font-size: 26px;
	font-family: "Agrandir-Regular";
	color: white;
	;
}

.snake_col p {
	font-size: 18px;
	font-family: "Agrandir-Regular";
	max-width: 370px;
	margin: auto;
}

.round_ico {
	width: 170px;
	height: 170px;
	background: #183f37;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
	margin: auto;
	margin-top: 30px;
}

.round_ico img {
	max-width: 78px;
}

.snake_wrap .container {
	max-width: 1850px;
	padding-right: 15px;
	padding-left: 15px;
}

.container {
	max-width: 1850px;
	padding-right: 15px;
	padding-left: 15px;
}

.whydeepro {
	display: block;
	padding-top: 30px;
}

.snake_row_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: -70px;
}

.snake_row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: 95.2%;
	max-width: 95.2%;
	margin-left: auto;
	margin-bottom: -7px;
	margin-top: 70px;
}

.snake_row.row_revers {
	max-width: 95.2%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-right: auto;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: -195px;
}

.snake_row.row_revers .snake_col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.snake_row.row_revers .snake_col h2 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.snake_row.row_revers .snake_col .round_ico {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-top: 50px;
}

.snake_row.row_revers .snake-text {
	margin-top: 40px;
}

.snake_col {
	width: 30%;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.snake_col p {
	font-size: 18px;
	font-family: "Agrandir-Regular";
	max-width: 370px;
	margin: auto;
	min-height: 150px;
}

.snake_col h2 {
	font-size: 26px;
	font-family: "Agrandir-Regular";
	color: white;
	;
  margin-bottom: 20px;
}

.round_ico {
	width: 150px;
	height: 150px;
	background: #183f37;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 0;
}

.row_revers .round_ico {
	background: white;
	;
}

.wellcome {
	padding-top: 0;
	overflow: hidden;
}

.choose_cont {
	display: flex;
	margin-top: 15px;
}

.cont_place p {
	font-size: 24px;
}

.choose_cont h1 {
	width: 50%;
	font-size: 70px;
}

.cont_place {
	width: 50%;
}

.content_stat {
	display: flex;
}

.text_stat {
	padding-right: 45px;
}

.well-wrap__text p {
	font-size: 27px;
	color: white;
	text-align: justify;
}

.company_structure {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #1d3c4c;
}

.comp_text {
	margin-bottom: 40px;
}

.block_col_3 {
	display: flex;
	justify-content: center;
	background-color: #181d28;
	width: 100%;
	margin-bottom: 40px;
}

.block_col {
	background-color: #acd2e5;
	width: 455px;
	padding: 30px;
	text-align: center;
}

.block_col h2 {
	color: #1d3c4c;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
}

.block_col p {
	color: #1d3c4c;
}

.green_col {
	background-color: #1d3c4c;
}

.green_col h2, .green_col p {
	color: white;
}

.traengl {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.company_structure h1 {
	color: white;
}

.triengl1 {
	background-image: url(../img/black.png);
	background-size: 80% 150%;
	background-position: left center;
}

.triengl2 {
	background-image: url(../img/blueberd.png);
	background-size: 80% 150%;
	background-position: left 100%;
}

p.step1 {
	max-width: 400px;
}

.mission {
	background-image: url(../img/picture1.png);
	background-repeat: no-repeat;
}

.about_right {
	justify-content: flex-end;
	text-align: right;
}

.prod_left_back {
	background-image: url(../img/black2.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 50%;
	height: 100%;
}

.about_right1 p {
	margin-left: auto;
	text-align: justify;
}

.right_prod_cont {
	justify-content: center;
	display: flex;
	flex-direction: column;
	width: 50%;
	background-image: url(../img/anta.png);
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
}

.prod_serv {
	display: flex;
	align-items: center;
	color: white;
	text-align: left;
	max-width: 700px;
	justify-content: space-between;
}

.prods {
	width: 50%;
	max-width: 285px;
}

.servc {
	width: 50%;
	max-width: 265px;
}

.prod_serv p {
	font-size: 17px;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 20px;
}

.prod_serv li {
	padding: 5px;
}

.prod_serv h2 {
	color: #ec6037;
	font-size: 35px;
}

.prod_serv img {
	width: 35px;
}

.h2img {
	align-items: center;
	display: flex;
	border: 1px solid;
	border-color: #ec6037;
	border-radius: 50px;
	padding: 7px 20px;
	justify-content: space-between;
}

.prod_service {
	display: flex;
	width: 100%;
	background-color: black;
	overflow: hidden;
}

.contact_us {
	flex-direction: column;
	background-color: black;
}

.contact_head {
	width: 100%;
	text-align: left;
	min-height: 40vh;
	display: flex;
	align-items: center;
	margin-top: 70px;
}

.contact_head h1 {
	font-weight: bold;
	color: #ffffff;
	font-size: 179px;
}

.cont_cont_einer {
	max-width: 1750px;
	padding-right: 5%;
	padding-left: 5%;
	background-image: url(../img/about_img.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
}

.cont_ent {
	max-width: 1200px;
}

.cont_pict {
	display: flex;
	height: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	justify-content: space-between;
	max-width: 1200px;
}

.cont_col_pict {
	background-color: #acd2e5;
	width: 23%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.choose_us {
	background-color: black;
	justify-content: center;
	display: flex;
}

.whychooseus {
	margin-top: 15px;
	max-width: 1650px;
}

.cont_place span {
	color: #ec6037;
	font-size: 50px;
}

.cont_col_pict img {
	top: 0;
	position: absolute;
	transform: translate(0, -50%);
}

.cont_col_pict a {
	font-size: 32px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.whyb {
	background-image: url(../img/anta.png);
	background-size: 52%;
	background-repeat: repeat;
	background-position: right;
	padding-top: 0;
	background-color: rgb(28 56 52);
}

.anta_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.anta_text img {
	width: 40%;
}

.text_alta {
	font-family: "Agrandir-Regular";
	font-size: 109px;
	color: #acd2e5;
	margin-bottom: 30px;
}

.qual {
	background-image: url(../img/qual.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 33%;
}

.qual_col {
	width: 67%;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.qual_qube {
	background-color: #467BC4;
	width: calc(50% - 2.5px);
	padding: 30px;
	text-align: center;
	padding-right: 70px;
	padding-left: 70px;
}

.qual_qube h2 {
	font-family: "Agrandir-Regular";
	font-weight: bold;
	font-size: 45px;
	margin-bottom: 20px;
	color: #364863;
}

.qual_qube p {
	text-align: justify;
	font-family: "Agrandir-Regular";
	font-size: 27px;
	color: #364863;
}

.qube_white h2 {
	color: white;
}

.qube_white p {
	color: white;
}

.qual_col .qual_qube:nth-child(1) {
	background-color: #364863;
}

.qual_col .qual_qube:nth-child(2) {
	background-color: #d7e9f5;
}

.qual_col .qual_qube:nth-child(3) {
	background-color: #66809f;
}

.qual_col .qual_qube:nth-child(4) {
	background-color: #a1bdd7;
}

.tech_mak {
	background-image: url(../img/techmak.png);
	background-size: cover;
	background-repeat: no-repeat;
	align-items: center;
}

.black_podlojk {
	background-color: #161b25bd;
	padding: 5%;
}

.black_podlojk p {
	font-size: 48px;
	text-align: center;
}

.cont_pict .cont_col_pict:nth-child(2) {
	background-color: #1d3c4c;
}

.cont_pict .cont_col_pict:nth-child(3) {
	background-color: #1d3c4c;
}

@media (max-width: 1600px) {
	.arr-text {
		max-width: 130px;
		font-size: 14px;
	}

	.arr-ico {
		margin-bottom: 15px;
		width: 100px;
		height: 100px;
	}

	.gr-bot .arr-ico {
		margin-bottom: 0px;
		margin-top: 15px;
	}

	.well-wrap__col {
		width: 50%;
	}

	.about-row2__text {
		padding-left: 30px;
	}

	.about-row__text h1 {
		font-size: 40px;
	}

	.services-text {
		padding-left: 30px;
		padding-right: 30px;
	}

	.service-img {
		height: 80%;
	}

	.round_ico {
		width: 140px;
		height: 140px;
	}

	.snake_row.row_revers .snake_col .round_ico {
		margin-top: 63px;
	}
}

@media (max-width: 1400px) {
	.arr-text {
		font-size: 14px;
	}

	.arr-ico {
		width: 70px;
		height: 70px;
	}

	.arr-ico img {
		width: 40px;
		height: 40px;
	}

	.well-wrap {
	}

	.about-row2__text p {
		font-size: 21px;
	}

	.contact_head h1 {
		font-size: 129px;
	}

	.text_alta {
		font-size: 80px;
	}

	.about-row__text {
		width: 60%;
		padding-left: 50px;
		padding-right: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.service-img {
		display: none;
	}

	.burger-menu {
		display: block;
	}

	.menu {
		position: fixed;
		width: 300px;
		background: #000000a6;
		height: 100%;
		top: 0;
		right: -300px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 30px;
		text-align: center;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		z-index: 99;
		overflow: auto;
	}

	.menu.active {
		right: 0;
	}

	.menu a {
		margin-bottom: 30px;
		margin-right: 0;
	}

	.black_bg {
		display: none;
	}

	.snake_col p {
		font-size: 16px;
		min-height: 132px;
	}

	.round_ico {
		width: 115px;
		height: 115px;
		margin-top: 20px;
	}

	.snake_row.row_revers .snake_col .round_ico {
		margin-top: 93px;
	}

	.snake_row .snake_col:last-child {
		padding-right: 8px;
	}

	.snake_row .snake_col:first-child {
		padding-left: 12px;
	}

	.prod_left_back {
		display: none;
	}

	.right_prod_cont {
		width: 100%;
		align-items: center;
	}

	.snake_row.row_revers .snake_col:last-child {
		padding-right: 10px;
	}

	.snake_row.row_revers .snake_col:first-child {
		padding-left: 10px;
	}

	.round_ico img {
		max-width: 50px;
	}

	.snake_row.row_revers .snake-text {
		margin-top: 30px;
	}
}

@media (max-width: 1200px) {
	.arr-text {
		font-size: 12px;
		max-width: 110px;
	}

	.arr-ico {
		width: 65px;
		height: 65px;
	}

	.arr-ico img {
		width: 30px;
		height: 30px;
	}

	.about-row2__img {
		width: 100%;
		text-align: center;
	}

	.about-row2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.about-row2__text {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 30px;
	}

	.round_ico {
		width: 90px;
		height: 90px;
	}

	.snake_col p {
		min-height: 150px;
	}

	.well-wrap__col h1 {
		font-size: 80px;
	}

	.well-wrap__text p {
		font-size: 19px;
	}

	.text_alta {
		font-size: 60px;
	}

	.snake_row.row_revers {
		margin-top: -175px;
	}

	.struct_row p {
		min-height: 125px;
		font-size: 18px;
	}

	.company_img {
		min-width: 285px;
	}

	.struct_wrap {
		margin-top: 110px;
	}
}

@media (max-width: 1050px) {
	.gr-top {
		padding-top: 32%;
	}

	.well-wrap__col {
		width: 100%;
	}

	.well-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.green_bg {
		display: none;
	}

	.well-img {
		display: none;
	}

	.why-wrap__big {
		max-width: 1800px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.why-wrap {
		margin-top: 5px;
	}

	.why-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 30px;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		text-align: center;
	}

	.text-left {
		margin-bottom: 25px;
	}
}

@media (max-width: 1024px) {
	.snake_wrap {
		background-image: none;
	}

	.snake_row, .snake_row.row_revers {
		max-width: 100%;
	}

	.snake_col {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-bottom: 30px;
	}

	.snake_row.row_revers {
		margin-top: 0;
	}

	.snake_row .snake_col:last-child {
		padding-right: 15px;
	}

	.snake_row .snake_col:first-child {
		padding-left: 15px;
	}

	.snake_row.row_revers .snake_col:last-child {
		padding-right: 15px;
	}

	.snake_row.row_revers .snake_col:first-child {
		padding-left: 15px;
	}

	.snake_row.row_revers .snake_col .round_ico {
		margin-top: 0;
	}

	.snake_row.row_revers .snake-text, .snake_row .snake-text {
		margin-top: 10px;
	}

	.snake_col h2 {
		margin-bottom: 15px !important;
	}

	.snake_row {
		margin-bottom: 30px;
	}

	.snake_col p {
		min-height: auto;
	}

	.structure_head {
		margin-bottom: 15px;
	}

	.structure_head h2 {
		margin-bottom: 5px !important;
	}

	.struct_row {
		margin-bottom: 20px;
	}
}

@media (max-width: 992px) {
	.big-arrow-wrap {
		background-image: none;
		padding-top: 0;
	}

	.big-arrow-bg {
		position: relative;
		right: 0;
		left: 0;
	}

	.gr-top {
		padding-top: 0;
	}

	.gr-bot {
		padding-bottom: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.arr-text {
		font-size: 16px;
		max-width: 100%;
	}

	.arr-ico {
		width: 100px;
		height: 100px;
	}

	.arr-ico img {
		width: 40px;
		height: 40px;
	}

	section.arrow {
		margin-top: 120px;
		overflow: visible;
	}

	.gr-bot .arr-ico {
		margin-bottom: 15px;
		margin-top: 0;
	}

	.about-img {
		display: none;
	}

	.whyb {
		margin-top: 100px;
		background-size: 155%;
		background-repeat: no-repeat;
	}

	.service-img {
		display: none;
	}

	.choose_img {
		display: none;
	}

	.choose_cont {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.cont_place {
		width: 100%;
	}

	.choose_cont h1 {
		font-size: 60px;
	}

	.contact_head h1 {
		font-size: 85px;
	}

	.img-abs {
		display: none;
	}

	.srv-wrap {
		display: block;
	}

	.stepline {
		display: none;
	}

	.steps-wrap {
		display: block;
		width: 300%;
	}

	.logo {
		padding-top: 10px;
	}

	.about-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.about-row__img {
		width: 100%;
		text-align: center;
	}

	.about-row__text {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.work .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 1800px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 0px;
		padding-bottom: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.process {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.round-circle {
		width: 300px;
		height: 300px;
	}

	.our_img {
		display: none;
	}

	.container.comp_struct {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.company_img {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		width: 100%;
	}

	.struct_wrap {
		margin-top: 40px;
		max-width: 100%;
		width: 100%;
	}

	.struct_numb {
		padding-left: 0;
	}

	.well-wrap__col img {
		display: none;
	}

	.well-wrap__col {
		height: 100%;
		width: 100%;
	}

	.well-wrap__col h1 {
		font-size: 66px;
	}

	.green_back {
		display: none;
	}

	.rownd_border {
		display: none;
	}

	.company_round {
		margin-top: 40px;
	}

	.h1_abs {
		position: relative;
	}

	.h1_abs h1 {
		color: white;
		;
	}

	.company_round img {
		display: none;
	}

	.struct_row p {
		padding-left: 90px;
	}
}

@media (max-width: 768px) {
	.arr-div {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-grid-column: 1 !important;
		-ms-grid-column-span: 5 !important;
		grid-column: 1 / 6 !important;
		grid-row: auto !important;
		margin-bottom: 30px;
	}

	.arr-text {
		margin: 0;
		text-align: left;
	}

	.gr-bot .arr-ico {
		margin-bottom: 0px;
		margin-top: 0;
	}

	.arr-ico {
		margin-bottom: 0px;
		margin-right: 20px;
		width: 80px;
		height: 80px;
		min-height: 80px;
		min-width: 80px;
	}

	h2 {
		font-size: 28px;
	}

	.big-arrow-bg {
		height: auto;
	}

	.about-img {
		display: none;
	}

	.service-img {
		display: none;
	}

	.img-abs {
		display: none;
	}

	.srv-wrap {
		display: block;
	}

	.stepline {
		display: none;
	}

	.steps-wrap {
		display: block;
		width: 300%;
	}

	h1 {
		font-size: 40px;
	}

	.services-text {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}

	p.head-r {
		font-size: 20px;
	}

	.about_text {
		width: 100%;
	}

	.about_img {
		display: none;
	}

	.table_img {
		display: none;
	}

	.logo {
		min-width: 165px;
	}

	.table_img {
		display: none;
	}

	.table_wrap {
		display: block;
	}

	.flex_center {
		height: 80%;
	}

	.table_coll h1 {
		font-size: 40px;
	}

	.table_coll h1 span {
		font-size: 60px;
	}

	.mission {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.our {
		width: 100%;
	}

	.why_text {
		font-size: 40px;
		margin-top: 35px;
	}

	.snake_row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.snake_col p {
		max-width: 500px;
	}

	.having_text {
		min-width: 400px;
	}

	.having_text h1 {
		font-size: 34px;
	}

	.round_year p {
		font-size: 30px;
	}

	.cont_col_pict a {
		font-size: 14px;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (max-width: 576px) {
	.having_text {
		min-width: 300px;
	}

	.well-wrap {
		background-color: #1d3c4c;
	}

	.whyb {
		height: calc(108vh - 120px);
	}

	.triengl2 {
		display: none;
	}

	.mission {
		background-color: black;
	}

	.prod_serv {
		display: block;
	}

	.prods {
		width: 100%;
		max-width: 100%;
		padding: 10px;
	}

	.right_prod_cont h1 {
		font-size: 27px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.prod_serv h2 {
		font-size: 30px;
	}

	.servc {
		width: 100%;
		max-width: 100%;
		padding: 10px;
	}

	.block_col_3 {
		display: block;
	}

	.text_alta {
		font-size: 44px;
	}

	.cont_ent p {
		font-size: 21px;
	}

	.company_structure {
		display: block;
		text-align: center;
	}

	.contact_head {
		min-height: 21vh;
	}

	.choose_cont h1 {
		width: 100%;
	}

	.text_stat {
		padding-right: 23px;
	}

	.cont_place span {
		font-size: 34px;
	}

	.choose_cont h1 {
		font-size: 43px;
	}

	.cont_place p {
		font-size: 19px;
	}

	.contact_head h1 {
		font-size: 50px;
	}

	.qual {
		display: none;
	}

	.qual_col {
		display: block;
		width: auto;
	}

	.qual_qube {
		width: auto;
	}

	.black_podlojk p {
		font-size: 35px;
	}
}

@media (max-width: 400px) {
	.having_year {
		right: -30px;
		bottom: -110px;
	}
}