@import url("comps/_normal.css");
@import url("comps/_animation.css");
@import url("comps/_header.css");
@import url("comps/_layout.css");
@import url("comps/_post.css");
@import url("comps/_report.css");
@import url("comps/_contactform.css");
@import url("comps/_comments.css");
@import url("comps/_footer.css");

:root {
  --sb-menu-height: 110px;
}

@media (max-width: 1280px) {
  :root {
    --sb-menu-height: 69px;
  }
}

#progressBar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background-color: var(--sb-color-primary);
  width: 0;
  z-index: 1000;
  transition: width 0.1s ease;
}

.admin-bar #progressBar {
  top: 32px;
}

.container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: calc(var(--sb-site-width) + var(--sb-gap-column)* 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--sb-gap-column);
  padding-left: var(--sb-gap-column);
}

.site-main {
  position: relative;
  z-index: 1;
  background-color: #fff;
  min-height: calc(100vh - var(--height, 0));
}

@media (min-width: 768px) {

  body.home .site-main {
    margin-bottom: var(--height, 0);
  }

}

.sb-section {
  position: relative;
  overflow: hidden;
  padding-bottom: var(--sb-spacing-default);
}

.sb-section:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

.sb-section__header {
  position: relative;
  margin-bottom: 50px;
}

.sb-section__header .title {
  position: relative;
  font-size: var(--sb-size-32);
  color: var(--sb-color-primary);
  text-transform: uppercase;
  padding-bottom: 30px;
}

.sb-section__header .title::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 65%;
  height: 1px;
  background: #B4B4B4;
  transition: all .3s;
}

.sb-section__header .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24%;
  height: 3px;
  background: var(--sb-color-primary);
  transition: all .3s;
}

.sb-section__header .title:hover::after {
  width: 40%;
}

.sb-section__title.v2 {
  text-align: center;
}

.sb-section__title.v2 .title {
  display: inline-block;
}

.sb-section__title.v2 .title::before,
.sb-section__title.v2 .title::after {
  left: 50%;
  transform: translateX(-50%);
}

.sb-section__header .sb-section__title .title {
  margin-bottom: 0;
}

.sb-section__header .swiper-control {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 15px;
}

.sb-section__header.sb-flex-alg-center .sb-section__description {
  width: 50%;
  margin-left: auto;
}

.sb-section__description {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1090px;
}

.sb-section .wrapper {
  position: relative;
}

.sb-section-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(0px - var(--sb-gap-column));
}

