@font-face {
  font-family: "Halvar MD";
  src: url("../fonts/HelveticaWorld-Regular.eot");
  src: url("HelveticaWorld-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaWorld-Regular.woff") format("woff"), url("../fonts/HelveticaWorld-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy Light";
  src: url("../fonts/HelveticaWorld-Regular.eot");
  src: url("HelveticaWorld-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaWorld-Regular.woff") format("woff"), url("../fonts/GHelveticaWorld-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HalvarBreit Lt";
  src: url("../fonts/HelveticaWorld-Bold.eot");
  src: url("HelveticaWorld-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaWorld-Bold.woff") format("woff"), url("../fonts/HelveticaWorld-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: "HalvarBreit Lt", sans-serif;

}



header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          background: transparent;
  background:no-repeat;
  z-index: 10;
  padding: 20px 60px;
}

.backhead {
  background-image: url(../img/head1.png);
}

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

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

img {
  max-width: 100%;

}

.cont-list a {
color: #4190c0;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
}

h1 {
  font-size: 75px;
    margin: 0.67em 0;
    color: #0f70b6;
}

h2 {
  font-size: 58px;
  font-family: "Halvar MD", sans-serif;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

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

.custom-select {
  display: block;
  font-size: 16px;
  color: white;
  width: 100%;
  max-width: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: none;
  background-color: #D9D9D9;
  outline: 0px;
  padding: 5px;
  border-radius: 25px;
}

.menu {
  width: 100%;
}

.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.2s;
          animation-delay: 0.2s;
}

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

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

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

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

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

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

.anim-d-8 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.anim-d-9 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}


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

.logo p {
  margin-bottom: 0;
  text-transform: uppercase;
font-size: 22px;
color: #0f70b7;
font-weight: bold;

}

.headwrap {
  display: flex;
  align-items: center;
  background-image: url(../img/head1.png);
  background-position: 141px 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%;
  padding: 11px 60px;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.headimg {
  background-image: url(../img/head4.png);
  min-height: 194px;
  min-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu a {
  margin-right: 40px;
  font-size: 20px;
  position: relative;
}
.menu a.active {
  font-weight: 800;
  color: #0f70b7;
}
.menu a.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  background: #0f70b7;
}
.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: #0f70b7;
}
.menu a:hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  background: #0f70b7;
}
.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-top: 85px;
  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: 30%;
}

.egg_col2{
  width: 70%;
}

.egg_col2 h3{
font-size: 48px;
font-weight: 700;
line-height: 1;
}

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

.egg_col2div{
  display: flex;
  align-items: center;
}

.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;
  margin-bottom: 20px;
}
.egg-head-img img {
  margin-right: 15px;
}

.sub-head-p {
  font-size: 40px;
  font-family: "Muller Bold", sans-serif;
}

.about {
  overflow-y: hidden;
  margin-top: 110px;
  display: flex;
  background: #0f70b6;
}

.about-text {
  -ms-flex-preferred-size: 55%;
      flex-basis: 62%;
      color: #f3f3f3;
      position: relative;
}
.about-text h2 {
  margin-bottom: 60px;
  color: black;
  font-size: 78px;
}
.about-text .text-wrap {
  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;
}

.round {
  width: 540px;
  height: 540px;
  background: #EABF0F;
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  left: -12%;
  bottom: -33%;
}

.engn-wrap {
  width: 50%;
  margin-left: auto;
  position: relative;
}

.textimgservice ul {
  padding-left: 20px;
}

.radiustext {
  font-size: 24px;
  padding: 35px;
}

.blocksmallwrap {
  display: flex;
justify-content: space-between;
margin-top: 80px;
}

.block2 {
  top: -31%;
right: -13%;
left: auto !important;
}

.radiussrv {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  color: #0f70b6;
  display: flex;
  align-items: center;
  padding: 0px 16px;
  /* background: #da3e1a; */
  border-bottom-left-radius: 108px;
  border-top-right-radius: 108px;
  margin-top: 138px;
}

