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

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

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

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

a {
  text-decoration: none;
  color: #183f37;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

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

img {
  max-width: 100%;
}

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


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

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

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

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

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

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

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

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

.lang-select {
  width: 77px;
}

.dis-none {
  display: none;
}

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

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

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

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

.anim-d-4 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.anim-d-5 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.anim-d-6 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

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

.burger-menu {
  width: 30px;
  height: 30px;
  display: none;
  position: relative;
  z-index: 99;
}
.burger-menu span {
  width: 100%;
  height: 3px;
    background-color: #019C5D;
  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: #019C5D;
  -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: #019C5D;
  -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: #019C5D;
}
.menu a.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  background: #019C5D;
}
.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: #019C5D;
}
.menu a:hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  background: #019C5D;
}
.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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #019C5D;
}

.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:#019C5D ;
}

.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: #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;
  -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);
  }



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

.container_small {
  max-width: 992px;
}


h2 {
  font-size: 48px;
  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-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: 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%;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  padding: 0 5%;
}

.well-wrap__col {
  width: 50%;
}

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

h1 {
  font-size: 64px;
  font-family: "Livvic-Bold";
  text-transform: uppercase;
  margin-top: 0;
}

p {
  font-size: 24px;
  color: #535353;
}

.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;
  max-width: 750px;

}

.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: "Livvic-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: #019C5D;
  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: "PublicSans-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: #019C5D;
    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: 550px;
}
.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: #019C5D;
  width: 200px;
  height: 200px;
  top: calc(50% - 100px);
  right: 0;
}

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

.table_coll h1 span {
  display: block;
  font-family: "Livvic-Bold";
  font-size: 89px;
  color: #019C5D;
}

.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: "PublicSans-Bold";
    color: white;
    font-size: 22px;
    margin-right: 40px;
}

.list_item span {
  font-family: "PublicSans-Bold";
  color: #019C5D;
  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%;
}

.green_h1 {
  font-size: 57px;
  font-family: "Livvic-Bold";
  color: #019C5D;
  text-transform: none;
  margin-bottom: 10px;
}

.about_text p {
  font-family: "PublicSans-Regular";
  font-size: 21px;
  text-align: justify;
  max-width: 600px;
  color: black;
  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: "PublicSans-Bold";
}

.green_btn:hover {
  background: #019C5D;
}

.mission {
 padding-top: 0;
}

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

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

.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-image: url(../img/mission.png);
  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: "PublicSans-Bold";
  font-size: 45px;
  color: #019C5D;
  margin-bottom: 0;
}

.having_text {
  background: #019C5D;
    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: "Livvic-Bold";
    color: #019C5D;
    text-transform: none;
}

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

.why_round_year {
  width: 200px;
  height: 200px;
  background: #019c5d;
  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: "PublicSans-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: "PublicSans-Bold";
  font-size: 23px;
  color: white;
  margin-right: 30px;
  position: absolute;
  left: 0;
}

.structure_head h2 {
  font-size: 22px;
  font-family: "PublicSans-Bold";
  color:#019c5d;
  position: relative;
}

.struct_row {
  margin-bottom: 30px;
}

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

.struct_numb {
  padding-left: 7.5%;
}

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

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

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

.company_round {
  position: relative;
}

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

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

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

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

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

.head_lower span {
  bottom: -50px;
}

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

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

.cont_text {
  color: white;
  font-size: 78px;
  font-family: "Livvic-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: "PublicSans-regular";
  color: white;
}

p.message_head {
  font-size: 29px;
  font-family: "PublicSans-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: "Livvic-Bold";
  color: #019c5d;
}

.snake_col p {
  font-size: 18px;
  font-family: "PublicSans-Regular";
  max-width: 370px;
  margin: auto;
}
.round_ico {
  width: 170px;
    height: 170px;
    background: #183f37;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    margin: auto;
    margin-top: 30px;
}
.round_ico img{
max-width: 78px;
}
.snake_wrap .container {
  max-width: 1850px;
  padding-right: 15px;
  padding-left: 15px;
}

.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: "PublicSans-Regular";
  max-width: 370px;
  margin: auto;
  min-height: 150px;
}
.snake_col h2 {
  font-size: 26px;
  font-family: "Livvic-Bold";
  color: #019c5d;
  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: #019C5D;
}
























@media (max-width: 1600px) {
.arr-text {
  max-width: 130px;
  font-size: 14px;
}
.arr-ico {
  margin-bottom: 15px;
    width: 100px;
  height: 100px;
}
 .gr-bot .arr-ico{
    margin-bottom: 0px;
    margin-top: 15px;
}
.well-wrap__col {
  width: 50%;
}
.about-row2__text {
  padding-left: 30px;
}
.about-row__text h1 {
  font-size: 40px;
}
.services-text {
  padding-left: 30px;
  padding-right: 30px;
}
.service-img {
  height: 80%;
}
.round_ico {
  width: 140px;
  height: 140px;
}
.snake_row.row_revers .snake_col .round_ico {
  margin-top: 63px;
}
}