.sb-section-row .sb-section-col {
  width: 100%;
  padding: 0 var(--sb-gap-column);
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-wrapper .swiper-slide {
  align-self: stretch;
  height: auto;
}

.swiper-control-btn {
  --btn-width: 46px;
  --btn-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: var(--btn-width);
  height: var(--btn-height);
  border-radius: 0;
  transition: 0.3s ease-in-out;
  z-index: 5;
  position: relative;
  overflow: hidden;
  color: var(--sb-color-text);
}

.swiper-control-btn>i {
  font-size: var(--sb-size-20);
  color: var(--sb-color-primary);
  font-weight: 600;
}

.swiper-control-btn>i::after {
  content: '';
  border: solid #d0d0d0;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 17px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}

.swiper-control-btn.swiper-next>i::after {
  left: unset;
  right: 12px;
  transform: translateY(-50%) rotate(-45deg);
}

.swiper-button-disabled {
  opacity: .3 !important;
  cursor: no-drop;
}

.swiper-control-absolute .swiper-control-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* .sb-section:hover .swiper-control-absolute .swiper-control-btn{
  opacity: 1 !important;
  visibility: visible;
} */

.swiper-control-absolute .swiper-next {
  right: -80px;
}

.swiper-control-absolute .swiper-prev {
  left: -80px;
}

.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.swiper-pagination-bullet {
  margin: 0 3px !important;
  width: 36px !important;
  height: 4px !important;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background: var(--sb-color-primary) !important;
}

.swiper-control-line {
  display: flex;
  align-items: center;
  gap: 15px;
}

.swiper-control-line span {
  width: 1px;
  height: 60px;
  background: #D0D0D0;
}

.swiper-counter {
  font-family: Arial;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  display: flex;
  align-items: end;
  gap: 7px;
  position: absolute;
  z-index: 9;
  top: 20px;
  left: calc(50% + 60px);
}

.swiper-counter span.count {
  font-size: 72px;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--sb-color-primary);
  color: transparent;
  line-height: 1;
  margin-bottom: -5px;
}

.swiper-slide-group {
  display: flex;
  flex-direction: column;
}

/* Easy Select */

.easy-select {
  --es-text: var(--sb-color-text);
  --es-text-hover: var(--sb-color-primary);
  --es-border: 1px solid rgba(0, 0, 0, .2);
  --es-border-hover: 1px solid rgba(0, 0, 0, .2);
  --es-radius: 0;
  width: 100%;
}

.es-current .es-option::after {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "\e931";
  font-family: 'icomoon', fantasy;
  font-size: 10px;
  margin: 0;
  transition: none;
}

.easy-select.es-dropdown-open .es-current .es-option::after {
  transform: translateY(-50%) rotate(180deg);
}

.es-current {
  border-radius: 0;
}

.es-option {
  white-space: nowrap;
  padding: 5px 15px;
}

/* Easy popup */

.easy-popup-container {
  padding: 40px 15px;
}

/*.ep-close-button{
  top: 20px;
  right: 30px;
  background-color: #2b2a2a;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  transform: none;
}*/

.easy-popup-content {
  padding: 20px 30px;
  border-radius: 0;
}

/* Nav tabs */

ul.nav-tabs {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

ul.nav-tabs>li {
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all .3s;
}

/* Home.css */

.banner__item {
  overflow: hidden;
}

.banner__item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__item>img {
  /* transform: scale(1.25); */
  transition: all 10s;
}

.swiper-slide-active .banner__item>img {
  /* transform: scale(1); */
}

.slider-banner .swiper-pagination {
  position: absolute;
  z-index: 9;
  bottom: 25px;
  margin: 0;
}


/* Fields */

.home-fields {
  padding-top: var(--sb-spacing-default);
}

.home-fields::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #AC0707;
  height: 65%;
}

.home-fields .sb-section__header .title {
  color: #fff;
}

.home-fields .sb-section__header .title::after {
  background: #fff;
}

.home-fields .swiper-control-absolute .swiper-control-btn {
  top: calc(50% - 24px);
}

.home-fields .field-nav-filter {
  margin: 0;
}

.field-item .c-item__image {
  --c-ratio: 79 / 100;
}

.field-item .c-item__info {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 0;
}

.field-item .c-item__info .title {
  font-size: 32px;
  min-height: auto;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 0;
}

.home-fields .swiper-control-btn>i {
  color: #fff;
}

/* Company */

.home-company .swiper-wrapper .swiper-slide {
  background-color: #fff;
}

@media (min-width: 768px) {
  .home-company .swiper-pagination {
    display: none;
  }
}

.company-item .c-item__inner {
  flex-direction: row;
  flex-wrap: wrap;
}

.company-item .c-item__image,
.company-item .c-item__info {
  width: 50%;
}

.company-item .c-item__image {
  background: #fff;
}

.company-item .c-item__image picture {
  width: 0;
  transition: all 2s;
}

.swiper-slide-active .company-item .c-item__image picture {
  width: 100%;
}

.company-item .c-item__info {
  padding: 60px;
  background: #fff;
  justify-content: center;
}

.company-item .c-item__more {
  margin-top: 40px;
  width: var(--btn-width);
}

@media (max-width: 1440px) {
  .company-item .c-item__more {
    margin-right: auto;
  }
}

.company-item .c-item__info .title {
  font-size: 20px;
  min-height: auto;
  margin-bottom: 16px;
}

.company-item .c-item__excerpt p {
  margin-bottom: 5px;
}

.home-company .swiper-control {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: calc(50% + 60px);
}

/* News */

.home-blog-slider {
  background: #F6F6F6;
  padding: var(--sb-spacing-default) 0;
  margin-bottom: var(--sb-spacing-default);
}

/* Partners */

.home-partner .wrapper {
  padding: 40px 100px;
}

.partner-item .c-item__image {
  --c-ratio: 2 / 1;
  margin: 0;
}

.partner-item .c-item__image img {
  object-fit: contain;
  max-width: 174px;
  max-height: 71px;
  height: 100%;
}

.partner-item .c-item__image>picture {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-partner .swiper-control-absolute .swiper-prev {
  left: 50px;
}

.home-partner .swiper-control-absolute .swiper-next {
  right: 50px;
}

/* Company */

.comp-about .col-left,
.comp-about .col-right {
  width: 50%;
}

.comp-about__image {
  max-width: 790px;
  min-height: 500px;
  height: 100%;
  float: right;
}

.comp-about__image picture {
  display: block;
  width: 0;
  height: 100%;
  transition: all 1s;
}

.comp-about.show .comp-about__image picture {
  width: 100%;
  height: 100%;
}


.comp-about .col-left .desc {
  max-width: 80%;
  text-align: justify;
}

.comp-history .sb-section__header {
  margin-bottom: -3px;
}

.comp-history .col-left {
  width: 35%;
}

.comp-history .col-right {
  width: 65%;
}

.comp-history .col-left .desc {
  margin: 30px 0;
  max-width: 401px;
}

.slider-comp-history {
  padding-top: 30px;
}

.slider-comp-history::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #B4B4B4;
  transition: all .3s;
}

.comp-history-item::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--sb-color-primary);
  transition: all 1s;
}

