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

@font-face {
  font-family: "HeliosC";
  src: url("../fonts/HeliosC.eot");
  src: url("../fonts/HeliosC.eot?#iefix") format("embedded-opentype"), url("../fonts/HeliosC.woff") format("woff"), url("../fonts/HeliosC.ttf") format("truetype");
  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: "HelveticaNowText-Bold", 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: #051d40;
}

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

p {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "HeliosC";
}

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 {
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "HelveticaNowText-Bold";
  font-size: 32px;
    font-weight: normal;
}

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;
}

.col-50 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.main{
  background-image: url(../img/cdzc_1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.main-img {

  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header h1 {
  font-size: 58px;
  color: white;

  margin-top: 0;
  margin-bottom: 20px;
}
.main-header p {
  color: white;
  font-size: 32px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
          text-align: center;
}

.services {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;;
}

.services h2 {
  max-width: 992px;
  margin-bottom: 30px;
  margin-top: 0px;
} 

.steps-num {
  font-size: 40px;
    color: white;
}


.main-eggs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.main-egg {
  background: #FFFFFF;
  -webkit-box-shadow: -8px 8px 20px rgba(239, 134, 62, 0.25);
          box-shadow: -8px 8px 20px rgba(239, 134, 62, 0.25);
  border-radius: 12px;
  padding: 30px 20px;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
      margin: 20px;
}
.main-egg p {
  font-size: 18px;
}

.egg_col1{
  width: 38%;
  padding-right: 30px;
}

.egg_col2{
  width: 62%;
  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;
}

.egg_col2 h3{
font-size: 48px;
font-weight: 700;
line-height: 1;
}
.egg_text {
width: 60%;
padding-right: 15px;
}
.egg_text p{
  font-size: 24px;
}

.egg_text p:first-child{
margin-bottom: 90px;
}

.egg_col2div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    margin-right: 30px;
      width: 40%;
}
.egg_col2div img{ 
margin-left: 30px;
}

.egg-head {
  font-size: 24px !important;

}

.egg-head-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.egg-head-img img {
  margin-right: 15px;
}

.sub-head-p {
  font-size: 40px;

}

.about {
  overflow-y: hidden;
  height: calc(100vh - 120px);
}

.about-text {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
}
.about-text h2 {
  margin-bottom: 60px;
}
.about-text div {
  max-width: 68%;
  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;
  height: 84%;
}
.about-text p {
  font-size: 24px;
}

.abuot-text-green {
  color:#029C5D ;
}

.about-img {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color:white; ;
}

.border {
  color: white;
    border-radius: 20px;
    border: 4px solid #1B4186;
    background: #6EA3ED;
    padding: 16px;
}

.structure {
  padding-left: 130px;
  padding-right: 130px;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../img/Polygon_1.png);
  background-repeat: no-repeat;
  background-size: contain;
          background-position: right bottom;
}

.structure-text {
  max-width: 60%;
  position: relative;
}
.structure-text h2 {
  margin-bottom: 75px;
}

.des-h2 {
  font-size: 22px;
  margin-bottom: 80px;
}

.structure-serv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.serv-card {
  background: #FFFFFF;
  -webkit-box-shadow: -8px 8px 47px rgba(239, 134, 62, 0.25);
          box-shadow: -8px 8px 47px rgba(239, 134, 62, 0.25);
  border-radius: 30px;
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
  position: relative;
  padding: 95px 45px 30px;
}
.serv-card h3 {

  font-size: 34px;
}
.serv-card ul {
  font-size: 20px;
  padding-left: 15px;
}
.serv-card ul li {
  margin-bottom: 15px;
}

.img-abs {
  width: 100px;
  height: 100px;
  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;
  border-radius: 50%;
  -webkit-box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.25);
          box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.25);
}
.img-abs img {
  width: 50px;
}

.service-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.service-img img {
  max-height: 100%;
}

.serv-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    position: relative;
}

.services-text {
  -ms-flex-preferred-size: 50%;
  flex-basis: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-right: 80px;
  padding-top: 20px;
  color: white;
}

.services-text h2 {
  margin-bottom: 30px;
}

.service-img {
  position: absolute;
  top: 0px;
  right: 0;
  height: 100%;
}

