html {
    height: 100%;
}

body {
    font-family: 'Raleway';
    font-size: 14pt;
    background-color: #121212;
    margin: 0px;
    padding: 0px;
    color: #fff;
    min-height: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

ul li,
p {
    font-size: 14pt;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Raleway';
    line-height: 1.4;
    margin: 10px 0px;
}

h1 {
    font-size: 20pt;
    font-weight: 800;
}

h2 {
    font-size: 18pt;
    font-weight: 700;
}

h3 {
    font-size: 16pt;
    font-weight: 700;
}

h4 {
    font-size: 14pt;
    font-weight: 600;
}

h6 {
    font-size: 8pt;
    font-weight: 300;
    color: #c5c5c5;
}

ul li {
    font-family: 'Raleway';
    line-height: 1.4;
    margin: 5px 0px;
}

/*-----------------------------------------------------*/
/*----------------------- LINK ------------------------*/

a:link,
a:visited {
    font-family: 'Raleway';
    color: #0384ff;
    text-decoration: none;
    transition: 0.23s;
    font-weight: 500;
}

a:hover,
a:active {
    color: #0068ca;
}

.authorization_legal a:link,
.authorization_legal a:visited,
.system_message_wrapper a:link,
.system_message_wrapper a:visited,
footer a:link,
footer a:visited,
.wbs__content .wbs_row .channel_inf a:link,
.wbs__content .wbs_row .channel_inf a:visited,
.music_inf a:link,
.music_inf a:visited,
nav a:link,
nav a:visited {
    color: #c5c5c5;
}

.authorization_legal a:hover,
.authorization_legal a:active,
footer a:hover,
footer a:active,
.wbs__content .wbs_row .channel_inf a:hover,
.wbs__content .wbs_row .channel_inf a:active,
.music_inf a:hover,
.music_inf a:active,
nav a:hover,
nav a:active {
    color: #fff;
}

.profile_blacklist_msg a:link,
.profile_blacklist_msg a:visited,
.system_message_wrapper a:link,
.system_message_wrapper a:visited {
    color: #fff;
    text-decoration: underline;
}

.profile_blacklist_msg a:hover,
.profile_blacklist_msg a:active,
.system_message_wrapper a:hover,
.system_message_wrapper a:active {
    color: #dfdfdf;
}

.profile_history a,
.rating_table a,
.coub_category a,
.rating_category a,
.elementor_t0_row a {
    color: #fff;
    text-decoration: none;
    transition: none;
}

/*-----------------------------------------------------*/
/*----------------------- input -----------------------*/

input,
input[type=url],
input[type=button],
input[type=submit],
textarea,
select,
select option {
    font-family: 'Raleway';
    font-size: 12pt;
    font-weight: 300;
    color: #fff;
    background-color: #1C1C1C;
    -webkit-appearance: none;
    border: none;
    outline: none;
    padding: 8px;
}

input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=date],
input[type=text],
input[type=url],
input[type=password],
input[type=number],
textarea,
select {
    border-radius: 4px;
    background-color: #1C1C1C;
    border: 1px solid rgb(66 69 67 / 30%);
}

button,
input[type=button],
input[type=submit] {
    font-family: 'Raleway';
    font-size: 12pt;
    font-weight: 500;
    background-color: #0384ff;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 10px 20px;
    text-align: center;
    transition: 0.25s ease;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    transition: 0.25s ease;
    background-color: #0068ca;
}

input[type=radio],
input[type=checkbox] {
    -webkit-appearance: checkbox !important;
}

input[type=radio]:checked,
input[type=checkbox]:checked {
    transition: 0.3s;
}

input[type=radio]:not(:checked),
input[type=checkbox]:not(:checked) {
    transition: 0.3s;
}

::-webkit-calendar-picker-indicator {
    cursor: pointer;
}


/*-----------------------------------------------------*/
/*--------------------- main_menu ---------------------*/

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

