@font-face {
    font-family: 'RUBSN';
    src: url(../fonts/RUBSN.otf) format('opentype');
    font-weight: 400;
    font-style: normal;
}
.rub {
    font-family:'RUBSN';
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0;
    font-family:'Montserrat', sans-serif;
    color:#000;
}
h1 {
    font-size:96px;
    margin: 0;
}
h2 {
    font-size:48px;
    margin: 0;
}
h3 {
    font-size:36px;
    margin: 0;
}
h4 {
    font-size:20px;
}
p {
    line-height: 150%;
}
a {
    text-decoration:none;
    color:inherit;
}
a,div {
    box-sizing:border-box;
}
.section_channels {
    max-width: 1032px;
    overflow-x:clip;   
    margin: 0 auto;
    padding-bottom: 5%;
}
.container {
    max-width: 1032px;
    margin: 0 auto;
}
.container_max {
    max-width: 1920px;
    margin: 0 auto;
padding:0 40px;
}
.container_main {
    max-width: 1920px;
    margin: 0 auto;
    overflow:hidden;
}
.container_main:last-of-type {
    padding-bottom: 100px;
}
.flex_column,
.flex_row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex
}
.flex_row {
    -webkit-box-orient: horizontal;
    -webkit-box-orient: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row
}
.flex_column {
    -webkit-box-orient: vertical;
    -webkit-box-orient: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column
}
.flex_wrap {
    -webkit-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}
.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}
.aib {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline
}
.aifs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
}
.aife {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end
}
.jcc {
    -webkit-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}
.jcsb {
    -webkit-box-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}
.jcsa {
    -webkit-box-pack: justify;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    -moz-box-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around
}
.jcfe {
    -webkit-box-pack: end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -moz-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}
ul {
    list-style:none;
    padding-left: 0;
}
button {
    border:none;
}
.btn {
    border-radius:100px;
    font-size:18px;
    font-weight:500;
    background:#de3125;
    color:#fff;
    padding: 19px 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    text-align: center;
    filter: drop-shadow(0px 14px 35px rgba(0, 0, 0, 0.33));
}
.btn:hover {
    background:#F5B750;
    color:#fff;
}
.header_btn {
    padding: 10px 30px;
}
.channels-itemBox {
    margin-bottom: 30px;
    display: flex;
}
.channels_content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(auto, 200px));
    grid-column-gap: 12px;
    grid-row-gap: 35px;
    justify-items: center;
    justify-content: space-evenly;
}
.channels-item span {
font-size:14px;
}
.channels-item_genre {
    display: flex;
}
.channels-item img {
    width: 100%;
    height: auto;
    border-radius:4px;
}
.search_info {
    display: none;
}
.channels_icon {
    width: 64px;
    height: 64px;
    margin-right: 20px;
}
.channels_left {
    margin: 20px 0;
    flex-wrap: wrap;
    width:33.8%;
}
.channels_right {
    gap: 24px;
    width: 66.2%;
}
.genres_title {
    color:#de3125;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -.0125rem;
    line-height: 2.5rem;
    width: 100%;
    margin: 0;
}
.genres_count {
    font-weight: 400 !important;
    color: #161616;
    margin: 0;
    font-size: 1rem !important;;
}
.genres_count span {
    font-weight: 400;
}
.modal_channels {
    max-width: 1434px;
    padding: 80px 64px;
    margin:0 auto 20px;
}
.channels_title {
    font-size: 18px;
    display: inline-flex;
    align-items: baseline;
    margin-bottom: 20px;
    flex-wrap: wrap;
    color: #fff;
}
.channel_name {
    color: #fff;
    margin-top: 8px;
}
.channels_name {
    color: hsla(0,0%,100%,0.9);
    font-size: 56px;
    font-weight: 900;
    letter-spacing: -.1px;
    line-height: 1.21;
    margin:0 0 3.6%;
}
.channels_count {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    display: none !important;
}
.close {
    position: fixed;
    right: 24px;
    top: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent!important;
    border: none;
    border-radius:4px;
    cursor:pointer;
}
.close.active {
    visibility:visible;
}
.close:hover {
    background:hsla(0,0%,100%,0.16)!important;
}
.iziModalcontent .close {
    right: 12px;
    top: 12px;  
}
#podkluch .iziModalcontent h3 {
    font-size: 24px;
    text-align:center;
    line-height: 130%;
    margin:0 0 24px;
	font-weight:400;
}
.iziModalcontent {
    padding: 64px 48px 32px;
}
.close:after {
    content: '\2715';
    font-size: 21px;
    color: #888888;
    font-weight:400;
}
.modal_contentText {
    line-height: 150%;
}
.modal_contentLink {
    border-bottom:1px solid #de3125;
}
.modal_contentLink:hover {
    color:#de3125;
}
.modal_contentLink:active {
    color:#de3125;
    border-bottom-color:#f06617;
}
.control {
    width: 100%;
    box-sizing: border-box;
    margin: 0px 0px 24px;
    padding: 14px 20px;
    background: transparent;
    outline: none;
    border: 1px solid rgb(220,220,220);
    border-radius: 5px;
    position: relative;
}
.control.active {
	/* border-bottom-color:#de3125; */
border-color: #de3125;
}
.control label {
display:none;
    cursor:text;
}
.control.active label {
	position:static;
	margin-bottom: 5px;
}
.control:hover, .control:focus, .control.active {
/* border-color: #de3125; */
}
.control p {
    padding: 0;
    margin: 0;
    color:#616161;
    transition:all 300ms ease-out;
}
.control.active p {
    font-size:12px;
    transition:all 300ms ease-out;
}
.control_tarif {
    visibility: hidden;
    position: absolute;
}
.btn_form {
    width: 100%;
}
.btn:disabled {
    filter: brightness(0.5);
    opacity:.8;
    pointer-events:none;
}
input {
    background:transparent;
    border:none;
    outline:none!important;
    color:#616161;
/*  visibility:hidden;*/
}
::placeholder {
  color: #616161;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { 
  color: #616161;
}

