* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Fatura", "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1.3em;
  color: #666666;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

[hidden] {
  display: none !important;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  font-weight: 500;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
}

[role=button] {
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
}

fieldset {
  border: none;
  outline: none;
}

.ds_block {
  display: block;
}

.ds_flex {
  display: flex;
}

.ds_inline-block {
  display: inline-block;
}

.flex_center {
  justify-content: center;
  align-items: center;
}

.flex_end {
  justify-content: flex-end;
  text-align: right;
}

.flex-justify-content_center {
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .flex-justify-content-md_center {
    justify-content: center;
  }
}

.flex-align-items_flex-end {
  align-items: flex-end;
}

.hidden {
  display: none;
}

.ov-hid {
  overflow: hidden;
}

.pointer-ev_none {
  pointer-events: none;
}

.seo-hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.site main {
  flex-grow: 1;
}

.container {
  width: 1134px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-large {
  width: 1730px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.row>[class*=col] {
  padding: 0 10px;
}

.row-neg-mb {
  margin-bottom: -20px;
}

@media screen and (max-width: 767px) {
  .row-neg-mb {
    margin-bottom: -30px;
  }
}

.col-grow {
  flex-grow: 1;
  flex-basis: 1px;
}

.col-12 {
  width: 100%;
}

.col-9 {
  width: 75%;
}

.col-6 {
  width: 50%;
}

.col-4 {
  width: 33%;
}

.col-3 {
  width: 25%;
}

.col-mb {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .col-mb {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .col-md-12 {
    width: 100%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-6 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-12 {
    width: 100%;
  }

  .col-sm-6 {
    width: 50%;
  }
}

.cl-white {
  color: #ffffff;
}

@media screen and (min-width: 1025px) {
  .desktop-hide {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tablet-hide {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}

.ta_left {
  text-align: left;
}

.ta_center {
  text-align: center;
}

.ta_right {
  text-align: right;
}

:disabled,
.disabled {
  cursor: not-allowed;
}

h1 {
  font-weight: 800;
  font-size: 60px;
  line-height: 1.16em;
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 46px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-weight: 800;
  font-size: 48px;
  line-height: 1.12em;
}

@media screen and (max-width: 1024px) {
  h2 {
    font-size: 34px;
    text-align: center;
  }

  h2.pd-left-130 {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-weight: 800;
  font-size: 36px;
  line-height: 1.15em;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.153em;
}

h5 {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.153em;
}

.p {
  font-size: 24px;
  line-height: 1.45em;
}

.p_lg {
  font-size: 28px;
  line-height: 1.4em;
}

@media screen and (max-width: 767px) {
  .p_lg {
    font-size: 18px;
  }
}

.p_md {
  font-size: 18px;
  line-height: 1.3em;
}

.p_sm {
  font-size: 14px;
  line-height: 1.57em;
}

section {
  padding: 72px 0;
}

@media screen and (max-width: 1024px) {
  section {
    padding: 54px 0;
  }
}

@media screen and (max-width: 767px) {
  section {
    padding: 32px 0;
  }
}

.btn {
  text-transform: uppercase;
  font-size: 16pt;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1pt solid #5E9852;
  padding: 16px;
  color: #5E9852;
  font-weight: 500;
}

.btn__line {
  background: #5E9852;
  color: #ffffff;
  padding: 4px 12px;
}

.link {
  display: inline-block;
  color: #5E9852;
  position: relative;
}

.link::before {
  content: "";
  bottom: 1px;
  width: 100%;
  height: 1pt;
  background-color: #5E9852;
  position: absolute;
  transition: 0.3s ease;
}

.link:hover:before {
  opacity: 0;
}

form input[type=submit] {
  cursor: pointer;
}

form.submitting input[type=submit] {
  position: relative;
  cursor: progress;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .mb-t-50 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mb-m-80 {
    margin-bottom: 80px;
  }

  .mb-m-50 {
    margin-bottom: 50px;
  }

  .mb-m-40 {
    margin-bottom: 40px;
  }
}

/* scrollbar start */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  box-shadow: inset 1px 1px 10px #5E9852;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #e5e5e5;
}

/* scrollbar end */
.select2.select2-container--default .select2-selection--single {
  background: linear-gradient(180deg, #ffffff 0%, #f4f6f8 100%);
  border: 1px solid #dfe3e8;
  box-sizing: border-box;
  border-radius: 8px;
  height: auto;
  margin: 0;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  height: 40px;
  font-size: 16px;
  line-height: 18px;
  color: #000;
}

.select2.select2-container--default .select2-results__option {
  font-size: 16px;
  line-height: 18px;
}

.select2-dropdown {
  border-color: #dfe3e8 !important;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}

.select2-results .select2-results__options .select2-results__option {
  font-size: 16px;
  line-height: 18px;
  padding: 8px 12px;
  color: #000;
  border-bottom: 1px solid #dfe3e8;
}

.select2-results .select2-results__options .select2-results__option:last-child {
  border-bottom: none;
}

input,
textarea {
  border: 1px solid transparent;
  padding: 12px 16px;
  max-width: 100%;
  transition: 0.3s ease;
  box-shadow: 0px 3px 8px 0px rgba(34, 60, 80, 0.2);
}

input::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #5E9852;
}

input[type=checkbox] {
  width: 16px !important;
  height: 16px !important;
}

.uppercase {
  text-transform: uppercase;
}

.pd-left-150 {
  padding-left: 150px;
}

.pd-left-130 {
  padding-left: 130px;
}

@media (max-width: 1024px) {
  .pd-left-130 {
    padding-left: 80px;
  }
}

@media (max-width: 767px) {
  .pd-left-130 {
    padding-left: 30px;
  }
}

.pd-top-130 {
  padding-top: 130px;
}

@media (max-width: 767px) {
  .pd-top-130 {
    padding-top: 48px;
  }
}

.pd-bottom-0 {
  padding-bottom: 0 !important;
}

.pd-120 {
  padding: 120px 0;
}

@media (max-width: 1024px) {
  .pd-120 {
    padding: 80px 0;
  }
}

.pos__relative {
  position: relative;
}

.pos__absolute {
  position: absolute;
}

.pos__static {
  position: static;
}

.menu .lang {
  position: relative;
}

.menu .lang #menu-languages {
  position: relative;
  top: 1px;
  right: 0;
}

.menu .lang #menu-languages .wpml-ls-current-language>a {
  pointer-events: none;
}

.menu .lang #menu-languages a {
  width: 40px;
  height: 33px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.menu .lang #menu-languages .sub-menu {
  right: 0;
  top: calc(100% + 10px);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}

.menu .lang #menu-languages .sub-menu::before {
  content: "";
  width: 100%;
  height: 13px;
  top: -13px;
  position: absolute;
}

.menu .lang #menu-languages:hover .sub-menu {
  opacity: 1;
  pointer-events: visible;
}

.otgs-development-site-front-end {
  display: none !important;
}

.secondary-hero {
  background: #e5e5e5;
  background: #e5e5e5 url(../media/bg/secondary-hero-bg.png) center no-repeat;
  background-size: cover;
  padding-top: 240px;
  padding-bottom: 0;
  position: relative;
}

@media (max-width: 1024px) {
  .secondary-hero {
    padding-top: 180px;
  }
}

@media (max-width: 767px) {
  .secondary-hero {
    padding-top: 130px;
  }

  .secondary-hero .parallelogram {
    margin-right: 15px;
  }
}

.secondary-hero .container {
  display: flex;
  align-items: center;
  max-width: calc(100% - 180px);
  justify-content: space-between;
  position: relative;
  padding-bottom: 72px;
  padding-right: 200px;
  padding-top: 44px;
}

.secondary-hero .container h1 {
  margin-right: 30px;
}

@media (max-width: 1024px) {
  .secondary-hero .container h1 {
    margin-right: 15px;
  }
}

.secondary-hero .container .design-elem {
  position: absolute;
}

@media (max-width: 1024px) {
  .secondary-hero .container {
    max-width: 100%;
    padding-right: 20px;
  }
}

.secondary-hero::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 100%;
  background: linear-gradient(to right, #8AD14F, #00837D);
  left: 0;
  bottom: 0;
}

.blocks-in-line {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
  gap: 16px;
}

.blocks-in-line__elem {
  width: 198px;
  height: 342px;
}

.blocks-in-line__elem:nth-child(1) {
  background: url(../media/our_value/icon1.png) center no-repeat;
  background-size: contain;
}

.blocks-in-line__elem:nth-child(1):hover {
  background: url(../media/our_value/icon1_hover.png) center no-repeat;
  background-size: contain;
}

.blocks-in-line__elem:nth-child(2) {
  background: url(../media/our_value/icon2.png) center no-repeat;
  background-size: contain;
}

.blocks-in-line__elem:nth-child(2):hover {
  background: url(../media/our_value/icon2_hover.png) center no-repeat;
  background-size: contain;
}

.blocks-in-line__elem:nth-child(3) {
  background: url(../media/our_value/icon3.png) center no-repeat;
  background-size: contain;
}

.blocks-in-line__elem:nth-child(3):hover {
  background: url(../media/our_value/icon3_hover.png) center no-repeat;
  background-size: contain;
}

.blocks-in-line__elem:nth-child(4) {
  background: url(../media/our_value/icon4.png) center no-repeat;
  background-size: contain;
}

.blocks-in-line__elem:nth-child(4):hover {
  background: url(../media/our_value/icon4_hover.png) center no-repeat;
  background-size: contain;
}

.blocks-in-line__elem:nth-child(5) {
  background: url(../media/our_value/icon5.png) center no-repeat;
  background-size: contain;
}

.blocks-in-line__elem:nth-child(5):hover {
  background: url(../media/our_value/icon5_hover.png) center no-repeat;
  background-size: contain;
}

.section-icon-line-text {
  padding: 72px 0;
}

.section-icon-line-text .container {
  display: flex;
}

@media (max-width: 1024px) {
  .section-icon-line-text .container {
    flex-direction: column;
  }

  .section-icon-line-text .container.pd-left-130 {
    padding-left: 80px;
  }
}

@media (max-width: 767px) {
  .section-icon-line-text .container.pd-left-130 {
    padding-left: 30px;
  }
}

.section-icon-line-text__content h2 {
  margin-bottom: 44px;
  text-align: left !important;
}

@media (max-width: 767px) {
  .section-icon-line-text__content h2 {
    margin-bottom: 22px;
  }
}

.section-icon-line-text_image {
  position: absolute;
  right: 99%;
  transform: translateY(-50%);
  top: 50%;
  max-width: 100px;
  height: auto;
}

@media (max-width: 1024px) {
  .section-icon-line-text_image {
    transform: translate(0);
    position: static;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .section-icon-line-text {
    padding: 54px 0;
  }
}

@media screen and (max-width: 767px) {
  .section-icon-line-text {
    padding: 32px 0;
  }
}

.section-parallelogram-center {
  min-height: 350px;
  padding: 46px 0;
  position: relative;
}

.section-parallelogram-center .container {
  min-height: inherit;
}

.section-parallelogram-center .container:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 30px;
  border-right-width: 30px;
  border-top: 34px solid #666666;
  top: calc(100% + 46px);
  left: 0;
}

@media (max-width: 1024px) {
  .section-parallelogram-center .container:after {
    left: -11px;
  }
}

@media (max-width: 767px) {
  .section-parallelogram-center .container:after {
    left: -19px;
  }
}

.section-parallelogram-center .parallelogram {
  position: absolute;
  left: 50%;
  top: 50% !important;
  transform: skew(-25deg) translate(-50%, -50%);
  transform-origin: right top;
}

.section-parallelogram-center .line-dots-elem {
  height: 100%;
}

.home_page_black .parallelogram {
  top: 220px !important;
}

.four-elem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
}

.four-elem-grid__elem {
  width: 100%;
  height: 350px;
}

@media (max-width: 767px) {
  .four-elem-grid__elem {
    min-height: 350px;
    height: auto;
  }
}

@media (max-width: 1024px) {
  .four-elem-grid {
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .four-elem-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.four-elem-grid__elem {
  overflow: hidden;
  position: relative;
}

.four-elem-grid__elem>img {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.4s ease;
}

.four-elem-grid__elem>div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.4s ease;
}

.four-elem-grid__elem>div h2 {
  font-weight: 500;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  font-size: 43px;
}

.four-elem-grid__elem>div h2 img {
  max-width: 95px;
}

@media (max-width: 767px) {
  .four-elem-grid__elem>div h2 img {
    max-width: 75px;
    max-height: 45px;
  }
}

@media (max-width: 767px) {
  .four-elem-grid__elem>div h2 {
    text-align: left;
  }
}

.four-elem-grid__elem__icon {
  max-width: 40px;
}

.four-elem-grid__elem__bottom {
  padding: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 115px;
}

@media (max-width: 767px) {
  .four-elem-grid__elem__bottom {
    min-height: 80px;
  }
}

.four-elem-grid__elem__after {
  position: relative !important;
  padding: 18px;
  justify-content: center !important;
  transform: scale(0);
  pointer-events: none;
  opacity: 0;
  font-size: 13px;
  line-height: 1.4em;
}

.four-elem-grid__elem__after img {
  position: absolute;
  right: 18px;
  top: 18px;
}

.four-elem-grid__elem__after h2,
.four-elem-grid__elem__after h3,
.four-elem-grid__elem__after h4 {
  font-size: 14px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .four-elem-grid__elem__after {
    padding-top: 70px;
  }
}

.four-elem-grid__elem:hover>img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.four-elem-grid__elem:hover .four-elem-grid__elem__after {
  transform: scale(1);
  pointer-events: visible;
  opacity: 1;
}

.four-elem-grid__elem:hover .four-elem-grid__elem__before {
  transform: scale(0);
  pointer-events: none;
  opacity: 0;
}

.grid-icons__elem .border-line {
  padding-top: 24px;
  position: relative;
  padding-bottom: 8px;
  font-weight: 500;
  text-align: center;
}

.grid-icons__elem .border-line::before {
  content: "";
  width: 100%;
  height: 1pt;
  background: linear-gradient(to right, #8AD14F, #00837D, #8AD14F);
  top: 0;
  left: 0;
  position: absolute;
  transition: 0.3s ease;
}

.grid-icons__elem__top {
  background: #ffffff;
  color: #666666;
  transition: 0.3s ease;
  padding: 12px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grid-icons__elem .text-bottom {
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
  color: #5E9852;
  display: block;
}

.grid-icons__elem svg {
  transform: scale(0.8);
  margin-top: 24px;
  margin-bottom: 62px;
}

.grid-icons__elem svg stop {
  transition: 0.3s ease;
}

.grid-icons__elem:hover svg stop {
  stop-color: #ffffff;
}

.grid-icons__elem:hover .grid-icons__elem__top {
  background: linear-gradient(to bottom, #8AD14F, #00837D);
  color: #ffffff;
  transition: 0.3s ease;
}

.grid-icons__elem:hover .border-line:before {
  background: #ffffff;
}

@media (max-width: 767px) {
  .grid-icons__elem {
    margin-bottom: 48px !important;
  }
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.grid-2 .grid-2__link-careers {
  display: flex;
  height: 300px;
  position: relative;
}

.grid-2 .grid-2__link-careers .grid-2__link-careers__label {
  align-self: flex-end;
  padding: 32px 16px;
  color: #ffffff;
  background: linear-gradient(to right, #8AD14F, #00837D);
  width: 100%;
}

.grid-2 .grid-2__link-careers::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 90px;
  left: 50%;
  top: 50px;
  transform: skew(-25deg) translateX(-50%);
  background: linear-gradient(to right top, #8AD14F, #00837D);
  opacity: 0.3;
  transition: 0.3s ease;
}

.grid-2 .grid-2__link-careers:hover:before {
  opacity: 1;
}

@media (max-width: 767px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

.grid-4 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}

.grid-4__elem {
  width: calc(25% - 36px);
  margin: 18px;
}

@media (max-width: 767px) {
  .grid-4__elem {
    width: calc(50% - 36px);
  }
}

@media (max-width: 450px) {
  .grid-4__elem {
    width: 100%;
    margin: 0;
    margin-bottom: 24px;
  }
}

.grid-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 32px;
}

.grid-5__elem {
  width: calc(20% - 24px);
  margin: 12px;
}

@media (max-width: 1024px) {
  .grid-5__elem {
    width: calc(33.33% - 24px);
  }
}

@media (max-width: 767px) {
  .grid-5__elem {
    width: calc(50% - 24px);
  }
}

@media (max-width: 400px) {
  .grid-5__elem {
    width: 100%;
    margin: 0;
    margin-bottom: 24px;
  }
}

.parallelogram {
  width: 90px;
  height: 130px;
  transform: skew(-25deg);
  border: 4px solid;
  background: transparent;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to right top, #8AD14F, #00837D);
  transition: 0.3s ease;
  overflow: hidden;
  position: relative;
}

.parallelogram.large {
  width: 125px;
  height: 160px;
}

.parallelogram:before {
  content: "";
  width: 150%;
  height: 150%;
  left: -10px;
  top: -10px;
  right: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(to right top, #8AD14F, #00837D);
  opacity: 0;
  transition: 0.4s ease;
}

.parallelogram:hover:before {
  opacity: 1;
}

@media (max-width: 767px) {
  .parallelogram {
    width: 60px;
    height: 80px;
  }
}

.parallelogram_pseudo:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 26px;
  transform: skew(-25deg);
  background: linear-gradient(to right top, #8AD14F, #00837D);
  right: 40px;
  top: 23px;
}

.line-elem,
.line-dots-elem,
.circle-line-elem {
  position: absolute;
  left: 30px;
  top: 0;
  width: 30px;
  height: 100%;
}

.line-elem:before,
.line-elem:after,
.line-dots-elem:before,
.line-dots-elem:after,
.circle-line-elem:before,
.circle-line-elem:after {
  position: absolute;
  content: "";
  background: #ffffff;
}

@media (max-width: 1024px) {

  .line-elem,
  .line-dots-elem,
  .circle-line-elem {
    left: 15px;
  }
}

@media (max-width: 767px) {

  .line-elem,
  .line-dots-elem,
  .circle-line-elem {
    left: 12px;
  }
}

.line-elem:before {
  width: 3px;
  height: 100%;
  background: #666666;
}

.circle-line-elem:before {
  width: 3px;
  height: 100%;
}

.circle-line-elem:after {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ffffff;
  top: 0;
  left: -11px;
}

@media (max-width: 767px) {
  .circle-line-elem:after {
    width: 20px;
    height: 20px;
    left: -9px;
  }
}

.line-dots-elem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
}

.line-dots-elem>div {
  width: 3px;
  margin-bottom: 3px;
}

.line-dots-elem>div:last-child {
  margin-bottom: 0;
}

.line-dots-elem__dot {
  height: 4px;
  border-radius: 50%;
  margin-bottom: 5px;
  background: #666666;
}

.line-dots-elem__dot:last-child {
  margin-bottom: 0;
}

.line-dots-elem__dots {
  display: flex;
  flex-direction: column;
}

.line-dots-elem__line {
  height: calc(100% - 34px);
  background: #666666;
}

.line-dots-elem.reverse {
  flex-direction: column-reverse;
}

.line-dots-elem.white .line-dots-elem__dot,
.line-dots-elem.white .line-dots-elem__line {
  background: #ffffff;
}

.dark-opacity-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
}

.right_fixed_elem {
  display: flex;
  flex-direction: column;
  width: 40px;
  height: 36px;
  justify-content: space-between;
  position: fixed;
  right: 0px;
  top: 20%;
}

.right_fixed_elem span {
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #8AD14F, #00837D);
}

@media (max-width: 767px) {
  .right_fixed_elem {
    display: none;
  }
}

.new-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px -15px;
  margin-bottom: 44px;
  display: none;
}

.new-categories a {
  display: inline-block;
  margin: 15px;
  padding-top: 13px;
  position: relative;
}

.new-categories a:before {
  content: "";
  width: 110px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #e5e5e5;
  transition: 0.3s ease;
}

.new-categories a.active:before,
.new-categories a:hover:before {
  background: #8AD14F;
}

.blog .container,
.archive .container {
  width: 1265px;
}

.blog .team-block-inner h2,
.archive .team-block-inner h2 {
  text-align: center;
}

.news-container {
  display: flex;
  flex-wrap: wrap;
}

.news-post {
  display: block;
  position: relative;
  background-size: cover;
  width: calc(33.33% - 24px);
  margin: 12px;
  margin-bottom: 32px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
}

.news-contact {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  gap: 18px;
}

.news-contact img {
  width: 77.681px;
  height: 80px;
}

.news-contact__content {
  display: flex;
  flex-direction: column;
  color: #666;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.news-contact__content a {
  color: #549446;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: underline;
}

.news-post .post-name-category {
  color: #666666;
  display: inline-block;
  padding: 20px 40px;
  text-transform: uppercase;
  font-size: 24px;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
}

.news-post__inner {
  background: #ffffff;
  padding: 26px 40px 124px;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-post__inner h5 {
  font-size: 18px;
  /* padding-bottom: 16px; */
  margin-bottom: 16px;
  font-weight: 600;
  display: block;
  max-height: 85px;
  overflow: hidden;
}

.news-post__top__content {
  max-height: 220px;
  padding-bottom: 10px;
  overflow: auto;
}

.news-post__cats {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  bottom: 20px;
  min-height: 60px;
}

.news-post__cats.single {
  margin-top: 150px;
  align-items: center;
  position: static;
}

.news-post__cats.single .btn {
  margin-left: auto;
  background-color: #5E9852;
  color: #fff;
  padding: 13px 27px;
}

.news-post__cats.single .btn:hover {
  background-color: #fff;
  color: #5E9852;

}

.news-post__cats a {
  color: #549446;
  font-size: 24px;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
}

.news-post__featured-image {
  height: 200px;
}

.news-post__featured-image.single {
  height: auto;
  margin: 64px 0 40px;
}

.news-post__featured-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news-post__cat {
  color: #549446;
  font-size: 18px;
  width: max-content;
  font-weight: 500;
}

.news-post__cat:hover {
  text-decoration: underline;
}

.news-post__bottom {
  display: flex;
  gap: 5px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 16px;
  position: absolute;
  bottom: 84px;
}

.section-icon-line-text__content h1 {
  color: #666;
  text-align: justify;
  font-size: 48px;
  font-style: normal;
  font-weight: 550;
  line-height: 100%;
  margin-bottom: 35px;
  margin-top: 64px;
}

.section-icon-line-text__content .date {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  color: #666;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 65px;
}

.section-icon-line-text svg {
  position: absolute;
  left: -80px;
  top: 64px;
  width: 150px;
  transform: translateX(-50%);
}

@media (max-width: 1024px) {
  .news-post {
    width: calc(50% - 24px);
  }
}

@media (max-width: 767px) {
  .news-post {
    width: 100%;
    margin: 0;
    margin-bottom: 18px;
  }

  .section-icon-line-text__content h1 {
    font-size: 32px;
  }

  .news-post__featured-image.single {
    margin: 0;
    margin-bottom: 20px;
  }

  .section-icon-line-text__content .date {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .news-contact {
    display: none;
  }
}

.nav-pagination {
  font-size: 16px;
  padding: 16px;
  background: #f5f5f5;
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.nav-pagination .page-numbers {
  padding: 6px;
}

.nav-pagination .page-numbers.prev {
  margin-right: 12px;
}

.nav-pagination .page-numbers.next {
  margin-left: 12px;
}

.container-careers-second-block {
  display: flex;
  align-items: center;
  max-width: 1100px;
  width: 100%;
  position: relative;
}

.container-careers-second-block img:first-child {
  max-width: 75%;
}

.container-careers-second-block img:last-child {
  max-width: 22%;
}

.container-careers-second-block::after {
  content: "";
  width: 100%;
  height: 1pt;
  position: absolute;
  left: 0;
  bottom: -50px;
  background: linear-gradient(to right, #8AD14F, #00837D);
}

/*# sourceMappingURL=style.min.css.map */


.our-project .container {
  width: 1334px;
}

.our-project__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.our-project__item {
  width: 630px;
  position: relative;
  height: 460px;
  display: flex;
  align-items: flex-end;
  transition: all .5s ease;
  margin-bottom: 42px;
}

.our-project__img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
  filter: grayscale(100%);
  object-fit: cover;
  z-index: -1;
}

.our-project__name {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 46px;
  text-transform: uppercase;
  color: #8DD069;
  width: 100%;
  padding: 30px 37px;
  height: 50%;
  display: flex;
  align-items: flex-end;
  transition: all .5s ease;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) .34%, rgba(217, 217, 217, 0) 50.24%);
}


.our-project__logo {
  position: absolute;
  width: 128px;
  height: 210px;
  top: 0;
  background: #fff;
  right: 10%;
  padding: 30px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: grayscale(100%);
  transition: all .5s ease;
}

.our-project__logo img {
  max-width: 100%;
}

.our-project__item:hover .our-project__logo,
.our-project__item:hover .our-project__img {
  filter: grayscale(0%);
}

.our-project__item:hover .our-project__name {
  color: #FFFFFF;
}

.our-project__text {
  padding: 75px;
}

@media screen and (max-width: 768px) {
  .our-project__logo {
    width: 85px;
    height: 140px;
  }

  .our-project__item {
    width: 100%;
    height: 350px;
  }

  .our-project__name {
    padding: 10px 17px;
    font-size: 28px;
  }
}


.logistic__items {
  display: flex;
  gap: 59px;
  flex-wrap: wrap;
}

.logistic.business-lines-subpage .section-icon-line-text__content .subtitle {
  margin-top: 20px;
  margin-bottom: 50px;
}

.logistic__item {
  width: 290px;
}

.logistic__text {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #666666;
  text-align: center;
}

.logistic__val {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: #5F9853;
  margin-top: 35px;
  text-align: center;
}

.logistic .section-icon-line-text__content h2 {
  margin-bottom: 0;
}

.logistic .section-icon-line-text__content h3 {
  margin-top: 113px;
}

.logistic-text h3 {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #666666;
}


.logistic-text .line-dots-elem,
.logistic-text .line-dots-elem__line {
  height: 100%;
}

.logistic__rows {
  margin-top: 42px;
  margin-bottom: 105px;
}

.logistic__row {
  display: flex;
  padding: 20px;
  border-bottom: 2px solid #D9D9D9;
}


.logistic__row:first-child {
  border-top: 2px solid #5F9853;
}


.logistic__cell,
.logistic__content {
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;

  /* identical to box height */

  color: #666666;
}


.logistic__cell:first-child {
  width: 25%;
  display: flex;
  align-items: center;
}

.logistic__content {
  margin-top: 76px;
  margin-bottom: 105px;
  font-weight: 300;
  font-size: 24px;
  line-height: 31px;
  color: #666666;
}

.logistic__content p {
  margin-bottom: 15px;
}

.logistic .sub-bline {
  font-weight: 800;
  padding-bottom: 30px;
}

.logistic.business-lines-page .section-1 h1 {
  padding-top: 35px;
}

.contact .container {
  display: flex;
}

.contact .ava-block {
  position: relative;
  padding: 20px;
  margin-bottom: 24px;
}

.contact .ava-block .grad-square {
  position: absolute;
  width: 40%;
  height: 40%;
  display: block;
  background-image: linear-gradient(90deg, rgb(139 195 74), rgb(1 86 78));
  left: 0;
  bottom: 0;
  filter: brightness(.9) contrast(2);
  opacity: .7;
}

.contact__name {
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  color: #666666;
}

.contact__post {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  color: #5F9853;
}

.contact__phone,
.contact__mail {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.contact__phone svg,
.contact__mail svg {
  margin-right: 25px;
  height: 25px;
}


.contact__phone a,
.contact__mail a {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #666666;
}

.contact form {
  width: 620px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact form label {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}

.contact form label.small {
  display: flex;
  flex-direction: column;
  width: 49%;
}


.contact form label span {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: #666;
  margin-bottom: 17px;
}

.contact .ava-block .img-block {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}


.contact__content {
  width: 465px;
  margin-right: 105px;
}

.contact .btn {
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 40px;
  width: 247px;
  height: 58px;
  background: #5E9852;
  font-weight: 450;
  font-size: 30px;
  line-height: 41px;
  color: #FFFFFF;
  padding: 0;
}

.agree {
  margin-top: 24px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #666;
  transition: all 0.3s ease;
}

.agree__checkbox {
  position: relative;
  min-width: 24px;
  height: 24px;
  border: 1px solid #333A4A;
  margin-right: 12px;
  overflow: hidden;
  margin-top: 3px;
  transition: all 0.3s ease;

}

.agree__checkbox::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.8);
  width: 18px;
  height: 18px;
  background: #5E9852;
  opacity: 0;
  transition: all 0.3s ease;
}

.agree.active .agree__checkbox::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .logistic.business-lines-subpage .section-icon-line-text__content .subtitle {
    text-align: left;
  }

  .logistic .section-icon-line-text__content h3 {
    margin-top: 50px;
  }

  .logistic__val {
    font-weight: 500;
    font-size: 45px;
    line-height: 82px;
    color: #5F9853;
    margin-top: 15px;
    text-align: center;
  }

  .logistic__items {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
  }

  .logistic .owl-carousel .owl-item img {
    height: 220px;
  }

  .logistic-text h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #666666;
  }

  .logistic__row {
    flex-direction: column;
  }

  .logistic__rows {
    margin-bottom: 50px;
  }

  .logistic__content {
    font-size: 24px;
    line-height: 34px;
  }

  .contact__content {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }

  .contact .container {
    flex-direction: column;
  }

  .contact__phone,
  .contact__mail {
    margin-top: 15px;
  }

  .contact__phone svg,
  .contact__mail svg {
    width: 25px;
  }

  .contact__phone a,
  .contact__mail a {
    font-size: 22px;
  }

  .contact form {
    width: 100%;
  }

  .contact form label.small {
    width: 100%;
  }

  .contact form label {
    margin-bottom: 20px;
  }

  .contact form label span {
    margin-bottom: 10px;
  }
}


.wrap {
  width: 1185px;
  margin: 0 auto
}

body,
html {
  overflow-x: hidden
}

.apm-btn,
button.apm-btn,
input[type=submit].apm-btn {
  background: #fff;
  border-radius: 24px;
  display: block;
  padding: 12px 38px;
  padding-bottom: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #1e69ad;
  font-family: ofelia-display;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  border: none
}

.apm-text,
.apm-text p {
  font-family: ofelia-display;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%
}

.apm-text p,
.apm-text p p {
  margin-bottom: 1rem
}

.apm-title {
  font-family: ofelia-display;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 35px
}

.apm-hero {
  height: 765px;
  position: relative;
  overflow: hidden
}

.apm-hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover
}

.apm-hero__bg {
  background: linear-gradient(90deg, #1e4578 1.19%, #1e69ad 100%);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 2
}

.apm-hero .wrap {
  position: relative;
  z-index: 3;
  padding: 230px 0
}

.apm-hero h1.title {
  font-family: ofelia-display;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 57px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 58px
}

.apm-hero .apm-btn {
  margin: 0 auto;
  margin-top: 25px;
  cursor: pointer
}

.apm-about {
  position: relative
}

.apm-about img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover
}

.apm-about .wrap {
  padding: 105px 0;
  position: relative;
  z-index: 2;
  color: #1e4578
}

.apm-about .apm-text {
  width: 593px
}

.page-id-2520 .apm-about .apm-text,
.page-id-2520 .apm-our .apm-text {
  width: 655px
}

.apm-our {
  position: relative
}

.apm-our img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover
}

.apm-our .apm-text {
  width: 593px;
  margin-bottom: 64px
}

.apm-our .wrap {
  position: relative;
  padding: 120px 0;
  z-index: 2;
  color: #fff
}

.apm-our h3.title {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  font-family: ofelia-display
}

.apm-our__items {
  display: flex;
  justify-content: space-between;
  margin-top: 35px
}

.apm-our__item {
  width: 248px
}

.apm-our__item svg {
  display: block;
  margin: 0 auto;
  height: 115px;
  margin-bottom: 25px
}

.apm-our__item__descr {
  font-family: ofelia-display;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  text-align: center
}

.apm-our__item__descr span {
  font-size: 22px;
  font-weight: 500
}

.apm-our-team {
  position: relative
}

.apm-our-team svg {
  position: absolute;
  top: 5%;
  right: 0
}

.apm-our-team__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.apm-our-team .wrap {
  padding: 82px 0
}

.apm-our-team__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0 90px
}

