@import url("normalize.css");
@import url("reset.css");
@import url("../fonts/nunitosans/style.css");
/* @font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"),
    url('../fonts/roboto/Roboto-Black.ttf') format("truetype");
} */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
a {

  text-decoration: none;
  transition: .2s;
}
a:hover {
  
}
em {
  font-style: italic;
}
h2{
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #005844;
  margin-bottom: 20px;
}
h3 {
  font-weight: 800;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
b,strong {
  font-weight: 700;
}
.no-overflow {
  overflow: hidden !important;
}
.blog-size {
  max-width: 908px;
  margin: 0 auto;
}
.container {
  max-width: 1380px;
  margin: 0 auto;
}
.blog-text,
.blog-img {
  margin-bottom: 60px;
}
.main-text ol,
.main-text ul {
  padding-left: 30px;
  margin-bottom: 50px;
}
.main-text ol:last-child,
.main-text ul:last-child {
  margin-bottom: 0;
}
.main-text ol li {
  list-style: number;
}
.main-text ul li {
  list-style: disc;
}
.main-text ul li ul {
  padding-left: 60px;
}
textarea:focus::placeholder,
input:focus::placeholder {
  color: transparent !important;
}
textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
textarea:focus:-moz-placeholder,
input:focus:-moz-placeholder {
  color: transparent !important;
} /* FF 4-18 */
textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {
  color: transparent !important;
} /* FF 19+ */
textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
  color: transparent !important;
} /* IE 10+ */


@media screen and (min-width: 640px) {
  .location-map .mapboxgl-ctrl-geocoder--icon {
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    left: 20px;
  }
  .location-map .mapboxgl-ctrl-geocoder--icon.mapboxgl-ctrl-geocoder--icon-close {
    width: 16px;
    height: 16px;
  }
}


body {
  color: #545857;
  box-sizing: border-box;
  font-family: 'Nunito Sans';
  max-width: 2300px;
  margin: 0 auto;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content-width {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.mb {
  margin-bottom: 90px;
}
.about.mb,
.partners .mb,
.what-we-do.mb,
.why_we.mb,
.our-branches.mb,
.our-differences.mb {
  margin-bottom: 130px;
}
.why_we.mb .main-title {
  margin-bottom: 80px;
}
.mb-non .mb {
  margin-bottom: 0;
}
.main-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 136%;
  letter-spacing: 0.05em;
  color: #D29545;
  margin-bottom: 6px;
}
.main-title {
  font-weight: 700;
  font-size: 50px;
  color: #005844;
  margin-bottom: 45px;
  line-height: 110%;
}
.main-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 136%;
  color: #545857;
}
.text-center {
  text-align: center;
}
.text-wt {
  color: #FFFFFF;
}
.main-btn {
  display: inline-block;
  background: #FFFFFF;
  border-radius: 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 136%;
  color: #005844;
  padding: 16px 30px;
  text-decoration: none;
  transition: .2s;
  cursor: pointer;
}
.main-btn.main-btn-gr {
  border: 2px solid #005844;
  background: transparent;
  padding: 14px 28px;
}
.main-btn:hover {
  background: #005844;
  color: #FFFFFF;
}
.main-btn.main-btn-tr {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  background: transparent;
  padding: 14px 28px;
}
.main-btn.main-btn-tr:hover {
  background: #FFFFFF;
  color: #005844;
}

