@font-face {
  font-family: "Wix Madefor Text Bold";
  src: url("./fonts/WixMadeforText-Bold.ttf") format("ttf");
  src: local("./fonts/WixMadeforText-Bold.ttf") format("ttf");
  font-style: Bold;
  font-weight: 700;
}

@font-face {
  font-family: "Wix Madefor Text BoldItalic";
  src: url("./fonts/WixMadeforText-BoldItalic.ttf") format("truetype");
  src: local("./fonts/WixMadeforText-BoldItalic.ttf") format("truetype");
  font-style: BoldItalic;
  font-weight: 500;
}

@font-face {
  font-family: "Wix Madefor Text Regular";
  src: url("./fonts/WixMadeforText-Regular.ttf") format("truetype");
  src: local("./fonts/WixMadeforText-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Wix Madefor Text Italic";
  src: url("./fonts/WixMadeforText-Italic.ttf") format("truetype");
  src: local("./fonts/WixMadeforText-Italic.ttf") format("truetype");
  font-style: Italic;
  font-weight: 300;
}

@font-face {
  font-family: "Wix Madefor Text Medium";
  src: url("./fonts/WixMadeforText-Medium.ttf") format("truetype");
  src: local("./fonts/WixMadeforText-Medium.ttf") format("truetupe");
  font-style: Medium;
  font-weight: 500;
}

@font-face {
  font-family: "Wix Madefor Text MediumItalic";
  src: url("./fonts/WixMadeforText-MediumItalic.ttf") format("truetype");
  src: local("./fonts/WixMadeforText-MediumItalic.ttf") format("truetype");
  font-style: Italic;
  font-weight: 400;
}

@font-face {
  font-family: "Wix Madefor Text SemiBold";
  src: url("./fonts/WixMadeforText-SemiBold.ttf") format("truetype");
  src: local("./fonts/WixMadeforText-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Wix Madefor Text SemiBoldItalic";
  src: url("./fonts/WixMadeforText-SemiBoldItalic.ttf") format("truetype");
  src: local("./fonts/WixMadeforText-SemiBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Wix Madefor Text ExtraBold";
  src: url("./fonts/WixMadeforText-ExtraBold.ttf") format("truetype");
  src: local("./fonts/WixMadeforText-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: "Wix Madefor Text ExtraBoldItalic";
  src: url("./fonts/WixMadeforText-ExtraBoldItalic.ttf") format("truetype");
  src: local("./fonts/WixMadeforText-ExtraBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

* {
  box-sizing: border-box;
}

body {
  background: #100f0f;
}

.header {
  position: sticky;
  order: 3;
  background-color: #100f0f;
  top: 0;
  bottom: 0;
  max-width: 1230px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
  z-index: 6;
}

.header__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
}

.header__column-left {
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;

  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.header__column-midle {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.header__column-right {
  flex: 0 0 30%;
  max-width: 30%;
  width: 100%;

  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.header__burger_btm {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
}

.header__burger_btm .burger__line {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  left: 5px;
  top: 20px;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.header__burger_btm .burger__line:nth-child(1) {
  transform: translateY(-10px);
}

.header__burger_btm .burger__line:nth-child(3) {
  transform: translateY(10px);
}

.header.open .header__burger_btm .burger__line:nth-child(2) {
  opacity: 0;
}

.header.open .header__burger_btm .burger__line:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}

.header.open .header__burger_btm .burger__line:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

.navmenu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.navbar {
  list-style-type: none;
  padding-left: 24px;
}

.link {
  text-decoration: none;
  font-family: "Wix Madefor Text Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

.lang {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  background-color: #100f0f;
}

.lang_text {
  font-family: "Wix Madefor Text Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 8px;
  background-color: #100f0f;
}

.lang_logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.container {
  max-width: 1230px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.industry {
  max-width: 1230px;
  width: 100%;
  margin-top: 30px;
  padding-top: 50px;
}

.industry__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.industry__column {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}

.info {
  padding-right: auto;
  padding-left: auto;
  max-width: 100%;
  border-right: 5px solid #0a78d1;
}

.info__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.info__column-up {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.info__column-down {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.image_contact {
  max-width: 100%;
  width: 100%;
}

.image_contact__row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.image_contact__column-left {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}

.image_contact__column-right {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}

.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #181a1f;
  padding-left: 40px;
}

.adress_book {
  display: flex;
}

.tel {
  font-family: "Wix Madefor Text Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140.99%;
  color: #ffffff;
  margin-top: 110px;
  border-bottom: 1px solid #0a78d1;
  text-decoration: none;
}

.email {
  text-decoration: none;
  font-family: "Wix Madefor Text Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140.99%;
  color: #ffffff;
  border-bottom: 1px solid #0a78d1;
}

.main_image {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.energy_title {
  font-family: "Wix Madefor Text Medium";
  font-style: normal;
  font-weight: 700;
  font-size: 88px;
  line-height: 90px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  padding-top: 137px;

  color: #ffffff;
}

.energy_subtitle {
  font-family: "Wix Madefor Text Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 129.49%;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 83px;
}

.company_buttom {
  font-family: "Wix Madefor Text Medium";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  width: 288px;
  height: 66px;
  background: #1f2329;
  border-radius: 100px;
}

.energy {
  padding-bottom: 108px;
  background-color: #121316;
}

.product_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  padding-top: 89px;
  padding-right: 70px;
  padding-bottom: 67px;
  background-image: url(./images/021.svg);
  background-color: #1d1f24;
}

.title_product {
  font-family: "Wix Madefor Text Medium";
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 40px;
}

.buttom_product {
  width: 194px;
  height: 59px;
  background: #0a78d1;
  border-radius: 100px;
  font-family: "Wix Madefor Text Medium";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}

.energy {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #101114;
  padding-left: 70px;
  padding-right: 40px;
}

.product {
  width: 100%;
  background-color: #1e1e1e;
}

.none_block {
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}

.countrys {
  max-width: 1230px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-top: 100px;
}

.countrys__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.countrys__column {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}

.countrys_partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 108px 68px 180px 87px;
}

.flag {
  margin-bottom: 38px;
}

.markets {
  font-family: "Wix Madefor Text Medium";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 148.99%;
  color: #ffffff;
}

.main_target {
  width: 100%;
  display: flex;
  border-right: 5px solid #0a78d1;
  padding: 55px 40px 55px 40px;
}

.main_activities {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: auto;
  height: 490px;
}

.activities {
  font-family: "Wix Madefor Text Medium";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
}

.partners {
  max-width: 100%;
  width: 100%;
  background: #ebedf0;
  padding: 40px 50px 40px 30px;
  background-color: #ffffff;
  margin-bottom: 90px;
}

.partners__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.partners__column {
  flex: 0 0 15%;
  max-width: 15%;
  width: 100%;
}

.work_principles {
  max-width: 1230px;
  width: 100%;
  margin-top: 50px;
  padding-top: 50px;
}

.work_principles__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.work_principles__column {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.principles_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

.work_title {
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 55px;
  text-transform: uppercase;
  color: #ffffff;
}

.work_categories {
  max-width: 100%;
  width: 100%;
}

.work_categories__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.work_categories__column {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  width: 100%;
}

.efficiency {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: #14161a;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.reliability {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: #1a1d23;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.quality_assurance {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: #14161a;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  border-right: 5px solid #0a78d1;
}

.efficiency_title {
  font-family: "Wix Madefor Text Medium";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #ffffff;
  width: 206px;
  height: 55px;

  border: 1px solid #444a52;
  border-radius: 79.9295px;
  margin-top: 40px;
  margin-bottom: 25px;
}

.reliability_title {
  font-family: "Wix Madefor Text Medium";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #ffffff;
  width: 178px;
  height: 55px;

  border: 1px solid #444a52;
  border-radius: 79.9295px;
  margin-top: 40px;
  margin-bottom: 25px;
}

.quality_assurance_title {
  font-family: "Wix Madefor Text Medium";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #ffffff;
  width: 229px;
  height: 55px;

  border: 1px solid #444a52;
  border-radius: 79.9295px;
  margin-top: 40px;
  margin-bottom: 25px;
}

.efficiency_subtitle {
  font-family: "Wix Madefor Text Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  padding-bottom: 100px;
}

.reliability_subtitle {
  font-family: "Wix Madefor Text Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  padding-bottom: 100px;
}

.quality_assurance_subtitle {
  font-family: "Wix Madefor Text Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  padding-bottom: 32.5px;
}

.flexibility {
  max-width: 1230px;
  width: 100%;
  border-right: 5px solid #0a78d1;
}

.flexibility__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.flexibility__column-left {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 100%;
}

.flexibility__column-right {
  flex: 0 0 66.66%;
  max-width: 66.66%;
  width: 100%;
}

.flexibility_image {
  width: 100%;
  height: 315px;
}

.flexibility_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  background: #121316;
  width: 100%;
  height: 315px;
}

.flexibility_title {
  font-family: "Wix Madefor Text Medium";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #ffffff;
  width: 146px;
  height: 55px;
  border: 1px solid #444a52;
  border-radius: 79.9295px;
  margin-top: 70px;
}

.flexibility_subtitle {
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 55px;
  padding-right: 50px;
  margin-right: 20px;
}

.product_card {
  max-width: 100%;
  width: 100%;
  margin-top: 60px;
  padding-top: 50px;
}

.product__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.product__column {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}

.info_product {
  max-width: 100%;
  width: 100%;
  padding: 60px 60px 102px 0px;
}

.info_product_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.info_product__column {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.product_title {
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 55px;
  text-transform: uppercase;
  color: #ffffff;
}

.product_subtitle {
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  padding-top: 40px;
}

.classification {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  list-style-type: none;
  padding: 0px;
}

.link_coal {
  text-decoration: none;
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 51px;
  color: #ffffff;
  cursor: pointer;
}

.coal_card {
  max-width: 100%;
  width: 664px;
  display: none;
  border-right: 5px solid #0a78d1;
}

.coal_card.active {
  display: block;
}

.coal_card__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #121316;
}

.coal_card__column {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 40px;
}

.coal {
  max-width: 100%;
  width: 100%;
  padding-left: 70px;
}

.coal__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.coal__column-left {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}

.coal__column-right {
  flex: 0 0 50%;
  max-width: 50%;
}

.coal_title {
  padding-top: 80px;
  padding-right: 40px;
  padding-bottom: 40px;
}

.title_coal {
  font-family: "Wix Madefor Text Medium";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 50px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #ffffff;
}

.link_coal.active {
  border-bottom: 2px solid rgb(10, 120, 209);
  margin-left: 32px;
  font-family: "Wix Madefor Text Medium";
  font-style: normal;
  font-weight: 900;
  font-size: 31px;
  line-height: 50px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #ffffff;
}

.coal_image_card {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 40px;
}

.coal_subtitle {
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
  padding-left: 70px;
  padding-right: 70px;
}

.long_flame_title {
  font-size: 40px;
}

.coking_title {
  font-size: 32px;
}

.long_flame_coal_card_subtitle {
  overflow: auto;

  height: 310px;
  padding-left: 70px;
  padding-right: 70px;
  margin-bottom: 30px;
}

.long_flame_coal_subtitle {
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
}

.coking_coal_card_subtitle {
  overflow: auto;
  height: 310px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 80px;
}

.coking_coal_subtitle {
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
}

.our_partners {
  max-width: 100%;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 110px;
  padding-top: 100px;
}

.our_partners__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.our_partners__column-up {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.our_partners__column-down {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.our_partners_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 50px;
}

.our_title {
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 55px;
  text-transform: uppercase;
  color: #ffffff;
}

.our_partners_card {
  max-width: 100%;
  width: 100%;
  margin-top: 56px;
}

.our_partners_card__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.our_partners_card__column {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}

.partners_card_Ukraine {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  padding: 60px 52px 100px 52px;
  background-color: #1a1d23;
}

.right_Ukraine {
  background: #2b2f38;
}

.Ukraine {
  width: 133px;
  height: 43px;
  border: 1px solid #444a52;
  border-radius: 90.75px;
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 20px;
}

.title_country {
  font-family: "Wix Madefor Text Medium";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  color: #ffffff;
}

.subtitle_country {
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #959697;
}

.partners_card_Kaz {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  background: #ffffff;
  width: 100%;
  height: 400px;
  border-width: 0px 1px 2px 1px;
  border-style: solid;
  border-color: #1f2329;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.country {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}

.image_Kaz {
  margin-right: 30px;
}

.Kazahstan {
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  color: #1f2329;
  width: 250px;
  height: 43px;
  border: 1px solid #dfdfdf;
  border-radius: 90.75px;
}

.title_country_Kaz {
  font-family: "Wix Madefor Text Medium";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.6;
  color: #0d0e10;
}

.subtitle_country_Kaz {
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #1f2329;
  padding-right: 52px;
}

.logistick {
  max-width: 1230px;
  width: 100%;
  margin-top: 160px;
  border-right: 5px solid #0a78d1;
}

.logistick__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.logistick__column {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}

.transport {
  max-width: 100%;
  width: 100%;
  background-image: url(./images/011.svg);
  background-color: #2b2f38;
}

.transport__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}

.transport__column-up {
  flex: 0 0 70%;
  max-width: 70%;
  width: 100%;
}

.transport__column-down {
  flex: 0 0 30%;
  max-width: 30%;
  width: 100%;
}

.transport_and_logistick {
  padding-left: 80px;
  padding-top: 142px;
  padding-bottom: 104px;
}

.transport_title {
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 55px;
  text-transform: uppercase;
  color: #ffffff;
}

.transport_image {
  padding-top: 25px;
}

.logick_image {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 620px;
  height: 248px;
  padding-top: 20px;
  padding-right: 22px;
}

.logistick_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border: 1px solid #444a52;
  padding: 58px 20px 70px 48px;
}

.logistick_subtitle {
  overflow: auto;
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  width: 100%;
  height: 500px;
}

.contact_menu {
  max-width: 1512px;
  width: 100%;
  padding-top: 150px;
  margin-top: 150px;
  border-top: 1px solid #444a52;
  margin-left: auto;
  margin-right: auto;
}

.contact_menu__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}

.contact_menu__column_left {
  flex: 0 0 30%;
  max-width: 30%;
  width: 100%;
}

.contact_menu__column_left {
  flex: 0 0 70%;
  max-width: 70%;
  width: 100%;
}

.contact_menu_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.contact_title {
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 150px;
}

.name_company {
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  margin: 0;
}

.contact_card {
  max-width: 100%;
  width: 100%;
  padding-left: 156px;
}

.contact_card__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.contact_card__column {
  flex: 0 0 50%;
  max-width: 50%;
}

.contact_block {
  max-width: 420px;
  width: 420px;
  padding: 35px 42px 41px 40px;
  margin-bottom: 120px;
  background: #1a1d23;
  height: 234px;
}

.contact_block__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.contact_block__column {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

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

.contact_text_title {
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  color: #ffffff;
  width: 109px;
  height: 30px;
  border: 1px solid #34383e;
  border-radius: 90.75px;
}

.contact_text_image {
  display: flex;
  justify-content: flex-end;
}

.contact_information {
  padding-top: 70px;
}

.adress {
  max-width: 420px;
  width: 420px;
  padding: 35px 42px 41px 40px;
  margin-bottom: 120px;
  background: #14161a;
  height: 234px;
}

.adress__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.adress__column {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

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

.adress_text_title {
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  color: #ffffff;
  width: 109px;
  height: 30px;
  border: 1px solid #34383e;
  border-radius: 90.75px;
}

.adress_text_image {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 52px;
}

.information_location {
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.41;
  color: #ffffff;
  margin-bottom: 11px;
}

.work_time {
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14.8792px;
  line-height: 1.41;
  color: #ffffff;
}

.lang {
  background: #100f0f;
  border-radius: 0px;
}

.lang_change {
  background: #100f0f;
  border: 1px solid #100f0f;
  color: white;
}

.mini-logo {
  display: none;
  border-radius: 100%;
  background-color: #0a78d1;
  padding-left: 6px;
  padding-right: 6px;
}

.header-device {
  display: none;
}
.new_direction{
  max-width: 100%;
  width: 100%;
  margin-top: 50px;
  background: #121316;
  border-right: 5px solid #0a78d1;
  padding: 10px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.new_direction__row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.new_direction__column{
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}
.agricultural{
  display: flex;
  flex-wrap: wrap;

}
.agricultural_title{
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-size: 18px;
  line-height: 55px;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 10px;
}
.agricultural_subtitle{
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  padding-right: 20px;
  padding-left: 10px;
}
.agricultural_img{
  max-width: 100%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 50px;
}
.agricultural_img__row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.agricultural_img__column{
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 100%;
}
.v_one{
  margin-top: 130px;
}
.v_two{
  margin-top: 50px;
}


@media screen and (max-width: 1230px) {
  .header {
    padding-left: 40px;
    padding-right: 10px;
    padding-top: 20px;
  }

  .container {
    max-width: 1024px;
  }

  .industry {
    max-width: 1024px;
  }

  .industry__column {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .image_contact__row {
    justify-content: center;
  }

  .main_image {
    display: none;
  }

  .image_contact__column-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contact {
    width: 100%;
    height: 300px;
  }

  .main_image {
    width: 100%;
    justify-content: center;
  }

  .countrys {
    max-width: 1024px;
  }

  .countrys__column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .main_activities {
    width: 100%;
    height: 100%;
  }

  .quality_assurance_subtitle {
    padding-bottom: 11.5px;
  }

  .product_card {
    max-width: 1024px;
  }

  .product__column {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .our_partners {
    max-width: 1024px;
  }

  .our_partners_card__column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .logistick {
    max-width: 1024px;
  }

  .logistick__row {
    justify-content: center;
  }

  .logistick__column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .transport__row {
    flex-direction: row;
  }

  .transport__column-up {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .logick_image {
    display: none;
  }

  .contact_title {
    margin-bottom: 10px;
  }

  .contact_card {
    padding-left: 0px;
  }

  .our_partners__column-down {
    border-right: none;
  }
  .new_direction{
  max-width: 100%;
  width: 100%;
  margin-top: 50px;
  background: #121316;
  border-right: 5px solid #0a78d1;
  padding: 10px;
  padding-right: 20px;
  padding-bottom: 110px;
}
.new_direction__row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.new_direction__column{
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.agricultural{
  display: flex;
  flex-wrap: wrap;

}
.agricultural_title{
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-size: 18px;
  line-height: 55px;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 10px;
}
.agricultural_subtitle{
  font-family: "Wix Madefor Text Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  padding-right: 20px;
  padding-left: 10px;
}
.agricultural_img{
  max-width: 100%;
  width: 100%;
  padding-top: 50px;
}
.agricultural_img__row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.agricultural_img__column{
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 100%;
}
.v_one{
  margin-top: 100px;
  width: 211px;
  height: 308px;
}
.v_two{
  margin-top: 0px;
  width: 211px;
  height: 308px;
  padding-left: 10px;
}
.v_three{
  margin-top: -50px;
  width: 211px;
  height: 308px;

}
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 768px;
  }

  .main-logo {
    display: none;
  }

  .mini-logo {
    display: block;
  }

  .header__column-midle {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .header__column-left {
    flex: 0 0 5%;
    max-width: 5%;
  }

  .header__column-right {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .link {
    font-size: 12px;
  }

  .main_image {
    display: none;
  }

  .image_contact__column-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contact {
    width: 100%;
    height: 300px;
  }

  .industry__column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .countrys__column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .partners__column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .work_categories__column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .quality_assurance {
    border: none;
  }

  .flexibility {
    border: none;
  }

  .flexibility_image {
    display: none;
  }

  .flexibility__column-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product__column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .logistick {
    border: none;
  }
  .transport_and_logistick {
    padding-left: 65px;
  }
  .contact_card__column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact_block {
    margin-bottom: 0px;
    max-width: 100%;
    width: 100%;
  }
  .adress {
    margin-bottom: 0px;
    max-width: 100%;
    width: 100%;
  }
  .countrys_partners {
    padding-bottom: 40px;
  }
  .countrys {
    margin-top: 0px;
  }
  .header {
    margin-bottom: 0px;
  }
  .energy_title {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .transport_title {
    font-size: 30px;
  }

  .header__burger_btm {
    display: block;
    margin-left: 150px;
    z-index: 40;
  }

  .header__column-midle {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .menu {
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;

    top: -310px;
    padding: 60px 20px 20px 20px;
    background-color: #1e1e1e;
    transition: transform 0.5s;
  }

  .navmenu {
    display: block;
    margin-left: 140px;
  }

  .link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    display: block;
  }

  .header.open .menu {
    transform: translateY(100%);
  }

  .header__column-right {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .main-logo {
    display: none;
  }

  .mini-logo {
    display: block;
  }

  .container {
    max-width: 620px;
  }

  .industry {
    max-width: 620px;
  }

  .industry__column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .agricultural_img{
    display: none;
  }

  .image_contact__column-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .info__column-down {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .energy {
    padding-right: 0px;
    padding-left: 10px;
  }

  .energy_title {
    font-size: 30px;
    line-height: 0px;
    padding-bottom: 30px;
  }

  .energy_subtitle {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product_info {
    padding-bottom: 22px;
  }

  .contact_card__column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contact_block {
    margin-bottom: 0px;
  }

  .adress {
    margin-bottom: 0px;
  }

  .coal_image_card {
    display: none;
  }

  .coal_subtitle {
    padding-left: 20px;
    padding-right: 10px;
  }

  .coal {
    padding-left: 20px;
  }

  .coal_title {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .link_coal {
    font-size: 19px;
    line-height: 40px;
  }

  .link_coal.active {
    font-size: 18px;
    line-height: 40px;
  }

  .coking_coal_card_subtitle {
    padding-left: 20px;
    padding-right: 40px;
    padding-bottom: 0px;
    overflow: auto;
    width: 100%;
  }

  .coal__column-left {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .long_flame_coal_card_subtitle {
    width: 100%;
    padding-left: 20px;
    padding-bottom: 0px;
    padding-right: 40px;
    margin-bottom: 20px;
  }

  .partners {
    padding: 10px;
  }

  .partners__column {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .flexibility_text {
    height: 100%;
  }

  .main_target {
    border: none;
    padding: 10px;
  }

  .main_activities {
    width: 100%;
    height: 300px;
    padding: 10px;
    overflow: auto;
    margin: 0px;
    margin-bottom: 20px;
  }

  .countrys_partners {
    padding: 20px;
  }

  .markets {
    font-size: 15px;
  }

  .title_coal {
    font-size: 25px;
  }

  .image_Kaz {
    display: none;
  }

  .partners_card_Ukraine {
    padding: 20px;
  }

  .title_country {
    font-size: 10px;
  }

  .subtitle_country {
    font-size: 10px;
  }

  .partners_card_Kaz {
    padding: 20px;
    height: 250px;
  }

  .title_country_Kaz {
    font-size: 10px;
  }

  .subtitle_country_Kaz {
    font-size: 10px;
  }

  .logistick {
    max-width: 620px;
    margin-top: 20px;
    border: none;
  }

  .flexibility_subtitle {
    font-size: 12px;
    padding-right: 0px;
    margin-right: 0px;
  }

  .quality_assurance {
    padding-right: 20px;
  }

  .quality_assurance_subtitle {
    font-size: 12px;
  }

  .reliability_subtitle {
    font-size: 12px;
    padding-bottom: 10px;
    padding-right: 20px;
  }

  .reliability {
    padding-right: 0px;
    padding-bottom: 10px;
  }

  .efficiency_subtitle {
    font-size: 12px;
    padding-bottom: 10px;
  }

  .efficiency {
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .work_title {
    font-size: 30px;
  }

  .product_title {
    font-size: 30px;
  }

  .our_title {
    font-size: 30px;
  }

  .name_company {
    margin-bottom: 20px;
  }

  .contact_title {
    font-size: 30px;
  }

  .contact_menu {
    max-width: 620px;
    padding-top: 0px;
    margin-top: 10px;
  }

  .logistick_subtitle {
    padding: 10px;
    overflow: auto;
    height: 300px;
  }

  .logistick_info {
    padding: 10px;
  }

  .transport_and_logistick {
    padding: 20px;
  }

  .our_partners {
    margin-bottom: 20px;
  }

  .product_card {
    margin-top: 20px;
  }

  .info {
    padding-left: 0px;
    padding-right: 0px;
  }
  .contact_block {
    margin-left: 80px;
  }
  .adress {
    margin-left: 80px;
  }
  .contact_menu_title {
    justify-content: center;
    align-items: center;
  }
  .contact_block {
    margin-left: 0px;
  }
  .adress {
    margin-left: 0px;
  }
  .energy {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .contact_block {
    margin-left: 0px;
  }

  .transport_title {
    font-size: 30px;
  }

  .header__burger_btm {
    display: block;
    margin-left: 120px;
    z-index: 40;
  }

  .header__column-midle {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .menu {
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;

    top: -310px;
    padding: 60px 20px 20px 20px;
    background-color: #1e1e1e;
    transition: transform 0.5s;
  }

  .navmenu {
    display: block;
    margin-left: 70px;
  }

  .link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    display: block;
  }

  .header.open .menu {
    transform: translateY(100%);
  }

  .header__column-right {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .main-logo {
    display: none;
  }

  .mini-logo {
    display: block;
  }

  .container {
    max-width: 425px;
  }

  .industry {
    max-width: 425px;
  }

  .industry__column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .agricultural_title {
    font-size: 11px;
    line-height: 40px;
  }
  .new_direction{
    padding-bottom: 30px;
  }

  .image_contact__column-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .info__column-down {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .energy {
    padding-right: 0px;
    padding-left: 10px;
  }

  .energy_title {
    font-size: 30px;
    line-height: 0px;
    padding-bottom: 30px;
  }

  .energy_subtitle {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product_info {
    padding-bottom: 22px;
  }

  .contact_card__column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contact_block {
    margin-bottom: 0px;
  }

  .adress {
    margin-bottom: 0px;
  }

  .coal_image_card {
    display: none;
  }

  .coal_subtitle {
    padding-left: 20px;
    padding-right: 10px;
  }

  .coal {
    padding-left: 20px;
  }

  .coal_title {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .link_coal {
    font-size: 19px;
    line-height: 40px;
  }

  .link_coal.active {
    font-size: 18px;
    line-height: 40px;
  }

  .coking_coal_card_subtitle {
    padding-left: 20px;
    padding-right: 40px;
    padding-bottom: 0px;
    overflow: auto;
    width: 100%;
  }

  .coal__column-left {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .long_flame_coal_card_subtitle {
    width: 100%;
    padding-left: 20px;
    padding-bottom: 0px;
    padding-right: 40px;
    margin-bottom: 20px;
  }

  .partners {
    padding: 10px;
  }

  .partners__column {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .flexibility_text {
    height: 100%;
  }

  .main_target {
    border: none;
    padding: 10px;
  }

  .main_activities {
    width: 100%;
    height: 300px;
    padding: 10px;
    overflow: auto;
    margin: 0px;
    margin-bottom: 20px;
  }

  .countrys_partners {
    padding: 20px;
  }

  .markets {
    font-size: 15px;
  }

  .title_coal {
    font-size: 25px;
  }

  .image_Kaz {
    display: none;
  }

  .partners_card_Ukraine {
    padding: 20px;
  }

  .title_country {
    font-size: 10px;
  }

  .subtitle_country {
    font-size: 10px;
  }

  .partners_card_Kaz {
    padding: 20px;
    height: 250px;
  }

  .title_country_Kaz {
    font-size: 10px;
  }

  .subtitle_country_Kaz {
    font-size: 10px;
  }

  .logistick {
    max-width: 425px;
    margin-top: 20px;
    border: none;
  }

  .flexibility_subtitle {
    font-size: 12px;
    padding-right: 0px;
    margin-right: 0px;
  }

  .quality_assurance {
    padding-right: 20px;
  }

  .quality_assurance_subtitle {
    font-size: 12px;
  }

  .reliability_subtitle {
    font-size: 12px;
    padding-bottom: 10px;
    padding-right: 20px;
  }

  .reliability {
    padding-right: 0px;
    padding-bottom: 10px;
  }

  .efficiency_subtitle {
    font-size: 12px;
    padding-bottom: 10px;
  }

  .efficiency {
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .work_title {
    font-size: 30px;
  }

  .product_title {
    font-size: 30px;
  }

  .our_title {
    font-size: 30px;
  }

  .name_company {
    margin-bottom: 20px;
  }

  .contact_title {
    font-size: 30px;
  }

  .contact_menu {
    max-width: 425px;
    padding-top: 0px;
    margin-top: 10px;
  }

  .logistick_subtitle {
    padding: 10px;
    overflow: auto;
    height: 300px;
  }

  .logistick_info {
    padding: 10px;
  }

  .transport_and_logistick {
    padding: 20px;
  }

  .our_partners {
    margin-bottom: 20px;
  }

  .product_card {
    margin-top: 20px;
  }

  .info {
    padding-left: 0px;
    padding-right: 0px;
  }
  .contact_block {
    margin-left: 0px;
    width: 425px;
  }
  .adress {
    margin-left: 0px;
    width: 425px;
  }
  .header {
    margin-bottom: 0px;
  }
  .info_product {
    padding-right: 20px;
  }
  .industry {
    margin-top: 0px;
    padding-top: 0px;
  }
  .contact {
    height: 250px;
  }
  .coal_subtitle {
    font-size: 15px;
  }
  .long_flame_coal_subtitle {
    font-size: 15px;
  }
  .coking_coal_subtitle {
    font-size: 15px;
  }
  .link_coal.active {
    font-size: 15px;
  }
  .link_coal {
    font-size: 15px;
  }
  .coal_title {
    padding-top: 0px;
  }
  .activities {
    font-size: 14px;
  }
  .logistick_subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .contact_block {
    margin-left: 0px;
    width: 375px;
  }
  .adress {
    margin-left: 0px;
    width: 375px;
  }
  .contact_menu {
    max-width: 375px;
  }
  .container {
    max-width: 375px;
  }

  .industry {
    max-width: 375px;
  }
  .partners_card_Kaz {
    height: 265px;
    width: 100%;
  }
  .header__burger_btm {
    margin-left: 70px;
  }
  .navmenu {
    margin-left: 40px;
  }
  .subtitle_country_Kaz {
    padding-right: 30px;
  }
  .coal_subtitle {
    font-size: 15px;
  }
  .long_flame_coal_subtitle {
    font-size: 15px;
  }
  .coking_coal_subtitle {
    font-size: 15px;
  }
  .link_coal.active {
    font-size: 15px;
  }
  .link_coal {
    font-size: 15px;
  }
  .efficiency {
    padding-left: 20px;
  }
  .reliability {
    padding-left: 20px;
  }
  .quality_assurance {
    padding-left: 20px;
  }
  .flexibility_text {
    padding-left: 20px;
  }
  .contact {
    height: 250px;
  }
  .product_info {
    padding: 40px;
  }
  .industry {
    margin-top: 0px;
    padding-top: 0px;
  }
  .info_product {
    padding-right: 20px;
  }
  .coal_title {
    padding-top: 0px;
  }
  .activities {
    font-size: 14px;
  }
  .logistick_subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .energy_title {
    font-size: 26px;
  }
}
