@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.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: "Montserrat-Regular", sans-serif;
  background: #f5f5f5;
}

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;
  background: #fff;
  padding: 0 60px;
  height: 120px;
  background: #f3f3f3;
}

a {
  text-decoration: none;
color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

img {
  max-width: 100%;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow-y: auto;
  margin-top: 120px;
  padding-top: 40px;
  position: relative;
}

h2 {
  font-size: 58px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
  /* font-family: "Montserrat-Bold"; */
}

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

.burger-menu {
  width: 30px;
  height: 30px;
  display: none;
  position: relative;
  z-index: 99;
}
.burger-menu span {
  width: 100%;
  height: 3px;
    background-color: #6EA3ED;
  position: absolute;
  top: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.burger-menu span:before {
  content: "";
  position: absolute;
  top: -8px;
  width: 100%;
  height: 3px;
    background-color: #6EA3ED;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.burger-menu span:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 100%;
  height: 3px;
    background-color: #6EA3ED;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.burger-menu.active span {
  background-color: transparent;
}
.burger-menu.active span:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 0;
}
.burger-menu.active span:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 0;
}

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

.logo {
  padding-top: 30px;
}

.menu a {
  margin-right: 40px;
  font-size: 20px;
  position: relative;
}
.menu a.active {
  font-weight: 800;
  color: #6EA3ED;
}
.menu a.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  background: #6EA3ED;
}
.menu a:after {
  content: "";
  width: 0px;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  bottom: -5px;
  left: calc(50% - 21px);
}
.menu a:hover {
  color: #6EA3ED;
}
.menu a:hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  background: #6EA3ED;
}
.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: #000000;

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

.services {
  flex-direction: column;
}

.services h2 {
  max-width: 992px;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 0px;
  font-size: 64px;
  font-weight: bold;
} 
.why_mission {
  position: absolute;
  right: -123%;
  top: -66%;
}
.whyserv {
  overflow: hidden;
}
.why_mission img {
  max-width: 62%;
}
.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: flex;
  align-items: flex-start;
    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: flex;
  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: hidden;
  height: calc(100vh - 120px);
}
.indbot {
  width: 50%;
  position: absolute;
  top: 41%;
  right: -16%;
}
.about-text {
  flex-basis: 100%;
  display: flex;
    justify-content: center;
}
.back_mission {
  position: absolute;
  left: -40%;
  top: -55%;
}
.back_mission img {
  max-width: 62%;
}
.about-text h2 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 29px;
  font-weight: bold;
}
.about-text h3 {
font-size: 20px;
}
.about-text li {
  font-size: 18px;
}
.mission_line {
  position: absolute;
    width: 50%;
    bottom: 43%;
    right: 48%;
}
.mission_h1top {
  margin: 110px 0 !important;
}
.mission_h2top h2 {
  margin-top: 40px;
  text-align: center;
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-left: 172px;
}
.missiontext {
  text-align: center;
}
.mission_top {
  position: absolute;
  top: -73%;
  right: -2%;
    width: 39%;
}
.mission_top img {

}
.mission_bot {
  position: absolute;
  right: -7%;
  bottom: -45%;
    width: 50%;
}
.mission_bot img {

}
.about-text div {
  max-width: 100%;
  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;
}
.compback {
  position: absolute;
  width: 100%;
  right: -100%;
  top: -82%;
}
.compbackbot {
  position: absolute;
  bottom: -24%;
  right: -91%;

}
.comptextleft {
  margin-left: 70px;
}
.compbackbot img {
  width: 50%;
}
.about-text p {
  font-size: 24px;
font-weight: 100;
}
.botcomp h2 {
  margin: auto !important;
}
.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;
}

.border {
  color: white;
  border-radius: 20px;
  border: 4px solid #007ed5;
  background: #007ed5;
  padding: 16px;
}

.indtop {
  position: absolute;
  width: 52%;
  top: -59%;
  right: -23%;
}

.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;
}
.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: flex;
    align-items: center;
    position: relative;
}

li {
  margin-bottom: 10px;
}

.services-text {
      flex-basis: 100%;
  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;
}
.services-text div {
}
.services-text h2 {
  margin-bottom: 30px;
}
.serv-left1 {
  margin-left: 15%;
}
.serv-left2 {
  margin-left: 30%;
}
.service-img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.serv-list {
  position: relative;
  margin-bottom: 35px;
}
.serv-list .img-abs {
  height: 86px;
  width: 86px;
  margin-right: 30px;
  margin-bottom: 10px;
}
.serv-list .img-abs img {
  width: 100%;
}
.serv-list p {
  font-size: 20px;
  flex-direction: column;
}

