.contacts-main {
  padding: 100px 0px;
}
 

html {
  zoom: 80%;
  scroll-behavior: smooth;
}

@media(max-width: 767.98px) {
  html {
      zoom: 100%;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

.small-heading {
  font-size: 32px !important; 
  line-height: 1.14em !important;
}

@media screen and (max-width: 767.98px) {
  .small-heading {
    font-size: 30px !important;
  }
}


:root {
  --theme: #FE5900;
  --text-color: #4A1D1F;
  --font-title: 56px;
  --font-description: 22px;
  --font-middle: 24px;
  --line-title: 71px;
  --container: 1270px;
  --container-min: 1050px;
  --ru-font: 'Pangram Sans', sans-serif;
  --kz-font: 'Open Sans', sans-serif; 
}

.btn.green-btn {
  background-color: #1F9F0E;
}

.btn.disabled {
  background-color: white;
}

* {
  margin: 0;
  padding: 0;
}

.lang-ru, body.lang-ru, 
.lang-ru .btn, body.lang-ru .btn,
.lang-ru button, body.lang-ru button {
  font-family: var(--ru-font);
}

.lang-kz, body.lang-kz 
.lang-kz .btn, body.lang-kz .btn,
.lang-kz button, body.lang-kz button {
  font-family: var(--kz-font);
}

body {
  font-family: var(--ru-font);
  color: var(--text-color);
  background-color: #F8F8F8;
}

body .container {
  width: 95%;
  max-width: var(--container);
  margin: 0 auto;
}

body .container.min {
  width: var(--container-min);
}

body .p {
  padding: 80px 0;
}

body .p-200 {
  padding: 200px 0;
}

body input,
body textarea {
  background-color: #fff;
  padding: 10px 10px;
  border: 2px solid var(--theme);
  border-radius: 8px;
  font-size: 16px;
}

body input::-webkit-input-placeholder, body textarea::-webkit-input-placeholder {
  font-weight: 500;
  color: #A3A3A3;
}

body input::-moz-placeholder, body textarea::-moz-placeholder {
  font-weight: 500;
  color: #A3A3A3;
}

body input:-ms-input-placeholder, body textarea:-ms-input-placeholder {
  font-weight: 500;
  color: #A3A3A3;
}

body input::-ms-input-placeholder, body textarea::-ms-input-placeholder {
  font-weight: 500;
  color: #A3A3A3;
}

body input::placeholder,
body textarea::placeholder {
  font-weight: 500;
  color: #A3A3A3;
}

body section.first-slide .wrapper .item-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
}

body section.first-slide .wrapper .item-preview .article {
  width: 53%;
  margin: 0 5% 0 0;
}

body section.first-slide .wrapper .item-preview .article .subtitle {
  font-size: 20px;
  text-transform: uppercase;
}

body section.first-slide .wrapper .item-preview .article .title {
  font-size: var(--font-title);
  text-transform: uppercase;
  color: var(--theme);
  line-height: var(--line-title);
  font-weight: 700;
}

body section.first-slide .wrapper .item-preview .article .description {
  font-size: var(--font-description);
  line-height: 27px;
}

body section.first-slide .wrapper .item-preview .image-block {
  width: 60%;
}

body section.first-slide .wrapper .item-preview .image-block .image-preview {
  width: 100%;
}

body section.first-slide .wrapper .item-preview.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

body section.first-slide .wrapper .item-preview.reverse .article {
  text-align: right;
  margin: 0 0 0 5%;
}

body section.work-result .wrapper .article {
  width: 100%;
  margin-bottom: 40px;
}

body section.work-result .wrapper .article .title {
  font-size: var(--font-title);
  color: var(--theme);
  line-height: var(--line-title);
  text-transform: uppercase;
}

body section.work-result .wrapper .article .description {
  font-size: var(--font-description);
}

body section.work-result .wrapper .results-list {
  margin-bottom: 40px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body section.work-result .wrapper .results-list li {
  font-size: 24px;
  font-weight:700;
  line-height: 30px;
  color: var(--theme);
  width: 40%;
  margin-bottom: 20px;
  margin-right: 5%;
  text-transform: uppercase;
}

body section.work-result .wrapper .citate {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

body section.numbers .wrapper {
  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;
}

body section.numbers .wrapper .article {
  text-align: center;
  width: 60%;
  margin-bottom: 40px;
}

body section.numbers .wrapper .article .title {
  font-size: var(--font-title);
  color: var(--theme);
  line-height: var(--line-title);
  text-transform: uppercase;
  margin-bottom: 20px;
}

body section.numbers .wrapper .article .description {
  font-size: var(--font-description);
  line-height: 27px;
}

body section.numbers .wrapper .diagrams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

body section.numbers .wrapper .diagrams .item-digram {
  width: 30%;
}

body section.numbers .wrapper .diagrams .item-digram .diagram {
  width: 100%;
}

body section.numbers .wrapper .diagrams-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 93%;
}

body section.numbers .wrapper .diagrams-info .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body section.numbers .wrapper .diagrams-info .item-info.yellow::before {
  background-color: #FFBD14;
}

body section.numbers .wrapper .diagrams-info .item-info.orange::before {
  background-color: #FE5900;
}

body section.numbers .wrapper .diagrams-info .item-info.brown::before {
  background-color: #4A1D1F;
}

body section.numbers .wrapper .diagrams-info .item-info::before {
  content: "";
  display: block;
  width: 100px;
  height: 25px;
  background-color: #FFBD14;
}

body section.numbers .wrapper .diagrams-info .item-info p {
  font-size: 26px;
  text-transform: uppercase;
  margin-left: 20px;
}

body section.we-watch .wrapper .title {
  font-size: var(--font-title);
  color: var(--theme);
  line-height: var(--line-title);
  text-transform: uppercase;
  margin-bottom: 40px;
}

body section.we-watch .wrapper .watch-list {
  margin-bottom: 40px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body section.we-watch .wrapper .watch-list li {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: var(--text-color);
  width: 50%;
  margin-bottom: 20px;
  text-transform: uppercase;
}

body section.awards .wrapper {
  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;
}

body section.awards .wrapper .article {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

body section.awards .wrapper .article .title {
  font-size: var(--font-title);
  color: var(--text-color);
  line-height: var(--line-title);
  text-transform: uppercase;
}

body section.awards .wrapper .article .description {
  font-size: var(--font-description);
  line-height: 27px;
}

body section.awards .wrapper .awards-list {
  width: 100%;
}

body section.awards .wrapper .awards-list .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}



body section.awards .wrapper .awards-list .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}



body section.our-products .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body section.our-products .wrapper .article {
  width: 55%;
  margin: 0 5% 0 0;
}

body section.our-products .wrapper .article .subtitle {
  font-size: 20px;
  text-transform: uppercase;
}

body section.our-products .wrapper .article .title {
  font-size: var(--font-title);
  text-transform: uppercase;
  color: var(--theme);
  line-height: var(--line-title);
  font-weight: 700;
  margin-bottom: 20px;
}

body section.our-products .wrapper .article .description {
  font-size: var(--font-description);
  line-height: 27px;
  margin-bottom: 20px;
  width: 88%;
}

body section.our-products .wrapper .article .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body section.our-products .wrapper .article .btns button {
  margin-right: 10px;
}

body section.our-products .wrapper .image-block {
  width: 40%;
  position: relative;
}

body section.our-products .wrapper .image-block .image {
  width: 100%;
}

body section.our-products .wrapper .image-block .medal {
  width: 100px;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

body section.clients {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}

body section.clients::before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.65;
}

body section.clients .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body section.clients .wrapper .title-mobile {
  display: none;
}

body section.clients .wrapper .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70%;
}

body section.clients .wrapper .logos .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body section.clients .wrapper .logos .top a {
  padding: 0 10px;
}

body section.clients .wrapper .logos .top a .logo {
  width: 260px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

body section.clients .wrapper .logos .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body section.clients .wrapper .logos .bottom a {
  padding: 0 20px;
}

body section.clients .wrapper .logos .bottom a .logo {
  width: 300px;
}

body section.clients .wrapper .articles {
  width: 30%;
}

body section.clients .wrapper .articles .title {
  font-size: 50px;
  line-height: 55px;
  padding: 0 0 0 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--theme);
  border-left: 2px solid var(--text-color);
}

body section.history .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body section.history .wrapper .article {
  width: 48%;
}

body section.history .wrapper .article .title {
  font-size: var(--font-title);
  text-transform: uppercase;
  color: var(--theme);
  line-height: var(--line-title);
  font-weight: 700;
  white-space: nowrap;
}

body section.history .wrapper .article .description {
  font-size: var(--font-description);
  line-height: 27px;
  margin-bottom: 40px;
}

body section.history .wrapper .article .clients-count {
  font-size: 200px;
  color: var(--theme);
  line-height: 200px;
  font-weight: 700;
  margin-bottom: 20px;
}

body section.history .wrapper .article .title-cleints {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
}

body section.history .wrapper .article .stock {
  font-size: var(--font-description);
}

body section.history .wrapper .image-block {
  padding-top: 130px;
  width: 54%;
}

body section.history .wrapper .image-block .image-preview {
  width: 100%;
}

body section.kz-love {
  overflow: hidden;
}

body section.kz-love .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

body section.kz-love .wrapper .article {
  width: 40%;
  position: relative;
  z-index: 1;
}

body section.kz-love .wrapper .article .title {
  font-size: var(--font-title);
  text-transform: uppercase;
  color: var(--theme);
  line-height: var(--line-title);
  font-weight: 700;
}

body section.kz-love .wrapper .article .description {
  font-size: var(--font-description);
  line-height: 27px;
}

body section.kz-love .wrapper .subtitle {
  font-size: var(--font-title);
  text-transform: uppercase;
  color: var(--theme);
  line-height: var(--line-title);
  font-weight: 700;
  z-index: 1;
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: right;
}

body section.kz-love .wrapper .img-kz {
  position: absolute;
  z-index: 0;
  right: -10%;
  width: 75%;
  top: -50%;
}

body section.feedback .wrapper {
  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;
}

body section.feedback .wrapper .article {
  text-align: center;
  width: 920px;
  margin-bottom: 40px;
}

body section.feedback .wrapper .article .subtitle {
  font-size: 20px;
  text-transform: uppercase;
}

body section.feedback .wrapper .article .title {
  font-size: var(--font-title);
  text-transform: uppercase;
  color: var(--theme);
  line-height: var(--line-title);
  font-weight: 700;
}

body section.feedback .wrapper .article .description {
  font-size: var(--font-description);
  line-height: 27px;
}

body section.feedback .wrapper .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
}

