@charset "UTF-8";
.progress__info {
  padding: 0;
  background: transparent;
  box-shadow: unset;
  border-radius: 0;
}

.progress__list .slick-list {
  height: auto !important;
}

.progress__list .slick-track {
  height: auto !important;
}

/* Hero ----------------------------------------------------------------------------- */
.hero {
  padding-top: 105px;
  background: url("i/bg-hero.jpg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 0;
  color: #fff;
  background-color: #07253F;
}

.hero__information {
  position: absolute;
  top: -56px;
  left: calc(50% - 420px);
  width: 190px;
  min-height: 48px;
  padding: 7px 8px 10px 38px;
  background: #F7AB01;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  color: #021E34;
}

.hero__information span {
  display: block;
  margin-top: 4px;
  font-weight: 500;
  font-size: 16px;
}

.hero__information::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 22px;
  height: 22px;
  background: #FFF url("i/bg-icon-info-check.svg") center no-repeat;
  -webkit-background-size: 10px 12px;
  background-size: 10px 12px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

.hero__head {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 64px;
  line-height: 1.1;
  text-align: center;
}

.hero__desc {
  max-width: 640px;
  min-height: 80px;
  margin: 0 auto 32px;
  font-size: 18px;
  line-height: 1.2;
  color: #EFEFEF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.hero-count {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 24px;
}

.hero-count__item {
  width: calc(33.3% - 80px);
  max-width: 170px;
  margin: 0 40px 40px;
  padding: 16px 8px 8px;
  border: 2px solid rgba(255, 255, 255, 0.33);
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}

.hero-count__number {
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 96px;
  line-height: 1;
  align-items: center;
  color: #EFEFEF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.hero-count__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 120px;
  margin: 0 auto;
  min-height: 44px;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  color: #FFF;
}

.hero__button {
  display: block;
  width: 100%;
  max-width: 330px;
  padding: 10px 90px 12px 32px;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #F7AB01;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  outline: none;
  border-radius: 3px;
  margin: 0 auto;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  line-height: 64px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero__button i {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 8px;
  right: 30px;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.24);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
  transition: all 0.3s ease;
}

.hero__button i svg {
  width: 22px;
  height: 32px;
  margin-left: 4px;
}

.hero__button i svg path {
  fill: #fff;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: all 0.3s ease;
}

.hero__button:hover {
  background: #C9C9C9;
  color: #002442;
}

.hero__button:hover i {
  background: #002442;
}

.hero__button:hover svg path {
  -webkit-filter: drop-shadow(0 0 0);
  filter: drop-shadow(0 0 0);
}

.hero-info {
  padding-top: 108px;
  padding-bottom: 48px;
  background: url("i/bg-hero-info.png") center top no-repeat;
}

.hero-info .container {
  align-items: center;
}

.hero-info__desc {
  width: calc(100% - 284px);
  font-size: 18px;
  line-height: 1.6;
  color: #002442;
}

.hero-info__button {
  width: 255px;
  min-height: 100px;
  padding: 16px;
  border: 1px solid #C9C9C9;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-info__button::after {
  content: "";
  display: block;
  margin: 12px auto 0;
  width: 48px;
  height: 40px;
  background: url("i/bg-icon-telegram.svg") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.hero-info__scroll-to {
  position: absolute;
  bottom: -51px;
  left: calc(50% - 51px);
}

.dot__wrapper {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background: #002442;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.dot__wrapper::before {
  content: "";
  position: absolute;
  top: 34px;
  left: calc(50% - 30px);
  width: 61px;
  height: 46px;
  background: url("i/bg-icon-scroll-arrow.svg") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.dot {
  position: absolute;
  bottom: 37px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #002442;
}

.dot1 {
  left: -74px;
}

.dot2 {
  right: -74px;
}

.dot3 {
  bottom: 44px;
  left: -161px;
  width: 14px;
  height: 14px;
}

.dot4 {
  right: -161px;
  bottom: 44px;
  width: 14px;
  height: 14px;
}

.dot5 {
  bottom: 47px;
  left: -253px;
  width: 8px;
  height: 8px;
}

.dot6 {
  right: -253px;
  bottom: 47px;
  width: 8px;
  height: 8px;
}

/* About ----------------------------------------------------------------------------- */
.about {
  padding-top: 100px;
  padding-bottom: 40px;
  overflow: hidden;
}

.about__info {
  width: 48%;
  position: relative;
  z-index: 20;
}

.about__head {
  width: calc(100% + 75px);
  margin-right: -75px;
  background: #fff;
  position: relative;
  padding: 26px 40px;
  z-index: 10;
}

.about__head span {
  display: block;
}

.about__head-title {
  margin-bottom: 16px;
  color: #002442;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.33;
  text-align: center;
}

.about-slider {
  overflow: hidden;
  position: relative;
  padding: 0 40px 40px;
}

.about-slider .slick-list {
  overflow: hidden;
}

.about-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 50px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 36, 66, 0.2);
  border: none;
  outline: none;
  font-size: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.about-slider .slick-arrow:hover {
  background: rgba(0, 36, 66, 0.67);
}

.about-slider .slick-prev {
  left: 0;
}

.about-slider .slick-next {
  right: 0;
}

.about-slider .slick-arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% - 8px);
  width: 16px;
  height: 22px;
  background: url("i/bg-icon-slider-arrow.svg") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  transition: all 0.3s ease;
}

.about-slider .slick-next::before {
  transform: rotate(180deg);
}

.about-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  list-style: none;
}

.about-slider .slick-dots li {
  margin: 0 5px;
}

.about-slider .slick-dots li button {
  display: block;
  width: 14px;
  height: 14px;
  background-color: transparent;
  outline: none;
  border: 1px solid #C9C9C9;
  border-radius: 3px;
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.about-slider .slick-dots li.slick-active button,
.about-slider .slick-dots li button:hover {
  background: #F7AB01;
}

.about-slider-item {
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: calc(50% - 30px);
  min-height: 200px;
  margin: 0 15px;
  padding: 16px;
  border: 1px solid #C9C9C9;
  border-radius: 3px;
  outline: none;
}

.about-slider-item__thumb {
  display: block;
  width: 100%;
}

.about-slider-item__thumb-ins {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 64%;
}

.about-slider-item__thumb-ins img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 96%;
  transform: translate(-50%, -50%);
}

.about-slider-item__name {
  display: block;
  width: 100%;
  max-width: 170px;
  padding: 5px 8px 6px;
  background: #002442;
  border-radius: 2px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #FFF;
  text-align: center;
}

.about__desc {
  margin-top: -30px;
  padding: 112px 40px 40px 32px;
  background: #002442;
  position: relative;
  overflow: visible;
  font-size: 18px;
  line-height: 1.4;
  color: #FFF;
}

.about__desc::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 400%;
  height: 100%;
  background: #002442;
  z-index: -1;
}

.about__thumb-wrapper {
  width: 52%;
  padding-top: 126px;
}

.about__thumb {
  width: 1024px;
  height: 620px;
}

.about__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Lack ----------------------------------------------------------------------------- */
.lack {
  padding-top: 50px;
  padding-bottom: 56px;
  overflow: hidden;
}

.lack__head {
  margin-bottom: 45px;
  position: relative;
  color: #002442;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
}

.lack__head span {
  display: inline-block;
}

.lack__head::before,
.lack__head::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  width: 306px;
  height: 12px;
  background: url("i/bg-icon-lack.svg") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.lack__head::before {
  left: -72px;
}

.lack__head::after {
  right: -72px;
  transform: scale(-1, 1);
}

.lack__wrapper {
  align-items: center;
  padding: 0 40px 20px;
}

.lack__desc {
  width: calc(48% - 40px);
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}

.lack-number {
  width: calc(50% - 40px);
}

.lack-number__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 6px;
  border: 1px solid #C9C9C9;
  border-radius: 3px;
  padding: 12px 20px;
  text-align: center;
}

.lack-number__item:first-child {
  margin-top: 0;
}

.lack-number__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: calc(100% - 110px);
}

.lack-number__count {
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 36px;
  line-height: 1;
  color: #002442;
}

.lack-number__title {
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}

.lack-number__post {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  border-left: 1px solid #C9C9C9;
  padding-left: 16px;
}

.lack-number__date {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #000;
}

.lack-number__select {
  background: #002442;
  padding: 3px 8px 4px;
  border-radius: 2px;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #FFF;
}

.lack-number__select select {
  background: #002442;
  border: none;
  outline: none;
  padding-right: 16px;
  color: #fff;
}

.lack-number__select::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 12px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.lack__career img {
  display: block;
  width: 100%;
  height: auto;
}

.lack__list {
  justify-content: flex-start;
  width: calc(100% + 32px);
  margin-left: -16px;
}

.lack-item {
  width: calc(50% - 32px);
  min-height: 300px;
  margin: 0 16px 32px;
  background: #FFF;
  border: 1px solid #FFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
}

.lack-item__inside {
  padding: 24px 56px 24px 32px;
}

.lack-item__inside img {
  display: block;
  width: 100%;
  height: auto;
}

.lack__bottom {
  margin-top: -16px;
  text-align: right;
}

.lack__more {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  text-decoration: underline;
}

.lack__more:hover {
  text-decoration: none;
}

/* Process ----------------------------------------------------------------------------- */
.progress {
  margin-top: 56px;
  margin-bottom: 40px;
  padding-top: 2px;
  padding-bottom: 2px;
  background: #002442;
  border-radius: 3px;
}

.progress .container {
  align-items: start;
}

.progress__info {
  width: 388px;
}

.progress__list {
  counter-reset: progress;
}

.progress-point {
  margin: 10px 0;
  padding: 10px 20px 10px 72px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  counter-increment: progress;
  outline: none;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
}

.progress-point__count {
  content: counter(progress);
  position: absolute;
  top: 0;
  left: 20px;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.3);
}

.progress-point__title {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.3);
}

.progress-point.slick-current {
  background: #FFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #002442;
  cursor: default;
  /*transform: scale(1.2);*/
}

.progress-point.slick-current .progress-point__count {
  color: #002442;
}

.progress-point.slick-current .progress-point__title {
  color: #002442;
}

.progress__slider {
  order: -1;
  width: calc(100% - 540px);
  margin-top: -28px;
  margin-bottom: -24px;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  z-index: 20;
}

.progress__slider-item {
  float: left;
  width: 100%;
  height: auto;
}

.progress__head {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
  color: #002442;
  text-align: center;
}

.progress__slider-item img {
  display: block;
  width: 100%;
  height: auto;
}

.progress__slider-text {
  margin-top: 20px;
  border-top: 3px solid #C9C9C9;
  padding-top: 20px;
  font-size: 18px;
  line-height: 1.4;
  color: #002442;
}

/* Trainer ----------------------------------------------------------------------------- */
.trainer {
  padding-top: 46px;
  padding-bottom: 50px;
}

.trainer__info {
  width: 44%;
}

.trainer__head {
  padding: 24px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
  color: #002442;
  text-align: center;
}

.trainer-status {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 448px;
  min-height: 90px;
  border: 1px solid #C9C9C9;
  border-radius: 3px;
  margin: 0 auto 28px;
  padding: 12px 8px;
}

.trainer-status__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  border-left: 1px solid #C9C9C9;
}

.trainer-status__item:first-child {
  border-left: none;
}

.trainer-status__name {
  width: 100%;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #000;
}

.trainer-status__counter {
  min-width: 88px;
  padding: 4px 5px;
  background: #002442;
  border-radius: 2px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #FFF;
  text-align: center;
}

.trainer__box {
  padding: 36px 64px;
  background: #002442;
  border-radius: 3px 0 0 3px;
  color: #fff;
}

.trainer__name {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  color: #FFF;
}

.trainer__desc {
  font-size: 18px;
  line-height: 1.6;
}

.trainer__photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 56%;
  background: #FFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.trainer__photo img {
  display: block;
  max-width: 100%;
  height: calc(100% + 64px);
  margin-top: -64px;
}

/* Team ----------------------------------------------------------------------------- */
.team {
  padding-top: 32px;
  padding-bottom: 8px;
}

.team__slider {
  overflow: hidden;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.team-item {
  float: left;
  width: calc(25% - 32px);
  margin: 0 16px 24px;
}

.team-item--hide {
  display: none;
}

.team-item__thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 280px;
  position: relative;
}

.team-item__thumb img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 10;
}

.team-item__thumb::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 8px);
  border: 1px solid #C9C9C9;
  border-radius: 3px 3px 0 0;
}

.team-item__name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 52px;
  margin-bottom: 12px;
  padding: 8px;
  background: #002442;
  border-radius: 3px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1;
  color: #FFF;
}

.team-item__desc {
  padding: 0 8px;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
}

.team__slider .slick-list,
.team__slider .slick-track {
  overflow: hidden;
}

@media screen and (min-width: 500px) {
  .team__slider .slick-arrow {
    position: absolute;
    top: calc(50% - 16px);
    width: 22px;
    height: 32px;
    border: none;
    background-color: #002442;
    -webkit-mask: url("i/bg-icon-play.svg") center no-repeat;
    mask: url("i/bg-icon-play.svg") center no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    outline: none;
    font-size: 0;
    cursor: pointer;
    z-index: 40;
    transition: all 0.3s ease;
  }

  .team__slider .slick-prev {
    left: 0;
    transform: rotate(180deg);
  }

  .team__slider .slick-next {
    right: 0;
  }

  .team__slider .slick-arrow:hover {
    background: #000;
  }
}
/* Includes ----------------------------------------------------------------------------- */
.includes {
  padding-top: 24px;
  padding-bottom: 50px;
}

.includes__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  margin-bottom: 28px;
  background: #002442;
  border-radius: 3px;
}

.includes__head {
  margin-bottom: 0;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
}

.includes__top-right {
  font-size: 18px;
  line-height: 1.1;
  text-align: right;
  color: #FFF;
}

.includes__top-count {
  display: block;
  font-size: 36px;
  line-height: 0.8;
  color: #F7AB01;
}

.includes__top-count span {
  font-weight: bold;
}

.includes__wrapper {
  justify-content: space-between;
  max-height: 540px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

.includes.is-open .includes__wrapper {
  max-height: 4000px;
}

.includes__wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: linear-gradient(0deg, #F2F2F2 10.42%, rgba(242, 242, 242, 0) 100%);
  z-index: 40;
}

.includes.is-open .includes__wrapper::before {
  height: 0;
}

.includes__list {
  width: calc(50% - 15px);
}

.includes-item {
  margin-bottom: 14px;
  position: relative;
  background: #FFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  transition: all 0.3s ease;
  align-self: start;
}

.includes-item.active {
  background: #002442;
}

.includes-item__head {
  padding: 8px 24px 8px 10px;
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  cursor: pointer;
  z-index: 20;
}

.includes-item__head:hover {
  text-decoration: underline;
}

.includes-item.active .includes-item__head {
  color: #fff;
  text-decoration: none;
}

.includes-item__head::before,
.includes-item__head::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 8px;
  width: 29px;
  height: 23px;
  background: url("i/bg-icon-accordion-arrow.svg") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  transition: all 0.3s ease;
}

.includes-item__head::after {
  opacity: 0;
  background-image: url("i/bg-icon-accordion-arrow-active.svg");
}

.includes-item.active .includes-item__head::before {
  opacity: 0;
}

.includes-item.active .includes-item__head::after {
  opacity: 1;
}

.includes-item__body {
  max-height: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.includes-item.active .includes-item__body {
  max-height: 4000px;
}

.includes-item__text {
  padding: 12px 24px 20px;
  font-size: 14px;
  line-height: 2;
  color: #FFF;
}

.includes-item__iframe-wrap {
  display: block;
  width: 100%;
  padding-top: 45%;
}

.includes-item__text iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.includes__wrapper-open {
  display: block;
  margin: -20px auto 0;
  position: relative;
  z-index: 50;
}

.includes.is-open .includes__wrapper-open {
  margin-top: 20px;
}

.includes.is-open .includes__wrapper-open::before {
  top: 20px;
  transform: scale(1, -1);
}

.expertise {
  padding-top: 28px;
  padding-bottom: 60px;
  overflow: hidden;
  background: #002442;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #fff;
}

.expertise__head {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.25;
}

.expertise__subhead {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.6;
  color: #C9C9C9;
}

.expertise__list {
  width: 51%;
}

.expertise-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #C9C9C9;
}

