@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
@font-face {
    font-family: 'RUBSN';
    src: url(../fonts/RUBSN.otf) format('opentype');
    font-weight: 400;
    font-style: normal;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
pre {
    font-family: monospace, monospace;
    font-size: 1em
}
a {
    background-color: transparent
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}
b,
strong {
    font-weight: bolder
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
img {
    border-style: none
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}
button,
input {
    overflow: visible
}
button,
select {
    text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}
fieldset {
    padding: .35em .75em .625em
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
progress {
    vertical-align: baseline
}
textarea {
    overflow: auto
}
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
details {
    display: block
}
summary {
    display: list-item
}
template {
    display: none
}
[hidden] {
    display: none
}
ul {
    list-style: none;
    padding: 0;
    margin: 0
}
a {
    color: inherit;
    text-decoration: none
}
div {
    box-sizing: border-box
}
button {
    outline: 0;
    border: none
}
.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
}
.tac {
    text-align: center
}
.tal {
    text-align: left
}
.tar {
    text-align: right
}
.db {
    display: block
}
.dib {
    display: inline-block
}
.dn {
    display: none
}
.ma {
    margin-left: auto;
    margin-right: auto
}
.dif {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex
}
.posa,
.posa-full {
    position: absolute
}
.posr {
    position: relative
}
.container_main {
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
}

body {
    background: #ffffff;
	min-width:320px;
    font-family: 'Roboto', sans-serif;
}
.rub {
    font-family: 'RUBSN';
}
.container {
    max-width: 1680px;
    margin: 0 auto;
padding:0 5%;
}
header{
position: relative;
    display: flex;
    flex-direction: column;
    height: 60vh;
}
.header_bcg {
   width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .5), transparent 20%, transparent 100%, rgba(255, 255, 255, 1) 100%), url(../img/v_gornoy_strane.jpg) no-repeat center;
    z-index: -1;
}
h1 {
color:#fff;
    margin: auto 5%;
    text-align: center;
    line-height: 150%;
    font-size: 3em;
}
.iziModal {
	background:#ffffff;
}
h2 {
	color: #151515;
    font-size: 56px;
    font-weight: 900;
    letter-spacing: -.1px;
    line-height: 1.21;
    margin: 0 auto 64px;
    max-width: 660px;
    text-align: center;
    width: 100%;
}
h3 {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.25;
}
.header_logo {
max-width:100px;
}
.header_logo img{
width:100%;
}
.header_inner {
    padding: 20px 5% 0;
}
.separated svg {
width:100%;
height:50px;
position:relative;
top:-50px;
}
.btn {
    font-size: 1rem;
    color: #151515;
    font-weight: 400;
    border-radius: 8px;
    text-decoration: none;
    transition: all 300ms ease-out;
    background: #f18b30;
    padding: 11px 20px;
    transform: scale(1);
    transition: transform 300ms ease-out;
}
.btn:hover {
    background: #ffcd51;
    transition: transform 300ms ease-out;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
    transform: scale(1.04);
}
.active .btn:hover {
    color: #ffffff;
}
.btn:disabled {
    background:#f18b30;
    color:rgba(255,255,255,0.7);
    transform: scale(1);
}
.btn:disabled:hover {
    color:rgba(255,255,255,0.7);
    box-shadow:none;    
}
.owl-nav {
    position: absolute;
    top: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    left: -5%;
    width: 110%;
    height: 0;
    transform: translateY(-14.5px);
}
.owl-nav button {
    width: 29px;
    height: 29px;
    background: url(../img/left.svg) no-repeat center / 100% !important;
}
.owl-prev {
    transform: scale(-1, 1);
}
.owl-carousel .owl-stage {
margin: 0 auto;
}
.owl-carousel.slider_main .owl-stage-outer {
    overflow: visible;
}
.owl-carousel.slider_one .owl-stage-outer {
    overflow: hidden;
}
.icon.size-32 {
    height: 32px;
    width: 32px;
}
.icon {
    display: inline-flex;
    flex-shrink: 0;
    height: 24px;
    position: relative;
    width: 24px;
}
.packs_inner {
padding:2% 0 3%;
position:relative;
}
.slider_packsInfo {
max-width: 500px;
    margin: 0 auto 2%;
    text-align: justify;
    border-left: 5px solid rgb(239, 127, 26);
    padding: 10px;
    background: #fef3e9;
}
.sec_packsItem {
	background-color: #3a4246;
    border-radius: 4px;
    color: hsla(0,0%,100%,0.9);
    display: flex;
    height:160px;
    position: relative;
    width: 100%;
width:320px;
}
.sec_packsTitle {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 500;
}
.sec_packsLeft {
    align-content: flex-start;
    padding: 16px;
    min-width: 60%;
}
.sec_packsRight {
	background-color: rgba(0,0,0,0.1);
    padding: 16px;
    min-width: 40%;
}
.sec_packsRight .icon:nth-of-type(2) {
    margin: 12px 0 5px;
}
.sec_packsLink {
	margin-top: 5px;
	border-bottom: 1px dashed #ffffff;
	white-space:nowrap;
}
.sec_packsText {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .05px;
    line-height: 1.25rem;
    margin: 0;
}
.sec_packsPrice {
	margin-top: auto;
}
.price {
	margin: 0;
	font-size: 2rem;
    font-weight: 700;
    letter-spacing: -.0125rem;
    line-height: 2.5rem;
    width: 100%;
}
.price_text {
	margin: 0;
	color:hsla(0,0%,100%,0.6);
}
.sec_packsName p {
	color: hsla(0,0%,100%,0.9);
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .003125rem;
    line-height: 1.25rem;
    margin: 5px 0 0;
}
.sec_packsItem.active {
	color:rgba(0,0,0,0.9);
	background:#f18b30;	
}
.sec_packsItem.active p {
	color:rgba(0,0,0,0.9);
}
.sec_packsItem.active .price_text {
	color:rgba(0,0,0,0.7);	
}
.sec_packsItem.active .sec_packsLink {
    border-bottom-color:rgba(0,0,0,0.9);
}
.sec_packsItem:not(.active):hover {
	background:#4f585e;
}
.sec_packsCompare {
	cursor:pointer;
position: absolute;
    right: 0;
}
.sec_packsCompare .icon {
	margin-right: 12px;
}
.slider_packs .owl-nav {
	display: flex !important;
	width: 98%;
    	left: 1%;
	transform:translateY(-19.2px);
    z-index:10;
/* visibility:hidden; */
}
.slider_packs:hover .owl-nav {
visibility:visible;
}
.slider_packs .owl-nav button {
	background:#f18b30 url(../img/left.svg) no-repeat center / 50% !important;
	border-radius:50%;
	width: 38.4px;
	height: 38.4px;
}
.slider_packs .owl-nav button.disabled {
    visibility:hidden;
}
.slider_packsOuter:not(.active) {
    visibility:hidden;
    height: 0;
display:none;
}
.slider_packsOuter.active {
    visibility:visible;
    height: auto;
margin-bottom:30px;
    transition:height 300ms ease-out;
}
.slider_selectOuter {
    text-align:center;
    margin: auto;
}
.slider_select {
    display:inline-flex;
    background: hsl(0deg 0% 74.9%);
    border-radius: 8px;
}
.btn_select {
  /*  box-shadow: 0 1px 2px rgba(0,0,0,.5); */
    padding: 11px 12px;
    text-align: center;
    color: #ffffff;
    background: #000;
    border-radius:8px;
    position:relative;
    transition: background-color .15s cubic-bezier(.455, .03, .515, .955);
}
/*.btn_select:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:hsl(0deg 0% 75%);
    z-index:-1;
}
.btn_select:nth-of-type(1):after {
    border-radius: 8px 0 0 8px;
}
.btn_select:nth-of-type(2):after {
    border-radius: 0 8px 8px 0;
}*/
.btn_select.active:hover {
    color: #ffffff;
    background: #000;
}
.btn_select:not(.active) {
    background:hsl(0deg 0% 75%);
    color:#151515;
}
.btn_select:not(.active):hover {
    color:#151515;
    background:hsl(0deg 0% 95%);
}
.btn_select:hover {
    transform:none;
    box-shadow:none;
    transition: background-color .15s cubic-bezier(.455, .03, .515, .955);
}
/*.slider_packs:after, .slider_packs:before {
    background: #151515;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    box-shadow:12px 0 12px -8px rgba(0,0,0,.7);
}
.slider_packs:after {
    left:100%;
}
.slider_packs:before {
    left:-100%;
}*/
.slider_packs .owl-dots {
    width: 100%;
    position: absolute;
    height: 0; 
    display: flex;
    justify-content: space-between;
    top: 0;
    left:0;
}
.slider_packs .owl-dot {
    top:-5px;
    bottom:0;
    width: 10px;
    position: absolute;
    pointer-events:none;
    height:210px;
}
.slider_packs .owl-item:last-of-type {
    margin-right: 0;
}
.slider_packs .owl-dot:first-of-type {
    left:0;
    box-shadow:inset 13px 0px 6px -10px rgba(255,255,255,.7);
}
.slider_packs .owl-dot:last-of-type {
    right:0;
    transform: rotateY(180deg);
    box-shadow:inset 13px 0px 6px -10px rgba(255,255,255,.7);
}
.slider_packs .owl-dot.active {
    box-shadow:none!important;
}
.main {
padding-bottom:5%;
}
.slider_packs {
max-height:160px;
overflow:hidden;
}
.compare_content {
	margin: 0 auto;
    max-width: 1200px;
    padding: 80px 64px;
    width: 100%;
}
.compare_box {
	width: 32%;
	display: flex;
	flex-direction:column;
}
/*.compare_options {
	margin-top: auto;
}*/
.compare_list .compare_item {
	width: 100%;
	margin-bottom: 48px;
}
.compare_list span {
	font-size: .875rem;
    font-weight: 400;
    letter-spacing: .003125rem;
    line-height: 1.25rem;
    margin-bottom: 12px;
}
.compare_link {
	cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    height: 25px;
    letter-spacing: .0125rem;
    line-height: 1.5rem;
    transition: transform .2s;
    order:200;
    white-space:nowrap;
}
.compare_link span:first-child {
    border-bottom: 1px dashed #000;
}
.compare_link span {
	color:#000!important;
}
.compare_link:hover span:first-child {
    border-bottom-style: solid;
}
.compare_link.icon{
	transform: rotate(0deg);
	transition:transform 300ms ease-out;
}
.compare_link.active .icon{
	transform: rotate(180deg);
	transition:transform 300ms ease-out;
}
.compare_list span:not(.active) {
	color:hsl(0deg 0% 75%);
}
.compare_box:not(:first-of-type) .compare_link{
	visibility:hidden;
}
.compare_content input.hidden {
	visibility:hidden;
	position: absolute;
	z-index:-1;
}
.compare_content h2 {
	text-align:left;
	margin: 0 0 64px;
}
.compare_option {
	padding: 24px 0;
}
.compare_colsContent {
	padding: 0 16px;
	font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75rem;
}
.compare_colsTitle {
	border-bottom: 1px solid #303030;
    font-size: 2rem;
    font-weight: 700;
    height: 70px;
    letter-spacing: -.0125rem;
    line-height: 2.5rem;
    margin-bottom: 24px;
    padding: 15px 0;
}
.compare_colsIcon {
	height: 48px;
    width: 48px;
    color: #f18b30;
    margin-right: 24px;
}
.compare_price {
	font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -.01875rem;
    line-height: 3rem;
    margin-right: 10px;
}
.compare_genreName {
	color:#151515!important;
	font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.75rem;
}
.compare_genreNum {    
	color: #151515;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .003125rem;
    line-height: 1.25rem;
}
.compare_row, .progressBar_row {
	margin-bottom: 24px;
}
.compare_listChannel.hidden {
	display: none;
}
.compare_listChannel.show {
	display: inline-block;
}
.selectize-input {
	background:#484848!important;
	color:#fff;
	padding: 18px 15px;
    border: none!important;
    outline:none!important;
    box-shadow:none!important;
}
.selectize-input ::placeholder {
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.selectize-input :-ms-input-placeholder { 
  color: #ffffff;
}

.selectize-input ::-ms-input-placeholder { 
  color: #ffffff;
}
.selectize-control.single .selectize-input:after {
	filter:invert(1);
}
.selectize-input:hover {
	background:hsl(0deg 0% 50% / 100%)!important;
}
.selectize-input.not-full input{
	opacity:.4!important;
}
.selectize-dropdown {
	background:#484848;
	color:#ffffff;
	margin-top: 10px;
}
.selectize-dropdown .option {
	align-items: center;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    margin-bottom: 4px;
    min-height: 40px;
    padding: 8px 16px;
    width: 100%;
}
.selectize-dropdown .option:hover {
	background:hsla(0,0%,100%,0.16);
}
.selectize-dropdown .option.active {
	background:rgba(255, 193, 37, 0.18);
	color:#f18b30;
}
.selectize-dropdown-content {
	padding: 8px;
}
.selectize-dropdown-content .option:not([data-selectable]) {
	display: none;
}
.progressBar_row p {
	margin: 0 15px 0 0;
	font-weight: 700;
}
.genres_item {
	width: 45%;
}
.genres_name {
	margin: 0 0 5px;
	color:#151515;
}
.genres_num {
	margin: 0 10px 0 0;
}
.genres_info {
	width: 100%;
}
.progressBar_line {
	background-color: hsl(0deg 0% 25% / 15%);
    border-radius: 2px;
    height: 4px;
    position: relative;
    width: 100%;
}
.progressBar_lineFill {
	background-color: #f18b30;
    border-radius: 2px;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    transition:width 300ms ease-out;
    width: 100%;
}
.all-channelsGenre {
	display: none;
}
.all-channels {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(auto, 70px));
    grid-column-gap: 3px;
    grid-row-gap: 4px;
    justify-items: center;
    justify-content: space-evenly;
    margin: 16px auto;
}
.all-channels img {
    opacity: .1;
    transition: opacity 300ms ease-out;
    max-width: 68px;
border-radius:4px;
}
.all-channels img:not(.enter) {
   /* opacity:0; */
}
.all-channels img.enter:not(.active) {
    opacity:.1;
}
.all-channels img.active {
    opacity: 1;
    transition: opacity 300ms ease-out;
}
.all-channels img.active.enter:nth-child(2n) {
    transition: opacity .9s ease-out;
    transition-delay: .15s
}