.headimg {
  font-size: 26px !important;
  margin-bottom: 0px;
}
.floh1 {
  font-size: 80px;
    margin: 10px;
}
.flowrow {
  width: 100%;
  max-width: 1200px;
  margin: auto !important; 
}
.flow_left img {
  width: 70%;
    position: absolute;
    left: -41%;
    top: -25%;
}
.flowhead {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.num1::before {
  content: "1";
  position: absolute;
  color: white;
  font-size: 30px;
  font-weight: bold;
}
.num2::before {
  content: "2";
  position: absolute;
  color: white;
  font-size: 30px;
  font-weight: bold;
}
.num3::before {
  content: "3";
  position: absolute;
  color: white;
  font-size: 30px;
  font-weight: bold;
}
.num4::before {
  content: "4";
  position: absolute;
  color: white;
  font-size: 30px;
  font-weight: bold;
}
.num5::before {
  content: "5";
  position: absolute;
  color: white;
  font-size: 30px;
  font-weight: bold;
}
.stepsflow {
  overflow: hidden;
}
.padleft2 {
  padding-left: 7%;
}
.compbackflow {
  position: absolute;
  width: 50%;
  right: -27%;
  top: -66%;
}
.compbackbotflow {
  position: absolute;
    bottom: -28%;
    width: 30%;
    right: -6%;
}
.padleft3 {
  padding-left: 14%;
}
.flowround {
  max-width: 100% !important;
}
.srv-wrap {
  display: flex;
}

.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;
  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;
      align-items: center;
      overflow: hidden;
}
.contats-info h3 {
  font-size: 37px;
}
.cont_left {
  width: 43%;
  margin-left: auto;
}
.cont-top {
  position: absolute;
  width: 31%;
  right: 42%;
  top: -71%;
}
.cont-left-bot {
  width: 41%;
  left: -4%;
  position: absolute;
}
.cont-center {
  position: absolute;
    top: 31%;
    right: 30%;
}
.cont-center img {
  width: 37%;
}
.cont-right-bot {
  position: absolute;
    right: -1%;
    bottom: 26%;
}
.cont-right-bot img {
  width: 61%;
}
.cont-centr-bot {
  position: absolute;
  bottom: -57%;
  left: 37%;
}
.about-text h1 {
  font-size: 68px;
  margin: 10px 0;
  line-height: 0.9;
}
.cont-left-top {
  position: absolute;
    left: 1%;
    top: 5%;
}
.cont-left-top img {
    width: 37%;
}
.cont_left h2 {
  font-size: 109px ;
    font-weight: bold;
}
.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: black;
}

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

.contats-info {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
    width: 50%;
}

.cont-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
}
.cont-bot {
  position: absolute;
  bottom: -68%;
  width: 34%;
  right: 2%;
}
.cont-map iframe {
  width: 100%;
}

.steps {
  flex-direction: column;
  align-items: center;
}

.steps-wrap {
  display: flex;
  margin-top: 20px;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}

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

.img-right {
  display: flex;
  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: flex;
      flex-direction: column;
      margin-top: 55px;
      width: 65%;
      max-width: 1700px;
}

.text_wh_left {
  width: 23%;
  background-color: #36b7f8;
}
.whyimgback img {
  position: absolute;
  left: -12%;
  width: 50%;
}
.why-row p {
  font-size: 24px;
}
.text_wh_left h2 {
  font-size: 77px;
  font-weight: bold;
  color: white;
  padding-top: 80px;
  padding-left: 50px;
}
.head-r {
  font-weight: bold;
    font-size: 34px;
    position: relative;
}

.round3 {
  width: 70px;
  height: 70px;
  background: #007ed5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -80px;
    bottom: -20px;
}
.why_img_top {
  position: absolute;
  top: -40%;
  left: 42%;
}
.why_img_top img {
  width: 42%;
}
.round2 {
  width: 45px;
  height: 45px;
  background: #71c5f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why_left_bot {
  position: absolute;
  bottom: -26%;
  left: -7%;
}
.why_left_bot img {
  width: 53%;
}
.why_right_bot {
  position: absolute;
  bottom: -50%;
  right: -18%;
  width: 50%;
}
.round1 {
  width: 25px;
  height: 25px;
  background: #ffffff;
    border-radius: 50%;
}