.expertise-item:first-child {
  border: none;
}

.expertise-item__icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 92px;
  border: 1px solid #C9C9C9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
}

.expertise-item__icon img {
  display: block;
  max-width: 96%;
  max-height: 96%;
}

.expertise-item__info {
  width: calc(100% - 134px);
  font-size: 14px;
  line-height: 1.7;
  color: #FFF;
}

.expertise-item__title {
  font-weight: bold;
}

.expertise-box {
  width: 44%;
  background: #FFF;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 22px 48px 40px;
}

.expertise-box__head {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.6;
  color: #002442;
}

.expertise-box__desc {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
}

.expertise-number {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% + 8px);
  margin-left: -4px;
  padding-bottom: 32px;
}

.expertise-number__item {
  width: calc(33.3% - 8px);
  margin: 0 4px 8px;
  padding: 8px;
  border: 1px solid #C9C9C9;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.11));
  border-radius: 3px;
}

.expertise-number__value {
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 55px;
  line-height: 0.8;
  color: #002442;
  text-align: center;
}

.expertise-number__label {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 34px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  text-align: center;
}

.expertise__text {
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
}

.expertise__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid #002442;
  padding-top: 14px;
}

.expertise__price {
  width: calc(100% - 260px);
}

.expertise__price-subhead {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
}

.expertise__price-count {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
  color: #002442;
}

.expertise__signup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  background: #002442;
  border: 2px solid #002442;
  border-radius: 3px;
  padding: 8px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  transition: all 0.3s ease;
}

.expertise__signup:hover {
  background: #fff;
  color: #002442;
}

/* Feedback ----------------------------------------------------------------------------- */
.feedback {
  padding-top: 52px;
  padding-bottom: 32px;
  overflow: hidden;
}

.feedback__head {
  margin-bottom: 28px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.1;
  color: #002442;
  text-align: center;
}

.feedback__list {
  justify-content: flex-start;
  width: calc(100% + 64px);
  margin-left: -32px;
}

.feedback-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(50% - 64px);
  margin: 0 32px 40px;
}

.feedback-item__thumb-wrapper {
  display: block;
  position: relative;
  width: 200px;
}

.feedback-item__thumb {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 64%;
  overflow: hidden;
  border-radius: 12px;
}

.feedback-item__thumb::before {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: url("i/bg-icon-play.png") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 5;
  transition: all 0.3s ease;
}

.feedback-item__thumb:hover::before {
  transform: scale(1.1);
}

.feedback-item__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feedback-item__info {
  width: calc(100% - 232px);
}

.feedback-item__title {
  display: block;
  min-height: 80px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.6;
  color: #002442;
  text-decoration: none;
}

.feedback-item__title:hover {
  color: #000;
}

.feedback-item__data {
  font-size: 14px;
  line-height: 1.2;
  color: #000;
}

.feedback-item__data-name {
  display: inline-block;
  font-weight: bold;
}

.feedback-item__date {
  font-size: 14px;
  line-height: 1.2;
  color: #000;
}

.feedback__bottom {
  margin-top: -32px;
  text-align: right;
}

/* Resume ----------------------------------------------------------------------------- */
.resume {
  padding-top: 40px;
  padding-bottom: 32px;
  overflow: hidden;
}

.resume__head {
  width: 100%;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
  color: #002442;
  text-align: center;
}

.resume__info {
  width: calc(100% - 460px);
}

.resume__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #002442;
  border-radius: 3px;
  padding: 12px 0 8px 20px;
  position: relative;
  margin-bottom: 12px;
  z-index: 10;
}

.resume__top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 450px);
  height: 100%;
  background: #002442;
  border-radius: 3px;
  z-index: -1;
}

.resume__top-head {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  color: #FFF;
}

.resume__salary-head {
  font-size: 18px;
  line-height: 1.1;
  text-align: right;
  color: #FFF;
}

.resume__how-salary {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  text-align: right;
  color: #FFF;
}

.resume__text {
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.6;
}

.resume__box {
  width: 415px;
  padding-top: 32px;
  margin-right: 20px;
  position: relative;
  z-index: 30;
}

.resume__certificate {
  margin-bottom: 16px;
}

.resume__certificate img {
  display: block;
  width: 100%;
  height: auto;
}

.resume__signup {
  display: block;
  width: 100%;
  max-width: 380px;
  padding: 10px 16px;
  background: #002442;
  border: 2px solid #002442;
  border-radius: 3px;
  margin: 0 auto;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
}

.resume__signup:hover {
  background: #fff;
  color: #002442;
}

.resume__certificate-valid {
  margin-bottom: 20px;
  background: #fff;
  color: #002442;
}

.resume__certificate-valid:hover {
  background: #002442;
  color: #fff;
}

.resume__signup-icon {
  display: none;
  width: 120px;
  height: 120px;
  background: url("i/bg-icon-finger.png") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  border: none;
  outline: none;
  margin: 0 auto 16px;
  cursor: pointer;
}

.resume-form {
  width: 100%;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.resume-form.active {
  max-height: 4000px;
  opacity: 1;
}

.resume-form__wrapper {
  padding: 20px 0;
}

.resume-form__line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.resume-form__label {
  width: calc(50% - 8px);
  margin-bottom: 12px;
  position: relative;
}

.resume-form__label input {
  display: block;
  width: 100%;
  height: 52px;
  border: 1px solid #ccc;
  background: #fff;
  padding-left: 12px;
  padding-right: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 15px;
}

.resume-form__submit {
  max-width: 220px;
  margin: 0 auto;
  padding-top: 10px;
}

.resume-form__submit input {
  display: block;
  width: 100%;
  height: 64px;
  background: #002442;
  border: 2px solid #002442;
  outline: none;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.resume-form__submit input:hover {
  background: #fff;
  color: #002442;
}

.example {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  z-index: 10;
}

.example__head {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  color: #002442;
}

.example__wrapper {
  align-items: stretch;
}

.example-min {
  width: calc(50% + 5px);
  margin-top: -5px;
  margin-left: -10px;
  position: relative;
}

.example-min .slick-list {
  overflow: hidden;
  position: relative;
}

.example-min .slick-arrow {
  position: absolute;
  bottom: -16px;
  left: 15px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
  outline: none;
  background: rgba(0, 36, 66, 0.2);
  font-size: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 40;
}

.example-min .slick-next {
  left: 61px;
}

.example-min .slick-arrow.disabled {
  opacity: 0.4;
}

.example-min .slick-arrow:hover {
  background: rgba(0, 36, 66, 0.67);
}

.example-min .slick-arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% - 8px);
  width: 16px;
  height: 22px;
  background: url("i/bg-icon-slider-arrow.svg") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  transition: all 0.3s ease;
}

.example-min .slick-next::before {
  right: calc(50% - 8px);
  transform: rotate(180deg);
}

.example-min-item {
  float: left;
  width: calc(100% - 5px);
  margin: 10px 15px 10px 10px;
  background: #FFF;
  border: 1px solid #C9C9C9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 16px;
}

.example-min-item__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 8px;
}

.example-min-item__head {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #002442;
}

.example-min-item__arrow {
  display: block;
  width: 28px;
  height: 16px;
  background: url("i/bg-icon-example-arrow.svg") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  transition: all 0.3s ease;
}

.example-min-item.slick-current .example-min-item__arrow {
  transform: translateX(30px);
}

.example-min-item__desc {
  font-size: 14px;
  line-height: 1.5;
  color: #545454;
}

.example-info {
  width: calc(50% - 5px);
  margin-right: -5px;
}

.example-info .slick-list,
.example-info .slick-track {
  height: 100%;
}

.example-info-item {
  float: left;
  width: 100%;
  height: calc(100% - 5px);
  margin: 5px;
  padding: 28px;
  background: #002442;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #fff;
}

.example-info-item__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.example-info-item__name {
  display: block;
  width: 200px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #FFF;
}

.example-info-item__percent {
  display: block;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #F7AB01;
}

.example-info-item__photo {
  display: block;
  width: 138px;
}

.example-info-item__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.example-info-item__desc {
  font-size: 14px;
  line-height: 1.2;
  color: #FFF;
}

.example__counter {
  position: absolute;
  bottom: -2px;
  left: 42%;
  font-size: 18px;
  line-height: 25px;
  color: #545454;
  z-index: 10;
}

.example__counter span {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  color: #002442;
}

.faq {
  padding-top: 20px;
  padding-bottom: 32px;
}

.faq__head {
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  color: #002442;
}

.faq .includes__wrapper {
  max-height: 8000px;
}

.faq .includes__wrapper::before {
  display: none;
}

/* Blog ------------------------------------------------------------------------------- */
.blog {
  padding-top: 20px;
  padding-bottom: 16px;
  overflow: hidden;
}

.blog__head {
  margin-bottom: 45px;
  position: relative;
  color: #002442;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
}

.blog__head::before,
.blog__head::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  width: 306px;
  height: 12px;
  background: url("i/bg-icon-lack.svg") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.blog__head::before {
  left: calc(50% - 420px);
}

.blog__head::after {
  right: calc(50% - 420px);
  transform: scale(-1, 1);
}

.blog__list {
  justify-content: flex-start;
  width: calc(100% + 32px);
  margin-left: -16px;
}

.blog-item {
  width: calc(33.3% - 32px);
  margin: 0 16px 24px;
}

.blog-item__link {
  display: block;
  text-decoration: none;
}

.blog-item__thumb {
  display: block;
  width: 100%;
  padding-top: 75%;
  margin-bottom: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.blog-item__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item__title {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1;
  color: #000;
}

.blog-item__link:hover .blog-item__title {
  color: #002442;
  text-decoration: underline;
}

.blog-item__desc {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}

.blog__view-more {
  text-align: right;
}

.blog__view-more a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: underline;
}

.blog__view-more a:hover {
  text-decoration: none;
}

.installment-plan {
  overflow: hidden;
}