.apm-our-team__item {
  padding-left: 155px;
  padding-top: 105px;
  position: relative;
  margin-bottom: 76px;
  width: 335px;
  cursor: pointer
}

.apm-our-team__item img {
  position: absolute;
  border-radius: 100%;
  width: 145px;
  height: 145px;
  left: 0;
  top: 0
}

.apm-our-team__name {
  font-family: ofelia-display;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #fff
}

.apm-our-team__post {
  font-family: ofelia-display;
  font-weight: 400;
  font-size: 18px;
  color: #1e68ad
}

.apm-contact {
  background: linear-gradient(159.14deg, #202c51 44.36%, #1e69ad 100.79%);
  position: relative;
  z-index: 2
}

.apm-contact .wrap {
  position: relative;
  display: flex;
  height: 100%
}

.apm-contact .wrap img {
  position: absolute;
  z-index: 0;
  left: -18%;
  top: 10%;
  width: 75%
}

.apm-contact h3.title {
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 35px
}

.apm-contact form {
  position: relative;
  z-index: 1;
  padding-bottom: 69px;
  width: 536px
}

.apm-contact form label {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px
}

.apm-contact form label span {
  font-family: ofelia-display;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #fff
}

.apm-contact form label input {
  height: 43.33px
}

.apm-contact form label input,
.apm-contact form label textarea {
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  padding: 5px;
  font-weight: 400;
  font-size: 20px
}

.apm-contact form label textarea {
  height: 149.33px
}

.apm-contact #map {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 44%
}