.engn {
  padding-top: 65px;
  background-image: url(../img/background.png);
  position: relative;
  overflow-y: hidden;
}

.text_block1 h3 {
  color: #000000;
}

.text_block1 p {
  color: white;
}

.engn-text h2 {
  color: #000000;
  margin-bottom: 25px;
}

.imgservice {
  background: white;
border-radius: 50%;
width: 67px;
height: 67px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: -34px;
left: 20px;
}

.blockimg {
  position: absolute;
  left: 0%;
  z-index: 1;
  bottom: 0%;
}

.radiuscat {
  position: absolute;
height: 236px;
width: 236px;
background: orange;
border-radius: 50%;
left: -5%;
top: -10%;
z-index: 0;
}

.engn-wrap .blocksmall {
  background: #DA3E1A;
  border-radius: 15px;
  width: 45%;
  padding: 40px 15px 15px 20px;
  position: relative;
}

.engn-text {
  width: 70%;
  margin-right: auto;
}

.textimg {
  display: flex;
align-items: center;
margin-bottom: 20px;
}

.textimg img {
  margin-right: 10px;
}

.about-img {
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
background-image: url(../img/Frame-17.png);
background-size: cover;
background-repeat: no-repeat;
position: relative;
}

.logo a{
height: 88px;
width: 88px;
display: flex;
border-radius: 50%;
align-items: center;
justify-content: center;
margin-right: 30px;
}

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

.call5 ul li, .call5 .h3, .products h2, .products h2 span {
  color: #000000;
}

.call5 {
  width: 100%;
  display: flex;
}

.call5, .col1 ul {
  padding-left: 13px;
}

.call5 .h3{
  font-size: 24px;
font-weight: bold;
}

.call5 ul li{
  font-family: "Gilroy Light",sans-serif;

}

.call5 .col1 {
  padding-right: 15px;
  width: 20%;
}

.products h2 span {
  display: block;
  font-size: 42px;
}

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

.formkont input {
  width: 100%;
}

.formtext textarea {
  width: 100%;
  background: #F1F1F1;
box-shadow: inset 0px 10px 18px rgba(0, 0, 0, 0.09);
border-radius: 8px;
padding: 15px;
}

.formcheck {
  margin-top: 20px;
}

.contactform input{
  padding: 15px;
  margin-bottom: 10px;
  background: #F1F1F1;
box-shadow: inset 0px 10px 18px rgba(0, 0, 0, 0.09);
border-radius: 8px;
}

.contactform {
  width: 40%;
max-width: 800px;
}

input.btn-smal {
  background: linear-gradient(95.66deg, #DA3E1A 7.12%, #C12B08 100.77%);
  box-shadow: 0px 4px 50px rgba(217, 61, 25, 0.3);
  border-radius: 8px;
}

.inp2col {
  display: flex;
  justify-content: space-between;
}

.inp2col input {
  width: 49%;
}

.products-wrap{
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
margin-bottom: 1.33333%;
}

.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 {
  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%;
}
.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: baseline;
          justify-content: center;
          flex-basis: 45%;
  background-image: url(../img/head2.png);
  background-position: right center;
background-repeat: no-repeat;
background-size: contain;
  
}


.withbg{
  flex-wrap: wrap;
  padding: 0; 
}

.text1 {
  position: absolute;
max-width: 600px;
left: 18%;
bottom: 3%;
padding: 20px 15px;
font-size: 20px;
}

.logo2 {
  display: flex;
align-items: center;
}

.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;
  padding-top: 190px;
position: relative;  
overflow: hidden;
}

.number{
  display: flex;
flex-wrap: wrap;
color: white;
margin-left: 50px;
    width: 100%;
    margin-top: 50px;
}

.services-text h2 {
  margin-bottom: 30px;
  color: #0f70b6;
  font-size: 75px;
}

.number_call {
flex-basis: 50%;
}

.servicesdark {
}

.service-imgpng {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: left;
  margin-top: 135px;
}

.serv-list {
  position: relative;
  margin-bottom: 50px;
  display: flex;
  padding-right: 15px;
}