.round-head {
  position: relative;
}

.block-round {
  max-width: 650px;
}

.why-row {
  margin-bottom: 50px;
}

.whyus {
  display: flex;
      justify-content: space-between;
      overflow: hidden;
}

.row2 {
  justify-content: center;
}
.row3 {
  justify-content: flex-end;
}















@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) {
  section {
    height: calc(100vh - 120px);
  }
}

@media (max-width: 1580px) {
.egg_text {
  width: 60%;
  margin-top: -8px;
}
}
@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%;
  }
  .num {
    width: 50px;
    height: 50px;
  }
  .num_num {
    width: 35px;
    height: 35px;
  }
  .flowrow p {
    font-size: 18px;
  }
  .floh1 {
    font-size: 45px;
  }
  .flowrow {
    width: 68%;
  }
  .main-header p {
    font-size: 28px;
  }

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

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

  .about {
    height: auto;
  }
  .cont-bot {
    display: none;
  }
  .cont-left-bot {
    display: none;
  }
  .cont-right-bot {
    display: none;
  }
  .cont-centr-bot {
    display: none;
  }
  .cont-top {
    display: none;
  }
  .contats-info {
    width: 100%;
  }
  .contacts {
    display: flex;
        flex-direction: column;
  }
  .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;
  }
  .why_mission {
    display: none;
  }
  .logo {
    font-size: 27px;
  }
  .services h2 {
    font-size: 46px;
  }
  .serv-left1 {
    margin-left: auto;
  }
  .serv-left2 {
    margin-left: auto;
  }
  .main-eggs {
    margin-top: 50px;
    flex-direction: column-reverse;
    width: 100%
  }
  .cont_left h2 {
    font-size: 84px;
  }
  .cont_left {
    width: 100%;
  }
  .indtop {
    display: none;
  }
  .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: 80px;
    overflow: auto;
  }

  .burger-menu {
    display: block;
  }
  .mission_line {
    display: none;
  }
  .main, .about {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mission_h1top {
    margin: 39px 0 !important;
  }
  .mission_bot {
    display: none;
  }
  .why_left_bot {
    display: none;
  }
  .why_right_bot {
    display: none;
  }
  .why-row {
    margin-bottom: 15px;
  }
  .menu {
    position: fixed;
    width: 300px;
    background: #fff;
    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;
    transition: 0.3s;
    z-index: 5;
    overflow: auto;
  }
  .menu a {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .menu.active {
    right: 0;
  }

  .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;
  }
  .why_left_bot {
    display: none;
  }
  .whyus {
    display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
  }
  .text_wh_left {
    background-color: #f5f5f5;
    width: 90%;
  }
  .why-wrap {
    margin-top: -10px;
  }
  .text_wh_left h2 {
    font-size: 68px;
    font-weight: bold;
    color: #1d1717;
    padding-top: 3px;
    padding-left: 43px;
  }
  .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;
  }
  .round3 {
    width: 60px;
    height: 60px;
  }
  .why-row p {
    font-size: 19px;
  }
  .cont_left h2 {
    font-size: 60px;
  }
  .contats-info {
    margin-top: 50px;
  }
  .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;
  }
  .text_wh_left h2 {
    font-size: 51px;
  }
  .round3 {
    left: -64px;
  }
  .cont-left-top {
    left: 77%;
  }
  .cont-center {
    top: 43%;
  }
  .num {
    left: -81px;
    width: 45px;
    height: 45px;
  }
  .num1::before {
    font-size: 19px;
  }
  .num2::before {
    font-size: 19px;
  }
  .num3::before {
    font-size: 19px;
  }
  .num4::before {
    font-size: 19px;
  }
  .num5::before {
    font-size: 19px;
  }
  .padleft2 {
    padding-left: 0;
  }
  .num {
    left: -55px;
  }
  .padleft3 {
    padding-left: 0;
  }
  .num_num {
    width: 25px;
    height: 25px;
  }
  .main-header h1 {
    font-size: 48px;
    margin-bottom: 15px;
  }

  .main-header p {
    font-size: 24px;
  }
  .serv-list .img-abs {
    margin-right: 0;
    margin-bottom: 0;
  }
  .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;
    margin-left: 70px;
  }

  .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%;
  }
  .services h2 {
    font-size: 29px;
    margin-left: 15px;
  }
  .cont_left h2 {
    font-size: 47px;
  }
  .compbackbot {
    display: none;
  }
  .about-text h1 {
    font-size: 46px;
  }
  .about-text h2 {
    font-size: 20px;
  }
  .compbackbotcomp {
    display: none;
  }
  .contats-info {
    margin-top: 95px;
  }
  .contats-info h3 {
    font-size: 30px;
  }
  .cont-center {
    right: 19%;
  }
  .cont-center img {
    width: 28%;
  }
  .about-text h3 {
    font-size: 17px;
  }
}

