/*------------------------------RESET DEFAULT STYLES--------------------------------*/
/*----------------------------------------------------------------------------------*/
html,
body {
  width: 100%;
  height: 100%;
}
html {
  font-size: 6.944444444444445vw;
}
body {
  padding: 0;
  margin: 0;
  font: 0.16rem "Montserrat", sans-serif;
  line-height: 1.5;
  background: #fff;
}
div,
p,
a,
span,
em,
strong,
img,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
td,
tr,
form,
fieldset,
label,
select,
input,
textarea,
header,
nav,
section,
article,
aside,
footer,
blockquote {
  padding: 0;
  margin: 0;
  outline: none;
  list-style: none;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
header,
nav,
section,
article,
aside,
footer {
  display: block;
}
select,
input,
textarea {
  font: italic 0.14rem "Montserrat", sans-serif;
  color: #e5e5e5;
  vertical-align: middle;
}
textarea {
  vertical-align: top;
  resize: none;
}
:focus {
  outline: none;
}
input[type="submit"],
button {
  cursor: pointer;
}
img,
fieldset {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  font: 0.14rem "Montserrat", sans-serif;
  color: #58595b;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------DEFAULT CLASSES------------------------------*/
/*----------------------------------------------------------------------------------*/
.float-r {
  float: right !important;
}
.float-l {
  float: left !important;
}
.no-float {
  float: none !important;
}
.no-border {
  border: 0 !important;
}
.no-bg {
  background: none !important;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-display {
  display: none !important;
}
.display {
  display: block !important;
}
.inline {
  display: inline !important;
}
.overflow {
  overflow: hidden !important;
}
.align-r {
  text-align: right !important;
}
.align-l {
  text-align: left !important;
}
.align-c {
  text-align: center !important;
}
.clear {
  clear: both;
}
.middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

div > img {
  display: block;
  width: 100%;
}
.text p {
  margin: 0.1rem 0px;
  overflow: hidden;
}
.text p:first-of-type {
  margin: 0px 0px 0.1rem;
}
.text p:only-of-type {
  margin: 0px;
}

/*Lang style*/
:lang(en-US) .menu-item-114,
:lang(en-US) .last-news,
:lang(en-US) .mobile-nav-menu-bottom-list > li:first-child {
  display: none;
}

/*---------------------------------------WRAP--------------------------------------*/
.page-wrapper {
  padding-top: 0.6rem;
}
.wrapper {
  max-width: 14rem;
  padding: 0 0.3rem;
  margin: 0 auto;
}

.wrapper-image {
  background-image: url("img/Ukraine.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/*-------------------------------------HEADER--------------------------------------*/
.main-header {
  width: 100%;
  height: 0.7rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #ffff;
  transition: background-color 0.5s, box-shadow 0.5s;
}
.main-header.fixed {
  position: fixed;
  /* background: #1d1d1f; */
  box-shadow: 0 0.01rem 0.2rem rgba(0, 0, 0, 0.06);
}
.main-header .wrapper {
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-logo {
  display: block;
  /* width: 1.6rem;
    height: .36rem; */
}
.main-logo img {
  display: block;
  width: 100%;
}
.main-menu-list {
  display: flex;
}
/* .main-menu-list > li:not(:last-child) {
  margin-right: 0.3rem;
} */
.main-menu-list > li:nth-of-type(2) {
  margin-right: 2.8rem;
}
.main-menu-list > li a {
  display: block;
  font-weight: 600;
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #1d1d1f;
  padding: 0.12rem 0.2rem;
  position: relative;
}

.main-menu-list > li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0.02rem;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #fcbf49;
  transition: width 0.5s;
}
.main-menu-list > li a:hover::after,
.main-menu-list > li:not(.menu-item-115).current_page_item a::after,
.main-menu-list > li.current-menu-item-parent a::after {
  width: 100%;
}
.main-menu-list > li.menu-item-112 a::after {
  background: #0466c8;
}
@media only screen and (min-width: 767px) {
  .language-chooser {
    width: 0.54rem;
    position: absolute;
    top: 0.12rem;
    right: 0.5rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .language-chooser::after {
    content: "";
    display: block;
    width: 0.12rem;
    height: 0.24rem;
    position: absolute;
    top: 0.1rem;
    right: 0;
    background-image: url(../img/elements/icon-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .language-chooser > li {
    order: 3;
  }
  .language-chooser > li.active {
    order: 1;
  }
  .language-chooser > li a {
    display: block;
    font-weight: 600;
    font-size: 0.14rem;
    line-height: 0.22rem;
    color: #1d1d1f;
  }
  .language-chooser > li:first-child a {
    padding: 0.12rem 0.3rem 0.12rem 0.12rem;
  }
  .language-chooser > li:not(.active):nth-of-type(2) a,
  .language-chooser > li:not(.active):nth-of-type(3) a {
    padding: 0.08rem 0.16rem 0.04rem 0.17rem;
    background: #fff;
    color: #1d1d1f;
  }
  .language-chooser > li:nth-of-type(2) a {
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
  }
  .language-chooser > li:nth-of-type(3) a {
    border-bottom-left-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
  }
  .language-chooser > li:nth-of-type(2),
  .language-chooser > li:nth-of-type(3) {
    opacity: 0;
    transition: opacity 0.5s;
  }
  .language-chooser:hover li {
    opacity: 1;
  }
}

/*-------------------------------------FOOTER--------------------------------------*/
.main-footer {
  padding: 0.4rem 0 0.6rem;
  background-color: #fff;
  color: #1d1d1f;
}

.main-footer .wrapper {
  display: flex;
  justify-content: space-between;
}

.footer-title,
.footer-copyrigh {
  font-size: 0.15rem;
  line-height: 0.24rem;
  color: #1d1d1f;
  opacity: 0.4;
  margin-bottom: 0.16rem;
  font-weight: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-menu-list > li a,
.footer-contacts-list > li a {
  font-weight: 600;
  font-size: 0.15rem;
  line-height: 0.24rem;
  color: #1d1d1f;
  transition: opacity 0.5s;
}
.footer-menu-list > li a:hover {
  opacity: 0.8;
}
.footer-menu-list > li:not(:last-child) {
  margin-bottom: 0.1rem;
}
.footer-contacts-list > li:not(:last-child) {
  margin-bottom: 0.04rem;
}
.footer-social-list {
  display: flex;
}
.footer-social-list > li:not(:last-child) {
  margin-right: 0.06rem;
}
.footer-social-list > li a {
  display: block;
  padding: 0.12rem;
  transition: opacity 0.5s;
}
.footer-social-list > li a img {
  display: block;
  width: 0.26rem;
}
.footer-middle-col {
  margin-right: 3rem;
}
.footer-social-list > li a:hover {
  opacity: 0.8;
}

/* BUTTONS */

.main-btn {
  display: inline-block;
  padding: 0.19rem 0.3rem;
  font-weight: 600;
  font-size: 0.14rem;
  line-height: 0.2rem;
  text-align: center;
  transition: transform 0.6s ease 0s, box-shadow 0.6s ease 0s,
    -webkit-transform 0.6s ease 0s;
}

.main-btn:hover {
  box-shadow: rgb(0 0 0 / 20%) 0px 0.1rem 0.2rem -0.05rem;
  -webkit-transform: translateY(-0.02rem);
  transform: translateY(-0.02rem);
}

.main-btn.light {
  border: 0.02rem solid #ececf2;
  color: #1d1d1f;
  background-color: #fff;
}

.main-btn.dark {
  color: #fff;
  background: #1d1d1f;
}

.main-btn.blue {
  color: #fff;
  background: #0466c8;
  border: 0.02rem solid transparent;
}

/*---------------------------------- FORM MODAL -----------------------------------*/
.form-layout-container,
.map-layout-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 11;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
.form-layout-container.active,
.map-layout-container.active {
  opacity: 1;
  pointer-events: all;
}
.form-container {
  width: 5.6rem;
  padding: 0.8rem 0.6rem 0.54rem 0.6rem;
  background-color: #fff;
  border-radius: 0.4rem;
  position: relative;
  -webkit-transform: translateY(15%);
  transform: translateY(15%);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.form-layout-container.active .form-container {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.close-form-btn {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-image: url(../img/elements/icon-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.16rem;
  cursor: pointer;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  z-index: 1;
  background-color: #fff;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.close-form-btn:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inputs-wrapper label,
.inputs-wrapper input {
  display: block;
  width: 100%;
}

.inputs-wrapper-center{
	padding: 0 5px 0;
}

.inputs-wrapper label {
  padding: 0 0 0.06rem 0.2rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #1e1e1e;
}
.inputs-wrapper input {
  border: none;
  outline: none;
  background: #f2f2f2;
  border-radius: 0.08rem;
  padding: 0.14rem 0.2rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  font-style: normal;
  color: #1e1e1e;
  transition: background 0.3s, color 0.3s;
}
.inputs-wrapper input.invalid {
  background: rgba(167, 0, 0, 0.22);
  color: #a70000;
}
.inputs-wrapper {
  margin-bottom: 0.2rem;
  /* add */
  display: table;
  table-layout: fixed;
  width: 100%;
}
.inputs-wrapper div {
    display: table-cell;
}


#form_submit_btn {
  display: block;
  width: 100%;
  padding: 0.14rem 0.2rem;
  text-align: center;
  background: #c4c4c4;
  border: none;
  outline: none;
  border-radius: 0.1rem;
  font-weight: bold;
  font-size: 0.15rem;
  line-height: 0.22rem;
  text-align: center;
  color: #ffffff;
  pointer-events: none;
  transition: background 0.5s, box-shadow 0.6s ease 0s,
    -webkit-transform 0.6s ease 0s;
  transition: background 0.5s, transform 0.6s ease 0s, box-shadow 0.6s ease 0s;
  transition: background 0.5s, transform 0.6s ease 0s, box-shadow 0.6s ease 0s,
    -webkit-transform 0.6s ease 0s;
}
#form_submit_btn.active {
  pointer-events: all;
  background: #f5b455;
}
#form_submit_btn.active:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0.1rem 0.2rem -0.05rem;
  -webkit-transform: translateY(-0.02rem);
  transform: translateY(-0.02rem);
}
.success-mssg {
  width: 3.7rem;
  margin: auto;
  display: none;
}
.success-mssg h6 {
  font-weight: 600;
  font-size: 0.15rem;
  line-height: 0.26rem;
  text-align: center;
  color: #1e1e1e;
  margin-bottom: 0.06rem;
}
.success-mssg p {
  font-size: 0.15rem;
  line-height: 0.24rem;
  text-align: center;
  color: #1e1e1e;
}
.form-container.sending {
  padding: 1rem 0.93rem;
}
.form-container.sending .success-mssg {
  display: block;
}
.form-container.sending #form_submit {
  display: none;
}
.req-input,
#email-to {
  display: none;
}
/*----------------------------------- MAP MODAL -----------------------------------*/
.map-container {
  width: 8.6rem;
  height: 4.68rem;
  border-radius: 0.4rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
  border-top-right-radius: 0.4rem;
}
#map {
  height: 100%;
}
#map iframe {
  width: 100%;
  height: 100%;
}
.map-container-address {
  width: 2.6rem;
  background: #ffffff;
  border-radius: 0.4rem;
  padding: 0.08rem 0.3rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #1c1d1e;
  position: absolute;
  bottom: 0.1rem;
  left: 0.1rem;
  z-index: 1;
}
.map-container-address address {
  font-style: normal;
}
/*-------------------------------------CONTENT-------------------------------------*/
.section-title {
  font-size: 0.36rem;
  line-height: 0.46rem;
  color: #0466c8;
}
.page-home {
  transition: background 0.5s;
}
.bg-var,
.last-news {
  transition: background 0.5s;
}
.page-home.dark {
  background: #0a0a0a;
}
.page-home.light {
  background: #f0f0f0;
}

.hover-image-scale {
  display: inline-block; 
  overflow: hidden; /* Скрываем всё за контуром */
}
.hover-image-scale img {
  transition: 1s; /* Время эффекта */
  display: block; 
}
.hover-image-scale img:hover {
  transform: scale(1.3); /* Увеличиваем масштаб */
}

/*---------------------------------- FRONTPAGE -------------------------------------*/
/* intro section */
.intro {
  padding: 0.7rem 0 0.8rem;
}

.intro-top {
  position: relative;
  padding: 1.4rem 0 1.4rem 0.8rem;
}

.intro-top::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.intro-top > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.intro-content {
  max-width: 6.8rem;
  /* position: absolute;
  top: 1.9rem;
  left: 1.5rem; */
  position: relative;
  z-index: 1;
  color: #fff;
}
.main-title {
  max-width: 7.8rem;
  font-size: 0.42rem;
  line-height: 0.52rem;
  z-index: 1;
  margin-bottom: 0.15rem;
}
.intro-description {
  max-width: 5.2rem;
  font-size: 0.17rem;
  line-height: 0.28rem;
}
/* about section */
.about {
  padding: 0 0 1.4rem 0;
  background: #1d1d1f;
}
.about-descr {
  max-width: 7.9rem;
  font-weight: 600;
  font-size: 0.22rem;
  line-height: 0.34rem;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 0.6rem;
}
.about-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 0.3rem;
}
.about-list > li {
  width: 33.333%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
/* .about-list > li:not(:last-child) {
  margin-right: 0.4rem;
} */
.about-icon-cont {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  padding: 0.2rem;
}
.about-icon-cont img {
  height: 100%;
  object-fit: contain;
}
.about-item-descr {
  font-weight: bold;
  font-size: 0.16rem;
  line-height: 0.26rem;
  text-align: center;
  color: #1d1d1f;
}
/* our clients section */
.our-clients {
  padding: 1.5rem 0 0.5rem 0;
}
.our-clients h2 {
  text-align: center;
  margin-bottom: 0.6rem;
}
.our-clients-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.our-clients-list li {
  width: 2.5rem;
  height: 1.3rem;
  display: flex;
  justify-content: center;
  padding: 0 0.35rem;
}
.our-clients-list li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* about useful */

.about-gas-img-cont {
  /* height: 5.6rem; */
}

.about-resources-bottom {
  display: flex;
  justify-content: space-between;
  
  /* add */
  margin-top: -40em;
  /* align-items: flex-start; */
}

.about-resources-left-col {
  width: 68%;
  padding: 0.5rem 1.2rem 0 0.5rem;
  
  /* add */
  background: rgba(255, 240, 245, 0.85);
  border-radius: 30px 0 0 30px;
  margin-left: 1em;
}


.about-resources-right-col {
  width: 68%;
  padding: 0.5rem 1.2rem 0 0.5rem;
  
  /* add */
  background: rgba(255, 240, 245, 0.85);
  border-radius: 0 30px 30px 0;
  margin-right: 1em;
}

.about-resources-left-col .section-title {
  margin-bottom: 0.1rem;
}

.about-resources-descr {
  max-width: 5.8rem;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 0.26rem;
  margin-bottom: 0.25rem;
  text-align: justify;
}

.about-resources-adv-list {
  display: flex;
  margin-bottom: 0.5rem;
}

.about-resources-adv-list > li {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-resources-adv-icon-cont {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin-bottom: 0.15rem;
  padding: 0.1rem;
}

.about-resources {
  margin-bottom: 1.5rem;
}

.about-resources-adv-descr {
  font-weight: 600;
  font-size: 0.13rem;
  line-height: 0.2rem;
  text-align: center;
  color: #1e1e1e;
}

.about-resources-right-cont {
  width: 32%;
  
  padding: 0.5rem;
  
  /* add */
  background: rgba(29, 29, 31, 0.85);
  border-radius: 0 30px 30px 0;
  margin-right: 1em;
}


.resources-btns-container {
	text-align: center;
    margin-top: 20px;
}
.about-resources-left-cont {
  width: 32%;
  padding: 0.5rem;
  
  /* add */
  background: rgba(29, 29, 31, 0.85);
  border-radius: 30px 0 0 30px;
  margin-left: 1em;
}

.about-resources-descr-cont {
  width: 32%;
  background: #1d1d1f;
  padding: 0.5rem;

}

.useful-resources-title {
  font-weight: 600;
  font-size: 0.12rem;
  line-height: 0.22rem;
  letter-spacing: 1px;
  color: #ffffff;
  opacity: 0.4;
  margin-bottom: 0.18rem;
}

.useful-resources-list > li:not(:last-child) {
  margin-bottom: 0.18rem;
}

.useful-resources-list > li a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #ffffff;
  padding-left: 0.3rem;
  transition: opacity 0.3s;
  position: relative;
}

.useful-resources-list > li a::before {
  content: "";
  width: 0.18rem;
  height: 0.18rem;
  background-image: url("../img/elements/icon-external-link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
}

.useful-resources-list > li a:hover {
  opacity: 0.8;
}

/* last news section */
.last-news {
  padding: 1.2rem 0 0 0;
  margin-bottom: 1.2rem;
}
.last-news h2 {
  font-size: 0.36rem;
  line-height: 0.46rem;
  text-align: center;
  margin-bottom: 0.6rem;
}
.last-news-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.last-news-list > li {
  width: 41%;
}
.last-news-list > li:nth-of-type(3n-1) {
  margin: 0 0.2rem;
}
.last-news-list > li a {
  height: 100%;
  display: block;
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.6s ease 0s, box-shadow 0.6s ease 0s,
    -webkit-transform 0.6s ease 0s;
  position: relative;
}
.news-item-thumb-container {
  height: 3rem;
  overflow: hidden;
}
.news-item-thumb-container img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.news-item-descr {
  padding: 0.3rem 0.3rem 0;
}
.news-item-title {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #1e1e1e;
  margin-bottom: 0.08rem;
  transition: color 0.5s;
}
.news-date-publicate {
  font-weight: 500;
  font-size: 0.15rem;
  line-height: 0.24rem;
  color: #999999;
}
.last-news-list > li a:hover {
  -webkit-transform: translateY(-0.04rem);
  transform: translateY(-0.04rem);
}
.read-more-btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.read-more-btn {
  display: inline-block;
  padding: 0.19rem 0.6rem 0.19rem 0.3rem;
  font-weight: bold;
  font-size: 0.15rem;
  line-height: 0.22rem;
  color: #242423;
  position: relative;
}
.read-more-btn::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/elements/right-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.read-more-btn:hover::after {
  -webkit-transform: translateX(0.05rem);
  transform: translateX(0.05rem);
}
/* cooperation section */
.cooperation {
  padding-bottom: 0.8rem;
}
.cooperation .wrapper {
  display: flex;
  justify-content: space-between;
}

.cooperation-left-col {
  width: 30%;
  height: 100%;
}

.cooperation-left-col img {
  height: 100%;
  object-fit: cover;
}

.cooperation-center-col {
  width: 60%;

  padding: 1.2rem 1rem;
}

.cooperation-center-col h2 {
  margin-bottom: 0.22rem;
}


.cooperation-right-col {
  width: 10%;
  height: 100%;
}

.cooperation-heading {
  display: flex;
  align-items: center;
  margin-bottom: 0.08rem;
  text-transform: capitalize;
}

.cooperation-heading h3 {
  font-weight: bold;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #1d1d1f;
}

.cooperation-content {
  padding-left: 0.5rem;
  position: relative;
}

.cooperation-icon-cont {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  padding: 2px;
  position: absolute;
  top: -.08rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cooperation-icon-cont img {
  width: auto;
  z-index: 1;
}

.with-bg::before {
  content: "";
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  position: absolute;
  background-color: #dfdfe1;
  top: auto;
  left: 0.02rem;
}

.coop-list li a,
.coop-list li p,
.coop-list li span,
.coop-address {
  display: block;
  font-size: 0.15rem;
  line-height: 0.22rem;
  color: #1d1d1f;
  font-style: normal;
}
.coop-list > li {
  display: flex;
  margin-bottom: 0.1rem;
}
.coop-item-left-col {
  width: 1.8rem;
  margin-right: 0.1rem;
}
.coop-tel:not(:last-child) {
  margin-bottom: 0.1rem;
}
.schedule-container {
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
}
.office-address-container {
  width: 3rem;
}
.coop-address {
  margin-bottom: 0.1rem;
}
.watch-on-map-btn {
  display: inline-block;
  padding: 0.19rem 0.3rem 0.19rem 0.32rem;
  font-weight: bold;
  font-size: 0.15rem;
  line-height: 0.22rem;
  color: #242423;
  position: relative;
  transition: transform 0.6s ease 0s, box-shadow 0.6s ease 0s,
    -webkit-transform 0.6s ease 0s;
}
.watch-on-map-btn:hover {
  -webkit-transform: translateY(-0.04rem);
  transform: translateY(-0.04rem);
}
.watch-on-map-btn::before {
  content: "";
  display: block;
  width: 0.18rem;
  height: 0.6rem;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/elements/icon-pin.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
/* traders section */

.traders {
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
}

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

.traders .wrapper > div {
  width: 50%;
}

.traders-descr-cont {
  padding: 1rem 1.1rem 1rem 0.8rem;
  background: #1d1d1f;
}

.traders-descr-cont .section-title {
  color: #fff;
  margin-bottom: 0.1rem;
}

.text {
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #ffffff;
  margin-bottom: 0.4rem;
}

.traders-adv-list > li {
  display: flex;
  align-items: center;
}

.traders-adv-list > li:not(:last-child) {
  margin-bottom: 0.25rem;
}

.traders-adv-icon-col {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #343435;
  border-radius: 0.3rem;
  margin-right: 0.2rem;
  padding: 0.15rem;
}

.traders-adv-descr-col {
  max-width: 2.4rem;
  font-weight: 600;
  font-size: 0.13rem;
  line-height: 0.2rem;
  color: #ffffff;
}

/*--------------------------------- CONSUMERS PAGE ---------------------------*/
.page-template-page-consumers-template .main-header,
.post-type-archive .main-header {
  position: fixed;
  background: #fff;
  box-shadow: 0 0.01rem 0.2rem rgba(0, 0, 0, 0.06);
}
.consumers-page {
  padding: 1.3rem 0 1.2rem 0;
  background-color: #fafafa;
}
.intro-consumers {
  margin-bottom: 1rem;
}
.back-btn {
  display: inline-block;
  padding: 0.19rem 0.3rem 0.19rem 0.28rem;
  position: relative;
  margin-bottom: 0.6rem;
  font-weight: bold;
  font-size: 0.15rem;
  line-height: 0.22rem;
  color: #242423;
}
.back-btn::before {
  content: "";
  display: block;
  width: 0.28rem;
  height: 0.6rem;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/elements/icon-arrow-left.svg);
  background-position: center left;
  background-repeat: no-repeat;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.back-btn:hover::before {
  -webkit-transform: translateX(-0.03rem);
  transform: translateX(-0.03rem);
}
.intro-consumers {
  max-width: 6.2rem;
}
.intro-consumers h1 {
  margin-bottom: 0.16rem;
}
.intro-consumers p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #1e1e1e;
}
.consumers-section {
  margin-bottom: 0.8rem;
}
.consumers-title {
  font-size: 0.28rem;
  line-height: 0.38rem;
  color: #1e1e1e;
  margin-bottom: 0.3rem;
}
.consumers-docs-list {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.2rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.cons-doc-link {
  height: 100%;
  display: block;
  padding: 0.2rem 0.3rem;
  background-color: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0.04rem 0.5rem rgba(17, 17, 17, 0.05);
}
.cons-doc-title {
  font-weight: 600;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #1e1e1e;
  margin-bottom: 0.02rem;
  transition: color 0.5s;
}
.cons-doc-type {
  display: block;
  font-weight: 600;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #999999;
}
.cons-doc-link:hover .cons-doc-title {
  color: #f4b268;
}
/*----------------------------------- BLOG PAGE -----------------------------*/
.blog-wrapper {
  width: 7.6rem;
  margin: auto;
}
.blog-content {
  padding: 1.5rem 0 1.6rem 0;
}
.blog-content .last-news-list > li {
  margin-bottom: 0.4rem;
}
.blog-single {
  padding: 1.3rem 0 1.5rem 0;
}
.blog-article-date-publicate {
  font-size: 0.15rem;
  line-height: 0.24rem;
  color: #999999;
  margin-bottom: 0.1rem;
}
.blog-article-title {
  width: 6.6rem;
  margin-bottom: 0.2rem;
}
.single-blog-editor p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #1e1e1e;
}
.single-blog-editor a {
  text-decoration: underline;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #1e1e1e;
}
.single-blog-editor h2 {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #1e1e1e;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}
.single-blog-editor h3 {
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: #1e1e1e;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}
.single-blog-editor img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0.3rem 0;
}
.single-blog-editor h4 {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #1e1e1e;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}
.single-blog-editor h5 {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #1e1e1e;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}
.single-blog-editor ul,
.single-blog-editor ol {
  padding: 0 0 0 0.2rem;
  margin: 0 0 0.2rem 0;
}
.single-blog-editor ul > li {
  list-style: disc;
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-bottom: 0.02rem;
}
.single-blog-editor ol > li {
  list-style: decimal;
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-bottom: 0.02rem;
}
.single-blog-editor {
  margin-bottom: 0.6rem;
}
.share-post {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.15rem;
  background: #3b5998;
  border-radius: 0.1rem;
  font-weight: 600;
  font-size: 0.12rem;
  line-height: 0.22rem;
  letter-spacing: 0.01rem;
  color: #ffffff;
  text-align: center;
  transition: opacity 0.5s;
}
.share-post:hover {
  opacity: 0.8;
}
.share-post-icon {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.12rem;
  background-image: url(../img/elements/facebook_icon.svg);
  background-position: center;
  background-size: 0.26rem;
  background-repeat: no-repeat;
  margin-right: 0.06rem;
}
.also-read {
  padding: 1.5rem 0 0 0;
}
.also-read h2 {
  font-size: 0.3rem;
  line-height: 0.4rem;
  text-align: center;
  color: #1e1e1e;
  margin-bottom: 1rem;
}
