.subscribes-and-services__cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: space-between;
}

.subscribes-and-services__card {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 24px;
    background: #f2f3f7;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    cursor: pointer;
    width: calc((100% / 3) - 32px);
    position: relative;
	justify-content: start;
}

.subscribes-and-services__card:hover {
    -webkit-box-shadow: 0 125px 80px rgb(23 58 105 / 7%), 0 81.0185px 46.8519px rgb(23 58 105 / 5%), 0 48.1481px 25.4815px rgb(23 58 105 / 4%), 0 25px 13px rgb(23 58 105 / 4%), 0 10.1852px 6.51852px rgb(23 58 105 / 3%), 0 2.31481px 3.14815px rgb(23 58 105 / 2%);
    box-shadow: 0 125px 80px rgb(23 58 105 / 7%), 0 81.0185px 46.8519px rgb(23 58 105 / 5%), 0 48.1481px 25.4815px rgb(23 58 105 / 4%), 0 25px 13px rgb(23 58 105 / 4%), 0 10.1852px 6.51852px rgb(23 58 105 / 3%), 0 2.31481px 3.14815px rgb(23 58 105 / 2%);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.subscribes-and-services .card__content {
	padding-top: 40px;
	padding-left: 40px;
	max-width: 47%;
	padding-bottom: 20px;
}

.subscribes-and-services .card__content-heading a {
    margin-bottom: 8px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
	color: #000000;
	font-family: Spectral;
}

.subscribes-and-services .card__content-heading a:hover {
    text-decoration: none;
}

.subscribes-and-services .card__content-text {
    margin-top: 25px;
    margin-bottom: 15px;
}

.subscribes-and-services .card__content-text a {
    font-size: 16px;
	font-weight: 500;
    color: #525252;
}

.subscribes-and-services .card__content-text a p {
    line-height: 18px;
    margin-bottom: 20px;
	font-family: Raleway;
	color: #525252;
	font-weight: 500;
}

.subscribes-and-services .card__floating-img {
    margin-top: -17px;
    position: relative;
    overflow: hidden;
    border-bottom-right-radius: 24px;
    min-width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 270px;
}

.subscribes-and-services .card__floating-img img {
    right: 0;
    bottom: 0;
    position: absolute;
}

@media screen and (max-width: 991px) {
.subscribes-and-services__card {
    width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1699px) {
.subscribes-and-services__card {
    width: calc((100% / 2) - 32px);
	}
}

.fancybox-active .fancybox-content {
  padding: 0;
}

.fancybox-active .fancybox-button svg {
    color: white;
    background: black;
    width: 35px;
    height: 35px;
    right: 25px;
}

#rutube, #youtube, #in_struct, #vkontakte {
    width: 50vw;
    height: 70vh;
}
    

@media screen and (max-width: 374px) {
  #rutube, #youtube, #in_struct, #vkontakte {
    width: 80vw;
    height: 50vh;
  }
}

@media (min-width: 375px) and (max-width: 1023px) {
  #rutube, #youtube, #in_struct, #vkontakte {
    width: 80vw;
    height: 50vh;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  #rutube, #youtube, #in_struct, #vkontakte {
    width: 60vw;
    height: 70vh;
  }
}