.page__content{
  background-color:#434242;
}
.videospost{
  color:#fff;
}
.features-service-card__wrapper{
  margin-top: 96px;
  margin-bottom: 96px;
}
.features-service-card__wrapper .biz-service-card__img, .how-t-g-speed__sections .category-card__img{
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(128, 239, 82, 0.02),
              0 0 9px rgba(128, 239, 82, 0.15),
              0 0 8px rgba(128, 239, 82, 0.5),
              0 0 6px rgba(128, 239, 82, 0.85),
              0 0 3px rgba(128, 239, 82, 0.98);
}
.features-service-card__list .biz-service-card {
  background: linear-gradient(90deg, rgba(0, 0, 0, 12%) 0%, rgba(0, 0, 0, 0%) 100%);
  position:relative;
  border: 0;
}
.features-service-card__list .biz-service-card__item {
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.features-service-card__list .biz-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* толщина рамки */
  background: linear-gradient(-45deg, rgba(255, 255, 255, 12%) 0%, rgba(255, 255, 255, 24%) 100%);
  border-radius: 8px;
  mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  pointer-events: none;
}
.videospost-title{
  margin-bottom:32px;
  text-align:center;
}
@media (min-width: 1600px) {
    .features2 .biz-service-card__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 16px;
      padding-right: 16px;
    }
}
.features1 .biz-service-card__img{
  background-color: #2C4D38;
  display:flex;
  justify-content: center;
  align-items: center;
}
.features1 .biz-service-card__img img{
  width:40px;
  height:40px;
  position:relative;
}
.power-card__wrapper{
  color:#252525;
}
.power-card{
  border: 1px solid #252525;
}
.videonagliad-cta{
  margin-top:32px;
  padding:24px;
  background-color:#252525;
  display:flex;
  gap:24px;
  border-radius:24px;
}
.videonagliad-cta__icon{
  background-color:rgba(0,0,0,0.08);
  border:1px solid rgba(0,0,0,0.12);
  border-radius:12px;
  width:72px;
  height:72px;
  display:flex;
  justify-content: center;
  align-items: center;
}
.videonagliad-cta__icon img{
  width:40px;
  height:40px;
}
.videonagliad-cta__info{
  display:flex;
  flex-direction:column;
  gap:24px;
  width: 100%;
  align-items: start;
}
.videonagliad-cta__info p{
  margin:0;
}
.videonagliad-cta__divider{
  height:1px;
  width:100%;
  background-color:#3E3E3E;
}
.videonagliad-cta__link{
  padding:19px 24px;
}