.all-channels img.active.enter:nth-child(3n) {
    transition: opacity 1s ease-out;
    transition-delay: .25s
}

.all-channels img.active.enter:nth-child(5n) {
    transition: opacity .8s ease-out;
    transition-delay: .4s
}
.all-channels img[src*="./img/night"] {
    display: none;
}
.control {
    width: 100%;
    box-sizing: border-box;
    margin: 0px 0px 24px;
    padding: 14px 20px 10px;
    background: hsl(0deg 0% 85% / 90%);
    outline: none;
    border-bottom: 2px solid hsla(0,0%,100%,0.25);
    border-radius: 5px;
    position: relative;
}
.control.active {
	border-bottom-color:#f18b30;
}
.control label {
	position: absolute;
    cursor:text;
}
.control.active label {
	position:static;
	margin-bottom: 5px;
}
.control:hover, .control:focus, .control.active {
    background: #ffebba;
}
.control p {
	padding: 0;
	margin: 0;
	color:#151515;
}
.control.active p {
	font-size:12px;
}
.btn_form {
	width: 100%;
	padding: 15px 20px!important;
}
input {
	background:transparent;
	border:none;
	outline:none!important;
	color:#151515;
/*	visibility:hidden;*/
}
::placeholder {
  color: #151515;
  opacity: 1; /* Firefox */
}

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