.serv-list {
  position: relative;
  margin-bottom: 15px;
}
.serv-list .img-abs {
  height: 65px;
  width: 65px;
  margin-right: 30px;
  min-width: 65px;
  min-height: 65px;
}
.serv-list .img-abs img {
  width: 100%;
}
.serv-list p {
  font-size: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.headimg {
  font-size: 32px !important;
  margin-bottom: 0px;
  margin-bottom: 10px;
}

.srv-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1800px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products {
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.products h2 {
  margin-top: 30px;
  margin-bottom: 60px;
}

.products-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 1.33333%;
}
.products-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: -8px 8px 20px rgba(239, 134, 62, 0.25);
          box-shadow: -8px 8px 20px rgba(239, 134, 62, 0.25);
  border-radius: 12px;
  padding: 30px;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  font-size: 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
color: #6EA3ED;
}
.products-wrap a img {
  margin-right: 20px;
}
.products-wrap a:hover {
  background: #6EA3ED;
  color: #fff;
}

.contacts {
  padding-right: 0;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cont-text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  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-right: 50px;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.cont-text .img-abs {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 30px;
  width: 60px;
  height: 60px;
  min-width: 60px;
}
.cont-text .img-abs img {
  width: 40px;
}
.cont-text a:hover {
  color: #6EA3ED;
}

.cont-map {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.contats-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cont-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 28px;
}

.cont-map iframe {
  width: 100%;
}

.steps {
  -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;
}

.steps-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 55px;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

.steps-block {
  width: 33%;
  padding-right: 30px;
}

.img-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.stepline {
  position: absolute;
}

.sl1 {
  right: 0;
}

.sl2 {
  right: -20px;
}

.sl3 {
  right: -149px;
}

.sl4 {
  left: -95px;
  top: 70%;
}

.sl5 {
  left: -155px;
  top: 50%;
}

.why-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    margin-top: 55px;
    width: 100%;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
}

.whyus {
  -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;
}

.head-r {
  font-weight: bold;
    font-size: 30px;
    position: relative;
}

.round3 {
  width: 75px;
    height: 75px;
    background: #A7C6F2;
    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;
    position: absolute;
    left: -50px;
    bottom: 0;
}

.round2 {
  width: 60px;
    height: 60px;
    background: #80AEED;
    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;
}


.round1 {
  width: 45px;
    height: 45px;
    background: #5586C9;
    border-radius: 50%;
}

.round-head {
  position: relative;
}


.why-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  width: 33%;
}

.whyus {
  background-image: url(../img/backwhy.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 18%;
}

.row1 {
  padding-right: 50px;
}

.row2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row3 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 50px;
}

.adress {
  color: #6EA3ED82;
}













@media (max-width: 1800px) {
.egg_text p {
  font-size: 22px;
}
.egg_col2 h3 {
  font-size: 34px;
}
.egg_text p:first-child {
  margin-bottom: 30px;
}
.egg_col2div img {
  width: 135px;
}
.egg_col2div {
  width: 30%;
}
.egg_text {
  width: 65%;
}
}
@media (min-width: 1400px) {

}