.installment-plan__box {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.installment-plan__box table {
  width: 100%;
  border-collapse: collapse;
  border: 3px solid #C9C9C9;
  margin-bottom: 48px;
}

.installment-plan__box table td {
  padding: 16px;
  border: 1px solid #C9C9C9;
  font-size: 14px;
  line-height: 1.6;
}

.installment-plan__box table td:nth-child(1) {
  width: 8%;
}

.installment-plan__box table td:nth-child(2) {
  width: 30%;
}

.installment-plan__box table td:nth-child(3) {
  width: 12%;
}

.installment-plan__box table td:last-child {
  width: 50%;
  border-left: 3px solid #C9C9C9;
}

.installment-plan__box table td strong {
  font-size: 18px;
  font-weight: bold;
}

.installment-plan__box table thead tr td {
  background: #002442;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #fff;
}

.installment-plan__box table td ul {
  padding-left: 12px;
}

.bottom {
  padding-top: 48px;
  padding-bottom: 52px;
  overflow: hidden;
  background: url("i/bg-bottom.jpg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bottom__head {
  width: 100%;
  max-width: 840px;
  margin: 0 auto 32px;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.6;
  text-align: center;
  color: #FFF;
}

.bottom__signup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 330px;
  min-height: 90px;
  margin: 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.33);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bottom__signup:hover {
  background: #C9C9C9;
  border: 2px solid #C9C9C9;
  color: #002442;
}

/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width: 1340px) {
  .popup-first-module__girl {
    width: 540px;
    height: 720px;
  }

  .progress-point.slick-current {
    transform: scale(1.1);
  }

  .progress__info {
    width: 380px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 1140px) {
  .resume__info {
    width: calc(100% - 430px);
  }

  .resume__top::before {
    width: calc(100% + 430px);
  }

  .resume__box {
    width: 400px;
    margin-right: 10px;
  }

  .progress {
    overflow: hidden;
  }

  .includes__list {
    width: calc(50% - 24px);
  }

  .popup-first-module__girl {
    width: 360px;
    height: 480px;
  }

  .popup-first-module__head {
    max-width: 700px;
    margin-bottom: 40px;
    font-size: 52px;
  }

  .popup-first-module__form {
    max-width: 600px;
  }

  .popup-first-module__form-text {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .popup-first-module__label input {
    height: 64px;
    font-size: 24px;
  }

  .popup-first-module__submit {
    max-width: 480px;
    padding-top: 8px;
  }

  .popup-first-module__submit input {
    height: 72px;
    font-size: 32px;
  }

  .popup-first-module__confirm .wpcf7-list-item-label {
    font-size: 20px;
  }

  .footer__contact {
    width: 100% !important;
  }

  .footer__logo {
    float: left;
    margin-right: 32px;
  }

  .footer-contact__item {
    overflow: hidden;
  }

  .footer-nav {
    width: 24%;
  }
}
@media screen and (max-width: 1050px) {
  .hero {
    margin-top: 144px;
  }

  .hero__head {
    font-size: 56px;
  }

  .hero-count {
    padding-bottom: 4px;
  }

  .hero-info {
    padding-top: 80px;
    padding-bottom: 56px;
  }

  .hero-info__desc {
    width: calc(100% - 260px);
    font-size: 17px;
    line-height: 1.6;
  }

  .hero-info__button {
    width: 220px;
    min-height: 80px;
    padding: 12px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
  }

  .about__info {
    width: 45%;
  }

  .about__head {
    width: calc(100% + 64px);
    margin-right: -64px;
    padding: 36px 24px;
  }

  .about-slider {
    padding: 0 20px 20px;
  }

  .about-slider-item {
    width: calc(50% - 20px);
    min-height: 160px;
    margin: 0 10px;
  }

  .about-slider .slick-arrow {
    top: calc(50% - 32px);
  }

  .about .about__desc {
    margin-top: -24px;
    padding: 64px 20px 24px 0;
  }

  .about__thumb-wrapper {
    width: 55%;
    padding-top: 56px;
  }

  .about__thumb {
    width: 820px;
    height: 500px;
  }

  .lack__wrapper {
    padding: 0 20px 16px;
  }

  .lack__desc {
    width: calc(50% - 24px);
  }

  .progress__slider {
    width: calc(100% - 440px);
  }

  .trainer__info {
    width: 50%;
  }

  .trainer__head {
    padding: 32px;
    font-size: 28px;
  }

  .trainer__box {
    padding: 32px 72px;
  }

  .trainer__photo {
    width: 50%;
  }

  .trainer__photo img {
    height: calc(100% + 40px);
    margin-top: -40px;
  }

  .expertise-box {
    width: 45%;
    padding: 20px 24px 24px;
  }

  .example-info-item__name {
    width: 160px;
    font-size: 24px;
  }

  .example-info-item__percent {
    font-size: 24px;
  }

  .example-info-item__photo {
    width: 120px;
  }

  .feedback-item__info {
    width: calc(100% - 216px);
  }

  .resume__info {
    width: calc(100% - 400px);
  }

  .resume__top::before {
    width: calc(100% + 400px);
  }

  .resume__top-head {
    font-size: 24px;
  }

  .resume__salary-head {
    font-size: 15px;
  }

  .resume__box {
    width: 380px;
    margin-right: 10px;
  }

  .bottom__head {
    font-size: 32px;
  }

  .bottom__signup {
    width: 290px;
    min-height: 72px;
  }
}
@media screen and (max-width: 900px) {
  .hero {
    margin-top: 104px;
  }

  .hero__head {
    font-size: 48px;
  }

  .hero__information {
    left: calc(50% - 300px);
  }

  .hero-info__desc {
    width: calc(100% - 180px);
    font-size: 16px;
    line-height: 1.4;
  }

  .hero-info__button {
    width: 150px;
  }

  .dot__wrapper {
    width: 88px;
    height: 88px;
  }

  .dot__wrapper::before {
    top: 28px;
  }

  .dot {
    bottom: 30px;
  }

  .dot1 {
    left: -64px;
  }

  .dot2 {
    right: -64px;
  }

  .dot3,
.dot4 {
    bottom: 38px;
  }

  .dot3 {
    left: -120px;
  }

  .dot4 {
    right: -120px;
  }

  .dot5,
.dot6 {
    bottom: 40px;
  }

  .dot5 {
    left: -200px;
  }

  .dot6 {
    right: -200px;
  }

  .hero-count {
    padding-bottom: 20px;
  }

  .hero-count__item {
    width: calc(33.3% - 40px);
    margin: 0 20px 32px;
    padding: 8px;
  }

  .hero-count__number {
    font-size: 88px;
  }

  .hero__sub-desc {
    margin-bottom: 48px;
  }

  .hero__button {
    max-width: 290px;
    padding: 8px 80px 8px 24px;
  }

  .about__desc {
    margin-top: -20px;
    padding: 64px 32px 32px 20px;
  }

  .lack__head::before,
.lack__head::after {
    width: 240px;
    height: 10px;
  }

  .lack__desc {
    font-size: 17px;
    line-height: 1.4;
  }

  .lack__wrapper {
    padding: 0 0 20px;
  }

  .lack__desc {
    width: calc(48% - 24px);
    font-size: 16px;
    line-height: 1.3;
  }

  .lack-number {
    width: calc(52% - 4px);
  }

  .lack-number__count {
    font-size: 30px;
  }

  .progress__info {
    width: 360px;
    margin: 20px auto 0;
    padding-bottom: 56px;
  }

  .progress__slider {
    width: 100%;
    margin: 20px 0 0;
  }

  .trainer__box {
    padding: 24px 40px;
  }

  .trainer__desc {
    font-size: 17px;
    line-height: 1.4;
  }

  .expertise__head {
    font-size: 40px;
  }

  .expertise__subhead {
    font-size: 32px;
  }

  .expertise__list {
    width: 100%;
  }

  .expertise-box {
    width: 80%;
    margin: 40px auto 0;
  }

  .feedback__list {
    width: 100%;
    margin-left: 0;
  }

  .feedback-item {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 32px;
  }

  .resume__info {
    width: 100%;
  }

  .resume__top {
    padding: 8px 16px;
  }

  .resume__top::before {
    width: 100%;
  }

  .resume__box {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

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

  .includes-item__text {
    padding: 12px 12px 4px;
  }

  .popup-first-module__wrapper {
    padding: 40px;
  }

  .popup-first-module__head {
    max-width: 680px;
    margin-bottom: 32px;
    font-size: 44px;
  }

  .popup-first-module__form {
    max-width: 480px;
  }

  .popup-first-module__form-text {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .popup-first-module__submit,
.popup-first-module__confirm {
    max-width: 320px;
  }

  .popup-first-module__girl {
    width: 300px;
    height: 400px;
  }
}
@media screen and (max-width: 750px) {
  body {
    -webkit-text-size-adjust: none;
  }

  .hide-mobile {
    display: none !important;
  }

  .hero {
    padding-top: 96px;
  }

  .hero__information {
    top: -68px;
    left: calc(50% - 240px);
  }

  .hero__head {
    font-size: 40px;
  }

  .hero-count__number {
    font-size: 80px;
  }

  .hero-info {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .hero-info .container {
    background: #fff;
    padding-bottom: 48px;
  }

  .about__head {
    padding: 24px;
    font-size: 24px;
  }

  .about__desc {
    padding: 40px 24px 20px 0;
    line-height: 1.4;
  }

  .lack__head::before {
    left: -144px;
  }

  .lack__head::after {
    right: -144px;
  }

  .lack__wrapper {
    padding: 0 0 16px;
  }

  .lack__desc {
    width: 100%;
    margin-bottom: 24px;
  }

  .lack-number {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .lack-number__item {
    width: 100%;
    padding: 8px;
    margin: 0 0 8px;
  }

  .lack-number__title {
    font-size: 17px;
  }

  .lack__list {
    display: block;
    width: 100%;
    margin: 0;
  }

  .lack-item {
    width: 100%;
    margin: 0 0 20px;
  }

  .trainer-status__counter {
    min-width: 80px;
    padding: 4px;
    font-size: 16px;
  }

  .team-item {
    width: calc(25% - 24px);
    margin: 0 12px 16px;
  }

  .includes__list {
    width: 100%;
  }

  .blog-item {
    width: calc(50% - 32px);
  }

  .bottom {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .bottom__head {
    font-size: 28px;
    line-height: 1.4;
  }

  .popup-first-module__head {
    max-width: 480px;
    margin-bottom: 32px;
    font-size: 36px;
  }

  .popup-first-module__girl {
    right: -40px;
    width: 240px;
    height: 360px;
  }
}
@media screen and (max-width: 600px) {
  .hero {
    margin-top: 208px;
  }

  .hero__information {
    top: -48px;
    left: calc(50% - 200px);
    width: 170px;
    min-height: 40px;
    padding: 4px 8px 6px 36px;
  }

  .hero__head {
    font-size: 32px;
  }

  .hero-count__item {
    width: calc(50% - 40px);
  }

  .hero-info__desc {
    width: 100%;
  }

  .hero-info__button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    padding-right: 56px;
    position: relative;
  }

  .hero-info__button::after {
    position: absolute;
    right: 10px;
    top: calc(50% - 20px);
    margin-top: 0;
  }

  .dot__wrapper {
    width: 88px;
    height: 88px;
  }

  .dot__wrapper::before {
    top: 28px;
  }

  .dot {
    bottom: 30px;
  }

  .dot1 {
    left: -40px;
  }

  .dot2 {
    right: -40px;
  }

  .dot3,
.dot4 {
    bottom: 38px;
  }

  .dot3 {
    left: -80px;
  }

  .dot4 {
    right: -80px;
  }

  .dot5,
.dot6 {
    bottom: 40px;
  }

  .dot5 {
    left: -104px;
  }

  .dot6 {
    right: -104px;
  }

  .about__info {
    width: 100%;
  }

  .about__head {
    width: 100%;
    margin: 0;
  }

  .about__desc::before {
    right: -50%;
  }

  .about__thumb-wrapper {
    width: 100%;
    padding-top: 20px;
  }

  .about__thumb {
    width: 100%;
    height: auto;
  }

  .about__thumb img {
    display: block;
    width: 100%;
    height: auto;
  }

  .lack__head {
    margin-bottom: 32px;
    font-size: 28px;
  }

  .lack__head::before,
.lack__head::after {
    display: none;
  }

  .lack__head span {
    display: inline;
  }

  .includes__head {
    padding-bottom: 10px;
    text-align: center;
  }

  .includes__top-right {
    font-size: 18px;
    text-align: center;
  }

  .includes__top-count {
    display: inline-block;
  }

  .lack-number {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }

  .lack-number__item {
    width: 100%;
  }

  .trainer__photo,
.trainer__info {
    width: 100%;
  }

  .trainer__head {
    padding: 12px 24px;
    font-size: 24px;
  }

  .trainer__photo {
    order: -1;
  }

  .expertise-box {
    width: 100%;
  }

  .resume__top-head {
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
  }

  .resume__salary {
    margin: 0 auto;
    text-align: center;
  }

  .resume__how-salary {
    text-align: center;
  }

  .resume__text {
    padding-left: 0;
  }

  .example {
    display: none;
  }

  .footer__logo {
    margin-right: 24px;
  }

  .popup-first-module__wrapper {
    padding: 24px;
  }

  .popup-first-module__head {
    max-width: 380px;
    font-size: 28px;
  }

  .popup-first-module__label {
    margin-bottom: 12px;
  }

  .popup-first-module__label input {
    height: 56px;
    font-size: 20px;
  }

  .popup-first-module__submit,
.popup-first-module__confirm {
    max-width: 240px;
  }

  .popup-first-module__submit input {
    height: 64px;
    font-size: 28px;
  }

  .popup-first-module__confirm .wpcf7-list-item-label {
    padding-left: 48px;
    font-size: 16px;
  }

  .popup-first-module__girl {
    right: -40px;
    width: 220px;
    height: 320px;
  }
}
@media screen and (max-width: 450px) {
  .hero {
    margin-top: 70px;
    background: url("i/bg-hero-mobile.jpg") center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .hero__information {
    left: calc(50% - 85px);
  }

  .hero__head {
    font-size: 24px;
  }

  .hero__desc {
    min-height: 48px;
    font-size: 14px;
  }

  .hero-count {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 4px;
  }

  .hero-count__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: flex-end;
    width: 100%;
    max-width: 200px;
    padding: 20px 8px;
    margin-bottom: 16px;
    text-align: center;
  }

  .hero-count__number {
    width: 50%;
    padding-right: 16px;
    margin-bottom: 0;
    font-size: 48px;
    text-align: right;
  }

  .hero-count__title {
    display: block;
    width: 50%;
    min-height: 20px;
    margin-bottom: 4px;
    font-size: 14px;
    text-align: left;
  }

  .hero__sub-desc {
    max-width: 300px;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .hero__button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 72px;
    padding: 12px 48px 12px 12px;
    font-size: 14px;
    line-height: 1.2;
  }

  .hero__button i {
    top: calc(50% - 21px);
    right: 16px;
    width: 42px;
    height: 42px;
  }

  .hero__button i svg {
    width: 10px;
    height: 22px;
    margin-left: 4px;
  }

  .hero-info {
    margin-top: 320px;
    padding-top: 80px;
    background-image: url("i/bg-hero-info-mobile.png");
  }

  .about {
    padding-bottom: 16px;
  }

  .about__head {
    font-size: 20px;
  }

  .about-slider {
    padding: 0 48px 20px;
  }

  .about__thumb-wrapper {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    height: 384px;
    padding-top: 0;
  }

  .about__thumb {
    height: 384px;
  }

  .about__thumb img {
    height: 100%;
    object-fit: cover;
  }

  .about__desc {
    margin-top: 320px;
    padding: 32px 0 8px 0;
    font-size: 14px;
  }

  .lack {
    padding-top: 8px;
  }

  .lack__head {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .lack__desc {
    font-size: 14px;
    text-align: center;
  }

  .lack-number {
    max-width: 320px;
    margin: 0 auto;
  }

  .lack-number__count {
    font-size: 24px;
  }

  .lack-number__title {
    font-size: 14px;
  }

  .lack-item {
    min-height: 160px;
  }

  .lack-item__inside {
    padding: 12px;
  }

  .progress__list {
    max-width: 240px;
    margin: 0 auto;
    padding-bottom: 16px;
    position: relative;
  }

  .progress-point {
    float: left;
    width: 100%;
    border: none;
  }

  .progress__list .slick-dots {
    position: absolute;
    bottom: 4px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    list-style: none;
  }

  .progress__list .slick-dots li {
    margin: 0 4px;
  }

  .progress__list .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #C9C9C9;
    border: none;
    outline: none;
    font-size: 0;
    transition: all 0.3s ease;
  }

  .progress__list .slick-dots li.slick-active button {
    transform: scale(1.4);
  }

  .progress-point__count,
.progress-point__title {
    color: rgba(255, 255, 255, 0.3);
  }

  .trainer {
    display: none;
  }

  .team {
    overflow: hidden;
  }

  .team__slider {
    padding-left: 0;
    padding-right: 0;
    margin: 0 -15px;
  }

  .team__slider .slick-list {
    overflow: visible;
  }

  .team__slider .slick-list {
    padding-right: 35%;
  }

  .team-item--hide {
    display: block;
  }

  .team-item__thumb {
    height: 180px;
  }

  .team-item__name {
    font-size: 14px;
  }

  .includes__head {
    font-size: 20px;
  }

  .includes-item__head {
    font-size: 15px;
  }

  .includes-item__text {
    font-size: 14px;
  }

  .expertise__head {
    font-size: 24px;
    text-align: center;
  }

  .expertise__subhead {
    font-size: 16px;
    text-align: center;
  }

  .expertise-item__icon {
    width: 50px;
    height: 50px;
  }

  .expertise-item__info {
    width: calc(100% - 62px);
    font-size: 14px;
  }

  .expertise-item__desc {
    color: #C9C9C9;
  }

  .expertise-box {
    padding: 12px;
  }

  .expertise-number {
    justify-content: center;
  }

  .expertise-box__head {
    font-size: 24px;
  }

  .expertise-box__desc {
    font-size: 14px;
  }

  .expertise-number__item {
    padding: 10px 4px;
  }

  .expertise-number__value {
    font-size: 36px;
  }

  .expertise-number__label {
    font-size: 13px;
  }

  .expertise__text {
    font-size: 14px;
  }

  .expertise__price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 8px;
  }

  .expertise__price-subhead {
    max-width: 50%;
    font-size: 14px;
  }

  .expertise__price-count {
    font-size: 36px;
    text-align: right;
  }

  .expertise__signup {
    margin: 0 auto;
  }

  .feedback__head {
    font-size: 20px;
  }

  .feedback-item__thumb-wrapper {
    width: 144px;
    margin-right: 8px;
  }

  .feedback-item__info {
    width: calc(100% - 160px);
  }

  .feedback-item__title {
    min-height: 64px;
    font-size: 14px;
  }

  .resume__head {
    font-size: 20px;
  }

  .resume__top-head {
    font-size: 20px;
  }

  .resume__text {
    font-size: 14px;
  }

  .resume__signup {
    padding: 20px 24px 20px 120px;
    position: relative;
    font-size: 18px;
    line-height: 1.3;
    text-align: left;
    background: #002442;
    border-color: #002442;
    color: #fff;
  }

  .resume__signup::before {
    content: "";
    position: absolute;
    top: calc(50% - 36px);
    left: 24px;
    width: 64px;
    height: 72px;
    background: #fff;
    -webkit-mask: url("i/bg-icon-fingerprint.png") center no-repeat;
    mask: url("i/bg-icon-fingerprint.png") center no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
  }

  .resume-form__label {
    width: 100%;
    margin-bottom: 8px;
  }

  .blog-item {
    width: calc(100% - 32px);
  }

  .bottom__head {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .bottom__signup {
    width: 250px;
  }

  .popup-first-module__wrapper {
    padding: 16px;
  }

  .popup-first-module__head {
    max-width: 260px;
    font-size: 20px;
  }

  .popup-first-module__form-text {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .popup-first-module__label input {
    height: 48px;
    font-size: 18px;
  }

  .popup-first-module__submit,
.popup-first-module__confirm {
    max-width: 200px;
  }

  .popup-first-module__submit input {
    height: 60px;
    font-size: 24px;
  }

  .popup-first-module__confirm .wpcf7-list-item-label {
    padding-left: 40px;
    font-size: 13px;
  }

  .popup-first-module__girl {
    right: -52px;
    width: 160px;
    height: 240px;
  }
}
iframe.lazyloaded {
  min-height: 24vw;
}

.yt_height {
  min-height: 19vw;
}

.about-us-s1-title {
  font-family: "Open Sans", sans-serif;
  font-size: 64px;
  line-height: 120%;
  color: #002442;
  font-weight: bold;
}

.about-us-s1-title span {
  color: #F7AB01;
}

.about-us-s1-text {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 160%;
  margin-top: 28px;
}

.about-us-s1-successes {
  background: #002442;
  flex-basis: 580px;
  padding: 28px 58px;
}

.about-us-s1-successes ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-us-s1-successes ul li {
  list-style: none;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
}

.about-us-s1-successes ul li span {
  color: #F7AB01;
}

.about-us-template h3 {
  font-size: 40px;
  color: #002442;
  line-height: 120%;
}

.about-us-section-1 .section-1-image {
  position: relative;
  right: 220px;
  width: auto;
}

.about-us-section-2 {
  position: relative;
  padding-bottom: 80px;
  margin-top: 45px;
  /*background: url(https://en.truckdispatchertraining.us/wp-content/themes/dispetcher%20training/images/about-us/section-1-2-bg.png);*/
}

.about-us-achievements-block {
  display: flex;
  justify-content: space-between;
  height: 400px;
}

.about-us-section-1 .container, .about-us-section-2 .container {
  z-index: 2;
}

.about-us-achievements-block .item img {
  width: auto;
}

.about-us-achievements-block .item p {
  font-size: 18px;
  line-height: 160%;
}

.about-us-achievements-block .item {
  flex-basis: 33%;
}

.about-us-achievements-block .item:first-of-type {
  align-self: flex-end;
}

.about-us-achievements-block .item:nth-of-type(2) {
  align-self: center;
}

.about-us-achievements-block .item:nth-of-type(3) {
  align-self: flex-start;
}

.section-1-2-bg {
  position: absolute;
  bottom: -150px;
  left: 0;
  pointer-events: none;
  z-index: 0;
}

.about-us-section-advantages {
  background: #002442;
  padding: 80px 0;
  position: relative;
}

.section-title-ad {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-transform: capitalize;
}

.section-title-ad.white {
  color: #fff;
}

.section-title-ad:before, .section-title-ad:after {
  pointer-events: none;
}

.section-title-ad:before {
  content: url("/wp-content/themes/dispetcher training/images/about-us/section-title-before-blue.svg");
  position: absolute;
  left: -300px;
  top: 0;
}

.section-title-ad:after {
  content: url("/wp-content/themes/dispetcher training/images/about-us/section-title-after-blue.svg");
  position: absolute;
  right: -300px;
  top: 0;
}

.section-title-ad.white:after {
  content: url("/wp-content/themes/dispetcher training/images/about-us/section-title-after-white.svg");
}

.section-title-ad.white:before {
  content: url("/wp-content/themes/dispetcher training/images/about-us/section-title-before-white.svg");
}

.text-center {
  text-align: center;
}

.about-us-section-advantages .advantages-row {
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
}

.about-us-section-advantages .advantages-row .item {
  text-align: center;
  max-width: 310px;
}

.about-us-section-advantages .advantages-row .item img {
  width: 175px;
}

.about-us-section-advantages .advantages-row .item h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 120%;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin: 46px 0 18px 0;
}

.about-us-section-advantages .advantages-row .item p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 160%;
  font-weight: normal;
  color: #fff;
}

.about-us-section-team {
  padding-top: 109px;
}

.team-member-desc {
  margin-top: 140px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 54px 0;
  position: relative;
}

.team-member-desc img {
  position: absolute;
  bottom: -54px;
  right: 0;
  width: auto;
}

.team-member-desc .team-member-name {
  font-size: 30px;
  line-height: 120%;
  color: #002442;
}

.divider {
  width: 433px;
  height: 2px;
  background: rgba(0, 36, 66, 0.2);
  margin: 22px 0;
}

.about-us-template p {
  color: #6B7176;
  line-height: 160%;
  font-size: 18px;
}

.team-members-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
}

.team-members-row .item {
  flex-basis: 248px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  background: #fff;
}

.team-members-row .item > div:first-of-type {
  height: 317px;
  overflow: hidden;
}

.team-members-row .item > div:first-of-type img {
  display: block;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
  position: relative;
  top: 0;
  z-index: 1;
}

.team-members-row .item .content {
  padding: 24px 26px 20px;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 2;
}

.team-members-row .item .content .name {
  font-size: 20px;
  font-weight: bold;
  color: #002442;
  line-height: 100%;
}

.team-members-row .item .content .position {
  font-size: 14px;
  font-weight: normal;
  line-height: 160%;
  color: #F7AB01;
  margin-top: 12px;
}

.team-members-row .item .content .desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 160%;
  color: #6B7176;
}

.about-us-partners {
  margin-top: 117px;
  position: relative;
  z-index: 2;
}

.about-us-partners .s-title {
  font-size: 60px;
  line-height: 120%;
  font-weight: bold;
  color: #002442;
  font-family: "Open Sans", sans-serif;
}

.partners-row {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1090px;
  margin: 0 auto;
  margin-top: 60px;
}

.partners-row .item {
  display: flex;
  justify-content: space-between;
  gap: 31px;
}

.partners-row .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.partners-row .item h5 {
  font-size: 20px;
  line-height: 100%;
  color: #002442;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.partners-row .item p {
  font-size: 14px;
  line-height: 160%;
  color: #6B7176;
}

.partners-row .item .goto-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 308px;
  height: 68px;
  font-size: 20px;
  line-height: 120%;
  color: #002442;
  border: 2px solid #002442;
  background: none;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.1s ease;
}

.partners-row .item .goto-link:hover {
  background: rgba(0, 36, 66, 0.2);
}

.partners-row .item .goto-link:active {
  background: rgb(0, 36, 66);
  color: #fff;
}

.partners-row .item:nth-of-type(odd) {
  flex-direction: row;
}

.partners-row .item:nth-of-type(even) {
  flex-direction: row-reverse;
  text-align: right;
}

.partners-row .item > div {
  width: calc(50% - 15px);
}

.partners-row .item > div:last-of-type {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.partners-row .item:nth-of-type(even) > div:last-of-type {
  align-items: flex-end;
}

.about-us-reviews {
  margin-top: 80px;
  padding-bottom: 120px;
  position: relative;
}

.about-us-reviews-bg {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.about-us-reviews .container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.about-us-reviews .container:after {
  content: none;
}

.about-us-reviews .container > div {
  flex-basis: calc(50% - 15px);
  max-width: calc(50% - 15px);
  position: relative;
}

.about-us-reviews h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  line-height: 120%;
  color: #002442;
  font-weight: bold;
}

.about-us-reviews-slider {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  height: 100%;
  overflow: visible;
  position: absolute !important;
  left: 17px;
}

.about-us-reviews-slider .slick-track {
  padding: 10px 0;
}

.about-us-reviews-slider .slick-next, .about-us-reviews-slider .slick-prev {
  position: absolute;
  z-index: 100;
}

.about-us-reviews-slider .slick-prev {
  left: -20px;
  bottom: -90px;
  top: unset;
}

.about-us-reviews-slider .slick-prev:before {
  content: url("/wp-content/themes/dispetcher training/images/slider-prev.svg");
  opacity: 1;
}

.about-us-reviews-slider .slick-next:before {
  content: url("/wp-content/themes/dispetcher training/images/slider-next.svg");
  opacity: 1;
}

.about-us-reviews-slider .slick-next {
  left: 40px;
  bottom: -90px;
  top: unset;
}

.about-us-reviews-slider .slick-slide {
  margin: 0 15px;
}

.about-us-reviews-slider .slick-list {
  margin: 0 -15px;
  /*overflow: visible;*/
}

.about-us-reviews-slider .review {
  height: 100%;
  min-width: 478px;
  max-width: 478px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  padding: 28px;
}

.about-us-reviews-slider .review .divider {
  width: 100%;
  max-width: unset;
  margin-top: 8px;
  margin-bottom: 14px;
}

.about-us-reviews-slider .review h5 {
  font-size: 20px;
  line-height: 120%;
  color: #002442;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.about-us-reviews-slider .review p {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 6%;
  color: #6B7176;
}

.about-us-reviews-slider .review .review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-us-reviews-slider .review .review-header > div {
  display: flex;
  right: 24px;
  position: relative;
}

.about-us-location {
  margin-top: 0;
  padding: 80px 0;
  background: url(https://en.truckdispatchertraining.us/wp-content/themes/dispetcher%20training/images/about-us/location-bg.png);
  background-size: cover;
}

.locations-row {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}

.locations-row .item {
  display: flex;
}

.locations-row .item .place-icon {
  object-fit: cover;
  height: 100%;
  width: auto;
  margin-right: 18px;
  display: block;
}

.locations-row .item > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.locations-row .item > div p:first-of-type {
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  font-weight: bold;
}

.locations-row .item > div p:nth-of-type(2) {
  font-size: 20px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}

.locations-row .item > div .tel {
  font-size: 20px;
  line-height: 120%;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-decoration: none;
}

.about-form-block {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.about-form-block h3 {
  font-size: 64px;
  line-height: 120%;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.about-form-block form {
  max-width: 870px;
  margin: 56px auto 0;
}

.about-form-block form br {
  display: none;
}

.about-form-block .inputs-wrapper {
  display: flex;
  gap: 30px;
}

.about-form-block .inputs-wrapper > div:first-of-type {
  flex-basis: 308px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}

.about-form-block .inputs-wrapper > div:last-of-type {
  flex: 1;
}

.inputs-wrapper input, .inputs-wrapper textarea {
  border: 2px solid #fff;
  border-radius: 2px;
  padding: 21px 24px;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  outline: none;
}

.inputs-wrapper input {
  height: 63px;
}

.inputs-wrapper input::placeholder, .inputs-wrapper textarea::placeholder {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
}

.btn-connect {
  border: 2px solid #fff;
  width: 337px;
  height: 87px;
  background: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 66px auto 0;
  transition: all 0.1s ease;
  cursor: pointer;
}

.btn-connect:hover {
  background: rgba(255, 255, 255, 0.2);
}

.btn-connect:active {
  background: rgb(255, 255, 255);
  color: #002442;
}

.about-us-section-1 .container:after {
  content: none;
}

.about-us-section-1 .container > div:first-of-type {
  max-width: 920px;
}

@media screen and (max-width: 1500px) {
  .locations-row .item .place-icon {
    height: 77px;
    width: auto;
  }
}
/* REVIEWS PAGE */
.reviews-section-1 {
  padding: 150px 0;
  background: url("/wp-content/themes/dispetcher training/images/reviews/reviews-section-1-bg.png");
  background-size: cover;
  position: relative;
}

.reviews-section-1 .container {
  position: relative;
  z-index: 2;
}

.section-bg-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(178.19deg, rgba(0, 36, 66, 0) 46.7%, #002442 91.95%);
}

.reviews-section-1.free-module-section-1 .container {
  z-index: 2;
}

.page-title {
  font-size: 96px;
  line-height: 120%;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

.page-subtitle {
  font-size: 18px;
  line-height: 160%;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  margin-top: 25px;
}

.reviews-template .page-heading {
  max-width: 680px;
  text-align: center;
  margin: 0 auto;
}

.reviews-section-1 .social-row {
  display: flex;
  justify-content: space-between;
  max-width: 880px;
  margin: 60px auto 0;
}

.reviews-section-1 .social-counter {
  margin: 50px auto 0;
  text-align: center;
}

.reviews-section-1 .social-counter h2 {
  font-size: 86px;
  line-height: 120%;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

.reviews-section-1 .social-counter p {
  font-size: 26px;
  line-height: 120%;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

#scroll-to-content {
  position: absolute;
  bottom: -215px;
  left: 50%;
  transform: translateX(-50%);
}

#scroll-to-content img {
  width: 130px;
  height: 130px;
  object-fit: cover;
}

.reviews-section-2 {
  padding-top: 215px;
  padding-bottom: 167px;
  background: #002442;
  background: url("/wp-content/themes/dispetcher training/images/reviews/reviews-section-2-bg.svg");
  background-size: 100% auto;
  background-position-y: bottom;
}

.reviews-section-2-subtitle {
  font-size: 18px;
  line-height: 160%;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  max-width: 680px;
  margin: 60px auto 0;
}

.youtube-reviews-row {
  max-width: 1205px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 120px;
  row-gap: 140px;
  /*justify-content: center;*/
  margin: 74px auto 0;
}

.youtube-reviews-row .item {
  flex-basis: 492px;
}

.youtube-reviews-row .item video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.youtube-reviews-row .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.youtube-reviews-row .item a[data-fancybox=video] {
  position: relative;
  display: block;
}

.youtube-reviews-row .item a {
  border: 2px solid #fff;
  height: 300px;
}

.youtube-reviews-row .item a[data-fancybox=video]:after {
  content: "";
  width: 96px;
  height: 96px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("https://en.truckdispatchertraining.us/wp-content/themes/dispetcher training/images/reviews/play-video-icon.png");
  background-size: cover;
}

.youtube-reviews-row .item .video-title, .youtube-reviews-row .item .video-date {
  font-weight: bold;
  font-size: 20px;
  line-height: 160%;
  color: #fff;
}

.youtube-reviews-row .item p {
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  color: #fff;
}

.youtube-reviews-row .item .video-date {
  font-weight: normal;
}

.youtube-reviews-row .item .video-info {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.btn-view-more {
  border: 2px solid #fff;
  width: 308px;
  height: 68px;
  background: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
  margin: 60px auto 0;
}

section.google-reviews {
  margin-top: 80px;
  position: relative;
  z-index: 2;
}

.g-reviews-title {
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  line-height: 120%;
  color: #002442;
  font-weight: bold;
}

.g-reviews-text {
  font-size: 18px;
  line-height: 160%;
  color: #6B7176;
  margin-top: 60px;
  max-width: 680px;
}

.g-reviews-row {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  column-gap: 30px;
}

.g-reviews-row .item {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  padding: 28px;
  flex-basis: calc(33.333% - 20px);
}

.g-reviews-row .item .divider {
  width: 100%;
  max-width: unset;
  margin-top: 8px;
  margin-bottom: 14px;
}

.g-reviews-row .item h5 {
  font-size: 20px;
  line-height: 120%;
  color: #002442;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.g-reviews-row .item p {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 6%;
  color: #6B7176;
}

.g-reviews-row .item .review-header {
  display: flex;
  justify-content: space-between;
}

.g-reviews-row .item .review-header > div {
  display: flex;
  right: 24px;
  position: relative;
}

.facebook-reviews {
  margin-top: 120px;
  position: relative;
  z-index: 2;
}

.facebook-reviews-text-wrap p {
  max-width: 506px;
  color: #6B7176;
  line-height: 160%;
  font-size: 18px;
}

.facebook-reviews-text-wrap p {
  max-width: 506px;
  color: #6B7176;
  line-height: 160%;
  font-size: 18px;
}

.btn-reviews, .btn-about-us {
  border: 2px solid #002442;
  width: 215px;
  height: 52px;
  background: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #002442;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 60px;
  transition: all 0.1s ease;
}

.btn-reviews:hover, .btn-about-us:hover {
  background: rgba(0, 36, 66, 0.2);
}

.btn-reviews:active, .btn-about-us:active {
  background: rgb(0, 36, 66);
  color: #fff;
}

main {
  margin-top: 150px;
  overflow: hidden;
}

.about-us-reviews-slider .slick-prev, .about-us-reviews-slider .slick-next {
  bottom: 15px;
}

.reviews-facebook-reviews .about-us-reviews-slider .slick-prev, .reviews-facebook-reviews .about-us-reviews-slider .slick-next {
  bottom: -55px;
}

.reviews-facebook-reviews {
  position: relative;
  z-index: 2;
}

.reviews-team-row {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}

.reviews-team-row img {
  position: relative;
  left: 0;
  width: auto;
  bottom: -5px;
}

.reviews-team-section {
  position: relative;
}

.reviews-team-row h2 {
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  line-height: 120%;
  color: #002442;
  font-weight: bold;
  margin-top: 50px;
}

.reviews-team-row > div:first-of-type p {
  width: 507px;
  color: #6B7176;
  line-height: 160%;
  font-size: 18px;
  margin-top: 80px;
}

.reviews-team-row > div:last-of-type {
  flex-grow: 1;
}

.reviews-team-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.btn-about-us {
  border: 2px solid #002442;
  width: 215px;
  height: 52px;
  background: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #002442;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 26px;
}

.btn-get-module {
  border: 2px solid #fff;
  width: 337px;
  height: 87px;
  background: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 95px;
}

.reviews-free-module {
  background: #002442;
  padding: 75px 0 64px;
}

.free-module-row {
  display: flex;
  gap: 61px;
  align-items: center;
}

.free-module-row h2 {
  font-size: 96px;
  line-height: 120%;
  font-weight: bold;
  color: #fff;
}

.free-module-row p {
  color: #FFF;
  line-height: 160%;
  font-size: 18px;
  margin-top: 40px;
}

.free-module-row > div:first-of-type img {
  width: 595px;
}

.free-module-row .row {
  display: flex;
  justify-content: space-between;
  margin-top: 87px;
  gap: 60px;
}

.free-module-row .row img {
  max-width: 200px;
}

.landing-contact-form-section .about-form-block {
  margin-top: 0;
  border-top: 0;
}

.landing-contact-form-section {
  background: url("https://en.truckdispatchertraining.us/wp-content/themes/dispetcher%20training/images/about-us/location-bg.png");
  background-size: cover;
  padding-bottom: 80px;
}

.landing-contact-form-section .about-form-block h3 {
  width: auto;
  margin: 0 auto;
  position: relative;
  max-width: 954px;
}

.landing-contact-form-section .about-form-block h3:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -14px;
  display: block;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}

.landing-contact-form-section .about-form-block p {
  font-size: 18px;
  line-height: 160%;
  color: #fff;
  letter-spacing: 6%;
  max-width: 787px;
  margin: 40px auto 0;
}

.free-module-template .reviews-section-1.free-module-section-1 {
  background: url("/wp-content/themes/dispetcher training/images/free-module/free-module-secction-1-bg.png");
  background-size: cover;
  background-position: center;
}

.free-module-section-1 .free-module-note {
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  color: #F7AB01;
  margin-top: 140px;
}

.reviews-free-module.free-module-section-2 {
  padding-top: 105px;
}

section.how-it-works .section-title-ad {
  font-size: 40px;
  line-height: 120%;
}

section.how-it-works {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}

.how-it-works-slider {
  display: flex;
  margin-top: 60px;
  align-items: stretch;
  align-content: stretch;
}

.how-it-works-slider .slick-track {
  display: flex !important;
  margin: 0 -40px;
}

.how-it-works-slider .slick-list {
  overflow: visible;
}

.how-it-works-slider .slick-slide {
  margin: 0 10px;
  height: inherit !important;
}

.how-it-works-slider .item {
  width: 308px !important;
  display: flex !important;
  flex-direction: column;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.how-it-works-slider .item > div:not(.content) {
  height: 317px;
  overflow: hidden;
}

.how-it-works-slider .item > div:not(.content) img {
  width: 100%;
  object-fit: cover;
  position: relative;
  top: 0;
  z-index: 2;
}

.how-it-works-slider .item .content {
  position: relative;
  z-index: 3;
  padding: 24px 26px;
  background: #fff;
  text-align: center;
  flex-grow: 1;
}

.how-it-works-slider .item .content h5 {
  color: #002442;
  font-size: 18px;
  line-height: 160%;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.how-it-works-slider .item .content {
  color: #6B7176;
  font-size: 18px;
  line-height: 160%;
  font-family: "Open Sans", sans-serif;
}

.how-it-works-slider .slick-next, .how-it-works-slider .slick-prev {
  position: absolute;
  z-index: 100;
  height: 50px;
  width: 40px;
}

.how-it-works-slider .slick-prev:before {
  content: url("/wp-content/themes/dispetcher training/images/slider-prev.svg");
  opacity: 1;
}

.how-it-works-slider .slick-next:before {
  content: url("/wp-content/themes/dispetcher training/images/slider-next.svg");
  opacity: 1;
}

.how-it-works-slider .slick-next {
  left: 60px;
  bottom: -100px;
  top: unset;
}

.how-it-works-slider .slick-prev {
  left: 0px;
  bottom: -100px;
  top: unset;
}

.reviews-team-row.free-module-team-row h4 {
  font-size: 64px;
}

.reviews-team-section.free-module-team-section {
  margin-top: 50px;
}

.about-us-reviews.reviews-facebook-reviews h4 {
  margin-bottom: 60px;
}

.free-module-team-row img {
  z-index: 3;
}

.free-module-team-section {
  position: relative;
}

.free-book-section-1 {
  padding-top: 270px;
  padding-bottom: 120px;
  background: #002442;
}

.free-book-slider-row {
  display: flex;
  gap: 39px;
  /*align-items: center;*/
}

.free-book-slider-row > div:first-of-type {
  width: 478px;
  max-width: 478px;
  color: #fff;
}

.free-book-slider-row > div:first-of-type h2 {
  font-size: 96px;
  line-height: 120%;
  margin-bottom: 28px;
}

.free-book-slider-row > div:first-of-type p {
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 58px;
}

.free-book-slider-row > div:first-of-type .price {
  font-size: 30px;
  line-height: 120%;
  color: #F7AB01;
  margin-bottom: 0;
  font-weight: bold;
}

.free-book-slider-row > div:first-of-type .price-note {
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
}

.free-book-slider-row > div:first-of-type .price-note span {
  color: #F7AB01;
  font-weight: bold;
}

.free-book-template #scroll-to-content {
  display: block;
  transform: none;
  position: static;
  margin-top: 50px;
}

section.free-book-section-2 {
  background: #002442;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}

section.free-book-section-2 .section-title-ad {
  font-size: 40px;
  line-height: 120%;
}

.book-desc-row {
  display: flex;
  align-items: center;
  gap: 88px;
  margin-top: 60px;
}

.book-desc-row > div:last-of-type {
  flex-grow: 1;
}

.book-desc-row > div:last-of-type .item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.book-desc-row > div:last-of-type {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.book-desc-row > div:last-of-type .item:after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 2px;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
}

.book-desc-row > div:last-of-type .item p {
  color: #fff;
  line-height: 120%;
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
}

.book-desc-row > div:last-of-type .item p:first-of-type {
  color: #F7AB01;
  font-weight: bold;
  text-transform: uppercase;
}

.read-the-passage {
  padding-top: 80px;
  padding-bottom: 80px;
}

.read-the-passage h2 {
  font-size: 40px;
  line-height: 120%;
  font-weight: bold;
  text-transform: capitalize;
  color: #002442;
  margin-bottom: 28px;
  width: max-content;
}

.read-the-passage p {
  font-size: 18px;
  line-height: 160%;
  color: #6B7176;
}

.read-the-passage-row > div:first-of-type {
  max-width: 350px;
}

.read-the-passage-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.read-the-passage-row img.passage {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}

.free-book-advantages .section-title-ad {
  font-size: 40px;
}

.free-book-author {
  padding-top: 0;
}

.about-us-section-1 .container {
  display: flex;
  justify-content: space-between;
}

.about-us-reviews-text-block {
  margin-top: 60px;
}

.reviews-team-section .team-mobile {
  display: none;
}

.free-book-advantages {
  padding-bottom: 288px;
  position: relative;
}

.free-book-advantages .container {
  z-index: 2;
}

.team-member-desc {
  margin-top: 0;
}

.free-book-advantages-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.read-the-passage .container {
  z-index: 2;
}

.free-book-slider-row > div:last-of-type {
  flex-grow: 1;
  max-width: 892px;
}

.free-book-slider.owl-carousel.owl-drag .owl-item {
  transition: all 0.5s ease;
}

.about-us-title-img {
  max-width: 100%;
}

.free-book-author p {
  font-size: 18px;
  line-height: 160%;
  color: #6B7176;
}

.about-us-reviews .btn-reviews.btn-reviews-mobile {
  display: none;
}

.free-book-slider .owl-item {
  transition: all 0.3s ease;
}

.free-book-slider .owl-item:not(.center) {
  position: absolute;
  top: -50px;
}

.free-book-slider .owl-item:nth-child(2) {
  position: absolute;
  top: -50px;
  right: 20px;
}

.free-book-slider .owl-item:not(.center):not(.active) {
  position: absolute;
  top: -50px;
  left: 20px;
}

.free-book-slider .owl-item.active:first-child:not(.center) {
  position: absolute;
  top: -50px;
  right: 20px;
}

.free-book-slider .owl-item.center {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  top: unset;
}

.free-book-slider .owl-stage {
  width: 100% !important;
  transform: none !important;
  height: 100%;
}

.free-book-slider .owl-nav {
  display: block !important;
  margin-top: 130px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.free-book-slider.owl-carousel .owl-stage-outer {
  overflow: visible;
  height: 100%;
}

.free-book-slider.owl-carousel {
  height: 100%;
  position: relative;
  top: -100px;
}

.free-book-slider.owl-carousel:after {
  content: url("/wp-content/themes/dispetcher training/images/free-book/free-book-slider-stand.png");
  position: absolute;
  bottom: -160px;
  /*width: 100%;*/
  /*max-width: 100%;*/
  height: auto;
  object-fit: cover;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
}

.free-book-slider .owl-prev, .free-book-slider .owl-next {
  position: relative;
  margin: 0 10px;
  filter: contrast(0.5);
}

.free-book-slider .owl-next span, .free-book-slider .owl-prev span {
  display: none;
}

.free-book-slider .owl-prev:before {
  content: url("/wp-content/themes/dispetcher training/images/slider-prev.svg");
  opacity: 1;
}

.free-book-slider .owl-next:before {
  content: url("/wp-content/themes/dispetcher training/images/slider-next.svg");
  opacity: 1;
}

.free-book-slider .owl-next.disabled, .free-book-slider .owl-prev.disabled {
  opacity: 0.25;
}

.header__nav .lang-switch {
  display: none;
}

.header__nav .footer-social {
  display: none;
}

.header__nav .contacts {
  display: none;
}

.header__nav .hide-desktop, .hide-desktop {
  display: none;
}

.header__nav .hide-mobile {
  display: flex;
}

@media screen and (max-width: 450px) {
  main {
    margin-top: 85px;
  }
}
@media screen and (max-width: 750px) {
  .about-us-s1-title {
    font-size: 22px;
    line-height: 120%;
    padding: 0 15px;
  }

  .about-us-section-1 .container > div:first-of-type {
    max-width: 100%;
  }

  .about-us-section-1 .container {
    flex-wrap: wrap;
    padding: 0;
  }

  .about-us-section-1 .section-1-image {
    right: 0;
    width: 100%;
  }

  .about-us-s1-text {
    font-size: 14px;
    padding: 0 15px;
    margin-top: 14px;
  }

  .about-us-template p {
    font-size: 14px;
  }

  .about-us-s1-successes {
    padding: 24px 16px;
  }

  .about-us-s1-successes ul li {
    font-size: 12px;
  }

  .about-us-achievements-block {
    flex-direction: column;
    height: auto;
  }

  .about-us-template h3 {
    font-size: 22px;
  }

  .about-us-achievements-block .item p {
    font-size: 14px;
  }

  .about-us-achievements-block .item img {
    width: 40px;
  }

  .about-us-achievements-block {
    margin-top: 18px;
    gap: 20px;
  }

  .about-us-section-2 {
    padding-bottom: 54px;
    padding-top: 32px;
    margin-top: 0;
    background: url(https://en.truckdispatchertraining.us/wp-content/themes/dispetcher%20training/images/about-us/section-1-2-bg.png);
    background-size: cover;
  }

  .about-us-section-advantages {
    padding: 32px 0;
  }

  .about-us-section-advantages .section-title-ad {
    font-size: 22px;
  }

  .section-title-ad.white:before {
    content: url("/wp-content/themes/dispetcher training/images/section-title-before-white-mobile.svg");
    left: -80px;
  }

  .section-title-ad.white:after {
    content: url("/wp-content/themes/dispetcher training/images/section-title-after-white-mobile.svg");
    right: -80px;
  }

  .section-title-ad:after {
    content: url("/wp-content/themes/dispetcher training/images/section-title-after-blue-mobile.svg");
    right: -80px;
  }

  .section-title-ad:before {
    content: url("/wp-content/themes/dispetcher training/images/section-title-before-blue-mobile.svg");
    left: -80px;
  }

  .about-us-section-advantages .advantages-row {
    flex-direction: column;
    margin-top: 32px;
    gap: 21px;
  }

  .about-us-section-advantages .advantages-row .item img {
    width: 60px;
  }

  .about-us-section-advantages .advantages-row .item h4 {
    margin: 18px auto 10px;
    font-size: 16px;
  }

  .about-us-section-advantages .advantages-row .item p {
    font-size: 14px;
    max-width: 250px;
    margin: 0 auto;
  }

  .about-us-section-team {
    padding-top: 0;
  }

  .team-member-desc img {
    width: 267px;
    bottom: 115%;
    right: -40px;
  }

  .about-us-section-team > .container > .text-center {
    text-align: left;
  }

  .team-member-desc {
    /*margin-top: 178px;*/
    padding: 28px 10px;
  }

  .divider {
    margin: 10px 0;
  }

  .team-member-desc .team-member-name {
    font-size: 18px;
  }

  .team-members-row .item > div:first-of-type {
    height: 185px;
  }

  .team-members-row .item {
    width: 45%;
    flex-basis: unset;
  }

  .team-members-row .item .content {
    padding: 16px 5px;
  }

  .team-members-row {
    gap: 0;
    justify-content: space-between;
    row-gap: 30px;
  }

  .partners-row {
    gap: 32px;
  }

  .about-us-partners {
    margin-top: 32px;
  }

  .about-us-partners .s-title {
    font-size: 22px;
    text-align: center;
  }

  .partners-row {
    margin-top: 20px;
  }

  .partners-row .item {
    flex-direction: column;
    gap: 16px;
  }

  .partners-row .item:nth-of-type(odd) {
    flex-direction: column;
  }

  .partners-row .item:nth-of-type(even) {
    flex-direction: column;
    text-align: left;
  }

  .partners-row .item:nth-of-type(even) > div:last-of-type {
    align-items: flex-start;
  }

  .partners-row .item > div {
    width: auto;
  }

  .partners-row .item h5 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 100%;
  }

  .partners-row .item .goto-link {
    width: 174px;
    height: 51px;
    font-size: 16px;
    margin-top: 16px;
  }

  .about-us-reviews {
    margin-top: 32px;
    padding-bottom: 200px;
  }

  .about-us-reviews .container {
    gap: 20px;
    flex-direction: column;
  }

  .about-us-reviews .container > div {
    flex-basis: 100%;
    max-width: 100%;
  }

  .about-us-reviews h4 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 16px;
  }

  .about-us-reviews-text-block {
    margin-top: 0;
  }

  .about-us-reviews-slider {
    position: relative !important;
  }

  .about-us-reviews-slider .review {
    max-width: 205px;
    min-width: 205px;
  }

  .about-us-reviews-slider .review .review-header {
    flex-direction: column;
  }

  .about-us-reviews-slider .review .review-header > div {
    right: 0;
    margin-top: 4px;
  }

  .about-us-reviews-slider .review .review-header > div img {
    width: 16px;
  }

  .about-us-reviews-slider .review .divider {
    margin-top: 14px;
  }

  .about-us-reviews-slider .review h5 {
    font-size: 16px;
  }

  .about-us-reviews-slider .review p {
    font-size: 12px;
  }

  .about-us-location {
    padding: 32px 0 80px;
  }

  .locations-row {
    margin-top: 25px;
    flex-wrap: wrap;
    gap: 20px;
  }

  .locations-row .item {
    flex-direction: column;
    width: 45%;
  }

  .locations-row .item > div p:first-of-type {
    font-size: 12px;
  }

  .locations-row .item > div p:nth-of-type(2) {
    font-size: 12px;
  }

  .locations-row .item .place-icon {
    height: 41px;
    margin-right: 0;
    object-fit: contain;
    width: 31px;
    margin-bottom: 10px;
  }

  .locations-row .item > div .tel {
    font-size: 12px;
  }

  .about-form-block {
    margin-top: 20px;
    padding-top: 22px;
  }

  .about-us-template h3 {
    font-size: 20px;
  }

  .about-form-block form {
    margin-top: 20px;
  }

  .about-form-block .inputs-wrapper {
    flex-direction: column;
  }

  .inputs-wrapper input {
    height: 42px;
    padding: 14px 24px;
    font-size: 12px;
  }

  .about-form-block .inputs-wrapper {
    gap: 20px;
  }

  .inputs-wrapper input::placeholder, .inputs-wrapper textarea::placeholder {
    font-size: 12px;
  }

  .inputs-wrapper textarea {
    height: 190px;
  }

  .about-form-block .inputs-wrapper > div:first-of-type {
    flex-basis: unset;
    gap: 20px;
  }

  .btn-connect {
    height: 51px;
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
  }

  .reviews-section-1 {
    padding: 80px 0;
  }

  .reviews-template .page-heading {
    max-width: 100%;
  }

  .page-title {
    font-size: 40px;
  }

  .page-subtitle {
    font-size: 14px;
    margin-top: 14px;
  }

  .reviews-section-1 .social-row {
    margin-top: 25px;
  }

  .reviews-section-1 .social-counter {
    margin: 28px auto 0;
  }

  .reviews-section-1 .social-counter img {
    width: 80px;
  }

  .social-row {
    justify-content: space-between;
  }

  .social-row a img {
    width: 80px;
  }

  .section-title-ad.white {
    font-size: 22px;
  }

  .reviews-section-2-subtitle {
    margin-top: 14px;
    font-size: 14px;
  }

  .reviews-section-2 {
    padding-bottom: 40px;
  }

  .reviews-section-2 .section-title-ad.white:before, .reviews-section-2 .section-title-ad.white:after {
    content: none;
  }

  .youtube-reviews-row {
    margin-top: 28px;
    max-width: 100%;
    gap: 28px;
  }

  .youtube-reviews-row .item a {
    height: 162px;
  }

  .youtube-reviews-row .item .video-title, .youtube-reviews-row .item .video-date {
    font-size: 14px;
  }

  .youtube-reviews-row .item p {
    font-size: 14px;
  }

  .btn-view-more {
    display: none;
  }

  section.google-reviews {
    margin-top: 40px;
  }

  .g-reviews-title {
    font-size: 22px;
  }

  .g-reviews-text {
    font-size: 14px;
    margin-top: 16px;
  }

  .g-reviews-row {
    margin-top: 20px;
  }

  .reviews-section-2 {
    background: url("/wp-content/themes/dispetcher training/images/reviews/reviews-section-2-bg-mobile.svg") center bottom no-repeat;
    background-size: cover;
  }

  .g-reviews-row .item.slick-slide {
    max-width: 205px;
    margin: 0 10px;
  }

  .g-reviews-row .item .review-header {
    flex-wrap: wrap;
  }

  .g-reviews-row .item .review-header > div {
    right: 0;
  }

  .g-reviews-row .item h5 {
    font-size: 16px;
  }

  .g-reviews-row .item p {
    font-size: 12px;
  }

  .g-reviews-row .item .review-header img {
    width: 16px;
  }

  .facebook-reviews {
    margin-top: 80px;
  }

  .facebook-reviews .section-title-ad {
    font-size: 22px;
  }

  .facebook-reviews .text-center {
    text-align: left;
  }

  .reviews-facebook-reviews.about-us-reviews {
    margin-top: 16px;
  }

  .facebook-reviews-text-wrap p {
    font-size: 14px;
  }

  .reviews-team-row h2 {
    font-size: 22px;
    margin-top: 0;
  }

  .landing-contact-form-section .about-form-block h3 {
    font-size: 20px;
    max-width: 100%;
  }

  .reviews-team-row > div:last-of-type {
    display: none;
  }

  .reviews-team-section .team-mobile {
    display: block;
    width: 100%;
  }

  .reviews-team-row > div:first-of-type p {
    width: 100%;
    order: 3;
    margin-top: 22px;
  }

  .reviews-team-row > div:first-of-type {
    display: flex;
    flex-direction: column;
  }

  .reviews-team-row > div:first-of-type img {
    order: 2;
  }

  .reviews-team-row > div:first-of-type .btn-about-us {
    order: 4;
  }

  .reviews-team-section {
    padding-bottom: 80px;
  }

  .free-module-row > div:first-of-type img {
    width: 100%;
  }

  .free-module-row {
    flex-wrap: wrap;
    gap: 0;
  }

  .free-module-row h2 {
    display: none;
  }

  .free-module-row .row img {
    max-width: 80px;
  }

  .free-module-row .row {
    order: 1;
    margin-top: 24px;
  }

  .free-module-row p {
    order: 2;
    font-size: 14px;
  }

  .free-module-row .btn-get-module {
    order: 3;
  }

  .free-module-row > div:last-of-type {
    display: flex;
    flex-direction: column;
  }

  .btn-get-module {
    height: 51px;
    width: 100%;
    font-size: 16px;
    margin-top: 40px;
  }

  section.how-it-works {
    padding-top: 60px;
  }

  .how-it-works-slider {
    flex-direction: column;
    margin-top: 28px;
  }

  section.how-it-works .section-title-ad {
    font-size: 22px;
  }

  .book-desc-row > div:last-of-type .item p {
    text-align: right;
    font-size: 14px;
  }

  .book-desc-row > div:last-of-type {
    width: 100%;
  }

  .book-desc-row {
    flex-direction: column;
  }

  .read-the-passage-row {
    flex-direction: column;
  }

  .how-it-works-slider .item > div:not(.content) {
    background: #fff;
    height: 80px;
    position: relative;
    overflow: visible;
  }

  .how-it-works-slider .item > div:not(.content):after {
    position: absolute;
    left: 5px;
    bottom: -35px;
    z-index: 12;
  }

  .how-it-works-slider .item:first-of-type > div:not(.content):after {
    content: url("/wp-content/themes/dispetcher training/images/free-module/hiw-n-1.svg");
  }

  .how-it-works-slider .item:nth-of-type(2) > div:not(.content):after {
    content: url("/wp-content/themes/dispetcher training/images/free-module/hiw-n-2.svg");
  }

  .how-it-works-slider .item:nth-of-type(3) > div:not(.content):after {
    content: url("/wp-content/themes/dispetcher training/images/free-module/hiw-n-3.svg");
  }

  .how-it-works-slider .item:nth-of-type(4) > div:not(.content):after {
    content: url("/wp-content/themes/dispetcher training/images/free-module/hiw-n-4.svg");
  }

  .how-it-works-slider .item:nth-of-type(5) > div:not(.content):after {
    content: url("/wp-content/themes/dispetcher training/images/free-module/hiw-n-5.svg");
  }

  .how-it-works-slider .item:nth-of-type(6) > div:not(.content):after {
    content: url("/wp-content/themes/dispetcher training/images/free-module/hiw-n-6.svg");
  }

  .how-it-works-slider .item:nth-of-type(odd) > div:not(.content) {
    background: url("/wp-content/themes/dispetcher training/images/free-module/hiw-card-bg-mobile-odd.png");
    background-size: cover;
  }

  .how-it-works-slider .item:nth-child(even) > div:not(.content) {
    background: url("/wp-content/themes/dispetcher training/images/free-module/hiw-card-bg-mobile-even.png");
    background-size: cover;
  }

  .how-it-works-slider .item .content p {
    font-size: 14px;
  }

  .how-it-works-slider .item .content {
    padding: 28px 26px 15px;
  }

  .how-it-works-slider .item > div:not(.content) img {
    display: none;
  }

  .free-book-advantages {
    padding-bottom: 380px;
  }

  .free-book-advantages .how-it-works-slider, .how-it-works-slider {
    gap: 28px;
  }

  .how-it-works-slider .item {
    width: 100%;
  }

  .read-the-passage p {
    margin-bottom: 22px;
  }

  .read-the-passage .btn-reviews {
    display: none;
  }

  .free-book-slider-row {
    flex-direction: column;
  }

  .free-book-slider-row > div:first-of-type {
    width: 100%;
    order: 2;
  }

  .free-book-section-1 {
    margin-bottom: -1px;
    padding: 65px 0;
  }

  .free-book-template #scroll-to-content {
    text-align: center;
  }

  .about-us-section-advantages .advantages-row {
    align-items: center;
  }

  .about-us-achievements-block .item:nth-of-type(2) {
    align-self: auto;
  }

  .about-us-reviews .btn-reviews:first-of-type {
    display: none;
  }

  .about-us-reviews .btn-reviews.btn-reviews-mobile {
    display: flex !important;
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    background: #fff;
    z-index: 2;
  }

  .about-us-title-img {
    display: none;
  }

  .about-us-reviews.reviews-facebook-reviews {
    padding-bottom: 100px;
  }

  .free-book-slider-row > div:first-of-type {
    max-width: 100%;
    text-align: center;
  }

  .free-book-slider-row > div:first-of-type h2 {
    font-size: 40px;
  }

  .free-book-slider .owl-item {
    max-width: 200px;
  }

  .free-book-slider.owl-carousel {
    height: 200px !important;
    margin-top: 140px;
  }

  .read-the-passage-row img.passage {
    width: 100%;
    max-width: 100%;
  }

  .free-module-section-1 .free-module-note {
    margin-top: 60px;
  }

  .reviews-free-module.free-module-section-2 {
    padding-top: 170px;
    margin-top: -1px;
  }

  .free-book-slider-row {
    gap: 100px;
  }

  .footer-nav ul {
    /*grid-template-columns: repeat(2, 1fr);*/
    text-align: left;
    display: flex;
    flex-direction: column;
  }

  /*.footer-nav ul li a{*/
  /*	display: block;*/
  /*	padding: 10px 0;*/
  /*	border-bottom: 1px solid #DDDDDD;*/
  /*	position: relative;*/
  /*}*/
  /*.footer-nav ul li a:after{*/
  /*	content: url('/wp-content/themes/dispetcher training/images/footer-menu-mobile-goto.svg');*/
  /*	position: absolute;*/
  /*	right: 0;*/
  /*	top: 50%;*/
  /*	transform: translateY(-50%);*/
  /*}*/
  .footer-nav ul li:nth-child(3n+3) {
    text-align: left;
  }

  .footer-nav ul li:nth-child(3n+2) {
    text-align: left;
  }

  .header__nav {
    display: flex;
    flex-direction: column;
    overflow: scroll;
  }

  .header__nav .lang-switch {
    display: flex;
    padding-left: 5px;
  }

  .header__nav .lang-switch a {
    display: block;
    padding: 14px;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    line-height: 1.55;
    align-items: center;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .header__nav .footer-social {
    display: flex;
    gap: 10px;
    justify-self: flex-end;
    order: unset;
    padding-left: 15px;
    margin-top: 20px;
    justify-content: flex-start;
  }

  .header__nav .footer-social a:before {
    background: #fff;
    height: 100%;
  }

  .header__nav .contacts {
    display: flex;
    justify-content: space-between;
    padding: 0 19px;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  .header__nav .contacts a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4;
    width: max-content;
    padding: 0;
  }

  .header__nav .contacts a img {
    margin-right: 5px;
    height: 24px;
    width: auto;
    object-fit: cover;
    display: block;
    filter: invert(1);
  }

  .header__phone {
    display: none;
  }

  .header__nav .contacts .header__phone {
    position: static;
    margin-bottom: 0;
  }

  .header-lang {
    display: none;
  }

  .header__nav-btn {
    right: 20px;
    margin-top: 18px;
  }

  .header__nav .hide-desktop, .hide-desktop {
    display: block;
  }

  .header__nav .hide-mobile {
    display: none;
  }
}
@media screen and (max-width: 1500px) {
  .about-us-section-1 .section-1-image {
    max-width: 100%;
    right: 0;
  }

  .about-us-section-1 .container > div:first-of-type {
    max-width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .about-us-section-1 .container > div:first-of-type {
    max-width: 100%;
  }
}
/* END ============================================================= */
.lang-switcher-popup {
  padding: 15px 0;
  background: #002442;
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 100000;
  color: #fff;
  font-size: 16px;
}

.lang-switcher-popup a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  width: max-content;
  padding: 10px 25px;
}

.lang-switcher-popup .container div a:first-of-type {
  padding: 10px 25px;
  color: #002442;
  background: #F2F2F2;
  border-radius: 50px;
  text-decoration: none;
}

.lang-switcher-popup .container {
  display: flex;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}

.lang-switcher-popup .container:after {
  content: unset;
}

.lang-switcher-popup .container div {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Certificate Validation ============================================================= */
.сertificate-validation {
  margin: 145px 0px 30px;
}

.сertificate-validation .form-head {
  /*	padding: 80px 0px;*/
  padding: 80px 0px 40px;
  background-image: url(images/certificate-validation.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.сertificate-validation h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.сertificate-validation .form-head p {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 50px;
}

.сertificate-validation .inputs-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.сertificate-validation .inp-wrapp {
  position: relative;
  margin-bottom: 24px;
  width: calc(50% - 15px);
}

.сertificate-validation .inp-label {
  padding: 2px 5px;
  border-radius: 3px;
  background: #f7ab01;
  position: absolute;
  top: -10px;
  left: 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  z-index: 1;
}

.сertificate-validation .inp {
  border: 1px solid #f7ab01;
  color: #FFFFFF;
  width: 100%;
  padding: 15.3px 18px;
  outline: none;
  background: transparent;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}

.сertificate-validation .inp::placeholder {
  color: #FFFFFF;
}

.сertificate-validation .btn {
  margin-top: 20px;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  display: block;
  width: 240px;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  color: #000000;
  background: #EFBF00;
  border-radius: 5px;
  border: none;
  padding: 17px;
  text-align: center;
  text-decoration: none;
}

.сertificate-validation .btn:hover {
  box-shadow: 2px 2px 6px 0px rgba(240, 192, 0, 0.6);
}

.verification-wrapper {
  padding: 50px 0px 80px;
  display: flex;
  justify-content: space-between;
  color: #444444;
}

.verification-data {
  width: 700px;
  padding-top: 60px;
}

.verification-data__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #444444;
  display: flex;
  align-items: center;
}

.verification-data-wrapper {
  /*	width: 790px;*/
  margin: 26px 0px 28px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.verification-data__item {
  text-align: center;
  margin-bottom: 30px;
  padding: 24px 15px 20px;
  border: 1px solid #002442;
  border-radius: 2px;
  width: calc(50% - 15px);
}

.verification-data__item-info {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #444444;
  margin-bottom: 5px;
}

.verification-data__title img {
  margin-right: 20px;
}

.verification-resume-info {
  width: 520px;
  padding: 15px;
  background: #fff;
  position: relative;
  border: 1px solid #fff;
  border-radius: 5px;
}

.homeResume-info__certificate img {
  width: 100%;
  height: auto;
}

.verification-data .btn {
  display: block;
  width: 100%;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  background: #002442 !important;
  color: #fff !important;
}

.verification-data .btn:hover {
  box-shadow: 2px 2px 6px 0px rgba(0, 36, 66, 0.6);
}

#loader {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 36, 66, 0.32);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader.active {
  visibility: visible;
}

.loading {
  height: 0;
  width: 0;
  padding: 18px;
  border: 4px solid #fff;
  border-right-color: #1d8dea;
  border-radius: 50%;
  -webkit-animation: rotate 0.7s infinite linear;
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
#verification .not-found {
  padding: 50px 0px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}

.another-variant {
  display: flex;
  align-items: center;
  margin-top: 20px;
  max-width: 230px;
  cursor: pointer;
}

.another-variant__icon img {
  max-width: 50px;
  height: auto;
}

.another-variant__text {
  color: #fff;
  font-size: 18px;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.verification2 {
  margin-top: 50px;
  display: none;
}

.verification2 .inp {
  border: 1px solid #ffffff;
}

.verification2 .inp-label {
  background: rgb(255, 255, 255);
  color: #000;
}

.verification2 .btn {
  background: #ffffff;
}

@media only screen and (max-width: 1270px) {
  .verification-data {
    width: auto;
    margin-right: 20px;
  }

  .verification-data__item {
    width: calc(50% - 10px);
  }

  .verification-resume-info {
    min-width: 395px;
    padding: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .verification-wrapper {
    flex-direction: column;
    margin-bottom: 100px;
    padding: 50px 0 0;
  }

  .verification-data-wrapper {
    margin: 20px 0px 10px;
  }

  .verification-data {
    padding-top: 0;
    margin-right: 0;
  }

  .verification-resume-info {
    width: 100%;
    max-width: 480px;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .verification-data .btn {
    width: 500px;
    position: absolute;
    bottom: -75px;
    left: calc(50% - 250px);
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .сertificate-validation .form-head {
    /*		padding: 50px 0px;*/
    padding: 50px 0px 30px;
  }

  .сertificate-validation .inputs-box {
    flex-direction: column;
  }

  .сertificate-validation .inp-wrapp {
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .сertificate-validation h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 550px) {
  .сertificate-validation h1 {
    font-size: 32px;
  }

  .сertificate-validation .btn {
    margin-top: 0;
  }

  .сertificate-validation .form-head p {
    margin-bottom: 30px;
  }

  .verification-data__title {
    font-size: 28px;
    line-height: 36px;
  }

  .verification-data-wrapper {
    flex-direction: column;
  }

  .verification-data__item {
    width: 100%;
  }

  .verification-wrapper {
    padding: 30px 0 0;
  }

  .verification-data__item {
    margin-bottom: 20px;
  }

  .verification-data .btn {
    width: 90%;
    left: 5%;
  }
}
@media only screen and (max-width: 370px) {
  .сertificate-validation h1 {
    font-size: 27px;
  }

  .сertificate-validation .form-head p {
    font-size: 14px;
  }

  .сertificate-validation .inp {
    font-size: 16px;
  }
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Black.eot");
  src: url("fonts/Poppins-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-Black.woff2") format("woff2"), url("fonts/Poppins-Black.woff") format("woff"), url("fonts/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Bold.eot");
  src: url("fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-Bold.woff2") format("woff2"), url("fonts/Poppins-Bold.woff") format("woff"), url("fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Medium.eot");
  src: url("fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-Medium.woff2") format("woff2"), url("fonts/Poppins-Medium.woff") format("woff"), url("fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-SemiBold.eot");
  src: url("fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-SemiBold.woff2") format("woff2"), url("fonts/Poppins-SemiBold.woff") format("woff"), url("fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.eot");
  src: url("fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-Regular.woff2") format("woff2"), url("fonts/Poppins-Regular.woff") format("woff"), url("fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Thin.eot");
  src: url("fonts/Poppins-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-Thin.woff2") format("woff2"), url("fonts/Poppins-Thin.woff") format("woff"), url("fonts/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.main-content {
  flex: 1 0 auto;
  background: rgba(0, 36, 66, 0.6);
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.cv-form {
  background: url("../images/form-bg.png") center no-repeat;
  background-size: cover;
  backdrop-filter: blur(10px);
  overflow-y: auto;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
}

.cv-form__title-form {
  position: absolute;
  background: #fff;
  border: 1px solid #004e73;
  box-shadow: 0px 1px 2px rgba(105, 81, 255, 0.05);
  border-radius: 36px;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  color: #004e73;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  padding: 2px 8px;
}

.cv-form__steps {
  margin-top: 50px;
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .cv-form__steps {
    margin-top: 70px;
    margin-bottom: 70px;
    align-items: flex-end;
  }
}
.cv-form__steps-line {
  position: absolute;
  height: 6px;
  width: 84%;
  background: #fff;
  left: 8%;
  bottom: 8px;
}

@media (max-width: 768px) {
  .cv-form__steps-line {
    bottom: 5px;
  }
}
.cv-form__steps-line .inner-line {
  width: 0%;
  height: 4px;
  position: absolute;
  top: 1px;
  left: 1px;
  background: #02a1cf;
}

.cv-form__step {
  flex: 1 1 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  align-items: center;
}

@media (max-width: 768px) {
  .cv-form__step {
    font-size: 10px;
    text-align: center;
  }
}
.cv-form__step.done .cv-form__step-dot:before {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='white'/%3E%3Ccircle cx='12' cy='12' r='10' fill='%2302A1CF'/%3E%3Cpath d='M8.76822 11.3601C8.41466 10.9358 7.78409 10.8785 7.35982 11.232C6.93554 11.5856 6.87821 12.2162 7.23178 12.6404L8.76822 11.3601ZM10.5 15.0002L9.73178 15.6404C9.91165 15.8563 10.174 15.9865 10.4547 15.9992C10.7354 16.0119 11.0084 15.906 11.2071 15.7074L10.5 15.0002ZM17.2071 9.70735C17.5976 9.31683 17.5976 8.68366 17.2071 8.29314C16.8166 7.90261 16.1834 7.90261 15.7929 8.29314L17.2071 9.70735ZM7.23178 12.6404L9.73178 15.6404L11.2682 14.3601L8.76822 11.3601L7.23178 12.6404ZM11.2071 15.7074L17.2071 9.70735L15.7929 8.29314L9.79289 14.2931L11.2071 15.7074Z' fill='white'/%3E%3C/svg%3E%0A");
}

@media (max-width: 768px) {
  .cv-form__step.done .cv-form__step-dot:before {
    width: 16px;
    height: 16px;
    background-size: contain;
  }
}
.cv-form__step.active .cv-form__step-dot:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%2302A1CF'/%3E%3C/svg%3E%0A");
}

@media (max-width: 768px) {
  .cv-form__step.active .cv-form__step-dot:before {
    width: 12px;
    height: 12px;
    background-size: contain;
  }
}
.cv-form__step-dot {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100px;
  margin-top: 8px;
  position: relative;
}

@media (max-width: 768px) {
  .cv-form__step-dot {
    width: 16px;
    height: 16px;
  }
}
.cv-form__form {
  background: #f0fafc;
  border-radius: 10px;
  max-width: 670px;
  margin: 40px auto;
  padding: 40px 20px;
  position: relative;
}

.cv-form__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  color: #004e73;
  margin-bottom: 20px;
}

.cv-form__input-row {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #002442;
}

.cv-form__input-row--columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

@media (max-width: 768px) {
  .cv-form__input-row--columns {
    gap: 10px;
  }
}
.cv-form__input-row input[type=text], .cv-form__input-row textarea, .cv-form__input-row select {
  background: #fff;
  border: 1px solid #7d7d7d;
  border-radius: 6px;
  display: flex;
  width: 100%;
  height: 48px;
  margin-top: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #002442;
  padding: 0 20px;
}

.cv-form__input-row input[type=text] + .cv-form__input-labels, .cv-form__input-row textarea + .cv-form__input-labels, .cv-form__input-row select + .cv-form__input-labels {
  margin-top: 10px;
}

.cv-form__input-row input[type=text].invalid, .cv-form__input-row textarea.invalid, .cv-form__input-row select.invalid {
  border: 1px solid #f11;
}

.cv-form__input-row textarea {
  padding-top: 20px;
  min-height: 120px;
}

.cv-form__input-labels {
  margin-top: 6px;
}

.cv-form__input-labels label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 28px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.cv-form .tab {
  display: none;
}

.cv-form .text-muted {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #7d7d7d;
  margin-top: 6px;
}

.cv-form__input-row-2 {
  padding: 20px;
  background: #fff;
  border-radius: 6px;
}

.cv-form__input-row-2 .top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.cv-form__input-row-2 .top input {
  height: 30px;
  font-size: 14px;
  margin: 0;
}

.cv-form__input-row-2 .top .form-btn {
  margin-left: 20px;
  height: 30px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}

.cv-form__input-row-2 .bottom {
  margin-top: 10px;
}

.cv-form__input-row-2 .bottom .skill-item {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #004e73;
  margin: 0 10px 10px 0;
  background: #fff;
  padding: 8px 14px;
  border: 1px solid #004e73;
  border-radius: 100px;
}

.cv-form__input-row-2 .bottom .skill-item .remove-skill {
  margin-left: 10px;
  display: inline-block;
  text-decoration: none;
}

.cv-form .buttons {
  display: flex;
  align-items: center;
}

.cv-form .buttons .prev-btn {
  margin: 0 20px 0 0;
  padding: 0;
  background: none;
  border: none;
}

.form-btn {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  background: #004e73;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  border: none;
  cursor: pointer;
}

.cv-preview {
  max-width: 670px;
  margin: 50px auto;
}

.cv-preview__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #f0fafc;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.12);
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .cv-preview__title {
    margin-top: 70px;
    font-size: 26px;
  }
}
.cv-preview__main {
  padding: 20px;
  background: #f0fafc;
  border-radius: 10px;
  position: relative;
}

.cv-preview__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #004e73;
  margin-bottom: 12px;
}

.cv-preview__block {
  font-size: 18px;
  line-height: 27px;
  color: #002442;
  margin-bottom: 4px;
}

.cv-preview__block + .cv-preview__block {
  margin-top: 10px;
}

.cv-preview__tag {
  height: 20px;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  padding: 3px 10px;
  background: #02a1cf;
  border-radius: 4px;
  margin: 0 5px 5px 0;
}

.cv-preview__separator {
  background: linear-gradient(180deg, rgba(2, 161, 207, 0) 0%, #02A1CF 100%);
  width: 100%;
  height: 2px;
  margin: 17px 0;
}

.cv-preview__block-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #002442;
  margin-bottom: 10px;
}

.cv-preview__skill {
  height: 37px;
  background: #fff;
  border: 1px solid #004e73;
  border-radius: 100px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #004e73;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  margin: 0 4px 5px 0;
}

.cv-preview__buttons {
  margin-top: 40px;
}

.cv-preview__visibility {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}

.form-btn-gradient {
  background: #02a1cf;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  margin-right: 28px;
  padding: 0 36px;
  text-decoration: none;
}

.form-btn-gradient--2 {
  background: linear-gradient(57.37deg, #02A1CF 6.67%, #004E73 87.9%);
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.12);
}

.overflow-hidden {
  overflow: hidden !important;
}

.modal {
  position: relative;
  margin: 0 auto;
  max-width: 696px;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  transform: scale(1);
  transition: transform 0.3s;
  height: auto !important;
}

@media screen and (max-width: 767px) {
  .modal {
    width: 540px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .modal {
    padding: 15px;
  }
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  padding: 93px 15px;
  background: rgba(104, 104, 104, 0.8);
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s;
  overflow-y: scroll;
  box-sizing: border-box;
}

.backdrop.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.backdrop.is-hidden .modal {
  transform: scale(0.9);
}

.close-btn {
  fill: #d8d8d8;
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  transition: fill 0.5s;
}

@media (max-width: 768px) {
  .close-btn {
    width: 32px;
    height: 32px;
    right: 15px;
    top: 15px;
  }

  .close-btn svg {
    width: 100%;
    height: 100%;
  }
}
.close-btn:hover {
  cursor: pointer;
  fill: #1e79ff;
}

.edit-cv-modal {
  background: #f0fafc;
  border-radius: 10px;
  max-width: 607px;
  padding: 40px 32px;
}

@media (max-width: 576px) {
  .edit-cv-modal {
    width: 100%;
    padding: 15px;
  }
}
.edit-cv-modal__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  color: #004e73;
  margin-bottom: 18px;
}

.edit-cv-modal__radio {
  display: block;
  background: #f0fafc;
  border: 1px solid #02a1cf;
  border-radius: 6px;
  position: relative;
  padding: 17px 17px 17px 91px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .edit-cv-modal__radio {
    padding: 10px 10px 10px 50px;
  }
}
.edit-cv-modal__radio:last-child {
  margin-bottom: 0;
}

.edit-cv-modal__radio input[type=radio] {
  opacity: 0;
  display: none;
}

.edit-cv-modal__radio input[type=radio]:checked + .radio {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='13.5' stroke='%2302A1CF'/%3E%3Ccircle cx='14' cy='14' r='10' fill='%2302A1CF'/%3E%3C/svg%3E%0A");
}

.edit-cv-modal__radio .radio {
  width: 28px;
  height: 28px;
  position: absolute;
  display: block;
  left: 25px;
  top: 50%;
  margin-top: -14px;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='13.5' stroke='%2302A1CF'/%3E%3C/svg%3E%0A");
}

@media (max-width: 576px) {
  .edit-cv-modal__radio .radio {
    left: 10px;
  }
}
.edit-cv-modal__radio .top {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  margin-right: 11px;
}

.edit-cv-modal__radio .top svg {
  margin-right: 10px;
  display: inline-block;
}

.edit-cv-modal__radio .bottom {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #7d7d7d;
}

.add-button {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #002442;
  text-decoration: none;
}

.add-button svg {
  display: inline-block;
  margin-right: 10px;
}

.d-block {
  display: block;
}

.pac-container {
  z-index: 999999999999;
}

.resume-success {
  background: #f0fafc;
  border-radius: 10px;
  max-width: 670px;
  margin: 120px auto 40px;
  padding: 40px 20px;
  position: relative;
  display: none;
}

.resume-success__image {
  text-align: center;
  margin-top: -70px;
  margin-bottom: 44px;
}

.resume-success__title {
  background: linear-gradient(57.37deg, #02A1CF 6.67%, #004E73 87.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0);
  text-align: center;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.12);
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 16px;
}

.resume-success__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #7d7d7d;
  max-width: 460px;
  margin: 0 auto 30px auto;
}

.resume-success__button {
  text-align: center;
}

.resume-success__button-link {
  background: linear-gradient(57.37deg, #02A1CF 6.67%, #004E73 87.9%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  width: 110px;
  height: 40px;
  color: #fff;
  text-decoration: none;
}

.vacancies {
  position: relative;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .vacancies {
    padding-bottom: 0;
    margin-bottom: -50px;
  }
}
.vacancies__container {
  display: grid;
  gap: 24px;
  grid-template-columns: 445px 1fr;
  margin-top: 20px;
  position: relative;
}

@media (max-width: 992px) {
  .vacancies__container {
    grid-template-columns: 325px 1fr;
    margin-top: -270px;
  }
}
@media (max-width: 768px) {
  .vacancies__container {
    display: block;
    position: relative;
    margin-top: 50px;
  }
}
.vacancies .left-ornament {
  position: absolute;
  left: -130px;
  top: 190px;
}

.vacancies .right-ornament {
  position: absolute;
  right: 0;
  bottom: 40px;
}

.vacancies__item {
  padding: 16px;
  background: #fff;
  margin-bottom: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

.vacancies__item:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.vacancies__item.current {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.vacancies__item.loading {
  height: auto;
  width: auto;
  padding: 20px;
  border: unset;
  border-right-color: unset;
  border-radius: unset;
  -webkit-animation: unset;
}

.vacancies__item.loading:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 6px solid #02a1cf;
  border-color: #02a1cf rgba(0, 0, 0, 0) #02a1cf rgba(0, 0, 0, 0);
  animation: loaderRotate 1.2s linear infinite;
  position: absolute;
  left: 50%;
  top: 100px;
  margin: -32px 0 0 -32px;
  z-index: 10;
}

.vacancies__item-date {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #7d7d7d;
  margin-bottom: 14px;
}

.vacancies__item-position {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #002442;
  margin-bottom: 10px;
}

.vacancies__item-company {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #7d7d7d;
  margin-top: 6px;
}

.vacancies__item-expirience {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #545454;
  margin-top: 6px;
}

.vacancies__item-expirience span {
  color: #7d7d7d;
}

.vacancies__item-skills {
  margin-top: 16px;
}

.vacancies__item-skills span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #002442;
  display: inline-flex;
  height: 20px;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #e8e8e8;
  border-radius: 4px;
  vertical-align: middle;
  align-items: center;
}

.vacancies__item-skills span svg {
  display: inline-block;
  margin-right: 5px;
}

.vacancies__view {
  position: relative;
}

@media (max-width: 768px) {
  .vacancies__view {
    position: fixed;
    width: 100%;
    z-index: 999;
    left: 0;
    height: 100%;
    top: 0px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: 0.3s;
    padding: 15px;
    background: #fff;
  }

  .vacancies__view.open {
    transform: translateX(0%);
  }
}
.vacancies__view.loged-in .vacancy-preview:before {
  display: none;
}

.vacancies__view.loged-in .vacancy-preview__bottom {
  padding-bottom: 65px;
}

.vacancies__view.loading:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 6px solid #02a1cf;
  border-color: #02a1cf rgba(0, 0, 0, 0) #02a1cf rgba(0, 0, 0, 0);
  animation: loaderRotate 1.2s linear infinite;
  position: absolute;
  left: 50%;
  top: 100px;
  margin: -32px 0 0 -32px;
  z-index: 10;
}

.vacancy-preview {
  position: relative;
  background: #fff;
}

.vacancy-preview img {
  max-width: 100%;
}

.vacancy-preview__top {
  padding: 9px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(21, 67, 91, 0.12);
}

.vacancy-preview__image {
  position: relative;
}

.vacancy-preview__logo {
  position: absolute;
  left: 10px;
  bottom: -15px;
  width: 45px;
  height: 45px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 3px;
  background: #fff;
}

.vacancy-preview__logo img {
  max-width: 100%;
  max-height: 100%;
}

.vacancy-preview__top-info {
  margin-top: 23px;
}

.vacancy-preview__top-position {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #002442;
  margin-bottom: 7px;
}

.vacancy-preview__top-company {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #7d7d7d;
  margin-bottom: 8px;
}

.vacancy-preview__top-skills {
  margin-top: 8px;
}

.vacancy-preview__top-skills span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #002442;
  display: inline-flex;
  height: 20px;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #e8e8e8;
  border-radius: 4px;
  vertical-align: middle;
  align-items: center;
}

.vacancy-preview__top-skills span svg {
  display: inline-block;
  margin-right: 5px;
}

.vacancy-preview__top-date {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #7d7d7d;
  text-align: right;
}

.vacancy-preview__bottom {
  padding: 15px;
  border: 1px solid #e8e8e8;
}

.vacancy-preview__bottom-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #e8e8e8;
}

@media (max-width: 768px) {
  .vacancy-preview__bottom-column {
    grid-template-columns: 1fr;
  }
}
.vacancy-preview__bottom-col.no-border:after {
  display: none;
}

.vacancy-preview__bottom-col:first-child {
  position: relative;
}

.vacancy-preview__bottom-col:first-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 95%;
  right: -13px;
  position: absolute;
  top: 2%;
  background: #e8e8e8;
}

.vacancy-preview__bottom-title {
  margin-top: 16px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #004e73;
}

.vacancy-preview__bottom-title + p {
  margin-top: 10px;
}

.vacancy-preview__bottom-coltitle {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #7d7d7d;
  margin-bottom: 8px;
}

.vacancy-preview__bottom__button {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 18px;
  z-index: 4;
}

.vacancy-preview__bottom__button a {
  min-width: 500px;
}

@media (max-width: 992px) {
  .vacancy-preview__bottom__button a {
    min-width: unset;
    display: flex;
    width: 100%;
  }
}
.vacancies-list {
  padding: 0;
  margin: 0;
  display: block;
}

.vacancies-list-item {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #7d7d7d;
  margin-bottom: 8px;
}

.vacancies-list-item span, .vacancies-list-item a {
  margin-left: auto;
  font-weight: 400;
  color: inherit;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #02a1cf;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  border: none;
  height: 50px;
  padding: 0 55px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}

.btn:hover {
  box-shadow: none;
}

.btn--gradient {
  background: #002442;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
}

.go-back {
  display: none;
  position: relative;
  z-index: 999;
}

@media (max-width: 768px) {
  .go-back {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
}
.go-back a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #545454;
}

.go-back a svg {
  margin-right: 10px;
  display: block;
}

.all-vacancyies .vacancies__container {
  margin-top: 0;
}

.all-vacancyies__pagination-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
}

.all-vacancyies__top {
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .all-vacancyies__top {
    flex-direction: column;
  }
}
.all-vacancyies__top-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 4px;
}

.all-vacancyies__top-count {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}

.all-vacancyies__top-right {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .all-vacancyies__top-right {
    margin-top: 20px;
  }
}
.overflow-hidden {
  overflow: hidden !important;
}

.modal {
  position: relative;
  margin: 0 auto;
  max-width: 696px;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  transform: scale(1);
  transition: transform 0.3s;
}

@media screen and (max-width: 767px) {
  .modal {
    width: 540px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .modal {
    padding: 15px;
  }
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  padding: 93px 15px;
  background: rgba(104, 104, 104, 0.8);
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s;
  overflow-y: scroll;
  box-sizing: border-box;
}

.backdrop--blurred {
  background: rgba(0, 36, 66, 0.6);
  backdrop-filter: blur(5px);
}

.backdrop.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.backdrop.is-hidden .modal {
  transform: scale(0.9);
}

.close-btn {
  fill: #d8d8d8;
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  transition: fill 0.5s;
}

@media (max-width: 768px) {
  .close-btn {
    width: 32px;
    height: 32px;
    right: 15px;
    top: 15px;
  }

  .close-btn svg {
    width: 100%;
    height: 100%;
  }
}
.close-btn:hover {
  cursor: pointer;
  fill: #1e79ff;
}

.d-block {
  display: block;
}

.vacancies-filters {
  margin-right: 20px;
  position: relative;
}

.vacancies-filters__btn {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}

.vacancies-filters__btn svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  filter: invert(1);
}

.vacancies-filters__dropdown {
  position: absolute;
  width: 295px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(32, 111, 90, 0.12);
  border-radius: 20px;
  overflow: hidden;
  z-index: 99;
  left: 50%;
  top: calc(100% + 20px);
  display: none;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .vacancies-filters__dropdown {
    left: 0;
    transform: unset;
  }
}
.vacancies-filters__dropdown-top {
  cursor: pointer;
  background: #e6f6fb;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #02a1cf;
}

.vacancies-filters__dropdown-top svg {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.vacancies-filters__dropdown-bottom {
  padding: 13px 20px;
}

.vacancies-filters__dropdown-item {
  margin-bottom: 30px;
}

.vacancies-filters__dropdown-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #004e73;
  margin-bottom: 12px;
}

.vacancies-filters label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #004e73;
  margin-bottom: 10px;
  display: block;
}

.vacancies-filters label input {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.vacancies-filters label input:checked + .checkbox {
  background: url("../images/checkbox-checked.svg") 0 0 no-repeat;
}

.vacancies-filters label .checkbox {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url("../images/checkbox.svg") 0 0 no-repeat;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .vacancies-search {
    margin-left: auto;
  }
}
.vacancies-search__form {
  position: relative;
}

.vacancies-search__form input {
  background: #fff;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  width: 350px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 50px;
  height: 44px;
  border: none;
}

@media (max-width: 768px) {
  .vacancies-search__form input {
    width: 200px;
  }
}
.vacancies-search__form button {
  background: rgba(0, 0, 0, 0);
  width: 50px;
  padding: 0;
  z-index: 3;
  cursor: pointer;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.vacancies-search__form button:focus {
  outline: none;
}

.pagination {
  padding: 0;
  margin: 16px 0 32px 0;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.pagination li.active a {
  background: rgba(2, 161, 207, 0.2);
}

.pagination li a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  color: #7d7d7d;
  display: flex;
  min-width: 24px;
  height: 24px;
  padding: 0 4px;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-decoration: none;
  border-radius: 100px;
}

@-webkit-keyframes placeholderSkeleton {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.skeleton {
  position: relative;
  overflow: hidden;
}

.skeleton:before {
  content: "";
  display: block;
  background: #d8dce0;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderSkeleton;
  -webkit-animation-timing-function: linear;
  background-image: -webkit-linear-gradient(left, #ccd2d8 0%, #dbdee6 20%, #abafb3 40%, #d6d9dc 100%);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.go-back {
  display: none;
  position: relative;
  z-index: 999;
}

@media (max-width: 768px) {
  .go-back {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
}
.go-back a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #545454;
}

.go-back a svg {
  margin-right: 10px;
  display: block;
}

.preview-inner {
  max-width: 622px;
  margin: 30px auto;
}

@keyframes loaderRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lack__career .vacancy-preview:before, .lack__career .vacancy-preview__bottom__button {
  display: none;
}

.lack__head:before {
  left: 40px;
}

.lack__head:after {
  right: 40px;
}

.page-template-index .flx.includes__wrapper .includes__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 20px;
}

@media (max-width: 992px) {
  .page-template-index .flx.includes__wrapper .includes__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.team-item__thumb img {
  width: auto;
}

.progress {
  margin-top: -60px;
}

@media (max-width: 768px) {
  .progress {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .progress .container {
    align-items: start;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .progress__info {
    margin-top: 40px;
    margin-left: 90px;
  }
}
@media (max-width: 480px) {
  .team__slider .slick-arrow, .blog__list .slick-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20.0005' cy='20' r='20' fill='%23002442' fill-opacity='0.67'/%3E%3Cg filter='url(%23filter0_d_105_401)'%3E%3Cpath d='M13.5146 9.76367L28.0543 20.1312L13.5146 30.2363L18.303 20L13.5146 9.76367Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_105_401' x='9.51465' y='9.76367' width='22.5396' height='28.4727' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_105_401'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_105_401' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    border: none;
    cursor: pointer;
    font-size: 0px;
    right: 20px;
  }

  .team__slider .slick-arrow.slick-prev, .blog__list .slick-arrow.slick-prev {
    right: 70px;
    transform: rotate(-180deg);
  }
}
@media (max-width: 480px) {
  .team__slider .slick-dots, .blog__list .slick-dots {
    display: block;
    margin: 0 0 0px 20px;
    padding: 0;
  }

  .team__slider .slick-dots li, .blog__list .slick-dots li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
  }

  .team__slider .slick-dots li.slick-active button, .blog__list .slick-dots li.slick-active button {
    background: #f7ab01;
  }

  .team__slider .slick-dots li button, .blog__list .slick-dots li button {
    font-size: 0;
    width: 14px;
    height: 14px;
    text-indent: -100px;
    display: inline-block;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0);
  }

  .team__slider .slick-dots li button:focus, .blog__list .slick-dots li button:focus {
    outline: none;
  }
}
@media (max-width: 480px) {
  .includes__top {
    padding: 16px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 480px) {
  .includes__head {
    padding: 0;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .includes__top-right {
    font-size: 10px;
    text-align: right;
  }
}
@media (max-width: 480px) {
  .includes__top-count {
    display: block;
    text-align: right;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .resume__top {
    flex-wrap: nowrap;
    padding: 16px;
  }

  .resume__top-head {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    text-align: left;
    width: 50%;
  }

  .resume__salary {
    margin: 0;
    width: 50%;
    text-align: right;
  }

  .resume__salary-head {
    text-align: right;
    font-size: 14px;
    line-height: 10px;
  }

  .resume__how-salary {
    text-align: right;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 3px;
  }
}
.blog__list .slick-list, .blog__list .slick-track {
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .blog-item {
    float: left;
  }
}
.only-mobile-visible {
  display: none;
}

.only-mobile-visible .footer-social {
  margin: 0 auto 0px -20px;
  padding: 0;
}

@media (max-width: 768px) {
  .only-mobile-visible {
    display: block;
    width: 100%;
  }
}
.only-mobile-visible .footer-mobile-links {
  margin: 20px 0;
  width: 100%;
  display: block;
}

.only-mobile-visible .footer-mobile-links a {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  display: block;
  color: #434343;
  text-transform: capitalize;
  text-decoration: none;
  padding-bottom: 12px;
  padding-top: 12px;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.only-mobile-visible .footer-mobile-links a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11V1C0 0.587977 0.470382 0.352787 0.8 0.6L7.46667 5.6C7.73333 5.8 7.73333 6.2 7.46667 6.4L0.8 11.4C0.470382 11.6472 0 11.412 0 11Z' fill='%23DDDDDD'/%3E%3C/svg%3E%0A");
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}

@media (max-width: 480px) {
  .footer__contact a {
    width: 50%;
    margin: 0;
  }
}
.module-page.resume {
  padding-top: 0;
}

.module-page.resume .module-cont {
  background: rgba(0, 0, 0, 0);
}

.module-page.resume .module-cont .vacancies__container {
  grid-template-columns: 345px 1fr;
}

.module-page.resume .module-cont .vacancy-preview img {
  width: 100%;
}

@media (max-width: 768px) {
  .module-page.resume .module-cont .all-vacancyies {
    padding-top: 70px;
  }
}
.module-page.resume .module-area {
  background: url("../images/bg_resumes.png") center no-repeat;
  background-size: cover;
  height: 100vh;
}

.temp_expired__subscription {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  width: 340px;
  max-width: 100%;
}

.temp_expired__subscription__title {
  text-align: center;
  margin-bottom: 20px;
}

.temp_expired__subscription__title span {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 2px solid var(--cB);
}

.temp_expired__subscription__text {
  text-align: center;
  margin-top: 20px;
  color: gray;
}

.progress__slider .slick-list {
  overflow: hidden;
}

.lack__career .all-vacancyies__pagination-text, .lack__career .pagination li a {
  color: #333;
}

.example-info-item__desc p {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .module-sidebar {
    height: 100%;
  }

  .module-sidebar .sidebar-area {
    padding: 0px 0 115px;
  }

  .module-sidebar .bottom-area-finish {
    height: 120px;
  }
}
.popup-first-module {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
  .page-template-page-intermodal .intermodal-progress .progress__info, .page-template-page-boxtruck .intermodal-progress .progress__info {
    width: 470px;
    margin-right: 70px;
  }

  .page-template-page-intermodal .progress-point.slick-current, .page-template-page-boxtruck .progress-point.slick-current {
    background: rgba(0, 0, 0, 0);
  }
}
.page-template-page-intermodal .intermodal-includes, .page-template-page-boxtruck .intermodal-includes {
  height: auto;
}

.page-template-page-intermodal .intermodal-includes .includes__wrapper::before, .page-template-page-boxtruck .intermodal-includes .includes__wrapper::before {
  background: linear-gradient(0deg, #002442 10.42%, rgba(242, 242, 242, 0) 100%);
  display: none;
}

.page-template-page-intermodal .includes__wrapper, .page-template-page-boxtruck .includes__wrapper {
  max-height: unset;
}

@media screen and (min-width: 768px) {
  .page-template-page-intermodal .about__head, .page-template-page-boxtruck .about__head {
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    color: #002442;
    padding: 72px;
  }
}
.page-template-page-intermodal .lack-number__item, .page-template-page-boxtruck .lack-number__item {
  justify-content: center;
}

.page-template-page-intermodal .intermodal-progress__slider, .page-template-page-boxtruck .intermodal-progress__slider {
  width: 554px;
}

.page-template-page-intermodal .boxtruck-progress .progress__slider-text, .page-template-page-boxtruck .boxtruck-progress .progress__slider-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 2px;
  color: #434343;
}

.page-template-page-intermodal .intermodal-hero, .page-template-page-boxtruck .intermodal-hero {
  background-color: #052e4b;
}

@media (max-width: 768px) {
  .progress-point.slick-current {
    /*background:rgba(0,0,0,0);transform:unset*/
  }
}
.includes-item__head::before, .includes-item__head::after {
  filter: brightness(0) invert(1);
}

.includes-item.active .includes-item__head::after {
  filter: brightness(0);
}

.intermodal-faq .includes-item.active .includes-item__head::after {
  filter: unset;
}

.intermodal-faq .includes-item__head::before, .intermodal-faq .includes-item__head::after {
  filter: unset;
}

.vacancies__view.loading {
  height: auto;
  width: auto;
  padding: 0;
  border: unset;
  border-right-color: unset;
  border-radius: unset;
  -webkit-animation: unset;
}

div#course-program .includes-item__head::before, div#course-program .includes-item__head::after {
  filter: unset;
  border: none;
}

.faq .includes-item__head::before, .faq .includes-item__head::after {
  filter: unset;
  border: none;
}

div#course-program .includes-item__head:before, div#course-program .includes-item__head:after {
  filter: unset;
  border: none;
}

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