@font-face {
  font-family: "Muller UltraLight";
  src: url("../fonts/MullerUltraLight.eot");
  src: url("MullerUltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerUltraLight.woff") format("woff"), url("../fonts/MullerUltraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Muller Regular";
  src: url("../fonts/MullerRegular.eot");
  src: url("MullerRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerRegular.woff") format("woff"), url("../fonts/MullerRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Muller Bold";
  src: url("../fonts/MullerBold.eot");
  src: url("MullerBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerBold.woff") format("woff"), url("../fonts/MullerBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Muller Black";
  src: url("../fonts/MullerBlack.eot");
  src: url("MullerBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerBlack.woff") format("woff"), url("../fonts/MullerBlack.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: "Muller 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: #EF863E82;
  -webkit-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;
}

h2 {
  font-size: 58px;
  font-family: "Muller Bold", sans-serif;
  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;
}

.burger-menu {
  width: 30px;
  height: 30px;
  display: none;
  position: relative;
  z-index: 99;
}
.burger-menu span {
  width: 100%;
  height: 3px;
    background-color: #f0a774;
  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: #f0a774;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.burger-menu span:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 100%;
  height: 3px;
    background-color: #f0a774;
  -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 {
  font-size: 30px;
  color: #0943AC;
  font-family: "Muller Bold", sans-serif;
}

.menu a {
  margin-right: 40px;
  font-size: 20px;
  position: relative;
}
.menu a.active {
  font-weight: 800;
  color: #EF863E;
}
.menu a.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  background: #EF863E;
}
.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: #EF863E;
}
.menu a:hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  background: #EF863E;
}
.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;
  font-family: "Muller Bold", sans-serif;
  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;
}

.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;
  font-family: "Muller Bold", sans-serif;
}

.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;
  font-family: "Muller Bold", sans-serif;
}

.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: 85%;
  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: 100%;
}
.about-text p {
  font-size: 24px;
}

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

.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-family: "Muller Bold", sans-serif;
  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;
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(146.31deg, #EF863E 20.78%, #FEAE35 83.95%, #FEC635 83.95%);
  -webkit-box-shadow: -8px 8px 20px rgba(239, 134, 62, 0.86);
          box-shadow: -8px 8px 20px rgba(239, 134, 62, 0.86);
  top: -20px;
  left: -20px;
}
.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%;
}

.services-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;
  height: 100%;
  padding-right: 80px;
}
.services-text div {
  margin: auto 0;
}
.services-text h2 {
  margin-bottom: 30px;
}

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

.serv-list {
  position: relative;
  margin-bottom: 50px;
}
.serv-list .img-abs {
  height: 86px;
  width: 86px;
}
.serv-list .img-abs img {
  width: 40px;
}
.serv-list p {
  font-size: 24px;
  margin-left: 100px;
  padding-top: 40px;
}

.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: #EF863E;
}
.products-wrap a img {
  margin-right: 20px;
}
.products-wrap a:hover {
  background: #EF863E;
  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: #EF863E;
}

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

  .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;
    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: 80px;
    overflow: auto;
  }

  .burger-menu {
    display: block;
  }

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

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

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