.apm-contact #map img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.apm-team-modals {
  z-index: 10000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease
}

.apm-team-modals.active {
  opacity: 1;
  visibility: visible
}

.apm-team-modal {
  position: absolute;
  display: none;
  align-items: center;
  color: #fff;
  gap: 150px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 85px 25px;
  padding-right: 150px;
  background: linear-gradient(240.28deg, rgba(30, 104, 173, .91) -9.52%, rgba(32, 44, 81, .91) 68.17%)
}

.apm-team-modal.active {
  display: flex
}

.apm-team-modal .apm-team-close {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  width: 25px;
  height: 25px;
  border-radius: 0
}

.apm-team-modal img {
  border-radius: 100%;
  width: 235px;
  height: 235px;
  margin-bottom: 25px
}

.apm-team-modal__info {
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center
}

.apm-team-modal__mail {
  margin-top: 26px;
  color: #fff;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%
}

.apm-team-modal__text {
  margin-top: -10%;
  width: 470px
}

.apm-team-modal__text a,
.apm-team-modal__text p {
  font-family: ofelia-display;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%
}

.apm-team-modal__text a {
  display: block;
  margin-top: auto;
  position: absolute;
  bottom: 15%
}

.apm-team-modal__name {
  font-family: ofelia-display;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #fff
}

