@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

/**************** Basic ****************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    line-height: normal;
    font-family: 'Invole', sans-serif;
    font-weight: 400;
    color: #000;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #f6feff;
}

.container {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

.section {
    width: 100%;
    position: relative;
}

input:focus {
    outline: none;
}

/*************************************/

/*************** Header **************/

.header {
    width: 100%;
    position: relative;
    background-color: #fff;
}

.header-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 15px;
}

.header-logo {
    max-width: 210px;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.header-logo__link {
    width: 55px;
    position: relative;
    text-decoration: none;
}

.header-logo__link > img {
    width: 100%;
}

.header-logo__content {
    flex-direction: column;
    display: flex;
}

.header-logo__mobile-text {
    display: none;
}

.header-logo__content > h5 {
    color: #243d62;
    font-size: 14px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.header-logo__content > p {
    color: #908f8f;
    font-size: 12px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 12px;
    font-weight: 400;
}

.header-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    flex: 1;
    margin-left: 120px;
    justify-content: flex-end;
}

.header-content__label {
    width: 100%;
    max-width: 430px;
    margin-right: 30px;
}

.header-content__input {
    width: 100%;
    padding: 10px 15px;
    font-family: 'Montserrat', Arial, sans-serif;
    color: #666;
    border: 1px solid #ccc;
    font-size: 16px;
    background: #F6FEFF;
}

.header-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 3px;
}

.header-info__content {
    display: flex;
    flex-direction: column;
}

.header-info__icon {
    width: 19px;
    height: 18px;
    text-decoration: none;
}

.header-info__icon > img {
    width: 100%;
    height: 100%;
}

.header-info__content > p {
    color: #908f8f;
    font-size: 12px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 12px;
    font-weight: 400;
}

