.released {
overflow: hidden;
}
@media screen and (max-width: 960px) {
.released {
position: relative;
padding-bottom: 80px;
}
}
.released__slider {
overflow: visible;
}
@media screen and (max-width: 780px) {
.released__slider-arrows {
justify-content: center;
}
}
.released__head {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
.released__head {
margin-bottom: 30px;
}
}
.released__head-left {
margin-right: 30px;
}
@media screen and (max-width: 960px) {
.released__head-left {
margin-right: 0;
}
}
.released__head-right {
flex: 0 0 auto;
}
@media screen and (max-width: 960px) {
.released__head-right {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
}
}
.released__title {
margin: 0;
}
.released__slide {
opacity: 0;
transition: opacity 0.3s;
pointer-events: none;
}
.released__slide.swiper-slide-visible {
opacity: 1;
pointer-events: all;
}
.released__slide-img-wrapper {
margin-bottom: 30px;
position: relative;
background: #e6e6e6;
display: block;
transition: opacity 0.3s;
border-radius: 10px;
overflow: hidden;
}
@media screen and (max-width: 780px) {
.released__slide-img-wrapper {
margin-bottom: 20px;
}
}
.released__slide-img-wrapper:hover .released__play {
transform: translate(-50%, -50%) scale(1.1);
}
.released__slide-img-wrapper:active {
opacity: 0.9;
}
.released__slide-img-wrapper::before {
content: "";
display: block;
padding-bottom: 53%;
}
.released__slide-img-wrapper img {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
object-fit: cover;
}
.released__slide-bottom {
display: flex;
justify-content: space-between;
}
@media screen and (max-width: 780px) {
.released__slide-bottom {
align-items: stretch;
flex-direction: column;
position: relative;
padding-bottom: 30px;
}
}
@media screen and (max-width: 390px) {
.released__slide-bottom {
padding-bottom: 45px;
}
}
.released__slide-bottom-left {
flex: 1 1 auto;
}
@media screen and (max-width: 1500px) {
.released__slide-bottom-left {
flex: 0 0 250px;
}
}
@media screen and (max-width: 780px) {
.released__slide-bottom-left {
flex: unset;
}
}
.released__slide-bottom-right {
flex: 0 0 393px;
margin-left: 30px;
}
@media screen and (max-width: 1500px) {
.released__slide-bottom-right {
flex: 1 1 auto;
}
}
@media screen and (max-width: 780px) {
.released__slide-bottom-right {
margin-left: 0;
flex: unset;
}
}
.released__slide-name {
color: #000000;
margin: 0 0 36px 0;
font-size: 20px;
font-weight: 700;
}
@media screen and (max-width: 780px) {
.released__slide-name {
font-size: 16px;
margin-bottom: 20px;
}
}
.released__slide-link {
font-size: 18px;
text-decoration: none;
color: #f03444;
font-weight: 700;
max-width: 250px;
position: relative;
display: inline-block;
padding-right: 20px;
transition: all 0.3s;
}
@media screen and (max-width: 780px) {
.released__slide-link {
font-size: 14px;
max-width: 100%;
position: absolute;
bottom: 0;
left: 0;
}
}
@media screen and (max-width: 390px) {
.released__slide-link {
max-width: 250px;
}
}
.released__slide-link:hover::before {
right: -6px;
}
.released__slide-link:active {
opacity: 0.8;
}
.released__slide-link::before {
content: "";
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 7px;
height: 13px;
background: url(//line-prava.com/wp-content/themes/linia-prava/img/icon-angle-right-red.svg) no-repeat center/contain;
right: 0;
transition: all 0.3s;
}
.released__slide-result {
padding: 20px 30px;
border-radius: 10px;
background: #F2F5F8;
color: #263238;
font-size: 24px;
}
.released__slide-result p {
margin: 0;
}
.released__slide-result b,
.released__slide-result strong {
font-weight: 800;
}
@media screen and (max-width: 780px) {
.released__slide-result {
font-size: 16px;
padding: 20px 20px 20px 30px;
}
}
.released__play {
position: absolute;
z-index: 2;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 80px;
height: 80px;
background: rgba(217, 217, 217, 0.2);
backdrop-filter: blur(10px);
border-radius: 50%;
transition: all 0.3s;
}
@media screen and (max-width: 780px) {
.released__play {
width: 50px;
height: 50px;
}
}
.released__play::before {
content: "";
display: block;
position: absolute;
left: 55%;
top: 50%;
transform: translate(-50%, -50%);
width: 19px;
height: 34px;
background: url(//line-prava.com/wp-content/themes/linia-prava/img/icon-play.svg) no-repeat center/contain;
}
@media screen and (max-width: 780px) {
.released__play::before {
width: 12px;
}
}
.released-popup {
display: none;
width: 100%;
max-width: 800px;
padding: 0;
border-radius: 16px;
overflow: hidden;
}
.released-popup iframe {
max-height: 80vh !important;
width: 100% !important;
display: block;
}