@charset "UTF-8";

body,
html {
  padding: 0;
  margin: 0;
}

body {
  background: #E8D2F5;
}

img {
  width: 100%;
}

html,
body,
section {
  height: 100%;
}
.termz__box{
  display: none;
}
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-image: url("../img/video_bg.svg"), linear-gradient(180deg, #E8D2F5 0%, #E2E2F7 100%);
  background-size: auto;
  background-position: center top;
  background-repeat: repeat;
  overflow-x: hidden;
}

.header__content {
  position: relative;
  background-image: url('../img/header.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  justify-content: center;
  padding: 10px 0 150px;
}

.back {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 18px;
  height: 30px;
  padding: 10px;
}


.back img {
  width: 100%;
}

.logo img {
  width: 138px;
  height: 64px;
}

.single__box {
  text-align: center;
  padding-top: 20px;
}

.single__title {
  color: #4E2575;
  font-size: 30px;
  position: relative;
  max-width: 200px;
  margin: 0 auto;
  min-height: 100px;
  font-family: 'Nunito';
}

.single__title::before {
  position: absolute;
  content: '';
  background-image: url('../img/category_arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 136px;
  height: 45px;
  top: 16px;
  left: -100px;
  z-index: 2;
}

.single__title::after {
  position: absolute;
  content: '';
  background-image: url('../img/category_arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 136px;
  height: 45px;
  top: 16px;
  right: -100px;
  transform: scale(-1, 1);
  z-index: 2;
}

.description_box {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  text-align: justify;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 881px;
}

.description_box .item {
  width: 100%;
  max-width: 424px;
  margin: 10px auto;
  padding: 10px 10px 0;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 4px solid #4E2575;
  border-radius: 20px;
}

.description_box .video_box {
  max-height: 216px;
}

.description_box .img_box img {
  border-radius: 10px;
  border: 1px solid #929497;
}

.description_box .item_link {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  color: #4E2575;
  transition: 0.2s;
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 5px 10px 5px 10px;
  margin-top: 7px;
  margin-bottom: 7px;
  box-sizing: border-box;
}

.description_box:after {
  content: '';
  position: absolute;
  bottom: -25px;
  height: 25px;
  width: 1px;
  background: transparent;
  z-index: -1;
}

/*video important styles*/
.video-js .vjs-big-play-button {
  background: transparent !important;
  height: 1.63332em !important;
  width: 1.63332em !important;
  border-radius: 50% !important;
}

.vjs-big-play-centered .vjs-big-play-button {
  margin-left: -0.81666em !important;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
video {
  border-radius: 10px;
}

.item_link p {
  margin: 0;
}

.video-js {
  height: 160px;
  width: 100%;
}

.wp-video {
  width: 100% !important;
}

/*Убрать полосу прокрутки у элемента*/
.wrapper::-webkit-scrollbar {
  width: 0;
}

/*Убрать полосу прокрутки для всей страницы*/
::-webkit-scrollbar {
  width: 0;
}


@media all and (min-width: 360px) and (min-height: 660px) {
  .description_box {
    padding: 0 10px;
  }
}

@media all and (min-width: 450px) and (min-height: 500px) {
  .video-js {
    height: 216px;
    width: 100%;
  }
}

/*Iphone 5S - Album - Chrome*/
@media screen and (min-width: 568px)and (min-height:244px) {
  .description_box {
    width: 70%;
  }

}

@media screen and (min-width: 568px) and (min-height: 500px) {
  .description_box {
    width: 70%;
  }

}

@media all and (min-width: 768px) and (min-height: 768px) {
  .description_box .item_link {
    max-width: 550px;
    padding: 0px 20px;
  }

  .description_box {
    max-width: 550px;
    padding: 0px;
  }
}

@media all and (min-width: 768px) and (min-height: 905px) {

  .description_box>* {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 1366px) {

  /*tab - vert*/
  .header__content {
    background-image: url('../img/header_2.svg');
    /* padding: 10px 0 80px; */
  }

  .single__title::before {
    width: 108px;
    height: 45px;
    top: 15px;
    left: -87px;
  }

  .single__title::after {
    width: 108px;
    height: 45px;
    top: 15px;
    right: -87px;
    transform: scale(-1, 1);
  }

}

@media screen and (max-width: 500px) {

  /*mob -vert*/
  /*all*/
  .header__content {
    background-image: url('../img/header_3.svg');
    padding: 10px 0 70px;
  }

  .logo img {
    width: 120px;
    height: 53px;
  }

  .back {
    width: 12px;
    height: 20px;
  }

  .single__title {
    font-size: 20px;
    min-height: 60px;
    text-transform: uppercase;
    font-family: 'Nunito';
    font-weight: 800;
  }

  .single__title::before {
    width: 53px;
    height: 45px;
    top: -3px;
    left: -7px;
  }

  .single__title::after {
    width: 53px;
    height: 45px;
    top: -3px;
    right: -7px;
    transform: scale(-1, 1);
  }
}