::-ms-input-placeholder { 
  color: #151515;
}
.control.active input{
	visibility:visible;
}
.control input {
	width: 100%;
}
.control_tarif {
    visibility:hidden;
    position: absolute;
}
.box_item {
    background: #ffffff;
    border-radius: 4px;
    padding: 30px 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms ease-out;
    border: none;
    text-align: center;
    flex-direction: column;
    cursor: pointer;
}
.box_item.active {
    background: #f18b30;
}
.box_itemTitle {
    margin: 0;
    font-size: 18px;
}

#channels_box {
    background: #ffffff;
}
.option_row {
    /*display: flex;
			align-items: center;*/
}
.option_row>span {
    margin-left: 10px;
}
.option_row img {
    width: 35px;
    height: 20px;
    vertical-align: bottom;
}
.channels_listOuter {
    width: 100%;
    margin: 20px 0;
    padding: 10px;
    box-sizing: border-box;
    background: rgb(222 222 222 / 50%);
}
.channels_listOuter {
    display: none;
}
.channels_list {
    max-height: 255px;
    overflow: auto;
    /*			display: grid;
		    grid-template-columns: repeat(auto-fill,minmax(auto,70px));
		   	grid-column-gap: 4px;
		    grid-row-gap: 0px;
		    justify-items: center;
		    justify-content: space-evenly;*/
    padding: 10px;
}
.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_genre {
    display: flex;
}
/*		.channels_item {
			width: 70px;
		}*/
