@media screen and (max-width: 1700px) {

    html header,
    html .sectionStats {
        padding: 20px 10%;
    }

    html .mainPage .sectionMid {
        padding: 60px 7%;
    }

    html .sectionPoints {
        padding: 15px 30px 15px;
    }


    html header .menu a {
        padding: 52px 15px;
    }

    .catalog .s2Content,
    .creation .s2Content,
    .mContacts .s2Content {
        padding: 60px 10% 60px;
    }

    html .agreementPage .s2Content {
        padding: 60px 10% 60px 430px;
    }

    html #tabs #menu {
        margin-left: 0;
    }


}


@media screen and (max-width: 1400px) {


    html .sectionPoints ul {
        font-size: 25px;
    }

    .catalog .s2Content,
    .creation .s2Content,
    .mContacts .s2Content {
        padding: 60px 5% 60px;
    }


}


@media screen and (max-width: 1200px) {

    /* html header .menu {
    font-size: 20px;
} */

    html header .menu a {
        padding: 52px 15px 52px;
    }

    html .sectionPoints ul {
        font-size: 22px;
    }

    html header,
    html .sectionStats {
        padding: 20px 5%;
    }

    html .mainPage .sectionMid {
        padding: 60px 2%;
    }




}


@media screen and (max-width: 1170px) {

    html .sectionPoints ul {
        font-size: 18px;
    }

    html header .menu a {
        padding: 52px 5px;
    }




}