@media (max-width: 1580px) {
.egg_text {
  width: 60%;
  margin-top: -8px;
}
.burger-menu {
  display: block;
}
.menu {
  position: fixed;
  width: 300px;
  background: #051123ed;
  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 a {
  margin-bottom: 30px;
  margin-right: 0;
}
.menu.active {
  right: 0;
}
}
@media (max-width: 1700px) {
  .main-header h1 {
    font-size: 70px;
  }

  .about-text div {
    max-width: 95%;
  }

  .structure-text {
    max-width: 70%;
  }

  .serv-card {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    padding: 90px 30px 30px;
  }

  .serv-card h3 {
    font-size: 28px;
  }

  .serv-card ul {
    font-size: 18px;
  }

  .serv-list p {
    font-size: 20px;
    padding-top: 20px;
  }

  .products-wrap a {
    font-size: 20px;
  }

  .products-wrap a img {
    max-width: 80px;
  }
}
@media (max-width: 1400px) {
  .main {
    height: calc(100vh - 120px);
  }

  header {
    padding: 0 40px;
  }

  .main-eggs {
    width: 95%;
  }

  .main-header p {
    font-size: 28px;
  }

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

  .about-text p {
    font-size: 20px;
  }

  .about {
    height: auto;
  }

  .structure-serv {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .serv-card {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-bottom: 2%;
  }

  .overlay-bg {
    background: rgba(255, 255, 255, 0.5215686275);
  }

  .services-text {
    padding-right: 40px;
  }
  .egg_col2 h3 {
  font-size: 22px;
}
.egg_col2div img {
  margin-left: 20px;
}
}
@media (max-width: 1200px) {
  .main {
  height: auto;
}
  .menu a {
    margin-right: 20px;
    font-size: 17px;
  }

  .logo {
    font-size: 27px;
  }

  .main-eggs {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%
  }
  .egg_col1 {
  width: 100%;
  padding-right: 0;
}
.egg_col2 {
  width: 100%;
}
.egg_col2 h3 {
  font-size: 23px;
}
  .main-eggs .main-egg {
    margin-bottom: 30px;
  }

  .main-header h1 {
    font-size: 60px;
  }
.main-header h1 {
  font-size: 44px;
}
  h2 {
    font-size: 60px;
  }

  .about {
    overflow-y: auto;
  }

  .des-h2 {
    font-size: 22px;
    margin-bottom: 50px;
  }

  .structure-text {
    max-width: 100%;
  }

  .structure {
    padding-right: 60px;
    padding-left: 60px;
  }

  .products-wrap a {
    -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;
    text-align: center;
    font-size: 18px;
    padding: 20px;
  }

  .products-wrap a img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  header {
    height: 80px;
  }

  section {
    margin-top: 100px;
    overflow: auto;
    height: calc(100vh - 100px);
  }

  .imgbot {
    display: none;
  }

  .wellcome {
    overflow: auto !important;
  }

  .main, .about {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }



  .main-eggs {
    width: 100%;
  }

  .pl-big {
    padding-right: 40px;
  }

  .about-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .about-text {
    margin-bottom: 30px;
  }

  h2 {
    font-size: 48px;
    margin-bottom: 30px !important;
  }

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

  .services-text {
    margin-bottom: 30px;
  }

  .serv-list .img-abs {
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
  }

  .serv-list p {
    padding-top: 0;
  }

  .serv-list {
    margin-bottom: 30px !important;
  }

  .products {
    padding-left: 40px;
    padding-right: 40px;
  }

  .products-wrap a {
    font-size: 16px;
    padding: 15px;
  }

  .cont-list {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .serv-card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 5%;
  }

  .products-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }

  .products-wrap a {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-bottom: 2%;
    font-size: 20px;
  }

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

  .contacts {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cont-text {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .egg_col2div img {
  display: none;
}
}
@media (max-width: 576px) {
  header {
    padding: 0px 15px;
  }

  .pl-big {
    padding-right: 15px;
    padding-left: 15px;
  }

  .main-header h1 {
    font-size: 48px;
    margin-bottom: 15px;
  }

  .main-header p {
    font-size: 24px;
  }

  .main-eggs {
    margin-top: 30px;
  }

  .structure {
    padding-right: 30px;
    padding-left: 30px;
  }

  h2 {
    font-size: 40px;
    margin-bottom: 20px !important;
  }

  .serv-list p {
    font-size: 18px;
  }

  .serv-list .img-abs {
    width: 50px;
    height: 50px;
  }
  .serv-list .img-abs img {
    width: 30px;
  }

  .products {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .products-wrap a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 5%;
  }
}

.container {
  width: 100%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container_small {
  max-width: 992px;
}


h2 {
  font-size: 32px;
  font-weight: normal;
}
.arrow__header {
  max-width: 992px;
  margin: auto;
  text-align: center;
}
.c-color {
 color: #6EA3ED;
 font-weight: bold;
}
.arr-div {
/*  max-width: 400px;
  max-height: 400px;
    height: 400px;
  width: 400px;*/
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
    position: relative;
}
.arr-div p{
margin-bottom: 0;
}
 .big-arrow-wrap{
  margin-top: 60px;

  position: relative;
    background-image: url(../img/svg/big-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 41.66%; /* (img-height / img-width * container-width) */
                /* (853 / 1280 * 100) */

  
 }
 .big-arrow-bg{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  position: absolute;
  top: 0;
  right: 3%;
  left: 2%;
  border: 0;
  height: 100%;

 }
 .big-arrow-bg > *:nth-child(1){
  -ms-grid-row: 1;
  -ms-grid-column: 1;

 }
 .big-arrow-bg > *:nth-child(2){
  -ms-grid-row: 1;
  -ms-grid-column: 2;

 }
 .big-arrow-bg > *:nth-child(3){
  -ms-grid-row: 1;
  -ms-grid-column: 3;

 }
 .big-arrow-bg > *:nth-child(4){
  -ms-grid-row: 1;
  -ms-grid-column: 4;

 }
 .big-arrow-bg > *:nth-child(5){
  -ms-grid-row: 1;
  -ms-grid-column: 5;

 }
 .big-arrow-bg > *:nth-child(6){
  -ms-grid-row: 2;
  -ms-grid-column: 1;

 }
 .big-arrow-bg > *:nth-child(7){
  -ms-grid-row: 2;
  -ms-grid-column: 2;

 }
 .big-arrow-bg > *:nth-child(8){
  -ms-grid-row: 2;
  -ms-grid-column: 3;

 }
 .big-arrow-bg > *:nth-child(9){
  -ms-grid-row: 2;
  -ms-grid-column: 4;

 }
 .big-arrow-bg > *:nth-child(10){
  -ms-grid-row: 2;
  -ms-grid-column: 5;

 }
 .arr-ico {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background-color: #6A9FE9;
  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;
  margin-bottom: 30px;
 }
 .arr-text {
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
 }
 .arr-text span {
  font-weight: bold;
 }
 .grid1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
 }

  .grid2 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  }
  .grid3 {
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
      grid-column: 3 / 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  }
  .grid4 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4 / 5;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  }
  .grid5 {
      -ms-grid-column: 5;
      -ms-grid-column-span: 1;
      grid-column: 5 / 6;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  }


  .grid2 .arr-ico{
    background-color: #6196DF;
  }
  .grid3 .arr-ico{
    background: black;
  }
  .grid4 .arr-ico{
    background-color: #4F84CD;
  }
  .grid5 .arr-ico{
  background-color: #467BC4;
  }
.abs-ar {
  position: absolute;
    width: 125%;
  max-width: 125%;
}
.gr-top {
    padding-top: 37%;
}
.gr-bot {
    padding-bottom: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
 .gr-bot .arr-ico{
    margin-bottom: 0px;
    margin-top: 30px;
}
section.arrow {
  overflow-y: visible;
  overflow: visible;
}
.anim-d-5 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.anim-d-6 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.anim-d-2-5 {
    -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}







.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: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5788c6;
}

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

h1 {
  font-size: 81px;
  font-family: "HelveticaNowText-Bold";
  text-transform: uppercase;
  margin-top: 0;
  color: white;
  margin-bottom: 0;
}

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

.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;
  width: 30%;
}

.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: "HelveticaNowText-Bold";
}

