@media screen and (max-width: 1260px) {
    .content {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .header__menu {
        display: none;
    }

    .header__right {
        margin-right: 50px;
    }

    .header__menu-button {
        display: inline-block;
        position: absolute;
        top: 15px;
        right: 0;
    }

    .header__expand-menu {
        position: fixed;
        top: -100%;
        overflow: auto;
        right: 0;
        width: 100vw;
        height: auto;
        background-color: #0D1D34;
        z-index: 4;
        font-size: 15px;
        padding: 15px 0 25px;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
        display: block;
    }

    .header__expand-menu.active {
        top: 80px;
    }

    .header__menu-button svg {
        overflow: visible;
    }

    .rect1.active {
        -webkit-transform: rotate(45deg) scaleX(1.32);
        -moz-transform: rotate(45deg) scaleX(1.32);
        -o-transform: rotate(45deg) scaleX(1.32);
        transform: rotate(45deg) scaleX(1.32);
        -webkit-transform-origin: 15px 15px;
        -moz-transform-origin: 15px 15px;
        -o-transform-origin: 15px 15px;
        transform-origin: 15px 15px;
    }

    .rect2.active {
        display: none;
    }

    .rect3.active {
        -webkit-transform: rotate(-45deg) scaleX(1.32);
        -moz-transform: rotate(-45deg) scaleX(1.32);
        -o-transform: rotate(-45deg) scaleX(1.32);
        transform: rotate(-45deg) scaleX(1.32);
        -webkit-transform-origin: 12.5px 35px;
        -moz-transform-origin: 12.5px 35px;
        -o-transform-origin: 12.5px 35px;
        transform-origin: 12.5px 35px;
    }

    .registration__wrapper {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .registration__image.content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 20px) / 2);
    }

    .registration__content > *:first-child {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        order: 2;
    }

    .registration__content > *:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1;
    }

    .registration__content > *:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        order: 3;
    }

    .registration__content > *:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        order: 4;
    }
}

@media screen and (max-width: 1000px) {
    .cover__image {
        opacity: 0.6;
    }

    .cover__content.content {
        padding: 150px 20px;
    }
}

@media screen and (max-width: 900px) {
    .header__right > .header__buttons {
        display: none;
    }

    .header__expand-menu .header__buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        margin-bottom: 25px;
        text-align: center;
        margin-right: auto;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }

    .header__buttons .header__button {
        min-width: 180px;
    }

    .header__expand-menu {
        height: 100vh;
        padding-bottom: 125px;
        top: -150vh;
    }

    body.active {
        overflow: hidden;
    }

    h1, .title.general {
        font-size: 5.9vw;
        line-height: 6.7vw;
    }

    h3, .title.middle {
        font-size: 4.5vw;
        line-height: 5.2vw;
    }

    h2, .title.high {
        font-size: 5.4vw;
        line-height: 6.2vw;
    }

    .title.middle.pros__title {
        font-size: 3.6vw;
        line-height: 4.3vw;
    }

    .footer__list li img {
        max-height: 40px;
    }
}

@media screen and (max-width: 800px) {
    body {
        font-size: 15px;
        line-height: 22px;
    }

    .content, .pros__content > li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-info__table tr td:first-child, .main-info__table tr td:nth-child(2) {
        padding: 7.5px 10px;
    }

    .registration__image.content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 10px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 10px) / 2);
    }

    .mobile__content.content {
        display: block;
    }

    .mobile__image img {
        max-width: 400px;
    }
}

@media screen and (max-width: 700px) {
    .title.middle.pros__title {
        font-size: 25px;
        line-height: 32px;
    }

    .pros__content > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .pros__content > li + li {
        margin-top: 15px;
    }
}

@media screen and (max-width: 650px) {
    .cover__wrap {
        width: 100%;
        padding: 25px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: rgba(0, 0, 0, 0.5);
        margin: auto;
        max-width: 450px;
        text-align: center;
        z-index: 100;
    }

    .button.cover__button {
        min-width: 0;
        width: 100%;
    }

    .cover__image {
        opacity: 1;
    }

    .content.cover__content {
        padding: 75px 10px;
    }
}

@media screen and (max-width: 600px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }

    h1, .title.general {
        font-size: 35px;
        line-height: 42px;
    }

    h3, .title.middle {
        font-size: 27px;
        line-height: 33px;
    }

    .button.cover__button {
        font-size: 22px;
        line-height: 25px;
    }

    h2, .title.high {
        font-size: 32px;
        line-height: 39px;
    }

    .main-info__table tr td:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40%;
        -moz-box-flex: 0;
        flex: 0 1 40%;
        min-width: 120px;
    }

    .main-info__table tr td:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 60%;
        -moz-box-flex: 0;
        flex: 0 1 60%;
        max-width: -webkit-calc(100% - 120px);
        max-width: -moz-calc(100% - 120px);
        max-width: calc(100% - 120px);
    }

    .header__app, .header__language {
        min-width: 0;
    }

    .header__language {
        padding: 12.5px;
    }

    .header__app > *:last-child, .header__language > *:last-child {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .header__expand-menu .header__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }

    .header__button + .header__button  {
        margin-left: auto;
        margin-top: 20px;
    }

    .title.feedback__title {
        padding-right: 0;
        margin-bottom: 25px;
    }

    .owl-nav {
        top: -20px;
        width: 70px;
    }

    .owl-nav .button.arrow.feedback-nav__button {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    .footer__list {
        padding-right: 10px;
    }

    .footer__list li {
        margin-left: 10px;
    }

    .footer__list li img {
        max-height: 30px;
    }

    .footer__wrap, .footer__last {
        display: block;
        text-align: center;
    }

    .footer__age {
        margin-top: 15px;
    }

    .article.footer__article {
        padding: 0;
    }

    .article.footer__article p {
        text-align: center;
    }

    table {
        font-size: 13px;
    }

    table tr td:nth-child(n + 2) {
        padding-left: 10px;
    }

    table.games__table tr td {
        padding: 9px 2px;
    }

    .main-info__table tr td:first-child > span:nth-child(1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 15px;
        -moz-box-flex: 0;
        flex: 0 1 15px;
        margin-right: 5px;
    }

    .main-info__table tr td:first-child > span:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(100% - 15px - 5px);
        -moz-box-flex: 0;
        flex: 0 1 calc(100% - 15px - 5px);
    }

    .registration__content.content {
        display: block;
    }

    .registration__image img {
        max-width: 400px;
    }
}

@media screen and (max-width: 450px) {
    table {
        font-size: 12px;
    }
}

@media screen and (max-width: 400px) {
    .content.cover__content {
        padding: 30px 10px;
    }

    .cover__wrap {
        padding: 20px 10px;
    }

    .faq-item__question:after, .faq-item__question:before {
        width: 30px;
        height: 30px;
        top: -webkit-calc(50% - 15px);
        top: -moz-calc(50% - 15px);
        top: calc(50% - 15px);
    }

    .faq-item__question {
        padding: 20px 70px 20px 20px;
    }

    .pros__title > span:first-child {
        margin-right: 15px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 45px;
        -moz-box-flex: 0;
        flex: 0 1 45px;
    }

    .pros__title > span:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(100% - 45px - 15px);
        -moz-box-flex: 0;
        flex: 0 1 calc(100% - 45px - 15px);
    }

    .header__menu-button {
        right: -5px;
        overflow: visible;
    }

    .header__menu-button svg {
        width: 40px;
    }

    .header__right {
        margin-right: 35px;
    }

    .header__app {
        margin-left: 10px;
    }
}