.guidance-accordion{
  background-color:transparent !important;
  border-color:transparent !important;
}
.guidance-accordion__item+.guidance-accordion__item{
  border-color:rgba(255,255,255,0.16);
}
.guidance-accordion__btn{
  color:#80EF52;
  transition: color 0.3s;
}
.guidance-accordion__btn::after, .guidance-accordion__btn::before {
  background:#80EF52;
}
.grey-container{
  padding:96px 0;
  background-color:#1A1A1A;
  border-radius:8px;
}
.grey-container > div{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:32px;
}
.videospost-cards{
  width: calc(100% + 32px);
}
.videospost-card__wrap{
  position:relative;
  border-radius:8px;
  overflow:hidden;
}
.videospost-card__wrap::before{
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(56deg, rgba(255, 255, 255, 12%) 0%, rgba(255, 255, 255, 24%) 100%);
  border-radius: 8px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  pointer-events: none;
  z-index:2;
}
.videospost-card__img::after{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0%) 0%, #000000 100%);
  position:absolute;
  content:"";
  inset:0;
  z-index:1;
}
.videospost-card__info{
  position:absolute;
  bottom:0;
  padding:24px;
  z-index:2;
}
.videospost-card__info p{
  font-size:14px;
}
@media(min-width:768px){
  .videospost-step-by-step{
    margin-left: -48px;
    margin-right: -48px;
  }
}
.videospost-step-by-step .col-1-2-3-4{
  padding-left:48px;
  padding-right:48px;
}
.videospost-step-by-step__wrap{
  position:relative;
}
.col-1-2-3-4 .videospost-step-by-step__img::before {
  content: "";
  position:absolute;
  display:none;
  width: 32px;
  height: 32px;
  background: url("/assets/images/videosposterezhennia/arrow.svg") no-repeat center / contain;
}
@media(min-width:1400px){
  .videospost-step-by-step{
    max-width:1400px;
  }
  .col-1-2-3-4:not(:last-child) .videospost-step-by-step__img::before {
    display: inline-block;
    right:-64px;
    top:50%;
    transform: translateY(-50%);
  }
  .videospost-step-by-step .col-1-2-3-4{
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media(max-width:1400px) and (min-width:768px){
  .videospost-step-by-step .col-1-2-3-4{
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom:96px;
  }
  .col-1-2-3-4:nth-child(1) .videospost-step-by-step__img::before, .col-1-2-3-4:nth-child(3) .videospost-step-by-step__img::before {
    display: inline-block;
    right:-64px;
    top:50%;
    transform: translate(0%, -50%);
  }
  /*.col-1-2-3-4:nth-child(2) .videospost-step-by-step__wrap::before {
    content: "";
    position:absolute;
    display:inline-block;
    width: 32px;
    height: 32px;
    background: url("/assets/images/videosposterezhennia/arrow.svg") no-repeat center / contain;
    right:50%;
    bottom:-64px;
    transform: translate(50%, 0%) rotate(90deg);
  }
  .col-1-2-3-4:nth-child(4) .videospost-step-by-step__img::before {
    transform:rotate(180deg)
  }
  .col-1-2-3-4:nth-child(3){
    order:4
  }
  .col-1-2-3-4:nth-child(4){
    order:3
  }*/
}
@media(max-width:768px){
  .videospost-step-by-step .col-1-2-3-4{
    margin-bottom:64px;
  }
  .videospost-step-by-step__card:last-child{
    margin-bottom:0;
  }
  .col-1-2-3-4:not(:last-child) .videospost-step-by-step__wrap::before {
    content: "";
    position:absolute;
    display:inline-block;
    width: 32px;
    height: 32px;
    background: url("/assets/images/videosposterezhennia/arrow.svg") no-repeat center / contain;
    right:50%;
    bottom:-48px;
    transform: translate(50%, 0%) rotate(90deg);
  }
}

.videospost-step-by-step__img{
  position:relative;
  margin-bottom:24px;
}
.videospost-step-by-step__img .embed-responsive img{
  border-radius:16px;
}
.videospost-step-by-step__icon{
  width:56px;
  height:56px;
  border-radius:14px;
  background-color:#19AB01;
  position:absolute;
  display:flex;
  justify-content:center;
  align-items:center;
  top:16px;
  left:16px;
}
.videospost-step-by-step__number{
  width:48px;
  height:48px;
  border-radius:50%;
  background-color:#fff;
  position:absolute;
  display:flex;
  justify-content:center;
  align-items:center;
  color:#009966;
  bottom:16px;
  left:16px;
}
.videospost-step-by-step__info *{
  text-align:center;
  margin:0;
}
.videospost-step-by-step__info p{
  color:#99A1AF;
  font-size:16px;
}
.videospost-step-by-step__info h3{
  font-weight:400;
  font-size:18px;
  margin-bottom:12px;
}
.grey-container-2{
  padding: 32px 0;
  background-color:#252525;
}
.videospost-form__wrap{
  padding:40px 64px;
  background-color:#1A1A1A;
  border-radius:24px;
}
.videospost-form__wrap h4{
  margin-top:0;
}
.videospost-form__wrap > div{
  margin-bottom:32px;
}
.videospost-form__inputs{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  color:#252525;
  margin-bottom:24px;
}
.videospost-form__inputs > *{
  flex:0 1 calc(25% - 12px);
  max-width:calc(25% - 12px);
}
.videospost-form__inputs .field-checkbox{
  flex: 0 0 100%;
  max-width:100%;
  color:#fff;
}
/* @media(max-width:1200px){
  .videospost-form__inputs > *{
    flex:0 1 100%;
    max-width:500px;
  }
} */
.review-slider__slide {
  width: 24%;
  margin-right: 32px;
  overflow: hidden;
}
.review-slider__slide img{
  border-radius: 12px;
  width:100%
}
.review-slider{
  margin-top:64px;
  background-color:#1A1A1A;
  padding:40px 0;
}
.videospost-title{
  margin:0;
  text-align:center;
}
.features-service-card__wrapper, .videonagliad, .review-slider{
  display:flex;
  flex-direction:column;
  gap:32px;
}
@media(max-width:1200px){
  .videospost-form__inputs > *{
    flex:0 1 50%;
    max-width:calc(50% - 8px);
  }
  .review-slider__slide {
    width:48%;
    margin-right:24px;
  }
}
@media(max-width:768px){
  .grey-container{
    padding:48px 0;
  }
  .videospost-form__inputs > *{
    flex:0 1 100%;
    max-width:100%;
  }
  .videospost-form__wrap{
    padding:40px;
  }
  .videonagliad-cta{
    flex-direction:column;
  }
  .features-service-card__wrapper{
    margin-top:48px;
    margin-bottom:48px;
  }
  .review-slider__slide {
    width:66%;
    margin-right:24px;
  }
}