.black_podlojk h2{
  font-family: "HelveticaNowText-Bold";
    color: white;
    font-size: 45px;
}

.bolder {
  font-weight: bold;
}

.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: "HelveticaNowText-Bold";
    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: 76%;
  text-align: center;
}
.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: "HelveticaNowText-Bold";
  font-size: 62px;
  color: #183f37;
  text-transform: none;
  line-height: 1;
}

.table_coll h1 span {
  display: block;
  font-family: "HelveticaNowText-Bold";
  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: "HelveticaNowText-Bold";
    color: white;
    font-size: 22px;
    margin-right: 40px;
}

.text_alta span {
  color: #5788c6;
}

.list_item span {
  font-family: "HelveticaNowText-Bold";
  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: 50%;
  position: relative;
  color: white;
  z-index: 9;
}

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

.about_text p {
  font-family: "HelveticaNowText-Bold";
  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: "HelveticaNowText-Bold";
}

.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: "HelveticaNowText-Bold";
  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;
}

.having_year {
  position: absolute;
  right: -75px;
  bottom: -75px;
}

.why_text {
  font-size: 57px;
    font-family: "HelveticaNowText-Bold";
    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: "HelveticaNowText-Bold";
  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: "HelveticaNowText-Bold";
  font-size: 23px;
  color: white;
  margin-right: 30px;
  position: absolute;
  left: 0;
}

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

.struct_row {
  margin-bottom: 30px;
}

.struct_row p {
  font-size: 21px;
  font-family: "HelveticaNowText-Bold";
  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: "HelveticaNowText-Bold";
  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: "HelveticaNowText-Bold";
  color: white;
}

