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

html {
    height: 100%;
}
 
body {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    height: 100%;
    overflow-x: hidden;
    background: #000000;
	color: #ffffff;
}
main {
    flex-grow: 1;
}
.container {
    max-width: 1246px;
    width: 100%;
    margin: 0 auto;
}
.ksw92h6te-header .container {
    height: 100%;
}
.ksw92h6te-button {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    margin: 0;
    background: #E10009;
    border: 2px solid #E10009;
    border-radius: 100px;
    box-sizing: border-box;
    width: 100%;
    height: 62px;
    padding: 10px;
    outline: 0;
    cursor: pointer;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ksw92h6te-button:hover {
    background: transparent;
    color: #E10009;
}

/* Header */
.ksw92h6te-header {
	position: relative;
	z-index: 9;
	padding: 0 20px;
	color: #ffffff;
    transition: .3s;
    border-bottom: 1px solid #5B5B5B;
    background: #000000;
    min-height: 60px;
}
.ksw92h6te-header--tradeicon {
    align-self: center;
}
.ksw92h6te-header--module {
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.ksw92h6te-menu--list {
    display: flex;
    align-items: center;
    height: 100%;
}
.ksw92h6te-header--list {
    padding: 18px 10px;
    border-bottom: 2px solid transparent;
    transition: .3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ksw92h6te-header--list + .ksw92h6te-header--list {
    margin-left: 57px;
}
.ksw92h6te-header--list:hover {
    border-bottom: 2px solid #E10009;
}
.ksw92h6te-settings {
    display: none;
    position: absolute;
    z-index: 8;
    left: 20px;
    width: 22px;
    height: 16px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.ksw92h6te-settings .ksw92h6te-bordering {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    transition: transform 0.2s ease-out;
}
.toggle .bordering1 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(-44deg) translate(-5px, 2.6px);
}
.toggle .bordering2 {
    display: none;
}
.toggle .bordering3 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(45deg) translate(-8.9px, -6px);
}


/* Content */
.ksw92h6te-pattern {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ksw92h6te-pattern::before {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}
.ksw92h6te-pattern::before {
    background-image: url(../graphics/bg-main-ksw92h6te.png);
}
.ksw92h6te-banner {
    padding: 60px 20px 50px;
}
.ksw92h6te-banner--general {
    position: relative;
    z-index: 4;
    display: none !important;
    overflow: hidden;
}
.ksw92h6te-banner--general-mob {
    display: none;
}
.ksw92h6te-banner--mob-min {
    display: none;
}
.ksw92h6te-topic {
    font-size: 55px;
    line-height: 60px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 44px;
}
.ksw92h6te-topic b {
    color: #E10009;
}

/* Charts */
.ksw92h6te-charts {
    padding: 0 10px;
}
.ksw92h6te-charts--point {
    position: relative;
    z-index: 4;
    border: 2px solid #8c8c8c;
    background: #000000;
    overflow: hidden;
    display: grid;
    grid-template-columns: 380px 1fr 0.3fr 200px;
    grid-gap: 20px;
    padding: 20px 50px 20px 0;
    transition: .3s;
}
.ksw92h6te-charts--point:nth-child(1) {
    border-color: #E10009;
    box-shadow: 0px 0px 8px 0px #E10009;
}
.ksw92h6te-charts--avatars::before {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    pointer-events: none;
}
.ksw92h6te-charts--point:nth-child(1) .ksw92h6te-charts--avatars::before {
    content: '1';
}
.ksw92h6te-charts--point:nth-child(2) .ksw92h6te-charts--avatars::before {
    content: '2';
}
.ksw92h6te-charts--point:nth-child(3) .ksw92h6te-charts--avatars::before {
    content: '3';
}
.ksw92h6te-charts--point:nth-child(4) .ksw92h6te-charts--avatars::before {
    content: '4';
}
.ksw92h6te-charts--point:nth-child(5) .ksw92h6te-charts--avatars::before {
    content: '5';
}
.ksw92h6te-charts--point:nth-child(6) .ksw92h6te-charts--avatars::before {
    content: '6';
}
.ksw92h6te-charts--point:nth-child(7) .ksw92h6te-charts--avatars::before {
    content: '7';
}
.ksw92h6te-charts--point:nth-child(8) .ksw92h6te-charts--avatars::before {
    content: '8';
}
.ksw92h6te-charts--point:nth-child(9) .ksw92h6te-charts--avatars::before {
    content: '9';
}
.ksw92h6te-charts--point:nth-child(10) .ksw92h6te-charts--avatars::before {
    content: '10';
}
.ksw92h6te-charts--point:hover {
    border-color: #E10009;
    box-shadow: 0px 0px 8px 0px #E10009;
}
.ksw92h6te-charts--avatars {
    position: relative;
    margin: -20px 0;
}
.ksw92h6te-charts--ribbon {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.ksw92h6te-charts--pic {
    height: 100%;
}
.ksw92h6te-charts--pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ksw92h6te-charts--brand {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ksw92h6te-charts--second .ksw92h6te-charts--brand {
    pointer-events: all;
}
.ksw92h6te-specific--list {
    font-size: 16px;
    line-height: 22px;
    display: grid;
    grid-template-columns: 1fr;
    align-self: center;
    grid-gap: 8px;
}
.ksw92h6te-rating--list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 8px;
    grid-gap: 3px;
}
.ksw92h6te-rating--likes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}
.ksw92h6te-charts--list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 24px;
    margin-bottom: 90px;
}
.ksw92h6te-charts--point .ksw92h6te-rating--likes .likes::before {
    content: '';
    margin-right: 6px;
}
.ksw92h6te-charts--point:nth-child(1) .ksw92h6te-rating--likes .likes::before {
    content: '92 267';
}
.ksw92h6te-charts--point:nth-child(2) .ksw92h6te-rating--likes .likes::before {
    content: '88 721';
}
.ksw92h6te-charts--point:nth-child(3) .ksw92h6te-rating--likes .likes::before {
    content: '83 190';
}
.ksw92h6te-charts--point:nth-child(4) .ksw92h6te-rating--likes .likes::before {
    content: '79 419';
}
.ksw92h6te-charts--point:nth-child(5) .ksw92h6te-rating--likes .likes::before {
    content: '73 267';
}
.ksw92h6te-charts--point:nth-child(6) .ksw92h6te-rating--likes .likes::before {
    content: '69 002';
}
.ksw92h6te-charts--point:nth-child(7) .ksw92h6te-rating--likes .likes::before {
    content: '65 702';
}
.ksw92h6te-charts--point:nth-child(8) .ksw92h6te-rating--likes .likes::before {
    content: '64 889';
}
.ksw92h6te-charts--point:nth-child(9) .ksw92h6te-rating--likes .likes::before {
    content: '62 248';
}
.ksw92h6te-charts--point:nth-child(10) .ksw92h6te-rating--likes .likes::before {
    content: '60 867';
}
.ksw92h6te-charts--rating {
    align-self: center;
}
.ksw92h6te-charts--button {
    align-self: center;
}



.ksw92h6te-charts--second .ksw92h6te-charts--point {
    grid-template-columns: 380px 1fr 200px;
}
.ksw92h6te-middle--topic {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #E8D758;
    margin-bottom: 8px;
}
.ksw92h6te-middle--text {
    font-size: 16px;
    line-height: 24px;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}
.ksw92h6te-charts--middle {
    align-self: center;
}
.ksw92h6te-charts--second .ksw92h6te-charts--avatars::before {
    content: none !important;
}


/* Info text */
.ksw92h6te-information {
    padding: 0 20px 140px;
    color: #ABA9A9;
}
.ksw92h6te-information--text {
    font-size: 20px;
    line-height: 32px;
}
.ksw92h6te-information--text p {
    margin-bottom: 32px;
}
.ksw92h6te-information--text strong {
    font-size: 28px;
    line-height: 32px;
    display: block;
}

/* Footer */
.ksw92h6te-footer {
    position: relative;
    z-index: 9;
    background: #000000;
    border-top: 1px solid #5B5B5B;
    padding: 36px 20px 40px;
}
.ksw92h6te-footer--list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.ksw92h6te-footer--point a {
    padding: 2px 4px;
    border-bottom: 1px solid #ffffff;
    transition: .3s;
    text-align: center;
}
.ksw92h6te-footer--point:hover a {
    border-bottom: 1px solid transparent;
}
.ksw92h6te-footer--copyright {
    text-align: center;
    color: #999999;
    font-size: 16px;
    line-height: 20px;
}


/* Case */
.ksw92h6te-case {
    padding: 40px 20px;
}
.ksw92h6te-case--block h1 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.ksw92h6te-case--block h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}
.ksw92h6te-case--block p {
    margin-bottom: 16px;
}
.ksw92h6te-case--block ul {
    padding-left: 30px;
    list-style-type: disc;
}
.ksw92h6te-case--block li {
    margin-bottom: 16px;
}
.ksw92h6te-case--block a {
    display: inline;
    font-weight: 700;
    color: #E10009;
}



@media (max-width: 1100px) {
    .ksw92h6te-topic {
        font-size: 46px;
        line-height: 54px;
        margin-bottom: 40px;
    }
    .ksw92h6te-charts--point {
        grid-template-columns: 340px 1fr 200px;
        padding: 20px 20px 20px 0;
    }
    .ksw92h6te-charts--avatars {
        grid-row: 1/3;
    }
    .ksw92h6te-specific--list {
        grid-row: 1/3;
    }
}

@media (max-width: 880px) {
    .ksw92h6te-header--module {
        justify-content: center;
    }
    .ksw92h6te-header {
        border: none;
        min-height: 50px;
    }
    .ksw92h6te-menu--list {
        flex-direction: column;
    }
    .ksw92h6te-header--list + .ksw92h6te-header--list {
        margin-left: 0;
    }
    .ksw92h6te-charts--point {
        grid-template-columns: 0.7fr 1fr;
        padding: 10px 0 10px;
        grid-gap: 7px 14px;
        border: none;
        border-bottom: 1px solid #ffffff !important;
        box-shadow: none !important;
        margin: 0;
    }
    .ksw92h6te-charts--second .ksw92h6te-charts--point {
        grid-template-columns: 1fr;
    }
    .ksw92h6te-charts--avatars::before {
        top: 56%;
        left: 20px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
    }
    .ksw92h6te-charts--avatars {
        grid-row: auto;
        grid-column: 1/3;
        margin: 0;
    }
    .ksw92h6te-charts--second .ksw92h6te-charts--avatars {
        grid-column: auto;
        min-height: 120px;
    }
    .ksw92h6te-rating--list {
        justify-content: flex-start;
        margin-bottom: 3px;
        margin-left: -5px;
    }
    .ksw92h6te-rating--likes {
        justify-content: flex-start;
        font-size: 12px;
        line-height: 14px;
    }
    .ksw92h6te-specific--list {
        grid-row: auto;
        grid-column: 1/3;
        font-size: 12px;
        line-height: 18px;
        grid-gap: 4px;
    }
    .ksw92h6te-banner--general {
        display: none;
    }
    .ksw92h6te-banner--general-mob {
        display: flex;
        justify-content: center;
    }
    .ksw92h6te-button {
        font-size: 12px;
        line-height: 16px;
        height: 38px;
    }
    .ksw92h6te-topic {
        font-size: 34px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .ksw92h6te-topic span {
        display: block;
    }
    .ksw92h6te-banner {
        padding: 10px 10px 4px;
    }
    .ksw92h6te-information--text {
        font-size: 18px;
        line-height: 28px;
    }
    .ksw92h6te-information--text p {
        margin-bottom: 20px;
    }
    .ksw92h6te-information {
        padding: 0 10px 30px;
    }
    .ksw92h6te-charts--list {
        margin-bottom: 20px;
        grid-gap: 4px;
    }
    .ksw92h6te-footer--list {
        font-size: 16px;
        line-height: 18px;
        justify-content: space-around;
        margin-bottom: 14px;
    }
    .ksw92h6te-footer {
        padding: 0px 10px 24px;
        border: none;
    }
    .ksw92h6te-footer--point a {
        border-bottom: none;
        padding: 4px;
    }
    .ksw92h6te-settings {
        display: flex;
    }
    .ksw92h6te-header--menu {
        display: none;
        position: absolute;
        top: 50px;
        right: 0;
        max-width: 600px;
        width: 100%;
        background: #000000;
        padding: 30px 20px;
    }
    .ksw92h6te-header--tradeicon {
        max-width: 244px;
        width: 100%;
    }
    .ksw92h6te-pattern::before {
        background-image: none;
    }
    .ksw92h6te-case {
        padding: 20px;
    }
    .ksw92h6te-information--text strong {
        font-size: 24px;
        line-height: 30px;
    }
    .ksw92h6te-charts--pic img {
        object-position: 0 42%;
    }
    .ksw92h6te-charts--ribbon img {
        width: 130px;
    }
    .ksw92h6te-charts--brand img {
        width: 160px;
        margin-top: 16px;
    }
    .ksw92h6te-charts--rating {
        padding-left: 20px;
    }
    .ksw92h6te-charts--button {
        padding-right: 17px;
    }
}

@media (max-width: 600px) {
    .ksw92h6te-charts--pic {
        height: 124px;
    }
}

@media (max-width: 400px) {
    .ksw92h6te-banner--mob-min {
        display: flex;
        justify-content: center;
    }
    .ksw92h6te-banner--general-mob {
        display: none;
    }
}

@media (max-width: 350px) {
    .ksw92h6te-header--tradeicon {
        max-width: 240px;
        width: 100%;
    }
}