.header-info__content > a {
    color: #243d62;
    font-size: 14px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.header-info__content > a:hover {
    margin-left: 3px;
    opacity: .7;
}

/***********************************/

/*************** Main **************/

.main {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.main__bg1 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 500px;
}

.main__bg2 {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(180deg);
}

.rating__bg {
    position: absolute;
    width: 1950px;
    top: -690px;
    right: -305px;
}

.rating-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.rating-content {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.rating-left {
    max-width: 710px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 100px 20px 30px;
    z-index: 1;
}

.rating-left__bg {
    position: absolute;
    pointer-events: none;
}

.rating-left__welcome {
    color: #243d62;
    font-size: 20px;
    font-family: 'Mulish', Arial, sans-serif;
    line-height: 1;
    font-weight: 500;
}

.rating-left__welcome > span {
    font-weight: 700;
}

.rating-left__title {
    color: #000000;
    font-size: 80px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 800;
}

.rating-left__mobile-img {
    display: none;
}

.rating-left__title > span {
    color: rgb(161, 255, 0);
    display: block;
}

.rating-left__subtitle {
    max-width: 80%;
    color: #000000;
    font-size: 24px;
    font-family: 'Mulish', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 500;
    opacity: 0.8;
}

.rating-left__bottom {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    margin-top: 90px;
}

.rating-left__bottom__img {
    width: 140px;
    height: 140px;
    transition: all 1s linear;
}

.rating-left__bottom__img:hover {
    transform: rotate(360deg);
}

.rating-left__bottom__text {
    color: #243d62;
    font-size: 18px;
    font-family: 'Mulish', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
}

.rating-right {
    width: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.rating-right__img {
    width: 160%;
    transition: all 1s linear;
}

.rating-right__img:hover {
    transform: rotate(25deg);
}

.rating-table {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(183, 225, 255, 0.22);
    padding: 20px;
}

.rating-table__top {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.rating-table__top-button {
    color: #8aa4b0;
    font-size: 14px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-color: #dcf0fa;
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
}

.rating-table__top-button.active {
    background-color: #fff;
    color: #000000;
}

.rating-table__top-button:hover {
    background-color: #fff;
    color: #000000;
}

.rating-table__top-help {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    gap: 5px;
}

.rating-table__top-help-icon {
    width: 25px;
    height: 25px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 50%;
    background-color: #dbecf4;
}

.rating-table__top-help-icon:before {
    content: '!';
    width: 100%;
    height: 100%;
    color: #ffffff;
    background-color: #9dd0e9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 8px;
}

.rating-table__top-popup {
    width: 280px;
    height: 90px;
    border-radius: 12px;
    padding: 20px;
    background-color: #fff;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.rating-table__top-popup > p {
    font-size: 14px;
    text-align: left;
    font-family: 'Mulish', Arial, sans-serif;
}

.rating-table__top-help-icon:hover > .rating-table__top-popup {
    opacity: 1;
    z-index: 1;
}

.rating-table__top-help > a {
    font-size: 14px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.rating-table__top-help > a:hover {
    transform: translateX(3px);
    opacity: .7;
}

.rating-table__content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
}

.table-block {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 15px 0;
    background-color: #fff;
}

.table-block__row {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 20px;
    gap: 20px;
}

.table-block__row--1 {
    min-width: 480px;
}

.table-block__row--2 {
    min-width: 430px;
}

.table-block__row:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 25px;
    background-color: #496574;
    top: 0;
    bottom: 0;
    margin: auto;
}

.table-block__row:last-child::after {
    display: none;
}

.table-block__logo {
    width: 112px;
}

.table-block__role {
    padding: 5px;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    text-align: center;
    background-color: #f16d6a;
    margin-left: 20px;
    transition: all 0.3s ease-in-out;
}

.table-block__role:hover {
    transform: translateX(3px);
    background-color: #000;
    color: #ffffff;
}

.table-block__stars {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-left: auto;
    transition: all 0.3s ease-in-out;
}

.table-block__stars:hover {
    transform: translateX(3px);
    opacity: .9;
}

.table-block__stars-star {
    width: 20px;
    height: 20px;
}

.table-block__stars-star.active {
    fill:#F16D6A;
}

.table-block__exc {
    padding: 5px;
    color: #000;
    font-size: 12px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-color: #a1ff00;
    margin-left: 20px;
}

.table-block__gift {
    width: 110px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    gap: 10px;
}

.table-block__gift > p {
    color: #000000;
    font-size: 17px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1;
    font-weight: 400;
}

.table-block__coefficient {
    padding: 10px 15px;
    background-color: #e5f5fd;
    font-size: 18px;
    color: #000;
    font-family: 'Arial', Arial, sans-serif;
    font-weight: 700;
    margin-left: 20px;
}

.table-block__coefficient > span:nth-child(1) {
    color: #6fb119;
}

.table-block__coefficient > span:nth-child(2) {
    color: #817d72;
}

.table-block__coefficient > span:nth-child(3) {
    color: #eb889d;
}

.table-block__row--3 {
    gap: 10px;
    flex: 1;
}

.table-block__link_review {
    width: calc(50% - 10px);
    color: #000000;
    font-size: 14px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-color: #e5f5fd;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.table-block__link_review:hover {
    background-color: rgba(0, 122, 255, 0.3);
}

.table-block__link_site {
    width: calc(70% - 10px);
    color: #000000;
    font-size: 14px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    text-align: center;
    background-color: #a1ff00;
    padding: 10px 30px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.table-block__link_site:hover {
    background-color: #000;
    color: #ffffff;
}

.draw {
    padding: 30px 0;
}

.draw-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.draw-banners {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 10px;
}

.draw-banner__block {
    position: relative;
    text-decoration: none;
}

.draw-banner__block > img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.draw-banner__block > img:hover {
    transform: translateX(4px);
    opacity: .7;
}

.draw-banner__block:nth-child(3n + 1) {
    width: 100%;
}

.draw-banner__block:nth-child(3n + 2) {
    width: calc(80% - 5px);
}

.draw-banner__block:nth-child(3n + 3) {
    width: calc(20% - 5px);
}

.draw-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    background-image: url("../img/main/draw-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.draw-left {
    width: 55%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 60px 90px;
}

.draw-left__date {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Mulish', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    margin-bottom: 20px;
}

.draw-left__title {
    font-size: 55px;
    font-family: 'Mulish', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.draw-left__title:hover {
    transform: translateX(3px);
    opacity: .7;
}

.draw-right {
    width: 40%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    background-color: rgba(0, 0, 0, 0.3);
    row-gap: 20px;
}

.draw-right__title {
    color: #ffffff;
    font-size: 31px;
    font-family: 'Mulish', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
}

.draw-right__block {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.draw-right__block > img {
    width: 145px;
    height: 105px;
}

.draw-right__block-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.draw-right__block-content > span {
    color: #a1ff00;
    font-size: 12px;
    font-family: 'Mulish', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
}

.draw-right__block-content > a {
    font-size: 16px;
    font-family: 'Mulish', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.draw-right__block-content > a:hover {
    transform: translateX(3px);
    opacity: .7;
}

.news {
    padding: 30px 0;
}

.news-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.news-block {
    width: calc(25% - 15px);
    min-height: 500px;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.news-block__top {
    width: 100%;
    height: 310px;
    position: relative;
}

.news-block__top__link {
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
}

.news-block__top__link > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.news-block__top__link > img:hover {
    transform: translateX(3px);
    opacity: .7;
}

.news-block__top__category {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    background-color: #000;
    color: #9a9ab0;
    font-size: 12px;
    font-family: 'Mulish', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.news-block__top__category:hover {
    transform: translateX(3px);
    opacity: .4;
}

.news-block__title {
    color: #000000;
    font-size: 24px;
    font-family: 'Mulish', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
    margin: 20px 10px;
    transition: all 0.3s ease-in-out;
}

.news-block__title:hover {
    transform: translateX(5px);
    opacity: .7;
}

.news-block__date {
    color: #9a9ab0;
    font-size: 12px;
    font-family: 'Mulish', Arial, sans-serif;
    line-height: 1;
    font-weight: 400;
    margin: 10px 10px 30px;
}

.news-block__img_full {
    width: 100%;
    height: 100%;
}

.news-block__link_full {
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
}

.news-block__link_full > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.news-block__link_full > img:hover {
    transform: translateX(5px);
    opacity: .7;
}

.video {
    padding: 30px 0;
}

.video-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.video-top {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}

.video-top__title {
    color: #171717;
    font-size: 80px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1;
    font-weight: 700;
}

.videos-top__span {
    color: #000000;
    font-size: 16px;
    font-family: 'Mulish', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-color: #a1ff00;
    padding: 15px 30px;
}

.video-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.video-left {
    width: calc(60% - 10px);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #fff;
}

.video-left > iframe {
    width: 100%;
    height: 380px;
}

.video-left__title {
    color: #000000;
    font-size: 24px;
    font-family: 'Mulish', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    margin-left: 20px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.video-left__title:hover {
    transform: translateX(3px);
    opacity: .7;
}


.video-left__date {
    color: #9a9ab0;
    font-size: 12px;
    font-family: 'Mulish', Arial, sans-serif;
    line-height: 1;
    margin-left: 20px;
    margin-bottom: 40px;
    font-weight: 400;
}

.video-right {
    width: calc(40% - 10px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.video-right__block {
    width: 100%;
    height: 165px;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.video-right__block > iframe {
    width: 40%;
    height: 100%;
}

.video-right__block__content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.video-right__block__content > a {
    color: #000000;
    font-size: 18px;
    font-family: 'Mulish', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.video-right__block__content > a:hover {
    transform: translateX(3px);
    opacity: .7;
}

.video-right__block__content > p {
    color: #9a9ab0;
    font-size: 12px;
    font-family: 'Mulish', Arial, sans-serif;
    line-height: 1;
    font-weight: 400;
}

.forum {
    padding: 30px 0;
}

.forum-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: rgba(183, 225, 255, 0.22);
}

.forum__title {
    color: #171717;
    font-size: 80px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1;
    font-weight: 700;
    margin: 60px 0;
}

.forum-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.forum-block {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: #9FB8C5;
}

.forum-block__top {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.forum-block__top__button {
    width: 50px;
    height: 50px;
    position: relative;
    background-color: #8297a1;
    cursor: pointer;
    border: none;
    flex-shrink: 0;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.forum-block__top__button:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 4px;
    background-color: #D2FF02;
    margin: auto;
}

.forum-block__top__button:hover {
    opacity: .8;
}

.forum-block__top__title {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Mulish', Arial, sans-serif;
    text-transform: uppercase;
    margin-left: 20px;
}

.forum-block__panel {
    width: 100%;
    position: relative;
    padding: 0 70px;
}

.forum-block__panel__text {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.55;
    font-family: 'Mulish', Arial, sans-serif;
    text-transform: uppercase;
}

.last {
    padding: 30px 0 0;
}

.last-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.last__banner {
    width: 100%;
    position: relative;
    text-decoration: none;
    margin-bottom: 40px;
}

.last__banner > img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.last__banner > img:hover {
    transform: translateX(3px);
    opacity: .7;
}

.footer {
    padding: 60px 0 90px;
    position: relative;
    background-color: #9fb8c5;
}

.footer:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    width: 100%;
    background-color: #000;
    z-index: 1;
}

.footer-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.footer-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 60px;
    row-gap: 30px;
}

.footer-block {
    position: relative;
    display: flex;
    flex-direction: column;
}

.footer-block__title {
    color: #000000;
    font-size: 24px;
    font-family: 'Mulish', Arial, sans-serif;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer-block__list {
    position: relative;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    row-gap: 20px;
}

.footer-block__list > li > a {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Mulish', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    text-decoration: none;
}

.footer-bottom {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
    gap: 20px;
}

.footer-bottom__icon {
    width: 40px;
    height: 40px;
}

.footer-bottom__text {
    max-width: 210px;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Mulish', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
}

.footer-bottom__conf {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Mulish', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
}

.footer-bottom__conf > span {
    color: rgb(161, 255, 0);
}

/*****************************/

/************ Media **********/

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

    .header-content {
        margin-left: auto;
    }

    .header-content__label {
        max-width: 350px;
        margin-right: 0;
    }

    .rating-left {
        width: 50%;
    }

    .rating-right {
        width: 50%;
    }

    .rating-right__img {
        width: 100%;
    }

    .table-block__row {
        padding: 0 10px;
    }

    .table-block__row:after {
        height: 100%;
    }

    .table-block__row--1 {
        min-width: 460px;
    }

    .table-block__row--2 {
        min-width: unset;
        width: 300px;
        flex-wrap: wrap;
    }

    .table-block__coefficient {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .table-block__row--3 {
        flex-direction: column;
    }

    .table-block__link_review,
    .table-block__link_site {
        width: 100%;
    }

    .draw-left {
        padding: 30px;
    }

}

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

    .header-info__content {
        display: none;
    }

    .header-info__icon {
        width: 25px;
        height: 25px;
    }

    .rating-left__title {
        font-size: 64px;
    }

    .rating__bg {
        position: absolute;
        width: 120%;
        top: 0;
        right: 0;
    }

    .rating-content {
        justify-content: center;
    }

    .rating-right {
        display: none;
    }

    .rating-left {
        width: 80%;
    }

    .rating-left__subtitle {
        max-width: 100%;
        font-size: 24px;
    }

    .rating-left__mobile-img {
        display: block;
        width: 100%;
    }

    .table-block__row {
        min-width: unset;
        max-width: unset;
    }

    .table-block__row--1,
    .table-block__row--2 {
        width: 40%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .table-block__stars {
        width: 100%;
        justify-content: center;
    }

    .table-block__role {
        margin-left: 0;
    }

    .draw-content {
        flex-direction: column;
        align-items: center;
    }

    .draw-left,
    .draw-right {
        width: 100%;
    }

    .news-block {
        width: calc(33% - 15px);
    }

    .video-content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .video-right,
    .video-left {
        width: 80%;
    }

}

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

    .header-content {
        gap: 10px;
        margin-left: 10px;
    }

    .header-logo__content {
        display: none;
    }

    .header-logo__mobile-text {
        display: block;
        color: #243d62;
        font-size: 14px;
        font-family: 'Montserrat', Arial, sans-serif;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
    }

    .header-logo__mobile-text > span {
        display: block;
    }

    .rating-left {
        width: 100%;
    }

    .rating-left__title {
        font-size: 48px;
    }

    .rating-left__subtitle {
        font-size: 20px;
    }

    .rating-table__top-help > a {
        display: none;
    }

    .table-block__exc {
        margin-left: 0;
    }

    .draw-left__title {
        font-size: 42px;
    }

    .news-block {
        width: calc(50% - 10px);
    }

    .video-top__title {
        font-size: 42px;
    }

    .video-right, .video-left {
        width: 100%;
    }

    .video-left > iframe {
        height: 300px;
    }

    .video-right__block {
        height: 130px;
    }

    .forum__title {
        font-size: 42px;
    }

    .forum-block__panel {
        padding: 0 20px 0 70px;
    }

}

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

    .header-row {
        align-items: flex-start;
    }

    .header-content {
        flex-wrap: wrap;
    }

    .rating__bg {
        left: -100px;
        width: 600px;
    }

    .rating-left {
        padding: 30px 0;
    }

    .rating-left__welcome {
        font-size: 14px;
    }

    .rating-left__bg {
        width: 100%;
    }

    .rating-left__title {
        font-size: 44px;
    }

    .rating-left__subtitle {
        font-size: 18px;
    }

    .rating-left__bottom {
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }

    .rating-left__bottom__text {
        font-size: 12px;
        text-align: center;
    }

    .rating-table__top {
        gap: 5px;
    }

    .rating-table__top-button {
        width: calc(100% / 3 - 5px);
        font-size: 12px;
        padding: 10px 5px;
    }

    .rating-table {
        padding: 10px;
    }

    .rating-table__top {
        flex-wrap: wrap;
    }

    .rating-table__top-help {
        margin-left: 0;
        margin-top: 20px;
    }

    .rating-table__top-help > a {
        display: block;
    }

    .table-block {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .table-block__row {
        width: 100%;
    }

    .draw-banners {
        row-gap: 10px;
    }

    .draw-left {
        padding: 20px 10px;
    }

    .draw-right__title,
    .draw-left__title {
        font-size: 24px;
    }

    .draw-right__block {
        gap: 10px;
    }

    .draw-right__block > img {
        width: 120px;
        height: 80px;
    }

    .draw-right__block-content {
        gap: 5px;
    }

    .draw-right__block-content > a {
        font-size: 14px;
    }

    .news-block {
        width: 100%;
        min-height: unset;
    }

    .news-block__title {
        font-size: 20px;
    }

    .news-block__top__link > img  {
        object-fit: contain;
    }

    .news-block__top {
        height: unset;
    }

    .video-left > iframe {
        height: 180px;
    }

    .video-left__title {
        font-size: 18px;
        margin-right: 10px;
    }

    .video-right__block {
        height: unset;
        flex-direction: column;
    }

    .video-right__block > iframe {
        width: 100%;
        height: 180px;
    }

    .video-right__block__content {
        margin-left: 20px;
        margin-right: 10px;
        margin-bottom: 30px;
    }

    .forum__title {
        font-size: 28px;
        margin: 30px 0;
    }

    .forum-block {
        padding: 15px;
    }

    .forum-block__top__title {
        font-size: 18px;
        margin-left: 10px;
    }

    .forum-block__panel {
        padding: 10px 0;
    }

    .forum-block__panel__text {
        font-size: 14px;
    }

    .forum-block__top__button {
        width: 40px;
        height: 40px;
    }

    .footer {
        padding: 45px 0 90px;
    }

    .footer-block {
        width: 45%;
    }

    .footer-content {
        gap: 30px;
    }

    .footer-block__title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .footer-block__list {
        gap: 5px;
    }

    .footer-block__list > li > a {
        font-size: 16px;
    }

    .footer-bottom__conf {
        font-size: 16px;
        text-align: center;
    }

}

