.has-video {
  position: absolute;
  left: calc(50% + 96px);
  top: calc(50% + 10px);
  display: block;
  width: 70px;
  margin: -35px 0 0 -35px;
  font-size: 0;
  z-index: 2;
  cursor: pointer; }

@media (max-width: 1024px) {
  .has-video {
    top: calc(50% - 5px); } }

@media (max-width: 768px) {
  .has-video {
    left: calc(50% + 85px);
    top: calc(50% + 10px); } }

@media (max-width: 767px) {
  .has-video {
    left: calc(50% + 0px);
    top: calc(50% + 10px); } }

@media (max-width: 480px) {
  body .main-slider__item_in_ms {
    height: auto !important; }
    body .main-slider__image_ms {
      position: static; }
    body .main-slider__info_ms {
      height: 100%; }

  .has-video {
    width: 50px;
    margin: -25px 0 0 -25px;
    left: 50%;
    top: 50%; } }

.sample-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  -ms-flex-align: start;
  padding: 20px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .sample-popup.opened {
    opacity: 1;
    visibility: visible; }
  .sample-popup .sample-popup-in {
    text-align: left;
    position: relative;
    flex: 0 0 auto;
    margin: auto;
    max-width: 100%;
    box-sizing: border-box;
    display: inline-block;
    width: 1280px;
    position: relative;
    font-size: 0;
    padding: 20px; }
    .sample-popup .sample-popup-in .sample-popup-inner {
      position: relative;
      height: 0;
      padding-bottom: 56.25%; }
    .sample-popup .sample-popup-in iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  .sample-popup .sample-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10px' height='10px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M9.717,9.701 C9.326,10.091 8.694,10.091 8.303,9.701 L5.012,6.409 L1.720,9.701 C1.330,10.091 0.697,10.091 0.306,9.701 C-0.084,9.310 -0.084,8.678 0.306,8.288 L3.598,4.996 L0.306,1.704 C-0.084,1.314 -0.084,0.681 0.306,0.290 C0.697,-0.100 1.330,-0.100 1.720,0.290 L5.012,3.582 L8.303,0.290 C8.694,-0.100 9.326,-0.100 9.717,0.290 C10.107,0.681 10.107,1.314 9.717,1.704 L6.425,4.996 L9.717,8.288 C10.107,8.678 10.107,9.310 9.717,9.701 Z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