nav ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main_menu,
.main_menu__wrapper {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.main_menu__wrapper {
    background: rgba(27, 27, 27, 0.8);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    color: #c5c5c5;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9998;
}

.main_menu {
    width: 100%;
    padding: 0px 40px;
    justify-content: space-between;
}

.main_menu li {
    font-size: 16px;
    font-weight: 400;
    line-height: 3.1;
    margin: 0px 15px;
    float: left;
}

.main_menu li span,
.download_box_description h1 span,
.main_menu__sandwich__item li span {
    position: absolute;
    font-size: 8pt;
    font-weight: 600;
    margin-left: -15px;
    margin-top: -4px;
    color: #FF0000;
}

.main_menu li>ul>li {
    line-height: 2 !important;
}

.main_menu li>ul {
    display: none;
    position: absolute;
    background: rgb(27, 27, 27);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    margin: 0px;
    margin-left: -10px;
    border-radius: 0px 0px 8px 8px;
}

.main_menu li:hover>ul {
    display: grid;
}

.main_menu>div {
    display: flex;
    align-items: center;
}

.main_menu .main_menu__logo a {
    font-size: 16pt;
    font-weight: 600;
}

.main_menu .main_menu__logo form {
    margin-left: 20px;
}

.main_menu__sandwich_btn {
    display: none;
    cursor: pointer;
}

.main_menu__sandwich_btn svg {
    width: 21px;
    padding-top: 10px;
}

.main_menu__sandwich {
    background: rgba(8, 8, 8, 0.8);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.main_menu__sandwich_close:hover svg path,
.main_menu__sandwich_btn:hover svg path {
    fill: #fff;
    transition: 0.23s;
}

.main_menu__sandwich__item {
    margin: 20px;
}

.main_menu__sandwich__item ul li {
    font-size: 16pt;
    line-height: 1.5;
}

.main_menu__sandwich__item li>ul>li {
    margin: 0px 15px;
}

.main_menu__sandwich__item li>ul {
    margin-bottom: 4px;
}

.main_menu__sandwich_close {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

.main_menu__sandwich_close svg {
    width: 40px;
    cursor: pointer;
}

/*-----------------------------------------------------*/
/*------------- horizontal category menu --------------*/

.horizontal_category_wrapper {
    margin: 20px auto;
    text-align: center;
}

.horizontal_category_wrapper h1 {
    font-size: 20pt;
}

.horizontal_category_menu a {
    margin-right: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.horizontal_category_menu__selected,
.horizontal_category_menu a:hover {
    border-color: #0384ff !important;
}

/*-----------------------------------------------------*/
/*--------------------- content -----------------------*/

header {
    /* margin-bottom: 50px; */
}

.content,
.-max_w {
    max-width: 1280px;
    margin: 0px auto;
}

.content {
    width: 92%;
    padding: 0px 4%;
}

/*----------------------------------------------------------*/
/*------------------------- footer -------------------------*/

footer {
    background-color: #1a1a1a;
    color: #c5c5c5;
    margin-top: 2%;
}

footer .footer_menu {
    padding: 2% 4% 1% 4%;
    display: flex;
    justify-content: space-between
}

footer .footer_menu h1 {
    margin-top: 0px;
    font-size: 18px;
}

footer .footer_menu p {
    font-size: 14px;
    line-height: 13pt;
    font-weight: 400;
}

footer .footer_menu img,
footer .footer_menu svg {
    margin: 5px 0px;
}

footer .footer_menu svg {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

footer .list_languages {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, auto);
    justify-content: center;
    font-size: 10pt;
    font-weight: 300;
    margin-bottom: 10px;
}

/*----------------------------------------------------------*/
/*-------------------------- index -------------------------*/

.start_logo {
    text-align: center;
    margin: 80px auto;
    pointer-events: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.start_logo h1 {
    margin: 0px;
    font-size: 50pt;
    font-weight: 100;
}


.start_logo h2 {
    margin: 0px;
    font-size: 14pt;
    font-weight: 200;
}

.start_wbs {
    margin: 100px auto;
    width: max-content;
}

.start_wbs form {
    display: flex;
    align-items: center;
}

/*----------------------------------------------------------*/
/*------------------------- download -----------------------*/

.download_box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin: 3% auto;
}

.download_box_description {
    width: 500px;
}

.download_box_butt {
    margin-top: 20px;
}

.download_box_img img {
    width: 450px;
    pointer-events: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.download_box_img.big img {
    border-radius: 5px;
}


/*----------------------------------------------------------*/
/*------------------------- search -------------------------*/

.start_wbs .wbs__url,
.main_menu .main_menu__logo form .wbs__url {
    background-color: #1C1C1C;
    border: none;
    font-size: 12pt;
    font-weight: 400;
}


.start_wbs .wbs__submit,
.main_menu .main_menu__logo form .wbs__submit {
    background-image: url(/img/ico/svg/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1C1C1C;
    border-radius: 0px 4px 4px 0px;
    padding: 8px 20px;
}


.start_wbs .wbs__url {
    border-radius: 50px 0px 0px 50px;
    padding: 10px 18px;
    width: 290px;
}

.start_wbs .wbs__submit {
    background-size: 24px;
    background-position-x: 12px;
    border-radius: 0px 50px 50px 0px;
    padding: 10px 24px;
}


.main_menu .main_menu__logo form .wbs__url {
    border-radius: 4px 0px 0px 4px;
    padding: 8px 10px;
    width: 230px;
}

.main_menu .main_menu__logo form .wbs__submit {
    background-size: 20px;
    border-radius: 0px 4px 4px 0px;
    background-position-x: center;
    padding: 8px 20px;
}

.start_wbs form .wbs__submit:hover,
.main_menu .main_menu__logo form .wbs__submit:hover {
    background-color: #303030;
}

.start_wbs.error .wbs__url {
    border: 1px solid #fa163f;
}

.start_wbs.error .wbs__submit {
    padding: 11px 24px !important;
}

/*----------------------------------------------------------*/
/*--------------------------- web --------------------------*/

.wbs__wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
}

.wbs__blur {
    background-color: rgb(18 18 18 / 30%);
    -webkit-backdrop-filter: saturate(180%) blur(25px);
    backdrop-filter: saturate(180%) blur(25px);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}

.wbs__content {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}

.wbs__content .wbs_row {
    display: flex;
    align-items: center;
    padding: 0px 80px;
    height: 100%;
}

.wbs__content .wbs_row.-between {
    justify-content: space-between;
}

.wbs__content .wbs_row .channel_inf h1,
.wbs__content .wbs_row .music_inf h1 {
    font-size: 26pt;
    font-weight: 800;
}

.wbs__content .wbs_row .music_inf h1.adbd {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, auto);
    align-items: center;
}

.wbs__content .wbs_row .music_inf h1.adbd svg {
    width: 26px;
    fill: #c5c5c5;
    cursor: pointer;
    transition: 0.25s;
}

.wbs__content .wbs_row .music_inf h1.adbd svg:hover {
    fill: #fff;
}

.wbs__content .wbs_row .music_inf h1.adbd svg path {
    fill: inherit;
    stroke: inherit;
    stroke-width: inherit;
}

.wbs__content .wbs_row .wbs__btn,
.wbs__content .wbs_row .music_inf h2,
.wbs__content .wbs_row .avatar img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wbs__content .wbs_row .music_inf h2 {
    font-size: 12pt;
    font-weight: 400;
}

.wbs__content .wbs_row .avatar img {
    width: 100px;
    background-color: rgb(0 116 224 / 50%);
    padding: 2px;
    border-radius: 50%;
    transition: 0.25s;
}

.wbs__content .wbs_row .avatar img:hover {
    background-color: #0384ff;
}

.wbs__content .wbs_row .wbs__btn {
    margin-top: 20px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, auto);
}

.wbs__content .wbs_row .wbs__btn,
.wbs__content .wbs_row .wbs__btn button {
    width: max-content;
    height: max-content;
}

.wbs__content .wbs_row .wbs__btn .youtube {
    background-color: #FF0000;
}

.wbs__content .wbs_row .wbs__btn .report:hover,
.wbs__content .wbs_row .wbs__btn .youtube:hover {
    background-color: #ce0000;
}

.wbs__content .wbs_row .wbs__btn .report {
    background-color: #9a0708;
    line-height: 0;
    padding: 8px 10px;
}

.wbs__content .wbs_row .wbs__btn .report svg {
    width: 23px;
    height: 23px;
}

.wbs__content .wbs_row .wbs__btn .report svg path {
    fill: #e7e7e7;
}

.wbs__content .wbs_row .wbs__btn .report:hover svg path {
    fill: #fff;
}

.wbs__content .wbs_row .wbs__btn .active {
    background-color: #099b0e;
    pointer-events: none;
}

.columns {
    margin: 0px auto;
    justify-content: space-around;
}


.wbs__content .wbs_row .channel_inf {
    margin-left: 30px;
}

.dialog_item.mdb_user .mdb_user_form {
    margin: 0px auto;
}

/*----------------------------------------------------------*/
/*----------------------- elementor ------------------------*/

.columns,
.elementor_t0_row,
.elementor_t2_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.elementor_t1_row .elementor_t1_item h1,
.elementor_t1_row .elementor_t1_item h2,
.elementor_t2_wrapper .elementor_t2_item h1,
.elementor_t2_wrapper .elementor_t2_item span {
    margin: 0px;
}

.elementor_t1_row,
.elementor_t2_wrapper,
.elementor_t3_wrapper,
.elementor_t0_row .elementor_t0_item {
    border-radius: 10px;
}

.elementor_t0_row {
    justify-content: space-between;
    max-width: 680px;
}

.elementor_t0_row>div {
    margin: 20px;
}

.elementor_t0_row .elementor_t0_item {
    text-align: center;
    background-color: #1C1C1C;
    width: 270px;
    padding: 38px 15px;
    cursor: pointer;
    user-select: none;
    transition: 0.25s;
}

.elementor_t0_row .elementor_t0_item .elementor_t0__title h1 {
    margin: 0px;
    font-size: 14pt;
    font-weight: 600;
}

.elementor_t1_row {
    justify-content: space-between;
    background-color: #0384ff;
    padding: 20px 10px;
    margin-bottom: 20px;
    width: 700px;
    display: grid;
    grid-gap: 10px;

}

.elementor_t1_row.template_4 {
    grid-template-columns: repeat(4, auto);
}

.elementor_t1_row.template_3 {
    grid-template-columns: repeat(3, auto);
}

.elementor_t1_row .elementor_t1_item {
    margin: 0px 20px;
}

.elementor_t1_row .elementor_t1_item h1 {
    font-size: 18pt;
    font-weight: 700;
}

.elementor_t1_row .elementor_t1_item h2 {
    font-size: 16pt;
    font-weight: 500;
}

.elementor_t2_row {
    margin: 30px 0px;
    justify-content: space-between;
}

.elementor_t2_wrapper {
    width: 280px;
    background-color: #1C1C1C;
    padding: 18px 10px;
    height: max-content;
}

.elementor_t3_wrapper h1,
.profile_row .profile_item h1,
.profile_history_wrapper h1,
.elementor_t2_wrapper .elementor_t2_item h1 {
    font-size: 18pt;
    font-weight: 700;
}

.elementor_t2_wrapper .elementor_t2_item h1 {
    padding: 0px 10px;
}

.elementor_t2_wrapper .elementor_t2_item span {
    font-size: 12pt;
    font-weight: 400;
}

.elementor_t2_wrapper .elementor_t2_columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    padding: 5px 10px;
    transition: 0.25s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.profile_history .table_row:hover,
.rating_table .table_row:hover,
.elementor_t0_row .elementor_t0_item:hover,
.elementor_t2_wrapper .elementor_t2_columns:hover {
    background-color: #323232;
}

.elementor_t2_wrapper .elementor_t2_columns svg {
    width: 16px;
    margin-left: 10px;
}

.elementor_t3_wrapper {
    background-color: #1C1C1C;
    padding: 20px 30px;
    margin-bottom: 20px;
    width: 660px;
}

.elementor_t3_wrapper .elementor_t3_row {
    display: grid;
    justify-content: space-between;
    grid-gap: 10px;
    grid-template-columns: repeat(2, auto);
    margin: 10px 0px;
}


/*----------------------------------------------------------*/
/*------------------------- Rating ------------------------*/

.profile_history,
.rating_table {
    padding: 0px;
}

.coub_video_wrapper,
.rating_table_wrapper {
    max-width: 1010px;
    width: 100%;
    height: max-content;
}

.profile_history li,
.rating_table li {
    border-radius: 3px;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
}

.profile_history .table_row,
.rating_table .table_row,
.rating_table .table_row .col.av_na {
    display: flex;
    align-items: center;
}

.rating_table .table_row .col.av_na img {
    width: 40px;
    border-radius: 50px;
    margin-right: 15px;
    pointer-events: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.profile_history .table_header,
.rating_table .table_header {
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.profile_history .table_row,
.rating_table .table_row {
    background-color: #1C1C1C;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.25s;
}


.rating_table .col-1 {
    flex-basis: 9%;
}

.rating_table .col-2 {
    flex-basis: 35%;
}

.rating_table .col-3,
.rating_table .col-5 {
    flex-basis: 20%;
}

.rating_table .col-4 {
    flex-basis: 25%;
}

.rating_table .col-3,
.rating_table .col-4,
.rating_table .col-5 {
    text-align: center;
}

/*----------------------------------------------------------*/
/*-------------------------- coub --------------------------*/

.coub_ad_wrapper {
    width: max-content;
    margin: 0 auto;
}

.altruism_description,
.altruism_сoub_wrapper,
.coub_video_item {
    background-color: #1C1C1C;
    border-radius: 10px;
}

.coub_video_item {
    max-width: 640px;
    padding: 20px 40px;
    margin: 40px auto;
}

.coub_music_title {
    margin-bottom: 20px;
}

.coub_music_title h1 {
    text-align: center;
    font-size: 18pt;
    font-weight: 600;
    margin: 0px;
}

.altruism_сoub_wrapper iframe,
.coub_video_item iframe {
    border-radius: 10px;
}

/*----------------------------------------------------------*/
/*------------------------ altruism ------------------------*/

.altruism_wrapper {
    width: 1010px;
    margin: 0px auto;
}

.altruism_description {
    padding: 10px 20px;
}

.altruism_description,
.altruism_сoub_wrapper {
    margin: 20px;
}

.altruism_form_wrapper__authorization,
.altruism_сoub_wrapper {
    display: flex;
    align-items: center;
}

.altruism_сoub_wrapper {
    padding: 25px;
    justify-content: space-between;
}

.altruism_сoub_wrapper iframe {
    width: 575px;
    height: 288px;
}

.altruism_form_wrapper {
    margin-left: 25px;
    width: 320px;
    position: relative;
}

.altruism_form_wrapper__authorization {
    background: rgba(8, 8, 8, 0.8);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    bottom: 0;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
}

.altruism_form_wrapper__authorization h1 {
    font-size: 14pt;
    font-weight: 700;
    pointer-events: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.altruism_form_wrapper form {
    margin: 15px 0px;
    display: grid;
    grid-gap: 10px;
    grid-template-rows: repeat(2, auto);
}

.altruism_form_wrapper form .altruism_radio_grid {
    display: grid;
    grid-gap: 10px;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: auto 2fr;
}

.altruism_form_wrapper form input[type=submit] {
    background-color: #099b0e;
}

.altruism_form_wrapper form input[type=submit]:hover {
    background-color: #04b90a;
}

/*----------------------------------------------------------*/
/*------------------------ buttons -------------------------*/

.page_buttons {
    display: flex;
    justify-content: center;
}

.page_buttons .page_buttons__back,
.page_buttons .page_buttons__forward {
    margin: 0px;
    width: 120px;
}

.page_buttons .page_buttons__back {
    border-radius: 5px 0px 0px 5px;
}

.page_buttons .page_buttons__forward {
    border-radius: 0px 5px 5px 0px;
}

.page_buttons .page_buttons__back.one,
.page_buttons .page_buttons__forward.one {
    border-radius: 5px;
}

.page_buttons .page_buttons__back.one,
.page_buttons .page_buttons__forward.one {
    width: 240px;
}

/*----------------------------------------------------------*/
/*---------------------- authorization ---------------------*/

.authorization_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.dialog_item.mdb_user .mdb_user_form,
.authorization_item {
    width: 350px;
}

.dialog_item.mdb_user,
.authorization_item {
    margin: 80px 0px;
}

.dialog_item.mdb_user h1,
.authorization_item h1 {
    font-size: 20pt;
    font-weight: 700;
}

.dialog_item.mdb_user h1,
.authorization_item h1,
.authorization_item h2 {
    text-align: center;
}

.authorization_item h2 {
    font-size: 11pt;
    font-weight: 600;
    color: #ff0000;
}

.dialog_item.mdb_user .mdb_user_form form,
.authorization_item form {
    margin: 20px 0px;
    display: grid;
    grid-gap: 20px;
    grid-template-rows: repeat(2, auto);
}

.authorization_item form input[type=url],
.authorization_item form input[type=email],
.authorization_item form input[type=text],
.authorization_item form input[type=password] {
    width: 332px;
}

.dialog_item.mdb_user .mdb_user_form button,
.authorization_item form input[type=submit] {
    width: 350px;
}

.authorization_item form label {
    font-size: 14px;
    font-weight: 300;
}

.authorization_item .authorization_links {
    font-size: 12pt;
    display: flex;
    justify-content: space-between;
}

.authorization_item .authorization_legal {
    margin: 10px 0px;
    text-align: center;
    font-size: 8pt;
    font-weight: 300;
    color: #c5c5c5;
}

.authorization_item .authorization_legal a {
    text-decoration: underline;
}

/*----------------------------------------------------------*/
/*------------------------- profile ------------------------*/

.profile_wrapper,
.settings_wrapper {
    width: 100%;
}

.profile_wrapper>h1,
.settings_wrapper>h1 {
    text-align: center;
}

.profile_blacklist_msg {
    background-color: #fa163f;
    border-radius: 8px;
    padding: 5px 15px;
    margin: 10px auto;
    max-width: max-content;
}

.profile_blacklist_msg p {
    font-size: 12pt;
    font-weight: 500;
    margin: 5px 0px;
}

.profile_row,
.settings_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.profile_row .profile_item,
.settings_row .settings_item {
    width: 350px;
    height: max-content;
    background-color: #1C1C1C;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 20px;
}

.profile_row .profile_item h1 {
    margin-top: 0px;
}

.profile_row .profile_item .profile_item_row>div {
    display: flex;
    justify-content: space-between;
    margin: 5px 0px;
}

.profile_wrapper .profile_panele_btn {
    margin: 20px auto;
    width: max-content;
    height: max-content;
}

.settings_row form,
.altruism_form_wrapper form div,
.settings_row form div {
    display: grid;
    grid-template-rows: repeat(2, auto);
}

.settings_row form {
    grid-gap: 12px;
}

.altruism_form_wrapper form div,
.settings_row form div {
    grid-gap: 8px;
}

.settings_row form {
    font-size: 12pt;
    font-weight: 400;
}

.altruism_form_wrapper form input[type=url],
.altruism_form_wrapper form input[type=text],
.settings_row .settings_item form input[type=url],
.settings_row .settings_item form input[type=email],
.settings_row .settings_item form input[type=text],
.settings_row .settings_item form input[type=password],
.settings_row .settings_item form select {
    background-color: #1a1a1a;
}


.altruism_form_wrapper form label,
.settings_row .settings_item form label {
    font-size: 12pt;
}

/*----------------------------------------------------------*/
/*------------------------- history ------------------------*/

.profile_history_wrapper {
    position: relative;
    width: 90%;
    margin: 20px auto;
}

.profile_history_wrapper h1 {
    text-align: center;
}

.profile_history_wrapper .down_his{
    position: absolute;
    line-height: 0;
    right: 0;
    padding: 10px;
    background-color: #292929;
}

.profile_history_wrapper .down_his:hover{
    background-color: #0068ca;
}

.profile_history_wrapper .down_his svg{
    width: 19px;
    height: 19px;
}

.profile_history .table_body {
    overflow: overlay;
    width: auto;
    max-height: 555px;
}

.profile_history_null {
    color: #8e8e8e;
    text-align: center;
    text-transform: uppercase;
    font-size: 10pt;
    font-weight: 700;
}

.profile_history li {
    padding: 10px 20px;
    margin: 0px 10px 10px 0px;
    user-select: text;
}

.profile_history .col-1 {
    flex-basis: 8%;
}

.profile_history .col-2 {
    flex-basis: 15%;
}

.profile_history .col-3 {
    flex-basis: 100%;
}

.profile_history .history_save_time {
    text-align: center;
    color: #9d9d9d;
    user-select: none;
    font-size: 10pt;
}

/*----------------------------------------------------------*/
/*------------------------- tabs ------------------------*/

#phcf:checked~.phcf,
#phcnf:checked~.phcnf {
    display: block;
}

.tabs>input[type="radio"] {
    display: none;
}

.tabs>div {
    display: none;
}

.tabs>label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 8px;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    top: 1px;
    font-weight: 600;
}

.tabs>label:not(:first-of-type) {
    border-left: none;
}

.tabs>input[type="radio"]:checked+label {
    border-bottom: 2px solid #0068ca;
}

/*----------------------------------------------------------*/
/*--------------------- system_message ---------------------*/

.system_message_wrapper {
    background-color: #0384ff !important;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.system_message_wrapper p {
    font-weight: 400;
}

.system_message_wrapper .button_wrapper {
    margin: 20px 0px;
}

.system_message_wrapper .button_wrapper button {
    background-color: #fff;
    color: #000;
    font-weight: 500;
}

.system_message_wrapper .button_wrapper button:hover {
    background-color: #dfdfdf;
}

/*----------------------------------------------------------*/
/*-------------------------- news --------------------------*/

.news_wrapper {
    background-color: #1C1C1C;
    border-radius: 10px;
    margin: 40px 0px 20px 0px;
    padding: 15px 25px;
}

.news_wrapper h1 {
    text-align: center;
}

.news_wrapper .preview {
    text-align: center;
}

.news_wrapper .preview img {
    max-width: 100%;
    max-height: 400px;
    border-radius: 10px;
}

.article_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.article {
    width: 844px;
    margin: 40px auto;
    border-radius: 10px;
    padding: 28px;
    background-color: #1C1C1C;
}

.article h1 {
    margin-top: 0px;
    text-align: center;
}

.article img {
    width: 100%;
    border-radius: 10px;
    margin: 10px 0;
}

.article h4 {
    font-size: 11pt;
    font-weight: 300;
    text-align: right;
    margin-top: 20px;
}

.article_footet{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.article_footet span{
    font-family: 'Raleway';
    font-size: 12pt;
    font-weight: 400;
    font-style: italic;
    color: #bababa;
    padding: 0.5em 0;
}


/*----------------------------------------------------------*/
/*--------------------------- hr ---------------------------*/

hr {
    background-color: #404040;
    border: 0;
    height: 1px;
}

/*----------------------------------------------------------*/
/*------------------------ dialog --------------------------*/

.cookie,
.msg_bottom,
.tooltip,
.dialog_wrapper {
    background: rgba(8, 8, 8, 0.8);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.dialog_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dialog_wrapper .dialog_ico {
    margin-right: 40px;
}

.dialog_wrapper .dialog_ico svg {
    width: 50px;
}

.dialog_wrapper .dialog_item {
    max-width: 650px;
}

.dialog_wrapper .dialog_item h1 {
    font-size: 20pt;
    font-weight: 700;
}

.dialog_wrapper .dialog_item p {
    font-weight: 400;
}

.dialog_wrapper .dialog_item .dialog_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.dialog_wrapper .dialog_item .dialog_btn.-around {
    justify-content: space-around !important;
}

/*----------------------------------------------------------*/
/*-------------------------- MSG ---------------------------*/

.cookie,
.msg_bottom,
.tooltip {
    box-shadow: 0 4px 4px rgb(0 0 0 / 4%), 0 4px 20px rgb(0 0 0 / 10%);
}

.cookie,
.msg_bottom {
    box-sizing: border-box;
    color: #c5c5c5;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.msg_bottom {
    text-align: center;
    max-width: 300px;
    width: max-content;
    z-index: 999;
}

.msg_bottom.ico {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, auto);
    align-items: center;
}

.msg_bottom.raise {
    bottom: 119px !important;
}

.cookie p,
.msg_bottom p {
    margin: 0;
    font-weight: 400;
    line-height: 1.4;
}

.msg_bottom p {
    font-size: 12pt;
}

/*----------------------------------------------------------*/
/*------------------------ tooltip -------------------------*/

/* .tooltip_ico {
    background-color: #424242;
    color: #bdbdbd;
    cursor: pointer;
    transition: 0.25s;
    padding: 0px 6px;
    line-height: 0;
    border-radius: 50%;
    user-select: none;
}

.tooltip_ico:hover{
    background-color: #545454;
    color: #fff;
} */

.tooltip {
    color: #fff;
    position: fixed;
    padding: 10px 15px;
    font-size: 10pt;
    font-weight: 300;
    line-height: 1.4;
    z-index: 100;
    border-radius: 8px;
    width: max-content;
    max-width: 250px;
}

.end_coub {
    width: 100%;
    margin-top: 50px;
}

.end_coub a {
    color: #fff;
}

.end_coub a div {
    font-size: 10pt;
    font-weight: 500;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    background-color: #DD4A48;
    transition: 0.3s;
}

.end_coub a:hover div {
    color: #fff;
    background-color: #ba3a39;
}

/*----------------------------------------------------------*/
/*----------------------- blockquote -----------------------*/

blockquote {
    border-left: 4px solid #0384ff;
    border-radius: 10px;
    background-color: #252525;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 15px;
}

/*----------------------------------------------------------*/
/*------------------------ Cookies -------------------------*/

.cookie {
    display: grid;
    grid-gap: 35px;
    grid-template-columns: repeat(2, auto);
    align-items: center;
    max-width: 415px;
    z-index: 9999;
}

.cookie p {
    font-size: 12px;
    text-align: left;
}

.cookie button {
    background-color: #1C1C1C;
    font-size: 12pt;
    font-weight: 500;
}

.cookie button:hover {
    background-color: #343434;
}

/*----------------------------------------------------------*/
/*------------------------- select -------------------------*/
::selection {
    background: #0384ff;
    color: #fff;
}

::-moz-selection {
    background: #0384ff;
    color: #fff;
}

::-webkit-selection {
    background: #0384ff;
    color: #fff;
}

/*----------------------------------------------------------*/
/*----------------------- scrol lbar -----------------------*/

::-webkit-scrollbar-button {
    background-repeat: no-repeat;
    height: 0px;
}

::-webkit-scrollbar-track {
    background-color: #1a1a1a;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #0384ff;
}

::-webkit-scrollbar {
    width: 5px;
}

/*----------------------------------------------------------*/
/*-------------------------- error -------------------------*/

.error_page {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.error_page h1 {
    font-size: 80pt;
    font-weight: 400;
    pointer-events: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*----------------------------------------------------------*/
/*------------------------ extension -----------------------*/

.extension_wrapper {
    pointer-events: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.extension_wrapper .extension_center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.extension_wrapper .footer_title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    text-align: center;
    color: #818181;
    font-size: 14pt;
    font-weight: 500;
}

.extension_wrapper form {
    position: absolute;
    left: -1000px;
    display: none;
    pointer-events: none;
    user-select: none;
}

/*----------------------------------------------------------*/
/*-------------------------- load --------------------------*/

.clock-loader {
    --clock-color: #0384ff;
    --clock-width: 15px;
    --clock-radius: calc(var(--clock-width) / 2);
    --clock-minute-length: calc(var(--clock-width) * 0.4);
    /* --clock-hour-length: calc(var(--clock-width) * 0.2); */
    --clock-thickness: 2px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--clock-width);
    height: var(--clock-width);
    border: 2px solid var(--clock-color);
    border-radius: 50%;
}

.clock-loader.big {
    --clock-width: 80px;
    --clock-hour-length: calc(var(--clock-width) * 0.2);
    border: 4px solid var(--clock-color);
}

.clock-loader.center {
    margin: 0 auto;
}

.clock-loader::before,
.clock-loader::after {
    position: absolute;
    content: "";
    top: calc(var(--clock-radius) * 0.25);
    width: var(--clock-thickness);
    background: var(--clock-color);
    border-radius: 10px;
    transform-origin: center calc(100% - calc(var(--clock-thickness) / 2));
    animation: spin infinite linear;
}

.clock-loader::before {
    height: var(--clock-minute-length);
    animation-duration: 2s;
}

.clock-loader::after {
    top: calc(var(--clock-radius) * 0.25 + var(--clock-hour-length));
    height: var(--clock-hour-length);
    animation-duration: 15s;
}

@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}



@media only screen and (max-width: 1199px) {

    /*-----------------------------------------------------*/
    /*--------------------- main_menu ---------------------*/
    .main_menu .main_menu__item {
        display: none;
    }

    .main_menu__sandwich_btn {
        display: block;
    }

}

@media only screen and (max-width: 1024px) {


    /*-----------------------------------------------------*/
    /*------------- horizontal category menu --------------*/

    .horizontal_category_wrapper h1 {
        font-size: 18pt;
    }

    /*----------------------------------------------------------*/
    /*------------------------- footer -------------------------*/

    footer .footer_menu {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(3, auto);
        padding: 4% 4% 2% 4%;
    }

    .columns .wbs_announcement {
        margin: 0px auto;
        padding-bottom: 30px;
        width: max-content;
    }

    /*----------------------------------------------------------*/
    /*------------------------- download -----------------------*/
    .download_box {
        margin-bottom: 40px;
    }

    .download_box .download_box_description {
        width: 400px;
    }

    .download_box .download_box_description h1 {
        font-size: 20pt;
    }

    .download_box_img img {
        width: 300px;
    }

    /*----------------------------------------------------------*/
    /*------------------------- search -------------------------*/
    .wbs__content .wbs_row {
        padding: 0px 40px;
    }

    .wbs__content .wbs_row .channel_inf h1,
    .wbs__content .wbs_row .music_inf h1 {
        font-size: 18pt;
    }

    .coub_video_wrapper,
    .rating_table_wrapper {
        max-width: 728px;
    }

    /*----------------------------------------------------------*/
    /*------------------------ altruism ------------------------*/

    .altruism_wrapper {
        width: 800px;
    }

    .altruism_сoub_wrapper iframe {
        width: 420px;
        height: 210px;
    }

    .altruism_form_wrapper {
        margin-left: 20px;
        width: 270px;
    }

    /*----------------------------------------------------------*/
    /*------------------------ dialog --------------------------*/

    .dialog_wrapper .dialog_item {
        max-width: 500px;
    }


    .article {
        width: 85%;
        padding: 15px;
        margin: 40px auto;
    }

}

@media only screen and (min-width: 600px) and (max-width: 800px) {
    /*----------------------------------------------------------*/
    /*------------------------- footer -------------------------*/

    footer .footer_menu {
        grid-template-columns: repeat(2, auto);
    }

    /*----------------------------------------------------------*/
    /*------------------------ altruism ------------------------*/

    .altruism_сoub_wrapper {
        display: block;
    }

    .altruism_form_wrapper {
        margin-left: 0px;
        width: 100%;
    }

    .altruism_description,
    .altruism_сoub_wrapper {
        margin: 20px 0px;
    }

    .altruism_form_wrapper__authorization {
        top: -10px;
        bottom: -10px;
    }

    /*----------------------------------------------------------*/
    /*------------------------ buttons -------------------------*/

    .page_buttons .page_buttons__back,
    .page_buttons .page_buttons__forward {
        margin: 0px;
        width: 100px;
    }

    .page_buttons .page_buttons__back.one,
    .page_buttons .page_buttons__forward.one {
        border-radius: 10px;
        width: 200px;
    }
}

@media only screen and (min-width: 720px) and (max-width: 800px) {

    /*-----------------------------------------------------*/
    /*------------- horizontal category menu --------------*/

    .horizontal_category_wrapper h1 {
        font-size: 16pt;
    }

    .horizontal_category_menu a {
        font-size: 12pt;
    }

    /*----------------------------------------------------------*/
    /*------------------------- download -----------------------*/

    .download_box .download_box_description {
        width: 350px;
    }

    .download_box .download_box_description h1 {
        font-size: 18pt;
    }

    .download_box_img img {
        width: 250px;
    }

    /*----------------------------------------------------------*/
    /*----------------------- elementor ------------------------*/

    .elementor_t1_row {
        width: 650px;
    }

    .elementor_t3_wrapper {
        width: 610px;
    }

    /*----------------------------------------------------------*/
    /*------------------------- Rating ------------------------*/

    .coub_video_wrapper,
    .rating_table_wrapper {
        max-width: 660px;
    }

    /*----------------------------------------------------------*/
    /*-------------------------- coub --------------------------*/

    .coub_video_item {
        padding: 20px 30px;
    }


    .coub_video_wrapper iframe {
        width: 600px !important;
        height: 340px !important;
    }

    /*----------------------------------------------------------*/
    /*------------------------ altruism ------------------------*/

    .altruism_wrapper {
        width: 660px;
    }

    .altruism_сoub_wrapper iframe {
        width: 610px;
        height: 305px;
    }

}


@media only screen and (min-width: 600px) and (max-width: 719px) {

    /*-----------------------------------------------------*/
    /*--------------------- main_menu ---------------------*/
    .main_menu .main_menu__logo form .wbs__url {
        width: 200px;
    }

    /*----------------------------------------------------------*/
    /*-------------------------- index -------------------------*/

    .start_logo h1 {
        font-size: 40pt;
    }

    /*----------------------------------------------------------*/
    /*------------------------- download -----------------------*/
    .download_box {
        display: block;
        width: max-content;
    }

    .download_box.reverse {
        display: flex;
        flex-flow: column-reverse;
    }

    .download_box .download_box_description {
        width: 580px;
        margin-bottom: 20px;
    }

    .download_box .download_box_description h1 {
        text-align: center;
    }

    .download_box .download_box_butt,
    .download_box .download_box_img {
        text-align: center;
    }

    /*----------------------------------------------------------*/
    /*------------------------- search -------------------------*/
    .wbs__content .wbs_row {
        padding: 0px 30px;
    }

    .wbs__content .wbs_row .channel_inf h1,
    .wbs__content .wbs_row .music_inf h1 {
        font-size: 18pt;
    }

    .wbs__content .wbs_row .avatar.music {
        display: none;
    }

    /*----------------------------------------------------------*/
    /*----------------------- elementor ------------------------*/

    .elementor_t0_row {
        width: 340px;
        margin: 0px auto;
    }

    .elementor_t1_row {
        width: 500px;
    }

    .elementor_t1_row.template_3,
    .elementor_t1_row.template_4 {
        grid-template-columns: repeat(2, auto);
    }

    .elementor_t2_wrapper {
        margin: 20px;
    }

    .elementor_t2_row {
        display: block;
        margin: 0 auto;
        width: max-content;
    }

    .elementor_t3_wrapper {
        width: 460px;
    }

    /*----------------------------------------------------------*/
    /*-------------------------- coub --------------------------*/
    .coub_video_wrapper,
    .rating_table_wrapper {
        max-width: 580px;
    }

    .coub_video_item {
        max-width: 480px;
    }

    .coub_video_wrapper iframe {
        width: 480px !important;
        height: 270px !important;
    }

    /*----------------------------------------------------------*/
    /*------------------------ altruism ------------------------*/

    .altruism_wrapper {
        width: 580px;
    }

    .altruism_сoub_wrapper iframe {
        width: 530px;
        height: 265px;
    }

}

@media only screen and (max-width: 599px) {

    h1 {
        font-size: 18pt;
    }

    h2 {
        font-size: 16pt;
    }

    h3 {
        font-size: 14pt;
    }

    body,
    h4,
    ul li,
    p {
        font-size: 12pt;
    }


    /*-----------------------------------------------------*/
    /*--------------------- main_menu ---------------------*/

    .main_menu {
        padding: 0px 20px;
    }

    .main_menu .main_menu__logo form {
        display: none;
    }

    .elementor_t0_row>div {
        width: 320px;
        margin: 10px;
    }

    /*-----------------------------------------------------*/
    /*------------- horizontal category menu --------------*/

    .horizontal_category_wrapper h1 {
        font-size: 14pt;
    }

    .horizontal_category_menu a {
        font-size: 12pt;
    }

    /*----------------------------------------------------------*/
    /*------------------------- footer -------------------------*/

    footer .footer_menu {
        grid-template-columns: repeat(1, auto);
    }

    /*----------------------------------------------------------*/
    /*-------------------------- index -------------------------*/

    .start_logo h1 {
        font-size: 30pt;
    }

    .start_wbs .wbs__url {
        width: 220px;
    }

    /*----------------------------------------------------------*/
    /*------------------------- download -----------------------*/
    .download_box {
        display: block;
        width: max-content;
    }

    .download_box.reverse {
        display: flex;
        flex-flow: column-reverse;
    }

    .download_box .download_box_description h1 {
        text-align: center;
    }

    .download_box .download_box_butt,
    .download_box .download_box_img {
        text-align: center;
    }

    /*----------------------------------------------------------*/
    /*------------------------- search -------------------------*/

    .wbs__wrapper {
        height: 200px;
    }

    .wbs__content .wbs_row {
        padding: 0px 20px;
    }

    .wbs__content .wbs_row .avatar.music {
        display: none;
    }

    .elementor_t0_row {
        width: 320px;
        margin: 0px auto;
    }

    .elementor_t2_wrapper {
        margin: 20px;
    }

    .elementor_t2_row {
        display: block;
        margin: 0 auto;
        width: max-content;
    }

    .wbs__content .wbs_row .channel_inf {
        margin-left: 20px;
    }

    .wbs__content .wbs_row .wbs__btn button {
        padding: 8px 14px;
    }

    /*----------------------------------------------------------*/
    /*------------------------- Rating ------------------------*/

    .rating_table .col.dsss {
        display: none;
    }

    .rating_table .table_row .col.av_na img {
        width: 26px;
    }

    .profile_history li,
    .rating_table li {
        padding: 5px 15px;
        font-size: 12pt;
    }

    .rating_table .col-1 {
        flex-basis: 9%;
    }

    .rating_table .col-2 {
        flex-basis: 55%;
    }

    .rating_table .col-3,
    .rating_table .col-4,
    .rating_table .col-5 {
        flex-basis: 30%;
    }

    /*----------------------------------------------------------*/
    /*-------------------------- coub --------------------------*/

    .coub_video_item {
        max-width: 320px;
    }

    .coub_music_title h1 {
        font-size: 14pt;
    }


    .coub_video_wrapper iframe {
        width: 320px !important;
        height: 180px !important;
    }

    /*----------------------------------------------------------*/
    /*------------------------ altruism ------------------------*/

    .altruism_сoub_wrapper {
        display: block;
    }

    .altruism_form_wrapper {
        margin-left: 0px;
        width: 100%;
    }

    .altruism_description,
    .altruism_сoub_wrapper {
        margin: 20px 0px;
    }

    .altruism_form_wrapper__authorization {
        top: -10px;
        bottom: -10px;
    }

    /*----------------------------------------------------------*/
    /*------------------------- profile ------------------------*/

    .profile_row .profile_item,
    .settings_row .settings_item {
        margin: 10px auto;
    }

    /*----------------------------------------------------------*/
    /*------------------------- history ------------------------*/

    .profile_history .table_body {
        max-height: 420px;
    }

    .profile_history .col-1 {
        flex-basis: 11%;
    }

    .profile_history .col-2 {
        flex-basis: 23%;
        display: none;
    }

    .profile_history .col-3 {
        flex-basis: 88%;
    }

    /*----------------------------------------------------------*/
    /*------------------------ buttons -------------------------*/

    .page_buttons .page_buttons__back,
    .page_buttons .page_buttons__forward {
        margin: 0px;
        width: 100px;
    }

    .page_buttons .page_buttons__back.one,
    .page_buttons .page_buttons__forward.one {
        border-radius: 10px;
        width: 200px;
    }

    /*----------------------------------------------------------*/
    /*-------------------------- news --------------------------*/
    .news_wrapper {
        margin: 20px 0px 10px 0px;
        padding: 10px 15px;
    }

    .news_wrapper h1 {
        font-size: 14pt;
    }

    /*----------------------------------------------------------*/
    /*------------------------ dialog --------------------------*/

    .dialog_wrapper {
        flex-direction: column;
    }

    .dialog_wrapper .dialog_ico {
        margin: 0px auto;
    }

    .dialog_wrapper .dialog_item h1 {
        font-size: 14pt;
    }

    .dialog_wrapper .dialog_item p {
        font-weight: 400;
        font-size: 12pt;
    }

    .dialog_wrapper .dialog_item .dialog_btn.-around {
        display: grid;
        grid-gap: 10px;
    }
}

@media only screen and (min-width: 410px) and (max-width: 599px) {

    /*----------------------------------------------------------*/
    /*------------------------- search -------------------------*/

    .wbs__content .wbs_row .channel_inf h1,
    .wbs__content .wbs_row .music_inf h1 {
        font-size: 16pt;
    }

    .wbs__content .wbs_row .avatar img {
        width: 80px;
    }

    .wbs__content .wbs_row .wbs__btn .report svg {
        width: 19px;
        height: 19px;
    }

    /*----------------------------------------------------------*/
    /*----------------------- elementor ------------------------*/

    .elementor_t2_wrapper,
    .elementor_t1_row {
        width: 360px;
    }

    .elementor_t1_row .elementor_t1_item h2,
    .elementor_t1_row .elementor_t1_item h1 {
        font-size: 16pt;
        font-weight: 600;
    }

    .elementor_t2_wrapper {
        margin: 20px 0px;
    }

    .elementor_t1_row.template_3,
    .elementor_t1_row.template_4 {
        grid-template-columns: repeat(2, auto);
    }

    .elementor_t3_wrapper {
        width: 340px;
        padding: 20px;
    }

    /*----------------------------------------------------------*/
    /*------------------------- download -----------------------*/

    .download_box .download_box_description {
        width: 350px;
        margin-bottom: 20px;
    }

    .download_box .download_box_description h1 {
        font-size: 18pt;
    }

    /*----------------------------------------------------------*/
    /*-------------------------- coub --------------------------*/

    .coub_video_item {
        padding: 20px 20px;
    }

    /*----------------------------------------------------------*/
    /*------------------------- Rating ------------------------*/

    .coub_video_wrapper,
    .rating_table_wrapper {
        max-width: 370px;
    }

    /*----------------------------------------------------------*/
    /*------------------------ altruism ------------------------*/

    .altruism_wrapper {
        width: 370px;
    }

    .altruism_сoub_wrapper iframe {
        width: 320px;
        height: 160px;
    }


    /*----------------------------------------------------------*/
    /*------------------------- profile ------------------------*/

    .profile_row .profile_item,
    .settings_row .settings_item {
        width: 330px;
    }

    /*----------------------------------------------------------*/
    /*------------------------- history ------------------------*/

    .profile_history_wrapper {
        width: 370px;
    }

    /*----------------------------------------------------------*/
    /*------------------------ dialog --------------------------*/

    .dialog_wrapper .dialog_item {
        max-width: 360px;
    }

    /*----------------------------------------------------------*/
    /*------------------------ Cookies -------------------------*/

    .cookie {
        grid-gap: 20px;
        max-width: 385px;
    }

}

@media only screen and (min-width: 370px) and (max-width: 409px) {
    /*----------------------------------------------------------*/
    /*------------------------- footer -------------------------*/

    footer .list_languages {
        justify-content: left;
        margin-left: 4%;
    }

    /*----------------------------------------------------------*/
    /*------------------------- search -------------------------*/

    .wbs__content .wbs_row .channel_inf h1,
    .wbs__content .wbs_row .music_inf h1 {
        font-size: 14pt;
    }

    .wbs__content .wbs_row .avatar img {
        width: 70px;
    }

    .wbs__content .wbs_row .wbs__btn button {
        font-size: 10pt;
        font-weight: 400;
    }

    .wbs__content .wbs_row .wbs__btn .report svg {
        width: 17px;
        height: 17px;
    }

    /*----------------------------------------------------------*/
    /*----------------------- elementor ------------------------*/

    .elementor_t2_wrapper,
    .elementor_t1_row {
        width: 320px;
    }

    .elementor_t1_row .elementor_t1_item h2,
    .elementor_t1_row .elementor_t1_item h1 {
        font-size: 14pt;
        font-weight: 500;
    }

    .elementor_t2_wrapper {
        margin: 20px 0px;
    }

    .elementor_t1_row.template_3,
    .elementor_t1_row.template_4 {
        grid-template-columns: repeat(2, auto);
    }

    .elementor_t3_wrapper {
        width: 300px;
        padding: 20px;
    }

    /*----------------------------------------------------------*/
    /*------------------------- download -----------------------*/

    .download_box .download_box_description {
        width: 330px;
        margin-bottom: 20px;
    }

    .download_box .download_box_description h1 {
        font-size: 16pt;
    }

    /*----------------------------------------------------------*/
    /*------------------------- Rating ------------------------*/

    .coub_video_wrapper,
    .rating_table_wrapper {
        max-width: 350px;
    }

    /*----------------------------------------------------------*/
    /*-------------------------- coub --------------------------*/

    .coub_video_item {
        padding: 15px 10px;
    }

    /*----------------------------------------------------------*/
    /*------------------------ altruism ------------------------*/

    .altruism_wrapper {
        width: 350px;
    }

    .altruism_сoub_wrapper iframe {
        width: 300px;
        height: 150px;
    }

    /*----------------------------------------------------------*/
    /*---------------------- authorization ---------------------*/

    .dialog_item.mdb_user h1,
    .authorization_item h1 {
        font-size: 18pt;
    }

    .authorization_item form input[type=url],
    .authorization_item form input[type=email],
    .authorization_item form input[type=text],
    .authorization_item form input[type=password] {
        width: 312px;
    }

    .dialog_item.mdb_user .mdb_user_form,
    .authorization_item,
    .dialog_item.mdb_user .mdb_user_form button,
    .authorization_item form input[type=submit] {
        width: 330px;
    }

    /*----------------------------------------------------------*/
    /*------------------------- profile ------------------------*/

    .profile_row .profile_item,
    .settings_row .settings_item {
        width: 300px;
    }

    /*----------------------------------------------------------*/
    /*------------------------- history ------------------------*/

    .profile_history_wrapper {
        width: 340px;
    }

    /*----------------------------------------------------------*/
    /*------------------------ dialog --------------------------*/

    .dialog_wrapper .dialog_item {
        max-width: 330px;
    }

    /*----------------------------------------------------------*/
    /*------------------------ Cookies -------------------------*/

    .cookie {
        grid-gap: 10px;
        max-width: 350px;
    }
}

@media only screen and (max-width: 369px) {
    /*-----------------------------------------------------*/
    /*--------------------- main_menu ---------------------*/

    .main_menu__sandwich__item ul li {
        font-size: 15px;
        font-weight: 300;
    }

    /*-----------------------------------------------------*/
    /*------------- horizontal category menu --------------*/

    .horizontal_category_wrapper h1 {
        font-size: 13pt;
    }

    .horizontal_category_menu a {
        font-size: 10pt;
    }

    /*----------------------------------------------------------*/
    /*------------------------- footer -------------------------*/

    footer .list_languages {
        grid-gap: 10px;
    }

    /*----------------------------------------------------------*/
    /*-------------------------- index -------------------------*/

    .start_logo h1 {
        font-size: 24pt;
    }

    .start_wbs .wbs__url {
        width: 190px;
    }

    /*----------------------------------------------------------*/
    /*------------------------- search -------------------------*/

    .wbs__content .wbs_row .channel_inf h1,
    .wbs__content .wbs_row .music_inf h1 {
        font-size: 12pt;
        font-weight: 600;
    }

    .wbs__content .wbs_row .music_inf h2 {
        font-size: 10pt;
    }

    .wbs__content .wbs_row .avatar img {
        width: 60px;
    }

    .wbs__content .wbs_row .wbs__btn button {
        font-size: 9pt;
        font-weight: 400;
        padding: 8px 10px;
    }

    .wbs__content .wbs_row .wbs__btn .report svg {
        width: 15px;
        height: 15px;
    }

    /*----------------------------------------------------------*/
    /*----------------------- elementor ------------------------*/

    .elementor_t2_wrapper,
    .elementor_t1_row {
        width: 280px;
    }

    .elementor_t3_wrapper h1,
    .profile_row .profile_item h1,
    .profile_history_wrapper h1,
    .elementor_t2_wrapper .elementor_t2_item h1,
    .elementor_t1_row .elementor_t1_item h2,
    .elementor_t1_row .elementor_t1_item h1 {
        font-size: 14pt;
        font-weight: 600;
    }

    .elementor_t2_wrapper {
        margin: 20px 0px;
    }

    .elementor_t1_row.template_3,
    .elementor_t1_row.template_4 {
        grid-template-columns: repeat(1, auto);
    }

    .elementor_t3_wrapper {
        width: 270px;
        padding: 15px;
    }

    /*----------------------------------------------------------*/
    /*------------------------- Rating ------------------------*/

    .coub_category a,
    .rating_category a {
        font-size: 10pt;
    }

    .coub_video_wrapper,
    .rating_table_wrapper {
        max-width: 300px;
    }

    .profile_history .col-1 {
        flex-basis: 11%;
    }

    .profile_history .col-2 {
        flex-basis: 23%;
    }

    .profile_history .table_row,
    .rating_table .table_row {
        font-size: 10pt;
    }

    /*----------------------------------------------------------*/
    /*-------------------------- coub --------------------------*/

    .coub_video_item {
        padding: 15px 10px;
    }

    .coub_video_item {
        max-width: 320px;
    }

    .coub_music_title h1 {
        font-size: 12pt;
    }

    .coub_video_wrapper iframe {
        width: 280px !important;
        height: 140px !important;
    }

    /*----------------------------------------------------------*/
    /*------------------------ altruism ------------------------*/

    .altruism_wrapper {
        width: 300px;
    }

    .altruism_сoub_wrapper iframe {
        width: 250px;
        height: 125px;
    }

    /*----------------------------------------------------------*/
    /*---------------------- authorization ---------------------*/

    .dialog_item.mdb_user h1,
    .authorization_item h1 {
        font-size: 16pt;
    }

    .authorization_item form input[type=url],
    .authorization_item form input[type=email],
    .authorization_item form input[type=text],
    .authorization_item form input[type=password] {
        width: 282px;
    }

    .dialog_item.mdb_user .mdb_user_form,
    .authorization_item,
    .dialog_item.mdb_user .mdb_user_form button,
    .authorization_item form input[type=submit] {
        width: 300px;
    }

    /*----------------------------------------------------------*/
    /*------------------------- profile ------------------------*/

    .profile_row .profile_item,
    .settings_row .settings_item {
        width: 245px;
    }

    .profile_wrapper>h1,
    .settings_wrapper>h1 {
        font-size: 14pt;
    }

    /*----------------------------------------------------------*/
    /*------------------------- history ------------------------*/

    .profile_history_wrapper {
        width: 285px;
    }

    /*----------------------------------------------------------*/
    /*------------------------ dialog --------------------------*/

    .dialog_wrapper .dialog_item {
        max-width: 280px;
    }

    /*----------------------------------------------------------*/
    /*------------------------ Cookies -------------------------*/

    .cookie {
        grid-gap: 8px;
        max-width: 300px;
    }
}

/*----------------------------------------------------------*/
/*-------------------------- ADS --------------------------*/

.adsbygoogle.web.w300h600 {
    width: 300px !important;
    height: 600px !important;
}

.adsbygoogle.web.w970h90 {
    width: 970px !important;
    height: 90px !important;
}

.adsbygoogle.web.w336h280 {
    width: 336px !important;
    height: 280px !important;
}

@media only screen and (min-width: 801px) and (max-width: 1055px) {

    .adsbygoogle.web.w300h600,
    .adsbygoogle.web.w970h90,
    .adsbygoogle.web.w336h280 {
        width: 728px !important;
        height: 90px !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {

    .adsbygoogle.web.w300h600,
    .adsbygoogle.web.w970h90,
    .adsbygoogle.web.w336h280 {
        width: 468px !important;
        height: 60px !important;
    }
}

@media only screen and (max-width: 480px) {

    .adsbygoogle.web.w300h600,
    .adsbygoogle.web.w970h90,
    .adsbygoogle.web.w336h280 {
        width: 300px !important;
        height: 200px !important;
    }
}




/*----------------------------------------------------------*/
/*-------------------------- font --------------------------*/


@font-face {
    font-family: 'Raleway';
    src: local('Raleway Thin'), local('Raleway-Thin'), url('/style/font/ralewaythin.woff2') format('woff2'), url('/style/font/ralewaythin.woff') format('woff'), url('/style/font/ralewaythin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway Thin Italic'), local('Raleway-ThinItalic'), url('/style/font/ralewaythinitalic.woff2') format('woff2'), url('/style/font/ralewaythinitalic.woff') format('woff'), url('/style/font/ralewaythinitalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url('/style/font/ralewayextralight.woff2') format('woff2'), url('/style/font/ralewayextralight.woff') format('woff'), url('/style/font/ralewayextralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway ExtraLight Italic'), local('Raleway-ExtraLightItalic'), url('/style/font/ralewayextralightitalic.woff2') format('woff2'), url('/style/font/ralewayextralightitalic.woff') format('woff'), url('/style/font/ralewayextralightitalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway Light'), local('Raleway-Light'), url('/style/font/ralewaylight.woff2') format('woff2'), url('/style/font/ralewaylight.woff') format('woff'), url('/style/font/ralewaylight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway Light Italic'), local('Raleway-LightItalic'), url('/style/font/ralewaylightitalic.woff2') format('woff2'), url('/style/font/ralewaylightitalic.woff') format('woff'), url('/style/font/ralewaylightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway Regular'), local('Raleway-Regular'), url('/style/font/ralewayregular.woff2') format('woff2'), url('/style/font/ralewayregular.woff') format('woff'), url('/style/font/ralewayregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway Italic'), local('Raleway-Italic'), url('/style/font/ralewayitalic.woff2') format('woff2'), url('/style/font/ralewayitalic.woff') format('woff'), url('/style/font/ralewayitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway Medium'), local('Raleway-Medium'), url('/style/font/ralewaymedium.woff2') format('woff2'), url('/style/font/ralewaymedium.woff') format('woff'), url('/style/font/ralewaymedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway Medium Italic'), local('Raleway-MediumItalic'), url('/style/font/ralewaymediumitalic.woff2') format('woff2'), url('/style/font/ralewaymediumitalic.woff') format('woff'), url('/style/font/ralewaymediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url('/style/font/ralewaysemibold.woff2') format('woff2'), url('/style/font/ralewaysemibold.woff') format('woff'), url('/style/font/ralewaysemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway SemiBold Italic'), local('Raleway-SemiBoldItalic'), url('/style/font/ralewaysemibolditalic.woff2') format('woff2'), url('/style/font/ralewaysemibolditalic.woff') format('woff'), url('/style/font/ralewaysemibolditalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway Bold'), local('Raleway-Bold'), url('/style/font/ralewaybold.woff2') format('woff2'), url('/style/font/ralewaybold.woff') format('woff'), url('/style/font/ralewaybold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway Bold Italic'), local('Raleway-BoldItalic'), url('/style/font/ralewaybolditalic.woff2') format('woff2'), url('/style/font/ralewaybolditalic.woff') format('woff'), url('/style/font/ralewaybolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url('/style/font/ralewayextrabold.woff2') format('woff2'), url('/style/font/ralewayextrabold.woff') format('woff'), url('/style/font/ralewayextrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway ExtraBold Italic'), local('Raleway-ExtraBoldItalic'), url('/style/font/ralewayextrabolditalic.woff2') format('woff2'), url('/style/font/ralewayextrabolditalic.woff') format('woff'), url('/style/font/ralewayextrabolditalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway Black'), local('Raleway-Black'), url('/style/font/ralewayblack.woff2') format('woff2'), url('/style/font/ralewayblack.woff') format('woff'), url('/style/font/ralewayblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway Black Italic'), local('Raleway-BlackItalic'), url('/style/font/ralewayblackitalic.woff2') format('woff2'), url('/style/font/ralewayblackitalic.woff') format('woff'), url('/style/font/ralewayblackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}