.serv-list .img-abs img {
  width: 40px;
  min-width: 40px;
}
.serv-list p {
  font-size: 24px;
  margin-left: 20px;
  margin-bottom: 0;
}

.engnprod {
  background-image: url(../img/backprod.png);
  background-repeat: no-repeat;
    background-size: contain;
}

.sp_blue {
  font-size: 52px;
    margin-right: 10px;
    color: #0f70b6;
}

.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;
        align-items: center;
        padding-top: 128px;
          background: #282828;
          background-image: url(../img/futer1.png);
min-width: 100%;
background-position: bottom center;
background-repeat: no-repeat;
background-size: contain;
}
.products h2 {
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
  color: #DA3E1A;
}

.products-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  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;
  border-radius: 100px;
  padding: 10px;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  font-size: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
color: black;
margin-left: 1%;
}
.products-wrap a img {
  margin-right: 20px;
}
.products-wrap a:hover {
  background: #D9D9D9;
  color: black;
}

.sectonimg {
  background-image: url(../img/futer1.png);
  min-height: 351px;
  min-width: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

.contacts {
  padding-right: 0;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: flex;
  background-image: url(../img/background.png);
  padding-top: 190px;
  overflow: hidden;
  justify-content: center;
}

.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;
          padding-left: 20px;
}
.cont-text .img-abs {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 30px;
  width: 80px;
  height: 80px;
  min-width: 80px;
  background: #4190c0;
border-radius: 50%;
}
.cont-text .img-abs img {
  width: 45px;
}
.cont-text a:hover {
  color: #4190c0;
}

.cont-list span {
  color: #4190c0;
}

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

.contats-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  width: 45%;
}

.contats-info h2, .contactform h2 {
  margin-bottom: 40px;
  color: #4190c0;
  padding-left: 25px;
  font-size: 75px;
}


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

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

.oborud img {
  max-width: 100%;
}

.zapchast h1 {
  font-size: 72px;
  margin: 0;
  color: #0f70b7;
  padding-left: 20px;
  margin-bottom: 50px;
}

.oborud {
  display: flex;
flex-direction: column;
width: 50%;
background: white;
}

.push_comp {
  display: flex;
  width: 235px;
  height: 65px;
  border: medium solid #0f70b6;
  border-radius: 31px;
  align-items: center;
  justify-content: center;
}

.push_comp a {
  font-size: 21px;
    font-weight: bold;
    color: #0f70b6;
    padding: 9px;
    margin-bottom: 5px;
}

.push_comp img {
  width: 21px;
    height: 21px;
}

.zapchast {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-height: 65%;
  width: 50%;
  justify-content: center;
  background: white;
}

.kartinka {
  background-image: url(../img/multi10.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 65%;
  background-position: center;
}

.oborud p {
  font-size: 28px;
  width: 300px;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
  margin-top: 50px;
  color: #0f70b6;
}

.number p {
  color: black;
  font-size: 22px;
  font-family: "Gilroy Light";
}

.rope {
  background: rgb(15, 112, 183);
  background: linear-gradient(35deg, rgba(15, 112, 183, 1) 35%, rgba(255, 255, 255, 1) 100%);
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 65px;
  padding: 15px;
  padding-top: 0;
  position: relative;
  height: 100%;
  min-height: 200px;
}

.rope2 {
  background: rgb(15, 112, 183);
  background: linear-gradient(270deg, rgb(44 136 199) 35%, rgba(255, 255, 255, 1) 100%);
  padding-left: 76px;
}

.rope2::after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 100px 0px 100px 92px;
  border-color: transparent transparent transparent #2C88C7;
  transform: rotate(0deg);
  position: absolute;
  right: 0;
  transform: translate(100%, 7px);
  z-index: 9;
}

.rope_blue {
  display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    padding-right: 91px;
}

.rope_img { 
  width: 150px;
  height: 150px;
  background-color: #0f70b6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -100px;
  margin-bottom: 20px;
  border: 8px solid #fff;
}

.rope_img img {
  max-width: 75px;
}