.flex-row-ac-sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  width: 100%;
  max-width: 280px;
}
.flex-row-ac {
  display: flex;
  align-items: center;
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 14;
}
.header.active {
  z-index: 16;
}
.header__r-top {
  font-weight: 700;
  font-size: 20px;
  line-height: 136%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 14px;
}
.header__r-top a {
  color: #FFFFFF;
  transition: .2s;
}
.header__r-top a:hover {
  text-decoration: underline;
}
.header__r-top svg {
  margin-right: 10px;
}
.header__nav ul.header-menu {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px -5px rgba(0, 0, 0, 0.15);
  border-radius: 15px 0 0 15px;
  padding: 16px 47px 16px 29px;
}
.header__nav ul.header-menu li {
  margin: 0 19px;
}
.header__nav ul.header-menu li a {
  font-weight: 700;
  font-size: 20px;
  line-height: 136%;
  letter-spacing: 0.05em;
  color: rgba(84, 88, 87, 0.7);
  transition: .2s;
  position: relative;
  display: block;
}
.header__nav ul.header-menu li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  top: 100%;
  left: 0;
  background: #005844;
  transition: .2s;
  opacity: 0;
  visibility: hidden;
}
.header__nav-mobile ul.header-menu-mobile li a.active {
  color: #005844;
  font-weight: 600;
}
.header__nav ul.header-menu li a.active,
.header__nav ul.header-menu li a:hover {
  color: #005844;
}
.header__nav ul.header-menu li a.active::before {
  opacity: 1;
  visibility: visible;
}
.header__nav-find {
  padding: 16px 30px;
  background: linear-gradient(90deg, #012617 0%, #011D0D 13.02%, #014B39 34.9%, #013021 65.1%, #011C0C 100%);
  font-weight: 700;
  font-size: 20px;
  line-height: 136%;
  color: #FFFFFF;
  border-radius: 0 15px 15px 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.header__nav-find svg {
  margin-right: 14px;
}
.main-screen {
  padding-top: 215px;
  width: 100%;
  height: 735px;
  background: linear-gradient(90deg, #041F14 21.23%, rgba(0, 62, 25, 0) 76.09%);
  overflow: hidden;
  position: relative;
}
.main-screen > picture > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-screen__title {
  font-weight: 900;
  font-size: 70px;
  line-height: 123%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.main-screen__title.pages {
  display: flex;
  align-items: center;
}
.main-screen__title.pages svg {
  margin-left: 24px;
}
.main-screen__title.pages.branches svg{
  margin-left: 0;
  width: 295px;
  margin-right: 24px;
}
.location-map__gradient {
  position: absolute;
  height: 100%;
  width: 48%;
  background: linear-gradient(90deg, #041F14 0%, #0F4630 51.56%, #041F14 100%);
  top: 0;
  right: 10%;
  z-index: 1;
}
.main-screen__title svg {
  display: block;
}
.main-screen__title strong {
  background: linear-gradient(-90deg, #E5B75A 0%, #EEDAB0 53%, #E1B457 91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-screen__title.pages.branches .mobile {
  display: none;
}
.main-screen__title svg.main-screen__title-tablet,
.main-screen__title svg.main-screen__title-mobile {
  display: none;
}
.main-screen__subtitle {
  font-weight: 300;
  font-size: 25px;
  line-height: 34px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 54px;
}
.main-screen__btn {
  margin-right: 36px;
}
.main-screen__cites img {
  margin-right: 19px;
}
.main-screen__cites-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 136%;
  color: #FFFFFF;
}
.main-screen__cites-text strong {
  font-weight: 700;
}
.advantages_item {
  margin-right: 30px;
}
.about {
  position: relative;
}
.about__item {
  max-width: 672px;
  width: 100%;
  height: 470px;
  margin-right: 15px;
  position: relative;
}
.about__item:last-child,
.advantages_item:last-child {
  margin-right: 0px;
}
.about__item-info {
  width: 314px;
  height: 387px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px -5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 32px;
  text-align: center;
  position: absolute;
  right: 40px;
  bottom: 40px;
  transition: .2s;
  z-index: 2;
}
.about__item-info:hover {
  bottom: 53px;
}
.about__item-info-overlay {
  position: absolute;
  width: 314px;
  height: 387px;
  right: 40px;
  bottom: 40px;
  background: #005844;
  border-radius: 15px;
  transition: .2s;
  z-index: 1;
}
.about__item-info:hover .about__item-info-overlay {
  box-shadow: 0px 4px 30px -5px rgba(0, 0, 0, 0.15);
}
.about__item-info-img {
  margin-bottom: 16px;
}
.about__item-info-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #005844;
}
.about__item-info-subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 136%;
  text-align: center;
  color: #D29545;
  margin-bottom: 42px;
}
.about__item-info-text p {
  margin-bottom: 15px;
  display: inline-block;
}
.about__item-info-text p:last-child {
  margin-bottom: 0;
}
.about__block-top  {
  margin-bottom: 67px;
}
.about__block-bottom {
  padding-bottom: 67px;
  align-items: flex-end;
}
.about__block-layer {
  position: absolute;
  width: 100%;
  height: 451px;
  left: 0px;
  bottom: 0;
  background: linear-gradient(90deg, #012617 0%, #013021 13.02%, #011D0D 34.9%, #014B39 65.1%, #011C0C 100%);
  z-index: -1;
}
.about__block-bottom-l {
  max-width: 614px;
  width: 100%;
  font-weight: 300;
  font-size: 20px;
  line-height: 136%;
  color: #FFFFFF;
  margin-right: 30px;
}
.about__block-bottom-r-bnt {
  margin-right: 30px;
}
.partners__item {
  margin: 0 47px;
}
.partners__row {
  align-items: center;
}




.main-video-block {
  padding-bottom: 90px;
  position: relative;
}
.main-video-block__layer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 484px;
  width: 100%;
  background: rgba(167, 167, 167, 0.1);
  z-index: -1;
}
.main-video-block__row {
  display: flex;
  justify-content: center;
}
.main-video-block__video {
  max-width: 100%;
  width: 100%;
  height: 781px;
  background: #D9D9D9;
  position: relative;
}
.main-video-block__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play-bnt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.5s;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
}
.main-video-block__video:hover .play-bnt {
  transform: translate(-50%, -50%) scale(1.05);
}
.play-bnt.playing-video {
  opacity: 0;
  visibility: hidden;
}
.custom-video-area {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
.custom-video-area video {
  width: 100%;
  display: flex;
}
.video-controls {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0 !important;
  left: 0;
  width: 100%;
  margin: auto;
  padding: 0 0 10px 0;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.video-controls.control.playing {
  opacity: 1;
  visibility: visible;
}
.video-controls .btnFS,
.video-controls .sound-med,
.video-controls .sound-muted,
.video-controls.playing .play-button {
  position: relative;
  width: 14px;
  height: 14px;
}
.video-controls.playing .play-button:before {
  content: '';
  position: absolute;
  background: url(../img/play-button-arrowhead.png) no-repeat center center;
  background-size: contain;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
}
.video-controls .top-wrapper {
  display: block;
}
.video-controls .bottom-wrapper {
  padding: 0 20px 0 20px;
  display: block;
}
.video-controls .progress-bar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  margin-bottom: 9px;
  cursor: pointer;
  background: #00584485;
}
.video-controls .progress-bar span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
}
.video-controls .progress-bar .time-bar {
  z-index: 10;
  background: #005844;
}
.video-controls .progress-bar .buffer-bar {
  z-index: 5;
  background: #00584485;
}
.video-controls .play-button {
  display: inline-block;
  width: 24px;
  cursor: pointer;
  vertical-align: middle;
}
.video-controls .time {
  font-size: 11px;
  font-weight: 600;
  line-height: 12px;
  display: inline-block;
  width: 80px;
  vertical-align: middle;
  color: #fff;
}
.video-controls .sound-button {
  display: inline-block;
  width: 14px;
  cursor: pointer;
  vertical-align: middle;
}
/* .video-controls .sound-button:before {
  font-family: "FontAwesome";
  content: "";
  color: #fff;
} */
.video-controls .sound-med:before {
  content: '';
  position: absolute;
  background: url(../img/volume.png) no-repeat center center;
  background-size: contain;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
}
.video-controls .sound-muted:before {
  content: '';
  position: absolute;
  background: url(../img/mute.png) no-repeat center center;
  background-size: contain;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
}
.video-controls .volume {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 70px;
  height: 4px;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}
.video-controls .volume .volume-bar {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  background-color: #fff;
}
.video-controls .btnFS {
  position: relative;
  top: 3px;
  display: inline-block;
  float: right;
  cursor: pointer;
  vertical-align: middle;
}
.video-controls .btnFS:before {
  content: '';
  position: absolute;
  background: url(../img/full-screen.png) no-repeat center center;
  background-size: contain;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
}
.what-we-do__l-text {
  margin-bottom: 37px;
}
.what-we-do__l {
  width: 495px;
  margin-right: 30px;
}
.what-we-do__r {
  position: relative;
  height: 683px;
  max-width: 798px;
  width: 100%;
  padding: 157px 0 0 118px;
}
.what-we-do__r-w {
  display: flex;
}
.what-we-do__r-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.what-we-do__r-item {
  border: 1.5px solid #FFFFFF;
  border-radius: 15px;
  max-width: 82px;
  width: 100%;
  height: 386px;
  transition: .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.what-we-do__r-item {
  margin-right: 36px;
}
.what-we-do.about-us-page .what-we-do__r-item {
  border: 1.5px solid #005844;
}
.what-we-do.about-us-page .what-we-do__r-item .what-we-do__r-title {
  color: #005844;
}
.what-we-do.about-us-page .what-we-do__r-item.active .what-we-do__r-title {
  color: #ffffff;
}
.what-we-do.about-us-page .what-we-do__r {
  padding-top: 0;
  height: auto;
}
.what-we-do__r-item:nth-child(4) {
  margin-right: 0;
}
.what-we-do__r-item-img {
  transition: .4s;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 16px;
  height: 0;
  width: 0;
}
.what-we-do__r-item .what-we-do__r-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  transform: rotate(-90deg);
  margin-bottom: 0;
  transition: .01s;
  white-space: nowrap;
}
.what-we-do__r-item .what-we-do__r-text.main-text {
  width: 288px;
  color: #FFFFFF;
  transition: .2s;
  opacity: 0;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.what-we-do__r-item.active {
  display: block;
  border: none;
  max-width: 318px;
  padding: 75px 15px 70px 15px;
  background: linear-gradient(145.17deg, #0C3625 1.47%, #084B39 20.34%, #0E604D 32.61%, #084B39 43.34%, #0B281C 59.31%, #092D1F 73.4%, #0B2C1E 87.19%, #081511 100%);
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
}
.what-we-do__r-item.active .what-we-do__r-item-img {
  height: auto;
  width: auto;
  transition: .4s;
  opacity: 1;
  visibility: visible;
}
.what-we-do__r-item.active .what-we-do__r-title {
  margin-bottom: 17px;
  transform: rotate(0deg);
  width: auto;
  transition: .01s;
  opacity: 1;
  visibility: visible;
}
.what-we-do__r-item.active .what-we-do__r-text.main-text {
  width: auto;
  transition: .2s;
  opacity: 1;
  visibility: visible;
  height: auto;
  font-size: 20px;
}
.why_we__item-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 137%;
  text-transform: uppercase;
  color: #005844;
  max-width: 350px;
  margin-bottom: 17px;
}
.why_we__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.why_we__item {
  width: 50%;
}
.why_we__item .main-text {
  max-width: 380px;
}
.why_we__item:nth-child(1) {
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(84, 88, 87, 0.25);
  border-right: 1px solid rgba(84, 88, 87, 0.25);
}
.why_we__item:nth-child(2) {
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(84, 88, 87, 0.25);
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.why_we__item:nth-child(3) {
  padding-top: 46px;
  border-right: 1px solid rgba(84, 88, 87, 0.25);
}
.why_we__item:nth-child(4) {
  padding-top: 46px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.why_we__img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.our-branches {
  /* background: linear-gradient(90deg, #012617 0%, #013021 13.02%, #011D0D 34.9%, #014B39 65.1%, #011C0C 100%); */
  background: #012616;
  /* padding: 88px 0 96px 0; */
}
.our-branches.white {
  background: #ffffff;
}
.our-branches_l {
  width: 471px;
}
.our-branches_l {
  padding: 88px 0 96px 0;
}
.our-branches_l .main-text {
  margin-bottom: 50px;
}

.our-branches_r {
  max-width: 906px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: linear-gradient(270deg, #00261D 0%, #014B39 51.04%, #00261D 100%);
  user-select: none;
}
.our-branches.white .our-branches_r {
  background: #ffffff;
}
.our-branches_r-l-one {
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(90deg, #012616 0%, rgba(1, 74, 56, 0) 100%);
  z-index: 2;
}
.our-branches.white .our-branches_r .our-branches_r-l-one {
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.our-branches_r-l-two {
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(270deg, #012616 0%, rgba(1, 74, 56, 0) 100%);
 
  z-index: 2;
}
.our-branches.white .our-branches_r .our-branches_r-l-two {
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
/* .our-branches_r::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(1, 35, 18) 0%, rgba(1, 35, 18, 0.2) 5%, transparent 15%, transparent 85%, rgba(1, 47, 31, 0.2) 95%, rgb(1, 47, 31) 100%);
  z-index: 2;
} */
.swiper.our-branches__slider {
  overflow: visible;
  width: 100%;
}
.swiper.our-branches__slider .swiper-slide.our-branches__slider-item {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  font-size: 70px;
  font-weight: 900;
  height: 88px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #E6B75A 0.46%, #EEDAB0 23.85%, #E1B457 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  flex-shrink: 1;
  white-space: nowrap;
}
.our-branches.white .swiper.our-branches__slider .swiper-slide.our-branches__slider-item {
  background: linear-gradient(90deg, #012617 0%, #013021 13.02%, #011D0D 34.9%, #014B39 65.1%, #011C0C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.swiper.our-branches__slider .swiper-slide.our-branches__slider-item.swiper-slide-active {
  opacity: 0.6;
}
.our-branches.white .swiper.our-branches__slider .swiper-slide.our-branches__slider-item.swiper-slide-active {
  opacity: 0.6;
}
.swiper.our-branches__slider .swiper-slide.our-branches__slider-item.swiper-slide-prev,
.swiper.our-branches__slider .swiper-slide.our-branches__slider-item.swiper-slide-next {
  opacity: 0.2;
}
.swiper.our-branches__slider .swiper-wrapper {
  align-items: end;
}
/* .swiper-slide.our-branches__slider-item:nth-child(1) {
  max-width: 413px;
}
.swiper-slide.our-branches__slider-item:nth-child(2) {
  max-width: 429px;
}
.swiper-slide.our-branches__slider-item:nth-child(3) {
  max-width: 267px;
}
.swiper-slide.our-branches__slider-item:nth-child(4) {
  max-width: 387px;
}
.swiper-slide.our-branches__slider-item:nth-child(5) {
  max-width: 442px;
}
.swiper-slide.our-branches__slider-item:nth-child(6) {
  max-width: 457px;
}
.swiper-slide.our-branches__slider-item:nth-child(7) {
  max-width: 626px;
}
.swiper-slide.our-branches__slider-item:nth-child(8) {
  max-width: 399px;
}
.swiper-slide.our-branches__slider-item:nth-child(9) {
  max-width: 298px;
}
.swiper-slide.our-branches__slider-item:nth-child(10) {
  max-width: 379px;
}
.swiper-slide.our-branches__slider-item:nth-child(11) {
  max-width: 438px;
}
.swiper-slide.our-branches__slider-item:nth-child(12) {
  max-width: 508px;
}
.swiper-slide.our-branches__slider-item:nth-child(13) {
  max-width: 439px;
}
.swiper-slide.our-branches__slider-item:nth-child(14) {
  max-width: 243px;
} */
.our-branches_row {
  position: relative;
  display: flex;
}
.our-branches_r-germany {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.our-differences {
  overflow: hidden;
  position: relative;
}
.our-differences__title {
  max-width: 850px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.our-differences-pagination-fraction {
  font-size: 20px;
  line-height: 1.4;
}
.our-differences__item {
  width: 313px;
  height: 391px;
}
.our-differences__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .2s;
}
.swiper-slide.our-differences__item.swiper-slide-active {
  width: 850px !important;
  height: 550px;
}
.our-differences__slider.swiper {
  overflow: visible;
} 
.our-differences__slider .swiper-wrapper {
  align-items: end;
}
.our-differences-pagination {
  display: flex;
  max-width: 435px;
  background: rgba(0, 88, 68, 0.15);
  height: 7px;
  border-radius: 15px;
  overflow: hidden;
}
.our-differences-pagination .swiper-pagination-bullet {
    margin: 0 !important;
    width: 100%;
    border-radius: 0;
    background: transparent;
}
.our-differences-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #005844;
  height: 7px;
  border-radius: 15px;
}
.our-differences__slider-navs {
  padding: 67px 0;
}
.our-differences__slider-arrs {
  display: flex;
}
.our-differences-pagination {
  margin-right: 230px;
}
.our-differences__slider-prev {
  margin-right: 60px;
}
.our-differences__slider-prev,
.our-differences__slider-next {
  cursor: pointer;
}
.our-differences__layer {
  height: 338px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(167, 167, 167, 0.1);
  z-index: -1
}

.news__item {
  width: 49%;
  margin-right: 2%;
  margin-top: 96px;
}
.news__item:nth-child(1),
.news__item:nth-child(2) {
  margin-top: 0;
}
.news__item:nth-child(2n) {
  margin-right: 0;
}
.news__item-img {
  width: 100%;
  height: 308px;
  margin-bottom: 33px;
  position: relative;
}
.news__item-date {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  padding: 13px 19px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #545857;
  position: absolute;
  bottom: 12px;
  right: 9px;
}
.news__item-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 138%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #005844;
  margin-bottom: 8px;
}
.news__item-text {
  margin-bottom: 36px;
}
.news__item-btn {
  font-weight: 700;
  font-size: 20px;
  line-height: 136%;
  color: #005844;
  text-decoration: underline;
}
.news__row {
  margin-bottom: 70px;
}

.vacancies-main__bg {
  background: linear-gradient(90deg, #012617 0%, #013021 13.02%, #011D0D 34.9%, #014B39 65.1%, #011C0C 100%);
  border-radius: 15px;
  padding: 45px 0 49px 0;
  position: relative;
}
.vacancies-main__text {
  max-width: 672px;
  margin: 0 auto;
  color: #C4C4C4;
  margin-bottom: 45px;
}

.vacancies-main__bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.vacancies-main__outline {
  position: absolute;
  z-index: 1;
  left: 5%;
  bottom: 20px;
}
.vacancies-main__outline2 {
  position: absolute;
  z-index: 1;
  right: 1%;
  top: 20px;
}
.vacancies-main.full {
  background: linear-gradient(90deg, #012617 0%, #013021 13.02%, #011D0D 34.9%, #014B39 65.1%, #011C0C 100%);
}
.vacancies-main.full .vacancies-main__bg {
  background: transparent;
}
.footer__line {
  background: linear-gradient(90deg, #012617 0%, #013021 13.02%, #011D0D 34.9%, #014B39 65.1%, #011C0C 100%);
  height: 20px;
  width: 100%;
}
.footer {
    padding: 60px 0 27px 0;
    background: #005844;
}
.footer-col__pad {
  padding-left: 45px;
  position: relative;
}
.footer-col__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 29px;
  color: #FFFFFF;
}
.footer-col__text a {
  color: #FFFFFF;
}
.widget-phone a:hover,
a.footer-col__text:hover,
.footer-col__text a:hover {
  text-decoration: underline;
}
.footer-col__text.bold,
.footer-col__text b {
  font-weight: 700;
}
.footer-logo {
  margin-bottom: 64px;
}
.footer__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
.footer-col__worktime::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  background: url(../img/clock-refresh-f.svg) no-repeat center center;
  background-size: contain;
}
.footer-col__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.footer-col__two-address {
  margin-bottom: 15px;
}
.footer-col__phone::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  background: url(../img/phone-f.svg) no-repeat center center;
  background-size: contain;
}
.footer-col__email::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  background: url(../img/mail-02-f.svg) no-repeat center center;
  background-size: contain;
}
ul.footer-menu li a {
  font-weight: 300;
  font-size: 20px;
  line-height: 185%;
  color: #FFFFFF;
}
ul.footer-menu li a:hover {
  text-decoration: underline;
}
.footer-col__one {
  margin-right: 190px;
}
.partners  {
  height: 196px;
  overflow: hidden;
}
.footer__bottom {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
.burger {
  width: 54px;
  height: 54px;
  display: none;
  margin-left: 30px;
}
.why_we__block-mobile-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.why_we__block-mobile-item-img {
  width: 278px;
}
.why_we__block-mobile-item-img img {
  width: 100%;
}
.why_we__block-mobile-item-r {
  max-width: 355px;
}
.why_we__block-mobile-pagination {
  display: flex;
  max-width: 277px;
  background: rgba(0, 88, 68, 0.15);
  height: 7px;
  border-radius: 15px;
  overflow: hidden;
}
.why_we__block-mobile-pagination .swiper-pagination-bullet {
    margin: 0 !important;
    width: 100%;
    border-radius: 0;
    background: transparent;
}
.why_we__block-mobile-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #005844;
  height: 7px;
  border-radius: 15px;
}
.why_we__block-mobile-prev.swiper-button-disabled,
.why_we__block-mobile-next.swiper-button-disabled {
  opacity: .2;
}
.why_we__block-mobile-navs {
  padding: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.why_we__block-mobile-arrs {
  display: flex;
  align-items: center;
}
.why_we__block-mobile-prev {
  margin-right: 60px;
}
.why_we__block-mobile-prev,
.why_we__block-mobile-next {
  cursor: pointer;
}
.why_we__block-mobile {
  display: none;
}
.main-screen.solutions {
  padding-top: 215px;
  width: 100%;
  height: 735px;
  background: linear-gradient(90deg, #FFFFFF 34.64%, #ffffff77 54.64%, rgba(217, 217, 217, 0) 94.01%);
  overflow: hidden;
  position: relative;
}
.header__r-top.solutions a,
.header__r-top.solutions span {
  color: #005844;
}
.header__r-top.solutions svg path {
  stroke: #005844;
}
.main-screen__title.solutions {
  color: #005844;
}
.main-screen__title-two {
  font-weight: 700;
  font-size: 50px;
  line-height: 110%;
  color: #005844;
  margin-bottom: 37px;
}
.main-screen__title-text {
  max-width: 618px;
}
.solutions-info {
  position: relative;
}
.solutions-info__block-layer {
  width: 100%;
  height: 484px;
  background: linear-gradient(90deg, #012617 0%, #013021 13.02%, #011D0D 34.9%, #014B39 65.1%, #011C0C 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.solutions-info__block {
  padding: 90px 0 0 0;
}
.main-subtitle.solutions-info__subtitle {
  background: linear-gradient(90deg, #E6B75A 0.46%, #EEDAB0 23.85%, #E1B457 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-title.solutions-info__title{
  color: #FFFFFF;
  margin-bottom: 37px;
}
.solutions-info__title-mobile {
  display: none;
}
.main-text.solutions-info__text {
  color: #FFFFFF;
  margin-bottom: 76px;
}
.solutions-info__item {
  width: 33%;
  margin-right: 2%;
}
.solutions-info__item:nth-child(3n) {
  margin-right: 0;
}
.solutions-info__item-img {
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.3));
  border-radius: 15px;
  overflow: hidden;
  height: 304px;
  width: 100%;
  margin-bottom: 37px;
}
.solutions-info__item-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #005844;
  margin-bottom: 24px;
}
.solutions-info__item-text {
  margin-bottom: 34px;
}
.solutions-info__item-list ul li {
  font-weight: 700;
  font-size: 20px;
  line-height: 180%;
  color: #005844;
  position: relative;
  padding-left: 40px;
}
.solutions-info__item-list ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 25px;
  height: 24px;
  background: url(../img/check-circle.svg) no-repeat center center;
  background-size: contain;
}
.solutions-info__row {
  display: flex;
  margin-bottom: 66px;
}
.solutions-info__text-bottom {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #005844;
  max-width: 813px;
  margin-bottom: 16px;
}
.solutions-steps {
  background: #005844;
  padding: 85px 0 90px 0;
}
.solutions-steps__title,
.solutions-steps__title-tablet {
  text-align: center;
  display: block;
}
.show-more {
  cursor: pointer;
}
.solutions-steps__title-tablet {
  display: none;
}
.solutions-steps__item-number {
  background: linear-gradient(90deg, #A67322 0.28%, #D19E4D 42.99%, #D9A655 63.3%, #BD8A39 100.28%);
  width: 53px;
  height: 53px;
  border-radius: 50%;
  font-size: 30px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 35px auto;
}
.solutions-steps__item-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 14px;
}
.solutions-steps__item-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  text-align: center;
}
.solutions-steps__item {
  max-width: 318px;
  position: relative;
  z-index: 1;
}
.solutions-steps__row {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.solutions-steps__line {
  position: absolute;
  width: 74%;
  top: 26px;
  left: 13%;
  height: 1.5px;
  background: linear-gradient(90deg, #A67322 0.28%, #D19E4D 42.99%, #D9A655 63.3%, #BD8A39 100.28%);
}
.show-more {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  text-decoration-line: underline;
  color: #005844;
  position: relative;
  padding-left: 30px;
  display: none;
}
.show-more::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  background: url(../img/chevron-right.svg) no-repeat; 
  background-size: contain;
  transform: rotate(0deg);
  transition: .2s;
}
.solutions-info__item-list.show-more-mobile .show-more {
  margin-top: 24px;
}
.solutions-info__item-list.show-more-mobile .show-more::before {
  transform: rotate(180deg);
}
.main-screen.pages {
  height: 357px;
  background: linear-gradient(90deg, #011d0d 12.03%, rgba(24, 75, 59, 0.96) 27.54%, rgba(56, 82, 74, 0.55) 88.38%), rgba(80, 90, 84, 0.2)  100%;
}
.facts-figures__block-column {
  position: relative;
}
.facts-figures__block-column-one {
  max-width: 554px;
  width: 100%;
  height: 324px;
}
.facts-figures__block-column-one-img {
  position: absolute;
  right: 0;
  top: 0;
}
.facts-figures__block-row {
  display: flex;
}
.facts-figures__block-column-two {
  max-width: 472px;
  width: 100%;
  height: 324px;
  padding: 25px 28px 39px 36px;
}
.facts-figures__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #005844;
  margin-bottom: 11px;
}
.facts-figures__block-column-three {
  max-width: 354px;
  width: 100%;
  height: 324px;
}
.facts-figures__block-column-four {
  max-width: 554px;
  width: 100%;
  height: 262px;
}
.facts-figures__block-column-five {
  max-width: 472px;
  width: 100%;
  height: 262px;
  padding: 39px 28px 39px 36px;
}
.facts-figures__block-column-five.mobile {
  display: none;
}
.facts-figures__block-column-five img {
  width: 100%;
  height: 525px;
  object-fit: cover;
}
.facts-figures__block-column-six.mobile {
  display: none
}
.facts-figures__block-column-six-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 137%;
  color: #FFFFFF;
}
.facts-figures__block-column-six {
  max-width: 354px;
  width: 100%;
  height: 262px;
  position: relative;
  padding: 33px 0 0 41px;
}
.facts-figures__block-column-six-layer {
  width: 624px;
  height: 262px;
  background: #005844;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.facts-figures__block-column-seven {
  max-width: 554px;
  width: 100%;
  height: 263px;
  padding: 25px 28px 39px 0px;
}
.facts-figures__block-column-eight {
  max-width: 472px;
  width: 100%;
  height: 263px;
}
.facts-figures__block-column-nine-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 137%;
  color: #005844;
  max-width: 230px;
}
.facts-figures__block-column-nine {
  max-width: 354px;
  width: 100%;
  height: 262px;
  position: relative;
  padding: 33px 0 0 41px;
}

.facts-in-numbers {
  background: #005844;
  padding: 40px 0 56px 0;
}
.facts-in-numbers__row {
  display: flex;
  justify-content: space-between;
}
.facts-in-numbers__item-number {
  font-weight: 900;
  font-size: 70px;
  line-height: 95px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}
.facts-in-numbers__item-text {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.facts-in-numbers__item.pc {
  max-width: 272px;
}
.facts-in-numbers__slider.mobile {
  display: none;
}
.our-mission__l-text {
  margin-bottom: 37px;
}
.our-mission__l-text p:first-child {
  margin-bottom: 30px;
}
.our-mission__l {
  width: 672px;
  margin-right: 30px;
}
.our-mission__r {
  position: relative;
  height: 472px;
  max-width: 683px;
  width: 100%;
}
.our-mission__r-w {
  display: flex;
}
.our-mission__r-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.swiper.our-team__slider {
  overflow: visible;
}
.our-team__slider-item-img {
  height: 548px;
  border-radius: 15px;
 
  position: relative;
  margin-bottom: 40px;
  display: flex;
}
.our-team__slider-item-img img {
  position: relative;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  bottom: 0;
  transition: .2s;
}
.our-team__slider-item-img-h {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #005844;
  border-radius: 15px;
  z-index: -1;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.our-team__slider-item-img img:hover {
  bottom: 16px;
}
.our-team__slider-item-img img:hover ~ .our-team__slider-item-img-h{
  opacity: 1;
}
.our-team__slider-item-name {
  font-weight: 700;
  font-size: 28px;
  line-height: 143%;
  color: #005844;
}
.our-team__slider-item-position {
  margin-bottom: 20px;
}
.our-team__slider-item-link {
  font-weight: 300;
  font-size: 20px;
  line-height: 136%;
  color: #545857;
  text-decoration: underline;
}
.our-team-prev {
  width: 77px;
  height: 77px;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.3));
  background: linear-gradient(270deg, #E6B75A 0.46%, #EEDAB0 23.85%, #E1B457 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 5px;
  top: 235px;
  z-index: 2;
  cursor: pointer;
  user-select: none;
}
.our-team-next {
  width: 77px;
  height: 77px;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.3));
  background: linear-gradient(90deg, #E6B75A 0.46%, #EEDAB0 23.85%, #E1B457 100%);
  border-radius: 50%;display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5px;
  top: 235px;
  z-index: 2;
  cursor: pointer;
  user-select: none;
}
.our-team-prev.swiper-button-disabled,
.our-team-next.swiper-button-disabled {
  opacity: .6;
  cursor: auto;
}
.our-team-pagination {
  display: flex;
  max-width: 100%;
  background: rgba(0, 88, 68, 0.15);
  height: 7px;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 60px;
}
.our-team-pagination .swiper-pagination-bullet {
    margin: 0 !important;
    width: 100%;
    border-radius: 0;
    background: transparent;
}
.our-team-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #005844;
  height: 7px;
  border-radius: 15px;
}
.career-single .main-screen.mb{
  margin-bottom: 0;
}
.your-advantages.gray .main-subtitle {
  color: #D29545;
  background: none;
    -webkit-background-clip: #D29545;
    -webkit-text-fill-color: #D29545;
    background-clip: inherit;
    text-fill-color: #D29545;
}
.your-advantages.gray  {
  background: #F6F6F6;
}
.position_r_img__l-text {
  margin-bottom: 37px;
}
.position_r_img__l {
  width: 675px;
  margin-right: 50px;
}
.position_r_img__l .main-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
}
.position_r_img__r {
  position: relative;
  height: 683px;
  max-width: 450px;
  width: 100%;
}
.position_r_img__r-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.position_r_img__r-item {
  background: linear-gradient(90deg, #012617 0%, #013021 13.02%, #011D0D 34.9%, #014B39 65.1%, #011C0C 100%);
  border-radius: 15px;
  width: 472px;
  min-height: 82px;
  padding: 18px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 27px;
}
.position_r_img__r-item:last-child {
  margin-bottom: 0;
}
.position_r_img__r-item svg {
  position: absolute;
  top: 18px;
  left: 23px;
}
.position_r_img__r-item-info-h {
  position: absolute;
  top: 110%;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px -5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 22px 24px;
  z-index: 2;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #545857;
  font-weight: 800;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
}
.position_r_img__r-item-info-h p {
  display: inline;
}
.position_r_img__r-item:hover .position_r_img__r-item-info-h {
  opacity: 1;
  visibility: visible;
}
.position_r_img__r-item-info {
  display: flex;
}
.position_r_img__r-item-info span {
  margin-left: 10px;
  font-weight: 300;
}
.position_r_img__r-w {
    position: absolute;
    width: 100%;
    top: 33%;
    left: -100px;
}


.position-tasks__item {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px -5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 55px 52px 50px 52px;
  width: 49%;
}
.position-tasks__item:first-child {
  margin-right: 2%;
}
.position-tasks__item-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #D29545;
  margin-bottom: 45px;
}

.position-tasks {
  display: flex;
  justify-content: space-between;
}
.position-tasks__item-list ul li {
  font-size: 20px;
  line-height: 27px;
  color: #545857;
  margin-bottom: 26px;
  padding-left: 47px;
  position: relative;
}
.position-tasks__item-list ul li::before {
  content: '';
  position: absolute;
  width: 31px;
  height: 31px;
  background: url(../img/carrier_single/check-circle.svg) no-repeat;
  top: 0;
  left: 0;
}
.position-tasks__item.green {
  background: linear-gradient(90deg, #012617 0%, #013021 13.02%, #011D0D 34.9%, #014B39 65.1%, #011C0C 100%);
}
.position-tasks__item.green .position-tasks__item-title,
.position-tasks__item.green .position-tasks__item-list ul li {
  color: #ffffff;
}
.position-tasks__item.green .position-tasks__item-list ul li::before {
  background: url(../img/carrier_single/check-circle-w.svg) no-repeat;
}
.position-benefits {
  position: relative;
  padding: 71px 0 86px 0;
}
.position-benefits__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  top: 0;
  left: 0;
}
.position-benefits__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.position-benefits__item {
    display: flex;
    align-items: flex-start;
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 31%;
    margin-right: 3%;
    margin-top: 74px;
}
.position-benefits__item:nth-child(1),
.position-benefits__item:nth-child(2),
.position-benefits__item:nth-child(3) {
  margin-top: 30px;
}
.position-benefits__item:nth-child(3n) {
  margin-right: 0%;
}
.position-benefits__item img {
  position: relative;
  bottom: 5px;
  margin-right: 25px;
}
.position-benefits__block .main-subtitle {
  background: linear-gradient(90deg, #E6B75A 0.46%, #EEDAB0 23.85%, #E1B457 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.position-image-l-info__l {
  width: 671px;
  margin-right: 40px;
  position: relative;
}
.position-image-l-info__r {
  max-width: 669px;
  width: 100%;
}
.position-image-l-info__r-vector {
  position: absolute;
  bottom: -73px;
  right: -14px;
}
.position-image-l-info .container {
  padding-bottom: 54px;
}
.position-image-l-info__l-text  {
  margin-bottom: 38px;
}

.position-testimonials {
  position: relative;
  padding: 85px 0 25px 0;
}
.position-testimonials__layer {
    width: 100%;
    height: 535px;
    background: linear-gradient(90deg, #012617 0%, #013021 13.02%, #011D0D 34.9%, #014B39 65.1%, #011C0C 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.position-testimonials__block .main-subtitle {
  background: linear-gradient(90deg, #E6B75A 0.46%, #EEDAB0 23.85%, #E1B457 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.position-testimonials__item {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px -5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 45px 39px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  margin-right: 2%;
}
.position-testimonials__item:last-child {
  margin-right: 0;
}
.position-testimonials__text {
  margin-bottom: 30px;
}
.position-testimonials__name {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #005844;
  margin-bottom: 5px;
}
.position-testimonials__position {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #D29545;
}
.position-testimonials__row {
  display: flex;
  justify-content: space-between;
}
.position-benefits__show-more {

}
.position-benefits__show-more.show-more {
  font-weight: 700;
  text-decoration-line: none;
  position: relative;
  padding-left: 0;
  padding-top: 82px;
  font-size: 20px;
  line-height: 27px;;
  text-align: center;
  color: #FFFFFF;
  margin-top: 70px;
  display: none;
}
.position-benefits__show-more.show-more::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: url(../img/arrow-narrow-down.svg) no-repeat center center,
            #ffffff;
    
  background-size: 36px;
  transform: rotate(0deg) translateX(-50%);
  transition: 0s;
}
.solutions-info__item-list.show-more-mobile .show-more {
  margin-top: 24px;
}
.solutions-info__item-list.show-more-mobile .show-more::before {
  transform: rotate(180deg);
}
.main-screen.pages {
  height: 357px;
  background: linear-gradient(90deg, #011d0d 12.03%, rgba(24, 75, 59, 0.96) 27.54%, rgba(56, 82, 74, 0.55) 88.38%), rgba(80, 90, 84, 0.2)  100%;
}
.position-testimonials__slider {
    display: none;
    overflow: visible;
}
.our-differences__slider-navs,
.position-testimonials__slider-navs {
  justify-content: space-between;
}
.position-testimonials-pagination {
  display: flex;
  max-width: 435px;
  background: rgba(0, 88, 68, 0.15);
  height: 7px;
  border-radius: 15px;
  overflow: hidden;
}
.position-testimonials .swiper-pagination-bullet {
    margin: 0 !important;
    width: 100%;
    border-radius: 0;
    background: transparent;
}
.position-testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #005844;
  height: 7px;
  border-radius: 15px;
}
.position-testimonials__slider-navs {
  padding: 67px 0;
}
.position-testimonials__slider-arrs {
  display: flex;
}
.position-testimonials-pagination {
  margin-right: 230px;
}
.position-testimonials-prev {
  margin-right: 60px;
}
.position-testimonials-prev,
.position-testimonials-next {
  cursor: pointer;
}
.position-testimonials-prev.swiper-button-disabled,
.position-testimonials-next.swiper-button-disabled {
  opacity: .2;
}
.page-404 {
  padding: 160px 0 98px 0;
  position: relative;
}
.page-404__img {
  display: flex;
  justify-content: center;
}
.page-404__layer {
  position: absolute;
  background: linear-gradient(90deg, #012617 0%, #013021 13.02%, #011D0D 34.9%, #014B39 65.1%, #011C0C 100%);
  width: 100%;
  height: 564px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.page-404 .main-subtitle {
  background: linear-gradient(90deg, #E6B75A 0.46%, #EEDAB0 23.85%, #E1B457 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.page-404__text {
  margin-bottom: 67px;
}
.btns-404 .main-btn:first-child {
  margin-right: 30px;
}
.default-page {
  padding-top: 206px;
}
.default-page__btn {
  margin-top: 25px;
}
.default-page__content {
  margin-top: 54px;
}
.default-page__content strong {
  font-weight: 700;
}
.default-page__content p {
  margin-bottom: 20px;
}
.default-page__content a {
  color: #005844;
}
.default-page__content a:hover {
  text-decoration: underline;
}
.geraete-page__row {
  display: flex;
}
.geraete-page__row-l {
  max-width: 436px;
  width: 100%;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #D29545;
  margin-right: 36px;
}
.geraete-page__row-r {
  max-width: 790px;
  width: 100%;
}
.geraete-page__item-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #005844;
  margin-bottom: 21px;
}

.geraete-page__item {
  border-bottom: 1px solid rgba(84, 88, 87, 0.25);
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.geraete-page__item-title-num {
  margin-right: 32px;
}
.geraete-page__item-text {
  padding-left: 70px;
}
.geraete-page__item-text p {
  margin-bottom: 30px;
}
.geraete-page__item-text p:last-child {
  margin-bottom: 0;
}
.geraete-page__item-text span {
  display: block;
}
.geraete-page__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.news__row {
  display: flex;
  flex-wrap: wrap;
}
.header-top-info {
  display: none;
}
.header__nav-mobile {
  width: 223px;
  padding: 88px 0px 12px 0px;
  position: absolute;
  right: 0;
  top: -40px;
  z-index: 6;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px -5px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 0px 15px;
  display: none;
  z-index: 101;
}
.header__nav-mobile-layer,
.header__nav-mobile-layer-two {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  transition: .2s;
}
.header__nav-mobile-layer.active,
.header__nav-mobile-layer-two.active {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.header__nav-mobile.active {
  display: block;
}
.burger-close {
  position: absolute;
  width: 54px;
  height: 54px;
  right: 20px;
  top: 25px;
}
ul.header-menu-mobile li a {
  font-weight: 300;
  font-size: 18px;
  line-height: 206%;
  text-align: right;
  color: #545857;
  display: block;
  padding: 0 69px 0 31px;
}
.image-l-info__l {
  width: 590px;
  margin-right: 82px;
  position: relative;
}
.image-l-info__r {
  max-width: 669px;
  width: 100%;
}
.image-l-info__r-vector {
  position: absolute;
    bottom: -63px;
    left: 104px;
}
.image-l-info .container {
  padding-bottom: 42px;
}
.your-advantages {
  padding: 99px 0 107px 0;
  background: linear-gradient(90deg, #012617 0%, #013021 13.02%, #011D0D 34.9%, #014B39 65.1%, #011C0C 100%);
}
.your-advantages .main-subtitle {
  background: linear-gradient(90deg, #E6B75A 0.46%, #EEDAB0 23.85%, #E1B457 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.your-advantages__item {
  max-width: 330px;
}
.your-advantages__row {
  display: flex;
  justify-content: space-between;
}
.your-advantages__item svg {
  margin-bottom: 17px;
}
.your-advantages__item-subtitle {
  font-weight: 700;
  margin-bottom: 10px;
}
.all-positions__item {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px -5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  margin-bottom: 51px;
}
.all-positions__item-l {
  width: 318px;
  display: flex;
}
.all-positions__item-r {
  padding: 37px 51px 51px 38px;
  width: 77%;
}
.all-positions__item-date {
  display: none;
}
.all-positions__item-r-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #005844;
  margin-bottom: 23px;
}
.all-positions__item-r-text {
  margin-bottom: 53px;
}
.all-positions__item-text {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #005844;
}
.all-positions__item-text img {
  margin-right: 12px;
}
.all-positions__item-r-loc {
  max-width: 312px;
  width: 100%;
}

/* map and contacts */
.formblock__submit__bar {
  display: none !important;
}
.formfield__radio:checked~.formfield__radio__check,
.formfield__radio:hover~.formfield__radio__check,
.formfield__checkbox:checked~.formfield__checkbox__check,
.formfield__checkbox:hover~.formfield__checkbox__check {
  border: 1px solid #005844;
}
.formfield__container[data-valid="true"] .formfield__input,
.formfield__container[data-valid="true"] .formfield__select,
.formfield__container[data-valid="true"] .formfield__radio,
.formfield__container[data-valid="true"] .formfield__file,
.formfield__container[data-valid="true"] .formblock__option__container,
.formfield__container[data-valid="true"] .formfield__textarea
.location-map .mapboxgl-ctrl-bottom-left,
.formfield__input:focus,
.formfield__select:focus,
.formfield__textarea:focus {
  border: 1px solid #005844;
}
.location-map .mapboxgl-canvas-container.mapboxgl-interactive,
.location-map .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass
.location-map .mapboxgl-canvas-container.mapboxgl-interactive:active,
.location-map .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
  cursor: auto !important;
}
.location-map .mapboxgl-canvas {
  opacity: 0;
}
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-geocoder input[type='text'] {
  padding: 10px 10px 10px 50px !important;
  background-color: transparent;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  height: 60px;
  max-width: 250px;
}
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-geocoder input[type='text']::placeholder {
  color: #FFFFFF !important;
  opacity: 1 !important;
}
.mapboxgl-ctrl-geocoder--icon.mapboxgl-ctrl-geocoder--icon-close {
  position: relative;
  top: 10px;
  top: 20px;
  left: 0;
  width: 16px;
  height: 16px;
  margin: 0;
}
.mapboxgl-ctrl-geocoder--icon.mapboxgl-ctrl-geocoder--icon-close path {
  fill: #ffffff;
}
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-geocoder {
  background-color: #1a392c !important;
  border: 1.5px solid #FFFFFF !important;
  border-radius: 15px !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF !important;
}
.mapboxgl-ctrl-geocoder--icon-search path {
  fill: #FFFFFF !important;
}
.mapboxgl-popup {
  top: -40px !important;
}

.mapboxgl-marker svg path{
  fill: #005844;
}
/* .mapboxgl-marker.mapboxgl-marker-anchor-center {
  background-color: #005844;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 8px;
} */
/* .mapboxgl-user-location-dot,
.mapboxgl-user-location-dot:before {
  background-color: #005844 !important;
} */
/* .mapboxgl-marker.mapboxgl-marker-anchor-center::before {
  content: "";
  position: absolute;
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
} */
/* .mapboxgl-marker.mapboxgl-marker-anchor-center::before {
  background-color: #005844;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 1px;
  left: 1px;
}
.mapboxgl-marker.mapboxgl-marker-anchor-center::after {
  content: "";
  border-radius: 50%;
  border: 2px solid #fff;
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0,0,0,.35);
} */
/* .mapboxgl-user-location-accuracy-circle.mapboxgl-marker.mapboxgl-marker-anchor-center::before,
.mapboxgl-user-location-accuracy-circle.mapboxgl-marker.mapboxgl-marker-anchor-center::after {
  display: none;
} */
/* .mapboxgl-marker.mapboxgl-marker-anchor-center svg {
  height: 0;
  width: 0;
} */
/* .mapboxgl-marker svg path {
  fill: #005844;
} */
.map-popup-title {
  font-weight: 900;
  font-size: 24px;
  line-height: 33px;
  color: #D29545;
  margin-bottom: 30px;
}
.bg-location {
  background: linear-gradient(90deg, #012617 0%, #013021 13.02%, #011D0D 34.9%, #014B39 65.1%, #011C0C 100%);
  padding: 72px 0;
}
.location__block {
  display: flex;
}
.location__block-l {
  position: relative;
  margin-right: 167px;
  width: 501.49px;
  height: 679px;
}
.location-icone__info {
  position: absolute;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 20px 20px 20px 70px;
  bottom: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.location-icone__info-img {
  position: absolute;
  left: -30px;
  top: 0;
}
.location__block-r-item {
  padding: 51px;
  background: #FFFFFF;
  border-radius: 15px;
}
.location-icone__info,
.location__block-r-item {
  display: none;
}
.location__block-r .location__block-r-item.active,
.location-icone.active .location-icone__info {
  display: block;
}
.area-location-form {
  display: none;
}
.area-location-form.active {
  display: block;
}

.location-row .location__block-r-item {
  display: block;
}
.location-icone {
  position: absolute;
}
.location-map {
  position: relative;
  background: #041F14;
}
.location-map.white-map {
  background: #ffffff;
}
.location-map__height {
  height: 945px;
}
.location-map .mapboxgl-popup-close-button {
  display: none !important;
}
.location-map .location__block {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 685px;
  z-index: 2;
}
.location-map .location {
  display: flex;
  justify-content: flex-end;
}
.location__block-texts {
  padding: 51px 40px 51px 51px;
  width: 100%;
  /* background: linear-gradient(90deg, #012617 0%, #013021 13.02%, #011D0D 34.9%, #014B39 65.1%, #011C0C 100%); */
  position: relative;
  top: 10px;
  border-radius: 15px 15px 0 0;
  box-sizing: border-box;
}
.location__block-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 136%;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #E6B75A 0.46%, #EEDAB0 23.85%, #E1B457 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.location__block-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 110%;
  color: #FFFFFF;
}
.location-map .location__block-r-item {
  padding: 51px;
  background: #FFFFFF;
  border-radius: 15px;
  width: 100%;
}
.location__block-r-item-city {
  font-weight: 900;
  font-size: 24px;
  line-height: 33px;
  color: #D29545;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.location__block-r-item-padding {
  padding-left: 46px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 136%;
}
.location__block-r-item-padding a {
  color: #545857;
}
.location__block-r-item-padding a:hover {
  text-decoration: underline;
}
.location__block-r-item-padding span {
  font-weight: 700;
}
.location__block-r-item-position,
.location__block-r-item-address,
.location__block-r-item-phones {
  margin-bottom: 20px;
}
.location-map .location__block-r {
  position: relative;
  z-index: 2;
  width: 100%;
}
.mapboxgl-marker {
  cursor: pointer;
}
.location-map .marker.mapboxgl-marker {
  background-image: url('../img/marker-pin-01-w.svg');
  background-size: cover;
  width: 37px;
  height: 38px;
  cursor: pointer;
}
.location-map.white-map .marker.mapboxgl-marker {
  background-image: url('../img/marker-pin-01-g.svg');
  background-size: cover;
  width: 37px;
  height: 38px;
  cursor: pointer;
}
.location-map .marker.mapboxgl-marker.active {
  background-image: url('../img/marker-pin-01-h.svg') !important;
  background-size: cover;
  width: 37px;
  height: 38px;
  cursor: pointer;
}
.location-map.white-map .marker.mapboxgl-marker.active {
  background-image: url('../img/marker-pin-01-h-for-w.svg') !important;
  background-size: cover;
  width: 37px;
  height: 38px;
  cursor: pointer;
}
/* .mapboxgl-marker.active {
  background-image: url(../img/marker-pin-01-h.svg) !important;
  background-repeat: no-repeat;
  width: 39px !important;
  height: 39px !important;
  background-size: contain !important;
}
.location-map.white-map .mapboxgl-marker.active {
  background-image: url(../img/marker-pin-01-h-for-w.svg) !important;
} */
.mapboxgl-user-location-dot,
.mapboxgl-user-location-dot::before {
  background-color: #005844 !important;
}
.mapboxgl-popup-in {
  display: flex;
}
.mapboxgl-popup-image {
  display: flex;
  max-width: 110px;
}
.mapboxgl-popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mapboxgl-popup-text-wrapper {
  padding: 20px 25px 20px 25px;
  flex: 1 1 0%;
}
.mapboxgl-popup-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
.mapboxgl-popup-text span {
  font-weight: 700;
}
.mapboxgl-popup-text span.mapboxgl-popup-text-neptus {
  font-weight: 300;
}
.mapboxgl-popup-text.popup-text-mb {
  margin-bottom: 20px;
}
.mapboxgl-popup {
  max-width: none !important;
}
.location-map .mapboxgl-popup-content {
  box-sizing: border-box;
  padding: 0;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 1px 20px rgba(0,0,0,.25);
}
.location__block-r-item-address p {
  margin: 0;
}
.location-form {
  display: flex;
  justify-content: flex-end;
}
.location__block-r-item-name-position,
.location__block-r-item-address,
.location__block-r-item-phones,
.location__block-r-item-email {
  position: relative;
}
/* .location__block-r-item-name-position::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  width: 30px;
  height: 30px;
  background: url(../img/user-01.svg) no-repeat center center;
} */
.location__block-r-item-name-position {
    display: flex;
    align-items: center;
}
.location__block-r-item-name-position-img {
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid #1a392c;
  margin-bottom: 33px;
  width: 160px;
  height: 134px;
}
.location__block-r-item-name-position-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location__block-r-item-name-position-img .empty-person {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #c4c4c4 ;
}
.location__block-r-item-name {
  font-weight: 700;
}
.location__block-r-item-name-position {
  font-weight: 400;
  font-size: 20px;
  line-height: 136%;
}
.location__block-r-item-address::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  width: 30px;
  height: 30px;
  background: url(../img/marker-pin-01.svg) no-repeat center center;
}
.location__block-r-item-phones::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  width: 30px;
  height: 30px;
  background: url(../img/phone.svg) no-repeat center center;
}
.location__block-r-item-email::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  width: 30px;
  height: 30px;
  background: url(../img/mail-02.svg) no-repeat center center;
}
.location-map .mapboxgl-ctrl-bottom-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    bottom: 42px;
    left: 10%;
}
.location-map .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl .mapboxgl-ctrl-logo,
.location-map .mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  display: none;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
  position: relative;

}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon::after {
  content: 'Ihr Standort';
  position: absolute;
  top: 1px;
  right: -100px;
  width: 91px;
  height: 22px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
.location-map .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  background: transparent;
  box-shadow: none;
}
.location-map .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-group button {
  background-color: #1a392c !important;
  border: 1.5px solid #FFFFFF !important;
  border-radius: 15px !important;
  width: 168px;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 19px;
}
.location-map .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl button .mapboxgl-ctrl-icon {
  background-image: url(../img/navigation-pointer-01.svg) !important;
  width: 24px;
  height: 24px;
}
.location-map.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
  background-image: url(../img/navigation-pointer-01.svg) !important;
  width: 24px;
  height: 24px;
}
.location-map .mapboxgl-ctrl-geocoder--button {
  background: transparent;
}
.location-row {
  display: flex;
  flex-wrap: wrap;
}
.location-row__item {
  background: #FFFFFF;
  box-shadow: 0px 4px 40px -5px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  overflow: hidden;
  width: 31.6%;
  margin-right: 2.6%;
  margin-top: 36px;
}
.location-row__item:nth-child(1),
.location-row__item:nth-child(2),
.location-row__item:nth-child(3) {
  margin-top: 0;
}
.location-row__item:nth-child(3n) {
  margin-right: 0;
}
.location-row__item__city-image {
  width: 100%;
  height: 275px;
}
.location-row__item-info {
  padding: 48px 25px 48px 48px;
}
.location-row__item__city {
  font-weight: 900;
  font-size: 24px;
  line-height: 33px;
  color: #D29545;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.location-row__item-info-padding {
  padding-left: 38px;
  font-size: 20px;
  line-height: 136%;
}
.location-row__item-info-padding span {
  font-weight: 700;
}
.location-row__item-name-position,
.location-row__item__address,
.location-row__item-phones,
.location-row__item__email {
  position: relative;
  margin-bottom: 15px;
}
.location-row__item__email {
  margin-bottom: 20px;
}
.location-row__item-name-position::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  width: 30px;
  height: 30px;
  background: url(../img/user-01.svg) no-repeat center center;
}
.location-row__item__address::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  width: 30px;
  height: 30px;
  background: url(../img/marker-pin-01.svg) no-repeat center center;
}
.location-row__item-phones::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  width: 30px;
  height: 30px;
  background: url(../img/phone.svg) no-repeat center center;
}
.location-row__item__email::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  width: 30px;
  height: 30px;
  background: url(../img/mail-02.svg) no-repeat center center;
}
.location-row__item__location-form.location-form {
  justify-content: flex-start;
}
.location-row__item__height {
  height: 27px;
}
.branches-page .mb {
  margin-bottom: 0px;
}
.location-map .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
  transform: rotate(0deg) !important;
}
.location-map.white-map .location__block-texts {
  background: #ffffff;
}
.location-map.white-map .location__block-r {
  background: linear-gradient(90deg, #012617 0%, #013021 13.02%, #011D0D 34.9%, #014B39 65.1%, #011C0C 100%);
  border-radius: 15px;
}
.location-map .location__block-r {
  border-radius: 15px;
}
.location-map.white-map .location__block-r-item {
  background: transparent;
}
.location-map.white-map .location__block-subtitle {
  color: #D29545;
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.location-map.white-map .location__block-title {
  color: #005844;
}
.location-map.white-map .location__block-r-item-city,
.location-map.white-map .location__block-r-item-name-position,
.location-map.white-map .location__block-r-item-padding,
.location-map.white-map .location__block-r-item-padding a {
  color: #ffffff;
}
.location-map.white-map .location__block-r-item-padding a:hover {
  text-decoration: underline;
}
.location-map .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-geocoder {
  margin-right: 15px;
  width: 100%;
  max-width: 86px;
}
.location-map.white-map .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-geocoder {
  background-color: #FFFFFF !important;
  border: 1.5px solid #005844 !important;
  color: #005844 !important;
  width: 100%;
  margin-right: 36px;
}
.location-map.white-map .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-geocoder input[type='text'] {
  color: #005844 !important;
}
.location-map.white-map .location__block-r-item-name-position-img {
  border-right: 1px solid #FFFFFF;
}
.location-map.white-map .mapboxgl-ctrl-geocoder--icon path {
  stroke: #005844;
  fill: #005844 !important;
}
.location-map.white-map .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-geocoder input[type='text']::placeholder {
  color: #005844 !important;
}
.location-map.white-map .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-group button {
  background-color: #FFFFFF !important;
  border: 1.5px solid #005844!important;
}
.location-map.white-map .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl button .mapboxgl-ctrl-icon {
  background-image: url(../img/navigation-pointer-01-w.svg) !important;
}
.location-map.white-map .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon::after {
  color: #005844;
}
#target-div {
  display: none;
  background: red;
}
.contacts-page .mb {
  margin-bottom: 0;
}
.contacts-page-titles {
  padding-top: 90px;
}
.contacts-page-wrapper {
  position: relative;
}
.contacts-page__row-l {
  margin-right: 60px;
  max-width: 412px;
  width: 100%;
  position: relative;

}
.location-contact__item {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  width: 412px;
  display: none;
  position: relative;
  position: absolute;
}
.location-contact__item::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 5px;
  transform: rotate(-45deg);
}
.location-contact__item-img {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  width: 100%;
  height: 196px;
}
.location-contact__item.active {
  display: block;
}
.contacts-page__row.container.mb{
  min-height: 690px;
}

.contacts-page__row-wrapper {
  position: relative;
}
.contacts-page__row {
  display: flex;
}
.formblock_field__label {
  display: none;
}
.formfield__input,
.formfield__textarea {
  background: rgba(167, 167, 167, 0.1);
  border-radius: 15px;
  padding: 25px 24px;
  border: 1px solid #f6f6f6 ;
}
.formblock {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: auto;
  max-width: 100%;
}
.formfield__container {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 34px;
}
.formfield__container:nth-child(2n) {
  margin-right: 0;
}
.formfield__input {
  color: #000000;
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  width: 100%;
}
.formfield__container:nth-child(5) {
  width: 100%;
  margin-right: 0;
}
.formfield__container:nth-child(6) {
  width: 83%;
}
.formfield__textarea {
  color: #000000;
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  width: 100%;
}
.formfield__textarea::placeholder,
.formfield__input::placeholder {
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  color: #545857;
  opacity: 1;
}
.formblock__submit-cst {
  width: 17%;
    display: flex;
    align-items: flex-end;
}
.location-contact-padding {
  padding: 51px 23px 58px 43px;
  font-size: 24px;
  line-height: 33px;
  color: #545857;
}
.location-contact-phones a,
.location-contact-email {
  color: #545857;
}
.location-contact-phones a:hover,
.location-contact-email:hover {
  text-decoration: underline;
}
.location-contact-padding span {
  font-weight: 700;
}
.contacts-page__row-r {
  max-width: 908px;
  width: 100%;
}
.formblock__message--success {
    width: 100%;
    height: 500px;
    background-color: #f6f6f6 !important;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.location-contact-position {
  font-size: 20px;
  margin-bottom: 40px;
}
.location-contact-address,
.location-contact-phones {
  margin-bottom: 40px;
}
.location-contact__item-list.active {
  color: rgba(0, 88, 67, 0.7);
}
.location-contacts-list__current {
  border: 1.5px solid #005844;
  border-radius: 15px;
  background: #ffffff;
  padding: 19px 18px;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #005844;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
  position: relative;
  z-index: 11;
}
.location-contacts-list__current img {
  margin-right: 12px;
}
.location-contacts-list__current-l {
  display: flex;
  align-items: center;
  cursor: auto;
}
.location-contacts-list__current-wrapper {
  position: relative;
  cursor: pointer;
}
.location-contacts-list__current-all {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  width: 100%;
  padding: 98px 0 21px 0;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
  z-index: 10;
}
.location-contacts-list__current-arrow {
  position: relative;
  transform: rotate(0deg);
  transition: .2s;
}
.location-contacts-list__current-wrapper.active .location-contacts-list__current-arrow {
  transform: rotate(180deg);
}
.location-contact__item-list {
  font-weight: 700;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: rgba(84, 88, 87, 0.7);
  background: #ffffff;
  z-index: 11;
}
.location-contact-city {
  transition: .2s;
}
.location-contact-city:hover {
  background: rgba(0, 88, 67, 0.2);
  color: rgba(0, 88, 67, 0.7);
}
.location-contact-city span {
  cursor: pointer;
  padding: 0 62px;
  display: block;
}
.location-contacts-list__current-wrapper.active .location-contacts-list__current-all {
  opacity: 1;
  visibility: visible;
}
.formblock__message--error {
  display: none;
}
.formfield__container[data-valid="false"] .formblock__option__container {
  border: none;
}
.formfield__container[data-valid] .formblock__option__container {
  padding: 0;
}
.formfield__checkbox__check {
  content: '';
  width: 40px;
  height: 40px;
  background: rgba(167, 167, 167, 0.1);
  border-radius: 15px;
  border: 1px solid #FFFFFF;
  top: -12px;
}
.formfield__container[data-valid="false"] .formfield__input::placeholder,
.formfield__container[data-valid="false"] .formfield__textarea::placeholder {
  color: #cc0000;
}
.formfield__container[data-valid="false"] .formblock__option__container .formfield__checkbox__check {
  border: 1px solid #cc0000;
}
.formfield__radio__check:before, .formfield__checkbox__check:before {
  display: none;
  color: #005844;
}
.formfield__container[data-valid="true"] .formblock__option__container .formfield__checkbox__check:before {
  content: '';
  background: url(../img/check-form.svg) no-repeat center center;
  width: 40px;
  height: 40px;
  font-size: 30px;
  display: block;
  top: 2px;
}
.formfield__container[data-valid="true"] .formblock__option__container {
  border: none;
}
.formfield__option__label {
  padding-left: 78px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #748390;
}
.formfield__option__label a {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #748390;
  text-decoration: underline;
  transition: .2s;
}
.formfield__option__label a:hover {
  color: #5d6973;
}
.formfield__option {
  display: flex;
  align-items: center;
  height: 40px;
}
.pflichtfelder {
  position: absolute;
    top: 50px;
    left: 0px;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #545857;
}
.header__nav-find-mobile {
  position: absolute;
  right: 5%;
  top: 120px;
  width: 53px;
  height: 53px;
  background: linear-gradient(90deg, #E6B75A 0.46%, #EEDAB0 23.85%, #E1B457 100%);
  box-shadow: 0px 4px 30px -5px rgba(0, 0, 0, 0.5);
  display: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  z-index: 101;
}
.header__nav-find-mobile.sticky {
  position: fixed;
  top: 60px;
}
.header__nav-find-mobile::before {
  content: '';
  position: absolute;
  width: 53px;
  height: 53px;
  background: url(../img/marker-pin-01-w.svg) no-repeat center center;
}
.header__nav-find-mobile.active::before {
  background: url(../img/close-locs-mob.svg) no-repeat center center;
}
.header__nav-find-menu-mob-row {
  display: flex;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  color: #005844;
  display: none;
}
.header__nav-find-menu-mob-row svg {
  margin-right: 8px;
  margin-left: 9px;
}
.location-map__mobile {
  display: none;
}
.mapboxgl-ctrl-geocoder--powered-by {
  display: none !important;
}
.mapboxgl-ctrl-geocoder .suggestions {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25) !important;
  border-radius: 15px !important;
}
.header__nav-find-wrapper {
  position: relative;
}
.header__nav-find-menu {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
  padding: 80px 0 17px 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
}
.header__nav-find-menu.sticky {
  position: fixed;
  right: 6%;
  top: 72px;
}
.header__nav-find-menu .location-form a {
  color: #545857;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  padding: 0 34px 0 35px;
  width: 100%;
  transition: .2s;
}
.header__nav-find-menu .location-form a:hover {
  background: #ccdeda;
  color: #005844;
}
.header__nav-find-menu .location-form {
  justify-content: flex-start;
}
.header__nav-find-menu.active,
.header__nav-find-wrapper:hover .header__nav-find-menu {
  opacity: 1;
  visibility: visible;
}
.header__nav {
  background: #ffffff;
  border-radius: 15px;
}
.search-query {
  display: none;
}
.widget-wrapper {
  position: fixed;
  right: -450px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  transition: .2s;
}
.widget-wrapper-in {
  border-radius: 15px;
  background: var(--grn, #005844);
  box-shadow: 0px 4px 30px -5px rgba(0, 0, 0, 0.25);
  width: 520px;
  padding: 19px;
}
.widget-phone-wrapper {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.widget-input-search {
  display: flex;
  align-items: center;
}
.widget-phone {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.widget-phone a {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.widget-phone svg {
  margin-right: 8px;
}
.widget-phone svg path {
  stroke: #ffffff;
}
.widget-input {
  position: relative;
  width: 430px;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.widget {
  border-radius: 15px;
  border: 1.5px solid #FFF;
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 23px 16px 23px;
}
.widget::placeholder {
  color: #ffffff;
  opacity: 1;
  font-size: 20px;
  font-weight: 700;
}
.widget-btn {
  /* position: absolute;
  right: 0;
  top: 0; */
  border-radius: 15px;
  background: #FFF;
  padding: 19px 33px 19px 33px;
  color: #005844;
  font-size: 20px;
  font-weight: 700;
  /* width: 165px; */
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.widget-btn svg {
  margin-right: 10px;
}
.widget-phone-img,
.widget-input-search-img {
  opacity: 1;
  visibility: visible;
  width: auto;
}
.widget-wrapper:hover {
  right: -112px;
}
.widget-wrapper:hover .widget-phone,
.widget-wrapper:hover .widget-input {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.widget-wrapper:hover .widget-phone-img,
.widget-wrapper:hover .widget-input-search-img {
  width: 0;
  opacity: 0;
  visibility: hidden;
}
.widget-wrapper:hover .widget-phone-wrapper {
  margin-bottom: 20px;
}







.spinner-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  /* padding-top: 260px; */
  align-items: flex-start;
  align-items: center;
  justify-content: center;
  z-index: 13;
}
.spinner {
  -webkit-animation: rotator 1.4s linear infinite;
          animation: rotator 1.4s linear infinite;
          /* position: absolute;
          left: 50%;
          top: 50%;
          z-index: 20;
          transform: translate(-50%, -50%); */
}

@-webkit-keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
          animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
  0% {
    stroke: #ffffff;
  }
  25% {
    stroke: #ffffff;
  }
  50% {
    stroke: #ffffff;
  }
  75% {
    stroke: #ffffff;
  }
  100% {
    stroke: #ffffff;
  }
}

@keyframes colors {
  0% {
    stroke: #ffffff;
  }
  25% {
    stroke: #ffffff;
  }
  50% {
    stroke: #ffffff;
  }
  75% {
    stroke: #ffffff;
  }
  100% {
    stroke: #ffffff;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
.mage-l-info__r-btn {
  margin-top: 55px;
}
.load-more-wrapper {
  display: flex;
  justify-content: center;
}
.load-more {
  color: #005844;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
.load-more svg {
  margin-bottom: 17px;
}

.blog-single__date {
  color: #D29545;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 7px;
}
.blog-text p {
  margin-bottom: 30px;
}
.blog-text p:last-child {
  margin-bottom: 0;
}
.blog-quote {
  background: linear-gradient(90deg, #012617 0%, #013021 13.02%, #011D0D 34.9%, #014B39 65.1%, #011C0C 100%);
  padding: 46px 0;
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  line-height: 137%;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
}
.image-and-info .container {
  display: flex;
  justify-content: space-between;
}
.image-and-info__side {
  max-width: 670px;
  width: 100%;
  margin-right: 30px;
}
.image-and-info__side p {
  max-width: 550px;
  width: 100%;
  margin-bottom: 30px;
}
.image-and-info__side p:last-child {
  margin-bottom: 0;
}
.image-and-info__side h3,
.modules-listing__title,
.blog-text h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 153%;
  letter-spacing: 0em;
  color: #005844;
  margin-bottom: 34px;
  text-transform: inherit;
}
.image-and-info__img {
  position: relative;
  max-width: 671px;
  width: 100%;
}
.image-and-info .container .image-and-info__img img  {
  position: absolute;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.image-and-info.right .container {
  flex-direction: row-reverse;
}
.image-and-info.right .container .image-and-info__img {
  max-width: 943px;
  margin-right: 36px;
}
.image-and-info.right .container .image-and-info__img img  {
  left: auto;
  right: 0;
}
.image-and-info.right .container .image-and-info__side {
  margin-right: 0;
}
.image-and-info.right .container .image-and-info__side p {
  max-width: 100%;
}
.modules-listing__item {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 30px -5px rgba(0, 0, 0, 0.15);
  padding: 25px 30px;
  width: 49%;
  margin-top: 36px;
}
.modules-listing__item:nth-child(odd) {
  margin-right: 2%;
}
.modules-listing__item:nth-child(1),
.modules-listing__item:nth-child(2) {
  margin-top: 0;
}
.modules-listing__row {
  display: flex;
  flex-wrap: wrap;
}
.modules-three-items {
  position: relative;
  padding-top: 90px;
}
.modules-three-items-layer {
  width: 100%;
  height: 484px;
  background: linear-gradient(90deg, #012617 0%, #013021 13.02%, #011D0D 34.90%, #014B39 65.10%, #011C0C 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.modules-three-items__row {
  display: flex;
}
.modules-three-items__slider {
  display: none;
}
.modules-three-items__item {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 30px -5px rgba(0, 0, 0, 0.15);
  padding: 35px 39px;
  width: 32%;
  margin-right: 2%;
}
.modules-three-items__item:nth-child(3) {
  margin-right: 0;
}
.modules-three-items__item-title {
  color: #005844;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.quote-small {
  margin: 60px auto;
  padding-left: 29px;
  border-left: 4px solid #005844;
}

.modules-three-items__slider-navs {
  justify-content: space-between;
}
.modules-three-items-pagination {
  display: flex;
  max-width: 435px;
  background: rgba(0, 88, 68, 0.15);
  height: 7px;
  border-radius: 15px;
  overflow: hidden;
}
.modules-three-items .swiper-pagination-bullet {
    margin: 0 !important;
    width: 100%;
    border-radius: 0;
    background: transparent;
}
.modules-three-items .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #005844;
  height: 7px;
  border-radius: 15px;
}
.modules-three-items__slider-navs {
  padding: 67px 0;
}
.modules-three-items__slider-arrs {
  display: flex;
}
.modules-three-items-pagination {
  margin-right: 230px;
}
.modules-three-items-prev {
  margin-right: 60px;
}
.modules-three-items-prev,
.modules-three-items-next {
  cursor: pointer;
}
.modules-three-items-prev.swiper-button-disabled,
.modules-three-items-next.swiper-button-disabled {
  opacity: .2;
}
.filters {
  display: flex;
}
.filters__item {
  width: 32%;
  margin-right: 2%;
  position: relative;
}
.filters__item:nth-child(3) {
  margin-right: 0%;
}
.filters__header-wrapper {
  border-radius: 15px;
  border: 1.5px solid #005844;
  padding: 18px 17px 16px 17px;
  color: #005844;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.currets-areas,
.currets-cities,
.currets-job-type {
  white-space: nowrap;
  overflow: hidden;
}
.filters__header-wrapper .filters__header-left svg {
  margin-right: 13px;
}
.filters__header-left {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.filters__item ul {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
  color: #545857;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 90px 0 23px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: none;
}
.filters__item ul.active {
  display: block;
}
.filters__item ul li {
  cursor: pointer;
  padding: 0px 60px 0 30px;
  transition: 0.2s;
  position: relative;
  line-height: 200%;
}
.filters__item ul li.active,
.filters__item ul li:hover {
  background: #ccdeda;
}
.filters__cities.filters__item ul li.active::before,
.filters__areas.filters__item ul li.active::before,
.filters__job-type.filters__item ul li.active::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url('../img/check-filter.svg ');
}
.filters__cities.filters__item ul li.active:hover::before {
  background: url('../img/check-filter-close.svg ');
}
.filters__cities.filters__item ul li.reset-cities-filter.active:hover::before {
  background: url('../img/check-filter.svg ');
}
.all-positions__row {
  margin-top: 36px;
}
.cities-to-choise,
.when-to-choise {
  display: none;
}
.no-vacancies-message {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.filters__item.active {
  z-index: 5;
}
.green-line {
  background: #005844;
  padding: 43px 0;
}
.green-line__row {
  display: flex;
  justify-content: center;
}


.sidebar-hidden {
  display: none;
}


@media (max-width: 1700px) {
  .location-map__gradient {
    right: 0%;
  }
}

@media (max-width: 1445px) {
  .container {
    width: 90%;
  }
  .header__nav ul.header-menu {
    padding: 16px 25px 16px 25px;
  }
  .header__nav-find {
    padding: 16px 25px;
  }

  /* .main-screen__title {
    font-size: 60px
  } */
  .main-screen__title svg {
    font-size: 60px;
  }
  .main-screen__subtitle {
    font-size: 20px;
  }

  .header {
    padding: 26px 0;
  }
  .main-text,
  .main-btn,
  .header__nav ul.header-menu li a,
  .header__nav-find,
  .header__r-top,
  ul.footer-menu li a,
  .footer-col__text,
  .footer-col__text,
  .what-we-do__r-item.active .what-we-do__r-text.main-text {
    font-size: 16px;
  }
  .main-title {
    font-size: 40px;
  }
  .why_we__item-title {
    font-size: 30px;
  }
  .footer-col__title {
    font-size: 20px;
  }
  .footer__bottom {
    font-size: 14px;
  }
  .facts-figures__title {
    margin-bottom: 20px;
  }
  .position-benefits__item {
    font-size: 18px;
    margin-top: 45px;
  }
  .location-map .mapboxgl-ctrl-bottom-left {
    left: 10%;
    bottom: 20px;
  }
  .location-map .location__block {
    right: 8%;
    width: 600px;
  }
  .location__block-title {
    font-size: 40px;
  }
  .location-map__gradient {
    right: 2%;
    width: 38%;
  }
  .header__nav-find-menu .location-form a {
    padding: 0 34px 0 29px;
  }
  .blog-quote  {
    font-size: 28px;
  }
}

@media (max-width: 1438px) {
  .location-map__gradient {
    right: -2%;
  }
}

@media (max-width: 1419px) {
  .our-branches_r {
    max-width: 830px;
    position: relative;
    overflow: hidden;
  }
  .position-testimonials__position {
    font-size: 14px;
  }
  .position_r_img__l {
    width: 540px;
  }
  .location-map .location__block {
    right: 2%;
  }
}

@media (max-width: 1335px) {
  .our-branches_r {
    max-width: 740px;
  }
  .facts-in-numbers__row.pc {
    display: none;
  }
  .facts-in-numbers__slider.mobile {
    display: block;
  }
}

@media (max-width: 1280px) {
  .container {
    width: 95%;
  }
  .location-map__gradient {
    display: none;
  }
}

@media (max-width: 1260px) {
  .location-map__mobile,
  .location-map__mobile .location__block-texts{
    display: block;
    border-radius: 0;
  }
  .header__nav ul.header-menu,
  .header__nav-find {
    padding: 16px 16px 16px 16px;
  }
  .location-map .location {
    width: 100%;
    justify-content: center;
    background: linear-gradient(90deg, #012617 0%, #013021 13.02%, #011D0D 34.90%, #014B39 65.10%, #011C0C 100%);
  }
  .location-map .location.white {
    background: #ffffff;
  }
  .location-map .location__block {
    position: static;
    top: 0;
    transform: translateY(0%);
    width: 90%;
    margin: 0 auto;
  }
  .location-map__height {
    height: 750px;
  }
  .location__block-texts {
    display: none;
  }
  .location-map .location__block-r,
  .location-map.white-map .location__block-r {
    border-radius: 15px;
    margin: 46px 0 89px;
  }
  .location-map .location__block-r-item {
    width: 100%;
  }
  .location__block-r-item-padding {
    margin-bottom: 27px;
  }
  .location__block,
  .location__block-r {
    width: 100%;
    max-width: 100%;
  }
  .contacts-page__row {
    flex-direction: column;
  }
  .contacts-page__row-l {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .location-contact__item {
    position: relative;
    width: 100%;
  }
  .contacts-page__row-l {
    max-width: 100%;
    width: 100%;
    position: relative;
  }
  .location-contact__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .location-contact-padding {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 30px 25px 30px 25px;
  }
  .location-contact-name-wrapper,
  .location-contact-address,
  .location-contact-phones,
  .location-contact-email {
    width: 50%;
  }
  .location-contact-name-wrapper {
    order: 1;
    margin-right: 5%;
  }
  .location-contact-address {
    order: 3;
    margin-bottom: 0;
    margin-right: 5%;
    
  }
  .location-contact-phones {
    order: 2;
    width: 45%;
  }
  .location-contact-email {
    order: 4;
    width: 45%;
  }
  .contacts-page__row-r {
    max-width: 100%;
  }
  .location-contact__item::after {
    top: auto;
    right: 50%;
    bottom: -28px;
    transform: rotate(-45deg) translateX(50%);
  }
}

@media (max-width: 1169px) {
  .location-map .mapboxgl-ctrl-bottom-left {
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
  }
  .location-map .mapboxgl-ctrl-bottom-left {
    justify-content: center;
  }
  .quote-small {
    width: 90%;
  }
  .filters__item ul li {
    line-height: 1.3;
    padding: 8px 60px 8px 30px;
    display: flex;
    align-items: center;
  }
  .swiper.our-branches__slider .swiper-slide.our-branches__slider-item {
    font-size: 36px;
  }
  .main-screen__title.pages.branches .pc {
    display: none;
  }
  .main-screen__title.pages.branches .mobile {
    display: block;
  }
  .container {
    width: 90%;
  }
  .widget-wrapper,
  .header__r-top,
  .header__nav-in {
    display: none;
  }
  .header__nav {
    background: transparent;
  }
  .header-top-info {
    display: block;
    order: 1;
    width: 100%;
    background: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #005844;
    text-align: center;
    padding: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 15;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
  }
  .header-top-info a {
    color: #005844;
  }
  .header-top-info svg {
    margin-right: 12px;
  }
  .header-top-info.green {
    background: #005844;
  }
  .header-top-info.green,
  .header-top-info.green a {
    color: #FFFFFF;
  }
  .header-top-info.green svg path {
    stroke: #FFFFFF;
  }
  .header {
    padding: 29px 0 26px 0;
    top: 40px;
  }
  .logo {
    width: 179px;
  }
  .logo img {
    width: 100%;
  }
  .burger {
    display: block;
  }
  .header__nav ul.header-menu, .header__nav-find {
    padding: 18px 34px;
    border-radius: 15px;
    margin-right: 0;
  }
  .main-text,
  .main-btn,
  .header__nav ul.header-menu li a,
  .header__nav-find,
  .header__r-top,
  ul.footer-menu li a,
  .footer-col__text,
  .footer-col__text,
  .what-we-do__r-item.active .what-we-do__r-text.main-text {
    font-size: 20px;
  }
  .main-screen__subtitle {
    font-size: 25px;
  }
  .what-we-do .flex-row-ac-sb {
    flex-direction: column;
  }
  .what-we-do__l,
  .what-we-do__r {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .what-we-do__r-img {
    left: -60px;
    width: 118%;
  }
  .what-we-do__r {
    height: auto;
    max-width: none;
    width: 100%;
    padding: 50px 0;
    justify-content: center;
  }
  .what-we-do__l {
    margin-bottom: 86px;
  }
  .why_we__img {
    width: 270px;
  }
  .why_we__item-title {
    font-size: 24px;
  }
  .footer-col__one {
    margin-right: 0;
  }
  .what-we-do__r-w {
    justify-content: center;
  }
  .mb {
    margin-bottom: 60px;
  }
  .about.mb,
  .partners .mb,
  .what-we-do.mb,
  .why_we.mb,
  .our-branches.mb,
  .our-differences.mb {
    margin-bottom: 80px;
  }
  .why_we.mb .main-title {
    margin-bottom: 45px;
  }
  .advantages.flex-row-ac-sb {
    flex-wrap: wrap;
  }
  .advantages_item {
    margin-right: 1%;
    width: 32%;
    margin-top: 35px;
  }
  .advantages_item:nth-child(2) {
    text-align: center;
  }
  .advantages_item:nth-child(3n) {
    margin-right: 0;
    text-align: right;
  }
  .advantages_item:nth-child(1),
  .advantages_item:nth-child(2),
  .advantages_item:nth-child(3) {
    margin-top: 0;
  }
  .why_we__img {
    width: 205px;
  }
  .main-screen {
    background: linear-gradient(90deg, #041F14 21.23%, rgba(0, 62, 25, 0.35) 76.09%);
  }
  .main-screen.solutions {
    background: linear-gradient(90deg, #ffffff 27.02%, rgba(217, 217, 217, 0) 100%);
  }
  .main-screen.pages {
    background: linear-gradient(90deg, #012616 22%, rgba(1, 38, 22, 0.8) 45%, rgba(0, 62, 25, 0.3) 76.09%), transparent 100%;
    height: 500px;
  }
  .about .main-title {
    max-width: 600px;
  }
  .about__block-top.flex-row-ac-sb {
    flex-direction: column;
  }
  .about__item {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .about__item:nth-child(1) {
    margin-bottom: 30px;
  }
  .about__block-top {
    margin-bottom: 50px;
    
  }
  .about__block-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 46px
  }
  .about__block-bottom-l {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 47px;
  }
  .about__block-layer {
    height: 554px;
    border-radius: 0;
  }
  .main-video-block {
    padding-bottom: 60px;
  }
  .play-bnt {
    width: 50px;
  }
  .main-screen__info-row .main-btn.main-btn-tr,
  .main-screen__info-row .main-btn.main-btn-tr:hover {
    background: transparent;
    color: #FFFFFF;
  }
  .main-btn.main-btn-gr {
    background: #005844;
    color: #FFFFFF;
  }
  .main-btn.main-btn-tr {
    background: #FFFFFF;
    color: #005844;
  }
  .about__block-bottom-r .main-btn {
    background: #FFFFFF;
    color: #005844;
  }
  .green-line .main-btn,
  .green-line .main-btn:hover {
    background: transparent;
    color: #FFFFFF;
  }
  .about__block-bottom-r .main-btn.main-btn-tr,
  .about__block-bottom-r .main-btn.main-btn-tr:hover {
    background: transparent;
    color: #FFFFFF;
  }
  .why_we .main-subtitle.text-center{
    text-align: left;
  }
  .why_we .main-title.text-center {
    text-align: left;
    max-width: 480px;
  }
  .our-branches_r {
    max-width: 390px;
  }
  /* .swiper-slide.our-branches__slider-item:nth-child(1) {
    max-width: 213px;
  }
  .swiper-slide.our-branches__slider-item:nth-child(2) {
    max-width: 229px;
  }
  .swiper-slide.our-branches__slider-item:nth-child(3) {
    max-width: 140px;
  }
  .swiper-slide.our-branches__slider-item:nth-child(4) {
    max-width: 200px;
  }
  .swiper-slide.our-branches__slider-item:nth-child(5) {
    max-width: 222px;
  }
  .swiper-slide.our-branches__slider-item:nth-child(6) {
    max-width: 227px;
  }
  .swiper-slide.our-branches__slider-item:nth-child(7) {
    max-width: 306px;
  }
  .swiper-slide.our-branches__slider-item:nth-child(8) {
    max-width: 199px;
  }
  .swiper-slide.our-branches__slider-item:nth-child(9) {
    max-width: 144px;
  }
  .swiper-slide.our-branches__slider-item:nth-child(10) {
    max-width: 179px;
  }
  .swiper-slide.our-branches__slider-item:nth-child(11) {
    max-width: 212px;
  }
  .swiper-slide.our-branches__slider-item:nth-child(12) {
    max-width: 248px;
  }
  .swiper-slide.our-branches__slider-item:nth-child(13) {
    max-width: 210px;
  }
  .swiper-slide.our-branches__slider-item:nth-child(14) {
    max-width: 120px;
  } */
  .swiper-slide.our-branches__slider-item img {
    width: 100%;
  }
  .swiper-slide.our-differences__item.swiper-slide-active {
    width: 495px !important;
    height: 320px;
  }
  .our-differences__item {
    width: 200px;
    height: 248px;
  }
  .news__item {
    width: 48%;
    margin-right: 4%;
    margin-top: 74px;
  }
  .news__item-img {
    height: 201px;
    margin-bottom: 25px;
  }
  .vacancies-main__bg {
    overflow: hidden;
  }
  .vacancies-main__bg .main-title {
    max-width: 340px;
  }
  .vacancies-main__bg .main-text {
    max-width: 484px;
  }
  .vacancies-main.full {
    background: transparent;
  }
  .vacancies-main.full .vacancies-main__bg {
    background: linear-gradient(90deg, #012617 0%, #013021 13.02%, #011D0D 34.9%, #014B39 65.1%, #011C0C 100%);
  }
  .vacancies-main__outline {
    left: -2%;
    bottom: -51px;
  }
  .vacancies-main__outline2 {
    width: 150px;
    right: -15px;
    top: 38px;
  }
  .footer__row {
    flex-wrap: wrap;
  }
  .footer-col__one,
  .footer-col__two,
  .footer-col__three,
  .footer-col__four {
    width: 50%;
    margin-bottom: 51px;
  }
  .about__item-info:hover {
    bottom: 40px;
  }
  .solutions-info__row {
    flex-wrap: wrap;
  }
  .solutions-info__item {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 54px;
  }
  .show-more {
    display: block;
  }
  .solutions-info__item-list ul {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: .2s;
  }
  .solutions-info__item-list.show-more-mobile ul {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .solutions-info__row {
    margin-bottom: 0;
  }
  .solutions-steps__line {
    display: none;
  }
  .solutions-steps__row {
    flex-direction: column;
    align-items: center;
  }
  .solutions-steps__block .main-title {
    text-align: center;
  }
  .solutions-steps__item {
    margin-bottom: 94px;
  }
  .solutions-steps__item:last-child {
    margin-bottom: 0;
  }
  .solutions-steps__item::before {
    content: '';
    position: absolute;
    width: 63px;
    height: 1.5px;
    bottom: -45px;
    left: 50%;
    border: 1.5px solid;
    background: linear-gradient(90deg, #A67322 0.28%, #D19E4D 42.99%, #D9A655 63.3%, #BD8A39 100.28%);
    transform: translateX(-50%) rotate(90deg);
  }
  .solutions-steps__item:last-child::before {
    display: none;
  }
  .solutions-steps__title-tablet {
    display: block;
  }
  .solutions-steps__title {
    display: none;
  }
  .solutions-steps__item-number {
    margin: 0 auto 16px auto;
  }
  .main-screen.solutions {
    height: 744px;
  }
  .solutions-info__block {
    padding: 60px 0 0 0;
  }
  .facts-figures .container {
    width: 100%;
  }
  .facts-figures .container .main-title {
    max-width: 90%;
    margin: 0 auto 45px auto;
  }
  .facts-figures__block-row {
    flex-wrap: wrap;
  }
  .facts-figures__block-column-one {
    max-width: 45%;
    height: 355px;
  }
  .facts-figures__block-column-two {
    max-width: 55%;
    height: 355px;
    padding: 25px 36px 39px 36px;
  }
  .facts-figures__block-column-one img { 
    height: 355px;
    object-fit: cover;
  }
  .facts-figures__block-column-six.mobile {
    display: block
  }
  .facts-figures__block-column-six {
    display: none
  }
  .facts-figures__block-column-six.mobile {
    width: 100%;
    max-width: 100%;
    height: 166px;
    padding: 33px 37px;
  }
  .facts-figures__block-column-six.mobile .facts-figures__block-column-six-layer {
    width: 100%;
    height: 166px;
    left: 0;
  }
  .facts-figures__block-column-six-title {
    max-width: 366px;
  }
  .facts-figures__block-column-three {
    max-width: 100%;
    width: 100%;
    height: 325px;
  }
  .facts-figures__block-column-three img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .facts-figures__block-column-four,
  .facts-figures__block-column-five,
  .facts-figures__block-column-eight {
    display: none;
  }
  .facts-figures__block-column-five.mobile {
    display: block;
  }
  .facts-figures__block-column-nine {
    order: 1;
    max-width: 100%;
    background: #F6F6F6;
    height: 166px;
    padding: 38px 36px;
    display: flex;
    justify-content: flex-end;
  }
  .facts-figures__block-column-nine-title {
    max-width: 341px;
    text-align: right;
  }
  .facts-figures__block-column-seven {
    order: 2;
    max-width: 55%;
    padding: 51px 36px 50px 36px;
    height: 437px;
  }
  .facts-figures__block-column-five.mobile {
    max-width: 45%;
    order: 3;
    height: 449px;
  }
  .facts-figures__block-column-five img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .our-mission .flex-row-ac-sb {
    flex-direction: column-reverse;
    width: 100%;
  }
  .our-mission__l {
    margin-right: 0;
    width: 90%;
    margin: 0 auto;
  }
  .our-mission__r {
    max-width: 100%;
  }
  .our-mission__r {
    height: 470px;
    margin-bottom: 46px;
  }
  .our-mission__r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .our-team__slider-item-img {
    height: 400px;
    margin-bottom: 21px;
  }
  .our-team__slider-item-img img:hover {
    bottom: 0;
  }
  .our-team__slider-item-img img:hover ~ .our-team__slider-item-img-h {
    opacity: 0;
  }
  .swiper.our-team__slider {
    overflow: hidden;
  }
  .our-team-prev,
  .our-team-next {
    top: 160px;
  }
  .image-l-info .flex-row-ac-sb {
    flex-direction: column;
  }
  .image-l-info__l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 65px;
  }
  .image-l-info__l .image-l-info__r-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .image-l-info__r-vector {
    bottom: -63px;
    left: auto;
    right: -15px;
  }
  .image-l-info__r {
    max-width: 100%;
  }
  .your-advantages__row {
    flex-direction: column;
    align-items: center;
  }
  .your-advantages .main-subtitle {
    text-align: center;
  }
  .your-advantages__item {
    margin-bottom: 60px;
  }
  .your-advantages__item.titels {
    margin-bottom: 10px;
  }
  .your-advantages__item:last-child {
    margin-bottom: 0;
  }
  .your-advantages {
    padding: 56px 0 60px 0;
  }
  .all-positions__item {
    flex-direction: column;
  }
  .all-positions__item-l {
    width: 100%;
  }
  .all-positions__item-l picture {
    width: 100%;
    height: 198px;
  }
  .all-positions__item-r {
    padding: 26px 25px 34px 26px;
    width: 100%;
  }
  .all-positions__item-r-bottom.flex-row-ac-sb {
    flex-wrap: wrap;
  }
  .all-positions__item-r-btn {
    width: 100%;
    margin-top: 28px;
  }
  .position_r_img .flex-row-ac-sb {
    flex-direction: column;
    width: 100%;
  }
  .position_r_img__l {
    width: 100%;
    max-width: 90%;
    margin: 0 auto 30px auto;
  }
  .position_r_img__r {
    max-width: 100%;
  }
  .position_r_img__r-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .position_r_img__r-w {
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .position_r_img__r {
    height: auto;
    max-width: 100%;
    min-height: 680px;
  }
  .position-tasks {
    flex-direction: column;
  }
  .position-tasks__item {
    width: 100%;
    margin-right: 0;
  }
  .position-tasks__item.green {
    margin-bottom: 34px;
  }
  .position-benefits__row {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    height: 750px;
    overflow: hidden;
    transition: .2s;
  }
  .position-benefits__item {
    font-size: 20px;
    margin-right: 0;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .position-benefits__item img {
    margin-right: 0;
  }
  .position-benefits__item {
    margin-top: 30px;
  }
  .position-benefits__item:nth-child(1) {
    margin-top: 0;
  }
  .position-benefits__show-more.show-more {
    display: block;
  }
  .position-benefits__block.show-more-mobile .position-benefits__row {
    height: auto;
  }
  .position-benefits__block.show-more-mobile .position-benefits__show-more.show-more {
    margin-top: 71px;
  }
  .position-benefits__block.show-more-mobile .show-more::before {
    transform: rotate(180deg) translateX(50%);
  }
  .position-benefits__block .main-subtitle,
  .position-benefits__block .main-title {
    text-align: center;
  }
  .position-image-l-info .flex-row-ac-sb {
    flex-direction: column;
  }
  .position-image-l-info__l {
    width: 100%;
    margin-right: 0;
    padding-bottom: 85px;
  }
  .position-image-l-info__l picture img {
    width: 100%;
    height: 625px;
    object-fit: cover;
  }
  .position-image-l-info__r-vector {
    bottom: 9px;
  }
  .position-image-l-info__r {
    max-width: 100%;
  }
  .position-testimonials__row {
    display: none;
  }
  .position-testimonials__slider {
    display: block;
  }
  .position-testimonials__slider-navs,
  .modules-three-items__slider-navs {
    padding: 15px 0 0 0;
  }
  .position-testimonials {
    position: relative;
    padding: 35px 0 0 0;
  }
  .career-single .main-screen__title.pages strong {
    display: block;
  }
  .page-404__img img {
    width: 100%;
  }
  .btns-404 .main-btn.main-btn-tr,
  .btns-404 .main-btn.main-btn-tr:hover {
    background: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
  }
  .geraete-page__row {
    flex-direction: column;
  }
  .geraete-page__row-r {
    max-width: 100%;
  }
  .geraete-page__row-l {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .geraete-page__item {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
  .geraete-page__item-title-num {
    margin-right: 15px;
  }
  .geraete-page__item-text {
    padding-left: 54px;
  }
  .main-screen__title svg.main-screen__title-pc {
    display: none;
  }
  .main-screen__title svg.main-screen__title-tablet {
    display: block;
  }
  .main-screen-about .main-screen__title.pages {
    display: flex;
  }
  .main-screen__title.pages {
    display: block;
  }
  .main-screen__title.pages svg {
    margin-left: 0;
  }
  .main-screen-about .main-screen__title.pages svg {
    margin-left: 14px;
  }
  .main-video-block__layer {
    height: 257px;
  }
  .our-differences__slider-navs.flex-row-ac {
    flex-direction: column-reverse;
    align-items: flex-end;
    width: 100%;
  }
  .our-differences__slider-navs {
    padding: 37px 0 51px 0;
  }
  .our-differences-pagination {
    margin-right: 0;
    max-width: 100%;
  }
  .our-differences__slider-prev,
  .our-differences__slider-next,
  .our-differences__slider-prev svg,
  .our-differences__slider-next svg {
    width: 60px;
    height: 60px;
  }
  .our-differences__slider-prev {
    margin-right: 36px;
  }
  .our-differences__slider-arrs {
    margin-bottom: 38px;
  }
  .our-differences-pagination-fraction {
    font-size: 20px;
    position: absolute;
    bottom: 113px;
    left: 36px;
  }
  .image-and-info__side,
  .image-and-info__img {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .image-and-info__side {
    margin-bottom: 50px;
  }
  .image-and-info .container {
    flex-direction: column;
  }
  .image-and-info.right .container {
    flex-direction: column-reverse;
  }
  .image-and-info .container .image-and-info__img img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .image-and-info.right .container .image-and-info__img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .image-and-info__side p {
    max-width: 100%;
  }
  .blog-img.container  {
    width: 100%;
  }
  .blog-text, .blog-img {
    margin-bottom: 60px;
  }
  .blog-quote {
    font-size: 36px;
  }
  .modules-listing__item {
    width: 47%;
  }
  .modules-listing__item:nth-child(odd) {
    margin-right: 6%;
  }
  .modules-three-items__row {
    display: none;
  }
  .modules-three-items__slider {
    display: block;
    overflow: visible;
  }
  .modules-three-items-layer {
    height: 312px;
  }
  .modules-three-items .container {
    width: 100%;
  }
  .modules-three-items__title {
    width: 90%;
    margin: 0 auto 45px auto;
  }
  .modules-three-items__slider {
    width: 90%;
    margin: 0 auto;
  }
  .blog-quote br {
    display: none;
  }
  .modules-three-items {
    padding-top: 53px;
    overflow: hidden;
  }
  .blog-single__date {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.75px;
    margin-bottom: 14px;
  }
  .filters {
    hyphens: auto;
  }
  .filters__item ul li:hover {
    background: transparent;
  }
  .filters__item ul li.active {
    background: #ccdeda !important;
  }
  .filters__cities.filters__item ul li.active:hover::before {
    background: url('../img/check-filter.svg ');
  }
}

@media (max-width: 960px) {
  .why_we__block {
    display: none;
  }
  .why_we__block-mobile {
    display: block;
  }
  .why_we__item-title {
    font-size: 36px;
    hyphens: auto;
    word-wrap: break-word;
  }
  .position-image-l-info__l picture img {
    height: 450px;
  }
  .page-404__layer {
    height: 506px;
  }
  .blog-quote {
    text-align: left;
  }
  .filters {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .filters__item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 12px;
  }
  .all-positions__row {
    margin-top: 0;
  }
  .filters__header-wrapper {
    font-size: 18px;
  }
}

@media (max-width: 740px) {
  .header__nav-find-menu {
    z-index: 101;
  }
  .main-screen__subtitle br {
    display: block;
  }
  .what-we-do__r-w {
    flex-direction: column;
  }
  .what-we-do__r-item.active {
    max-width: 100%;
    padding: 27px 25px 28px 25px;
    height: auto;
    margin-right: 0;
  }
  .what-we-do__r-item {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .what-we-do__r-item .what-we-do__r-title {
    transform: rotate(0);
    padding: 17px;
    margin-right: 0;
    margin-bottom: 0px;
  }
  .what-we-do__l {
    margin-bottom: 37px;
  }
  .what-we-do__r-item.active .what-we-do__r-title {
    padding: 0;
  }
  .what-we-do__r-img {
    height: 100%;
    object-fit: cover;
  }
  .what-we-do__r-item {
    margin-right: 0;
  }
  .what-we-do__r-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .what-we-do__r-item:last-child {
    margin-bottom: 0;
  }
  .main-video-block__layer {
    height: 335px;
  }
  .header__nav-find {
    display: none;
  }
  .facts-figures__block-column-one {
    max-width: 100%;
    height: 380px;
    order: 1;
  }
  .facts-figures__block-column-one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .facts-figures__block-column-two {
    max-width: 100%;
    height: auto;
    text-align: center;
    order: 2;
  }
  .facts-figures__title {
    font-size: 24px;
  }
  .facts-figures__block-column-six-title {
    font-size: 20px;
    text-align: center;
    max-width: 100%;
  }
  .facts-figures__block-column-six.mobile {
    padding: 33px;
    height: auto;
    order: 4;
  }
  .facts-figures__block-column-three {
    order: 3;
    height: 211px;
  }
  .facts-figures__block-column-nine {
    padding: 33px;
    height: auto;
    justify-content: center;
  }
  .facts-figures__block-column-nine-title {
    max-width: 196px;
    text-align: center;
    font-size: 20px;
  }
  .facts-figures__block-column-five.mobile {
    max-width: 100%;
    order: 2;
    height: 600px;
  }
  .facts-figures__block-column-seven {
    order: 3;
    max-width: 100%;
    padding: 51px 36px 50px 36px;
    height: auto;
  }
  .facts-figures .container .main-title {
    font-size: 50px;
    max-width: 176px;
  }
  .facts-figures__block-column-seven {
    text-align: center;
    padding: 27px 36px 27px 36px;
  }
  .career-page-wrapper .main-screen__title strong {
    display: block;
  }
  .image-l-info .container {
    width: 100%;
  }
  .image-l-info__r-vector {
    width: 279px;
    bottom: -60px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .image-l-info__r {
    max-width: 90%;
    margin: 0 auto;
  }
  .image-l-info__l-text.main-text {
    text-align: center;
  }
  .your-advantages__item {
    margin-bottom: 28px;
  }
  .your-advantages__item.titels {
    margin-bottom: 0;
  }
  .all-positions__item-l picture {
    height: 161px;
  }
  .all-positions__item-text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .all-positions__item-r-work-time.all-positions__item-text {
    margin-bottom: 32px;
  }
  .all-positions__item-r-btn {
    margin-top: 0;
  }
  .all-positions__item-r-text {
    margin-bottom: 34px;
  }
  .all-positions__item-r-title {
    font-size: 20px;
    line-height: 27px;
    hyphens: auto;
  }
  .all-positions__item-text {
    font-size: 18px;
  }
  .position_r_img__l .main-title {
    font-size: 35px;
    line-height: 40px;
  }
  .position_r_img__l-text {
    text-align: center;
  }
  .position_r_img__r-item {
    width: 310px;
    padding: 10px 35px;
    font-size: 16px;
    min-height: 60px;
  }
  .position_r_img__r-item svg {
    width: 30px;
    top: 7px;
  }
  .position_r_img__r-item-info-h {
    font-size: 16px;
  }
  .position_r_img__r {
    min-height: 370px;
  }
  .position-tasks__item {
    padding: 20px 14px 32px 14px;
  }
  .position-benefits__item {
    width: 80%;
  }
  .position-benefits__row {
    height: 495px;
  }
  .position-image-l-info .flex-row-ac-sb {
    width: 100%;
  }
  .position-image-l-info__r {
    max-width: 90%;
    margin: 0 auto;
  }
  .position-image-l-info__l {
    padding-bottom: 67px;
    
  }
  .position-image-l-info__l picture img {
    height: 250px;
  }
  .position-image-l-info__r-vector {
    width: 279px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: 9px;
  }
  .position-image-l-info__r .position-image-l-info__l-text {
    text-align: center;
  }
  .position-image-l-info .container {
    padding-bottom: 0;
  }
  .position-testimonials__slider-navs,
  .modules-three-items__slider-navs {
    flex-direction: column;
  }
  .position-testimonials-pagination,
  .modules-three-items-pagination {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .position-testimonials__slider-arrs,
  .modules-three-items__slider-arrs {
    justify-content: space-between;
    width: 100%;
  }
  .position-tasks__item-title {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .position-tasks__item-list ul li {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .position-benefits__item {
    list-style: 27px
  }
  .btns-404 .main-btn:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page-404__layer {
    height: 526px;
  }
  .page-404 .main-subtitle,
  .page-404 .main-title {
    text-align: left;
  }
  .page-404 {
    padding: 140px 0 50px 0;
    position: relative;
  }
  .geraete-page__row-l,
  .geraete-page__item-title {
    font-size: 20px;
  }
  .geraete-page__item {
    margin-bottom: 31px;
    padding-bottom: 31px;
  }
  .geraete-page__item-title-num {
    margin-right: 18px;
  }
  .geraete-page__item-text {
    padding-left: 57px;
  }
  .location__block-r-item-name-position {
    flex-direction: column;
    text-align: center;
  }
  .location__block-r-item-name-position-img {
    padding-right: 0;
    width: 90px;
    height: 90px;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .location-map .location__block-r-item-name-position-img,
  .location-map.white-map .location__block-r-item-name-position-img {
    border-right: none;
  }
  .location__block-r-item-city {
    text-align: center;
    font-size: 20px;
    line-height: 27px;
  }
  .location__block-r-item-padding {
    font-size: 18px;
    line-height: 136%;
  }
  .location-form .main-btn {
    width: 100%;
    text-align: center;
  }
  .location-map .mapboxgl-ctrl-bottom-left {
    flex-direction: column-reverse;
    bottom: 0;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .location-map .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-geocoder {
    max-width: 100%;
  }
  .location-map .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl.mapboxgl-ctrl-group {
    width: 100%;
  }
  .location-map .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-geocoder,
  .location-map .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl.mapboxgl-ctrl-group {
    margin-right: 0 !important;
    margin-left: 0;
  }
  .location-map .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-group button {
    width: 100%;
  }
  .location-map__height {
    height: 750px;
  }
  .location-map .location__block-r-item {
    padding: 30px 23px;
  }
  .location-contact-name-wrapper,
  .location-contact-address,
  .location-contact-phones,
  .location-contact-email {
    width: 100%;
  }
  .formfield__container {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .formfield__container:nth-child(6) {
    width: 100%;
  }
  .formblock__submit-cst {
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-top: 60px;
  }
  .header__nav-find-mobile,
  .header__nav-find-menu-mob-row {
    display: flex;
  }
  .header__nav-find-menu {
    width: 330px;
    font-size: 20px;
    left: auto;
    right: -80px;
    top: 50px;
    padding: 44px 0 17px 0;
  }
  .mapboxgl-popup-text {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
  }
  .mapboxgl-popup-text span {
    font-size: 16px;
  }
  .mapboxgl-popup-image {
    display: none;
  }
  .mapboxgl-popup-text.popup-text-mb {
    display: block;
    margin-bottom: 5px;
  }
  .mapboxgl-popup-in {
    width: auto;
  }
  .mapboxgl-popup-text-wrapper {
    padding: 10px;
  }
  .location-map .mapboxgl-ctrl-geocoder--icon-search {
    top: 18px;
    left: 18px;
  }
  .location-contact-padding {
    font-size: 20px;
    line-height: 25px;
  }
  .location-contact-name-wrapper {
    order: 1;
    margin-right: 0;
  }
  .location-contact-position {
    margin-bottom: 29px;
  }
  .location-contact-address {
    order: 2;
    margin-right: 0;
    margin-bottom: 29px;
  }
  .location-contact-phones {
    order: 3;
    margin-bottom: 29px;
  }
  .formfield__option {
    margin-right: 0;
    margin-top: 23px;
  }
  .formfield__checkbox__check {
    top: 0;
  }
  .pflichtfelder {
    top: 55px;
  }
  .what-we-do__r-item .what-we-do__r-text.main-text {
    display: none;
  }
  .what-we-do__r-item.active .what-we-do__r-text.main-text {
    display: block;
  }
  .vacancies-main.full .container {
    width: 100%;
  }
  .blog-single__date {
    text-align: center;
  }
  .blog-text,
  .image-and-info__side,
  .modules-three-items__item {
    text-align: center;
  }
  .blog-quote {
    text-align: center;
    font-size: 30px;
    padding: 36px 0 47px 0;
  }
  .image-and-info__side h3, .modules-listing__title, .blog-text h3 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .modules-listing__item {
    width: 100%;
  }
  .modules-listing__item:nth-child(odd) {
    margin-right: 0;
  }
  .modules-listing__item,
  .modules-listing__item:nth-child(2) {
    margin-top: 20px;
  }
  .modules-three-items-layer {
    height: 424px;
  }
  .modules-listing.mb {
    margin-bottom: 137px;
  }
  .quote-small {
    margin: 92px auto;
    padding-left: 0;
    border-left: none;
    position: relative;
    text-align: center;
  }
  .quote-small::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -36px;
    width: 178px;
    height: 4px;
    background: #005844;
  }
  .quote-small::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -36px;
    width: 178px;
    height: 4px;
    background: #005844;
  }
  .filters {
    margin-bottom: 18px;
  }
}

@media (max-width: 665px) {
  /* .location-contact__item-list {
    line-height: 120%;
    margin-bottom: 15px;
  }
  .location-contact-city span {
    padding: 0px 30px;
    display: block;
  } */
  .swiper.our-branches__slider .swiper-slide.our-branches__slider-item {
    font-size: 50px;
  }
  .header__nav-find-mobile {
    top: 100px;
  }
  .header__nav-find-menu {
    top: 40px;
  }
  .header__nav-find-menu.sticky {
    top: 72px;
  }
  .mapboxgl-ctrl-geocoder--icon.mapboxgl-ctrl-geocoder--icon-close {
    top: 16px;
  }
  .main-screen__title svg.main-screen__title-tablet {
    display: none;
  }
  .main-screen__title svg.main-screen__title-mobile {
    display: block;
  }
  .main-screen-about .main-screen__title.pages svg {
    top: 1px;
    position: relative;
  }
  .logo {
    width: 141px;
  }
  .main-text, .main-btn, .header__nav ul.header-menu li a, .header__nav-find, .header__r-top,
  .what-we-do__r-item.active .what-we-do__r-text.main-text {
    font-size: 18px;
  }
  ul.footer-menu li a {
    font-size: 16px;
  }
  .advantages_item {
    height: 108px;
    margin-right: 5%;
    width: 30%;
  }
  .advantages_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .header__nav-find {
    display: none;
  }
  .main-video-block__layer {
    height: 135px;
  }
  .swiper-slide.our-differences__item.swiper-slide-active {
    width: 300px !important;
  }
  .main-screen {
    background: linear-gradient(90deg, rgba(4, 31, 20, 0.9) 21.23%, rgba(0, 62, 25, 0.5) 76.09%);
    height: 667px;
    padding-top: 172px;
  }
  .why_we__block-mobile-prev,
  .why_we__block-mobile-next,
  .why_we__block-mobile-prev svg,
  .why_we__block-mobile-next svg {
    width: 50px;
    height: 50px;
  }
  .footer-col__title {
    font-size: 18px;
  }
  .main-screen.pages {
    background: linear-gradient(90deg, rgba(4, 31, 20, 0.7) 21.23%, rgba(0, 62, 25, 0.5) 76.09%);
      height: 309px;
      padding-top: 150px;
  }
  .main-screen.solutions {
    background: transparent;
  }
  .mb {
    margin-bottom: 40px;
  }
  .about.mb,
  .partners .mb,
  .what-we-do.mb,
  .why_we.mb,
  .our-branches.mb,
  .our-differences.mb {
    margin-bottom: 60px;
  }
  .why_we.mb .main-title {
    margin-bottom: 30px;
  }
  .about.mb,
  .partners .mb,
  .what-we-do.mb,
  .why_we.mb,
  .our-branches.mb,
  .our-differences.mb {
    margin-bottom: 60px;
  }
  .main-screen__title {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .main-screen__subtitle {
    font-size: 20px;
    margin-bottom: 38px;
  }
  .main-screen__info-row.flex-row-ac {
    align-items: flex-start;
    flex-direction: column;
  }
  .main-btn {
    width: 100%;
    text-align: center;
  }
  .main-screen__btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .main-screen__cites-text {
    font-size: 16px;
  }
  .main-subtitle {
    font-size: 18px;
    text-align: center;
  }
  .main-title {
    font-size: 35px;
    margin-bottom: 30px;
    text-align: center;
    hyphens: auto;
  }
  .about__item {
    height: 560px;
  }
  .about__item-info,
  .about__item-info-overlay {
    right: 50%;
    transform: translateX(50%);
    bottom: 20px;
  }
  .about__item-info:hover {
    bottom: 20px;
  }
  .about__item:nth-child(1) {
    margin-bottom: 10px;
  }
  .about .container {
    width: 100%;
  }
  .about .main-subtitle{
    width: 90%;
    margin: 0 auto 6px auto;
  }
  .about .main-title {
    width: 68%;
    margin: 0 auto 30px auto;
    word-wrap: break-word;
  }
  .about__block-bottom {
    width: 90%;
    margin: 0 auto;
  }
  .about__block-bottom-l {
    text-align: center;
  }
  .about__block-bottom-r.flex-row-ac {
    flex-direction: column;
    width: 100%;
  }
  .about__block-bottom-r-bnt {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .why_we .main-subtitle.text-center,
  .why_we .main-title.text-center {
    text-align: center;
  }
  .why_we__block-mobile-item {
    flex-direction: column;
  }
  .why_we__block-mobile-item-img {
    width: 137px;
  }
  .why_we__item-title {
    margin-right: 0;
    font-size: 30px;
    text-align: center;
  }
  .why_we__block-mobile-item-r .main-text {
    text-align: center;
  }
  .why_we__block-mobile-arrs {
    position: absolute;
    top: 38px;
    width: 100%;
    justify-content: space-between;
    z-index: 2;
  }
  .why_we__block-mobile-pagination {
    max-width: 100%;
  }
  .our-branches {
    background: linear-gradient(90deg, #012617 0%, #013021 13.02%, #011D0D 34.9%, #014B39 65.1%, #011C0C 100%);
    padding-bottom: 20px;
  }
  .our-branches_row {
    flex-direction: column;
    background: transparent;
  }
  .our-branches_l {
    width: 100%;
    max-width: 100%;
    padding: 40px 0 14px 0;
  }
  .our-branches_r {
    height: 250px;
    max-width: 100%;
    background: transparent;
    overflow: visible;
  }
  .our-branches_r-germany {
    width: 166px;
  }
  .our-branches_r-l-one,
  .our-branches_r-l-two {
    display: none;
  }
  .our-branches_l .main-text {
    text-align: center;
  }
  .swiper-slide.our-differences__item.swiper-slide-active {
    width: 95% !important;
    height: 200px;
  }
  .our-differences__item {
    width: 146px;
    height: 160px;
  }
  .our-differences__slider .swiper-wrapper {
    left: 9px;
  }
  .our-differences__slider-prev,
  .our-differences__slider-next,
  .our-differences__slider-prev svg,
  .our-differences__slider-next svg {
    width: 50px;
    height: 50px;
  }
  .our-differences__slider-navs {
    padding: 15px 0 24px 0;
  }
  .our-differences__slider-navs.flex-row-ac {
    margin: 0 auto;
  }
  .our-differences__slider-arrs {
    margin-bottom: 24px;
  }
  .our-differences-pagination-fraction {
    font-size: 18px;
    bottom: 67px;
    left: 26px;
  }
  .our-differences__layer {
    height: 195px;
  }
  .news__item,
  .news__item:nth-child(2n) {
    width: 100%;
    margin-right: 0;
    margin-top: 32px;
  }
  .news__item:last-child {
    margin-bottom: 0;
  }
  .footer-col__one {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-logo {
    margin-bottom: 0;
    width: 140px;
  }
  .footer-col__text,
  .footer-col__text,
  .about__block-bottom-l {
    font-size: 16px;
  }
  .footer-col__two {
    width: 100%;
    text-align: center;
  }
  .footer-col__pad.footer-col__phone,
  .footer-col__pad.footer-col__email {
    width: 162px;
    margin: 0 auto;
    text-align: left;
    padding-left: 33px;
  }
  .footer-col__two-address {
    margin-bottom: 13px;
  }
  .footer-col__two {
    margin-bottom: 42px;
  }
  .footer-col__four {
    text-align: right;
  }
  .footer-col__three,
  .footer-col__four {
    margin-bottom: 30px;
  }
  .footer__row {
    margin-bottom: 0px;
  }
  .vacancies-main.container.mb {
    width: 100%;
    margin-bottom: 0;
  }
  .vacancies-main__bg {
    border-radius: 0;
    padding: 61px 0 60px 0;
  }
  .vacancies-main__outline {
    left: -2%;
    bottom: -84px;
    width: 158px;
  }
  .vacancies-main__outline2 {
    width: 130px;
    right: -15px;
    top: -42px;
  }
  .vacancies-main__bg .main-title{
    max-width: 100%;
    width: 90%;
    margin: 0 auto 28px auto;
  }
  .vacancies-main__bg .main-text {
    max-width: 100%;
    width: 90%;
    margin: 0 auto 31px auto;
  }
  .vacancies-main__bg .main-btn {
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
  }
  .footer-col__worktime span {
    display: none;
  }
  .footer-col__worktime .footer-col__text.bold {
    padding-left: 30px;
  }
  .footer-col__pad.footer-col__worktime {
    padding-left: 0;
  }
  .footer-col__worktime::before {
    top: 2px;
  }
  .footer {
    padding: 30px 0 22px 0;
    background: #005844;
  }
  .what-we-do__r-img {
    left: -40px;
    width: 118%;
  }
  .what-we-do__r {
    height: 645px;
  }
  .what-we-do__r-item .what-we-do__r-title {
    font-size: 20px;
  }
  .about__item-info-subtitle {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .about__item-info-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .about__item-info,
  .about__item-info-overlay {
    width: 90%;
    height: 335px;
  }
  .what-we-do__l-text.main-text {
    text-align: center;
  }
  .news__item-title {
    font-size: 20px;
  }
  .main-screen__subtitle-solutions.main-subtitle {
    text-align: left;
  }
  .main-screen__title-two {
    font-size: 35px;
    line-height: 40px;
    word-wrap: break-word;
    max-width: 248px;
    hyphens: manual;
    position: relative;
  }
  .main-screen__title-two::before {
    content: '-';
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    color: #005844;
    position: absolute;
    right: -3px;
    top: 38px;;
  }
  .main-subtitle.solutions-info__subtitle {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
  }
  .main-title.solutions-info__title {
    text-align: left;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 31px;
    word-wrap: break-word;
    max-width: 90%;
  }
  .main-text.solutions-info__text {
    margin-bottom: 46px;
  }
  .solutions-info__title-pc {
    display: none;
  }
  .solutions-info__title-mobile {
    display: block;
  }
  .solutions-info__item-img {
    display: none;
  }
  .solutions-info__item {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px -5px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 31px 16px;
  }
  .solutions-info__item {
    margin-bottom: 36px;
  }
  .solutions-info__item-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .solutions-info__item-text{
    margin-bottom: 16px;
  }
  .solutions-info__item-list ul li {
    margin-bottom: 16px;
    line-height: 178%;
    font-size: 18px;
  }
  .main-screen.solutions {
    padding-top: 158px;
  }
  .solutions-steps__title-tablet {
    display: none;
  }
  .solutions-steps__title {
    display: block;
  }
  .solutions-steps__item-title {
    font-weight: 800;
    font-size: 20px;
  }
  .solutions-steps__item-text {
    font-size: 18px;
  }
  .solutions-steps__item {
    margin-bottom: 72px;
  }
  .solutions-steps__item::before {
    width: 40px;
    bottom: -38px;
  }
  .facts-figures__block-column-five.mobile {
    height: 380px;
  }
  .facts-in-numbers {
    background: #005844;
    padding: 26px 0 35px 0;
  }
  .facts-in-numbers__item-number {
    font-size: 50px;
    line-height: 68px;
  }
  .facts-in-numbers__item-text {
    font-size: 20px;
    line-height: 27px;
  }
  .our-mission__r {
    height: 220px;
    margin-bottom: 28px;
  }
  .our-mission__l {
    word-wrap: break-word;
  }
  .our-mission__l-text {
    text-align: center;
  }
  .our-team-prev,
  .our-team-next {
    width: 50px;
    height: 50px;
  }
  .our-team-prev svg,
  .our-team-next svg {
    width: 20px;
  }
  .our-team__slider-item-name,
  .our-team__slider-item-position,
  .our-team__slider-item-link {
    text-align: center;
    display: block;
  }
  h2{
    font-size: 20px;
  }
  h3 {
    font-size: 16px;
  }
  .main-text ol,
  .main-text ul {
    padding-left: 22px;
    margin-bottom: 20px;
  }
  .main-text ul li ul {
    padding-left: 44px;
  }
  .partners__item {
    max-width: 150px;
    height: 50px;
    margin: 0 15px;
  }
}

@media (max-width: 420px) {
  .main-screen__subtitle {
    font-size: 15px;
    line-height: 1.5;
  }
}

@media (max-width: 359px) {
  .header-top-info {
    font-size: 16px;
  }
  .about__item-info, .about__item-info-overlay {
    height: 356px;
  }
  .main-text, .main-btn, .header__nav ul.header-menu li a, .header__nav-find, .header__r-top, ul.footer-menu li a,
  .what-we-do__r-item.active .what-we-do__r-text.main-text {
    font-size: 16px;
  }
  .all-positions__item-r-title {
    font-size: 16px;
    line-height: 22px;
  }
  .mapboxgl-popup-text span {
    font-size: 14px;
  }
  .header__nav-find-menu {
    width: 285px;
  } 
  .solutions-info__item-list ul li {
    font-size: 16px;
  }
  .header__nav-find-menu-mob-row {
    font-size: 18px;
  }
  .header__nav-find-menu .location-form a {
    font-size: 16px;
    line-height: 27px;
  }
}