p.message_head {
  font-size: 29px;
  font-family: "HelveticaNowText-Bold";
  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: "HelveticaNowText-Bold";
  color: white;;
}

.snake_col p {
  font-size: 18px;
  font-family: "HelveticaNowText-Bold";
  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;
}

.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: "HelveticaNowText-Bold";
  max-width: 370px;
  margin: auto;
  min-height: 150px;
}
.snake_col h2 {
  font-size: 26px;
  font-family: "HelveticaNowText-Bold";
  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;
  position: relative;
  overflow: hidden;
}

.well-wrap__text p{
  font-size: 27px;
  color: white;
  line-height: 1.5;
  margin-top: 17px;
}

.imgbot {
  position: absolute;
  width: 73%;
  bottom: -31%;
  left: 0px;
}

.well-wrap__text img {
  width: 10%;
}

.well-img img {
  position: absolute;
    bottom: -30%;
    width: 72%;
}

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

.company_structure span {
  color: #fcd917;
}

.yellow_block {
}

.comp_text {
  margin-bottom: 40px;
  color: #fcd917;
    text-align: center;
    font-family: "HelveticaNowText-Bold";
}

.block_col_3 {
  display: flex;
      justify-content: center;
      background-color: #1a3862ad;
      width: 47%;
      margin-bottom: 40px;
      height: 100%;
      align-items: center;
}

.block_col {
  width: 100%;
  padding: 30px;
  text-align: center;
}

.block_col h2{
  color: black;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  padding: 10px;
}

.block_col p {
  color: white;
}


.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;
}

.why {
  background-image: url(../img/whyimg.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 0;
}

.triengl1 {
  background-position: left center;
  background-color: #051d40;
  z-index: -1;
}

.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;
}

.triengl3 {
  background-image: url(../img/black2.png);
  background-size: 80% 200%;
  background-position: right 80%;
}

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

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


.contact_us {
  align-items: center;
  background-color: #051d40;
}

.contact_head {
  width: 100%;
  text-align: center;
  background-color: #d7e9f5;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_head h1 {
  font-weight: bold;
    color: #364863;
}

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

.conttop {
  position: absolute;
  top: -31%;
  right: -8%;
  width: 30%;
  height: 39%;
}

.contbot {
  position: absolute;
  bottom: -17%;
  left: -8%;
  width: 30%;
  height: 39%;
}

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

.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: 42%;
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 0;
    overflow: hidden;
}

.indbot {
  position: absolute;
    bottom: -10%;
    width: 10%;
}

.anta_text {
}

.text_alta {
  font-family: "HeliosC";
  font-size: 90px;
  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: "HelveticaNowText-Bold";
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 20px;
  color: #364863;
}

.qual_qube p {
  text-align: justify;
  font-family: "HelveticaNowText-Bold";
  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/prodimg.png);
    background-size: contain;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
    flex-direction: column;
    background-color: #051d40;
    background-position: right;
    position: relative;
}

.left_text {
  max-width: 50%;
}

.right_piramid {
  max-width: 50%;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transform: scale(1);
}

.prodimg {
  background-image: url(../img/prodimgbot.png);
  position: absolute;
  width: 100%;
    height: 100%;
    left: -40%;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 22%;
}

.text_left {
  display: flex;
    align-items: center;
    margin-top: 20px;
}

.text_left span {
  color: #5788c6;
  font-size: 43px;
  padding: 5px 15px;
  position: relative;
  margin-bottom: auto;
}

.whytop {
  position: absolute;
    bottom: -42%;
    left: -20%;
    width: 30%;
}

.whybot {
  position: absolute;
    top: -35%;
    right: -13%;
    width: 30%;
}

.text_left span::before {
  content: '';
  width: 51px;
  height: 5px;
  display: block;
  background: #5788c6;
  position: absolute;
  bottom: 0%;
}

.prmd1 {
  clip-path: polygon(50% 0%, 12% 100%, 88% 100%);
  background-color: #cff4ff;
  margin-top: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 250px;
  height: 180px;
  padding-top: 38px;
}

