.partners-shops {
  background: #191b21;
  background-image: url("../img/partners-shop/main_bg.svg");
  background-position: top 10px center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 187px;
}

.partners-shops .content {
  padding-bottom: 63px;
}

.partners-shops .content .page_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 151px;
}

.partners-shops .content .info {
  width: 100%;
  margin-bottom: 103px;
  position: relative;
}

.partners-shops .content .info::before {
  position: absolute;
  top: -53px;
  left: -32px;
  content: "";
  width: 400px;
  height: 370px;
  background-image: url("../img/partners-shop/before.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.partners-shops .content .info::after {
  position: absolute;
  top: 9px;
  right: -110px;
  content: "";
  width: 300px;
  height: 291px;
  background-image: url("../img/partners-shop/after.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.partners-shops .content .info .info_wrap {
  padding: 66px 0 38px 0;
  width: 100%;
  background-color: #1f2128;
  padding: 66px 0 38px 0;
  -webkit-clip-path: polygon(17% 0, 100% 0, 83% 100%, 0 100%);
  clip-path: polygon(17% 0, 100% 0, 83% 100%, 0 100%);
}

.partners-shops .content .info .info_wrap .title {
  max-width: 603px;
  margin: 0 auto 28px auto;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.partners-shops .content .info .info_wrap .text {
  max-width: 672px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18.944px;
}

.partners-shops .content .conditions .conditions__title {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.partners-shops .content .conditions .conditions__lists {
  display: flex;
  width: 100%;
  justify-content: space-between;
  min-height: 239px;
}

.partners-shops .content .conditions .conditions__lists .col {
  max-width: 500px;
}

.partners-shops .content .conditions .conditions__lists .col ul li {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18.944px;
}

.partners-shops .content .video_block {
  width: 100%;
  position: relative;
  display: flex;
  margin-bottom: 97px;
}

.partners-shops .content .video_block .content {
  max-width: 523px;
}

.partners-shops .content .video_block .content .title {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.partners-shops .content .video_block .content .subtitle {
  margin-top: 28px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.88px;
  text-transform: uppercase;
  max-width: 300px;
  text-align: left;
}

.partners-shops .content .video_block .video_wrap {
  position: absolute;
  right: -105px;
  width: 100%;
  max-width: 893px;
  height: 404px;
}

.partners-shops .content .video_block .video_wrap::after {
  position: absolute;
  bottom: -6.5px;
  right: 0;
  content: "";
  width: 270px;
  height: 276.5px;
  background-image: url("../img/partners-shop/v_after.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.partners-shops .content .video_block .video_wrap::before {
  position: absolute;
  top: 29px;
  left: 12px;
  z-index: 999;
  content: "";
  width: 252px;
  height: 282px;
  background-image: url("../img/partners-shop/v_before.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.partners-shops .content .video_block .video_wrap .video {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(27% 0, 100% 0, 73% 100%, 0 100%);
  clip-path: polygon(27% 0, 100% 0, 73% 100%, 0 100%);
}

.partners-shops .content .video_block .video_wrap .video .play {
  position: absolute;
  top: calc(50% - 70.5px);
  left: calc(50% - 70.5px);
  width: 141px;
  height: 141px;
  background-image: url("../img/play.svg");
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.partners-shops .content .img_block {
  position: relative;
}

@media (max-width: 1950px) {
  .partners-shops .content .img_block {
    margin-top: 174px;
  }
}

@media (max-width: 1200px) {
  .partners-shops .content .img_block {
    margin-top: 0;
  }
}

.partners-shops .content .img_block .img_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1f2128;
  width: 100%;
  height: 424px;
  -webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
}

.partners-shops .content .img_block .img_wrap .noimg {
  width: 96px;
  height: 81px;
}

@media only screen and (max-width: 1024px) {
  .partners-shops .content .video_block .video_wrap {
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 680px;
    height: 360px;
  }

  .partners-shops .content .video_block .content {
    max-width: 417px;
    margin-left: 25px;
  }

  .partners-shops .content .video_block .video_wrap::before {
    position: absolute;
    top: 29px;
    left: 15px;
    transform: rotate(-4deg);
    z-index: 999;
    content: "";
    width: 192px;
    height: 180px;
    background-image: url(../img/partners-shop/v_before.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .partners-shops .content .video_block .video_wrap::after {
    position: absolute;
    transform: rotate(-4deg);
    bottom: -6.5px;
    right: 23px;
    content: "";
    width: 185px;
    height: 217px;
    background-image: url(../img/partners-shop/v_after.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .partners-shops .content .info::after {
    position: absolute;
    top: 9px;
    right: 0;
    content: "";
    width: 150px;
    height: 249px;
    background-image: url(../img/partners-shop/after.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }

  .video img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .partners-shops {
    background-image: none;
    padding-top: 116px;
  }

  .partners-shops .content {
    padding-bottom: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../img/partners-shop/video_top.svg") no-repeat right
      calc(100% - 1000px);
  }

  .partners-shops .content .page_title {
    margin: 0 auto 45px auto;
    text-align: center;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
  }

  .partners-shops .content .info {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
  }

  .partners-shops .content .info .info_wrap {
    width: 100%;
    background-color: #1f2128;
    padding: 63px 19px 45px 19px;
    -webkit-clip-path: polygon(50px 0, 100% 0, 700px 100%, 0 100%);
    clip-path: polygon(50px 0, 100% 0, 700px 100%, 0 100%);
  }

  .partners-shops .content .info::before,
  .partners-shops .content .info::after {
    content: "";
    display: block;
    width: 77px;
    height: 83px;
    position: absolute;
    z-index: 1;
  }

  .partners-shops .content .info::before {
    top: 40px;
    left: 0;
    background-image: url("../img/partners-shop/tab_left.svg");
    transform: rotate(-9deg);
  }

  .partners-shops .content .info::after {
    bottom: 60px;
    top: auto;
    right: -10px;
    background-image: url("../img/partners-shop/tab_left.svg");
    transform: rotate(-9deg);
  }

  .partners-shops .content .info_wrap .title {
    max-width: 600px;
    margin: 0 auto 28px auto;
    font-size: 30px;
    line-height: 39px;
  }

  .partners-shops .content .info .info_wrap .text {
    max-width: 610px;
  }

  .partners-shops .content .conditions {
    width: 100%;
    padding-left: 24px;
    margin-bottom: 38px;
  }

  .partners-shops .content .conditions .conditions__title {
    text-align: left;
    max-width: 460px;
  }

  .partners-shops .content .conditions .conditions__lists {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    min-height: 239px;
  }

  .partners-shops .content .conditions .conditions__lists .col {
    /* max-width: 314px; */
    margin-bottom: 40px;
  }

  .partners-shops .content .conditions .conditions__lists .col ul li {
    font-size: 16px;
    line-height: 16px;
  }

  .partners-shops .content .video_block {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 19px;
    align-items: center;
    /* background: url("../img/partners-shop/video_top.svg") no-repeat right top; */
  }

  .partners-shops .content .video_block .content {
    min-width: 100%;
    padding: 0 24px;
    flex-direction: column;
    align-items: flex-start;
    background: url("../img/partners-shop/video_bottom.svg") no-repeat right
      bottom;
  }

  .partners-shops .content .video_block .content .title {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 37px;
    max-width: 530px;
  }

  .partners-shops .content .video_block .content .subtitle {
    margin-top: 32px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.88px;
    text-transform: uppercase;
    max-width: 300px;
    text-align: left;
  }

  .partners-shops .content .video_block .video_wrap {
    margin-top: 65px;
    margin-bottom: 50px;
    position: relative;
    right: 0;
    width: 100%;
    height: 340px;
    max-width: none;
    margin-left: 18px;
  }

  .partners-shops .content .video_block .video_wrap::after {
    bottom: 0px;
    right: 0px;
    width: 224px;
    height: 230px;
    transform: rotate(-2deg);
  }

  .partners-shops .content .video_block .video_wrap::before {
    top: 15px;
    left: 0;
    width: 209px;
    height: 234px;
    transform: rotate(-1deg);
  }

  .partners-shops .content .video_block .video_wrap .video {
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(27% 0, 100% 0, 73% 100%, 0 100%);
    clip-path: polygon(27% 0, 100% 0, 73% 100%, 0 100%);
  }

  .partners-shops .content .video_block .video_wrap .video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .partners-shops .content .video_block .video_wrap .video .play {
    position: absolute;
    top: calc(50% - 59px);
    left: calc(50% - 59px);
    width: 118px;
    height: 118px;
    background-image: url("../img/play.svg");
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .partners-shops .content .img_block {
    position: relative;
    width: 708px;
    height: 259px;
    margin-bottom: 60px;
  }

  .partners-shops .content .img_block .img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1f2128;
    width: 100%;
    height: 260px;
    margin-bottom: 60px;
    -webkit-clip-path: polygon(27% 0, 100% 0, 73% 100%, 0 100%);
    clip-path: polygon(27% 0, 100% 0, 73% 100%, 0 100%);
  }

  .partners-shops .content .img_block .img_wrap .noimg {
    width: 59px;
    height: 50px;
  }
}

/*# sourceMappingURL=partners-shops.css.map */

@media only screen and (max-width: 500px) {
  .partners-shops .content .video_block .video_wrap {
    margin-top: 65px;
    position: relative;
    right: 0;
    width: 365px;
    height: 232px;
  }

  .partners-shops .content .img_block .img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1f2128;
    width: 365px;
    height: 220px;
    -webkit-clip-path: polygon(27% 0, 100% 0, 73% 100%, 0 100%);
    clip-path: polygon(27% 0, 100% 0, 73% 100%, 0 100%);
    -webkit-clip-path: polygon(27% 0, 100% 0, 73% 100%, 0 100%);
    clip-path: polygon(27% 0, 100% 0, 73% 100%, 0 100%);
  }

  .partners-shops .content .video_block .video_wrap::before {
    top: 20px;
    left: -13px;
    transform: rotate(-8deg);
  }

  .partners-shops .content .video_block .video_wrap::after {
    right: 17px;
    transform: rotate(-7deg);
  }
}

@media only screen and (max-width: 435px) {
  .partners-shops .content .page_title {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 30px;
  }

  .partners-shops .content .info {
    padding: 0 20px;
  }

  .partners-shops .content .info .info_wrap .title {
    font-size: 25px;
    line-height: 39px;
    max-width: 300px;
  }

  .partners-shops .content .info .info_wrap .text {
    max-width: 330px;
  }

  .partners-shops .content .info .info_wrap {
    -webkit-clip-path: none;
    clip-path: none;
    padding: 20px 20px 40px 20px;
  }

  .partners-shops .content .info::before,
  .partners-shops .content .info::after {
    transform: rotate(0deg);
  }

  .partners-shops .content .info::before {
    left: -30px;
    width: 140px;
    height: 236px;
    background-image: url("../img/partners-shop/mob_left.svg");
  }

  .partners-shops .content .info::after {
    width: 140px;
    height: 166px;
    bottom: 20px;
    right: -28px;
    background-image: url("../img/partners-shop/mob_right.png");
  }

  .partners-shops .content .conditions .conditions__title {
    display: none;
  }

  .partners-shops .content .conditions .conditions__lists .col ul li {
    font-size: 14px;
  }

  .partners-shops .content .conditions {
    margin-bottom: 0;
  }

  .partners-shops .content .video_block .video_wrap {
    margin-left: -50px;
  }

  .partners-shops .content .video_block .video_wrap .video {
    width: 488px;
    height: 232px;
  }

  .partners-shops .content .img_block {
    width: 418px;
    height: 153px;
  }

  .partners-shops .content .video_block .video_wrap {
    width: 100%;
  }
  .partners-shops .content .video_block .video_wrap::before {
    width: 140px;
    top: -3px;
    transform: rotate(-1deg);
  }
  .partners-shops .content .video_block .video_wrap::after {
    width: 115px;
    right: -33px;
    bottom: -40px;
    transform: rotate(-3deg);
  }

  .partners-shops .content .video_block .video_wrap .video .play {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
  }

  .partners-shops .content .img_block .img_wrap {
    width: 100%;
    height: 100%;
  }

  .partners-shops .content .img_block .img_wrap .noimg {
    width: 34px;
    height: 29px;
  }

  .partners-shops .content {
    background-position: right calc(100% - 800px);
    background-size: 95px;
  }
  .partners-shops .content .video_block .content {
    background-position: right bottom;
    background-size: 150px;
  }
}