.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:#151515;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -.0125rem;
    line-height: 2.5rem;
    width: 100%;
    margin: 0;
}
.genres_count {
    font-weight: 400;
    color: hsl(0deg 0% 0% / 90%);
    margin: 0;
    font-size:1rem;
}
.genres_count span {
    font-weight: 400;
}
.modal_channels {
	max-width: 1434px;
    padding: 80px 64px;
    margin:0 auto;
    /*			display: grid;
			grid-template-columns: repeat(auto-fill,minmax(auto,70px));
		    grid-column-gap: 15px;
    		grid-row-gap: 5px;
		    justify-items: center;
		    justify-content: space-evenly;
			opacity: 0;*/
    margin-bottom: 20px;
}
.channels_title {
    font-size: 18px;
    display: inline-flex;
    align-items: baseline;
    margin-bottom: 20px;
    flex-wrap: wrap;
    color: #151515;
}
.channel_name {
    color: #151515;
    margin-top: 8px;
}
.channels_name {
    color: #151515;
    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;
    filter:invert(1);
}
.close.active {
    visibility:visible;
}
.close:hover {
	background:hsla(0,0%,100%,0.16)!important;
}
.iziModalcontent .close {
    right: 12px;
    top: 12px;	
}
.iziModalcontent h3 {
	font-size: 2rem;
    font-weight: 700;
    letter-spacing: -.0125rem;
    line-height: 2.5rem;
    margin:0 0 24px;
}
.iziModalcontent {
    padding: 64px 48px 32px;
}
.close:after {
    content: '\2715';
    font-size: 21px;
    color: #fff;
    font-weight:900;
}
.modal_contentText {
    line-height: 150%;
}
.modal_contentLink {
    border-bottom:1px solid rgba(1, 102, 255, 0.5);
}
.modal_contentLink:hover {
    color:#0166ff;
}
.modal_contentLink:active {
    color:#0166ff;
    border-bottom-color:#f06617;
}
/*		::-webkit-scrollbar {width: 5px; background-color:#957117;}
    	::-webkit-scrollbar-thumb {background: #f18b30;}*/