.comp-history-item.swiper-slide-active::before {
  width: 100%;
}

.comp-history-item__count {
  font-size: 24px;
  font-weight: bold;
  color: var(--sb-color-primary);
  margin-bottom: 20px;
}

.comp-history-item .c-item__info .title {
  min-height: auto;
  font-weight: bold;
  margin-bottom: 20px;
}

.comp-history-item .c-item__info .desc {
  max-height: 200px;
  overflow: auto;
}

.comp-history .swiper-pagination {
  justify-content: left;
  margin-top: 0;
  margin-bottom: 30px;
}

.p-item .c-item__info .title {
  min-height: auto;
}

.p-item .c-item__more {
  margin-top: 20px;
}

.sbvideo__image {
  aspect-ratio: 16 / 9;
}

a.sbvideo__control {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  font-size: 20px;
  border-radius: 100%;
  color: var(--sb-color-primary);
}

a.sbvideo__control::before {
  width: 90px;
  height: 90px;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: #f6f6f62b;
  border-radius: 50%;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoomTrans 1.3s infinite;
  animation: zoomTrans 1.3s infinite;
}

/* Fields */

.sb-section.fields {
  padding-top: 60px;
}

.field-nav-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

.field-nav-filter__icon {
  width: 140px;
  height: 140px;
}

.field-nav-filter__icon img {
  object-fit: contain;
}

.field-nav-filter button {
  flex: 1;
  padding: 48px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--sb-border-color);
  gap: 14px;
  font-weight: 600;
}