.apm-team-modal__post {
  font-family: ofelia-display;
  font-weight: 400;
  font-size: 18px;
  color: #1e68ad
}

.apm-footer {
  position: relative;
  background: linear-gradient(180deg, #15181a 0, #202c51 100%);
  padding: 0
}

.apm-footer svg {
  position: absolute;
  right: 0;
  top: -5%;
  height: 105%;
  z-index: 1
}

.apm-footer .wrap {
  position: relative;
  z-index: 2;
  font-family: ofelia-display;
  padding: 35px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #fff
}

.apm-footer .wrap a {
  color: #fff
}

.mobile {
  display: none
}

@media screen and (max-width:1024px) {

  .news-post__cats.single .btn {
    width: 100%;
  }

  .wrap {
    width: 100%;
    padding: 0 25px !important
  }

  .apm-hero {
    padding-top: 40vw
  }

  .apm-hero img {
    display: none
  }

  .apm-hero img.mobile {
    display: block
  }

  .apm-hero .wrap {
    width: 100%;
    padding: 0 25px;
    padding-top: 150px
  }

  .apm-hero h1.title {
    font-weight: 500;
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 24px
  }

  .apm-hero .apm-logo {
    width: 72px;
    height: 40.66px
  }

  .apm-hero .apm-btn {
    margin-top: 48px;
    margin-left: 0;
    text-transform: uppercase;
    padding: 12px 26px;
    font-size: 16px
  }

  .apm-about {
    padding: 80px 0
  }

  .apm-about img {
    display: none
  }

  .apm-about img.mobile {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
  }

  .apm-title {
    text-align: left;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 75px
  }

  .apm-text,
  .apm-text p {
    width: 100% !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%
  }

  .apm-our {
    padding: 80px 0
  }

  .apm-our img {
    display: none
  }

  .apm-our img.mobile {
    display: block
  }

  .apm-our h3.title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-top: 75px;
    margin-bottom: 77px
  }

  .apm-our__items {
    flex-direction: column;
    align-items: center
  }

  .apm-our__item {
    margin-bottom: 50px;
    width: 270px
  }

  .apm-our__item img,
  .apm-our__item svg {
    display: block;
    margin-bottom: 33px
  }

  .apm-our__item__descr {
    font-size: 16px
  }

  .apm-our__item__descr span {
    font-size: 20px
  }

  .apm-our-team {
    padding: 80px 0
  }

  .apm-our-team__items {
    gap: 0
  }

  .apm-our-team__bg {
    display: none
  }

  .apm-our-team__bg.mobile {
    display: block
  }

  .apm-our-team__item {
    padding-top: 0;
    padding-left: 32vw;
    height: 30vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 60px;
    width: 100%
  }

  .apm-our-team__item img {
    width: 30vw;
    height: 30vw
  }

  .apm-our-team__item:nth-child(even) {
    padding-left: 0vw;
    padding-right: 32vw
  }

  .apm-our-team__item:nth-child(even) img {
    left: initial;
    right: 0;
    width: 30vw;
    height: 30vw
  }

  .apm-our-team__item:nth-child(even) .apm-our-team__name {
    text-align: right
  }

  .apm-our-team__item:nth-child(even) .apm-our-team__post {
    text-align: right
  }

  .apm-our-team__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%
  }

  .apm-our-team__post {
    font-size: 16px
  }

  .apm-contact {
    padding-bottom: 0
  }

  .apm-contact .wrap {
    flex-direction: column
  }

  .apm-contact .wrap img {
    left: 15%;
    top: 1%;
    width: 80%
  }

  .apm-contact .wrap form {
    width: 100%
  }

  .apm-contact .wrap form h3.title {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px
  }

  .apm-contact .wrap form label span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%
  }

  .apm-contact .wrap form label input {
    height: 40px
  }

  .apm-contact .wrap form textarea {
    height: 130px
  }

  .apm-contact .wrap form .apm-btn {
    margin: 0 auto;
    text-transform: uppercase;
    width: 220px;
    padding-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%
  }

  .apm-contact #map {
    position: relative !important;
    width: 100%;
    height: 100vw;
    display: none
  }

  .apm-contact #map.mobile {
    display: block
  }

  .apm-footer {
    padding: 30px 0;
    background: linear-gradient(159.14deg, #202c51 44.36%, #1e69ad 100.79%)
  }

  .apm-footer svg {
    display: none
  }

  .apm-footer .wrap {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%
  }

  .apm-team-modal {
    width: 95%;
    max-height: 75%;
    gap: 80px;
    padding: 30px 15px;
    padding-bottom: 200px;
    flex-direction: column;
    background: linear-gradient(25.92deg, #1a3f70 54.38%, #1e69ae 99.44%)
  }

  .apm-team-modal .apm-team-close {
    top: 30px;
    right: 20px
  }

  .apm-map.mobile {
    display: block;
    position: relative !important;
    width: 100%;
    height: 100vw
  }

  .apm-team-modal__info {
    width: 100%;
    align-items: flex-start
  }

  .apm-team-modal__info img {
    width: 150px;
    height: 150px;
    margin: 0;
    margin-bottom: 30px
  }

  .apm-team-modal__mail {
    position: absolute;
    bottom: 30px
  }

  .apm-team-modal__text {
    width: 100%
  }

  .apm-team-modal__text a,
  .apm-team-modal__text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%
  }

  .apm-team-modal__text a {
    position: absolute;
    bottom: 28px;
    right: 30px
  }

  .page-id-2453 .menu-triger,
  .page-id-2520 .menu-triger {
    background: url(../images/apm-menu.png) 0 0 no-repeat !important
  }

  .page-id-2520 .apm-hero h1.title {
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    width: 280px
  }

  .page-id-2520 .apm-hero h1.title span {
    width: 100%;
    display: block
  }

  .page-id-2520 .apm-hero h1.title br {
    display: none
  }

  .page-id-2520 .apm-contact h3.title {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px
  }
}