body section.feedback .wrapper .bottom .form-block {
  width: 50%;
  border-right: 2px solid var(--theme);
}

body section.feedback .wrapper .bottom .form-block form {
  width: 400px;
}

body section.feedback .wrapper .bottom .form-block form .form-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

body section.feedback .wrapper .bottom .form-block form .form-required label {
  margin-bottom: 5px;
  font-size: var(--font-description);
}

body section.feedback .wrapper .bottom .form-block form .form-required input {
  width: 80%;
}

body section.feedback .wrapper .bottom .form-block form .form-required textarea {
  height: 150px;
}

body section.feedback .wrapper .bottom .contact-block {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body section.feedback .wrapper .bottom .contact-block .contact {
  border: 2px solid var(--theme);
  padding: 10px;
  border-radius: 8px;
  width: 100%;
  max-width: 380px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

body section.feedback .wrapper .bottom .contact-block .contact .item-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

body section.feedback .wrapper .bottom .contact-block .contact .item-contact.address {
  margin-top: 40px;
}

body section.feedback .wrapper .bottom .contact-block .contact .item-contact .info {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
}

body section.feedback .wrapper .bottom .contact-block .contact .item-contact label {
  font-weight: 600;
}

body section.feedback .wrapper .bottom .contact-block .contact .item-contact .info .address-call {
  font-size: var(--font-description);
  font-weight: 500;
}

body section.feedback .wrapper .bottom .contact-block .contact .item-contact.call .info .address-call {
  color: var(--theme);
  text-decoration: underline;
  margin-bottom: 15px;
}

body section.feedback .wrapper .bottom .contact-block .contact .item-contact .info a {
  color: var(--text-color);
  text-decoration: none;
  font-weight: 600;
}

body section.feedback .wrapper .bottom .contact-block .contact .item-contact .info a.email {
  color: var(--theme);
}

body section.feedback .wrapper .bottom .contact-block .contact .item-contact .info span {
  font-weight: 600;
}

body section.feedback .wrapper .bottom .contact-block .contact .item-contact .icon {
  margin-right: 10px;
}

@media (max-width: 1399px) {
  :root {
    --container: calc(100vw - 160px);
    --font-title: 38px;
    --line-title: 48px;
    --font-description: 18px;
    --container-min: calc(100vw - 200px);
  }

  body section.first-slide .wrapper .item-preview .article .subtitle {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
  }

  body section.work-result .wrapper .results-list li {
    width: 45%;
  }

  body section.awards .wrapper .awards-list {
    width: 100%;
  }


  body section.numbers .wrapper .article {
    width: 60%;
  }

  body section.numbers .wrapper .diagrams-info .item-info::before {
    width: 80px;
    height: 18px;
  }

  body section.numbers .wrapper .diagrams-info .item-info p {
    font-size: 18px;
  }

  body section.history .wrapper .article .clients-count {
    font-size: 150px;
    line-height: 180px;
  }

  body section.history .wrapper .article .title-cleints {
    font-size: 26px;
  }

  body section.kz-love .wrapper .img-kz {
    width: 80%;
  }

  body section.clients .wrapper .logos .top a .logo {
    width: 180px;
    height: 100px;
  }

  body section.clients .wrapper .logos .bottom a .logo {
    width: 240px;
  }

  body section.clients .wrapper .articles .title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 1023px) {
  body section.first-slide .wrapper .item-preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  body section.first-slide .wrapper .item-preview.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  body section.first-slide .wrapper .item-preview.reverse .article {
    margin: 0;
  }

  body section.first-slide .wrapper .item-preview .article {
    width: 100%;
    margin: 0;
  }

  body section.first-slide .wrapper .item-preview .image-block {
    width: 100%;
    margin: 0 0 40px 0;
  }

  body section.work-result .wrapper .article {
    width: 100%;
  }

  body section.work-result .wrapper .results-list li {
    width: 100%;
    margin-right: 0;
  }

  body section.work-result .wrapper .citate br {
    display: none;
  }

  body section.numbers .wrapper .article {
    width: 100%;
  }

  body section.numbers .wrapper .diagrams-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  body section.we-watch .wrapper .watch-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  body section.we-watch .wrapper .watch-list li {
    width: 100%;
  }

  body section.awards .wrapper .article {
    width: 100%;
  }

  body section.awards .wrapper .awards-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  body section.awards .wrapper .awards-list .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  body section.awards .wrapper .awards-list .bottom {
    -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;
  }


  body section.our-products .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  body section.our-products .wrapper .article {
    width: 100%;
    margin: 0;
  }

  body section.our-products .wrapper .image-block {
    width: 80%;
    -ms-flex-item-align: center;
        align-self: center;
    margin: 0 0 40px 0;
  }

  body section.feedback .wrapper .article {
    width: 100%;
  }

  body section.feedback .wrapper .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  body section.feedback .wrapper .bottom .form-block {
    border: none;
    width: 100%;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  body section.feedback .wrapper .bottom .form-block form {
    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;
  }

  body section.feedback .wrapper .bottom .form-block form .form-required {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  body section.feedback .wrapper .bottom .form-block form .form-required textarea {
    width: 100%;
  }

  body section.feedback .wrapper .bottom .contact-block {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  body section.feedback .wrapper .bottom .contact-block .contact {
    -ms-flex-item-align: center;
        align-self: center;
  }

  body section.history .wrapper .article .description {
    margin-bottom: 0;
  }

  body section.history .wrapper .article .clients-count {
    font-size: 100px;
    line-height: 120px;
    margin: 0;
  }

  body section.kz-love .wrapper .article {
    width: 100%;
    padding-bottom: 300px;
  }

  body section.kz-love .wrapper .img-kz {
    width: 100%;
    top: 10%;
    left: 0;
  }

  body section.clients .wrapper .logos .top a {
    padding: 0px 5px;
  }

  body section.clients .wrapper .logos .top a .logo {
    width: 125px;
    height: 80px;
  }

  body section.clients .wrapper .logos .bottom a {
    padding: 0 10px;
  }

  body section.clients .wrapper .logos .bottom a .logo {
    width: 170px;
  }

  body section.clients .wrapper .articles .title {
    font-size: 24px;
    line-height: 30px;
  }
} 

@media (max-width: 991.98px) {
  :root {
    --container: 100%;
  }
}

@media (max-width: 767px) {
  :root {
    --container: calc(100vw - 50px);
    --font-title: 38px;
    --line-title: 48px;
    --font-description: 18px;
    --container-min: calc(100vw - 200px);
  }

  body .p-200 {
    padding: 100px 0;
  }

  body .container.min {
    width: var(--container);
  }

  body section.work-result .wrapper .results-list li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
  }

  body section.work-result .wrapper .citate {
    font-size: 16px;
    margin-bottom: 20px;
  }

  body section.numbers .wrapper .diagrams {
    -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;
  }

  body section.numbers .wrapper .diagrams .item-digram {
    width: 70%;
    margin-bottom: 20px;
  }

  body section.numbers .wrapper .diagrams-info {
    width: 100%;
  }

  body section.numbers .wrapper .diagrams-info .item-info {
    margin-bottom: 20px;
  }

  body section.numbers .wrapper .diagrams-info .item-info::before {
    width: 100px;
    height: 25px;
  }

  body section.numbers .wrapper .diagrams-info .item-info p {
    font-size: 24px;
    margin-left: 40px;
    font-weight: 600;
  }

  body section.we-watch .wrapper .title {
    text-align: center;
  }

  body section.we-watch .wrapper .watch-list li {
    font-size: 16px;
    margin-bottom: 10px;
  }

  body section.our-products .wrapper .article .description {
    width: 100%;
  }

  body section.clients {
    padding: 15px 0;
    margin-top: 80px;
  }

  body section.clients .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  body section.clients .wrapper .title-mobile {
    display: block;
    text-align: center;
    position: absolute;
    top: 0px;
    text-transform: uppercase;
    top: -80px;
    color: var(--theme);
    line-height: 30px;
  }

  body section.clients .wrapper .logos {
    width: 100%;
  }

  body section.clients .wrapper .logos .top a {
    padding: 0px 0px;
  }

  body section.clients .wrapper .logos .top a .logo {
    width: 130px;
    height: 80px;
  }

  body section.clients .wrapper .logos .bottom a {
    padding: 0 5px;
  }

  body section.clients .wrapper .logos .bottom a .logo {
    width: 170px;
  }

  body section.clients .wrapper .articles {
    display: none;
  }

  body section.history .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  body section.history .wrapper .article {
    width: 100%;
  }

  body section.history .wrapper .article .title {
    white-space: inherit;
    font-size: 24px;
  }

  body section.history .wrapper .article .description {
    font-weight: 600;
  }

  body section.history .wrapper .article .title-cleints {
    font-size: 18px;
  }

  body section.history .wrapper .article .clients-count {
    font-size: 120px;
    line-height: 140px;
  }

  body section.history .wrapper .image-block {
    width: 100%;
    padding: 0;
    margin-top: -50px;
  }

  body section.kz-love .wrapper .article {
    padding-bottom: 200px;
  }

  body section.kz-love .wrapper .img-kz {
    width: 100%;
    top: 37%;
    left: 0;
  }
}

@media (max-width: 425px) {
  :root {
    --container: calc(100vw - 50px);
    --font-title: 30px;
    --line-title: 40px;
    --font-description: 18px;
    --container-min: calc(100vw - 200px);
  }

  body  .about-us-main .btn,
  body button {
    padding: 6px 18px;
  }

  body section.our-products .wrapper .article .title {
    font-size: 24px;
    line-height: 30px;
  }

  body section.our-products .wrapper .article .subtitle {
    font-size: 16px;
  }

  body section.our-products .wrapper .article .description {
    width: 100%;
  }

  body section.feedback .wrapper .bottom .contact-block .contact {
    width: 100%;
  }

  body section.kz-love .wrapper .img-kz {
    top: 50%;
  }

  body section.numbers .wrapper .diagrams-info .item-info p {
    font-size: 20px;
  }

  body section.clients .wrapper .title-mobile {
    top: -70px;
    line-height: 24px;
    font-size: 20px;
  }

  body section.clients .wrapper .logos .top a {
    padding: 0px 0px;
  }

  body section.clients .wrapper .logos .top a .logo {
    width: 100px;
    height: 70px;
  }

  body section.clients .wrapper .logos .bottom a {
    padding: 0 5px;
  }

  body section.clients .wrapper .logos .bottom a .logo {
    width: 120px;
  }

  body section.clients .wrapper .articles {
    display: none;
  }
}


/* Awards STYLES START */

section.awards {
  padding-bottom: 0px !important;
}

section.our-products {
  padding-top: 0px !important;
}

.awards__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 60px;
}

.award {
  width: 100%;
}

.award:nth-child(1) img,
.award:nth-child(2) img, 
.award:nth-child(3) img {
  height: 385px;
}

.award:nth-child(4) img,
.award:nth-child(5) img, 
.award:nth-child(6) img {
  height: 545px;
}

.award__img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  margin-bottom: 30px;
}

.award__description {
  font-size: 17px;
  text-align: center;
}

@media(max-width: 1250px) {
  .awards__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 767.98px) {
  .awards__wrapper {
    grid-template-columns: 1fr;
  }

  .award:nth-child(1) img,
  .award:nth-child(2) img, 
  .award:nth-child(3) img {
    height: auto;
  }

  .award:nth-child(4) img,
  .award:nth-child(5) img, 
  .award:nth-child(6) img {
    height: auto;
    max-height: 585px;
  }

}

/* Awards STYLES END */

.our-products .btns .btn:nth-child(1) {
  margin-right: 12px;
}

@media(max-width: 767.98px) {
  .our-products .btns {
    display: flex;
    flex-direction: column;
  }

  .our-products .btns .btn:nth-child(1) {
    margin-bottom: 12px;
    margin-right: 0px;
  }
}