@media screen and (max-width: 900px) {


    html,
    body {
        overflow-x: hidden;
    }

    html header {
        height: 110px;
        display: block;
        padding: 0;
        position: fixed;
        top: 0;
        z-index: 15;
        background: none;
        box-shadow: none;
    }

    html header .headerMid {
        padding: 10px 5%;
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        background: #FFF;
        box-shadow: 0px 1px 10px 1px #ab966754;
    }


    html .headerMid ul li {
        margin-bottom: 20px;
        margin-left: 0;
        width: 100%;
    }

    html header .logo {
        z-index: 30;
    }

    html header .logoLink {
        height: 80px;
        z-index: 18;
        position: relative;
    }

    html header .menu {
        width: 45%;
        position: fixed;
        display: block;
        background-color: #ffffff;
        right: 0;
        left: unset;
        top: 98px;
        font-size: 22px;

        transition: 0.3s ease-in-out;
        z-index: 12;
    }

    html header .menu a {
        width: 100%;
        display: block;
        padding: 0px 15px 5px 5px;
        box-shadow: none;
        border-bottom: 1px dashed transparent;
    }

    html header .menu a:hover {
        box-shadow: none !important;
        border-bottom: 1px dashed #68bd63;
    }

    html .menu:hover>ul {
        right: -5%;
    }

    html .menu:hover:after {
        color: #68bd63;
        box-shadow: none;
    }

    html header .menu:after {
        position: fixed;
        font-size: 30px;
        font-family: 'i-icons';
        content: '\e91b';
        right: 0px;
        top: -5px;
        /* margin-top: -18px; */
        width: 23px;
        height: 23px;
        padding: 45px;
    }


    html header .menu ul {
        right: -240px;
        top: -10px;
        padding-top: 25px;
        padding-right: 20px;
        padding-left: 15px;
        background: #ffffff;
        width: 220px;
        min-width: unset;
        display: block;
        position: absolute;
        transition: 0.2s ease-in-out;
        height: 100vh;
        z-index: 13;
        box-shadow: -5px 5px 10px 1px #ab96673d, inset -7px 2px 7px 1px #82746540;
    }




    html .mainPage .sectionMid {
        flex-direction: column;
        padding: 40px 5%;
    }

    html .section1 {
        margin-top: 100px;
        background-repeat: repeat;
    }

    html .sectionPoints {
        margin: 20px 0 20px 0;
        width: auto;
        padding: 20px;
        order: 2;
    }

    html .sectionRegister {
        margin: 0px 0 20px 0;
        text-align: center;
        width: auto;
        padding: 0px;
        order: 1;
    }

    html .sectionPoints ul li {
        margin: 20px 0;
        line-height: 1.4;
        font-size: 20px;
    }

    html .sectionRegister p {
        font-size: 35px;
    }

    html .sectionRegister p.intro {
        font-size: 35px;
    }


    html footer {
        font-size: 12px;
        z-index: 101;
        background: #FFF;
    }


    html .statRow {
        flex-direction: column;
    }

    html .statRow div {
        width: 100%;
    }

    html .statRow div+div {
        margin-left: 0px;
        margin-top: 20px;
    }

    html .sectionStats {
        padding: 20px;
    }

    html .agreementPage header {
        position: fixed;
    }

    #contents>div {
        padding-top: 110px;
        margin-left: 0px;
    }

    html .agreementPage .section1 {
        margin-top: 0px;
    }

    html #agreement .sectionMid,
    html #privacypolicy .sectionMid,
    html .catalog .sectionMid,
    html .mContacts .sectionMid,
    html .creation .sectionMid {
        padding: 40px;
        text-align: center;
        justify-content: center;
        font-size: 14px;
    }

    html #tabs #menu a {
        font-size: 20px;
        padding: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #ffb75e;
        border-right: 0px;
        background-color: #FFF;
    }

    html #tabs #menu a:last-child {
        margin-bottom: 0;
        border-bottom: 1px dashed transparent;
    }

    html #tabs #menu a:hover {
        border-bottom: 1px dashed #78cb73;
        border-right: 0px;
    }

    html #tabs #menu {
        background-color: #FFF;
        right: 0;
        left: 0;
        margin-top: 270px;
        margin-left: 0;
        z-index: 10;
    }

    html .agreementPage .section2 .s2Content,
    html .catalog .s2Content,
    html .creation .s2Content,
    html .mContacts .s2Content {
        padding: 7%;
    }

    html .agreementPage .section2 {
        padding-top: 155px;
    }

    html .agreementPage .section2 h2 {
        text-align: center;
        font-size: 18px;
    }

    html .agreementPage .section2 ol {
        font-size: 14px;
    }

    html #catSc.is-sticky {
        position: fixed !important;
        top: 110px;
        left: 0;
        z-index: 14;
        border-radius: 0;
    }


    .agreementPage .section2 li {
        padding: 0 0 10px 25px;
    }

    .agreementPage .section2 ol ol>li {
        padding: 0 0 10px 35px;
    }

    .agreementPage .section2 ol ol ol>li {
        padding: 0 0 10px 50px;
    }

    html #catSc.is-sticky h3 {
        display: none;
    }

    html body #tabs aside#menu.is-sticky,
    html body #tabs aside#menu.is-sticky {
        top: 110px;
        box-shadow: 0px 1px 10px 1px #ab966754;
    }

    html body #tabs aside#menu.is-sticky a {
        margin-bottom: 0px;
    }

    html .catalog .s2Content,
    html .creation .s2Content,
    html .mContacts .s2Content {
        flex-direction: column;
    }

    html .catalog .categories,
    html .catalog .categories,
    html .catalog .forumList {
        width: 100%;
    }

    html .catalog .forumList {
        margin-left: 0px;
    }

    html .catalog .s2Content div+div {
        margin-top: 20px;
    }

    html .catalog .categories #cat-table td,
    html .catalog .categories #cat-table tr {
        display: inline-flex;
        width: max-content;
    }

    html .catalog .categories #cat-table td {
        padding: 10px 7px;
        border-bottom: 0px dashed #c8e1cf;
        text-transform: uppercase;
    }

    html .catalog .categories #cat-table:before,
    html .catalog .categories #cat-table:after {
        content: '.';
        font-size: 0 !important;
        height: 50px;
        width: 20px;
        display: block;
        position: absolute;
        margin-top: -10px;
    }

    html .catalog .categories #cat-table:before {
        background: linear-gradient(to right, #FFF, transparent);
    }

    html .catalog .categories #cat-table:after {
        background: linear-gradient(to left, #FFF, transparent);
        right: 0;
        top: 0;
    }

    html .catalog .categories #cat-table {
        position: relative;
        display: inline-block;
    }

    html .catalog .categories #cat-table tbody {
        overflow-x: scroll;
        display: flex;
    }

    html .catalog .forumList #cat-table2 tr {
        flex-direction: column;
    }

    html .forumList #cat-table2 td.incattd3,
    html .forumList #cat-table2 td.incattd4,
    html .forumList #cat-table2 td.incattd5,
    html .forumList #cat-table2 td.incattd6 {
        display: block;
        font-size: 12px;
    }

    html .forumList #cat-table2 td.incattd2 {
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        text-wrap: wrap;
        padding-top: 12px;
        padding-left: 165px;
        font-size: 16px;
        min-height: 165px;
    }

    html .forumList #cat-table2 td.incattd1 span {
        text-align: right;
        color: #FFF;
        position: absolute;
        width: 70px;
        padding-right: 30px;
        padding-top: 2px;
        margin-top: 5px;
        margin-left: 97px;
        border-top-left-radius: 10px;
        background: linear-gradient(to left, #fda930, #d7441e);
        clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
    }


    html .forumList table {
        z-index: 2;
    }

    .forumList #cat-table2 td.incattd3 {
        padding-left: 0px;
        margin-top: 20px;
    }

    html .forumList .incattd1 img {
        z-index: 10;
        max-width: 140px;
        position: relative;
        margin-top: 10px;
        margin-left: 0px;
        border-radius: 15px;
        border-bottom-left-radius: 0px;
    }

    html .forumList #cat-table2 tr {
        margin: 10px 0;
    }


    html .forumList #cat-table2 td.incattd1 span {
        z-index: 12;
    }

    html .forumList #cat-table2 td.incattd1:before {
        display: none;
    }

    html .catalog .pageLinks a {
        width: auto;
    }


    html .catalog .pageLinks {
        display: block;
        text-align: center;
    }

    html #pagelist {
        justify-content: space-between;
    }

    html .catalog .pageLinks a,
    html .catalog .pageLinks span.singlepage {
        font-size: 10px;
        max-height: 40px;
        width: auto;
        padding: 12px;
    }

    html .pagenext {
        margin: 0;
    }

    html #pagelist span+a,
    html #pagelist a+a {
        margin-left: 5px;
    }

    html #pagelist {
        font-size: 0;
    }

    html .mContacts footer {
        z-index: 16;
    }






}