.container {
  width: 100%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 60px;
}
h2 {
  font-size: 48px;
  font-weight: normal;
}
.arrow__header {
  max-width: 992px;
  margin: auto;
  text-align: center;
}
.c-color {
 font-weight: bold;
}
.arr-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
    position: relative;
    width: 20%;
}
.arr-div p{
margin-bottom: 0;
font-size: 21px;
}
 .big-arrow-wrap{
  margin-top: 60px;
  position: relative;
  background-image: url(../img/bigarrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 26%;  
 }
 .compbackcomp {
  position: absolute;
  right: -85%;
  top: -109%;
 }
 .compbackbotcomp {
  position: absolute;
  bottom: -28%;
  right: -79%;
 }
 .compbackbotcomp img {
  width: 50%;
 }
 .big-arrow-bg{
  display: flex;
      position: absolute;
      top: 10px;
      right: 3%;
      left: 5%;
      border: 0;
      height: 100%;
      gap: 15px;
      width: 95%;

 }
 .arr-ico {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background-color: #6A9FE9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
 }
 .arr-text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin: 0 auto;
 }
 .arr-text span {
  font-weight: bold;
 }
 .grid1 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
 }

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


  .grid2 .arr-ico{
    background-color: #6196DF;
  }
  .grid3 .arr-ico{
    background-color: #588DD7;
  }
  .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: 7%;
}
.gr-bot {
  padding-bottom: 4%;
  flex-direction: column-reverse;
}
 .gr-bot .arr-ico{
    margin-bottom: 0px;
    margin-top: 30px;
}
section.arrow {
  overflow: hidden;
  background-color: #36b7f8;
}
.arrow__header h2 {
  font-size: 48px;
  font-weight: bold;
  color: white;
}
.wha_img_top {
  position: absolute;
    top: -40%;
    left: 74%;
}
.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;
}



@media (max-width: 1600px) {

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

@media (max-width: 1400px) {
.arr-text {
  font-size: 14px;
}
section.arrow {
  height: calc(100vh - 120px);
}
.arr-ico {
    width: 70px;
  height: 70px;
}
.arr-ico img{
    width: 40px;
  height: 40px;
}
.arr-div p {
  font-size: 18px;
}
}
@media (max-width: 1200px) {
.arr-ico {
    width: 65px;
  height: 65px;
}
.arr-ico img{
    width: 30px;
  height: 30px;
}
.arr-div p {
  font-size: 15px;
}
}

@media (max-width: 1050px) {

}
@media (max-width: 992px) {
.big-arrow-wrap {
  background-image: none;
    padding-top: 0;
}
.big-arrow-bg {
  position: relative;
  right: 0;
  left: 0;
}
.big-arrow-bg {
  display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      width: 100%;
      height: auto;
}
.arr-div {
  width: 100%;
}
.arr-div p {
  color: white;
  font-size: 24px;
}
.gr-top {
  padding-top: 0;
}
.gr-bot {
  padding-bottom: 0;
  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 {
}
.srv-wrap {
  display: block;
}
.stepline {
  display: none;
}
.steps-wrap {
  display: block;
  width: 300%;
}
}

@media (max-width: 768px) {
.arr-div {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  grid-column: 1 / 6 !important;
  grid-row: auto !important;
  margin-bottom: 30px;
}
.serv-list .img-abs {
  width: 60px;
        height: 60px;
}

.arr-text {
  margin: 0;
    text-align: left;
}
.arrow__header h2 {
  font-size: 38px;
}
.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;
}
.arr-div p {
  font-size: 20px;
}
h2 {
  font-size: 28px;
}
.big-arrow-bg {
  height: auto;
}
.about-img {
  display: none;
}
.service-img {
  display: none;
}
.img-abs {
}
.services h2 {
  font-size: 33px;
}
.srv-wrap {
  display: block;
}
.stepline {
  display: none;
}
.steps-wrap {
  display: block;
  width: 300%;
}
}
