.mobile-menu-container {
  display: none;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 26.666666666666668vw;
  }
  /* wrapper */
  .wrapper,
  .cooperation-wrapper {
    width: 100%;
  }
  /*header*/
  .main-header.fixed {
    position: absolute;
    background: transparent;
  }
  .main-nav,
  .main-lang-list {
    display: none;
  }
  .main-header {
    height: 0.6rem;
    padding: 0.15rem 0.1rem 0.155rem 0.25rem;
  }

  .main-header .wrapper {
    padding: 0;
  }

  .main-header .language-chooser {
    display: none;
  }
  .main-logo {
    width: 1.34rem;
    height: 0.3rem;
  }
  .main-title {
    max-width: 100%;
    font-size: 0.22rem;
    line-height: 0.32rem;
    top: 1.2rem;
    left: 0.35rem;
  }
  .mobile-burger-btn {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/elements/burger.svg);
    background-size: 0.2rem 0.16rem;
    position: absolute;
    top: 0;
    right: 0.1rem;
    transition: top 0.5s, background 0.5s;
    z-index: 10;
  }
  .fixed .mobile-burger-btn {
    position: fixed;
    top: 0.1rem;
    background-color: #fff;
  }
  .mobile-menu-container {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 11;
    background: #020305;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  .mobile-menu-container.active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.15rem 0.1rem 0.15rem 0.25rem;
  }
  .close-mobile-menu-btn {
    width: 0.6rem;
    height: 0.6rem;
    background-image: url(../img/elements/close-menu.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.14rem;
    position: absolute;
    top: 0;
    right: 0.1rem;
  }
  .mobile-nav-menu-container {
    padding: 1.5rem 0.25rem 0.5rem 0.25rem;
  }
  .mobile-nav-menu-container li > a {
    display: block;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0.1rem;
    font-weight: 600;
    font-size: 0.15rem;
    line-height: 0.24rem;
    color: #ffffff;
    padding: 0.15rem;
  }
  .mobile-nav-menu-top-list {
    margin-bottom: 0.5rem;
  }
  .gas-menu-item {
    margin-bottom: 0.06rem;
  }
  .mobile-nav-menu-top-list > li > a {
    padding: 0.15rem 0.15rem 0.15rem 0.57rem;
    overflow: hidden;
    position: relative;
  }
  .mobile-nav-menu-top-list > li > a::before {
    content: "";
    display: block;
    width: 0.54rem;
    height: 0.54rem;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
  }
  .gas-menu-item a::before {
    background-image: url(../img/elements/gas-mobile-icon.svg);
  }
  .electro-menu-item a::before {
    background-image: url(../img/elements/electro-mobile-icon.svg);
  }
  .mobile-nav-menu-bottom-list {
    display: flex;
    justify-content: space-between;
  }
  .mobile-nav-menu-bottom-list > li {
    width: 49%;
    text-align: center;
  }
  .language-chooser {
    display: flex;
    justify-content: flex-end;
    padding: 0 0.25rem 0 0;
  }
  .language-chooser > li:not(:last-child) {
    margin-right: 0.06rem;
  }
  .language-chooser > li a {
    padding: 0.15rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0.1rem;
    font-weight: 600;
    font-size: 0.15rem;
    line-height: 0.24rem;
    text-align: center;
    color: #ffffff;
  }
  .language-chooser li.active a {
    border: 0.01rem solid #ffffff;
  }
  /*footer*/
  .main-footer {
    padding: 0.5rem 0.25rem;
    flex-direction: column;
  }

  .main-footer .wrapper {
    flex-direction: column;
    padding: 0;
  }

  .footer-middle-col {
    margin-right: 0;
  }
  .footer-right-col {
    order: 1;
    margin-bottom: 0.2rem;
  }
  .footer-left-col {
    order: 2;
  }
  .footer-middle-col {
    order: 3;
  }
  .footer-copyrigh,
  .footer-title {
    font-size: 0.12rem;
    line-height: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .footer-menu-list > li a,
  .footer-contacts-list > li a {
    font-size: 0.13rem;
    line-height: 0.24rem;
  }
  .footer-menu-list > li:not(:last-child) {
    margin-bottom: 0.04rem;
  }
  .footer-left-col {
    margin-bottom: 0.16rem;
  }
  .footer-contacts-list {
    display: flex;
  }
  .footer-contacts-list > li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 0.3rem;
  }

  .intro {
    padding: 0.6rem 0 0.8rem;
  }

  .intro .wrapper {
    padding: 0;
  }

  .intro-top {
    padding: 1rem 0.3rem;
    height: calc(100vh - 0.6rem);
  }

  .intro-top > img {
    height: 98%;
  }

  .about {
    padding: 0 0.31rem 0.8rem;
    margin: -0.6rem 0 0 0;
  }
  .about-descr {
    max-width: 100%;
    font-size: 0.15rem;
    line-height: 0.26rem;
    text-align: left;
    margin: 0 0 0.5rem 0;
    position: relative;
  }
  .about-list {
    flex-direction: column;
    justify-content: flex-start;
  }
  .about-list > li {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .about-list > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .about-item-descr {
    text-align: left;
    font-size: 0.15rem;
    font-weight: 600;
  }
  .our-clients {
    padding: 1rem 0 1.3rem 0;
  }
  .our-clients h2 {
    font-size: 0.26rem;
    line-height: 0.36rem;
    margin-bottom: 0.4rem;
  }
  .about-resources {
    padding: 0 0 0.8rem 0;
    margin-bottom: 0;
  }

  .about-resources .wrapper {
    padding: 0;
  }

  .about-resources .resources-wrapper {
    flex-direction: column;
  }
  .resources-wrapper {
    padding: 0;
  }
  .about-gas {
    background: #efefef;
  }
  .about-gas-img-cont {
    position: initial;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .about-resources-left-col {
    padding: 0;
    box-shadow: none;
    width: 100%;
    margin-left: 0;
  }
  .about-resources-left-col::after {
    content: "";
    display: block;
    width: 100%;
    height: 2.8rem;
    background: linear-gradient(
        180deg,
        rgba(240, 240, 240, 0) 55.18%,
        rgba(240, 240, 240, 0.6) 87.5%
      ),
      linear-gradient(180deg, rgba(240, 240, 240, 0) 0%, #f0f0f0 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .resources-wrapper > div {
    width: 100%;
  }
  .resources-wrapper,
  .about-electro .resources-wrapper {
    padding: 0 0.25rem;
  }
  .about-resources-right-col {
    margin: -0.4rem 0 0.3rem 0;
    position: relative;
    z-index: 1;
    padding: 0;
  }
  .about-resources-right-col h2 {
    font-size: 0.26rem;
    line-height: 0.36rem;
    margin-bottom: 0.1rem;
  }
  .about-resources-descr {
    font-size: 0.15rem;
    margin-bottom: 0.25rem;
    flex-direction: column;
  }
  .about-resources-adv-list > li {
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0.2rem;
  }
  .about-resources-adv-descr {
    max-width: 2.5rem;
  }

  .resources-btn {
    width: 100%;
  }

  .resources-btn:not(:last-child) {
    margin-bottom: 0.2rem;
  }

  .about-resources-adv-list {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
  }
  .resources-btns-container {
    flex-direction: column;
  }
  .resources-btn {
    text-align: center;
  }
  .about-resources-descr-cont {
    margin-top: 0.5rem;
    width: 100%;
    padding: 0.35rem 0.25rem;
    box-shadow: 0 0.04rem 0.5rem rgba(17, 17, 17, 0.05);
    border-radius: 0.2rem;
  }

  .about-resources-bottom {
    flex-direction: column;
    padding: 0.3rem;
  }

  .about-electro .about-resources-right-col {
    padding: 0;
  }
  .about-electro .about-resources-left-col::after {
    background: linear-gradient(
        180deg,
        rgba(10, 10, 10, 0) 55.18%,
        rgba(10, 10, 10, 0.6) 87.5%
      ),
      linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, #0a0a0a 100%);
  }
  .about-electro .about-resources-descr-cont {
    background: #1e1e1e;
  }

  .about-electro .about-resources-bottom {
    flex-direction: column-reverse;
  }

  .last-news {
    padding: 1rem 0 0 0;
  }

  .last-news .wrapper {
    padding: 0;
  }

  .last-news h2 {
    font-size: 0.26rem;
    line-height: 0.36rem;
    margin-bottom: 0.6rem;
  }
  .last-news-mobile-wrapper {
    overflow: auto;
    padding: 0 0 0 0.15rem;
  }
  .last-news-list {
    flex-wrap: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .last-news-list > li {
    width: 3.25rem;
    margin: 0 0.15rem 0 0;
  }
  .last-news-list > li:nth-of-type(3n-1) {
    margin: 0 0.15rem 0 0;
  }
  .read-more-btn-container {
    margin-top: 0.36rem;
    padding: 0 0.25rem 0 0;
  }
  .cooperation {
    padding: 0.4rem 0 0 0;
  }

  .cooperation .wrapper {
    flex-direction: column;
    padding: 0;
  }

  .cooperation .wrapper > div {
    width: 100%;
  }

  .section-title {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
  .cooperation-wrapper {
    padding: 0.4rem 0.25rem 0 0.25rem;
    height: auto;
    flex-direction: column;
  }
  .coop-item-left-col {
    margin-right: 0;
    /* margin-bottom: 0.2rem; */
  }
  .cooperation-left-col {
    margin-bottom: 0;
  }

  .cooperation-right-col {
    padding: 0.5rem 0.3rem;
    font-weight: 500;
  }

  .coop-list > li {
    flex-direction: column;
    margin-bottom: 0.2rem;
  }

  .coop-tel:not(:last-child) {
    margin-bottom: 0.05rem;
  }

  .coop-item-left-col {
    margin-bottom: 0.1rem;
  }

  .back-btn {
    display: none;
  }
  .consumers-page {
    padding: 1.2rem 0 0.4rem 0;
  }
  .intro-consumers {
    max-width: 100%;
    margin-bottom: 0.6rem;
    padding: 0 0.25rem;
  }
  .intro-consumers p {
    font-size: 0.15rem;
  }
  .consumers-section {
    padding: 0 0.15rem;
    margin-bottom: 0.6rem;
  }
  .consumers-title {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-bottom: 0.3rem;
    padding: 0 0.1rem;
  }
  .consumers-docs-list {
    grid-gap: 0.1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cons-doc-link {
    padding: 0.15rem;
  }
  .cons-doc-title {
    font-weight: bold;
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .post-type-archive {
    background: #f0f0f0;
  }
  .post-type-archive .main-header {
    background: #f0f0f0;
    box-shadow: none;
  }
  .blog-content {
    padding: 0.85rem 0 1rem 0;
  }
  .blog-content .last-news-list {
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .blog-content .last-news-list {
    padding: 0;
  }
  .blog-content .last-news-list > li {
    width: 100%;
    margin-bottom: 0.1rem;
    margin: 0 0 0.3rem 0;
  }
  .news-item-thumb-container {
    height: 2rem;
  }
  .blog-wrapper,
  .blog-article-title {
    width: 100%;
  }
  .blog-wrapper {
    padding: 0 0.25rem;
  }

  .news-item-descr {
    padding: 0.2rem 0.3rem;
  }

  .news-item-title {
    font-size: 0.18rem;
  }

  .also-read {
    display: none;
  }
  .blog-single {
    padding: 1rem 0;
  }
  .blog-article-date-publicate {
    font-size: 0.13rem;
    line-height: 0.22rem;
    margin-bottom: 0.1rem;
  }
  .single-blog-editor p,
  .single-blog-editor ul > li,
  .single-blog-editor ol > li {
    font-size: 0.17rem;
    line-height: 0.28rem;
  }
  .text p.img-cont {
    margin: 0;
  }
  .img-cont,
  .single-blog-editor img {
    width: calc(100% + 0.5rem) !important;
    margin-left: -0.25rem !important;
  }
  .single-blog-editor h2 {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .single-blog-editor h3 {
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
  .single-blog-editor h4 {
    font-size: 0.15rem;
    line-height: 0.24rem;
  }
  .single-blog-editor {
    margin-bottom: 0.4rem;
  }
  .share-post {
    padding: 0.05rem;
  }
  .form-container {
    width: calc(100% - 0.3rem);
    padding: 0.8rem 0.2rem 0.2rem;
    border-radius: 0.2rem;
  }
  #form_submit_btn {
    padding: 0.14rem 0.5rem;
  }
  .success-mssg {
    width: 100%;
    padding: 0 0 0.6rem;
  }
  .map-container {
    width: calc(100% - 0.2rem);
    height: calc(100% - 0.2rem);
    border-radius: 0.1rem;
  }
  /* traders section*/
  .traders {
    padding: 0;
  }

  .traders .wrapper {
    padding: 0;
    flex-direction: column-reverse;
  }

  .traders .wrapper > div {
    width: 100%;
  }

  .traders-container {
    width: 100%;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
  .traders-img-container {
    width: 100%;
    height: 3.75rem;
    border-radius: 0;
    position: relative;
    left: 0;
    top: 0;
  }
  .traders-img-container::after {
    display: block;
    content: "";
    width: 100%;
    height: 2.8rem;
    background: linear-gradient(
        180deg,
        rgba(240, 240, 240, 0) 55.18%,
        rgba(240, 240, 240, 0.6) 87.5%
      ),
      linear-gradient(180deg, rgba(240, 240, 240, 0) 0%, #f0f0f0 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .traders-img-container img {
    width: 100%;
  }
  .traders-descr-cont {
    margin-top: 0;
    position: relative;
    z-index: 1;
    padding: 0.5rem 0.3rem;
  }
  .traders-descr-cont h2 {
    font-size: 0.26rem;
    line-height: 0.36rem;
    margin-bottom: 0.1rem;
  }
  .traders-descr-cont p {
    font-size: 0.15rem;
    line-height: 0.26rem;
  }
  .traders-adv-descr-col {
    width: 2.65rem;
  }
}
