

/* Start:/local/templates/.default/markup_pesco/build/css/main.css?1716287801198049*/
/**
 * Variables
 */
.c-red {
  color: #e30613; }

.c-gray-dark {
  color: #62676c; }

.c-white {
  color: #fff; }

/**
  * Functions, mixins
  */
/**
 * Basic rules
 */
body {
  position: relative;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -webkit-overflow-scrolling: auto; }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    margin-top: 0; }

.freeze {
  overflow: hidden; }

*,
:before,
:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

* {
  -webkit-locale: auto; }

svg {
  pointer-events: none; }

img {
  max-width: 100%; }

input,
textarea,
button {
  border: none;
  outline: none;
  border-radius: 0; }

input[type='text'],
input[type='password'],
input[type='tel'],
input[type='email'],
input[type='number'],
textarea,
button {
  -webkit-appearance: none; }

input::-webkit-credentials-auto-fill-button,
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0; }

input::-ms-reveal,
input::-ms-clear {
  width: 0;
  height: 0; }

fieldset {
  border: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: normal;
  color: inherit; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

li {
  list-style: none; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute; }

.d-ib {
  display: inline-block; }

.d-b {
  display: block; }

.d-f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.d-if {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.fw-w {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.fd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.jc-c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.jc-sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.jc-fe {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.ai-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.ai-fs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.ai-fe {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.tt-u {
  text-transform: uppercase; }

.va-b {
  vertical-align: bottom; }

.h-100 {
  height: 100%; }

.w-100 {
  width: 100%; }

.p-relative {
  position: relative; }

.p-abs {
  position: absolute; }

.o-h {
  overflow: hidden; }

.weight-400 {
  font-weight: 400; }

.weight-500 {
  font-weight: 500; }

.weight-600 {
  font-weight: 600; }

.img-cover,
.img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom; }

.title-icon {
  display: block; }
  .title-icon__elem {
    width: 0; }
    .title-icon__elem svg {
      position: absolute;
      left: 0;
      margin-top: 1.45833vw; }
  .title-icon.h2_1.tt-u svg {
    margin-top: -0.13889vw;
    margin-left: -0.20833vw; }

.zi-1 {
  z-index: 1; }

.br-50 {
  border-radius: 50%; }

.hr {
  border: none;
  height: 1px;
  background-color: #f0f4f8; }

.swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 1.38889vw;
  z-index: 1; }
  .swiper-pagination-bullet {
    background-color: #fff;
    width: 0.55556vw;
    height: 0.55556vw;
    margin: 0.55556vw 0.55556vw 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    cursor: pointer;
    opacity: 0.5; }
  .swiper-pagination-bullet-active {
    opacity: 1; }

.bg-gray-m-light {
  background-color: #f0f4f8; }

.bg-red {
  background-color: #e30613; }

.transform-content {
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease; }

.aside-menu__icon {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease; }

.aside-menu__icon {
  will-change: transform; }

b {
  font-weight: 700 !important; }

.hide-desktop {
  display: none; }

.hide-br-desktop br {
  display: none; }

@media screen and (min-width: 1024px) {
  .show-tablet {
    display: none; } }

@media screen and (min-width: 768px) {
  .show-mobile {
    display: none; }
  .aside_nav_open .aside-menu__icon {
    -webkit-transform: translateX(13.75vw);
        -ms-transform: translateX(13.75vw);
            transform: translateX(13.75vw); }
  .aside_nav_open .transform-content {
    -webkit-transform: translateX(6.94444vw);
        -ms-transform: translateX(6.94444vw);
            transform: translateX(6.94444vw); }
  .aside_nav_open .aside-nav__list {
    top: -3.47222vw;
    bottom: -3.47222vw;
    -webkit-transition: all 1s ease, opacity 0.2s ease;
    transition: all 1s ease, opacity 0.2s ease;
    opacity: 1; }
  .aside_nav_open .aside-nav__full,
  .aside_nav_open .aside-nav__current {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .aside_nav_open .transform-content,
  .aside_nav_open .aside-menu__icon {
    -webkit-transform: translateX(11.71875vw);
        -ms-transform: translateX(11.71875vw);
            transform: translateX(11.71875vw); }
  .ai-tablet-fs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .nobr-tablet br {
    display: none; } }

@media screen and (max-width: 1023px) {
  .show-desktop-only {
    display: none; }
  .show-br-tablet br {
    display: block; }
  .tablet-gap {
    gap: 0 20px; }
  .d-tablet-f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .hide-tablet {
    display: none; }
  .swiper-pagination {
    bottom: 2.60417vw; }
    .swiper-pagination-bullet {
      width: 0.78125vw;
      height: 0.78125vw;
      margin: 1.04167vw 1.04167vw 0; }
  .title-icon svg {
    margin-top: 1.30208vw; }
  .title-icon.h2_1.tt-u svg {
    margin-top: -0.26042vw;
    margin-left: -0.26042vw; }
  .order-tablet-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-tablet-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-tablet-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-tablet-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; } }

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none; }
  .hide-br-mobile br {
    display: none; }
  .d-m-b {
    display: block; }
  .d-m-f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .swiper-pagination {
    bottom: 6.25vw; }
    .swiper-pagination-bullet {
      display: block;
      width: 1.875vw;
      height: 1.875vw;
      margin: 2.5vw 2.5vw 0; }
  .title-icon.h2_1.tt-u svg {
    width: 1.875vw;
    height: 1.875vw; }
  .order-mobile-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-mobile-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-mobile-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; } }

@media screen and (min-width: 1024px) {
  .smooth-scroll {
    -webkit-transition: -webkit-transform ease 0.7s;
    transition: -webkit-transform ease 0.7s;
    transition: transform ease 0.7s;
    transition: transform ease 0.7s, -webkit-transform ease 0.7s; } }

@media screen and (max-width: 1023px) {
  .smooth-scroll {
    -webkit-transition: all ease 0.7s 0.35s;
    transition: all ease 0.7s 0.35s; } }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/.default/markup_pesco/build/css/../fonts/montserrat-regular.ttf") format("truetype"), url("/local/templates/.default/markup_pesco/build/css/../fonts/montserrat-regular.woff") format("woff"), url("/local/templates/.default/markup_pesco/build/css/../fonts/montserrat-regular.woff2") format("woff2");
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/.default/markup_pesco/build/css/../fonts/montserrat-medium.ttf") format("truetype"), url("/local/templates/.default/markup_pesco/build/css/../fonts/montserrat-medium.woff") format("woff"), url("/local/templates/.default/markup_pesco/build/css/../fonts/montserrat-medium.woff2") format("woff2");
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/.default/markup_pesco/build/css/../fonts/montserrat-semiBold.ttf") format("truetype"), url("/local/templates/.default/markup_pesco/build/css/../fonts/montserrat-semiBold.woff") format("woff"), url("/local/templates/.default/markup_pesco/build/css/../fonts/montserrat-semiBold.woff2") format("woff2");
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/.default/markup_pesco/build/css/../fonts/montserrat-bold.ttf") format("truetype"), url("/local/templates/.default/markup_pesco/build/css/../fonts/montserrat-bold.woff") format("woff"), url("/local/templates/.default/markup_pesco/build/css/../fonts/montserrat-bold.woff2") format("woff2");
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url("/local/templates/.default/markup_pesco/build/css/../fonts/montserrat-extrabold.ttf") format("truetype"), url("/local/templates/.default/markup_pesco/build/css/../fonts/montserrat-extrabold.woff") format("woff"), url("/local/templates/.default/markup_pesco/build/css/../fonts/montserrat-extrabold.woff2") format("woff2");
  font-display: swap; }

@font-face {
  font-family: 'Montserrat Arabic';
  font-style: normal;
  font-weight: 300;
  src: url("/local/templates/.default/markup_pesco/build/css/../fonts/Montserrat-Arabic/Montserrat-Arabic_Light_300.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'Montserrat Arabic';
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/.default/markup_pesco/build/css/../fonts/Montserrat-Arabic/Montserrat-Arabic_Regular_400.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'Montserrat Arabic';
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/.default/markup_pesco/build/css/../fonts/Montserrat-Arabic/Montserrat-Arabic_Medium_500.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'Montserrat Arabic';
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/.default/markup_pesco/build/css/../fonts/Montserrat-Arabic/Montserrat-Arabic_SemiBold_600.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'Montserrat Arabic';
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/.default/markup_pesco/build/css/../fonts/Montserrat-Arabic/Montserrat-Arabic_Bold_700.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'Montserrat Arabic';
  font-style: normal;
  font-weight: 800;
  src: url("/local/templates/.default/markup_pesco/build/css/../fonts/Montserrat-Arabic/Montserrat-Arabic_ExtraBold_800.otf") format("opentype");
  font-display: swap; }

html[lang='zh'] .blockshow-main__slide.title_2 {
  font-size: 11.22292vw;
  line-height: 13.76528vw;
  letter-spacing: -0.053em; }

html[lang='zh'] .blockshow-main__about-item {
  top: 0; }

html[lang='zh'] .cursor svg {
  width: 2.77778vw;
  height: 2.77778vw; }

html[lang='zh'] .title-icon__elem svg {
  margin-top: 0.34722vw; }

html[lang='zh'] .h1_1 {
  font-size: 5.69444vw;
  line-height: 6.38889vw; }

html[lang='zh'] .slider-company__aside {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  height: auto;
  white-space: normal; }

html[lang='zh'] .menu-body {
  padding: 4.09722vw 61.18056vw 4.16667vw 3.05556vw; }

html[lang='zh'] .logo {
  width: 9.375vw; }

html[lang='zh'] .menu-bg {
  right: 57.63889vw;
  -webkit-transform: translateX(240%);
      -ms-transform: translateX(240%);
          transform: translateX(240%); }

html[lang='zh'] .menu-image {
  width: 57.63889vw; }
  html[lang='zh'] .menu-image__cover img {
    width: 57.63889vw; }

html[lang='zh'] .menu-title {
  font-size: 1.94444vw; }

html[lang='zh'] .about-list__elem {
  min-width: 70px; }

html[lang='zh'] .form-checkbox__text:before {
  top: 0.20833vw; }

html[lang='zh'] .form-checkbox__text:after {
  top: 0.69444vw; }

html[lang='zh'] .map-svg__info {
  width: auto; }

html[lang='zh'] .img-cover,
html[lang='zh'] .img-cover img {
  -o-object-position: left;
     object-position: left; }

html[lang='zh'] .contact-card__label {
  font-weight: 700; }

html[lang='zh'] .contact-card__title {
  font-weight: 700; }

@media screen and (min-width: 1024px) {
  html[lang='zh'] .menu-col {
    width: 50%;
    padding-right: 1.38889vw; }
    html[lang='zh'] .menu-col:nth-child(2) {
      width: 50%; }
  html[lang='zh'] .section-about {
    min-height: 460px; }
    html[lang='zh'] .section-about h4 {
      margin-right: -0.69444vw; } }

@media screen and (max-width: 1023px) {
  html[lang='zh'] .blockshow-main__title br {
    display: none; }
  html[lang='zh'] .blockshow-main__nav {
    margin-top: 0; }
  html[lang='zh'] .blockshow-main__slide.title_2 {
    font-size: 20.19531vw;
    line-height: 24.61719vw;
    left: 0;
    letter-spacing: -5.3%; }
  html[lang='zh'] .cursor svg {
    width: 3.90625vw;
    height: 3.90625vw; }
  html[lang='zh'] .h1_1 {
    font-size: 7.55208vw;
    line-height: 8.85417vw;
    margin-bottom: 10.41667vw; }
  html[lang='zh'] .section-about .body-text p br {
    display: none; }
  html[lang='zh'] .menu-image {
    width: 100%; }
    html[lang='zh'] .menu-image__cover img {
      width: 100%; }
  html[lang='zh'] .menu-bg {
    right: 0; }
  html[lang='zh'] .menu-body {
    padding: 7.8125vw 5.72917vw 8.33333vw 5.72917vw; }
  html[lang='zh'] .menu-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  html[lang='zh'] .menu-col {
    width: auto; }
  html[lang='zh'] .menu-title {
    font-size: 2.60417vw;
    line-height: 3.64583vw; }
  html[lang='zh'] .menu-logo {
    display: block;
    top: 44px; }
  html[lang='zh'] .logo {
    width: 13.41146vw; }
  html[lang='zh'] .contact-form .h5 {
    max-width: 400px; }
  html[lang='zh'] .form-checkbox {
    margin-top: 10px; }
    html[lang='zh'] .form-checkbox__text:before {
      top: 0; }
    html[lang='zh'] .form-checkbox__text:after {
      top: 0.91146vw; }
  html[lang='zh'] .contact-card_wide .contact-card__contact {
    margin-top: 0; }
  html[lang='zh'] .title-icon__elem svg {
    margin-top: -0.83333vw; }
  html[lang='zh'] .contact-grid__col {
    padding: 0 1.52778vw; } }

@media screen and (max-width: 1023px) and (min-width: 768px) {
  html[lang='zh'] .contact-form .h5 br {
    display: none; }
  html[lang='zh'] .blockshow-head__text_small {
    max-width: 100%; } }

@media screen and (max-width: 767px) {
  html[lang='zh'] .cursor svg {
    width: 6.875vw;
    height: 6.875vw; }
  html[lang='zh'] .logo {
    width: 20.3125vw; }
  html[lang='zh'] .menu-body {
    padding: 4.6875vw 8.125vw 8.125vw 8.125vw; }
  html[lang='zh'] .menu-logo {
    top: 15px;
    left: 8.125vw;
    margin-left: 0; }
  html[lang='zh'] .menu-title {
    font-size: 5vw;
    line-height: 6.875vw; }
  html[lang='zh'] .menu-bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    html[lang='zh'] .menu-bottom .order-mobile-1 {
      gap: 12px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      html[lang='zh'] .menu-bottom .order-mobile-1 .menu-col:first-child {
        width: calc( 50% - 12px); }
    html[lang='zh'] .menu-bottom .menu-col {
      margin-top: 0; }
      html[lang='zh'] .menu-bottom .menu-col:first-child {
        margin-right: 0; }
  html[lang='zh'] .blockshow-main__about-title {
    width: auto; }
  html[lang='zh'] .blockshow-main__title br {
    display: initial; }
  html[lang='zh'] .blockshow-main__slide.title_2 {
    font-size: 21.875vw;
    line-height: 27.25625vw;
    left: 0;
    letter-spacing: -0.053em; }
  html[lang='zh'] .blockshow-main__nav {
    margin-top: 0; }
  html[lang='zh'] .blockshow-main__nav-elem a {
    font-size: 3.75vw;
    line-height: 5.625vw; }
  html[lang='zh'] .h1_1 {
    font-size: 10vw;
    line-height: 11.875vw;
    margin-bottom: 13.75vw; }
  html[lang='zh'] .section-about {
    min-height: 450px; }
    html[lang='zh'] .section-about h4 {
      max-width: 75vw; }
  html[lang='zh'] .map-svg__info {
    padding: 0 4.6875vw 1.875vw 3.125vw; }
  html[lang='zh'] .footer-bottom .order-mobile-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  html[lang='zh'] .footer-copy {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  html[lang='zh'] .form-checkbox {
    margin-top: 10px; }
    html[lang='zh'] .form-checkbox__text {
      padding-top: 2px; }
      html[lang='zh'] .form-checkbox__text:after {
        top: 2.1875vw; }
  html[lang='zh'] .blockshow-head__text {
    max-width: 100%; }
  html[lang='zh'] .services-section .h1_4 {
    font-size: 6.25vw;
    line-height: 7.8125vw; } }

html[lang='ar'] body {
  font-family: 'Montserrat Arabic', sans-serif; }

html[lang='ar'] .header-lang {
  font-family: 'Montserrat', sans-serif; }

html[lang='ar'] .header-content {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

html[lang='ar'] .has_main_blockshow .header-content {
  padding-right: 4.16667vw; }

html[lang='ar'] .header-burger {
  margin-right: 0;
  margin-left: -6.38889vw; }

html[lang='ar'] .header-logo {
  margin-left: 0;
  margin-right: -6.52778vw; }

html[lang='ar'] .menu {
  text-align: right; }
  html[lang='ar'] .menu .link-hover {
    font-weight: 300; }

html[lang='ar'] .menu-top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

html[lang='ar'] .menu-image {
  right: auto;
  left: 0;
  width: 57.63889vw;
  text-align: left; }
  html[lang='ar'] .menu-image__cover {
    right: auto;
    left: 0; }
    html[lang='ar'] .menu-image__cover img {
      width: 57.63889vw;
      right: auto;
      left: 0; }

html[lang='ar'] .menu-bg {
  right: 0;
  left: 57.63889vw;
  -webkit-transform: translateX(-240%);
      -ms-transform: translateX(-240%);
          transform: translateX(-240%); }

html[lang='ar'] .menu-body {
  padding: 4.09722vw 3.05556vw 4.16667vw 61.18056vw; }

html[lang='ar'] .menu-logo {
  left: auto;
  right: 9.58333vw;
  margin-left: 0;
  margin-right: -6.52778vw; }

html[lang='ar'] .menu-close {
  right: auto;
  left: 3.05556vw; }

html[lang='ar'] .menu-col .menu-text:last-child {
  opacity: 0.8; }

html[lang='ar'] .blockshow-main .grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right; }

html[lang='ar'] .blockshow-main__box::before {
  right: 3.47222vw;
  left: -10.41667vw; }

html[lang='ar'] .blockshow-main .swiper {
  margin-left: 0;
  margin-right: -9.375vw; }

html[lang='ar'] .blockshow-main__nav-elem {
  margin: 0;
  margin-left: 3.47222vw;
  max-width: 30%; }
  html[lang='ar'] .blockshow-main__nav-elem:last-child {
    margin-left: 0;
    max-width: 20%; }

html[lang='ar'] .blockshow-main .cursor.cursor_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  html[lang='ar'] .blockshow-main .cursor.cursor_right svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: 0; }

html[lang='ar'] .blockshow-main__about-item {
  right: 0;
  top: 0; }
  html[lang='ar'] .blockshow-main__about-item .line {
    right: auto;
    left: 0; }

html[lang='ar'] .blockshow-main__about-title {
  width: 13.88889vw;
  padding-left: 1.38889vw;
  margin-left: 1.80556vw;
  margin-right: 0; }

html[lang='ar'] .blockshow-main__slide.title_1 {
  left: -1.04167vw;
  bottom: -2.08333vw;
  font-size: 14.23611vw;
  letter-spacing: 0.009em;
  font-family: 'Montserrat', sans-serif; }

html[lang='ar'] .blockshow-main__slide.title_2 {
  left: -0.90278vw;
  bottom: 2.08333vw;
  letter-spacing: -0.098em;
  font-size: 10.34722vw; }

html[lang='ar'] .blockshow-main__slide.title_3 {
  left: -1.31944vw;
  bottom: 0.69444vw;
  font-family: 'Montserrat', sans-serif; }

html[lang='ar'] .blockshow-main__about-text {
  max-width: 15.27778vw; }

html[lang='ar'] .blockshow-main__info {
  margin-left: 0;
  margin-right: -6.52778vw; }

html[lang='ar'] .page-text {
  font-weight: 300; }

html[lang='ar'] .page-text-small {
  max-width: 24.30556vw; }

html[lang='ar'] .h1_1 {
  line-height: 5.97222vw; }

html[lang='ar'] .about-list__elem {
  margin-right: 0;
  margin-left: 13.19444vw; }
  html[lang='ar'] .about-list__elem:nth-child(2) {
    margin-right: 0;
    margin-left: 9.72222vw; }
  html[lang='ar'] .about-list__elem:last-child {
    margin-left: 0; }
    html[lang='ar'] .about-list__elem:last-child .about-list__icon:before {
      display: block; }
  html[lang='ar'] .about-list__elem:first-child .about-list__icon:before {
    display: none; }

html[lang='ar'] .about-list__icon {
  text-align: right;
  font-family: 'Montserrat', sans-serif; }

html[lang='ar'] .slider-company__box {
  padding-left: 0;
  padding-right: 6.94444vw; }

html[lang='ar'] .slider-company__title .page-text {
  font-weight: 600; }

html[lang='ar'] .slider-company__text {
  max-width: 31.94444vw; }

html[lang='ar'] .aside-menu {
  right: auto;
  left: 0; }

html[lang='ar'] .aside-nav {
  left: auto;
  right: 0; }
  html[lang='ar'] .aside-nav__list {
    right: auto;
    left: -6.25vw;
    color: #7A8289; }
  html[lang='ar'] .aside-nav__item:before, html[lang='ar'] .aside-nav__item:after {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 1.73611vw;
    width: 1px;
    top: 0; }
  html[lang='ar'] .aside-nav__number {
    margin-right: 0;
    margin-left: 1.66667vw;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

html[lang='ar'] .section-about {
  padding: 6.94444vw 6.94444vw 8.33333vw 0;
  background-image: url(/local/templates/.default/markup_pesco/build/css/../images/about/about_2.svg);
  background-position: right bottom;
  min-height: 33.33333vw; }
  html[lang='ar'] .section-about .body-text {
    max-width: 11.94444vw; }

html[lang='ar'] .map-svg__info {
  top: 23.8%;
  left: 58.8%;
  width: auto;
  padding: 0.55556vw 1.73611vw 0.69444vw 1.73611vw; }
  html[lang='ar'] .map-svg__info p {
    font-family: 'Montserrat', sans-serif; }

html[lang='ar'] .point:first-child {
  top: 48%;
  left: 1.1%; }

html[lang='ar'] .point:nth-child(2) {
  top: 66.2%;
  left: 22.75%; }

html[lang='ar'] .point:nth-child(3) {
  top: 66.3%;
  left: 50.5%; }

html[lang='ar'] .point-head:before {
  content: '';
  left: auto;
  right: -1.66667vw; }

html[lang='ar'] .point-icon {
  margin-right: 0;
  margin-left: 0.97222vw; }

html[lang='ar'] .point-body {
  margin-left: 0;
  margin-right: -1.66667vw; }

html[lang='ar'] .footer-top .footer-info__text {
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

html[lang='ar'] .footer-info__text {
  text-align: right; }
  html[lang='ar'] .footer-info__text .link-border {
    font-family: 'Montserrat', sans-serif; }

html[lang='ar'] .footer-copy .footer-info__text {
  font-family: 'Montserrat', sans-serif; }

html[lang='ar'] .blockshow-box::before {
  right: 0;
  left: -11.11111vw; }

html[lang='ar'] .blockshow-head__text {
  margin-left: 0;
  margin-right: 6.25vw; }

html[lang='ar'] .contact-card__title {
  font-weight: 700; }

html[lang='ar'] .contact-card__label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }

html[lang='ar'] .contact-card__contact {
  text-align: right;
  font-family: 'Montserrat', sans-serif; }

html[lang='ar'] .contact-card__address {
  text-align: right;
  font-family: 'Montserrat', sans-serif; }

html[lang='ar'] .file-upload-button__text {
  padding-left: 0;
  padding-right: 1.11111vw; }

html[lang='ar'] .form-checkbox__text {
  padding-left: 0;
  padding-right: 2.77778vw;
  font-weight: 300; }
  html[lang='ar'] .form-checkbox__text:before {
    content: '';
    left: auto;
    right: 0;
    top: 0; }
  html[lang='ar'] .form-checkbox__text:after {
    content: '';
    top: 0.48611vw;
    left: auto;
    right: 0.27778vw; }

html[lang='ar'] .form-field-error {
  right: auto;
  left: 0; }

html[lang='ar'] .file-upload-button .form-field-error {
  padding-left: 0;
  padding-right: 4.16667vw; }

html[lang='ar'] .file-upload-error {
  padding-left: 0;
  padding-right: 4.16667vw; }

html[lang='ar'] .services-section::before {
  right: 6.94444vw;
  left: 0; }

html[lang='ar'] .services-section__aside {
  padding-right: 0;
  padding-left: 6.94444vw; }

html[lang='ar'] .services-section__box {
  padding: 11.11111vw 0 4.16667vw 4.16667vw; }
  html[lang='ar'] .services-section__box .page-text {
    font-weight: 300;
    max-width: 32.63889vw; }
  html[lang='ar'] .services-section__box .services-menu.page-text {
    font-weight: 400; }

html[lang='ar'] .services-section:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  html[lang='ar'] .services-section:nth-child(even):before {
    left: 6.94444vw;
    right: 0; }
  html[lang='ar'] .services-section:nth-child(even) .services-section__aside {
    padding-left: 0; }
  html[lang='ar'] .services-section:nth-child(even) .services-section__box {
    padding: 11.11111vw 4.16667vw 4.16667vw 5.55556vw; }
    html[lang='ar'] .services-section:nth-child(even) .services-section__box .page-text {
      max-width: 28.81944vw; }
  html[lang='ar'] .services-section:nth-child(even) .services-image__more {
    padding-left: 6.94444vw;
    padding-right: 0; }

html[lang='ar'] .services-menu li {
  max-width: 32.63889vw; }
  html[lang='ar'] .services-menu li:before {
    top: 0.625vw;
    left: 0;
    right: -2.22222vw;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

html[lang='ar'] .footer-title {
  font-weight: 300; }

html[lang='ar'] .h1_3 {
  font-size: 5.97222vw;
  line-height: 9.09722vw; }

html[lang='ar'] .img-cover,
html[lang='ar'] .img-cover img {
  -o-object-position: left;
     object-position: left; }

@media screen and (min-width: 1024px) {
  html[lang='ar'] .header .header-lang {
    margin-left: 0;
    margin-right: 4.16667vw; }
  html[lang='ar'] .header-lang__mob-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  html[lang='ar'] .modal-cookie {
    right: auto;
    left: 3.47222vw; }
  html[lang='ar'] .header.has_main_blockshow .header-lang {
    margin-left: 0;
    margin-right: 9.72222vw; }
  html[lang='ar'] .menu-col {
    width: 50%;
    padding-right: 1.38889vw; }
    html[lang='ar'] .menu-col:nth-child(2) {
      width: 50%; }
  html[lang='ar'] .blockshow-main__title {
    max-width: 35.27778vw;
    margin-left: auto; }
  html[lang='ar'] .js-sectionAsideNav .h2_1 {
    max-width: 48.61111vw; }
  html[lang='ar'] .footer-info:first-child {
    margin-right: 0;
    margin-left: 1.52778vw; }
  html[lang='ar'] .contact-card_wide .contact-card__title {
    font-size: 3.75vw;
    line-height: 4.86111vw; }
  html[lang='ar'] .blockshow-head__text {
    max-width: 24.30556vw; }
  html[lang='ar'] .map-svg__bg {
    margin-left: 9.02778vw;
    margin-top: -0.69444vw; }
  html[lang='ar'] .footer-title {
    font-size: 1.38889vw; } }

@media screen and (min-width: 768px) {
  html[lang='ar'] .aside_nav_open .aside-menu__icon {
    -webkit-transform: translateX(-13.75vw);
        -ms-transform: translateX(-13.75vw);
            transform: translateX(-13.75vw); }
  html[lang='ar'] .aside_nav_open .transform-content {
    -webkit-transform: translateX(-6.94444vw);
        -ms-transform: translateX(-6.94444vw);
            transform: translateX(-6.94444vw); }
  html[lang='ar'] .aside_nav_open .aside-nav__list {
    top: -3.47222vw;
    bottom: -3.47222vw;
    -webkit-transition: all 1s ease, opacity 0.2s ease;
    transition: all 1s ease, opacity 0.2s ease;
    opacity: 1; }
  html[lang='ar'] .aside_nav_open .aside-nav__full,
  html[lang='ar'] .aside_nav_open .aside-nav__current {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in; }
  html[lang='ar'] .menu-col {
    padding-right: 0;
    padding-left: 0.69444vw; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  html[lang='ar'] .menu-col:last-child {
    padding-right: 0;
    padding-left: 4.55729vw; }
  html[lang='ar'] .aside_nav_open .transform-content,
  html[lang='ar'] .aside_nav_open .aside-menu__icon {
    -webkit-transform: translateX(-11.71875vw);
        -ms-transform: translateX(-11.71875vw);
            transform: translateX(-11.71875vw); }
  html[lang='ar'] .ai-tablet-fs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  html[lang='ar'] .footer-bottom .col-tablet-6 {
    padding-left: 0;
    padding-right: 6.25vw; }
  html[lang='ar'] .footer-copy {
    margin-right: 0;
    margin-left: -3.64583vw; }
    html[lang='ar'] .footer-copy br {
      display: none; }
  html[lang='ar'] .contact-card_wide .contact-card__contact {
    margin-top: 0; }
  html[lang='ar'] .slider-company__image:not(:first-child) {
    margin-top: -41.66667vw; } }

@media screen and (max-width: 1023px) {
  html[lang='ar'] .header-logo {
    margin-right: 0; }
  html[lang='ar'] .header-content,
  html[lang='ar'] .has_main_blockshow .header-content {
    padding-right: 3.90625vw; }
  html[lang='ar'] .menu-image {
    width: 100%; }
    html[lang='ar'] .menu-image__cover img {
      width: 100%; }
  html[lang='ar'] .menu-bg {
    right: 0; }
  html[lang='ar'] .menu-lang {
    right: auto;
    left: 7.29167vw;
    text-align: left; }
  html[lang='ar'] .menu-body {
    padding: 7.8125vw 5.72917vw 8.33333vw 5.72917vw; }
  html[lang='ar'] .menu-title {
    font-size: 2.60417vw;
    line-height: 3.64583vw;
    font-weight: 300; }
  html[lang='ar'] .menu-logo {
    display: block;
    top: 44px;
    right: 5.98958vw;
    margin-right: 0; }
  html[lang='ar'] .menu-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  html[lang='ar'] .menu-col {
    width: auto; }
  html[lang='ar'] .menu-text:last-child {
    opacity: 0.8; }
  html[lang='ar'] .menu-close {
    right: auto;
    left: 5.72917vw; }
  html[lang='ar'] .blockshow-main__box {
    padding-top: 12.23958vw; }
    html[lang='ar'] .blockshow-main__box:before {
      left: -18.22917vw;
      right: 50%;
      bottom: auto;
      height: 49.86979vw; }
  html[lang='ar'] .blockshow-main__button {
    right: auto;
    left: -4.16667vw; }
    html[lang='ar'] .blockshow-main__button svg {
      width: 4.42708vw;
      height: 4.42708vw;
      margin-right: 1.04167vw; }
  html[lang='ar'] .blockshow-main .cursor.cursor_right svg {
    margin-right: 1.04167vw; }
  html[lang='ar'] .blockshow-main__nav {
    margin-top: 0; }
  html[lang='ar'] .blockshow-main__slide.title_1 {
    left: -1.95313vw;
    bottom: -4.6875vw;
    font-size: 26.04167vw; }
  html[lang='ar'] .blockshow-main__slide.title_2 {
    left: -1.69271vw;
    bottom: 0;
    font-size: 18.75vw;
    line-height: 22.39583vw;
    letter-spacing: -0.098em; }
  html[lang='ar'] .blockshow-main__slide.title_3 {
    left: -2.47396vw;
    bottom: -4.81771vw; }
  html[lang='ar'] .blockshow-main__about-title {
    width: 24.73958vw;
    margin-left: 4.29688vw;
    padding-left: 3.90625vw; }
  html[lang='ar'] .blockshow-main__nav-elem {
    margin-left: 5.20833vw;
    max-width: 30%; }
    html[lang='ar'] .blockshow-main__nav-elem:last-child {
      margin-left: 0;
      max-width: 30%; }
  html[lang='ar'] .blockshow-main__info {
    margin-left: 0;
    margin-right: 0; }
  html[lang='ar'] .blockshow-main__about-text {
    max-width: 24.08854vw; }
  html[lang='ar'] .page-text-small {
    max-width: 41.66667vw; }
  html[lang='ar'] .about-list__elem {
    min-width: 67px;
    margin-right: 0;
    margin-left: 17.96875vw; }
    html[lang='ar'] .about-list__elem:nth-child(2) {
      margin-right: 0;
      margin-left: 17.96875vw; }
    html[lang='ar'] .about-list__elem:last-child {
      margin-left: 0; }
  html[lang='ar'] .slider-company__box {
    padding-right: 0;
    padding-left: 4.94792vw; }
  html[lang='ar'] .slider-company__image {
    margin-right: 0;
    height: 41.66667vw; }
  html[lang='ar'] .slider-company .page-text {
    font-size: 1.5625vw;
    line-height: 2.34375vw; }
    html[lang='ar'] .slider-company .page-text .thesis {
      max-width: 28.64583vw;
      font-size: 2.34375vw;
      line-height: 3.64583vw; }
  html[lang='ar'] .aside-nav__list {
    right: auto;
    left: -14.32292vw; }
  html[lang='ar'] .aside-nav__item:before, html[lang='ar'] .aside-nav__item:after {
    right: 3.38542vw; }
  html[lang='ar'] .aside-nav__number {
    margin-left: 3.90625vw; }
  html[lang='ar'] .section-about {
    background-image: url(/local/templates/.default/markup_pesco/build/css/../images/about/about_1.svg);
    background-position: -80% bottom;
    min-height: 39.0625vw; }
    html[lang='ar'] .section-about .body-text {
      max-width: inherit; }
    html[lang='ar'] .section-about .h1_4 {
      max-width: 330px; }
  html[lang='ar'] .section-map-svg {
    padding-top: 85px; }
  html[lang='ar'] .section-map-title {
    padding-top: 90px; }
    html[lang='ar'] .section-map-title .h2_1 {
      font-size: 4.6875vw;
      line-height: 6.25vw; }
  html[lang='ar'] .map-svg {
    margin-left: 18.22917vw; }
    html[lang='ar'] .map-svg__bg {
      margin-top: -7.8125vw;
      min-width: 99.60938vw; }
      html[lang='ar'] .map-svg__bg img {
        height: 96.48438vw; }
    html[lang='ar'] .map-svg__info {
      top: 23.5%;
      left: 44%; }
  html[lang='ar'] .point:first-child {
    top: 39.8%;
    left: -6.7%; }
  html[lang='ar'] .point:nth-child(2) {
    top: 58.8%;
    left: 17.8%; }
  html[lang='ar'] .point:nth-child(3) {
    top: 59%;
    left: 50.1%; }
  html[lang='ar'] .footer-top .footer-item:nth-child(2),
  html[lang='ar'] .footer-info__box .footer-info:first-child {
    padding-left: 0;
    padding-right: 6.51042vw; }
  html[lang='ar'] .footer-bottom .footer-info {
    width: 16.53646vw; }
    html[lang='ar'] .footer-bottom .footer-info:nth-child(2) {
      width: 26.82292vw;
      margin-left: 0;
      margin-right: auto; }
  html[lang='ar'] .blockshow-box::before {
    right: 50%;
    left: -20.83333vw; }
  html[lang='ar'] .h1_3 {
    font-size: 8.33333vw;
    line-height: 10.41667vw; }
  html[lang='ar'] .blockshow-head__text {
    margin-right: 0; }
  html[lang='ar'] .contact-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    html[lang='ar'] .contact-card__label {
      font-size: 3.64583vw;
      line-height: 4.6875vw; }
    html[lang='ar'] .contact-card__title {
      font-size: 3.38542vw;
      line-height: 4.6875vw;
      font-weight: 700; }
    html[lang='ar'] .contact-card__content {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  html[lang='ar'] .contact-form .h5 {
    font-size: 2.60417vw;
    line-height: 3.64583vw; }
    html[lang='ar'] .contact-form .h5 br {
      display: none; }
  html[lang='ar'] .form-checkbox {
    margin-top: 10px; }
    html[lang='ar'] .form-checkbox__text {
      padding-right: 5.20833vw; }
      html[lang='ar'] .form-checkbox__text:before {
        top: -2px; }
      html[lang='ar'] .form-checkbox__text:after {
        top: 0.65104vw;
        right: 0.52083vw; }
  html[lang='ar'] .contact-grid {
    margin-left: -1.43229vw;
    margin-right: -1.43229vw; }
    html[lang='ar'] .contact-grid__col {
      padding: 0 1.43229vw; }
  html[lang='ar'] .blockshow-head__text {
    max-width: 46.875vw; }
  html[lang='ar'] .services-section__box {
    padding-top: 0;
    padding-bottom: 0; }
    html[lang='ar'] .services-section__box .page-text {
      max-width: inherit; }
  html[lang='ar'] .services-section:nth-child(even) .services-section__box {
    padding: 0 0 4.16667vw 0; }
    html[lang='ar'] .services-section:nth-child(even) .services-section__box .page-text {
      max-width: inherit; }
  html[lang='ar'] .services-section:nth-child(even) .services-image__more {
    padding-left: 6.94444vw;
    padding-right: 0; }
  html[lang='ar'] .services-section__aside {
    padding-left: 0; }
  html[lang='ar'] .services-section .h1_4 {
    font-size: 3.90625vw;
    line-height: 4.94792vw; }
  html[lang='ar'] .services-menu li {
    max-width: inherit; }
    html[lang='ar'] .services-menu li:before {
      top: 1.04167vw;
      left: 0;
      right: -3.77604vw;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  html[lang='ar'] .file-upload-button .form-field-error {
    padding-left: 0;
    padding-right: 6.90104vw; }
  html[lang='ar'] .file-upload-error {
    padding-left: 0;
    padding-right: 6.90104vw; } }

@media screen and (max-width: 767px) {
  html[lang='ar'] .aside-nav {
    left: 0; }
    html[lang='ar'] .aside-nav__full {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    html[lang='ar'] .aside-nav__current {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    html[lang='ar'] .aside-nav__burger {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    html[lang='ar'] .aside-nav__list {
      left: -8.125vw;
      right: -8.125vw; }
    html[lang='ar'] .aside-nav__item:before, html[lang='ar'] .aside-nav__item:after {
      right: 8.75vw; }
    html[lang='ar'] .aside-nav__number {
      margin-left: 6.25vw; }
  html[lang='ar'] .header .header-lang {
    margin-left: 10.625vw; }
  html[lang='ar'] .menu-lang {
    padding-right: 0;
    padding-left: 15.625vw; }
    html[lang='ar'] .menu-lang .header-lang__wrap-list {
      left: 15.625vw;
      right: 0; }
    html[lang='ar'] .menu-lang .header-lang__mob-lang::after {
      right: auto;
      left: 5px; }
  html[lang='ar'] .header-lang__mob-lang {
    padding-right: 0;
    padding-left: 21px;
    display: block; }
    html[lang='ar'] .header-lang__mob-lang::after {
      right: auto;
      left: 0; }
  html[lang='ar'] .header-burger {
    margin-left: 0; }
  html[lang='ar'] .header-content:before {
    right: -13px;
    left: -8.125vw; }
  html[lang='ar'] .blockshow-main__about-item br {
    display: none; }
  html[lang='ar'] .blockshow-main__about-title {
    width: auto;
    padding-left: 0;
    margin-left: 0; }
  html[lang='ar'] .blockshow-main__about-text {
    padding-left: 0;
    padding-right: 4.375vw;
    max-width: 89%; }
    html[lang='ar'] .blockshow-main__about-text:before {
      left: auto;
      right: 0; }
  html[lang='ar'] .blockshow-main__title br {
    display: initial; }
  html[lang='ar'] .blockshow-main__slide.title_1 {
    left: -4.6875vw;
    bottom: -5.3125vw;
    font-size: 30.625vw;
    letter-spacing: -2.03125vw; }
  html[lang='ar'] .blockshow-main__slide.title_2 {
    left: -4.0625vw;
    bottom: 0;
    font-size: 18.75vw;
    line-height: 21.875vw;
    letter-spacing: -0.098em; }
  html[lang='ar'] .blockshow-main__slide.title_3 {
    font-size: 38.4375vw;
    line-height: 34.375vw;
    left: -5.9375vw;
    bottom: -4.6875vw; }
  html[lang='ar'] .blockshow-main__nav {
    margin-top: 0; }
  html[lang='ar'] .blockshow-main__nav-elem {
    max-width: inherit;
    margin-bottom: 12px; }
    html[lang='ar'] .blockshow-main__nav-elem:last-child {
      margin-bottom: 0;
      max-width: inherit; }
    html[lang='ar'] .blockshow-main__nav-elem a {
      font-size: 3.75vw;
      line-height: 5.625vw; }
    html[lang='ar'] .blockshow-main__nav-elem br {
      display: none; }
  html[lang='ar'] .blockshow-main__button {
    left: 0; }
  html[lang='ar'] .cursor svg {
    width: 6.875vw;
    height: 6.875vw; }
  html[lang='ar'] .logo {
    width: 20.3125vw; }
  html[lang='ar'] .menu-body {
    padding: 4.6875vw 8.125vw 8.125vw 8.125vw; }
  html[lang='ar'] .menu-logo {
    top: 15px;
    left: 8.125vw;
    margin-left: 0; }
  html[lang='ar'] .menu-title {
    font-size: 5vw;
    line-height: 6.875vw; }
  html[lang='ar'] .menu-bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    html[lang='ar'] .menu-bottom .order-mobile-1 {
      gap: 12px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      html[lang='ar'] .menu-bottom .order-mobile-1 .menu-col:first-child {
        width: calc(50% - 12px); }
    html[lang='ar'] .menu-bottom .menu-col {
      margin-top: 0; }
      html[lang='ar'] .menu-bottom .menu-col:first-child {
        margin-right: 0; }
    html[lang='ar'] .menu-bottom .order-mobile-1 .menu-col:first-child .menu-text:not(.menu-text-small) {
      max-width: 28.125vw; }
    html[lang='ar'] .menu-bottom .order-mobile-1 .menu-col:last-child .menu-text:not(.menu-text-small) {
      max-width: 21.875vw; }
  html[lang='ar'] .page-text-small {
    max-width: inherit; }
  html[lang='ar'] .h1_1 {
    font-size: 6.875vw;
    line-height: 8.75vw;
    margin-bottom: 14.375vw;
    padding-right: 0;
    padding-left: 17.1875vw; }
  html[lang='ar'] .js-sectionAsideNav .h2_1 {
    max-width: 200px; }
  html[lang='ar'] .section-about {
    background-image: url(/local/templates/.default/markup_pesco/build/css/../images/about/about_1.svg);
    background-position: 60% bottom;
    background-size: 150%;
    min-height: 150vw;
    padding: 12.5vw 8.125vw; }
    html[lang='ar'] .section-about .body-text {
      max-width: inherit; }
    html[lang='ar'] .section-about .h1_4 {
      max-width: 81.25vw; }
  html[lang='ar'] .map-svg {
    margin-left: -1.25vw; }
    html[lang='ar'] .map-svg__info {
      padding: 0 1.5625vw 1.875vw 3.125vw;
      top: 30.3%;
      left: 45.8%; }
    html[lang='ar'] .map-svg__bg {
      margin-top: -3.75vw;
      min-width: 100vw; }
      html[lang='ar'] .map-svg__bg img {
        height: 139.375vw; }
    html[lang='ar'] .map-svg__list {
      left: auto;
      right: 8.125vw;
      bottom: 19.375vw; }
    html[lang='ar'] .map-svg__elem {
      margin-bottom: 2px; }
      html[lang='ar'] .map-svg__elem:last-child {
        margin-bottom: 0; }
  html[lang='ar'] .point:first-child {
    top: 36.8%;
    left: -8.3%; }
  html[lang='ar'] .point:nth-child(2) {
    top: 51.3%;
    left: 26.2%; }
  html[lang='ar'] .point:nth-child(3) {
    top: 51.4%;
    left: 70.5%; }
  html[lang='ar'] .section-map-title {
    padding-top: 75px; }
    html[lang='ar'] .section-map-title .h2_1 {
      font-size: 6.875vw;
      line-height: 8.75vw; }
  html[lang='ar'] .section-map-svg {
    padding-top: 25px; }
  html[lang='ar'] .footer-logo {
    left: auto;
    right: 8.125vw; }
  html[lang='ar'] .footer-info {
    width: auto; }
    html[lang='ar'] .footer-info__box .footer-info {
      padding-right: 0; }
      html[lang='ar'] .footer-info__box .footer-info:first-child {
        padding-right: 0; }
  html[lang='ar'] .footer-bottom .order-mobile-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  html[lang='ar'] .footer-bottom .footer-info {
    width: auto; }
    html[lang='ar'] .footer-bottom .footer-info:nth-child(2) {
      width: auto;
      margin: 0; }
  html[lang='ar'] .footer-bottom .col-5:nth-child(2) {
    margin-bottom: 0; }
  html[lang='ar'] .footer-copy {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    html[lang='ar'] .footer-copy img {
      margin-left: 3.75vw;
      margin-right: 0; }
  html[lang='ar'] .form-checkbox {
    margin-top: 10px; }
    html[lang='ar'] .form-checkbox__text {
      padding-top: 2px; }
      html[lang='ar'] .form-checkbox__text:after {
        top: 2.1875vw; }
  html[lang='ar'] .blockshow-head__text {
    max-width: 68.125vw;
    font-size: 5vw;
    line-height: 8.125vw; }
  html[lang='ar'] .services-section .h1_4 {
    font-size: 6.25vw;
    line-height: 7.8125vw; }
  html[lang='ar'] .about-list__elem {
    min-width: 67px;
    margin-right: 0;
    margin-left: 26.5625vw; }
    html[lang='ar'] .about-list__elem:nth-child(2) {
      margin-right: 0;
      margin-left: 14.0625vw; }
    html[lang='ar'] .about-list__elem:last-child {
      margin-left: 0; }
  html[lang='ar'] .slider-company__title {
    display: none; }
  html[lang='ar'] .slider-company__text {
    max-width: 88%; }
  html[lang='ar'] .slider-company__image {
    height: 58.75vw; }
  html[lang='ar'] .slider-company .page-text .thesis {
    max-width: 75vw;
    font-size: 5vw;
    line-height: 7.5vw; }
  html[lang='ar'] .h1_3 {
    font-size: 10vw;
    line-height: 12.5vw; }
  html[lang='ar'] .contact-card__label {
    font-size: 6.875vw;
    line-height: 8.4375vw;
    display: block; }
  html[lang='ar'] .contact-card__title {
    font-size: 6.25vw;
    line-height: 8.4375vw;
    display: block; }
  html[lang='ar'] .contact-form .h5 {
    font-size: 5vw;
    line-height: 8.125vw;
    max-width: 75.3125vw; }
    html[lang='ar'] .contact-form .h5 br {
      display: none; }
  html[lang='ar'] .form-checkbox {
    margin-top: 10px; }
    html[lang='ar'] .form-checkbox__text {
      padding-right: 12.5vw; }
      html[lang='ar'] .form-checkbox__text:before {
        top: -2px; }
      html[lang='ar'] .form-checkbox__text:after {
        top: 1.5625vw;
        right: 1.25vw; }
  html[lang='ar'] .file-upload-button__text {
    padding-left: 0;
    padding-right: 3.75vw; }
  html[lang='ar'] .services-menu {
    padding-left: 0;
    padding-right: 5.625vw; }
    html[lang='ar'] .services-menu li:before {
      top: 2.5vw;
      left: 0;
      right: -6.25vw;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  html[lang='ar'] .footer-mobile {
    padding-bottom: 17.1875vw; }
  html[lang='ar'] .file-upload-button .form-field-error {
    padding-left: 0;
    padding-right: 17.1875vw; }
  html[lang='ar'] .file-upload-error {
    padding-left: 0;
    padding-right: 17.1875vw; }
  html[lang='ar'] .modal-cookie {
    left: 0; }
  html[lang='ar'] .modal-cookie-content .description {
    max-width: 42.8125vw; }
  html[lang='ar'] .modal-cookie-content br {
    display: none; }
  html[lang='ar'] .js-sectionAsideNav .page-text-small {
    max-width: 90%; } }

/**
 * Vendor
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
        touch-action: pan-x; }

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
      -ms-flex-order: 9999;
          order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

/**
 * Components
 */
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 12px; }

@media screen and (max-width: 1023px) {
  .grid {
    gap: 0 10px; } }

@media screen and (max-width: 767px) {
  .grid {
    gap: 0 12px; } }

.col-1 {
  width: calc( 8.33333% - 12px); }

.col-2 {
  width: calc( 16.66667% - 12px); }

.col-3 {
  width: calc( 25% - 12px); }

.col-4 {
  width: calc( 33.33333% - 12px); }

.col-5 {
  width: calc( 41.66667% - 12px); }

.col-6 {
  width: calc( 50% - 12px); }

.col-7 {
  width: calc( 58.33333% - 12px); }

.col-8 {
  width: calc( 66.66667% - 12px); }

.col-9 {
  width: calc( 75% - 12px); }

.col-10 {
  width: calc( 83.33333% - 12px); }

.col-11 {
  width: calc( 91.66667% - 12px); }

.col-12 {
  width: calc( 100% - 0px); }

@media (max-width: 1023px) {
  .col-tablet-1 {
    width: calc( 12.5% - 10px); }
  .col-tablet-2 {
    width: calc( 25% - 10px); }
  .col-tablet-3 {
    width: calc( 37.5% - 10px); }
  .col-tablet-4 {
    width: calc( 50% - 10px); }
  .col-tablet-5 {
    width: calc( 62.5% - 10px); }
  .col-tablet-6 {
    width: calc( 75% - 10px); }
  .col-tablet-7 {
    width: calc( 87.5% - 10px); }
  .col-tablet-8 {
    width: calc( 100% - 0px); } }

@media (max-width: 767px) {
  .col-mobile-1 {
    width: calc( 50% - 12px); }
  .col-mobile-2 {
    width: calc( 100% - 0px); } }

.h1_1,
.h1_2,
.h1_4,
.h2_1,
.h2_2,
.h4,
.h5,
.h6,
.h7,
.h7_m,
.h8,
.h8_2,
.thesis,
.thesis_2,
.description b {
  font-weight: 600; }
  .h1_1 span,
  .h1_2 span,
  .h1_4 span,
  .h2_1 span,
  .h2_2 span,
  .h4 span,
  .h5 span,
  .h6 span,
  .h7 span,
  .h7_m span,
  .h8 span,
  .h8_2 span,
  .thesis span,
  .thesis_2 span,
  .description b span {
    color: #e30613; }

.h1_1,
.h1_2 {
  font-size: 4.16667vw;
  line-height: 4.58333vw; }

.h1_3 {
  font-size: 7.29167vw;
  line-height: 9.09722vw;
  font-weight: 700;
  letter-spacing: -0.02em; }

.h1_4 {
  font-size: 2.77778vw;
  line-height: 3.47222vw; }

.h2_1 {
  font-size: 5.27778vw;
  line-height: 5.90278vw; }

.h2_2 {
  font-size: 4.16667vw;
  line-height: 4.86111vw;
  font-weight: 700; }

.h2_3 {
  font-size: 2.77778vw;
  line-height: 3.75vw;
  font-weight: 700; }

.h3 {
  font-size: 8.05556vw;
  line-height: 8.05556vw;
  font-weight: 400; }

.h4 {
  font-size: 2.77778vw;
  line-height: 3.47222vw; }

.h5 {
  font-size: 1.94444vw;
  line-height: 2.63889vw; }

.h6 {
  font-size: 1.66667vw;
  line-height: 2.08333vw; }

.h7,
.h7_m,
.h8,
.h8_2 {
  font-size: 1.11111vw;
  line-height: 1.66667vw; }

.h7_m {
  font-weight: 500; }

.thesis,
.thesis_2,
.section-title {
  font-size: 2.77778vw;
  line-height: 3.47222vw; }

.subtitle {
  font-size: 1.73611vw;
  line-height: 2.5vw;
  font-weight: 500; }

.description {
  font-weight: 400;
  font-size: 0.97222vw;
  line-height: 1.38889vw; }

.page-text,
.page-link {
  font-size: 1.11111vw;
  line-height: 1.66667vw; }

.article-text {
  font-size: 1.38889vw;
  line-height: 2.22222vw; }

.body-text {
  font-size: 1.11111vw;
  line-height: 1.94444vw; }

.page-text-2 {
  font-size: 1.11111vw;
  line-height: 1.94444vw; }

@media screen and (max-width: 1023px) {
  .h1_1 {
    font-size: 5.20833vw;
    line-height: 6.25vw; }
  .h1_2 {
    font-size: 4.55729vw;
    line-height: 5.33854vw; }
  .h1_3 {
    font-size: 9.11458vw;
    line-height: 10.41667vw; }
  .h1_4 {
    font-size: 3.64583vw;
    line-height: 4.6875vw; }
  .h2_1 {
    font-size: 5.20833vw;
    line-height: 6.25vw; }
  .h2_2,
  .h2_3 {
    font-size: 4.16667vw;
    line-height: 4.94792vw; }
  .h3 {
    font-size: 9.11458vw;
    line-height: 9.11458vw; }
  .h4 {
    font-size: 2.60417vw;
    line-height: 3.64583vw; }
  .h5 {
    font-size: 2.34375vw;
    line-height: 3.38542vw; }
  .h6 {
    font-size: 2.60417vw;
    line-height: 3.64583vw; }
  .h7,
  .h7_m,
  .h8 {
    font-size: 1.82292vw;
    line-height: 2.60417vw; }
  .h8_2 {
    font-size: 1.5625vw;
    line-height: 2.34375vw; }
  .subtitle {
    font-size: 2.34375vw;
    line-height: 3.38542vw; }
  .thesis,
  .tablet_thesis {
    font-size: 3.64583vw;
    line-height: 4.6875vw; }
  .thesis_2,
  .tablet_thesis_2 {
    font-size: 2.60417vw;
    line-height: 3.64583vw; }
  .section-title {
    font-size: 2.86458vw;
    line-height: 3.64583vw; }
  .description {
    font-size: 1.5625vw;
    line-height: 2.34375vw; }
    .description b {
      font-size: 1.82292vw;
      line-height: 2.60417vw; }
  .page-text,
  .page-text-2 {
    font-size: 1.82292vw;
    line-height: 3.125vw; }
  .page-link {
    font-size: 1.5625vw;
    line-height: 2.08333vw; }
  .article-text {
    font-size: 1.82292vw;
    line-height: 3.125vw; }
  .body-text {
    font-size: 1.82292vw;
    line-height: 3.125vw; } }

@media screen and (max-width: 767px) {
  .h1_1 {
    font-size: 7.5vw;
    line-height: 8.75vw; }
  .h1_2 {
    font-size: 6.25vw;
    line-height: 7.5vw; }
  .h1_3 {
    font-size: 10vw;
    line-height: 12.5vw; }
  .h1_4 {
    font-size: 5.625vw;
    line-height: 7.5vw; }
  .h2_1,
  .h2_2 {
    font-size: 6.875vw;
    line-height: 8.4375vw; }
  .h2_3 {
    font-size: 6.25vw;
    line-height: 7.8125vw; }
  .h3 {
    font-size: 17.5vw;
    line-height: 17.5vw; }
  .h4 {
    font-size: 5.625vw;
    line-height: 7.5vw; }
  .h5 {
    font-size: 5.625vw;
    line-height: 7.5vw; }
  .h6 {
    font-size: 5.625vw;
    line-height: 7.5vw; }
  .h7,
  .h8 {
    font-size: 4.375vw;
    line-height: 6.25vw; }
  .h8_2 {
    font-size: 3.75vw;
    line-height: 5.625vw; }
  .h7_m {
    font-size: 4.375vw;
    line-height: 6.25vw; }
  .subtitle {
    font-size: 5vw;
    line-height: 7.5vw; }
  .thesis,
  .thesis_2 {
    font-size: 5.3125vw;
    line-height: 7.1875vw; }
  .section-title {
    font-size: 5.625vw;
    line-height: 7.5vw; }
  .description {
    font-size: 3.75vw;
    line-height: 5.625vw; }
    .description b {
      font-size: 3.75vw;
      line-height: 5.625vw; }
  .description_small {
    font-size: 3.125vw;
    line-height: 4.375vw; }
  .page-text,
  .page-text-2 {
    font-size: 4.375vw;
    line-height: 6.875vw; }
  .page-link {
    font-size: 3.75vw;
    line-height: 5vw; }
  .article-text {
    font-size: 4.375vw;
    line-height: 6.875vw; }
  .body-text {
    font-size: 4.375vw;
    line-height: 6.875vw; } }

.button {
  height: 4.30556vw;
  border: none;
  outline: none;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.11111vw;
  line-height: 1.66667vw;
  padding-left: 1.38889vw;
  padding-right: 1.38889vw;
  border-radius: 0.34722vw; }
  .button_theme_red {
    color: #fff;
    background-color: #e30613; }
  .button_block {
    width: 100%; }
  .button__text {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

@media screen and (max-width: 1023px) {
  .button {
    height: 8.07292vw;
    font-size: 2.08333vw;
    line-height: 3.125vw;
    padding-left: 2.60417vw;
    padding-right: 2.60417vw;
    border-radius: 0.65104vw; } }

@media screen and (max-width: 767px) {
  .button {
    height: 15vw;
    font-size: 5vw;
    line-height: 7.5vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    border-radius: 1.5625vw; } }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 9.58333vw; }

@media screen and (max-width: 1023px) {
  .container {
    padding: 0 11.71875vw; }
  .container-swipe {
    overflow: auto;
    margin: 0 -11.71875vw;
    scrollbar-width: none; }
    .container-swipe::-webkit-scrollbar {
      display: none;
      height: 0;
      width: 0; }
    .container-swipe:before, .container-swipe:after {
      content: '';
      display: block;
      min-width: 11.71875vw; } }

@media screen and (max-width: 767px) {
  .container {
    padding: 0 8.125vw; }
  .container-swipe {
    margin: 0 -8.125vw; }
    .container-swipe:before, .container-swipe:after {
      min-width: 8.125vw; } }

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  height: 9.58333vw; }
  .header-logo {
    margin-left: -6.52778vw; }
  .header-burger {
    margin-right: -6.38889vw; }
  .header-content {
    color: #fff;
    padding-left: 4.16667vw;
    margin-left: auto; }
  .header-lang {
    font-size: 1.38889vw;
    line-height: 2.08333vw; }
    .header-lang__mob-lang {
      position: relative;
      padding-right: 21px; }
      .header-lang__mob-lang::after {
        content: '';
        display: block;
        width: 12px;
        height: 7px;
        position: absolute;
        right: 0;
        top: calc(50% - 4px);
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        background-image: url(/local/templates/.default/markup_pesco/build/css/../images/svg/arrow-down.svg);
        background-size: contain;
        background-repeat: no-repeat;
        pointer-events: none; }
      .header-lang__mob-lang.is_open::after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }

@media screen and (min-width: 1024px) {
  .header.has_main_blockshow .header-lang {
    margin-left: 6.59722vw; } }

@media screen and (max-width: 1023px) {
  .header {
    height: 12.23958vw; }
    .header-logo {
      margin-left: 0; }
    .header-lang {
      font-size: 2.60417vw;
      line-height: 3.90625vw; }
    .header-content {
      padding-left: 1.82292vw; } }

@media screen and (max-width: 767px) {
  .header {
    height: 18.75vw;
    background-color: #fff; }
    .header-content {
      height: 100%;
      position: relative; }
      .header-content:before {
        content: '';
        display: block;
        position: absolute;
        background-color: #e30613;
        top: 0;
        bottom: 0;
        left: -10px;
        right: -8.125vw;
        z-index: -1; }
    .header-lang {
      font-size: 4.375vw;
      line-height: 4.375vw;
      position: relative; }
      .header-lang__wrap-list {
        position: absolute;
        top: 100%;
        left: -12px;
        -webkit-transition: max-height 0.3s ease-in-out;
        transition: max-height 0.3s ease-in-out;
        overflow: hidden;
        max-height: 0; }
      .header-lang__mob-list {
        display: block;
        background-color: #e30613;
        padding: 12px;
        min-width: 66px; }
        .header-lang__mob-list a {
          display: block;
          margin-bottom: 14px; }
          .header-lang__mob-list a:last-child {
            margin-bottom: 0; }
          .header-lang__mob-list a.is_active {
            display: none; }
    .header-burger {
      margin-right: 0; } }

.footer {
  background-color: #f0f4f8;
  padding: 4.44444vw 0; }
  .footer-title {
    font-size: 1.52778vw;
    line-height: 2.63889vw; }
    .footer-title:not(:last-child) {
      margin-bottom: 0.83333vw; }
  .footer-subtitle {
    font-size: 0.97222vw;
    line-height: 1.72222vw;
    margin-bottom: 1.94444vw; }
  .footer-text {
    font-size: 0.97222vw;
    line-height: 1.52778vw; }
    .footer-text:not(:last-child) {
      margin-bottom: 0.55556vw; }
  .footer-item__head {
    margin-bottom: 1.31944vw; }
  .footer-info__text {
    font-size: 0.97222vw;
    line-height: 1.52778vw; }
    .footer-info__text:not(:last-child) {
      margin-bottom: 1.38889vw; }
  .footer-logo {
    margin-top: -1.31944vw; }
    .footer-logo img {
      width: 8.05556vw; }
  .footer-copy .footer-info__text:not(:last-child) {
    margin-bottom: 0; }
  .footer-copy img {
    margin-left: 1.11111vw; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-top .footer-item:nth-child(2),
  .footer-info__box .footer-info:first-child {
    padding-left: 6.51042vw; }
  .footer-bottom .col-tablet-6 {
    padding-left: 6.25vw; }
  .footer-copy {
    margin-right: -3.64583vw; }
    .footer-copy br {
      display: none; } }

@media screen and (min-width: 1024px) {
  .footer-bottom {
    margin-top: 5vw;
    padding-top: 4.79167vw;
    border-top: 1px solid #c6cfd9; }
  .footer-item {
    width: 13.75vw; }
    .footer-item:nth-child(3) {
      width: 18.88889vw; }
    .footer-item:not(:first-child) {
      padding-left: 0.83333vw; }
  .footer-info:first-child {
    width: 12.22222vw;
    margin-right: 1.52778vw; }
  .footer-info p:not(:last-child) {
    margin-bottom: 0.27778vw; } }

@media screen and (max-width: 1023px) {
  .footer {
    padding: 6.51042vw 0; }
    .footer-top .col-tablet-8:not(:last-child) {
      margin-bottom: 6.51042vw; }
    .footer-bottom {
      padding-top: 5.20833vw; }
      .footer-bottom .footer-info {
        width: 16.53646vw; }
        .footer-bottom .footer-info:nth-child(2) {
          width: 26.82292vw;
          margin-left: auto; }
    .footer-title {
      font-size: 2.08333vw;
      line-height: 3.64583vw; }
      .footer-title:not(:last-child) {
        margin-bottom: 1.38889vw; }
    .footer-subtitle, .footer-info__text, .footer-text {
      font-size: 1.5625vw;
      line-height: 2.34375vw; }
    .footer-item__head {
      margin-bottom: 1.11111vw; }
    .footer-logo {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1;
      margin-top: 0; }
      .footer-logo img {
        width: 13.41146vw; }
    .footer-copy img {
      display: none; } }

@media screen and (max-width: 767px) {
  .footer {
    padding: 25vw 0 7.8125vw; }
    .footer-bottom {
      padding-top: 0; }
      .footer-bottom .grid {
        gap: 0; }
      .footer-bottom .col-5 {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
            -ms-flex-order: -1;
                order: -1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 8.125vw;
        margin-bottom: 10.9375vw; }
      .footer-bottom .footer-info:nth-child(2),
      .footer-bottom .footer-info {
        width: 100%; }
      .footer-bottom .footer-info:not(:last-child) {
        margin-bottom: 0; }
    .footer-mobile {
      padding-bottom: 13.125vw;
      border-bottom: 1px solid #c6cfd9;
      margin-bottom: 8.125vw; }
      .footer-mobile .grid {
        gap: 0; }
      .footer-mobile .col-mobile-1 {
        margin-bottom: 3.75vw; }
    .footer-logo {
      position: absolute;
      top: 8.125vw;
      left: 8.125vw; }
      .footer-logo img {
        width: 20.3125vw; }
    .footer-title {
      font-size: 4.375vw;
      line-height: 6.25vw; }
    .footer-subtitle, .footer-info__text {
      font-size: 3.75vw;
      line-height: 5.625vw; }
    .footer-subtitle {
      margin-bottom: 1.25vw; }
    .footer-info__box {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      gap: 0; }
    .footer-info__text:not(:last-child) {
      margin-bottom: 0; }
    .footer-info:not(:last-child) {
      margin-bottom: 7.5vw; }
    .footer-copy {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .footer-copy .footer-info__text {
        max-width: 100%; }
      .footer-copy img {
        display: block;
        margin-left: 0;
        margin-right: 3.75vw; } }

.blockshow-box:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -9.58333vw;
  bottom: 0;
  left: 0;
  background-color: #e30613; }

.blockshow-box, .blockshow-info {
  min-height: 49.09722vw; }

.blockshow-info {
  padding-top: 5.83333vw; }

.blockshow-head {
  margin: 0 -6.52778vw; }

.blockshow-head__content {
  max-width: 39.58333vw; }

.blockshow-head__text {
  font-weight: 500;
  width: 31.25vw;
  font-size: 1.52778vw;
  line-height: 2.36111vw;
  margin-left: 6.25vw; }
  .blockshow-head__text:before {
    content: '';
    width: 3.88889vw;
    height: 0.20833vw;
    display: block;
    background-color: #000000;
    margin-top: 4.86111vw;
    margin-bottom: 2.63889vw; }
  .blockshow-head__text a:not([class]) {
    color: #e30613; }

.blockshow-nav__elem:not(:last-child) {
  margin-right: 4.16667vw; }

.blockshow-nav__elem.is_active {
  color: #e30613;
  pointer-events: none; }

.blockshow-image {
  width: 39.51389vw;
  height: 39.51389vw; }

@media screen and (max-width: 1023px) {
  .blockshow .grid {
    gap: 0; }
  .blockshow .col-tablet-8:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .blockshow-head {
    margin-left: 0;
    margin-right: 0; }
  .blockshow-head__content {
    max-width: 100%; }
  .blockshow-head__text {
    width: 100%;
    margin-left: 0;
    margin-top: 3.64583vw;
    font-size: 2.34375vw;
    line-height: 3.38542vw; }
    .blockshow-head__text:before {
      display: none; }
    .blockshow-head__text_small {
      max-width: 50%; }
  .blockshow-box {
    padding-top: 12.23958vw; }
    .blockshow-box:before {
      left: 50%;
      right: -11.71875vw;
      bottom: 38.41146vw; }
  .blockshow-info {
    min-height: auto; }
  .blockshow-image {
    width: 100%;
    height: 76.04167vw; }
  .blockshow-nav__elem:not(:last-child) {
    margin-right: 9.11458vw; } }

@media screen and (max-width: 767px) {
  .blockshow-box {
    padding-top: 18.75vw; }
    .blockshow-box:before {
      display: none; }
  .blockshow-image {
    height: 83.75vw; }
  .blockshow-info {
    padding-top: 7.5vw; }
  .blockshow-head__text {
    max-width: 90%;
    margin-top: 6.25vw;
    font-size: 4.375vw;
    line-height: 6.875vw; }
    .blockshow-head__text br {
      display: none; }
  .blockshow-nav__elem:not(:last-child) {
    margin-right: 0;
    margin-bottom: 3.75vw; } }

.blockshow-main__button {
  margin-right: 8.33333vw;
  margin-top: -0.41667vw;
  margin-bottom: 3.33333vw; }

.blockshow-main__box, .blockshow-main__info {
  min-height: 53.88889vw;
  padding-top: 9.58333vw; }

.blockshow-main__info {
  padding-bottom: 5.97222vw;
  margin-left: -6.52778vw; }

.blockshow-main__box:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 12.5vw;
  left: 0;
  right: -9.58333vw;
  background-color: #e30613; }

.blockshow-main__slide {
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  z-index: 1;
  -webkit-transition: all 1s cubic-bezier(0.1, 0.32, 0.47, 0.8);
  transition: all 1s cubic-bezier(0.1, 0.32, 0.47, 0.8); }
  .blockshow-main__slide.title_1 {
    font-size: 15.17361vw;
    line-height: 18.40278vw;
    letter-spacing: -0.055em;
    left: -10.55556vw;
    bottom: -1.94444vw; }
  .blockshow-main__slide.title_2 {
    font-size: 10.3125vw;
    line-height: 12.56944vw;
    letter-spacing: -0.102em;
    left: -10.06944vw;
    bottom: -0.55556vw; }
    .blockshow-main__slide.title_2 span {
      display: block; }
      .blockshow-main__slide.title_2 span:nth-child(2) {
        text-align: right;
        font-size: 10.41667vw;
        line-height: 12.70833vw;
        letter-spacing: -0.053em;
        margin-top: -4.86111vw; }
  .blockshow-main__slide.title_3 {
    font-size: 18.64583vw;
    line-height: 15.97222vw;
    left: -10.83333vw;
    bottom: 0.41667vw;
    letter-spacing: -0.038em; }
  .blockshow-main__slide:nth-child(even) {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0); }
    .blockshow-main__slide:nth-child(even).is_prev:not(.is_show) {
      -webkit-clip-path: inset(100% 0 0 0);
              clip-path: inset(100% 0 0 0); }
  .blockshow-main__slide:nth-child(odd) {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0); }
  .blockshow-main__slide:nth-child(4) {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }
  .blockshow-main__slide.is_show {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0); }

.blockshow-main .col-6 {
  z-index: 2;
  position: relative; }

.blockshow-main .swiper {
  height: 42.22222vw;
  margin-left: -9.30556vw;
  pointer-events: none; }

.blockshow-main .is_current_active {
  z-index: 1;
  opacity: 1 !important; }

.blockshow-main .swiper-slide-active {
  z-index: 2;
  opacity: 1 !important; }

.blockshow-main .swiper-slide-active img,
.blockshow-main .swiper-slide-duplicate-active img {
  -webkit-animation: slideShow 0.8s cubic-bezier(0.1, 0.32, 0.47, 0.8) forwards;
          animation: slideShow 0.8s cubic-bezier(0.1, 0.32, 0.47, 0.8) forwards; }

.blockshow-main__image {
  width: auto; }

.blockshow-main__button-slide {
  background-color: #e30613;
  color: #fff;
  width: 5.55556vw;
  height: 5.55556vw;
  border-radius: 50%;
  z-index: 3; }
  .blockshow-main__button-slide .icon-slide-next {
    margin-right: -0.34722vw; }

.blockshow-main__nav {
  color: #62676c; }
  .blockshow-main__nav.is_hide {
    -webkit-clip-path: inset(0 0 100% 0) !important;
            clip-path: inset(0 0 100% 0) !important;
    -webkit-transition: -webkit-clip-path 0.6s ease !important;
    transition: -webkit-clip-path 0.6s ease !important;
    transition: clip-path 0.6s ease !important;
    transition: clip-path 0.6s ease, -webkit-clip-path 0.6s ease !important;
    -webkit-transition-delay: 0.2s !important;
            transition-delay: 0.2s !important; }

.blockshow-main__nav-elem:not(:last-child) {
  margin-right: 5.41667vw; }

.blockshow-main__about-item {
  top: -1.25vw;
  -webkit-transition: -webkit-clip-path 0.6s 0.6s ease;
  transition: -webkit-clip-path 0.6s 0.6s ease;
  transition: clip-path 0.6s 0.6s ease;
  transition: clip-path 0.6s 0.6s ease, -webkit-clip-path 0.6s 0.6s ease;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0); }
  .blockshow-main__about-item:not(.is_active) {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    -webkit-transition: -webkit-clip-path 1.1s ease;
    transition: -webkit-clip-path 1.1s ease;
    transition: clip-path 1.1s ease;
    transition: clip-path 1.1s ease, -webkit-clip-path 1.1s ease; }

.blockshow-main__about-title {
  width: 11.38889vw;
  margin-right: 1.80556vw; }

.blockshow-main__about-text {
  max-width: 16.94444vw; }

.line {
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #e30613; }

@-webkit-keyframes slideShow {
  0% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%); }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); } }

@keyframes slideShow {
  0% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%); }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); } }

@media screen and (min-width: 1024px) {
  .blockshow-main {
    pointer-events: none; }
    .blockshow-main__title {
      -webkit-transition: -webkit-transform 0.8s ease;
      transition: -webkit-transform 0.8s ease;
      transition: transform 0.8s ease;
      transition: transform 0.8s ease, -webkit-transform 0.8s ease;
      will-change: transform; }
  html[lang='en'] .h1_1 {
    font-size: 3.61111vw;
    line-height: 4.02778vw; }
  html[lang='en'] .blockshow-main__title {
    max-width: 41.66667vw; }
  html[lang='en'] .blockshow-main__slide.title_2 {
    letter-spacing: -0.037em; } }

@media screen and (min-width: 1540px) {
  .blockshow-main__slide.title_1 {
    letter-spacing: -0.059em; }
  .blockshow-main__slide.title_2 {
    letter-spacing: -0.097em; }
  .blockshow-main__slide.title_3 {
    letter-spacing: -0.032em; } }

@media screen and (max-width: 1023px) {
  .blockshow-main__info,
  .blockshow-main .swiper {
    margin-left: 0; }
  .blockshow-main__button {
    position: absolute;
    right: -4.42708vw;
    top: -21.35417vw;
    margin-right: 0; }
    .blockshow-main__button .cursor {
      position: static; }
  .blockshow-main__button-slide {
    width: 8.33333vw;
    height: 8.33333vw; }
  .blockshow-main__info {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 5.72917vw 0 4.16667vw;
    min-height: auto; }
  .blockshow-main .swiper {
    width: 100%;
    height: 76.04167vw; }
  .blockshow-main__nav {
    margin-top: 6.51042vw; }
  .blockshow-main__nav-elem:not(:last-child) {
    margin-right: 7.8125vw; }
  .blockshow-main__box {
    padding-top: 12.23958vw; }
    .blockshow-main__box:before {
      right: -11.71875vw;
      left: 50%;
      bottom: auto;
      height: 50vw; }
  .blockshow-main__slide.title_1 {
    font-size: 28.125vw;
    line-height: 28.125vw;
    left: -2.08333vw;
    bottom: -4.16667vw;
    letter-spacing: -0.035em; }
  .blockshow-main__slide.title_2 {
    font-size: 19.27083vw;
    line-height: 20.57292vw;
    left: -1.95313vw;
    bottom: -4.16667vw;
    letter-spacing: -0.1em; }
    .blockshow-main__slide.title_2 span:nth-child(2) {
      font-size: 18.75vw;
      line-height: 20.57292vw;
      letter-spacing: -0.03em;
      margin-top: -6.25vw; }
  .blockshow-main__slide.title_3 {
    font-size: 33.33333vw;
    line-height: 33.33333vw;
    left: -2.60417vw;
    bottom: -4.94792vw;
    letter-spacing: -0.02em; }
  .blockshow-main__about-item {
    top: 4.55729vw; }
  .blockshow-main__about-title {
    width: 20.05208vw;
    margin-right: 3.38542vw; }
  .blockshow-main__about-text {
    max-width: 39.0625vw; }
  .blockshow-main .col-5 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  html[lang='en'] .blockshow-main__slide.title_2 {
    letter-spacing: -0.06em; } }

@media screen and (max-width: 767px) {
  .blockshow-main__box {
    padding-top: 18.75vw; }
    .blockshow-main__box:before {
      display: none; }
  .blockshow-main__info {
    padding-top: 6.25vw;
    padding-bottom: 0; }
  .blockshow-main__nav {
    margin-top: 11.25vw; }
  .blockshow-main__nav-elem:not(:last-child) {
    margin-right: 8.75vw; }
  .blockshow-main .swiper {
    height: 83.75vw; }
  .blockshow-main__button {
    right: 0;
    top: 0; }
  .blockshow-main__button-slide {
    width: 12.5vw;
    height: 12.5vw; }
  .blockshow-main .h1_1 {
    padding-right: 17.1875vw; }
  .blockshow-main__slide.title_1 {
    font-size: 32.5vw;
    line-height: 32.5vw;
    left: -3.125vw;
    bottom: -5vw;
    letter-spacing: -0.055em; }
  .blockshow-main__slide.title_2 {
    font-size: 20.625vw;
    line-height: 20.625vw;
    left: -1.5625vw;
    bottom: -2.8125vw;
    letter-spacing: -0.1em; }
    .blockshow-main__slide.title_2 span:nth-child(2) {
      font-size: 20.3125vw;
      line-height: 20.3125vw;
      letter-spacing: -0.03em;
      margin-top: -5vw; }
  .blockshow-main__slide.title_3 {
    font-size: 37.8125vw;
    line-height: 37.8125vw;
    left: -4.375vw;
    bottom: -6.25vw;
    letter-spacing: -0.032em; }
  .blockshow-main__about-item {
    top: 7.5vw; }
  .blockshow-main__about-text {
    max-width: 100%;
    position: relative;
    padding-left: 4.375vw; }
    .blockshow-main__about-text:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 2px;
      background-color: #e30613; }
  html[lang='en'] .blockshow-main__slide.title_2 {
    letter-spacing: -0.05em; }
  html[lang='en'] .blockshow-main__title .h1_1 .h1_1 {
    font-size: 6.25vw;
    line-height: 7.5vw; }
  html[lang='en'] .blockshow-main__info .h1_1 {
    font-size: 6.25vw; } }

.icon-burger {
  width: 3.33333vw;
  height: 0.97222vw; }

.icon-iso {
  width: 2.29167vw; }

.icon-down {
  width: 0.625vw;
  height: 0.625vw; }

.icon-world {
  width: 1.52778vw;
  height: 1.59722vw; }

.icon-news-file {
  width: 1.25vw;
  height: 1.52778vw; }

.icon-arrow-left,
.icon-arrow-right,
.icon-link-arrow {
  width: 0.97222vw;
  height: 0.97222vw; }

.icon-slide-next {
  width: 2.08333vw;
  height: 2.08333vw; }

.icon-news-file,
.icon-world,
.icon-down {
  fill: none; }

.size-20,
.icon-close {
  width: 1.38889vw;
  height: 1.38889vw; }

.icon-play {
  width: 5.90278vw;
  height: 6.04167vw; }

.icon-plus-elem {
  width: 2.5vw;
  height: 2.5vw;
  line-height: 0;
  top: -1.11111vw;
  margin-left: 0.55556vw; }

@media screen and (max-width: 1023px) {
  .icon-burger {
    width: 5.72917vw;
    height: 1.43229vw; }
  .size-20 {
    width: 1.82292vw;
    height: 1.82292vw; }
  .icon-close {
    width: 2.60417vw;
    height: 2.60417vw; }
  .icon-world {
    width: 2.34375vw;
    height: 2.34375vw; }
  .icon-down {
    width: 1.69271vw;
    height: 1.69271vw; }
  .icon-news-file {
    width: 1.82292vw;
    height: 2.34375vw; }
  .icon-arrow-left {
    width: 1.82292vw;
    height: 1.82292vw; }
  .icon-slide-next {
    width: 3.125vw;
    height: 3.125vw; }
  .icon-link-arrow {
    width: 1.5625vw;
    height: 1.5625vw; }
  .icon-play {
    width: 8.33333vw;
    height: 8.33333vw; } }

@media screen and (max-width: 767px) {
  .icon-burger {
    width: 11.25vw;
    height: 3.125vw; }
  .size-20 {
    width: 3.125vw;
    height: 3.125vw; }
  .icon-close,
  .icon-down {
    width: 4.375vw;
    height: 4.375vw; }
  .icon-iso {
    width: 8.75vw; }
  .icon-world {
    width: 5.625vw;
    height: 5.625vw; }
  .icon-news-file {
    width: 4.375vw;
    height: 5.625vw; }
  .icon-arrow-left {
    width: 4.375vw;
    height: 4.375vw; }
  .icon-slide-next {
    width: 4.6875vw;
    height: 4.6875vw; }
  .icon-link-arrow {
    width: 3.75vw;
    height: 3.75vw; }
  .icon-play {
    width: 13.75vw;
    height: 14.0625vw; } }

.breadcrumb {
  font-size: 1.11111vw;
  line-height: 1.94444vw; }
  .breadcrumb:not(:last-child):after {
    content: '/';
    display: block;
    margin: 0 0.27778vw; }
  .breadcrumb:last-child {
    pointer-events: none; }

@media screen and (max-width: 1023px) {
  .breadcrumb {
    font-size: 1.82292vw;
    line-height: 2.60417vw; } }

@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 4.375vw;
    line-height: 6.25vw; }
    .breadcrumb:not(:last-child):after {
      content: '/';
      display: block;
      margin: 0 1.25vw; } }

.ml-auto {
  margin-left: auto; }

.ml-16 {
  margin-left: 1.11111vw; }

.ml-18 {
  margin-left: 1.25vw; }

.ml-40 {
  margin-left: 2.77778vw; }

.ml-52 {
  margin-left: 2.77778vw; }

.mr-auto {
  margin-right: auto; }

.mr-container-grow {
  margin-right: -9.58333vw; }

.mr-4 {
  margin-right: 0.27778vw; }

.mr-8 {
  margin-right: 0.55556vw; }

.mr-16 {
  margin-right: 1.11111vw; }

.mr-40 {
  margin-right: 2.77778vw; }

.mr-52 {
  margin-right: 2.77778vw; }

.mt-auto {
  margin-top: auto; }

.mb-0 {
  margin-bottom: 0; }

.mb-2 {
  margin-bottom: 0.13889vw; }

.mb-4 {
  margin-bottom: 0.27778vw; }

.mb-8 {
  margin-bottom: 0.55556vw; }

.mb-12 {
  margin-bottom: 0.83333vw; }

.mb-16 {
  margin-bottom: 1.11111vw; }

.mb-20 {
  margin-bottom: 1.38889vw; }

.mb-24 {
  margin-bottom: 1.66667vw; }

.mb-32 {
  margin-bottom: 2.22222vw; }

.mb-36 {
  margin-bottom: 2.5vw; }

.mb-40 {
  margin-bottom: 2.77778vw; }

.mb-42 {
  margin-bottom: 2.91667vw; }

.mb-48 {
  margin-bottom: 3.33333vw; }

.mb-50 {
  margin-bottom: 3.47222vw; }

.mb-52 {
  margin-bottom: 3.61111vw; }

.mb-54 {
  margin-bottom: 3.75vw; }

.mb-60 {
  margin-bottom: 4.16667vw; }

.mb-80 {
  margin-bottom: 5.55556vw; }

.mb-90 {
  margin-bottom: 6.25vw; }

.mb-100 {
  margin-bottom: 6.94444vw; }

.mb-110 {
  margin-bottom: 7.63889vw; }

.mb-116 {
  margin-bottom: 8.05556vw; }

.mb-120 {
  margin-bottom: 8.33333vw; }

.mb-128 {
  margin-bottom: 8.88889vw; }

.mb-140 {
  margin-bottom: 9.72222vw; }

.mb-160 {
  margin-bottom: 11.11111vw; }

.mb-166 {
  margin-bottom: 11.52778vw; }

.mb-200 {
  margin-bottom: 13.88889vw; }

.mt-0 {
  margin-top: 0vw; }

.mt-40 {
  margin-top: 2.77778vw; }

.mt-100 {
  margin-top: 6.94444vw; }

.mt-140 {
  margin-top: 9.72222vw; }

@media screen and (max-width: 1023px) {
  .ml-tablet-0 {
    margin-left: 0; }
  .ml-tablet-12 {
    margin-left: 1.5625vw; }
  .ml-tablet-60 {
    margin-left: 7.8125vw; }
  .mr-tablet-0 {
    margin-right: 0; }
  .mr-8 {
    margin-right: 1.04167vw; }
  .mr-tablet-4 {
    margin-right: 0.52083vw; }
  .mr-tablet-12 {
    margin-right: 1.5625vw; }
  .mr-tablet-30 {
    margin-right: 3.90625vw; }
  .mr-tablet-60 {
    margin-right: 7.8125vw; }
  .mr-container-grow {
    margin: 0 -11.71875vw; }
  .mb-tablet-0 {
    margin-bottom: 0; }
  .mb-tablet-4 {
    margin-bottom: 0.52083vw; }
  .mb-tablet-6 {
    margin-bottom: 0.78125vw; }
  .mb-tablet-8 {
    margin-bottom: 1.04167vw; }
  .mb-tablet-12 {
    margin-bottom: 1.5625vw; }
  .mb-tablet-18 {
    margin-bottom: 2.34375vw; }
  .mb-tablet-24 {
    margin-bottom: 3.125vw; }
  .mb-tablet-30 {
    margin-bottom: 3.90625vw; }
  .mb-tablet-32 {
    margin-bottom: 4.16667vw; }
  .mb-tablet-40 {
    margin-bottom: 5.20833vw; }
  .mb-tablet-48 {
    margin-bottom: 6.25vw; }
  .mb-tablet-50 {
    margin-bottom: 6.51042vw; }
  .mb-tablet-60 {
    margin-bottom: 7.8125vw; }
  .mb-tablet-80 {
    margin-bottom: 10.41667vw; }
  .mb-tablet-90 {
    margin-bottom: 11.71875vw; }
  .mb-tablet-100 {
    margin-bottom: 13.02083vw; }
  .mb-tablet-110 {
    margin-bottom: 14.32292vw; }
  .mb-tablet-120 {
    margin-bottom: 15.625vw; }
  .mb-tablet-160 {
    margin-bottom: 20.83333vw; }
  .mt-tablet-0 {
    margin-top: 0vw; }
  .mt-tablet-38 {
    margin-top: 4.94792vw; }
  .mt-tablet-100 {
    margin-top: 13.02083vw; }
  .mt-tablet-140 {
    margin-top: 18.22917vw; } }

@media screen and (max-width: 767px) {
  .ml-mobile-0 {
    margin-left: 0; }
  .ml-mobile-8 {
    margin-left: 2.5vw; }
  .mr-container-grow {
    margin: 0 -8.125vw; }
  .mb-100 {
    margin-bottom: 18.75vw; }
  .mr-mobile-4 {
    margin-right: 1.25vw; }
  .mr-mobile-6 {
    margin-right: 1.875vw; }
  .mr-mobile-8 {
    margin-right: 2.5vw; }
  .mr-mobile-30 {
    margin-right: 9.375vw; }
  .mb-mobile-0 {
    margin-bottom: 0; }
  .mb-mobile-4 {
    margin-bottom: 1.25vw; }
  .mb-mobile-6 {
    margin-bottom: 1.875vw; }
  .mb-mobile-8 {
    margin-bottom: 2.5vw; }
  .mb-mobile-12 {
    margin-bottom: 3.75vw; }
  .mb-mobile-16 {
    margin-bottom: 5vw; }
  .mb-mobile-20 {
    margin-bottom: 6.25vw; }
  .mb-mobile-24 {
    margin-bottom: 7.5vw; }
  .mb-mobile-28 {
    margin-bottom: 8.75vw; }
  .mb-mobile-32 {
    margin-bottom: 10vw; }
  .mb-mobile-34 {
    margin-bottom: 10.625vw; }
  .mb-mobile-36 {
    margin-bottom: 11.25vw; }
  .mb-mobile-40 {
    margin-bottom: 12.5vw; }
  .mb-mobile-48 {
    margin-bottom: 15vw; }
  .mb-mobile-50 {
    margin-bottom: 15.625vw; }
  .mb-mobile-60 {
    margin-bottom: 18.75vw; }
  .mb-mobile-80 {
    margin-bottom: 25vw; }
  .mb-mobile-108 {
    margin-bottom: 33.75vw; }
  .mt-mobile-0 {
    margin-top: 0; }
  .mb-mobile-110 {
    margin-bottom: 34.375vw; }
  .mt-mobile-0 {
    margin-top: 0vw; }
  .mt-mobile-100 {
    margin-top: 31.25vw; }
  .mt-mobile-140 {
    margin-top: 43.75vw; } }

.link-hover {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }
  .link-hover svg {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
  .link-hover:hover {
    color: #e30613; }
    .link-hover:hover .icon-link-arrow {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.link-border {
  border-bottom: 1px solid;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out; }
  .link-border:hover {
    border-color: transparent; }

.link-arrow {
  color: #62676c;
  font-size: 0.97222vw;
  line-height: 1.38889vw; }
  .link-arrow__icon {
    color: #b1b7bd; }

@media screen and (max-width: 1023px) {
  .link-arrow {
    font-size: 1.82292vw;
    line-height: 2.60417vw; } }

@media screen and (max-width: 767px) {
  .link-arrow {
    font-size: 4.375vw;
    line-height: 6.25vw; }
  .menu-subtitle .link-hover {
    padding-right: 5vw; } }

.menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  overflow: hidden; }
  .menu:not(.is_menu_show) {
    pointer-events: none; }
  .menu-image__cover {
    overflow: hidden;
    max-width: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
    .menu-image__cover img {
      width: 28.47222vw;
      max-width: none;
      position: absolute;
      right: 0; }
  .menu-image__cover-logo {
    position: absolute;
    width: 13.41146vw;
    height: 6.25vw;
    left: 5.72917vw;
    top: 5.72917vw;
    z-index: 2;
    display: none; }
  .menu-logo, .menu-close,
  .menu-content .menu-col, .menu-hr, .menu-bottom, .menu-lang, .menu-image__cover-logo {
    opacity: 0; }
  .menu-content .menu-col, .menu-bottom {
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px); }
  .menu-bottom {
    width: 100% !important; }
  .menu-logo {
    top: 0;
    left: 9.58333vw;
    height: 9.58333vw;
    margin-left: -6.52778vw; }
  .menu-bg {
    top: 0;
    right: 28.47222vw;
    bottom: 0;
    left: 0;
    background-color: #f0f4f8;
    -webkit-transform: translateX(145%);
        -ms-transform: translateX(145%);
            transform: translateX(145%); }
  .menu-image {
    width: 28.47222vw;
    z-index: -1; }
  .menu-image, .menu-body {
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  .menu-close {
    position: absolute;
    top: 45.7%;
    right: 3.05556vw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .menu-body {
    padding: 4.09722vw 32.63889vw 4.16667vw 3.05556vw;
    left: 0; }
  .menu-content {
    margin: auto 0; }
  .menu-title {
    font-size: 1.94444vw;
    line-height: 2.63889vw; }
    .menu-title:not(:last-child) {
      margin-bottom: 1.38889vw; }
    .menu-title + .menu-subtitle {
      padding-top: 0.34722vw; }
  .menu-subtitle {
    font-size: 1.11111vw;
    line-height: 2.08333vw; }
    .menu-subtitle:not(:last-child) {
      margin-bottom: 0.55556vw; }
  .menu-text {
    font-size: 0.97222vw;
    line-height: 1.38889vw; }
    .menu-text:not(:last-child) {
      margin-bottom: 0.69444vw; }
  .menu-text-small {
    max-width: 10.41667vw; }
  .menu-hr {
    width: 58.33333vw;
    height: 1px;
    background-color: #c6cfd9;
    margin-bottom: 2.91667vw;
    width: 0; }
  .menu .header-lang__mob-lang::after {
    background-image: url(/local/templates/.default/markup_pesco/build/css/../images/svg/arrow-down-black.svg); }

.circle {
  background-color: #e30613;
  color: #fff;
  width: 3.81944vw;
  height: 3.81944vw; }

@media screen and (max-width: 1023px) {
  .menu {
    overflow: auto;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    .menu:not(.is_menu_show) {
      overflow: auto; }
    .menu.is_menu_show {
      background-color: #f0f4f8; }
    .menu-bg {
      right: 0;
      display: none; }
    .menu-close {
      top: 65.10417vw;
      right: 5.72917vw; }
    .menu-logo {
      display: none; }
    .menu-content:not(:last-child) {
      margin-bottom: 10.15625vw; }
    .menu-lang {
      position: absolute;
      top: 72.91667vw;
      right: 7.55208vw;
      z-index: 1; }
      .menu-lang .link-hover {
        display: block; }
    .menu-image {
      height: 65.10417vw;
      width: 100%;
      position: relative;
      z-index: 0; }
    .menu-image__cover img {
      width: 100%; }
    .menu-body {
      position: static;
      padding: 7.8125vw 5.72917vw 8.33333vw 5.72917vw; }
    .menu-title {
      font-size: 2.60417vw;
      line-height: 3.64583vw; }
      .menu-title:not(:last-child) {
        margin-bottom: 3.125vw; }
      .menu-title + .menu-subtitle {
        padding-top: 0; }
    .menu-subtitle {
      font-size: 1.82292vw;
      line-height: 3.125vw; }
      .menu-subtitle:not(:last-child) {
        margin-bottom: 1.30208vw; }
    .menu-text {
      font-size: 1.5625vw;
      line-height: 2.34375vw; }
      .menu-text:not(:last-child) {
        margin-bottom: 1.5625vw; }
    .menu-text-small {
      max-width: 17.57813vw; }
    .menu-hr {
      width: 100%; }
      .menu-hr:not(:last-child) {
        margin-bottom: 5.20833vw; }
  .circle {
    width: 7.16146vw;
    height: 7.16146vw; } }

@media screen and (min-width: 768px) {
  .menu-col {
    width: 31.5%;
    padding-right: 1.38889vw; }
    .menu-col:nth-child(2) {
      width: 32%; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .menu-image__cover-logo {
    display: block; }
  .menu-col {
    width: 28.125vw; }
    .menu-col:nth-child(2) {
      width: 30.46875vw; }
    .menu-col:last-child {
      padding-right: 4.55729vw; } }

@media screen and (max-width: 767px) {
  .menu-body {
    padding: 6.875vw 8.125vw 8.125vw 8.125vw;
    height: 100%; }
  .menu-content {
    margin-top: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .menu-close {
    top: 5vw;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 2; }
  .menu-bg {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .menu-lang {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    width: calc(50% - 12px);
    padding-right: 15.625vw; }
    .menu-lang .header-lang__mob-lang {
      padding-left: 12px;
      min-width: 66px;
      padding-top: 12px;
      margin-top: -5px;
      min-height: 22px;
      display: inline-block;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .menu-lang .header-lang__mob-lang::after {
        right: 12px;
        top: calc(50% - -2px); }
      .menu-lang .header-lang__mob-lang.is_open {
        background-color: #fff; }
    .menu-lang .header-lang__wrap-list {
      left: 0; }
    .menu-lang .header-lang__mob-list {
      background-color: #fff; }
  .menu-top {
    margin-bottom: 12.5vw; }
  .menu-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    position: absolute;
    height: 18.75vw; }
  .menu-lang {
    z-index: 1; }
  .menu-title {
    font-size: 5vw;
    line-height: 6.875vw; }
  .menu-subtitle {
    font-size: 3.75vw;
    line-height: 5.625vw; }
    .menu-subtitle:not(:last-child) {
      margin-bottom: 2.5vw; }
  .menu-text {
    font-size: 3.4375vw;
    line-height: 5.625vw; }
    .menu-text:not(:last-child) {
      margin-bottom: 3.75vw; }
  .menu-text-small {
    max-width: 100%; }
  .menu-col:first-child {
    margin-bottom: 8.125vw; }
  .menu-col:nth-child(3) {
    margin-left: auto; }
  .menu-bottom .menu-col:first-child {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
    margin-top: 8.75vw; }
  .menu-title.col-mobile-1:nth-child(2n) {
    margin-left: 24px; }
  .circle {
    width: 9.375vw;
    height: 9.375vw; } }

.news-card:hover .news-card__image:before {
  opacity: 0.85; }

.news-card:hover .h5 {
  color: #e30613; }

.news-card .h7 span,
.news-card .h7_m span {
  color: #000000; }

.news-card:not(:last-child) {
  padding-bottom: 4.16667vw;
  margin-bottom: 4.16667vw;
  border-bottom: 1px solid rgba(198, 207, 217, 0.5); }

.news-card__image {
  height: 19.86111vw;
  position: relative; }
  .news-card__image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #e30613;
    opacity: 0;
    mix-blend-mode: multiply;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }

.news-card .h5 {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }

.news-box {
  padding-bottom: 5.55556vw; }
  .news-box:not(:last-child) {
    margin-bottom: 5.55556vw;
    border-bottom: 1px solid rgba(198, 207, 217, 0.4); }
  .news-box-text {
    max-width: 13.19444vw; }

.news-blockshow {
  height: 31.66667vw; }

.news-link__title {
  max-width: 11.875vw; }
  .news-link__title:not(:last-child) {
    padding-bottom: 1.11111vw;
    border-bottom: 1px solid #c6cfd9; }

.news-link__image {
  width: 11.875vw;
  height: 7.63889vw; }

.news-link__text {
  font-size: 1.11111vw;
  line-height: 1.52778vw;
  max-width: 15.97222vw; }

@media screen and (min-width: 1024px) {
  .news-card__image {
    margin-right: -1.66667vw; }
  .news-card .col-6 {
    margin-left: auto; } }

@media screen and (max-width: 1023px) {
  .news-card:not(:last-child) {
    padding-bottom: 5.20833vw;
    margin-bottom: 5.20833vw; }
  .news-card__image {
    height: 21.35417vw; }
  .news-box {
    padding-bottom: 5.20833vw; }
    .news-box:not(:last-child) {
      margin-bottom: 5.20833vw; }
    .news-box-text {
      max-width: 24.73958vw; }
  .news-blockshow {
    height: 59.375vw; }
  .news-link__title {
    max-width: 22.13542vw; }
    .news-link__title:not(:last-child) {
      padding-bottom: 2.08333vw; }
  .news-link__image {
    width: 22.13542vw;
    height: 14.32292vw; }
  .news-link__text {
    font-size: 1.82292vw;
    line-height: 2.60417vw;
    max-width: 29.94792vw; } }

@media screen and (max-width: 767px) {
  .news-card:not(:last-child) {
    padding-bottom: 8.75vw;
    margin-bottom: 10vw; }
  .news-card__image {
    height: 48.75vw; }
  .news-card .col-mobile-2:not(:last-child) {
    margin-bottom: 6.25vw; }
  .news-box:not(:last-child) {
    padding-bottom: 10vw;
    margin-bottom: 10vw; }
  .news-box:last-child {
    padding-bottom: 15vw; }
  .news-box-text {
    max-width: 54.6875vw; }
  .news-blockshow {
    height: 100vw; }
  .news-link__title {
    max-width: 100%; }
    .news-link__title:not(:last-child) {
      padding-bottom: 3.75vw; }
  .news-link__image {
    width: 100%;
    height: 24.375vw; }
  .news-link__text {
    font-size: 3.75vw;
    line-height: 5.625vw;
    max-width: 100%; } }

.file-label {
  background-color: #e30613;
  color: #fff;
  border-radius: 3px;
  padding: 0.27778vw 0.55556vw;
  font-size: 1.04167vw;
  line-height: 1.25vw; }

.file-size {
  white-space: nowrap; }

.files-elem:nth-child(2n) {
  margin-left: auto; }

.file-box {
  max-width: 29.44444vw; }
  .file-box:not(:first-child) {
    padding-top: 2.22222vw; }
  .file-box:not(:last-child) {
    padding-bottom: 2.22222vw;
    border-bottom: 1px solid rgba(198, 207, 217, 0.5); }
  .file-box__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 19.09722vw;
    margin-right: 1.11111vw; }
  .file-box .file-label {
    margin-right: 0.83333vw; }

@media screen and (min-width: 768px) {
  .file-box__icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.68056vw; } }

@media screen and (min-width: 768px) {
  .files-elem {
    width: 50%; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .files-elem:nth-child(2n) {
    padding-left: 1.30208vw; } }

@media screen and (max-width: 1023px) {
  .file-label {
    font-size: 1.95313vw;
    line-height: 2.34375vw;
    padding: 0.52083vw 1.04167vw; }
  .file-box {
    max-width: 100%; }
    .file-box:not(:first-child) {
      padding-top: 2.08333vw; }
    .file-box:not(:last-child) {
      padding-bottom: 2.60417vw; }
    .file-box__text {
      max-width: 53.38542vw; }
    .file-box .file-label {
      margin-right: 1.95313vw; } }

@media screen and (max-width: 767px) {
  .file-label {
    font-size: 4.6875vw;
    line-height: 5.625vw;
    padding: 1.25vw 2.5vw;
    max-width: 60px; }
  .file-box:not(:first-child) {
    padding-top: 5vw; }
  .file-box:not(:last-child) {
    padding-bottom: 6.25vw; }
  .file-box__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .file-box__icon .h7_m {
      font-size: 3.75vw; }
  .file-box__text {
    max-width: 63.75vw; }
  .file-box .file-label {
    margin-bottom: 1.25vw;
    margin-right: 0; } }

@media screen and (max-width: 767px) and (orientation: landscape) {
  .file-box:not(:last-child) {
    padding-bottom: 16px; }
  .file-box__text .h7 {
    font-size: 16px;
    line-height: 24px; }
  .file-label {
    font-size: 15px;
    line-height: 18px; }
  .file-box__icon .file-size {
    font-size: 12px; } }

.aside-menu {
  top: 0;
  bottom: 0;
  right: 0;
  width: 9.58333vw;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out; }
  .aside-menu:not(.show) {
    opacity: 0;
    pointer-events: none; }
  .aside-menu__icon {
    height: 100vh;
    top: 0;
    position: -webkit-sticky;
    position: sticky; }

@media screen and (max-width: 1023px) {
  .aside-menu {
    width: 11.71875vw; } }

@media screen and (min-width: 1024px) {
  .blockshow-aside {
    position: absolute;
    top: 0;
    bottom: -6.80556vw;
    padding-left: 3.05556vw;
    width: 50%;
    background-color: #fff;
    z-index: 6; }
    .blockshow-aside__logo {
      height: 9.58333vw;
      margin-bottom: auto; }
    .blockshow-aside__description {
      margin-top: auto; }
    .blockshow-aside__box {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      left: 0;
      height: 100vh;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0 0 3.47222vw;
      max-width: 30.20833vw; }
    .blockshow-aside .container {
      padding: 0; }
    .blockshow-aside .h7_m span {
      color: #62676c; } }

@media screen and (max-width: 1023px) {
  .blockshow-aside__text {
    max-width: 69.66146vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0; }
  .blockshow-aside__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.logo {
  width: 9.375vw; }

@media screen and (max-width: 1023px) {
  .logo {
    width: 12.5vw; } }

@media screen and (max-width: 767px) {
  .logo {
    width: 20.3125vw; } }

.article {
  font-size: 1.38889vw;
  line-height: 2.22222vw; }
  .article-image__wrap {
    margin: 5.55556vw 0; }
  .article-image {
    height: 23.61111vw; }
    .article-image img {
      vertical-align: bottom; }
  .article h2,
  .article h3,
  .article h4,
  .article h5,
  .article h6 {
    font-weight: 600;
    margin-bottom: 1em; }
  .article h2 {
    font-size: 1.66667vw;
    line-height: 2.63889vw;
    margin-bottom: 4.16667vw; }
  .article h3 {
    font-size: 1.52778vw;
    line-height: 2.5vw; }
  .article p:not(:last-child) {
    margin-bottom: 4.16667vw; }

@media screen and (max-width: 1023px) {
  .article {
    font-size: 2.08333vw;
    line-height: 3.38542vw; }
    .article-image {
      height: 44.27083vw; }
    .article-image__wrap {
      margin: 7.8125vw 0; }
    .article h2 {
      font-size: 2.60417vw;
      line-height: 4.42708vw;
      margin-bottom: 5.20833vw; }
    .article p:not(:last-child) {
      margin-bottom: 5.20833vw; } }

@media screen and (max-width: 767px) {
  .article {
    font-size: 4.375vw;
    line-height: 6.875vw; }
    .article-image {
      height: 58.125vw; }
    .article-image__wrap {
      margin: 10vw -8.125vw; }
    .article h2 {
      font-size: 4.375vw;
      line-height: 7.5vw;
      margin-bottom: 7.5vw; }
    .article p:not(:last-child) {
      margin-bottom: 7.5vw; } }

.page-text-small {
  max-width: 28.47222vw; }

.page-title-small {
  max-width: 49.16667vw; }

.page-text-container {
  max-width: 37.5vw; }

@media screen and (max-width: 1023px) {
  .page-text-small {
    max-width: 52.34375vw; }
  .page-title-small {
    max-width: 65.10417vw; }
  .page-text-container {
    max-width: 57.29167vw; } }

@media screen and (max-width: 767px) {
  .page-text-small,
  .page-title-small,
  .page-text-container {
    max-width: 100%; } }

.about-list__elem {
  margin-right: 13.19444vw; }
  .about-list__elem:nth-child(2) {
    margin-right: 9.72222vw; }
  .about-list__elem:last-child {
    margin-right: 0; }
    .about-list__elem:last-child .about-list__icon:before {
      display: none; }

.about-list__icon {
  display: inline-block; }
  .about-list__icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -6.80556vw;
    width: 0.69444vw;
    height: 0.69444vw;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #e30613; }

.section-about {
  padding: 6.94444vw 0 8.33333vw 9.58333vw;
  background-image: url("/local/templates/.default/markup_pesco/build/css/../images/about/about_1.svg");
  background-position: left bottom;
  background-repeat: no-repeat; }
  .section-about .page-text {
    max-width: 15.27778vw; }
  .section-about .h1_4 {
    font-weight: 400; }
    .section-about .h1_4 span {
      color: inherit; }

.section-about__images {
  right: 0;
  bottom: 0;
  width: 25.76389vw;
  height: 28.19444vw; }

.section-about__image {
  -webkit-transition: -webkit-clip-path 1.5s ease;
  transition: -webkit-clip-path 1.5s ease;
  transition: clip-path 1.5s ease;
  transition: clip-path 1.5s ease, -webkit-clip-path 1.5s ease;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0); }
  .section-about__image:not(.active) {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s; }

.section-about-content,
.section-about {
  margin-left: -9.58333vw; }

.section-about-content {
  padding-left: 9.58333vw; }

.section-about__quote {
  padding: 6.94444vw 31.52778vw 4.86111vw 6.94444vw;
  min-height: 43.75vw;
  background-image: url("/local/templates/.default/markup_pesco/build/css/../images/quote.svg");
  background-repeat: no-repeat;
  background-position: left 7.77778vw;
  background-size: 3.40278vw 1.38889vw; }

.section-about__slider {
  height: 43.75vw; }
  .section-about__slider .swiper-slide {
    -webkit-transition: -webkit-clip-path 2s ease !important;
    transition: -webkit-clip-path 2s ease !important;
    transition: clip-path 2s ease !important;
    transition: clip-path 2s ease, -webkit-clip-path 2s ease !important;
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; }
    .section-about__slider .swiper-slide.swiper-slide-prev:not(.swiper-slide-active) {
      -webkit-clip-path: inset(0 0 100% 0);
              clip-path: inset(0 0 100% 0); }
  .section-about__slider .swiper-slide-active {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    -webkit-transition-delay: 0.05s !important;
            transition-delay: 0.05s !important; }

.box {
  height: 25.13889vw;
  width: 25.13889vw;
  margin: 0 -9.58333vw -15.55556vw auto; }

.box-about {
  margin-bottom: -15.55556vw; }

.box-red {
  background-color: #e30613; }

.box-gray {
  background-color: #c6cfd9; }

.about-box {
  padding-bottom: 1.25vw; }
  .about-box:not(:first-child) {
    padding-top: 1.25vw; }
  .about-box:not(:last-child) {
    border-bottom: 1px solid #c6cfd9; }
  .about-box:last-child:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: -5.55556vw;
    background-color: #c6cfd9; }
  .about-box__title, .about-box__text {
    width: 50%; }

.image-aside {
  width: 18.68056vw;
  height: 26.875vw; }

@media screen and (min-width: 768px) {
  .section-about-2 {
    background-image: url("/local/templates/.default/markup_pesco/build/css/../images/about/bg_1.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 50.34722vw 39.02778vw; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section-about-2 {
    background-image: url("/local/templates/.default/markup_pesco/build/css/../images/about/bg_1_tablet.svg");
    background-size: 51.04167vw 57.03125vw; } }

@media screen and (min-width: 1024px) {
  .about-list__elem:nth-child(4n) {
    margin-right: 0; } }

@media screen and (max-width: 1023px) {
  .about-list__elem {
    margin-right: 17.96875vw; }
    .about-list__elem:nth-child(2) {
      margin-right: 11.45833vw; }
  .about-list__icon:before {
    width: 1.30208vw;
    height: 1.30208vw;
    right: -10.15625vw; }
  .box {
    margin-right: -11.71875vw;
    margin-bottom: -16.92708vw;
    width: 28.64583vw;
    height: 28.64583vw; }
  .section-about {
    padding: 6.51042vw 6.51042vw 6.51042vw 11.71875vw;
    margin-left: -11.71875vw;
    background-image: url("/local/templates/.default/markup_pesco/build/css/../images/about/about_1_tablet.svg");
    background-position: right bottom; }
    .section-about .page-text {
      max-width: 100%; }
    .section-about .h1_4 {
      font-size: 2.60417vw;
      line-height: 3.64583vw; }
  .about-box {
    padding-bottom: 2.08333vw; }
    .about-box:not(:first-child) {
      padding-top: 2.08333vw; }
    .about-box:last-child:after {
      left: 0; }
    .about-box__title {
      width: 42%; }
    .about-box__text {
      width: 58%; }
  .section-about__images {
    width: 27.08333vw;
    height: 27.08333vw; }
  .section-about__slider {
    height: 60.67708vw; }
  .section-about-content {
    padding-left: 11.71875vw;
    margin-left: -11.71875vw; }
    .section-about-content:before {
      content: '';
      display: block;
      position: absolute;
      right: -11.71875vw;
      left: 100%;
      background-color: #c6cfd9;
      top: 0;
      bottom: 27.08333vw; }
  .section-about__quote {
    padding: 6.51042vw 15.625vw 6.51042vw 9.89583vw;
    background-size: 5.20833vw 2.08333vw;
    background-position: left 6.51042vw; }
  .image-aside {
    width: 18.75vw;
    height: 26.82292vw; } }

@media screen and (max-width: 767px) {
  .about-list__elem {
    margin-right: 26.5625vw; }
    .about-list__elem:nth-child(2) {
      margin-right: 14.0625vw; }
    .about-list__elem .h8_2 {
      font-size: 3.125vw;
      line-height: 4.375vw; }
  .about-list__icon:before {
    width: 3.125vw;
    height: 3.125vw;
    right: -15.625vw; }
  .section-about {
    margin: 0 -8.125vw;
    padding: 12.5vw 8.125vw;
    background-image: url("/local/templates/.default/markup_pesco/build/css/../images/about/about_1_mob.svg"); }
    .section-about .h1_4 {
      font-size: 5.625vw;
      line-height: 7.5vw; }
    .section-about .page-link {
      margin-top: 53.75vw; }
  .about-box {
    padding-bottom: 3.75vw; }
    .about-box:not(:first-child) {
      padding-top: 3.75vw; }
    .about-box__title {
      width: 47%; }
    .about-box__text {
      width: 53%; }
    .about-box .h2_1 {
      font-size: 12.5vw;
      line-height: 15vw; }
  .section-about__slider {
    height: 191.25vw; }
  .section-about-content {
    margin-left: -8.125vw;
    margin-right: -8.125vw;
    padding-left: 0; }
    .section-about-content:before {
      display: none; }
  .section-about__quote {
    padding: 77.5vw 8.125vw 15vw;
    background-size: 12.5vw 5vw;
    background-position: 8.75vw 67.5vw; }
  .section-about__images {
    top: 0;
    bottom: auto;
    width: 67.5vw;
    height: 67.5vw; }
  .image-aside {
    width: auto;
    height: 100vw;
    margin: 0 -8.125vw; } }

.slider-company__box {
  padding-left: 6.94444vw; }

.slider-company__aside {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 0;
  height: 0;
  white-space: nowrap; }

.slider-company__image {
  height: 33.54167vw; }

.slider-company__title {
  max-width: 35.06944vw; }
  .slider-company__title:last-child {
    margin-bottom: 0; }

.slider-company__text {
  max-width: 25vw; }
  .slider-company__text p:not(:last-child) {
    margin-bottom: 1.66667vw; }

@media screen and (min-width: 768px) {
  .slider-company {
    margin: -6.94444vw 0;
    padding: 6.94444vw 0;
    overflow: hidden; }
    .slider-company .swiper {
      height: 39.16667vw;
      overflow: visible;
      margin-left: -40.27778vw; }
    .slider-company .swiper-slide {
      -webkit-transition: opacity .2s ease-out;
      transition: opacity .2s ease-out; }
      .slider-company .swiper-slide > div {
        margin-left: 40.27778vw; }
      .slider-company .swiper-slide:not(.swiper-slide-active) {
        opacity: 0; }
    .slider-company__image img {
      -webkit-clip-path: polygon(0% 93.3%, 100% 93.3%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 93.3%, 100% 93.3%, 100% 100%, 0% 100%);
      -webkit-transition: -webkit-clip-path 1s ease-in-out;
      transition: -webkit-clip-path 1s ease-in-out;
      transition: clip-path 1s ease-in-out;
      transition: clip-path 1s ease-in-out, -webkit-clip-path 1s ease-in-out; }
    .slider-company__image:not(:first-child) {
      margin-top: -33.54167vw; }
    .slider-company__image:not(:last-child) {
      margin-bottom: 2.22222vw; }
    .slider-company__image.active img {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .slider-company .slider-company .swiper {
      margin-left: -49.47917vw; }
    .slider-company .slider-company .swiper-slide > div {
      margin-left: 49.47917vw; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-company .swiper {
    height: 48.69792vw; }
  .slider-company__text p:not(:last-child) {
    margin-bottom: 3.125vw; }
  .slider-company__image img {
    -webkit-clip-path: polygon(0% 92.8%, 100% 92.8%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 92.8%, 100% 92.8%, 100% 100%, 0% 100%); }
  .slider-company__image:not(:first-child) {
    margin-top: -46.35417vw; }
  .slider-company__image:not(:last-child) {
    margin-bottom: 2.86458vw; }
  .slider-company__image.active img {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); } }

@media screen and (max-width: 1023px) {
  .slider-company__box {
    padding-left: 0; }
  .slider-company__image {
    margin-right: -4.6875vw;
    height: 46.35417vw; }
  .slider-company__title, .slider-company__text {
    max-width: 36.45833vw; } }

@media screen and (max-width: 767px) {
  .slider-company .swiper {
    margin: 0 -8.125vw; }
  .slider-company .swiper-wrapper {
    display: block; }
  .slider-company .swiper-slide {
    padding: 0 8.125vw; }
    .slider-company .swiper-slide:not(:last-child) {
      margin-bottom: 14.375vw; }
  .slider-company__aside {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    white-space: normal;
    position: static;
    height: auto;
    width: auto;
    margin-bottom: 6.25vw; }
  .slider-company__image {
    height: 58.75vw;
    margin-right: 0; }
  .slider-company__title, .slider-company__text {
    max-width: 100%; }
  .slider-company__text p:not(:last-child) {
    margin-bottom: 5vw; } }

.aside-nav {
  top: 0;
  bottom: 0;
  left: 0;
  width: 9.58333vw;
  -webkit-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out; }
  .aside-nav:not(.show) {
    opacity: 0;
    pointer-events: none; }
  .aside-nav__box {
    height: 100vh;
    top: 0;
    position: -webkit-sticky;
    position: sticky; }
  .aside-nav__list {
    -webkit-transition: all .6s ease-in-out, opacity .8s ease-in-out;
    transition: all .6s ease-in-out, opacity .8s ease-in-out;
    opacity: 0;
    top: 100%;
    left: 0;
    bottom: 100%;
    right: -6.25vw;
    padding: 0 2.63889vw;
    color: #62676c;
    z-index: 1;
    overflow: hidden; }
  .aside-nav__logo:not(:first-child) {
    display: none; }
  .aside-nav__item {
    padding: 0.48611vw 0;
    position: relative;
    cursor: pointer;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out; }
    .aside-nav__item:first-child {
      padding-top: 0; }
      .aside-nav__item:first-child:before, .aside-nav__item:first-child:after {
        top: 0.27778vw; }
    .aside-nav__item:last-child {
      padding-bottom: 0; }
      .aside-nav__item:last-child:before {
        bottom: 0.27778vw; }
      .aside-nav__item:last-child:after {
        bottom: 0; }
    .aside-nav__item.is_active {
      color: #e30613; }
      .aside-nav__item.is_active:after {
        opacity: 1; }
    .aside-nav__item:before, .aside-nav__item:after {
      content: '';
      display: block;
      position: absolute;
      left: 1.73611vw;
      width: 1px;
      top: 0; }
    .aside-nav__item:before {
      bottom: 0;
      background-color: rgba(198, 207, 217, 0.4); }
    .aside-nav__item:after {
      z-index: 1;
      background-color: #e30613;
      opacity: 0;
      bottom: 0.55556vw;
      top: 0.55556vw; }
  .aside-nav__number {
    font-size: 0.69444vw;
    line-height: 1.11111vw;
    width: 0.97222vw;
    margin-right: 1.66667vw;
    text-align: center; }
  .aside-nav__title {
    font-size: 0.76389vw;
    line-height: 1.04167vw;
    text-transform: uppercase; }
  .aside-nav__full, .aside-nav__current {
    text-align: center;
    -webkit-transition: opacity 1.8s ease-in-out;
    transition: opacity 1.8s ease-in-out; }
  .aside-nav__full {
    margin-top: 0.83333vw;
    padding-top: 0.83333vw; }
    .aside-nav__full:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 2.98611vw;
      right: 2.98611vw;
      height: 1px;
      background-color: #c6cfd9; }

@media screen and (min-width: 1024px) {
  .aside-nav__item:not(.is_active):hover {
    color: #000000; } }

@media screen and (max-width: 1023px) {
  .aside-nav {
    width: 11.71875vw; }
    .aside-nav__title, .aside-nav__number {
      font-size: 1.30208vw;
      line-height: 1.95313vw; }
    .aside-nav__full {
      padding-top: 1.5625vw;
      margin-top: 1.5625vw; }
      .aside-nav__full:before {
        left: 2.99479vw;
        right: 2.99479vw; }
    .aside-nav__list {
      right: -13.54167vw;
      padding: 0 3.125vw; }
    .aside-nav__number {
      width: 1.82292vw;
      margin-right: 3.64583vw; }
    .aside-nav__item:before, .aside-nav__item:after {
      left: 3.38542vw; } }

@media screen and (max-width: 767px) {
  .aside-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    width: auto;
    background-color: #fff;
    height: 18.75vw;
    z-index: 4;
    padding: 0 8.125vw; }
    .aside-nav__box, .aside-nav__box-item {
      height: 100%; }
    .aside-nav__box-item {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .aside-nav__current {
      width: 6.25vw; }
    .aside-nav__list {
      opacity: 1;
      top: 0 !important;
      bottom: auto !important;
      left: -8.125vw;
      right: -8.125vw;
      padding: 6.25vw 8.125vw;
      background-color: #fff;
      display: none; }
    .aside-nav__full {
      margin-top: 0;
      padding-top: 0;
      padding-left: 5.3125vw; }
      .aside-nav__full:before {
        top: 0;
        bottom: 0;
        right: auto;
        left: 2.5vw;
        width: 1px;
        height: auto; }
    .aside-nav__item {
      padding: 2.1875vw 0; }
      .aside-nav__item:before, .aside-nav__item:after {
        left: 8.75vw; }
      .aside-nav__item:before {
        bottom: -2.1875vw;
        top: -2.1875vw; }
      .aside-nav__item:after {
        bottom: 2.1875vw;
        top: 2.1875vw; }
    .aside-nav__number {
      width: 6.25vw;
      margin-right: 6.25vw; }
    .aside-nav__title, .aside-nav__number {
      font-size: 4.375vw;
      line-height: 6.25vw; } }

.map-svg {
  height: 59.58333vw; }
  .map-svg__bg {
    min-width: 80.13889vw;
    pointer-events: none; }
    .map-svg__bg img {
      height: 77.36111vw; }
  .map-svg__info {
    top: 19.3%;
    left: 59.5%;
    width: 20.55556vw;
    padding: 0.48611vw 1.94444vw 0.48611vw 1.38889vw;
    background: url("/local/templates/.default/markup_pesco/build/css/../images/map-svg/border_left.svg") left bottom no-repeat, url("/local/templates/.default/markup_pesco/build/css/../images/map-svg/border_right.svg") right top no-repeat;
    background-size: 1.38889vw; }
    .map-svg__info p {
      font-size: 5.20833vw;
      line-height: 5.90278vw; }
    .map-svg__info .h8 {
      padding-top: 1.38889vw; }

.section-map-svg-big {
  margin-bottom: -24.30556vw;
  padding-bottom: 24.30556vw; }

.point {
  display: block;
  z-index: 1; }
  .point-head {
    cursor: pointer; }
    .point-head:before {
      content: '';
      position: absolute;
      display: block;
      top: -1.66667vw;
      bottom: -2.08333vw;
      left: -1.66667vw;
      width: 21.94444vw;
      background-color: #fff;
      z-index: -1;
      -webkit-box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.09);
              box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.09);
      opacity: 0;
      visibility: hidden; }
  .point-icon {
    width: 2.22222vw;
    height: 2.22222vw;
    background-color: rgba(227, 6, 19, 0.1);
    margin-right: 0.97222vw;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .point-icon span {
      width: 0.55556vw;
      height: 0.55556vw;
      background-color: #e30613;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .point-text {
    padding-top: 0.55556vw;
    font-size: 0.97222vw;
    line-height: 1.38889vw; }
  .point-title {
    line-height: 1.25vw;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
  .point:first-child {
    top: 48.8%;
    left: 12.6%; }
  .point:nth-child(2) {
    top: 67.1%;
    left: 36.7%; }
  .point:nth-child(3) {
    top: 67.1%;
    left: 67.6%; }
  .point-body {
    margin-top: 2.08333vw;
    margin-left: -1.66667vw;
    width: 21.94444vw;
    height: 0; }
    .point-body img {
      height: 12.98611vw; }

@-webkit-keyframes pointBgShadow {
  0% {
    bottom: -2.08333vw; }
  40% {
    bottom: -2.08333vw; }
  100% {
    bottom: -15.06944vw; } }

@keyframes pointBgShadow {
  0% {
    bottom: -2.08333vw; }
  40% {
    bottom: -2.08333vw; }
  100% {
    bottom: -15.06944vw; } }

@-webkit-keyframes showImage {
  0% {
    height: 0; }
  30% {
    height: 0; }
  100% {
    height: 12.98611vw; } }

@keyframes showImage {
  0% {
    height: 0; }
  30% {
    height: 0; }
  100% {
    height: 12.98611vw; } }

@media screen and (min-width: 1024px) {
  .point.is_active {
    z-index: 2; }
    .point.is_active .point-head:before {
      opacity: 1;
      visibility: visible;
      -webkit-animation: pointBgShadow 0.5s forwards ease;
              animation: pointBgShadow 0.5s forwards ease;
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }
    .point.is_active .point-title {
      color: #e30613; }
    .point.is_active .point-icon {
      -webkit-transform: scale(1.14);
          -ms-transform: scale(1.14);
              transform: scale(1.14); }
      .point.is_active .point-icon span {
        -webkit-transform: scale(1.6);
            -ms-transform: scale(1.6);
                transform: scale(1.6); }
    .point.is_active .point-body {
      -webkit-animation: showImage 0.5s forwards ease;
              animation: showImage 0.5s forwards ease;
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; } }

@media screen and (max-width: 1023px) {
  .map-svg {
    height: 71.74479vw; }
    .map-svg__bg {
      margin-top: -4.16667vw;
      min-width: 99.60938vw; }
      .map-svg__bg img {
        height: 96.48438vw; }
    .map-svg__info {
      width: 32.29167vw;
      background-size: 2.08333vw;
      padding: 0 2.60417vw 0.65104vw 2.08333vw;
      top: 38.3%;
      left: 51.5%; }
      .map-svg__info p {
        font-size: 7.8125vw;
        line-height: 9.11458vw; }
  .point:first-child {
    top: 45.8%; }
  .point:nth-child(2) {
    top: 64.1%; }
  .point:nth-child(3), .point:nth-child(4) {
    top: 64.1%; }
  .point-icon {
    width: 2.73438vw;
    height: 2.73438vw; }
    .point-icon span {
      width: 0.78125vw;
      height: 0.78125vw; }
  .point-head {
    display: block; }
  .point-text {
    font-size: 1.82292vw;
    line-height: 2.60417vw;
    padding-top: 0.65104vw;
    padding-left: 1.17188vw; }
  .point-title {
    line-height: inherit; } }

@media screen and (max-width: 767px) {
  .section-map-svg .container {
    padding-top: 12.5vw; }
  .section-map-title {
    padding-top: 12.5vw; }
  .map-svg {
    height: 132.8125vw; }
    .map-svg__bg {
      margin-top: 0;
      min-width: 100vw; }
      .map-svg__bg img {
        height: 139.375vw; }
    .map-svg__info {
      width: 57.5vw;
      background-size: 3.125vw;
      top: 34.3%;
      left: 29.5%;
      padding: 0 1.5625vw 1.875vw 3.125vw; }
      .map-svg__info p {
        font-size: 11.25vw;
        line-height: 11.25vw; }
      .map-svg__info .h8 {
        font-size: 3.75vw;
        line-height: 5.625vw; }
    .map-svg__list {
      bottom: 17.5vw;
      left: 8.125vw; }
    .map-svg__elem {
      font-size: 5vw;
      line-height: 8.125vw; }
      .map-svg__elem.is_active {
        color: #e30613; }
  .point:first-child {
    top: 39.9%;
    left: 7.9%; }
  .point:nth-child(2) {
    left: 42.7%; }
  .point:nth-child(3) {
    left: 42.7%;
    top: 54.3%; }
  .point:nth-child(3) {
    top: 54.3%;
    left: 87.1%; }
  .point-icon {
    width: 3.75vw;
    height: 3.75vw; }
    .point-icon span {
      width: 0.9375vw;
      height: 0.9375vw; } }

.project-image {
  height: 26.80556vw; }

@media screen and (max-width: 1023px) {
  .section-project .h2_1 {
    margin-right: -2.60417vw; }
  .section-project .link-hover {
    margin-bottom: 0.65104vw; }
  .project-images .col-6 .col-6 {
    width: 100%; }
    .project-images .col-6 .col-6:not(:first-child) {
      display: none; }
  .project-image {
    height: 26.04167vw; } }

@media screen and (max-width: 767px) {
  .col-mobile-1 .link-hover span {
    max-width: 20vw; }
  .project-images .col-mobile-2:not(:last-child) {
    margin-bottom: 8.75vw; }
  .project-image {
    height: 58.75vw; } }

.history {
  padding-bottom: 6.94444vw;
  margin-bottom: 6.94444vw; }
  .history-line, .history:after {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c6cfd9; }
  .history:after {
    content: '';
    background-color: #e30613;
    width: 31.80556vw;
    margin-top: -1px; }
  .history .swiper-slide {
    width: auto; }
    .history .swiper-slide:not(.swiper-slide-active) .history-item__image,
    .history .swiper-slide:not(.swiper-slide-active) .history-item__info {
      pointer-events: none; }
    .history .swiper-slide.swiper-slide-prev ~ div .history-item_2 .h5,
    .history .swiper-slide.swiper-slide-prev ~ div .history-item_3 .h5,
    .history .swiper-slide.swiper-slide-prev ~ div .history-item_4 .h5, .history .swiper-slide.swiper-slide-active:first-child ~ div .history-item_2 .h5,
    .history .swiper-slide.swiper-slide-active:first-child ~ div .history-item_3 .h5,
    .history .swiper-slide.swiper-slide-active:first-child ~ div .history-item_4 .h5 {
      -webkit-clip-path: inset(0 0 100% 0);
              clip-path: inset(0 0 100% 0); }
    .history .swiper-slide.swiper-slide-active .history-item__image,
    .history .swiper-slide.swiper-slide-active .history-item__info,
    .history .swiper-slide.swiper-slide-active .history-item__point {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .history .swiper-slide.swiper-slide-active .history-item__image {
      opacity: 1; }
    .history .swiper-slide.swiper-slide-active .history-item__info {
      -webkit-clip-path: inset(0 0 0 0);
              clip-path: inset(0 0 0 0); }
    .history .swiper-slide.swiper-slide-active .history-item__point {
      -webkit-transform: scale(2);
          -ms-transform: scale(2);
              transform: scale(2);
      background-color: rgba(227, 6, 19, 0.1); }
      .history .swiper-slide.swiper-slide-active .history-item__point:before {
        background-color: #e30613; }
    .history .swiper-slide.swiper-slide-active .description {
      color: #e30613; }
  .history .swiper {
    overflow: visible;
    margin-right: 18.75vw; }
  .history-item {
    width: 20.48611vw; }
    .history-item .h5 {
      -webkit-transition: -webkit-clip-path 0.5s ease;
      transition: -webkit-clip-path 0.5s ease;
      transition: clip-path 0.5s ease;
      transition: clip-path 0.5s ease, -webkit-clip-path 0.5s ease;
      -webkit-clip-path: inset(0 0 0 0);
              clip-path: inset(0 0 0 0); }
    .history-item_2 .history-item__image {
      width: 14.72222vw;
      margin-left: -5.83333vw; }
    .history-item_3 .history-item__image {
      width: 13.95833vw;
      margin-left: -7.01389vw; }
    .history-item_4 .history-item__image {
      width: 15.41667vw;
      margin-left: -6.875vw; }
    .history-item_5 .history-item__image {
      width: 13.75vw;
      margin-left: -7.01389vw; }
    .history-item_6 .history-item__image {
      width: 11.94444vw;
      margin-left: -7.91667vw; }
    .history-item_7 .history-item__image {
      width: 21.52778vw;
      margin-left: -10.83333vw; }
  .history-item__point {
    width: 1.52778vw;
    height: 1.52778vw;
    background-color: rgba(0, 0, 0, 0.1);
    margin: -0.76389vw 0 -0.76389vw 0.55556vw;
    position: relative;
    z-index: 1;
    -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease-out;
    transition: background-color 0.2s ease, -webkit-transform 0.2s ease-out;
    transition: background-color 0.2s ease, transform 0.2s ease-out;
    transition: background-color 0.2s ease, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    cursor: pointer; }
    .history-item__point:before {
      content: '';
      display: block;
      width: 0.55556vw;
      height: 0.55556vw;
      background-color: #000000;
      border-radius: 50%; }
  .history-item__info {
    width: 17.01389vw;
    left: 67%;
    bottom: 44%;
    -webkit-transition: -webkit-clip-path 0.4s ease;
    transition: -webkit-clip-path 0.4s ease;
    transition: clip-path 0.4s ease;
    transition: clip-path 0.4s ease, -webkit-clip-path 0.4s ease;
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0); }
  .history-item__text {
    top: 111%;
    left: 0; }
  .history-item__image {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    height: 18.75vw;
    margin-left: -8.33333vw;
    width: 19.58333vw; }
    .history-item__image img {
      width: 100%;
      max-width: 100%;
      max-height: 100%;
      margin-bottom: -0.06944vw; }

@media screen and (max-width: 1023px) {
  .history {
    padding-bottom: 10.41667vw; }
    .history:after {
      width: 36.71875vw; }
    .history .swiper {
      margin-right: 9.76563vw; }
  .history-item {
    width: 22.13542vw; }
    .history-item__point {
      width: 2.86458vw;
      height: 2.86458vw;
      margin: -1.43229vw 0 -1.43229vw 1.04167vw; }
      .history-item__point:before {
        width: 1.04167vw;
        height: 1.04167vw; }
    .history-item__image {
      width: 30.59896vw;
      height: 28.38542vw;
      margin-left: -12.5vw; }
      .history-item__image img {
        margin-bottom: -0.13021vw; }
    .history-item_2 .history-item__image {
      width: 26.04167vw;
      margin-left: -10.15625vw; }
    .history-item_3 .history-item__image {
      width: 22.39583vw;
      margin-left: -10.15625vw; }
    .history-item_4 .history-item__image {
      width: 23.56771vw;
      margin-left: -9.63542vw; }
    .history-item_5 .history-item__image {
      width: 23.69792vw;
      margin-left: -11.45833vw; }
    .history-item_6 .history-item__image {
      width: 18.88021vw;
      margin-left: -11.71875vw; }
    .history-item_7 .history-item__image {
      width: 32.68229vw;
      margin-left: -15.88542vw; }
    .history-item__info {
      width: 22.13542vw;
      left: 113%;
      bottom: 54%; }
    .history-item__text {
      top: 114%; }
      .history-item__text .description {
        margin-bottom: 0.65104vw; }
      .history-item__text .h5 {
        font-size: 2.60417vw;
        line-height: 3.64583vw; } }

@media screen and (max-width: 767px) {
  .history {
    padding-bottom: 32.5vw; }
    .history:after {
      margin-left: 8.75vw;
      width: 40.625vw; }
    .history .swiper {
      margin-right: 0;
      margin-left: 28.75vw; }
    .history .swiper-slide-next .history-item__text,
    .history .swiper-slide-next ~ div .history-item__text {
      opacity: 0; }
    .history .swiper-slide-active .history-item__text {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .history-line {
      margin-left: 8.75vw;
      width: 83.75vw; }
  .history-item {
    width: 40.625vw; }
    .history-item__image {
      width: 63.125vw;
      height: 50.625vw;
      margin-left: -25.625vw; }
    .history-item_2 .history-item__image {
      width: 45.9375vw;
      margin-left: -17.1875vw; }
    .history-item_3 .history-item__image {
      width: 38.125vw;
      margin-left: -13.125vw; }
    .history-item_4 .history-item__image {
      width: 41.25vw;
      margin-left: -15vw; }
    .history-item_5 .history-item__image {
      width: 41.875vw;
      margin-left: -15vw; }
    .history-item_6 .history-item__image {
      width: 32.5vw;
      margin-left: -10.3125vw; }
    .history-item_7 .history-item__image {
      width: 57.5vw;
      margin-left: -22.5vw; }
    .history-item__info {
      top: 132%;
      left: -11.25vw;
      bottom: auto;
      width: 53.125vw; }
    .history-item__text {
      left: -36.25vw;
      top: 132%;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      max-width: 21.875vw; }
      .history-item__text .h5 {
        font-size: 5.3125vw;
        line-height: 7.1875vw;
        -webkit-clip-path: inset(0 0 0 0) !important;
                clip-path: inset(0 0 0 0) !important; }
    .history-item__point {
      width: 6.5625vw;
      height: 6.5625vw;
      margin: -3.4375vw 0 -3.4375vw 2.5vw; }
      .history-item__point:before {
        width: 2.8125vw;
        height: 2.8125vw; } }

.slider-gallery {
  position: relative;
  height: 100%; }
  .slider-gallery .swiper-slide {
    position: relative;
    overflow: hidden;
    line-height: 0; }
  .slider-gallery__img {
    height: 100%; }
  .slider-gallery img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .slider-gallery-button {
    position: absolute;
    z-index: 1;
    width: 50%;
    height: 100%;
    top: 0; }
    .slider-gallery-button_prev {
      position: absolute;
      z-index: 1;
      width: 50%;
      height: 100%;
      top: 0;
      left: 0; }
    .slider-gallery-button_next {
      position: absolute;
      z-index: 1;
      width: 50%;
      height: 100%;
      top: 0;
      right: 0; }
  .slider-gallery-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1; }

@media screen and (min-width: 1024px) {
  .slider-gallery .swiper-slide {
    height: 48.61111vw; }
  .slider-gallery-pagination {
    pointer-events: none;
    bottom: 2.08333vw; } }

@media screen and (max-width: 1023px) {
  .slider-gallery-button_prev, .slider-gallery-button_next {
    display: none; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .slider-gallery .swiper-slide {
    height: 48.4375vw; }
  .slider-gallery-pagination {
    bottom: 2.60417vw; } }

@media screen and (max-width: 767px) {
  .slider-gallery .swiper-slide {
    height: 100vw; }
  .slider-gallery-pagination {
    bottom: 6.25vw; } }

.cursor {
  background-color: #e30613;
  color: #fff;
  width: 5.55556vw;
  height: 5.55556vw;
  border-radius: 50%;
  z-index: 3; }
  .cursor .icon-slide-next {
    margin-right: -0.34722vw;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }

.cursor-container {
  cursor: none; }
  .cursor-container.left_position .cursor:not(.cursor_right) svg {
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
    margin-right: 0.34722vw; }

@media screen and (min-width: 1024px) {
  .cursor {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .cursor-container:hover .cursor:not(.is_hide) {
    opacity: 1; } }

@media screen and (max-width: 1023px) {
  .cursor {
    width: 8.33333vw;
    height: 8.33333vw; } }

@media screen and (max-width: 767px) {
  .cursor {
    width: 12.5vw;
    height: 12.5vw; } }

.quote-head {
  min-height: 20.83333vw; }

.quote-item {
  width: 50%;
  padding-right: 0.69444vw; }

@media screen and (max-width: 1023px) {
  .quote-body {
    display: block; }
  .quote-item {
    width: 30.98958vw; }
    .quote-item:not(:last-child) {
      margin-bottom: 2.08333vw; } }

@media screen and (max-width: 767px) {
  .quote-item {
    width: 74.375vw; }
    .quote-item:not(:last-child) {
      margin-bottom: 3.75vw; }
    .quote-item:first-child:before {
      display: none; } }

.value-item {
  width: 50%;
  margin-bottom: 6.94444vw; }
  .value-item:nth-child(2n) {
    padding-left: 6.94444vw; }
  .value-item:nth-last-child(2), .value-item:last-child {
    margin-bottom: 0; }
  .value-item__body {
    max-width: 24.02778vw; }

@media screen and (min-width: 1024px) {
  .value-item__number {
    top: 0;
    right: 100%;
    margin-right: 1.80556vw;
    position: absolute; } }

@media screen and (max-width: 1023px) {
  .value-item__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .value-item__title {
    max-width: 29.6875vw; }
  .value-item__body {
    padding-left: 7.42188vw;
    max-width: 100%; }
  .value-item__number {
    width: 4.55729vw;
    margin-right: 2.86458vw; } }

@media screen and (max-width: 767px) {
  .value-item {
    width: 100%; }
    .value-item:not(:last-child) {
      margin-bottom: 10vw; }
    .value-item:nth-child(2n) {
      padding-left: 0; }
    .value-item__number {
      width: 10.625vw;
      margin-right: 3.75vw; }
    .value-item__body {
      padding-left: 14.375vw; } }

.blockshow-video {
  height: 53.47222vw;
  padding: 4.16667vw 0; }
  .blockshow-video.is_open_video:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 49%, rgba(0, 0, 0, 0) 100%);
    z-index: 3;
    height: 20%;
    pointer-events: none; }
  .blockshow-video.is_open_video .video,
  .blockshow-video.is_open_video .video-close {
    opacity: 1;
    pointer-events: auto; }
  .blockshow-video.is_open_video .blockshow-video__box {
    z-index: 2; }
  .blockshow-video.is_open_video .video-preview {
    display: none; }
  .blockshow-video:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0.37deg, #000000 -20.93%, rgba(109, 93, 84, 0) 79.27%);
    height: 36.52778vw;
    z-index: 1; }
  .blockshow-video__box {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .blockshow-video__number {
    font-size: 4.93056vw;
    line-height: 8.125vw;
    margin-top: -1.25vw; }
  .blockshow-video__text {
    font-size: 1.11111vw;
    line-height: 1.52778vw; }
  .blockshow-video__item {
    max-width: 48.61111vw; }
  .blockshow-video__info {
    border-left: 1px solid #fff;
    width: 15.625vw;
    padding-left: 2.77778vw; }
  .blockshow-video .container {
    z-index: 2; }
  .blockshow-video .video,
  .blockshow-video .video-close {
    opacity: 0;
    pointer-events: none; }

.video-close {
  right: 2.77778vw;
  top: 2.77778vw;
  z-index: 3; }
  .video-close__icon {
    width: 1.80556vw;
    height: 1.80556vw; }
    .video-close__icon .icon-close {
      width: 0.69444vw;
      height: 0.69444vw; }
  .video-close__text {
    margin-right: 0.83333vw; }

.play {
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .play svg {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease; }
  .play:hover svg {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

@media screen and (max-width: 1023px) {
  .blockshow-video {
    height: 66.40625vw; }
    .blockshow-video:before {
      height: 53.125vw; }
    .blockshow-video__number {
      font-size: 5.20833vw;
      line-height: 6.25vw;
      margin: 0 0 0.26042vw; }
    .blockshow-video__text {
      font-size: 1.5625vw;
      line-height: 2.34375vw; }
  .video-close {
    right: 2.60417vw;
    top: 2.60417vw; }
    .video-close__icon {
      width: 3.38542vw;
      height: 3.38542vw; }
      .video-close__icon .icon-close {
        width: 1.30208vw;
        height: 1.30208vw; }
    .video-close__text {
      margin-right: 1.5625vw; } }

@media screen and (max-width: 767px) {
  .blockshow-video {
    height: auto;
    display: block;
    background-color: #000000;
    padding: 10vw 0 0; }
    .blockshow-video.is_open_video:before {
      height: 15.625vw;
      bottom: 50.9375vw;
      top: auto; }
    .blockshow-video .play {
      bottom: 20vw;
      top: auto; }
    .blockshow-video .container {
      padding-bottom: 10vw; }
    .blockshow-video__box {
      position: relative;
      height: 66.25vw; }
    .blockshow-video__content {
      display: block; }
    .blockshow-video__info {
      margin-left: 0; }
    .blockshow-video__item {
      max-width: 100%;
      margin-bottom: 6.25vw; }
    .blockshow-video__info {
      padding-left: 0;
      border: none;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 6.25vw; }
    .blockshow-video__number {
      font-size: 12.5vw;
      line-height: 15.625vw;
      width: 25vw;
      margin-right: 3.75vw; }
    .blockshow-video__text {
      font-size: 3.125vw;
      line-height: 4.375vw; }
  .video-close {
    top: auto;
    bottom: 56.25vw;
    right: 3.125vw; }
    .video-close__icon {
      width: 8.125vw;
      height: 8.125vw; }
      .video-close__icon .icon-close {
        width: 3.125vw;
        height: 3.125vw; }
    .video-close__text {
      margin-right: 3.75vw; } }

.slider-info__item {
  width: 12.5vw; }

.slider-info .swiper {
  overflow: visible; }

.slider-info .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.slider-info .swiper-slide {
  width: auto;
  height: auto; }
  .slider-info .swiper-slide:before {
    right: 6.11111vw; }
  .slider-info .swiper-slide:not(:last-child) {
    padding-right: 8.33333vw; }
    .slider-info .swiper-slide:not(:last-child):before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      background-color: #e30613;
      -webkit-transform: rotate(45deg) translateY(-50%);
          -ms-transform: rotate(45deg) translateY(-50%);
              transform: rotate(45deg) translateY(-50%);
      width: 0.69444vw;
      height: 0.69444vw; }
  .slider-info .swiper-slide:nth-child(3):before, .slider-info .swiper-slide:nth-child(5):before {
    right: 5.13889vw; }

@media screen and (max-width: 1023px) {
  .slider-info__item {
    width: 20.83333vw; }
  .slider-info .swiper-slide:before {
    right: 9.11458vw; }
  .slider-info .swiper-slide:nth-child(3):before {
    right: 7.03125vw; }
  .slider-info .swiper-slide:nth-child(4):before {
    right: 7.8125vw; }
  .slider-info .swiper-slide:nth-child(5):before {
    right: 6.51042vw; }
  .slider-info .swiper-slide:not(:last-child) {
    padding-right: 13.02083vw; }
    .slider-info .swiper-slide:not(:last-child):before {
      width: 1.30208vw;
      height: 1.30208vw; } }

.section-bg-text {
  background-image: url("/local/templates/.default/markup_pesco/build/css/../images/esg.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-bottom: 9.72222vw;
  background-size: 84.30556vw 31.80556vw; }

@media screen and (max-width: 1023px) {
  .section-bg-text {
    background-image: url("/local/templates/.default/markup_pesco/build/css/../images/esg_tablet.svg");
    background-size: 89.32292vw 33.72396vw;
    padding-bottom: 11.71875vw; } }

@media screen and (max-width: 767px) {
  .section-mobile-reverse div:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .section-bg-text {
    background-image: url("/local/templates/.default/markup_pesco/build/css/../images/esg_mob.svg");
    background-size: 100vw 39.6875vw;
    padding-bottom: 29.375vw; } }

@media screen and (max-width: 767px) {
  .list-goals__item {
    padding-left: 8.125vw;
    background-image: url("/local/templates/.default/markup_pesco/build/css/../images/right-red.svg");
    background-repeat: no-repeat;
    background-position: left 1.5625vw; }
    .list-goals__item:not(:last-child) {
      margin-bottom: 7.5vw; } }

.services-section {
  position: relative; }

@media screen and (min-width: 1024px) {
  .services-section:not(:last-child) {
    margin-bottom: 11.11111vw; }
  .services-section:before {
    content: '';
    position: absolute;
    top: 6.94444vw;
    bottom: 0;
    right: 0;
    left: 6.94444vw;
    background-color: #f4f7fa; }
  .services-section__aside {
    position: relative;
    padding-right: 6.94444vw;
    padding-bottom: 4.16667vw; }
    .services-section__aside .services-image {
      position: -webkit-sticky;
      position: sticky;
      top: 0; }
  .services-section__box {
    position: relative;
    padding: 11.11111vw 4.16667vw 4.16667vw 0; }
    .services-section__box a:not([class]) {
      color: #e30613; }
  .services-section:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .services-section:nth-child(even):before {
      left: 0;
      right: 6.94444vw; }
    .services-section:nth-child(even) .services-section__aside {
      padding-right: 0; }
    .services-section:nth-child(even) .services-section__box {
      padding: 11.11111vw 3.47222vw 4.16667vw 6.94444vw; }
    .services-section:nth-child(even) .services-image__more {
      padding-left: 0;
      padding-right: 6.94444vw; } }

@media screen and (max-width: 1023px) {
  .services-section:not(:last-child) {
    margin-bottom: 15.625vw; }
  .services-section__aside, .services-section__box {
    margin-left: auto;
    margin-right: auto; }
  .services-section__aside {
    margin-bottom: 5.20833vw; }
  .services-section .h1_4 {
    max-width: calc(100% - 50px); } }

@media screen and (max-width: 767px) {
  .services-section:not(:last-child) {
    margin-bottom: 18.75vw; }
  .services-section__aside {
    margin-bottom: 7.5vw; } }

.services-menu {
  font-weight: 500; }
  .services-menu li {
    position: relative; }
    .services-menu li:before {
      content: '';
      background: url("/local/templates/.default/markup_pesco/build/css/../images/svg/bullet_gray.svg") no-repeat center/contain; }
    .services-menu li:not(:last-child) {
      margin-bottom: 2.22222vw; }

@media screen and (min-width: 1024px) {
  .services-menu li {
    font-size: 1.11111vw;
    line-height: 1.94444vw; }
    .services-menu li:before {
      width: 0.625vw;
      height: 0.625vw;
      position: absolute;
      top: 0.625vw;
      left: -2.22222vw; } }

@media screen and (max-width: 1023px) {
  .services-menu li {
    font-size: 1.82292vw;
    line-height: 3.125vw; }
    .services-menu li:before {
      width: 1.17188vw;
      height: 1.17188vw;
      position: absolute;
      top: 1.04167vw;
      left: -3.77604vw; }
    .services-menu li:not(:last-child) {
      margin-bottom: 3.125vw; } }

@media screen and (max-width: 767px) {
  .services-menu {
    padding-left: 5.625vw; }
    .services-menu li {
      font-size: 4.375vw;
      line-height: 6.875vw; }
      .services-menu li:before {
        width: 2.8125vw;
        height: 2.8125vw;
        position: absolute;
        top: 1.875vw;
        left: -6.5625vw; }
      .services-menu li:not(:last-child) {
        margin-bottom: 7.5vw; } }

.services-image__more {
  padding-left: 6.94444vw; }

@media screen and (max-width: 1023px) {
  .services-image__cover {
    position: relative;
    padding-bottom: 100%; }
    .services-image__cover img {
      position: absolute;
      top: 0;
      left: 0; }
  .services-image__more {
    display: none; } }

.service-section li {
  position: relative; }
  .service-section li:not(.body-text) {
    font-weight: 500; }
    .service-section li:not(.body-text):before {
      content: '';
      position: absolute;
      background: url("/local/templates/.default/markup_pesco/build/css/../images/svg/bullet.svg") no-repeat center/contain; }

@media screen and (min-width: 1024px) {
  .service-section-list {
    gap: 0 6.25vw;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2; }
  .service-section li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column; }
    .service-section li:before {
      width: 0.55556vw;
      height: 0.55556vw;
      left: 0;
      top: 0.625vw; }
    .service-section li:not(.body-text) {
      padding-left: 1.94444vw;
      font-size: 1.11111vw;
      line-height: 1.94444vw; }
    .service-section li:not(:last-child) {
      margin-bottom: 2.22222vw; }
    .service-section li.body-text {
      margin-bottom: 3.88889vw; }
  .service-section-photo {
    height: 48.61111vw; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .service-section li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column; }
    .service-section li:before {
      width: 1.04167vw;
      height: 1.04167vw;
      left: -3.64583vw;
      top: 1.04167vw; }
    .service-section li:not(.body-text) {
      font-size: 1.82292vw;
      line-height: 3.125vw; }
    .service-section li:not(:last-child) {
      margin-bottom: 2.60417vw; }
    .service-section li.body-text {
      margin-bottom: 5.20833vw; }
  .service-section-photo {
    height: 48.4375vw; } }

@media screen and (max-width: 767px) {
  .service-section li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column; }
    .service-section li:before {
      width: 2.5vw;
      height: 2.5vw;
      left: 0;
      top: 2.5vw; }
    .service-section li:not(.body-text) {
      padding-left: 7.5vw;
      font-size: 4.375vw;
      line-height: 6.875vw; }
    .service-section li:not(:last-child) {
      margin-bottom: 6.25vw; }
    .service-section li.body-text {
      margin-bottom: 12.5vw; }
  .service-section-photo {
    height: 100vw; } }

.reveal-blockshow {
  position: relative; }
  .reveal-blockshow .h1_1,
  .reveal-blockshow .h1_3,
  .reveal-blockshow .h1_4,
  .reveal-blockshow .blockshow-head__text,
  .reveal-blockshow .breadcrumbs,
  .reveal-blockshow .blockshow-nav {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    will-change: opacity, transform; }
  .reveal-blockshow .reveal-clip-bottom,
  .reveal-blockshow .blockshow-main__image {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0); }
  .reveal-blockshow .reveal-clip-bottom {
    -webkit-transition: 1s ease;
    transition: 1s ease; }
  .reveal-blockshow .blockshow-main__image {
    opacity: 0;
    -webkit-transition: 1.2s ease, opacity 0.8s ease;
    transition: 1.2s ease, opacity 0.8s ease; }
  .reveal-blockshow .blockshow-box:before,
  .reveal-blockshow .blockshow-main__box:before {
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    will-change: transform; }
  .reveal-blockshow .blockshow-image img {
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-clip-path: inset(100% 100% 0 0);
            clip-path: inset(100% 100% 0 0); }
  .reveal-blockshow.reveal-me .blockshow-box:before,
  .reveal-blockshow.reveal-me .blockshow-main__box:before {
    -webkit-transition: 1s cubic-bezier(0.365, 0.84, 0.44, 1);
    transition: 1s cubic-bezier(0.365, 0.84, 0.44, 1);
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  .reveal-blockshow.reveal-me .blockshow-image img {
    -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0); }
  .reveal-blockshow.reveal-me .h1_1,
  .reveal-blockshow.reveal-me .h1_3,
  .reveal-blockshow.reveal-me .h1_4,
  .reveal-blockshow.reveal-me .blockshow-nav,
  .reveal-blockshow.reveal-me .breadcrumbs,
  .reveal-blockshow.reveal-me .blockshow-head__text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease; }
  .reveal-blockshow.reveal-me .blockshow-nav,
  .reveal-blockshow.reveal-me .blockshow-head__text {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  .reveal-blockshow.reveal-me .reveal-clip-bottom,
  .reveal-blockshow.reveal-me .blockshow-main__image {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }
  @media screen and (min-width: 768px) {
    .reveal-blockshow.reveal-me .blockshow-image img {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; } }
  @media screen and (min-width: 1024px) {
    .reveal-blockshow.reveal-me .blockshow-image img {
      -webkit-transition-delay: 1.2s;
              transition-delay: 1.2s; }
    .reveal-blockshow.reveal-me .breadcrumbs {
      -webkit-transition-delay: 1.2s;
              transition-delay: 1.2s; } }
  @media screen and (min-width: 1024px) {
    .reveal-blockshow .article-text {
      padding-right: 5.90278vw; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .reveal-blockshow .article-text {
      padding-right: 6.51042vw; } }

.reveal-blockshow-aside .blockshow-aside__logo {
  opacity: 0;
  will-change: opacity; }

.reveal-blockshow-aside .blockshow-aside__back,
.reveal-blockshow-aside .blockshow-aside__text,
.reveal-blockshow-aside .blockshow-aside__description {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  will-change: opacity, transform; }

.reveal-blockshow-aside.reveal-me .blockshow-aside__back,
.reveal-blockshow-aside.reveal-me .blockshow-aside__text,
.reveal-blockshow-aside.reveal-me .blockshow-aside__description {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease; }

.reveal-blockshow-aside.reveal-me .blockshow-aside__logo {
  opacity: 1;
  -webkit-transition: 1s ease;
  transition: 1s ease; }

@media screen and (min-width: 1024px) {
  .reveal-blockshow-aside.reveal-me .blockshow-aside__back {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s; }
  .reveal-blockshow-aside.reveal-me .blockshow-aside__description {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; } }

.reveal-image {
  position: relative;
  overflow: hidden; }
  .reveal-image.reveal-me:after {
    -webkit-animation: revealImage 1.8s cubic-bezier(0.66, 0.33, 0.12, 0.83) forwards;
            animation: revealImage 1.8s cubic-bezier(0.66, 0.33, 0.12, 0.83) forwards; }
  .reveal-image.reveal-me img {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition: opacity 0s ease 1000ms, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 700ms;
    transition: opacity 0s ease 1000ms, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 700ms;
    transition: opacity 0s ease 1000ms, transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 700ms;
    transition: opacity 0s ease 1000ms, transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 700ms, -webkit-transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 700ms; }
  .reveal-image:after {
    content: '';
    width: calc(100% + 50px);
    height: 100%;
    top: 0;
    left: -25px;
    z-index: 2;
    position: absolute;
    background: #e30613;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    will-change: transform; }
  .reveal-image img {
    opacity: 0;
    width: 100%;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    will-change: opacity, transform; }

@-webkit-keyframes revealImage {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
    -webkit-transform-origin: top;
            transform-origin: top; }
  48% {
    -webkit-transform-origin: top;
            transform-origin: top; }
  52% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom; }
  100% {
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom; } }

@keyframes revealImage {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
    -webkit-transform-origin: top;
            transform-origin: top; }
  48% {
    -webkit-transform-origin: top;
            transform-origin: top; }
  52% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom; }
  100% {
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom; } }

.reveal-logo {
  opacity: 0;
  will-change: opacity; }
  .reveal-logo.reveal-me {
    opacity: 1;
    -webkit-transition: 1s ease;
    transition: 1s ease; }

.safety-section-content {
  position: relative; }
  .safety-section-content:before {
    content: '';
    position: absolute;
    right: 0;
    background-color: #f4f7fa;
    z-index: -1; }

.safety-section-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (min-width: 1024px) {
  .safety-section .safety-image {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 520px; }
  .safety-section-content {
    padding: 10.69444vw 4.16667vw 0 8.47222vw; }
    .safety-section-content:before {
      left: calc(-8.33333% - 48px);
      top: 5.13889vw;
      bottom: -5.13889vw; }
  .safety-section-stats {
    gap: 8.54167vw; }
  .safety-section__name {
    font-size: 1.11111vw;
    line-height: 1.52778vw;
    font-weight: 600; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .safety-section-image {
    width: 246px; }
  .safety-section .safety-image {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 270px; }
  .safety-section-content {
    padding: 80px 3.90625vw 0 0; }
    .safety-section-content:before {
      left: calc(-8.33333% - 74px);
      top: 40px;
      bottom: -40px; }
  .safety-section-stats {
    gap: 5.20833vw; }
  .safety-section__name {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
    font-weight: 600; } }

@media screen and (max-width: 767px) {
  .safety-section-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .safety-section .safety-image {
    height: 294px;
    margin-left: -8.125vw; }
  .safety-section-content {
    padding: 9.375vw; }
    .safety-section-content:before {
      left: 0;
      right: -8.125vw;
      top: -271px;
      bottom: 0; }
  .safety-section-stats {
    gap: 12.5vw; }
  .safety-section__number {
    font-size: 12.5vw;
    line-height: 15vw; }
  .safety-section__name {
    font-size: 3.75vw;
    line-height: 5.625vw;
    font-weight: 600; } }

.possibility-section {
  position: relative; }
  .possibility-section__name span {
    display: block; }
  .possibility-section__text {
    color: #62676c; }

@media screen and (min-width: 1024px) {
  .possibility-section-head {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 8.61111vw; }
  .possibility-section__slogan {
    width: calc(33.333% - 48px);
    font-size: 1.11111vw;
    line-height: 1.94444vw; }
  .possibility-section-item {
    width: 22.708333333333332vw;
    padding-top: 48px;
    border-top: 1px solid #c6cfd9;
    margin-top: 3.33333vw; }
    .possibility-section-item:first-child, .possibility-section-item:nth-child(2), .possibility-section-item:nth-child(3) {
      margin-top: 0; }
    .possibility-section-item:not(:nth-child(3n)) {
      margin-right: 4.861111111111112vw; }
  .possibility-section__text {
    margin-top: 20px;
    font-size: 1.38889vw;
    line-height: 2.22222vw; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .possibility-section-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.20833vw; }
  .possibility-section__slogan {
    font-size: 1.82292vw;
    line-height: 3.125vw; }
    .possibility-section__slogan br {
      display: none; }
  .possibility-section-items {
    gap: 48px 20px;
    margin-top: 7.8125vw; }
  .possibility-section-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 40px);
        -ms-flex: 1 1 calc(50% - 40px);
            flex: 1 1 calc(50% - 40px); }
  .possibility-section__text {
    margin-top: 16px;
    font-size: 1.82292vw;
    line-height: 3.125vw;
    padding-right: 16px; } }

@media screen and (max-width: 767px) {
  .possibility-section-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10vw; }
  .possibility-section__slogan {
    font-size: 4.375vw;
    line-height: 6.875vw; }
    .possibility-section__slogan br {
      display: none; }
  .possibility-section-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-top: 10vw; }
  .possibility-section-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 40px);
        -ms-flex: 1 1 calc(50% - 40px);
            flex: 1 1 calc(50% - 40px); }
  .possibility-section__text {
    margin-top: 8px;
    font-size: 4.375vw;
    line-height: 6.875vw; } }

@media screen and (min-width: 1024px) {
  .form-section .form-field-error[for='comment'],
  .form-section .form-field-error[for='career_about'] {
    margin-top: -24px; } }

@media screen and (min-width: 768px) {
  .contact-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -2.86458vw;
    margin-right: -2.86458vw;
    gap: 7.8125vw 0; }
    .contact-grid__col {
      width: 50%;
      padding: 0 2.86458vw; } }

@media screen and (min-width: 1024px) {
  .contact-grid {
    margin-left: -1.94444vw;
    margin-right: -1.94444vw;
    gap: 8.33333vw 0; }
    .contact-grid__col {
      width: 33.333%;
      padding: 0 1.94444vw; }
    .contact-grid__col_large {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .contact-grid__col:not(:last-child) {
    margin-bottom: 10vw; } }

.contact-card {
  height: 100%; }
  .contact-card__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contact-card__bottom {
    margin-top: auto; }
  .contact-card__image {
    margin-bottom: 1.94444vw; }
  .contact-card__label {
    color: #e30613;
    font-weight: 500; }
  .contact-card__title {
    font-weight: 500;
    margin-bottom: 1.94444vw; }
  .contact-card b,
  .contact-card strong {
    font-weight: 500; }
  .contact-card a {
    -webkit-transition: color ease 0.3s;
    transition: color ease 0.3s; }
    .contact-card a:hover {
      color: #e30613; }

@media screen and (min-width: 1024px) {
  .contact-grid__col:not(.contact-grid__col_large) .contact-card__image {
    height: 250px; }
  .contact-grid__col:not(.contact-grid__col_large) .contact-card__content {
    height: calc(100% - 280px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .contact-card_wide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.94444vw; }
    .contact-card_wide .contact-card__image {
      width: 66.666%;
      padding: 0 1.94444vw;
      margin-bottom: 0; }
    .contact-card_wide .contact-card__content {
      width: 33.333%;
      padding: 0 1.94444vw;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .contact-card_wide .contact-card__title {
      font-size: 4.16667vw;
      line-height: 4.86111vw; }
    .contact-card_wide .contact-card__contact {
      margin-top: auto; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .contact-card_wide .contact-card__contact {
    margin-top: auto; }
  .contact-card__content {
    height: calc(100% - 51%); } }

@media screen and (max-width: 1023px) {
  .contact-card__image {
    position: relative;
    padding-bottom: 71%;
    margin-bottom: 2.08333vw; }
    .contact-card__image img {
      position: absolute;
      top: 0;
      left: 0; }
  .contact-card__title {
    margin-bottom: 2.08333vw; } }

@media screen and (max-width: 767px) {
  .contact-card__image {
    padding-bottom: 67%;
    margin-bottom: 6.25vw; }
  .contact-card__label, .contact-card__title {
    display: inline-block;
    font-size: 6.875vw;
    line-height: 8.4375vw;
    padding-right: 2px; } }

.form-field {
  position: relative; }
  .form-field.is-error .form-field__input,
  .form-field.is-error .form-field__textarea {
    border-color: #e30613; }
  .form-field__label {
    font-weight: 600;
    color: #b1b7bd;
    font-size: 1.11111vw;
    line-height: 1.66667vw; }
  .form-field__input {
    width: 100%;
    height: 3.33333vw;
    font-size: 1.38889vw;
    border-bottom: 1px solid #b1b7bd; }
  .form-field__textarea {
    width: 100%;
    height: 17.70833vw;
    font-size: 1.38889vw;
    line-height: 2.22222vw;
    border-bottom: 1px solid #b1b7bd;
    resize: none;
    padding: 1.11111vw 0; }

.form-field-error {
  position: absolute;
  top: 0;
  right: 0;
  color: #e30613;
  font-size: 0.97222vw; }

.file-upload-button .form-field-error {
  position: static;
  width: 100%;
  padding-left: 4.16667vw;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

@media screen and (max-width: 1023px) {
  .form-field__label {
    font-size: 1.82292vw;
    line-height: 2.60417vw; }
  .form-field__input {
    height: 5.46875vw;
    font-size: 2.08333vw; }
  .form-field__textarea {
    height: 16.92708vw;
    font-size: 2.08333vw;
    line-height: 1.80556vw; }
  .form-field-error {
    font-size: 1.82292vw; }
  .file-upload-button .form-field-error {
    padding-left: 7.8125vw; } }

@media screen and (max-width: 767px) {
  .form-field__label {
    font-size: 3.75vw;
    line-height: 5.625vw; }
  .form-field__input {
    height: 10.625vw;
    font-size: 4.375vw; }
  .form-field__textarea {
    height: 62.5vw;
    font-size: 4.375vw;
    line-height: 1.52778vw; }
  .form-field-error {
    font-size: 3.75vw; }
  .file-upload-button .form-field-error {
    padding-left: 17.5vw; } }

.form-checkbox {
  min-height: 1.66667vw;
  font-size: 1.11111vw;
  line-height: 1.94444vw;
  display: inline-block;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .form-checkbox.is-error .form-checkbox__text {
    color: #e30613; }
  .form-checkbox__text {
    position: relative;
    display: block;
    color: #62676c;
    padding-left: 2.77778vw;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
    .form-checkbox__text:before {
      content: '';
      width: 1.66667vw;
      height: 1.66667vw;
      position: absolute;
      top: 0.48611vw;
      left: 0;
      border: 0.10417vw solid #e30613;
      -webkit-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      border-radius: 0.20833vw; }
    .form-checkbox__text:after {
      content: '';
      width: 1.11111vw;
      height: 0.76389vw;
      position: absolute;
      top: 0.97222vw;
      left: 0.27778vw;
      opacity: 0;
      background-image: url("/local/templates/.default/markup_pesco/build/css/../images/svg/checkbox-tick.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      -webkit-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
  .form-checkbox input {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .form-checkbox input:checked + .form-checkbox__text:after {
      opacity: 1; }
  .form-checkbox a {
    border-bottom: 0.06944vw solid currentColor; }
  .form-checkbox .form-field-error {
    display: none !important; }

@media screen and (max-width: 1023px) {
  .form-checkbox {
    min-height: 3.125vw;
    font-size: 1.82292vw;
    line-height: 2.60417vw; }
    .form-checkbox__text {
      padding-left: 5.20833vw; }
      .form-checkbox__text:before {
        top: 0.91146vw;
        width: 3.125vw;
        height: 3.125vw;
        border-width: 0.19531vw;
        border-radius: 0.39063vw; }
      .form-checkbox__text:after {
        width: 2.08333vw;
        height: 1.43229vw;
        top: 1.82292vw;
        left: 0.52083vw; } }

@media screen and (max-width: 767px) {
  .form-checkbox {
    min-height: 7.5vw;
    font-size: 3.75vw;
    line-height: 5.625vw; }
    .form-checkbox__text {
      padding-left: 11.25vw; }
      .form-checkbox__text:before {
        top: 2.1875vw;
        width: 7.5vw;
        height: 7.5vw;
        border-width: 0.46875vw;
        border-radius: 0.9375vw; }
      .form-checkbox__text:after {
        width: 5vw;
        height: 3.4375vw;
        top: 4.375vw;
        left: 1.25vw; } }

.file-upload-button {
  cursor: pointer;
  position: relative;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .file-upload-button:before {
    content: '';
    width: 3.05556vw;
    height: 3.05556vw;
    background-color: #e30613;
    background-image: url("/local/templates/.default/markup_pesco/build/css/../images/svg/clip.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.11111vw 1.38889vw;
    border-radius: 50%; }
  .file-upload-button__text {
    padding-left: 1.11111vw;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .file-upload-button__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0; }

.file-upload-error {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  padding-left: 4.16667vw; }
  .file-upload-error span {
    color: #e30613;
    font-size: 0.97222vw;
    display: block;
    max-width: 20.83333vw; }

@media screen and (max-width: 1023px) {
  .file-upload-button:before {
    width: 5.72917vw;
    height: 5.72917vw;
    background-size: 2.08333vw 2.60417vw; }
  .file-upload-button__text {
    padding-left: 2.08333vw; }
  .file-upload-error {
    padding-left: 7.8125vw; }
    .file-upload-error span {
      font-size: 1.82292vw;
      max-width: inherit; } }

@media screen and (max-width: 767px) {
  .file-upload-button {
    font-size: 3.75vw;
    line-height: 5.625vw; }
    .file-upload-button:before {
      width: 13.75vw;
      height: 13.75vw;
      background-size: 4.6875vw 5.3125vw; }
    .file-upload-button__text {
      padding-left: 3.75vw; }
  .file-upload-error {
    padding-left: 17.5vw; }
    .file-upload-error span {
      font-size: 3.75vw;
      max-width: inherit; } }

.project-card:not(:last-child) {
  border-bottom: 1px solid rgba(177, 183, 189, 0.5); }

@media screen and (min-width: 768px) {
  .project-card:not(:last-child) {
    padding-bottom: 7.8125vw;
    margin-bottom: 7.8125vw; }
  .project-card__number {
    position: absolute;
    top: 0;
    left: -18%; } }

@media screen and (min-width: 1024px) {
  .project-card:not(:last-child) {
    padding-bottom: 5.55556vw;
    margin-bottom: 5.55556vw; }
  .project-card__content {
    padding-right: 25%; }
  .project-card__number {
    right: 0;
    left: auto; }
  .project-card .col-6 {
    margin-left: auto; } }

@media screen and (max-width: 767px) {
  .project-card:not(:last-child) {
    padding-bottom: 10vw;
    margin-bottom: 10vw; } }

.stages-section-table {
  counter-reset: stages; }

.stages-section-row {
  counter-increment: stages; }
  .stages-section-row:not(:last-child) {
    border-bottom: 1px solid #c6cfd9; }

.stages-section .h8:after {
  content: " " counter(stages); }

@media screen and (min-width: 1024px) {
  .stages-section-table {
    gap: 1.11111vw; }
  .stages-section-row {
    padding-bottom: 1.11111vw; }
  .stages-section .h8 {
    margin-top: 0.20833vw; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .stages-section-table {
    gap: 2.08333vw; }
  .stages-section-row {
    padding-bottom: 2.08333vw; } }

@media screen and (max-width: 767px) {
  .stages-section-table {
    gap: 5vw; }
  .stages-section-row {
    padding-bottom: 5vw; } }

.stat-section {
  counter-reset: stat; }
  .stat-section .h7 {
    counter-increment: stat; }
    .stat-section .h7:after {
      content: "0" counter(stat) "/"; }
  .stat-section-item:nth-child(1n + 10) .h7:after {
    content: counter(stat) "/"; }

@media screen and (min-width: 1024px) {
  .stat-section {
    letter-spacing: -0.03em; }
    .stat-section-item:nth-child(2n) {
      padding-left: 1.80556vw; } }

.partners-section img {
  max-width: 115px;
  max-height: 115px; }

.quotes-section-photo {
  line-height: 0; }

.quotes-section .article-text {
  position: relative; }
  .quotes-section .article-text:before {
    content: '';
    position: absolute;
    display: block;
    background: url("/local/templates/.default/markup_pesco/build/css/../images/svg/quote.svg") no-repeat center/contain; }

@media screen and (min-width: 1024px) {
  .quotes-section .quotes-section-item:not(:last-child) {
    margin-bottom: 8.33333vw; }
  .quotes-section-photo {
    max-height: 21.66667vw; }
  .quotes-section .article-text {
    padding-right: 2.77778vw; }
    .quotes-section .article-text:before {
      width: 3.47222vw;
      height: 1.38889vw;
      left: -6.94444vw;
      top: 0.34722vw; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .quotes-section-item {
    position: relative; }
    .quotes-section-item:not(:last-child) {
      margin-bottom: 6.51042vw; }
  .quotes-section .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .quotes-section-photo {
    padding-left: 10.9375vw; }
  .quotes-section-content {
    position: static; }
  .quotes-section .article-text:before {
    width: 5.20833vw;
    height: 2.08333vw;
    left: -9.89583vw;
    top: 0.65104vw; }
  .quotes-section .description {
    position: absolute;
    bottom: 0;
    left: 39.32292vw;
    z-index: 1;
    width: 26.30208vw; } }

@media screen and (max-width: 767px) {
  .quotes-section-photo {
    width: 67.5vw;
    height: 67.5vw;
    margin-left: 24.375vw;
    margin-right: -8.125vw; }
  .quotes-section .article-text:before {
    width: 12.5vw;
    height: 5vw;
    left: 0;
    top: -10vw; }
  .quotes-section .description {
    width: 63.125vw; } }

@media screen and (min-width: 1024px) {
  .partners-grid {
    row-gap: 5.55556vw; } }

.partners-card__logo {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.partners-card__text {
  max-width: 29.16667vw; }

@media (min-width: 768px) and (max-width: 1023px) {
  .partners-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .partners-card__logo {
      width: 40%; }
      .partners-card__logo img {
        max-width: 170px; }
    .partners-card__text {
      max-width: 60%; } }

@media screen and (max-width: 767px) {
  .partners-card__logo {
    height: auto; }
    .partners-card__logo img {
      max-width: 160px; }
  .partners-card__text {
    max-width: 100%; } }

.modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 1; }
  .modal.on {
    visibility: visible;
    opacity: 1;
    z-index: 99; }
    .modal.on .modal-wrap {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
              transform: translateY(-20px); }
  .modal-back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1; }
  .modal-wrap {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.09);
            box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.09);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .modal-close {
    position: absolute;
    cursor: pointer; }
  .modal-head:after {
    content: '';
    display: block;
    width: 85px;
    height: 2px;
    background: #000000; }

@media screen and (min-width: 1024px) {
  .modal-wrap {
    width: 36.80556vw;
    padding: 1.66667vw 10.13889vw 1.66667vw 1.66667vw; }
  .modal-head:after {
    margin-top: 5.90278vw; }
  .modal-close {
    top: calc(50%);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1.66667vw; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .modal-wrap {
    width: 69.01042vw;
    padding: 3.125vw 19.01042vw 3.125vw 3.125vw; }
  .modal-head:after {
    margin-top: 11.06771vw; }
  .modal-close {
    top: calc(50%);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 3.125vw; } }

@media screen and (max-width: 767px) {
  .modal-wrap {
    width: 69.375vw;
    padding: 6.25vw 11.25vw 6.25vw 6.25vw; }
  .modal-head:after {
    margin-top: 7.5vw; }
  .modal-close {
    top: 6.25vw;
    right: 6.25vw; } }

.modal-cookie {
  position: fixed;
  z-index: 999; }
  .modal-cookie-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.09);
            box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.09);
    gap: 16px; }
  .modal-cookie__text {
    font-size: 1.52778vw;
    line-height: 2.36111vw;
    margin-left: 6.25vw; }

@media screen and (min-width: 1024px) {
  .modal-cookie {
    bottom: 2.08333vw;
    right: 3.47222vw; }
    .modal-cookie-container {
      padding: 1.73611vw 1.94444vw;
      width: 44.16667vw; }
    .modal-cookie .button {
      width: 9.86111vw;
      height: 2.36111vw; }
      .modal-cookie .button__text {
        font-size: 0.97222vw; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .modal-cookie {
    bottom: 2.86458vw;
    right: 11.71875vw;
    background: rgba(255, 255, 255, 0.85); }
    .modal-cookie-container {
      padding: 3.25521vw 3.64583vw;
      width: 76.5625vw; }
    .modal-cookie .button {
      width: 18.48958vw;
      height: 4.42708vw; }
      .modal-cookie .button__text {
        font-size: 1.82292vw; } }

@media screen and (max-width: 767px) {
  .modal-cookie {
    bottom: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.13);
            box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.13); }
    .modal-cookie-container {
      width: 100%;
      padding: 3.75vw 8.125vw; }
    .modal-cookie .button {
      width: 30.625vw;
      height: 8.75vw; }
      .modal-cookie .button__text {
        font-size: 3.75vw; }
    .modal-cookie .description {
      font-size: 3.125vw;
      line-height: 4.375vw; } }

/*# sourceMappingURL=main.css.map */

/* End */
/* /local/templates/.default/markup_pesco/build/css/main.css?1716287801198049 */