.prmd2 {
  clip-path: polygon(28% 0%, 72% 0%, 88% 100%, 12% 100%);
  background-color: #9fcdff;
  width: 445px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prmd3 {
  clip-path: polygon(22% 0%, 78% 0%, 90% 100%, 10% 100%);
    background-color: #5788c6;
    width: 627px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prmd4 {
  clip-path: polygon(18% 0%, 82% 0%, 93% 100%, 7% 100%);
    background-color: #0071c9;
    width: 797px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right_piramid img {
  width: 90px;
}

.top_top {
  color: white;
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
}

.top_top h2 {
  letter-spacing: 0.4px;
}

li {
  font-size: 18px;
}

.top1 {
  display: flex;
  margin-left: auto;
}

.top2 {
  display: flex;
  margin-right: auto;
}

.top1 h2 {
  clip-path: polygon(85% 1%, 100% 50%, 85% 100%, 0% 100%, 11% 50%, 0% 0%);
  background-color: #145da0;
  padding: 10px 25px;
  min-width: 330px;
  text-align: center;
  color: #051d40;
}
.top2 h2 {
  clip-path: polygon(100% 0%, 89% 49%, 100% 100%, 15% 100%, 0% 50%, 15% 0);
  background-color: #0071c9;
  min-width: 330px;
  text-align: center;
  color: #051d40;
  padding-top: 10px;
}

.top3 h2 {
  background-color: #56aeff;
}

.tech_mak h1 {
  margin-right: auto;
  padding-left: 90px;
}

.black_podlojk {
  background-color: #161b25bd;
  padding: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
}

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

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

.goals {
  display: flex
  ;
      overflow: hidden;
      overflow-y: auto;
      position: relative;
      height: calc(100vh - 120px);
      background-color: #5788c6;
      align-items: center;
      justify-content: center;
      text-align: center;
      background-image: url(../img/goals.png);
      background-repeat: no-repeat;
      background-position: top;
      background-size: contain;
}

.goals_top {
  background-color: #13233bcf;
    width: 900px;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.goals_top h1 {
  font-size: 65px;
  font-family: "HelveticaNowText-Bold";
  text-transform: uppercase;
  margin-top: 0;
  color: white;
  margin-bottom: 56px;
}

.goals_top p {
  margin-top: 162px;
}

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

.eggs {
  background-color: #051d40;
}

.plusses {
  display: flex;
  min-height: 477px;
}

.yellow_h2 {
  background: white;
  padding: 15px;
}

.yellow_div {
  background: #fcd917f0;
}

.yellow_h2 h2 {
  font-size: 56px;
}

.yellow_p { 
  padding: 30px 40px;
    line-height: 1.5;
}

.yellow_p p {
  font-size: 21px;
  color: black;
  text-align: center;
}

.yellow_block2 {
  padding: 40px;
  position: relative;
  width: 25%;
}

.line {
  width: 5px;
    background: white;  
    min-width: 5px;
    position: relative;
}

.line1 {
  max-height: 300px;
}

.line1::before {
  content: '';
  width: 25px;
  height: 25px;
  display: block;
  background: white;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: calc(50% - 12px);

}

.line3 {
  min-height: 381px;
  align-self: flex-end;
}

.line_gor {
  background: white;
  height: 5px;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.line_gor::before {
  content: '';
  width: 25px;
  height: 25px;
  display: block;
  background: white;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 12px);
  bottom: -12px;
}

.gor2 {
  top: auto;
    bottom: 0;
}

.gor3 {
  width: 50%;
}

.gor3::before {
right: -12px;
left: auto;
}

.yellow_bottom {
  align-self: flex-end;
  margin-bottom: -90px;
}

.cont_fild {
  display: flex;
      flex-wrap: wrap;
      gap: 30px;
      max-width: 765px;
      margin: auto;
      flex-direction: column;
      margin-top: 10%;
}

.cont_fild h1 {
  width: 100%;
}

.black_cont {
  width: 70%;
  height: 100%;
  align-items: center;
}

.fild_full {
  width: 100% !important;
}

.fild_img {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  border-right: none;
}

.fild {
  display: flex;
  width: calc(50% - 15px);
}

.fild_text {
  width: 100%;
    display: flex;
    align-items: center;
    font-size: 40px;
    padding-left: 40px;
    color: white;
}

.fild_img img {
  max-width: 40px;
}

.img_bg {
  width: 50%;
  height: 100%;
  background-image: url(../img/samolet.png);
  background-size: cover;
  background-position: right;
}











@media (max-width: 1700px) {
  .line {
    display: none;
  }
  .line_gor {
    display: none;
  }
}



@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;
}
.left_text h1 {
  font-size: 40px;
}
.text_left {
  margin-top: 0;
}
}

@media (max-width: 1400px) {
.arr-text {
  font-size: 14px;
}
.arr-ico {
    width: 70px;
  height: 70px;
}
.arr-ico img{
    width: 40px;
  height: 40px;
}
.well-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.yellow_h2 h2 {
  font-size: 44px;
}
.about-row2__text p {
  font-size: 21px;
}
.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;
}
.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;
}
.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;
}
.text_left p {
  font-size: 21px;
}
.right_piramid {
  transform: scale(0.6);
}
}
@media (max-width: 1200px) {
.arr-text {
  font-size: 12px;
  max-width: 110px;
}
.yellow_h2 h2 {
  font-size: 30px;
}
.yellow_bottom {
  margin-bottom: auto;
}
.yellow_block2 {
  width: 100%;
}
.plusses {
  display: block;
}
.arr-ico {
    width: 65px;
  height: 65px;
}
.arr-ico img{
    width: 30px;
  height: 30px;
}
.img_bg {
  display: none;
}
.black_cont {
  width: 100%;
}
.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;
}
.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;
}
.text_left span {
  font-size: 35px;
}
.text_left span::before {
  width: 40px;
}
}