.page-id-2453 .right_fixed_elem,
.page-id-2520 .right_fixed_elem {
  display: none
}

.our-team {
  padding: 45px 0;
}

.our-team h2 {
  text-align: center;
  margin-bottom: 64px;
}

.our-team .team-slider {
  padding: 10px 10px 160px;
}

.our-team .team__item {
  cursor: pointer;
  position: relative;
  padding: 15px;
  height: auto;
  border-radius: 5px;
  background-color: #FFF;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.our-team .team__ava {
  position: relative;
}

.our-team .team__ava img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  margin-bottom: 40px;
  transform: translateX(10%);
  object-fit: cover;
}

.our-team .ui {
  position: absolute;
  width: 75px;
  height: 75px;
  display: block;
  background: linear-gradient(180deg, #8AD14F 0%, #00837D 100%);
  left: 0;
  bottom: 0;
  filter: brightness(.9) contrast(2);
  opacity: .7;
  mix-blend-mode: multiply;
  transform: translateY(25%);
}

.our-team .team__item::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 26px;
  transform: skew(-25deg);
  background: linear-gradient(to right top, #8AD14F, #00837D);
  right: 40px;
  top: 23px;
}

.our-team .team__name {
  color: #666;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.our-team .team__post {
  color: #5F9853;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}

.our-team .team__descr {
  color: #5F9853;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.our-team .swiper-button-next,
.our-team .swiper-button-prev {
  top: initial;
  bottom: 64px;
  width: 40px;
  height: 40px;
}

.our-team .swiper-button-prev {
  transform: rotate(-180deg);
}

.our-team .swiper-button-next::after,
.our-team .swiper-button-prev::after {
  font-size: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../images/team-arrow.png");
  background-size: 100% 100%;
  color: black
}

@media screen and (max-width: 480px) {
  .our-team .team__ava img {
    width: 200px;
    height: 200px;
  }

  .our-team .ui {
    width: 95px;
    height: 95px;
  }
}