.box-modal {
  position: relative;
  padding: 8px;
  background: #fff;
  color: #3c3c3c;
  box-shadow: 0 5px 15px 0 #000000;
  border-radius: 6px;
}
.box-modal .modal-title {
  margin: 0;
  line-height: 1.4;
  font-family: inherit;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
}
.box-modal .close {
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
  text-align: center;
  opacity: .2;
}
.box-modal .close:hover {
  opacity: .5;
}
.box-modal .modal-body {
  margin-top: 2px;
}
.box-modal .message-text {
  margin: 10px 0;
}
.box-modal .form-group {
  padding: 8px 20px;
}
.box-modal .error-message {
  color: red;
}
.box-modal input[type=text],
.box-modal input[type=email] {
  line-height: 20px;
}
.box-modal .form-group {
  margin-bottom: 10px;
  width: 100%!important;
}
.box-modal .ok-modal,
.box-modal .cancel-modal {
  width: initial;
  padding-left: 20px;
  padding-right: 20px;
}
.modal-photo-box {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 10px;
}
.modal-photo-box img {
  border-radius: 5px;
}
/***************************/
#modal-video-player video {
  width: 500px;
}
@media (max-width: 768px) {
  #modal-video-player video {
    width: 450px;
  }
}
@media (max-width: 576px) {
  #modal-video-player video {
    width: 300px;
  }
}
/****************************/
#modal-youtube-player iframe {
  width: 500px;
  height: 312px;
}
@media (max-width: 768px) {
  #modal-youtube-player iframe {
    width: 450px;
    height: 289px;
  }
}
@media (max-width: 576px) {
  #modal-youtube-player iframe {
    width: 300px;
    height: 190px;
  }
}
.arcticmodal-container_i2 {
  padding: 0 !important;
}