@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;
}
.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%;
  }
  .top2 {
    flex-direction: row-reverse;
  }
  .top2 h2 {
    clip-path: polygon(85% 1%, 100% 50%, 85% 100%, 0% 100%, 11% 50%, 0% 0%);
  }
  .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;
  }
  .top2 {
    margin-right: 0;
  }
  .top1 {
    margin-left: 0;
  }
    .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;
}
.tech_mak h1 {
  font-size: 50px;
}
.tech_mak h1 {
  font-size: 55px;
}
.big-arrow-bg {
  position: relative;
  right: 0;
  left: 0;
}

.goals_top p {
  margin-top: 0;
  padding: 0 18px;
}
.goals {
}
.block_col {
  width: 360px;
}
.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;
}
.service-img {
  display: none;
}
.img-abs {
display: none;
}
.srv-wrap {
  display: block;
}
.stepline {
  display: none;
}
.steps-wrap {
  display: block;
  width: 300%;
}
.logo {
  padding-top: 10px;
}
header {
  height: 100px;
}
.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;
}
.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;
}
.left_text {
  padding: 0 20px;
  max-width: 100%;
}
.right_piramid {
  display: none;
}
}

@media (max-width: 792px) {
.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;
}
.black_podlojk  {
  width: 65%;
}
.arr-text {
  margin: 0;
    text-align: left;
}
.gr-bot .arr-ico {
  margin-bottom: 0px;
  margin-top: 0;
}
.text_alta h1 {
  font-size: 45px;
}
.cont_fild {
  flex-direction: column;
  padding-left: 15px;
        padding-right: 15px;
}
.prodimg {
  background: none;
}
.top_top {
  margin-top: 20%;
}
.top_top h2 {
  font-size: 21px;
}
.top1 h2 {
  min-width: 228px;
}
.top2 h2 {
  min-width: 228px;
}
.fild {
  width: 100%;
}
.fild_text {
  font-size: 25px;
}
.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 !important;
}
.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: 200px;
}
.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;
  }
  .black_podlojk {
    width: 100%;
  }
  li {
    font-size: 14px !important;
  }
  .well-wrap {
    background-color: #000000;
  }

  .about_cont {
    background-color: #051d40;
  }

  .triengl2 {
    display: none;
  }
  .mission {
    background-color: black;
  }
  .block_col_3 {
    display: block;
  }
  .tech_mak h1 {
    font-size: 28px;
  }
  .top1 h2 {
    min-width: 150px;
  }
  .top2 h2 {
    min-width: 150px;
  }
  .tech_mak{
  background-image: none;
}
  .top_top h2 {
    font-size: 16px;
  }
  .company_structure {
    display: block;
    text-align: center;
  }
  .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;
  }
  .tech_mak h1 {
    display: none;
  }
  .black_podlojk h2 {
    font-size: 35px;
  }
  .text_left p {
    font-size: 18px;
}
}