.rope p {
  color: white;
  font-family: "Gilroy Light";
  font-size: 20px;
  display: flex;
  align-items: center;
}

p.oborud_paragraph {
  color:#0f70b6 ;
  font-size: 28px;
  font-weight: bold;
  width: 70%;
}

.rope_tope {
  position: absolute;
    top: -13%;
    left: -8%;
    width: 568px;
}

.rope_bottom {
  position: absolute;
    width: 568px;
    bottom: -20%;
    right: 0;
}

p.prod_oborud {
  width: 100%;
}







@media (min-width: 1400px) {
  section {
    height: 100vh;
  }
}
@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;
  }

  .blockimg {
    width: 300px;
  }

  .round {
    display: none;
  }

}











@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: 100vh;
  }

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

  .call5 .h3 {
    font-size: 20px;
  }

  .blockimg {
    display: none;
  }

  .about-img {
    display: none;
  }

  .headimg {
    display: none;
  }

  .menu a {
    margin-right: 20px;
    font-size: 18px;
}

.zapchast h1 {
  font-size: 62px;
}

}








@media (max-width: 1200px) {
  .menu a {
    margin-right: 15px;
    font-size: 16px;
  }

  .logo {
    font-size: 27px;
  }

  .main-eggs {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-eggs .main-egg {
    margin-bottom: 30px;
  }

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

  h2 {
    font-size: 60px;
  }


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

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

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

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

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

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

  .call5 {
    flex-wrap: wrap;
  }

  .call5 .col1 {
    width: 33.333%
  }

  .headwrap {
    padding: 11px 20px;
    background-position: 91px 0;
  }

  .logo2 {
    padding-right: 20px;
}

.logo p {
  font-size: 16px;
}

.logo a {
  margin-right: 15px;
}

.about-text h2 {
  font-size: 60px;
}

.rope2 {
  width: calc(50% - 30px);
}



}








@media (max-width: 992px) {
  header {
    height: 80px;
    justify-content: space-between;
  }

  section {
    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;
    background: #000000e0;
  }

  .contats-info h2, .contactform h2 {
    font-size: 55px;
  }

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

.rope {
  width: calc(50% - 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: 15px;
  }

  .custom-select {
    position: relative;
    right: -40%;
  }

  .headwrap {
    justify-content: space-between;
}

.headwrap {
  background-position: 112px 0;
}

.service-img {
  display: none;
}

.engn-wrap {
  width: 75%;
}

.contactform {
  display: none;
}

.services-text h2 {
  font-size: 45px;
}

.oborud {
  width: 100%;
  padding-top: 19px;
}

.zapchast {
  width: 100%;
}

.kartinka {
  min-height: 400px;
}

.about {
  flex-direction: column-reverse;
}

.contats-info {
  width: 100%
}

.cont-list {
  margin-bottom: 30px;
  font-size: 20px;
}

}

@media (max-width: 840px) {

  .rope {
    width: 100%;
  }




}







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

  .call5 .col1 {
    width: 100%
  }

  .logo2 {
    max-width: 350px;
}

.headwrap {
  background-position: 107px 0;
}

.blocksmallwrap {
  display: none;
}


.cont-text .img-abs {
  width: 60px;
  height: 60px;
  min-width: 60px;
}

}








@media (max-width: 576px) {
  header {
    padding: 0px 15px;
  }

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

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

  .radiussrv {
    margin-top: 0;
  }

  .number {
    margin-left: 0;
  }

}








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

  .headwrap {
    background-position: 73px 0;
    padding: 11px 15px;
}

.logo2 {
  padding-right: 10px;
  max-width: 250px;
}

.logo a {
  height: 60px;
  width: 60px;
}

.logo p {
  font-size: 13px;
}

.zapchast h1 {
  font-size: 40px;

}

.about {
  background: transparent;
}

.engnprod h1 {
  font-size: 55px;
}

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

.container h1 {
  font-size: 55px;
}

.rope {
  margin-left: 20px;
}

.rope2 {
  padding-left: 33px;
}

}


.dis-none {
  display: none;
}