::-ms-input-placeholder { 
  color: #616161;
}
.control.active input{
    visibility:visible;
}
.control input {
    width: 100%;
}
header {
padding:1% 0;
}
.header_logo {
width:120px;
height:60px;
background:url(../img/logo.png) no-repeat center / contain;
}
.header_link {
padding-right:30px;
background:url(../img/lk.svg) no-repeat right center / 20px;
}
.header_link:hover {
color:#de3125;
}
.header_logo {
display:flex;
}
.header_navLink {
	font-weight:700;
    margin: 0 20px;
text-transform:uppercase;
}
.header_navLink:hover {
color:#de3125;
}
.header_logo span {
width:35px;
height:35px;
background:url(../img/logo-d.svg) no-repeat center top / contain;
display:block;
}
.header_logo p {
    font-weight: 600;
    font-size: 24px;
color:#de3125;
    margin: 0 0 0 8px;
font-family: "logoTitle";
}
.slider {
    max-width:1032px;
    margin:0 auto 6%;
    position: relative;
}
.slide {
    width:100%;
    background:url(../img/b-1.jpg) no-repeat center top / cover;
    border-radius:24px;
    color:#fff;
height:100%;
    position: relative;
    box-shadow:87px 83px 31px rgba(0, 0, 0, 0.03), 49px 62px 26px rgba(0, 0, 0, 0.1), 40px 39px 39px rgba(0, 0, 0, 0.17), 10px 10px 30px rgba(0, 0, 0, 0.2);
}
.slide_contentWrapper {
position:relative;
padding-bottom: 56.5%;
height:0;
}
.slide_content {
position:absolute;
left:0;
top:0;
bottom:0;
right:0;
width:100%;
height:100%;
padding: 5% 1% 6% 10%;
}
.slide_imgLink {
border-radius:24px;
	width:100%;
	padding-bottom: 56.5%;

    display: block;
}
.slide_imgLink1 {
background: url(https://www.salesupster.ru/img_iptv/banner2/banner_1920.jpg) no-repeat center / cover;
}
.slide_imgLink2 {
background: url(https://www.salesupster.ru/img_iptv/banner1/banner_1920.jpg) no-repeat center / cover;
}
.slide_imgLink3 {
background: url(https://www.salesupster.ru/img_iptv/banner3/banner_1920.jpg) no-repeat center / cover;
}
.slide_imgLink4 {
background: url(https://www.salesupster.ru/img_iptv/banner4/banner_1920.jpg) no-repeat center / cover;
}
.slide_imgLink5 {
background: url(https://www.salesupster.ru/img_iptv/banner5/banner_1920.jpg) no-repeat center / cover;
}

.slide_bImg {
padding:0!important;
    background: black;
}
.slide_b1 {
    background:url(../img/b-2/b.jpg) no-repeat right bottom / cover;
    color:#2d2d2d;  
    padding:6% 1% 10% 7%;
    overflow:hidden;
}
.slide_tv {
    background: url(../img/b-2/tv.png) no-repeat 130% 50% / 110%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index:5;
}
.slide_imgOuter {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 49%;
}
.slide_imgOuter .img {
    position: absolute;
    width:29%;
    background: url(../img/b-2/petals.png) no-repeat left center / 100%;
    top: 0;
    bottom: 0;
    z-index:10;
}
.slide_b1 h2, .slide_b1 p, .slide_b1 li {
    font-weight:600;
    font-size:24px;
}
.slide_content_b1 {
    width: fit-content;
    max-width:50%;
    position: relative;
}
.slide_content_b1 > * {
    position: relative;
    z-index: 10;
}
.slide_content_b1:before {
    content:'';
    position: absolute;
    top:-20%;
    left:-8%;
    right:-8%;
    bottom:-10%;
    background: rgba(255, 255, 255, .5) url(../img/b-2/b.jpg) no-repeat 35% 43% / 291%;
    border-radius: 0 0 40px 40px;
    filter: blur(5px);
    z-index:1;
}
.slide_content_b1:after {
    content:'';
    position: absolute;
    top:-20%;
    left:-8%;
    right:-8%;
    bottom:-10%;
    background: rgba(255, 255, 255, .5);
    border-radius: 0 0 40px 40px;
    z-index: 2;
    opacity: .7;
}
.slide_b1 h2 {
    font-weight:700;
    font-size: 46px;
    line-height: 100%;
    margin-bottom: 6%;
}
.slide_b1 p {
    line-height: 120%;
}
.slide_btn_b1 {
    background:#ff6a94;
    border:1px solid #ffffff;
    text-transform:uppercase;
    letter-spacing: 0.06em;
    padding: 15px 0;
    width: 100%;
}
.slide_btn_b1:hover {
    background:#fff;
    color:#ff6a94;
}
.list {
    list-style: disc inside;
}
/*.slide {
    padding:2% 1% 3% 10%;
}
.slide h1 {
    font-size:78px;
}
.slide h2 {
    font-size:36px;
}*/
.slider_main .owl-stage {
    display: flex;
}
.slide_img {
    padding: 0 0 42% !important;
}
.slide_img1 {
    background:url(https://www.salesupster.ru/img_iptv/banner4/banner_1920.jpg) no-repeat center / cover;    
}
.slide_img2 {
    background:url(https://www.salesupster.ru/img_iptv/banner2/banner_1920.jpg) no-repeat center / cover;    
}
.slide_img a {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width: 100%;
    height: 100%;
}
.slide_logo {
    width: 248px;
    height: 42px;
    background: url(../img/logo.svg) no-repeat center / 110%;
    margin-bottom: 20px;
}
.slide_text p {
    max-width:430px;
    margin-bottom: 35px;
}
.slider_main.owl-carousel .owl-stage-outer {
    overflow:visible;
}
.slider_main .owl-item:not(.active) {
    filter: brightness(0.5);
}
.slider_main .owl-item:not(.active) .slide_content{
    opacity: 0;
}
section {
    padding:2% 0;
}
.section_subtitle {
    text-align: center;
    line-height: 200%;
}
.section_title {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5%;
    white-space:nowrap;
}
.section_title:before, .section_title:after {
    content:'';
    height: 1px;
    width: 12%;
    background:#616161;
    display: block;
}
.section_title:before {
    margin-right: 16px;
}
.section_title:after {
    margin-left: 16px;
}
.section_item.flex_row {
    width: 46%;
    position: relative;
    margin-bottom: 8%;
}
.section_item.flex_row p {
    font-size:14px;
}
.section_logo {
    background-color:#de3125;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:40%;
}
.logo_face {
    background-image:url(../img/face.svg);
}
.logo_play {
    background-image:url(../img/play.svg);
}
.logo_film {
    background-image:url(../img/film.svg);
}
.logo_wallet {
    background-image:url(../img/wallet.svg);
}
.logo_web {
    background-image:url(../img/web.svg);
}
.logo_wifi {
    background-image:url(../img/wifi.svg);
}
.logo_match {
    background-image:url(../img/match.png);
    background-size:90%;
}
.logo_m {
    background-image:url(../img/match1.png);
    background-size:75%;
}
.logo_nk {
    background-image:url(../img/nk.png);
    background-size:75%;
}
.logo_night {
    background-image:url(../img/night.png);
    background-size:cover;
    background-position:right top;
}
.logo_kids {
    background-image:url(../img/kids.png);
    background-size:cover;
}
.logo_cinema {
    background-image:url(../img/cinema.png);
    background-size:cover;
}
.logo_fun {
    background-image:url(../img/fun.png);
    background-size:cover;
}
.logo_amedia {
    background-image:url(../img/amediateka.svg);
    background-size:50%;
}
.logo_start {
    background-image:url(../img/start.svg);
    background-size:55%;
}
.logo_premier {
    background-image:url(../img/premier.svg);
    background-size:75%;
}
.logo_startpremier {
    background-image:url(../img/startpremier.png);
    background-size:75%;
}
.logo_serials {
    background-image:url(../img/serials.png);
    background-size:contain;
background-position:right bottom;
}
.logo_world {
    background-image:url(../img/world.png);
    background-size:65%;
background-position:center -115%;
}
.logo_np {
    background-image:url(../img/np.png);
    background-size:cover;
}
.logo_splus {
    background-image:url(../img/sm-logo.png);
    background-size:85%;
}
.flex_row >.section_logo {
    border-radius:24px;
    left:-3vw;
    top:-2vw; 
    min-width: 6.5vw;
    height: 6.5vw;
    position: absolute;
    box-shadow: 30px 32px 17px rgba(0, 0, 0, 0.01), 17px 18px 15px rgba(0, 0, 0, 0.05), 7px 8px 11px rgba(0, 0, 0, 0.09), 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.flex_row > .section_text {
    border-radius:10px;
    background:#fff;
    padding: 10px 40px 10px 4vw;
    width: calc(100% - 1vw);
    margin-left: auto;
    min-height:122px;
    display: flex;
    align-items: center;
}
.section_item.flex_column {
    width: 100%;
    box-shadow: 33px 125px 52px rgba(0, 0, 0, 0.01), 19px 70px 44px rgba(0, 0, 0, 0.05), 8px 31px 32px rgba(0, 0, 0, 0.09), 2px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius:24px;
    text-align: center;
    margin-bottom: 8%;
    background:#fff;
}
.section_item.flex_column:last-of-type {
    grid-column-end: 3;
}
.flex_column > .section_logo {
    border-radius:10px;
    width: 80%;
    padding-bottom: 80%;
    position: relative;
    top: -7%;
}
.flex_column > .section_text { 
    padding: 0 40px 30px;
    display: flex;
    flex-direction:column;
    height: 100%;
}
.section_btn.margin_a {
    margin-top:auto;
}
.section_box {
    margin-top: 10%;
}
.section_box.grid {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    grid-column-gap: 12px;
    grid-row-gap: 35px;
    justify-items: center;
    justify-content: space-evenly;  
}
.menu {
    width: 100%;
    background:#fff;
    border-radius:10px;
    margin: 0;
    padding: 10px 20px;
    font-size:20px;
    text-align: center;
    box-sizing:border-box;
}
.menu li {
    width: 50%;
    border: 1px solid transparent;
    border-radius:10px;
    font-weight:500;
}
.menu li:last-of-type {
 /*   width:34%; */
}
.menu a {
    width: 100%;
    padding:13px 0;
    display: block;
}
.menu li.active {
    color:#000;
    border-color:rgba(0,0,0,.37);
}
.flex_row.price {
    margin: 0;
    color:#de3125;
    font-weight:700;
    line-height: 100%;
}
.flex_row > .price_num {
    font-size:30px;
    margin-right: 5px;
}
.flex_row > .price_text {
    font-size:10px;
    line-height: 100%;
}
.flex_row > .price_text span:first-of-type {
    border-bottom:1px solid #de3125;
    padding-bottom: 2px;
}
.section_item h4 {
    color:#000;
    margin: 15px 0 10px;
    text-transform:uppercase;
}
.channels_link {
    font-size:14px;
    text-decoration:underline;
    display: block;
    margin-top: auto;
}
.section_btn {
    margin-top: 19px;
}
.channels_item {
    background:#de3125;
    color:#fff;
    border-radius:24px;
    text-align: center;
    padding:66px 20px;
    width: 320px;
    transform:scale(1);
    transition:transform 300ms ease-out;
}
.channels_subtitle {
margin: 0;
    line-height: 120%!important;
    box-sizing: border-box;
font-size:14px!important;
font-weight:500;
/*text-transform:uppercase;*/
display:block;
margin-top:5px;
}
.channels_item p {
    font-size: 11px;
line-height:150%;
}
.channels_btn {
background:#fff;
    margin-top: 20px;
color: #de3125;
border:1px solid #fff;
}
.channels_item .channels_vod {
font-weight:700;
display:none;
}
.channels_vodLogos {
    display: flex;
    flex-wrap: wrap;
    margin: auto 0;
justify-content:center;
align-items:center;
display:none;

}
.channels_vodLogos img{
max-height: 12px;
    margin: 5px;
width:auto!important;
}
.channels_vodLogos img[alt="smotreshka-logo"] {
max-height: 35px;

}
.channels_vodLogos img[alt="START"] {
    max-width: 85px !important;
}
.channels_vodLogos img[alt="Amediateka"] {
    max-width: 120px !important;
}
.channels_btn:hover {
background:#de3125;
color:#fff;
}
.channels_tag {
    margin-bottom: 5px;
}
.flex_column.price {
    font-weight:700;
    line-height: normal;
}
.flex_column > .price_num {
    font-size:96px;
}
.flex_column > .price_text {
    font-size:36px;
}
.slider_packs .owl-item {
    filter:blur(0);
    transition:filter 300ms ease-out;
}
.slider_packs .owl-item:not(.center) {
    filter: blur(2.65px);
    transition:filter 300ms ease-out;
    pointer-events:none;
}
 .channels_tag {
    font-size:24px;
}
.flex_column > .price_num {
    font-size:66px;
    line-height: 100%;
}
.flex_column > .price_text {
    font-size:24px;
}
.flex_row > .section_text strong {
    font-size: 18px;
    margin-bottom: 10px;
display: inline-block;
}
.channels_item .channels_link {
    font-size:10px;
}
.channels_btn {
    padding:9px 29px;
    font-size:11px;
display:inline-block;
}
.owl-item.center .channels_btn {
    font-size: 15px;
    padding: 12px 40px;
}
.owl-item.center .channels_item{
    padding:40px 20px;
    transform:scale(1.5);
    transition:transform 300ms ease-out;
    box-shadow: 0px 278px 111px rgba(0, 0, 0, 0.01), 0px 156px 94px rgba(0, 0, 0, 0.05), 0px 70px 70px rgba(0, 0, 0, 0.09), 0px 17px 38px rgba(0, 0, 0, 0.1);
}
.slider_packs .owl-stage {
    display: flex;
    align-items: center;
}
.slider_packs.owl-carousel .owl-stage-outer {
    overflow:visible;
}
.channels_row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 5px;
}
.icon_check {
    width: 14px;
    height: 14px;
    background:url('../img/check.svg') no-repeat center / contain;
    margin-right: 5px;
}
.icon_speed {
    width: 14px;
    height: 14px;
    background:url('../img/speed.svg') no-repeat center / contain;
    margin-right: 5px;
}
.owl-nav {
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:100;
    top:50%;
    transform:translateY(-50%);
}
.slider_main .owl-nav { 
    width: 120%;
    left: -10%;
}
.slider_packs .owl-nav {
    width: 450px;
    margin:0 auto;
}
.owl-prev, .owl-next {
    background:url('../img/arrow.svg') no-repeat center / contain  !important;
    width: 24px;
    height: 42px;
}
.owl-prev.disabled, .owl-next.disabled {
    background:none!important;
    opacity:0;
}
.owl-prev {
    transform:rotate(180deg);
}
.slider_box:not(.active) {
    visibility:hidden;
    height: 0;
    opacity:0;
    margin: 0;
}
.slider_box {
    margin:15% 0 8%;
    transition:opacity 500ms ease-out;
}
.slider_packs {
    margin: 0;
}
    .slider_packs .owl-item.center {
        z-index:5;
    }
    .slider_nocenter {
        width: 500px;
        margin:0 auto;
    }
    .sps {
        font-size: 22px;
        text-align: center;
    }
footer {
    text-align: center;
    padding:0 20px;
    font-size:18px;
}
footer a {
    text-decoration:underline;
    font-weight:500;
}
.footer_socials {
	color:#ffffff;
	margin-top: 16px;
padding-bottom:30px;
}
.footer_social {
	height: 48px;
    margin: 0 4px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:4px;
}
.footer_social:hover {
	background-color:hsla(0,0%,0%,0.16);
}
.footer_social:active {
	background-color:hsla(0,0%,0%,0.22);
}
.footer_social img {
    height: 24px;
    margin: 4px;
}
.footer_info p {
margin:0;
}
.footer_info a, .footer_info p:nth-of-type(2) {
font-weight:600;
}
.footer_info a {
white-space:nowrap;
}
.footer_info p:first-of-type {
/* margin:0 10px 0 0; */
}
.footer_info {
margin-bottom:10px;
flex-direction:column;
}
#checkbox {
	display: none;
}
.checkbox_outer {
margin-top:20px;
}
#checkbox+label {
	min-width: 24px;
	width: 24px;
	height: 24px;
	border-radius: 6px;
	display: block;
	    background: #f9f9f9;
    margin: 0 10px 0 0;
    position: relative;
    border: 4px solid #de3125;
}
#checkbox:checked+label:before {
	content: '\2714';
	color: #000;
    font-size: 20px;
    position: relative;
    top: -4px;
}
.checkbox_outer p {
	color: #000000;
	margin:0;
font-size:14px;
}
.checkbox_outer a {
	text-decoration:underline;
border-bottom:0;
font-size:14px;
}
.form {
max-width:460px;
margin:0 auto;
}
.searchig_input {
color:#000;
text-align:center;
margin-bottom:5px;
cursor:pointer;
    border-bottom: 2px solid #919191;
    background: rgb(228 228 228) url(../img/arrow_b.svg) no-repeat 97% center / 13px;
    padding: 7px 0;
    border-radius: 3px;
}
.searching_code {
margin-bottom:10px;
}
.searching_code a {
white-space:nowrap;
font-weight:700;
}
.searching_box {
text-align:center;
			max-width: 300px;
			margin:0 auto;
			position: relative;
		}
		.searching_box input {
			width: 100%;
			outline: none!important;
		}
		.searching_list {
			position: absolute;
		    z-index: 111;
		    background: #ececec;
		    width: 100%;
		    max-height: 200px;
    		overflow: auto;
		}
		.searching_item {
			padding: 6px 5px;
    		border-bottom: 1px solid rgba(255,255,255,.3);
    		cursor: pointer;
		}
		.searching_item:hover, .searching_item.active {
			background: rgba(255,255,255,.5);
		}
		.searching_list {
			visibility: hidden;
		}
		.searching_list.active {
			visibility: visible;
			box-shadow: 0px 0px 4px rgba(255, 255, 255, .3);
		}
input[type="search"]::-webkit-search-decoration,
		input[type="search"]::-webkit-search-cancel-button,
		input[type="search"]::-webkit-search-results-button,
		input[type="search"]::-webkit-search-results-decoration {
			-webkit-appearance:none;
		}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.vod_bcg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.vod_image {    
position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    background-blend-mode: luminosity;
}
.vod_link {
position:relative;
display: block;
   border-radius: 8px;
    overflow: hidden;
}
.vod_accent {
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
padding:30px 0;
}

.vod_logo .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
background-size: contain;
    -o-object-fit: cover;
    object-fit: cover;
filter:brightness(0) invert(1);
}
.vod_logo {
position: absolute;
    top: 60%;
    left: 50%;
    z-index: 2;
    width: 192px;
    height: 64px;
    background: no-repeat center;
    background-size: contain;
    transition: cubic-bezier(.25, .46, .45, .94) .15s;
    transform: translate(-50%, -30%);
}
.vod_t {
    position: absolute;
    bottom: 1%;
    z-index:3;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: cubic-bezier(.25, .46, .45, .94) .15s;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: .03125rem;
color:#fff;
}
.vod_p {
position: absolute;
    color: #fff;
    margin-bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 1%;
line-height:100%;
}
.vod_p p {
margin:0;
}
.vod_p span:not(.rub) {
font-size: 25px;
    font-weight: 700;
}
    .vod_link:hover .vod_t {
        opacity: 1;
    }
.vod_link:hover {
transform:scale(1.01);
    transition: cubic-bezier(.25, .46, .45, .94) .15s;
}
.vod_link:hover .vod_logo .image {
transform:translateY(-5px);
    transition: cubic-bezier(.25, .46, .45, .94) .15s;
}
.sec_instItem {
    margin-bottom: 32px;
    margin-right: 2%;
    padding: 72px 48px;
    position: relative;
    width: 49%;
    display: flex;
    flex-direction:column;
    align-items:flex-start;
    background:rgb(60 70 75);
border-radius:24px;
}
.sec_instItem:nth-of-type(2n) {
	margin-right: 0;
}
.sec_instItem:nth-of-type(2) img{
	max-height:48px;
}
.sec_instItemIcon {
    margin-bottom: 16px;
    max-width: 64px;
}
.sec_instItemIcon img {
    display: block;
    width: 100%;
}
.sec_instItemTitle {
	color: hsla(0,0%,100%,0.9);
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -.01875rem;
    line-height: 3rem;
    margin:0 0 32px;
}
.sec_instItem p {
	color: hsla(0,0%,100%,0.9);
    margin-bottom: 32px;
    line-height: 1.5;
}
.sec_instItemLink {
	color:#66c2ff;
	border-bottom:1px solid transparent;
    line-height: 1.25rem;
    text-decoration: none;
    margin-bottom: 10px;
}
.sec_instItemLink:hover {
	border-bottom-color:#66c2ff;
}
.sec_instItemLink:active {
	color:#ffa16b;
	border-bottom-color:#ffa16b;
}
.sec_instItemStores {
	margin-top: 32px;
}
.sec_instItemStore {
	margin-bottom: 16px;
    margin-right: 24px;
    max-height: 24px;
}
.block:before {
    background: linear-gradient(91deg, #ffc000 1%, #f93);
      display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.channel_vod {
display: block;
    width: 200px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
}
.section_linksCard {
    background-position: 50%;
    background-size: cover;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 100%;
    height: 520px;
    overflow: hidden
}
.section_linksCard__title {
color:#fff;
font-size:36px;
margin:0;
}
.section_linksCard__info-wrapper {
display:flex;
flex-wrap:wrap;
align-items:center;
width:100%;
justify-content:center;
}
.section_linksCard__info-store:not(:last-of-type) {
margin-right:10px;
}
.section_linksCard__info-store:not(.section_linksCard__info-storeBg) {
    padding: 4.5px 7px;
    background: rgba(255, 255, 255, .1);
    border-radius: 2px;
}
.section_linksCard__info-store {
margin-bottom:5px;
}
.section_linksCard__top p{
font-size: 28px;
    max-width: 500px;
    display: block;
font-weight:500;
    margin-top: 15px;
color:#fff;
    line-height: 130%;
}
.section_linksCard__vod {
    margin: 20px 0 10px;
    display: flex;
align-items:center;
    flex-wrap: wrap;
    max-width: 500px;
}
.section_linksCard__vod img {
    max-width: 95px;
}
.section_linksCard__vod img:not(:nth-of-type(3n)) {
    margin-right: 10px;
}
.section_linksCard__vod img[alt="Logo AMEDIATEKA"] {
	max-width: 200px;
    height: 15px;
}
.section_linksCard__vod img {
margin-bottom:10px;
}
.section_linksCard__vod img[alt="Logo SP"] {
max-width:135px;
}
@media(min-width: 768px) {
    .section_linksCard {
        border-radius: 24px;
        height: 720px
    }
}
@media(min-width: 1024px) {
    .section_linksCard {
        height: 540px
    }

}
@media(max-width: 1024px) {
.section_linksCard__title {
font-size:24px;
}
.section_linksCard__top p {
font-size:20px;
}
}
@media(min-width: 1280px) {
    .section_linksCard {
        height: 640px
    }
}
@media(min-width: 1920px) {
    .section_linksCard {
        height: 720px
    }
}
.section_linksCard__text-wrapper {
    background: linear-gradient(180deg, #0000, #0009);
    color: var(--white);
    display: grid;
    grid-area: 1/1/2/2;
    padding: 16px;
    position: relative
}
@media(max-width: 767px) {
    .section_linksCard__text-wrapper {
        align-content: end;
        grid-template: 1fr repeat(5, auto)/100%
    }
}
@media(min-width: 768px) {
    .section_linksCard__text-wrapper {
        grid-template-rows: 1fr auto;
        padding: 40px;
        place-items: start
    }
}
.section_linksCard__title {
    margin-bottom: 0
}
@media(max-width: 767px) {
    .section_linksCard__title {
        margin-top: 16px
    }
}
@media(min-width: 768px) {
    .section_linksCard__title {
        grid-column: 1/3
    }
}
.section_linksCard__desc {
    font-size: 14px;
    line-height: 1.2857
}
@media(min-width: 768px) {
    .section_linksCard__desc {
        grid-column: 1/2
    }
}
.section_linksCard__desc p:last-child {
    margin-bottom: 0
}
.section_linksCard__price {
    line-height: 1.1667
}
.section_linksCard__tag {
    position: relative;
    z-index: 2
}
.section_linksCard__tag p:last-child {
    margin-bottom: 0
}
.section_linksCard__characteristics {
    margin-top: 8px
}
@media(min-width: 768px) {
    .section_linksCard__characteristics {
        grid-column: 1/2;
        margin-top: 24px
    }
}
@media(max-width: 767px) {
    .section_linksCard__price-wrapper {
        margin-top: 16px
    }
}
@media(min-width: 768px) {
    .section_linksCard__price-wrapper {
    }
}
.section_linksCard__price {
    font-size: 24px;
    line-height: 1.16667
}
.section_linksCard__location {
    font-size: 14px;
    line-height: 1.2857;
    margin-top: 8px
}
.section_linksCard__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin-bottom: 0;
    padding: 0 24px 0 0
}
.section_linksCard__tags-item {
    background: var(--white);
    border-radius: 36px;
    color: var(--darkblue);
    font-size: 14px;
    line-height: 1.2857;
    outline: 0;
    padding: 10px 16px
}
@media(max-width: 767px) {
    .section_linksCard__tag {
        margin-top: 16px
    }
}
@media(min-width: 768px) {
    .section_linksCard__tag {
        grid-area: 1/2/2/3;
        justify-self: end
    }
}
.vod_imgSlider {
    border-radius: 24px;
    pointer-events: none
}
.vod_imgSlider__slides {
    background-position: 50%;
    background-size: cover
}
.vod_imgSlider__img-wrapper {
    border-radius: 24px;
    height: 748px;
    overflow: hidden;
    position: relative
}
@media(min-width: 1920px) {
    .vod_imgSlider__img-wrapper {
        height: 1030px
    }
}
.vod_imgSlider__img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}
.vod-card {
    color: var(--white);
    display: grid;
    grid-template-columns: 100%;
    padding: 24px 16px 32px;
    text-align: center
}
@media(min-width: 768px) {
    .vod-card {
        border-radius: 24px;
        padding: 40px 40px 38px
    }
}
@media(min-width: 1024px) {
    .vod-card {
        height: 748px;
        padding: 32px 24px
    }
}
@media(min-width: 1920px) {
    .vod-card {
        grid-template-rows: repeat(3, auto) 1fr auto;
        padding: 83px 24px 58px
    }
}
.vod_card_number {
    font-size: 20px;
    line-height: 1.2;
}
@media(min-width: 768px) {
    .vod_card_number {
        font-size: 24px;
        line-height: 1.1667
    }
}
.vod_card_title {
    margin-bottom: 0;
font-size:24px;
}
.vod_card_img-wrapper {
    border-radius: 16px;
    display: grid;
    grid-template-columns: 100%;
    height: 296px;
    justify-self: center;
    margin-top: 16px;
    overflow: hidden;
    position: relative;
    width: 312px
}
@media(min-width: 768px) {
    .vod_card_img-wrapper {
        height: 312px;
        margin-top: 36px;
        width: 329px
    }
}
@media(min-width: 1024px) {
    .vod_card_img-wrapper {
        height: 296px;
        margin-top: 16px;
        width: 312px
    }
}
@media(min-width: 1920px) {
    .vod_card_img-wrapper {
        height: 312px;
        margin-top: 40px;
        width: 329px
    }
}
.vod_card_img {
    border-radius: 16px;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}
.vod_card_desc {
    margin-top: 16px
}
@media(min-width: 768px) {
    .vod_card_desc {
        margin: 36px auto 0;
        width: 520px
    }
}
@media(min-width: 1024px) {
    .vod_card_desc {
        margin-top: 24px;
        width: auto
    }
}
@media(min-width: 1920px) {
    .vod_card_desc {
        margin-top: 40px;
    }
}
.vod_card_desc p:last-child {
    margin-bottom: 20px;
}
@media(max-width: 500px) {
.vod_card_desc p {
    font-size: 14px;
}
.vod_card_desc p:last-child {
    margin-bottom: 10px;
}
}
.vod_card_btn {
    align-self: end;
    margin-top: 24px
}
@media(min-width: 768px) {
    .vod_card_btn {
        justify-self: center;
        margin-top: 24px
    }
}
.vod_card_desc,
.vod_card_title {
    opacity: .8;
    transform: translateY(30%);
    transition: all .6s
}
.swiper-slide-active .vod_card_desc,
.swiper-slide-active .vod_card_title {
    opacity: 1;
    transform: translateY(0)
}
.vod_card_img {
    transition: all .6s
}
.swiper-slide-next .vod_card_img {
    opacity: 0;
    transform: translateX(20%)
}
.swiper-slide-active .vod_card_img {
    opacity: 1;
    transform: translateX(0)
}
.vod-slider {
    border-radius: 16px;
    position: relative;
}
.vod-slider__premier {
background:#fcdd2d;
}
.vod-slider__start {
background:#ff0019;
color:#fff;
}
.vod-slider__amedia {
    background: #1F2125;
    color: #fff;
}
.vod-slider__sp {
    background: #ffc125;
}
.vod-slider__wink {
    background: #141414;
color:#fff;
}
.vod-slider__kino1tv {
    background: #2c2c37;
color:#fff;
}

.vod-slider_btn {
    padding: 20px 0!important;
    justify-content: center;
    align-items: center;
    display: flex!important;
    width: 300px!important;
    margin: 0 auto;
margin-top:auto;
border:1px solid #F5B750;
}
.vod-slider_btn:hover {
border-color:#de3125;
}
@media(max-width: 400px) {
.vod-slider_btn {
    width: 100%!important;
font-size:14px!important;
}
}
@media(min-width: 768px) {
    .vod-slider {
        border-radius: 24px
    }
}
.vod-slider__slide {
    height: auto
}
.vod-slider__card {
    height: 100%
}
.vod-slider__btns {
height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    width: 96%;
left:2%;
    justify-content: space-between;
z-index:10;	
}
.vod-slider__next-btn,
.vod-slider__prev-btn {
    height: 0;
    z-index: 10;
    background: url(../img/arrow.svg) no-repeat center / contain !important;
    width: 24px;
    height: 42px;
	cursor:pointer;
}
.vod-slider__prev-btn {
    transform: rotate(180deg);
}
.vod_tag {
    margin: 0 16px 12px
}
.vod_link {
padding:25px 0;
margin-top:10px;
}

@media(min-width: 768px) {
    .vod_tag {
        margin: 0 24px 30px
    }
}
@media(min-width: 1024px) {
    .vod_tag {
        margin: 0 28px 30px
    }
.vod_link {
padding:0;
margin-top:0;
}
}
@media(min-width: 1280px) {
    .vod_tag {
        margin: 0 36px 30px
    }
}
@media(min-width: 1920px) {
    .vod_tag {
        margin: 0 76px 30px
    }
}
@media(max-width: 767px) {
    .vod_header {
        padding-left: 16px;
        padding-right: 16px
    }
}
@media(min-width: 768px) {
    .vod_header {
        padding-left: 24px;
        padding-right: 24px;
	margin:5% 0;
    }
}
@media(min-width: 1920px) {
    .vod_header {
        padding-left: 58px;
        padding-right: 58px
    }
}
.vod_title {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 120%;
    margin-right: 5%;
}
@media(min-width: 768px) {
    .vod_title {
    font-size: 2.5rem;
    }
}
@media(min-width: 1920px) {
    .vod_title {
        margin-right: 2%;
	 width: 100%;
    }
}
.vod_desc {
        width: 100%;
}
@media(min-width: 768px) {
    .vod_desc {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media(min-width: 1280px) {
.vod_desc {
        width: 50%;
    }

}
@media(min-width: 1920px) {
    .vod_desc {
        font-size: 24px;
        line-height: 1.1667;
    }
}
.vod_desc p:last-child {
    margin-bottom: 0
}
.vod_nav-tabs-wrapper {
    margin: 12px -24px 0
}
@media(min-width: 768px) {
    .vod_nav-tabs-wrapper {
        margin: 40px 0 0
    }
}
@media(min-width: 1024px) {
    .vod_nav-tabs-wrapper {
        margin: 0 0 0 auto
    }
}
@media(min-width: 1280px) {
    .vod_nav-tabs-wrapper {
        margin-right: 8px
    }
}
@media(min-width: 1920px) {
    .vod_nav-tabs-wrapper {
        margin-right: 14px
    }
}
.vod_sliders {
    margin-top: 32px
}
@media(min-width: 768px) {
    .vod_sliders {
        margin-top: 56px
    }
}
@media(min-width: 1024px) {
    .vod_sliders {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 72px
    }
}
@media(min-width: 1920px) {
    .vod_sliders {
        margin-top: 82px
    }
}
@media(min-width: 1024px) {
    .vod_slider-wrapper {
        min-width: 0
    }
    .vod_slider {
        height: 100%
    }
    .vod--project-page .vod_header {
        display: grid;
        grid-template-columns: 100%
    }
    .vod--project-page .vod_sliders {
        margin-top: 56px
    }
}
@media(min-width: 1280px) {
    .vod--project-page .vod_header {
        align-items: end;
        grid-template-columns: 1fr auto
    }
    .vod--project-page .vod_sliders {
        margin-top: 64px
    }
}
scroll-stack {
    display: block
}
scroll-stack article,
scroll-stack header {
    position: sticky
}
scroll-stack article {
    transform-origin: top center;
    will-change: transform, filter
}
double-slider {
    display: block
}
.inst-slider {
padding:0 40px;
}
.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.inst-card {
    align-content: end;
    display: grid;
    grid-template-columns: 100%
}

@media(min-width: 1280px) {
    .inst-card {
        display:grid;
        grid-template-columns: auto 1fr
    }
}

.inst-card__title {
    margin-bottom: 0;
    position: relative;
    z-index: 1
}
.inst-card__title span {
font-size:20px;

}
@media(max-width: 767px) {
    .inst-card__title {
       /* padding-left:12px;
        top: 16px */
    }
}

@media(min-width: 768px) {
    .inst-card__title {
       /* padding-left:32px;
        top: 60px*/
    }
}

@media(min-width: 1024px) {
    .inst-card__title {
       /*  margin-right:-10%;
        padding-left: 38%;
        top: 60px*/
    }
}

@media(min-width: 1280px) {
    .inst-card__title {
        grid-column:1/3
    }
.inst-card__title span {
font-size:40px;
}

}

@media(min-width: 1280px)and (max-width:1919px) {
    .inst-card__title {
        /* margin-right:-3%;
        padding-left: 406px;
        top: 60px */
    }
}

@media(min-width: 1920px) {
    .inst-card__title {
        grid-column:1/3;
      /*  margin-right: -3%;
        padding-left: 596px;
        top: 205px*/
    }
}

.inst-card__img-wrapper {
    border-radius: 16px;
    height: 240px;
    margin-top: 24px;
    overflow: hidden;
    position: relative
}

@media(min-width: 768px) {
    .inst-card__img-wrapper {
        border-radius:24px;
        height: 560px
    }
}

@media(min-width: 1280px) {
    .inst-card__img-wrapper {
        grid-column:1/2;
        height: 452px;
        width: 588px
    }
}

@media(min-width: 1920px) {
    .inst-card__img-wrapper {
        height:664px;
        width: 864px
    }
}

.inst-card__img {
    height: 100%;
    left: 0;
    max-width: none;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
background: #de3125;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inst-card__img-image {
max-width: 80%;
max-height: 80%;
    filter: drop-shadow(3px 9px 10px rgba(0, 0, 0, .4));
}
.inst-card__number {
    color: var(--accent);
    font-size: 20px;
    line-height: 1.2;
    text-align: center
}

@media(max-width: 767px) {
    .inst-card__number {
        bottom:10px;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        text-align: center
    }
.inst-card__img-image {
max-width: 40%;
}
}

@media(min-width: 768px) {
    .inst-card__number {
        font-size:24px;
        line-height: 1.1667;
        margin-top: 8px;
        text-align: right
    }
}

@media(min-width: 1280px) {
    .inst-card__number {
        align-self:end;
        grid-area: 3/2/4/3;
        margin-bottom: 14px;
        margin-right: 2px
    }
}

.inst-card__number--white {
    color: #fff;
}

.inst-card__text-wrapper {
    display: grid;
    gap: 24px;
    grid-template-columns: 100%;
    margin: 19px 14px 0
}
.inst-card__text-wrapper .inst-card__arrow-buttons, .inst-card__text-wrapper .inst-card__arrow-button, .inst-card__text-wrapper .inst-card__number {
display:none;
}

@media(min-width: 768px) {
    .inst-card__text-wrapper {
        gap:32px 40px;
        grid-template-columns: 1fr auto;
        margin: 32px 0 0 24px
    }
.inst-card__number--white {
display:none;
}
.inst-card__text-wrapper .inst-card__number {
display:inline;
}
.inst-card__text-wrapper .inst-card__arrow-buttons {
display:grid;
}
}

@media(min-width: 768px)and (max-width:1023px) {
    .inst-card__text-wrapper {
        padding-right:14px
    }
}

@media(min-width: 1280px) {
    .inst-card__text-wrapper {
        gap:40px;
        grid-template-rows: auto 1fr auto;
        margin-top: 80px
    }
}

@media(min-width: 1920px) {
    .inst-card__text-wrapper {
        margin-left:32px;
        margin-top: 258px
    }
}

@media(min-width: 1280px) {
    .inst-card__desc {
        grid-column:1/3
    }
}

.inst-card__desc p {
  /*  display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis */
}

.inst-card__desc p:last-child {
    margin-bottom: 0
}

@media(min-width: 768px) {
    .inst-card__tag {
        align-self:start;
        grid-column: 1/2;
        grid-row: 2/3;
        justify-self: start
    }
}

.inst-card__arrow-buttons {
    align-items: center;
    align-self: end;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2,auto);
    justify-content: start
}

@media(min-width: 1280px) {
    .inst-card__arrow-buttons {
        grid-area:3/1/4/2
    }
}

@media(max-width: 1279px) {
    .inst-card__arrow-buttons {
        grid-area:2/2/3/3;
        margin-top: -12px
    }
}

@media(min-width: 768px) {
    .inst-card__img-wrapper>.inst-card__next-btn,.inst-card__img-wrapper>.inst-card__prev-btn {
        display:none
    }
}

@media(max-width: 767px) {
    .inst-card__img-wrapper>.inst-card__next-btn,.inst-card__img-wrapper>.inst-card__prev-btn {
        margin-top:-20px;
        position: absolute;
        top: 50%
    }

    .inst-card__img-wrapper>.inst-card__prev-btn {
        left: 8px
    }

    .inst-card__img-wrapper>.inst-card__next-btn {
        right: 8px
    }
}
.inst-card__next-btn,
.inst-card__prev-btn {
    height: 0;
    z-index: 10;
    background: url(../img/arrow.svg) no-repeat center / contain !important;
    width: 24px;
    height: 24px;
	cursor:pointer;
	filter:invert(1);
}
.inst-card__prev-btn {
    transform: rotate(180deg);
}
.inst-card__links {
display:flex;
flex-direction:column;
    align-items: start;
}
.inst-card__link {
    color: #206ea1;
    border-bottom: 1px solid transparent;
    line-height: 1.25rem;
    text-decoration: none;
    margin-bottom: 10px;
}
.inst-card__link:hover {
    border-bottom-color: #206ea1;
}
.inst-card__link:active {
	color:#de3125;
	border-bottom-color:#de3125;
}
.inst-card__stores {
	margin-top: 12px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.inst-card__store {
margin-bottom: 5px;
    margin-right: 5px;
    max-height: 24px;
    padding: 4.5px 7px;
}
.inst-card__store-wrapper {
background: rgb(0 0 0 / 100%);
margin-bottom: 5px;
    margin-right: 5px;
    height: 23px;

}
.inst-card__store-wrapper  .inst-card__store {
padding:0;
margin:0;
}
.swiper-button-disabled {
opacity:0.5;
pointer-events:none;
cursor:default;
}
.inst-slider__slide:last-of-type {

}
.inst-slider__card {
margin:0 5% 0 0;
}