.new-service-page main {
  padding-top: 135px;
}
.new-service-page .direction__left {
  padding-top: 0;
}
.new-service-page .direction ul {
  padding-bottom: 0;
}
.new-service-page .picture-direction img {
  object-fit: cover;
  height: 100%;
}
.new-service-page .direction__left {
  width: calc(40% + 32px);
  flex-shrink: 0;
  padding-right: 0;
}
.new-service-page .direction__right {
  width: calc(60% - 32px);
  flex-shrink: 0;
}

.video-js {
  background-color: transparent;
  max-width: 688px;
  width: 100%;
  max-height: 384px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.vjs-poster {
  background-position: top center;
  background-size: cover;
  display: block;
  background-color: transparent;
  border-radius: 16px;
  overflow: hidden;
}

/* .video-js .vjs-tech {
  position: relative;
} */

.vjs-icon-placeholder {
  color: #ffffff;
}

.vjs-theme-sea .vjs-big-play-button {
  width: 64px;
  height: 64px;
  background-color: #0677ec;
  box-shadow: 0px 8px 16px rgba(6, 119, 236, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  background-color: #fd0099;
}

.custom-video__list {
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.custom-video__item {
  width: calc(50% - 16px);
}
.custom-video__item .custom {
  width: 100%;
  height: 100%;
}

.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-weight: 700;
  font-size: 31px;
  position: initial;
  line-height: 1;
}

.vjs-icon-placeholder {
  line-height: 1;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-theme-sea .vjs-button > .vjs-icon-placeholder:before {
  font-weight: normal;
  font-size: 31px;
  position: initial;
  line-height: 1;
}

.vjs-remaining-time-display {
  color: #ffffff;
  line-height: 1;
}

.vjs-theme-sea .vjs-time-control {
  line-height: 5em;
}

.vjs-theme-sea .vjs-time-control span {
  color: #ffffff;
}

.vjs-theme-sea .vjs-progress-control .vjs-play-progress {
  background-color: rgba(6, 119, 236, 0.5);
}

.custom-btn {
  max-width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 45px;
  margin: 0;
}
.custom-btn--center {
  margin: 0 auto;
}

.hidden-video {
  display: none;
}

.cust-vedeos .about__title {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .custom-video__item {
    width: 100%;
  }
  .video-js {
    margin: 0;
    width: 100%;
    max-width: 100%;
    background-color: #000;
    border-radius: 16px;
    overflow: hidden;
  }
}
.new-cust-list li {
  display: flex;
  align-items: center;
}
.new-cust-list li:before {
  width: 16px;
  height: 16px;
  top: auto;
}
.new-cust-list li:nth-child(1n):before {
  background-color: transparent;
  background-image: url(../img/icons/ping-1.svg);
  height: 50%;
  top: auto;
}
.new-cust-list li:nth-child(2n):before {
  background-color: transparent;
  background-image: url(../img/icons/ping-2.svg);
}
.new-cust-list li:nth-child(3n):before {
  background-color: transparent;
  background-image: url(../img/icons/ping-3.svg);
}

.title--short {
  max-width: 520px;
}

.direction__decorate {
  position: absolute;
  left: 44%;
  bottom: 15px;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.new-info {
  font-family: 'Nunito', sans-serif;
}
.new-info__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}
.new-info__item {
  background-color: rgba(6, 119, 236, 0.05);
  border-radius: 16px;
  padding: 40px 20px 42px;
  font-family: 'Nunito', sans-serif;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.new-info__item--mod {
  background-color: rgba(66, 165, 59, 0.05);
}
.new-info__item--mod-2 {
  background-color: rgba(228, 9, 127, 0.05);
}
.new-info__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #343d42;
  margin-bottom: 14px;
  font-family: 'Nunito', sans-serif;
}
.new-info__list {
  margin-bottom: 34px;
}
.new-info__price {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.17;
  color: #343d42;
  margin-bottom: 18px;
  font-family: 'Nunito', sans-serif;
}
.new-info__price small {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: #343d42;
  opacity: 0.5;
  display: block;
}
.new-info .btn {
  max-width: max-content;
  font-family: 'Nunito', sans-serif;
  margin-top: auto;
}
.new-info__subtitle {
  margin: 0;
  margin-bottom: 28px;
}
.new-info__confurm {
  display: flex;
  margin-top: 25px;
  margin-bottom: 27px;
}
.new-info__confurm label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #343d42;
  font-family: 'Nunito', sans-serif;
}
.new-info__confurm label a {
  color: #0677ec;
  font-size: 14px;
  font-family: 'Nunito', sans-serif;
}
.new-info__confurm input {
  width: 24px;
  height: 24px;
  margin: 0 16px 0 0;
  flex-shrink: 0;
}
.new-info .form__submit-btn {
  margin-left: initial;
  max-width: max-content;
}
.new-info__content-container {
  display: flex;
  flex-direction: column;
}
.new-info input:focus + .text-field__label .text-field__text {
  transform: translate(-7px, -7px);
}
.new-info input:not(:placeholder-shown) + .text-field__label .text-field__text {
  transform: translate(-7px, -7px);
}
.new-info input {
  color: #000000;
  font-size: 1.5em;
  line-height: 1;
  padding: 29px 24px 11px;
}
.new-info .text-field input:focus,
.new-info .textarea-field textarea:focus {
  border: 1px solid #e4097f;
}

.info--mod {
  padding-top: 64px;
}
.info--mod .info__content {
  grid-column: span 8/auto;
  padding-right: 5%;
}
.info--mod .info__banner {
  grid-column: span 4/auto;
}

.soc-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  flex-wrap: wrap;
}
.soc-list__item {
  background-color: #34358c;
  border-radius: 8px;
}
.soc-list__item a {
  padding: 20px 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.soc-list__item a span {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  flex-shrink: 0;
}
.soc-list__item a svg {
  flex-shrink: 0;
  margin-right: 8px;
}
.soc-list__item--telegram {
  background-color: #0677ec;
}
.soc-list__item--youtube {
  background-color: #e4097f;
}

.new-social-banner {
  background-color: rgba(228, 9, 127, 0.05);
  border-radius: 16px;
  padding: 24px 32px 32px;
}
.new-social-banner .title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  font-family: 'Nunito', sans-serif;
  color: #34358c;
  margin: 0;
  margin-bottom: 14px;
}
.new-social-banner .subtitle {
  margin: 0;
  margin-bottom: 24px;
  font-family: 'Nunito', sans-serif;
}

.services-prices {
  background-color: #fff;
  box-shadow: 0px 8px 32px rgba(52, 61, 66, 0.2);
  border-radius: 16px;
  padding: 20px 40px 40px;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 28px;
  margin-top: 42px;
}
.services-prices__title {
  margin: 0;
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
  color: #343d42;
  margin-bottom: 32px;
}
.services-prices__item {
  border-bottom: 1px solid #e3eef4;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #343d42;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0 17px;
  flex-wrap: wrap;
  gap: 10px;
}
.services-prices__item span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.services-prices__item:first-child {
  border-top: 1px solid #e3eef4;
}
.services-prices__item b {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: right;
  color: #34358c;
  flex-shrink: 0;
}

.new-faq {
  margin-top: 30px;
}
.new-faq__title {
  margin-bottom: 32px;
}

.btn--mod {
  background-color: rgba(6, 119, 236, 0.1);
}

.info__banner .custom-video {
  margin-bottom: 32px;
}
.info__banner .custom-video__item {
  width: initial;
}
.info__banner .custom-video__list {
  justify-content: center;
}

@media (max-width: 1470px) {
  .new-service-page .offers__slider-info {
    min-width: 167px;
    min-height: 170px;
  }
  .new-service-page .offers__slider-desc {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .new-service-page .offers__slider-numb {
    font-size: 4rem;
    line-height: 1.2;
  }
  .picture-direction {
    margin-left: 0;
  }
}
@media (max-width: 1500px) {
  .soc-list {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1140px) {
  .new-service-page main {
    padding-top: 128px;
  }
}
@media (max-width: 1024px) {
  .new-info__grid {
    grid-template-columns: 1fr 1fr;
  }
  .new-service-page .offers__slider-info {
    min-width: 139px;
    min-height: 141px;
  }
  .new-service-page .offers__slider-numb {
    font-size: 3rem;
  }
  .picture-direction {
    margin-left: 0;
  }
  .new-info__item--mod-2 {
    flex-grow: 2;
    grid-column: span 2/auto;
  }
  .info--mod .info__content {
    grid-column: span 12/auto;
    padding: 0;
    margin-bottom: 32px;
  }
  .info--mod .info__banner {
    grid-column: span 12/auto;
    padding: 0;
  }
  .new-cust-list {
    margin-bottom: 32px;
  }
  .info__banner .custom-video__item {
    width: calc(50% - 16px);
  }
  .info__banner .custom-video__list {
    justify-content: center;
  }
}
@media (max-width: 850px) {
  .new-service-page main {
    padding-top: 75px;
  }
}
@media (max-width: 768px) {
  .new-info__grid {
    grid-template-columns: 1fr;
  }
  .new-info__item--mod-2 {
    flex-grow: initial;
    grid-column: initial;
  }
  .new-service-page .direction__wrap {
    flex-direction: column-reverse;
    gap: 32px;
  }
  .new-service-page .direction__right {
    width: 100%;
    position: relative;
  }
  .new-service-page .direction__left {
    width: 100%;
  }
  .new-service-page .title--short {
    max-width: 100%;
  }
  .direction__decorate {
    left: 3%;
    bottom: 0;
  }
}
@media (max-width: 670px) {
  .new-service-page main {
    padding-top: 100px;
  }
  .new-service-page .direction__buttons-wrap {
    flex-wrap: nowrap;
    gap: 16px;
  }
  .new-service-page .direction__buttons-wrap .btn {
    margin: 0;
    padding: 10px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
  }
  .new-service-page .direction__buttons-wrap .btn span {
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .info--mod .soc-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .info__banner .custom-video__item {
    width: initial;
  }
}