@media (max-width: 1400px) {
.arr-text {
  font-size: 14px;
}
.arr-ico {
    width: 70px;
  height: 70px;
}
.arr-ico img{
    width: 40px;
  height: 40px;
}
.well-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.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;
}
}
@media (max-width: 1200px) {
.arr-text {
  font-size: 12px;
  max-width: 110px;
}
.arr-ico {
    width: 65px;
  height: 65px;
}
.arr-ico img{
    width: 30px;
  height: 30px;
}
.about-row2__img {
  width: 100%;
  text-align: center;
}
.about-row2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-row2__text {
  width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
}
.round_ico {
  width: 90px;
  height: 90px;
}
  .snake_col p {
  min-height: 150px;
}
.snake_row.row_revers {
margin-top: -175px;
}
.struct_row p {
  min-height: 125px;
  font-size: 18px;
}
.company_img {
  min-width: 285px;
}
.struct_wrap {
  margin-top: 110px;
}
}

@media (max-width: 1050px) {
.gr-top {
  padding-top: 32%;
}
.well-wrap__col {
  width: 100%;
}
.well-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.green_bg {
  display: none;
}
.well-img {
  display: none;
}
.why-wrap__big {
  max-width: 1800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.why-wrap {
  margin-top: 5px;
}
.why-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
.text-left {
  margin-bottom: 25px;
}

}

@media (max-width: 1024px) {
  .snake_wrap {
      background-image: none;
  }
  .snake_row, .snake_row.row_revers {
    max-width: 100%;
  }
  .snake_col {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: 30px;
  }
    .snake_row.row_revers {
      margin-top: 0;
    }
    .snake_row .snake_col:last-child{
    padding-right: 15px;
  }
  .snake_row .snake_col:first-child{
      padding-left: 15px;
  }
  .snake_row.row_revers .snake_col:last-child{
    padding-right: 15px;
  }
  .snake_row.row_revers .snake_col:first-child{
    padding-left: 15px;
  }
  .snake_row.row_revers .snake_col .round_ico {
      margin-top: 0;
    }
    .snake_row.row_revers .snake-text, .snake_row .snake-text {
      margin-top: 10px;
    }
    .snake_col h2 {
      margin-bottom: 15px !important;
    }
    .snake_row {
    margin-bottom: 30px;
  }
    .snake_col p {
      min-height: auto;
    }
    .structure_head {
      margin-bottom: 15px;
    }
    .structure_head h2 {
      margin-bottom: 5px !important;
    }
    .struct_row {
      margin-bottom: 20px;
    }
  }

@media (max-width: 992px) {
.big-arrow-wrap {
  background-image: none;
    padding-top: 0;
}
.big-arrow-bg {
  position: relative;
  right: 0;
  left: 0;
}
.gr-top {
  padding-top: 0;
}
.gr-bot {
  padding-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.arr-text {
  font-size: 16px;
  max-width: 100%;
}
.arr-ico {
  width: 100px;
  height: 100px;
}
.arr-ico img {
  width: 40px;
  height: 40px;
}
section.arrow {
  margin-top: 120px;
  overflow: visible;
}
.gr-bot .arr-ico {
  margin-bottom: 15px;
  margin-top: 0;
}
.about-img {
  display: none;
}
.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: #019c5d;
}
.company_round img {
  display: none;
}
.struct_row p {
  padding-left: 90px;
}
}

@media (max-width: 768px) {
.arr-div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-grid-column: 1 !important;
  -ms-grid-column-span: 5 !important;
  grid-column: 1 / 6 !important;
  grid-row: auto !important;
  margin-bottom: 30px;
}
.arr-text {
  margin: 0;
    text-align: left;
}
.gr-bot .arr-ico {
  margin-bottom: 0px;
  margin-top: 0;
}
.arr-ico {
  margin-bottom: 0px;
  margin-right: 20px;
    width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
}
h2 {
  font-size: 28px;
}
.big-arrow-bg {
  height: auto;
}
.about-img {
  display: none;
}
.service-img {
  display: none;
}
.img-abs {
display: none;
}
.srv-wrap {
  display: block;
}
.stepline {
  display: none;
}
.steps-wrap {
  display: block;
  width: 300%;
}
h1 {
  font-size: 40px;
}
.services-text {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
p.head-r {
  font-size: 20px;
}
.about_text {
  width: 100%;
}

.about_img {
  display: none;
}
.table_img {
  display: none;
}

.logo {
  min-width: 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;
}
}

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

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