input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #e1e1e1;
  -webkit-text-fill-color: #6a7989 !important;
  -webkit-box-shadow: 0 0 0px 1000px #dcced2 inset;
  transition: background-color 5000s ease-in-out 0s;
}
:focus { 
  outline: none !important;
}
.clear{
    clear:both; 
}
*, *::before, *::after {
    box-sizing: border-box;
}
a:hover, a:focus{
    text-decoration: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #acacad;
  opacity: 1; /* Firefox */
  text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #acacad;
  text-transform: none;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #acacad;
  text-transform: none;
}
:root {
    --swiper-navigation-size: 25px !important;
}
:root {
    --swiper-theme-color: #000000 !important;
}
img {
  max-width: 100%;
}
a {
  color: #fff;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.container {
  background-color: #fff;
  color: #5F5F5F;
  width: 300px;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cont-slider {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  right: 0;
  top: 0;
}
video, .swiper, .video-js {
  position: relative;
  width: 100% !important;
  height: 100% !important;
}
.video-js .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.cont-close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  background-color: #000000;
  z-index: 5;
}
.close {
  fill: #fff;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 1000;
}
.cont-details {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  width:100%;
  bottom: -150px;
  opacity: 0;
}
.details {
  background-color: rgba(255,255,255,0.8);
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
}
.title {
  font-weight: bold;
  width: 100%;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subtitle {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  margin: 5px 0;
}
.cont-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  width: 100%;
}
.link {
  font-size: 10px;
  text-decoration: none;
  background-color: #ffffff;
  color: #5F5F5F;
  height: 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border: 1px solid #5F5F5F;
  border-radius: 5px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link:hover {
  color: #ffffff;
  background-color: #5F5F5F;
  border: none;
}