.field-nav-filter button span {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.field-nav-filter button.active,
.field-nav-filter button:hover {
  background: var(--sb-color-primary);
  border-color: var(--sb-color-primary);
  color: #fff;
}

.field-nav-filter button.active img,
.field-nav-filter button:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.field-item .sb-section-row {
  margin: 0;
}

.field-item .col-left {
  width: 60%;
  padding: 0;
}

.field-item__image {
  height: 100%;
}

.field-item .col-right {
  width: 40%;
  background: var(--sb-color-primary);
  color: #fff;
  padding: 60px;
}

.field-item .col-right h3.title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

/* About */

.about-comp {
  padding: var(--sb-spacing-default) 0 calc(var(--sb-spacing-default)*2);
  position: relative;
  background-image: var(--bg);
  background-position: 0 0, top center, 0 0;
  background-size: 100% 100%, cover;
  background-repeat: no-repeat;
}

.about-comp .col-left {
  width: 45%;
}

.about-comp .col-right {
  width: 55%;
}

.about-comp .col-left .desc {
  margin: 30px 0;
  max-width: 401px;
}

.about-comp .swiper-slide-group {
  gap: 5px;
}

.about-comp .partner-item {
  background: #fff;
  border: 1px solid var(--sb-border-color);
}

.about-comp .partner-item .c-item__image {
  background: #fff;
}

.about-vmc-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.about-vmc-item:last-child {
  height: 100%;
  grid-row-start: 2;
  grid-row-end: 2;
  grid-column-end: 3;
  grid-column-start: 1;
}

.about-vmc-item .c-item__image {
  --c-ratio: 10 / 7;
}

.about-vmc-item .c-item__info {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 100px;
  width: 100%;
  max-width: 600px;
  color: #fff;
}

.about-vmc-item .c-item__info .title {
  flex-shrink: 0;
  font-size: var(--sb-size-32);
  color: #fff;
  text-transform: uppercase;
  min-height: auto;
  margin-bottom: 20px;
}

.about-vmc-item:last-child .c-item__image {
  --c-ratio: 7 / 2;
}

.about-vmc-item:last-child .c-item__info {
  max-width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.about-vmc-item-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}

.about-vmc-item-info-item {
  max-width: 340px;
}

.about-vmc-item-info-item .title {
  font-size: 24px !important;
  font-weight: bold;
}


/* Responsive */

@media (min-width: 1701px) and (max-width: 1919px) {
  :root {
    --sb-site-width: 1530px;
  }
}

@media (min-width: 1537px) and (max-width: 1700px) {

  :root {
    --sb-site-width: 1410px;
  }

  .swiper-counter {
    left: calc(50% - 72px);
  }

  .swiper-counter span.sep,
  .swiper-counter span.total {
    display: none;
  }

  .sb-section__header .title {
    font-size: 32px;
  }

  .field-item .c-item__info .title {
    font-size: 28px;
  }

  .company-item .c-item__info {
    padding-top: 40px;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .home-partner .wrapper {
    padding: 20px 80px;
  }

  .about-vmc-item-info-item {
    max-width: 280px;
  }

  /* Fields */

  .field-nav-filter__icon {
    width: 120px;
    height: 120px;
  }

}

@media (min-width: 1401px) and (max-width: 1536px) {

  :root {
    --sb-site-width: 1310px;
    --sb-menu-height: 100px;
  }

  .swiper-counter {
    left: calc(50% - 72px);
  }

  .swiper-counter span.sep,
  .swiper-counter span.total {
    display: none;
  }

  .sb-section__header .title {
    font-size: 28px;
  }

  .field-item .c-item__info .title {
    font-size: 24px;
  }

  .company-item .c-item__info {
    padding-top: 40px;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .home-partner .wrapper {
    padding: 20px 80px;
  }

  .about-vmc-item-info-item {
    max-width: 280px;
  }

  /* Fields */

  .field-nav-filter__icon {
    width: 100px;
    height: 100px;
  }

}

@media (min-width: 1200px) and (max-width: 1440px) {

  :root {
    --sb-site-width: 1140px;
    --sb-menu-height: 80px;
    --sb-size-16: 14px;
  }

  .swiper-counter {
    left: calc(50% - 72px);
  }

  .swiper-counter span.sep,
  .swiper-counter span.total {
    display: none;
  }

  .swiper-control-absolute .swiper-next {
    right: -55px;
  }

  .swiper-control-absolute .swiper-prev {
    left: -55px;
  }

  .sb-section__header {
    margin-bottom: 32px;
  }

  .sb-section__header .title {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .field-item .c-item__info .title {
    font-size: 20px;
  }

  .company-item .c-item__info {
    padding-top: 30px;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .company-item .c-item__more {
    margin-top: 20px;
    margin-right: auto;
  }

  .home-partner .wrapper {
    padding: 20px 80px;
  }

  .about-vmc-item .c-item__info {
    padding-top: var(--sb-spacing-default);
  }

  .about-vmc-item .c-item__info .title {
    font-size: 20px;
  }

  .about-vmc-item-info-item {
    max-width: 280px;
  }

  .about-vmc-item-info-item .title {
    font-size: 20px !important;
  }

  /* Fields */

  .field-nav-filter__icon {
    width: 80px;
    height: 80px;
  }

  .field-nav-filter button {
    padding: 30px 15px;
  }

  .field-item .col-right {
    padding: 30px;
  }

  .field-item h3.title {
    font-size: 20px;
  }

}

@media (min-width: 1281px) {}

@media (min-width: 1025px) and (max-width: 1280px) {

  :root {
    --sb-size-16: 14px;
  }

  .swiper-counter {
    left: calc(50% - 72px);
  }

  .swiper-counter span.sep,
  .swiper-counter span.total {
    display: none;
  }

  .sb-section__header {
    margin-bottom: 32px;
  }

  .sb-section__header .title,
  .field-item .c-item__info .title {
    font-size: 20px;
  }

  .sb-section__header .title {
    padding-bottom: 16px;
  }

  .about-vmc-item .c-item__info {
    padding: var(--sb-spacing-default);

  }

  .about-vmc-item .c-item__info .title {
    font-size: 20px;
    flex-shrink: 0;
  }

  .about-vmc-item-info-item {
    max-width: 280px;
  }

  .about-vmc-item-info-item .title {
    font-size: 18px !important;
  }

}

@media (max-width: 1024px) {

  .swiper-counter {
    display: none;
  }

  .home-company .swiper-control {
    display: none;
  }

  .about-vmc-list {
    display: block;
  }

  .about-vmc-item .c-item__image {
    --c-ratio: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .about-vmc-item .c-item__info {
    padding: var(--sb-spacing-default) 15px;
    max-width: 100%;
    position: relative;
  }

  .about-vmc-item:last-child .c-item__info h3.title {
    display: none;
  }

  .about-vmc-item-info {
    width: 100%;
  }

  .about-vmc-item-info-item {
    max-width: 100%;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  .company-item .c-item__info {
    padding-left: 30px;
    padding-right: 0;
  }

  .field-nav-filter__icon {
    width: 70px;
    height: 70px;
}

.field-item .col-left {
    width: 50%;
}

.field-item .col-right {
    width: 50%;
   padding: 30px;
}
}

@media (max-width: 992px) {

  .swiper-control-absolute .swiper-prev {
    left: 15px;
  }

  .swiper-control-absolute .swiper-next {
    right: 15px;
  }

}

@media (max-width: 767px) {

  .swiper-pagination {
    margin-top: 30px;
  }

  .field-item .c-item__image {
    --c-ratio: 1 / 1;
  }

  .company-item .c-item__image,
  .company-item .c-item__info {
    width: 100%;
  }

  .company-item .c-item__info {
    padding: 0;
    padding-top: 20px;
  }

  .company-item .c-item__more {
    margin-left: auto;
    margin-right: auto;
  }

  /* About */

  .comp-about .col-left,
  .comp-about .col-right {
    width: 100%;
  }

  .comp-about .col-left {
    margin-bottom: 30px;
  }

  .comp-about .col-left .desc {
    max-width: 100%;
  }

  .comp-about__image {
    min-height: auto;
  }

  .comp-history .col-left,
  .comp-history .col-right {
    width: 100%;
  }

  .comp-history .col-left {
    margin-bottom: 30px;
  }

  .comp-history .col-left .desc {
    max-width: 100%;
  }

  .about-comp .col-left,
  .about-comp .col-right {
    width: 100%;
  }

  .about-comp .col-left .desc {
    max-width: 100%;
  }

  .about-comp .col-left {
    margin-bottom: 30px;
  }

  .about-comp .partner-item .c-item__image img {
    max-width: 130px;
    max-height: 50px;
  }

  .about-vmc-item-info-item .title,
  .about-vmc-item .c-item__info .title {
    font-size: 18px !important;
  }

}

@media (min-width: 481px) and (max-width: 767px) {

  :root {
    --sb-size-16: 14px;
  }

  .home-fields .swiper-control-absolute .swiper-control-btn {
    top: calc(50% + -17px);
  }

  .sb-section__header {
    margin-bottom: 32px;
  }

  .sb-section__header .title,
  .field-item .c-item__info .title {
    font-size: 20px;
  }

  .sb-section__header .title {
    padding-bottom: 20px;
  }

}

@media (min-width: 0px) and (max-width: 480px) {

  .swiper-pagination {
    margin-top: 24px;
  }

  .swiper-pagination-bullet {
    width: 24px !important;
  }

  .sb-section__header {
    margin-bottom: 32px;
  }

  .sb-section__header .title {
    padding-bottom: 20px;
    font-weight: 600;
  }

  .home-fields .swiper-control-absolute .swiper-control-btn {
    top: calc(50% - 14px);
  }

  .company-item .c-item__info .title {
    font-size: 16px;
  }

  .company-item .c-item__more {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-partner .wrapper {
    padding: 30px 60px;
  }

  .home-partner .swiper-control-absolute .swiper-prev {
    left: 5px;
  }

  .home-partner .swiper-control-absolute .swiper-next {
    right: 5px;
  }

  .field-nav-filter {
    display: block;
  }

  .field-nav-filter__icon {
    width: 80px;
    height: 80px;
  }

  .field-nav-filter button {
    padding: 40px 20px;
    width: 100%;
  }

  .field-item .sb-section-row {
    display: block;
  }

  .field-item .col-left {
    width: 100%;
  }

  .field-item .col-right {
    width: 100%;
    padding: 30px 15px;

  }

  .field-item .col-right h3.title {
    font-size: 18px;
  }
}


@media (max-width: 390px) {
  .sb-section__header .title {
    font-size: 20px;
  }

  .field-item .c-item__info .title {
    font-size: 24px;
  }

  .stock-item__header h2.title {
    font-size: 20px;
  }
}