* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: "SF UI Display";
    src: local("SF UI Display"), url(../fonts/SFUIDisplay-Regular.woff2) format("woff2");
    font-display: swap;
}
@font-face {
    font-weight: 500;
    font-style: normal;
    font-family: "SF UI Display";
    src: local("SF UI Display"), url(../fonts/SFUIDisplay-Medium.woff2) format("woff2");
    font-display: swap;
}
@font-face {
    font-weight: 600;
    font-style: normal;
    font-family: "SF UI Display";
    src: local("SF UI Display"), url(../fonts/SFUIDisplay-Bold.woff2) format("woff2");
    font-display: swap;
}
@font-face {
    font-weight: 800;
    font-style: normal;
    font-family: "SF UI Display";
    src: local("SF UI Display"), url(../fonts/SFUIDisplay-Heavy.woff2) format("woff2");
    font-display: swap;
}
html {
    font-size: 9px;
}
@media (max-width: 1320px) {
    html {
        font-size: 7px;
    }
}
@media (max-width: 1024px) {
    html {
        font-size: 3.125vw;
    }
}
body {
    position: relative;
    overflow-x: hidden;
    margin: 0;
    min-width: 320px;
    color: #1b1b1b;
    font-size: 1.8rem;
    font-family: "SF UI Display";
    line-height: 1.833333333333333;
}
@media (max-width: 1024px) {
    body {
        font-size: 1.2rem;
        line-height: 1.583333333333333;
    }
}
a {
    outline: 0;
    background-color: transparent;
    color: #393939;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.breadcamps {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.breadcamps li{
    margin-right:3px;
}

input,
textarea {
    outline: 0;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.transition {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.container {
    margin: 0 auto;
    width: 140rem;
}
@media (max-width: 1024px) {
    .container {
        padding: 0 15px;
        width: 100%;
    }
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@media (max-width: 1024px) {
    .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
strong {
    color: #000;
}
.mb-20 {
    margin-bottom: 2rem !important;
}
@media (max-width: 1024px) {
    .mb-20 {
        margin-bottom: 1rem !important;
    }
}
.mb-30 {
    margin-bottom: 3rem !important;
}
@media (max-width: 1024px) {
    .mb-30 {
        margin-bottom: 2rem !important;
    }
}
.w-50 {
    width: calc(50% - 3rem);
}
@media (max-width: 1024px) {
    .w-50 {
        width: 100%;
    }
}
.w-40 {
    width: calc(50% - 1rem);
}
@media (max-width: 1024px) {
    .w-40 {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .mt-35 {
        margin-top: 3.5rem !important;
    }
}
.mb-75 {
    margin-bottom: 7.5rem;
}
@media (max-width: 1024px) {
    .mb-75 {
        margin-bottom: 4.5rem;
    }
}
.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22rem;
    height: 6.5rem;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 1.8rem;
}
@media (max-width: 1024px) {
    .btn {
        width: 12.5rem;
        height: 4.5rem;
        font-size: 1.05rem;
    }
}
.btn-black {
    background-color: #1b1b1b;
    color: #ffe52c;
}
.btn-black:hover {
    background-color: #ffe52c;
    color: #1b1b1b;
}
.btn-yellow {
    background-color: #ffe52c;
    color: #1b1b1b;
}
.btn-yellow:hover {
    background-color: #1b1b1b;
    color: #ffe52c;
}
.burger {
    position: relative;
    display: none;
    width: 3rem;
    height: 2.5rem;
}
@media (max-width: 1024px) {
    .burger {
        display: block;
    }
}

.header__menu {
    position: relative;
    height: 100%;
}


.menu_items-main {
    height: 100%;
    display: flex;
}


.menu_items-main:hover  .menu_items {
    display:block;
}

.menu_items {
    position: absolute;
    display:none;
    top: 100%;
       background-color: #111;
    padding: 10px;
    width: calc(50% + 30px);
}

.menu_items a {
    color: #fff;
    display: block;
    padding: 5px 0px;
}

.menu_items a:hover{
    color:#ffe52c;
}


.burger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.3rem;
    border-radius: 5px;
    background-color: #ffe52c;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.burger span:nth-child(1) {
    top: 0;
}
.burger span:nth-child(2) {
    top: 50%;
    right: 0;
    left: auto;
    width: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.burger span:nth-child(3) {
    bottom: 0;
}
.burger-show span:nth-child(3) {
    display: none;
}
.burger-show span:nth-child(2) {
    top: 50%;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.burger-show span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.card {
    display: block;
}
.card__wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
}
.card__wrap-mobile {
    display: none;
}
@media (max-width: 1024px) {
    .card__wrap-mobile {
        position: relative;
        display: block;
        margin-bottom: 5rem;
    }
}
.card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #f7f7f7;
}
@media (max-width: 1024px) {
    .card-item {
        padding: 0.5rem 0.8rem;
    }
    
    .menu_items {
    position: relative;
    display: block;
    top: 100%;
    background: transparent;
    padding: 0px;
    width: 100%;
    margin-bottom: 30px;
}
.menu_items a {
    color: #fff;
    display: block;
    padding: 5px 0px;
    font-size: 11px;
}
.header__menu.menu-show {
    height: auto;
}

.menu_items-main {
    height: 100%;
    display: flex;
    flex-direction: column;
}

}
.card-item .card__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 6.5rem;
    height: 6.5rem;
    background-color: #fff;
}
@media (max-width: 1024px) {
    .card-item .card__logo {
        width: 5rem;
        height: 5rem;
    }
}
.card-item .card__logo img {
    width: 100%;
    height: auto;
}
.card-item .card__title {
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1.166666666666667;
}
@media (max-width: 1024px) {
    .card-item .card__title {
        margin-bottom: 0.8rem;
        font-size: 1.2rem;
        line-height: 1.166666666666667;
    }
}
.card-item .card__content span {
    display: block;
    padding: 0 0.3rem;
    background-color: #ffe52c;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.166666666666667;
}
@media (max-width: 1024px) {
    .card-item .card__content span {
        font-size: 1.4rem;
    }
}
.card-item .btn {
    margin-left: 2rem;
    width: 11rem;
}
@media (max-width: 1024px) {
    .card-item .btn {
        margin-left: 1rem;
        width: 9rem;
        height: 5rem;
    }
}
.content {
    margin-top: 2rem;
    margin-bottom: 6.5rem;
    color: #737373;
    font-size: 1.8rem;
    line-height: 1.166666666666667;
}
@media (max-width: 1024px) {
    .content {
        margin-top: 2.5rem;
        margin-bottom: 4.5rem;
        font-size: 1.2rem;
        line-height: 1.333333333333333;
    }
}
.content p {
    margin: 0;
    margin-bottom: 2rem;
    padding-left: 6rem;
}

.content p,
.content li{
    line-height: 1.5;
}

.content ul {
    padding-left: 8rem;
}
@media (max-width: 1024px) {
    .content p {
        margin-bottom: 1.5rem;
        padding-left: 0;
    }
    .content ul {
    padding-left: 2rem;
}
}
.content a {
    color: $red;
    text-decoration: underline;
}
.content img {
    margin-bottom: 3rem;
    width: 100%;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content strong {
    margin-top: 6rem;
    margin-bottom: 2rem;
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.2;
}
@media (max-width: 1024px) {
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6,
    .content strong {
        margin-top: 4rem;
        margin-bottom: 2.5rem;
        font-size: 1.8rem;
        line-height: 1.166666666666667;
    }
}
.content__left {
    width: 95.5rem;
}
@media (max-width: 1024px) {
    .content__left {
        width: 100%;
    }
}
.content__right {
    position: relative;
    padding-top: 2rem;
    width: 35rem;
}
@media (max-width: 1024px) {
    .content__right {
        display: none;
    }
}
.footer {
    position: relative;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    background-color: #1b1b1b;
}
@media (max-width: 1024px) {
    .footer {
        padding-top: 1.5rem;
        padding-bottom: 2rem;
    }
}
.footer__img {
    width: 37rem;
}
@media (max-width: 1024px) {
    .footer__img {
        width: 13.5rem;
            margin: auto;
    }
}
.footer__logo {
    display: block;
    margin-bottom: 2rem;
    width: 15.5rem;
}
@media (max-width: 1024px) {
    .footer__logo {
            margin: auto;
        margin-bottom: 1.5rem;
        width: 8rem;
    }
}
.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1024px) {
.footer__menu {
    margin-bottom: 1.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
}
.footer__link {
    margin-right: 2.7rem;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.1875;
}
@media (max-width: 1024px) {
    .footer__link {
        margin-right: 1rem;
        font-size: 0.9rem;
        line-height: 1.222222222222222;
    }
/*     .footer__link:first-child {
    display: none;
} */
}
.footer__link:hover {
    color: #ffe52c;
}
.header {
    position: relative;
    border-bottom: 1px solid #ffe52c;
}
.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 10rem;
}
@media (max-width: 1024px) {
    .header .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 7rem;
    }
}
.header__logo {
    height: 3.7rem;
}
@media (max-width: 1024px) {
    .header__logo {
        height: 2rem;
    }
}
.header__logo img {
    height: 100%;
}
.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1024px) {
    .header__menu {
        position: absolute;
        top: 7rem;
        right: 0;
        left: 0;
        z-index: 100;
        display: block;
        visibility: hidden;
        padding-top: 4rem;
        padding-bottom: 1rem;
        padding-left: 15px;
        background-color: #1b1b1b;
        background-image: url(/images/main.png);
        background-position: center;
        opacity: 0;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        border-top: 1px solid #ffe52c;
    }
}
@media (max-width: 1024px) {
    .header__menu.menu-show {
        visibility: visible;
        opacity: 1;
    }
}
.header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 2.7rem;
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
}
@media (max-width: 1024px) {
    .header__link {
        margin: 0;
        margin-bottom: 1rem;
        color: #fff;
        font-size: 1.4rem;
    }
}
.header__link-active,
.header__link:hover {
    color: #ffe52c;
}
.header__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 2rem;
}
@media (max-width: 1024px) {
    .header__more {
        display: none;
    }
}
.header__more span {
    margin-left: 0.5rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
}
.header__more span:first-child {
    background-color: $red;
}
.header__more span:nth-child(2) {
    background-color: $green;
}
.header__more span:last-child {
    background-color: #ffe52c;
}
.main {
    margin-top: -10.1rem;
    margin-bottom: 7.5rem;
    padding-top: 21rem;
    padding-bottom: 11rem;
    background-color: #000;
    background-image: url(/images/main.png);
    background-position: center;
    background-size: cover;
}
@media (max-width: 1024px) {
    .main {
        margin-top: -7.5rem;
        margin-bottom: 2rem;
        padding-top: 10.5rem;
        padding-bottom: 4rem;
    }
}
.main p {
    margin: 0;
}
.main__title {
    margin: 0;
    margin-bottom: 4rem;
    color: #ffe52c;
    text-align: center;
    text-transform: uppercase;
    font-size: 4.8rem;
    line-height: 1.1875;
}
@media (max-width: 1024px) {
    .main__title {
        margin: 0 auto;
        margin-bottom: 2rem;
        text-align: center;
        font-size: 2rem;
        line-height: 1.2;
    }
}
.main__text {
    padding: 0 17rem;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    line-height: 1.45;
}
@media (max-width: 1024px) {
    .main__text {
        padding: 0;
        font-size: 1rem;
        line-height: 1.5;
    }
}
.section-table {
    padding-bottom: 3rem;
}
@media (max-width: 1024px) {
    .section-table {
        padding-bottom: 0;
    }
}
.table {
    counter-reset: table;
}
.table__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-top: 5rem;
    height: 7rem;
    background-color: #1b1b1b;
    color: #ffe52c;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.6rem;
}
@media (max-width: 1024px) {
    .table__head {
        margin-top: 3rem;
        height: 2rem;
        font-size: 0.7rem;
    }
}
.table__head-mobile {
    display: none;
}
@media (max-width: 1024px) {
    .table__head-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
    }
    .table__head-mobile:first-child{
        display: none;
    }
   /*  .table__head-mobile:nth-child(n + 5) {
       display: none;
   } */
}
.table__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.table__item:nth-child(1) {
    width: 24rem;
}
@media (max-width: 1024px) {
    .table__item:nth-child(1) {
        width: 10rem;
    }
}
.table__item:nth-child(2) {
    width: 38rem;
}
@media (max-width: 1024px) {
    .table__item:nth-child(2) {
        display: none;
    }
}
.table__item:nth-child(3) {
    width: 34rem;
}
@media (max-width: 1024px) {
    .table__item:nth-child(3) {
        width: 24rem;
    }
}
.table__item:nth-child(4) {
    width: 18rem;
}
@media (max-width: 1024px) {
    .table__item:nth-child(4) {
        display: none;
    }
}
.table__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 10rem;
    height: 9.5rem;
    background-color: #1b1b1b;
    color: #ffe52c;
    font-size: 3.6rem;
}
@media (max-width: 1024px) {
    .table__num {
        width: 2.5rem;
        height: 3.5rem;
        font-size: 1.6rem;
    }
}
.table__num:before {
    content: counter(table);
    counter-increment: table;
    font-weight: 800;
}
.table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 9.5rem;
    background-color: #f7f7f7;
}
@media (max-width: 1024px) {
    .table__row {
        position: relative;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 1.5rem;
        padding: 0.8rem;
        height: 12rem;
    }
    .table__row:before {
        position: absolute;
        top: 5rem;
        right: 0.8rem;
        left: 0.8rem;
        border-top: 1px solid #1b1b1b;
        content: "";
    }
    .table__row .btn {
        margin-top: 1.5rem;
    }
}
.table__row:nth-child(1) .table__num {
    background-color: #ffe52c;
    color: #1b1b1b;
}
.table__row:nth-child(1) .btn {
    background-color: #ffe52c;
    color: #1b1b1b;
}
.table__row:nth-child(1) .btn:hover {
    background-color: #1b1b1b;
    color: #ffe52c;
}

/* @media (max-width: 1024px) {
    .table__row:nth-child(n + 6) {
        display: none;
    }
} */
.table__row:nth-child(2n) {
    background: #ededed;
}
.table__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: 15.5rem;
    height: 100%;
}
@media (max-width: 1024px) {
    .table__logo {
        width: 6rem;
        height: 3.5rem;
    }
}
.table__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit:  fill;
       object-fit: fill;
}
.table__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2rem;
    line-height: 1.2;
    justify-content: space-between;
}
@media (max-width: 1024px) {
    .table__title {
        margin-bottom: 0.5rem;
        font-size: 1.2rem;
        line-height: 1.25;
    }
}
.table__rating {
    padding-left: 4.5rem;
    width: 38rem;
}
@media (max-width: 1024px) {
    .table__rating {
        padding-left: 1rem;
        width: 18rem;
    }
}
.table__rating img {
    width: 11rem;
    height: auto;
    margin-right: 2rem;
}
@media (max-width: 1024px) {
    .table__rating img {
        margin-left: 1rem;
        width: 6.5rem;
    }
}
.table__text {
    color: #737373;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.166666666666667;
}
@media (max-width: 1024px) {
    .table__text {
        font-size: 1rem;
    }
}
.table__text a {
    padding: 0 0.3rem;
    background-color: #ffe52c;
    color: #1b1b1b;
}
.table__bonus {
    text-align: center;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.166666666666667;
}
@media (max-width: 1024px) {
    .table__bonus {
        margin-top: 1.5rem;
        margin-right: 1.5rem;
        width: 13rem;
        font-size: 1.2rem;
        line-height: 1.25;
    }
}
.table__bonus span {
    display: block;
    margin: 0 auto;
    padding: 0 0.3rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #1b1b1b;
    color: #ffe52c;
    font-size: 2rem;
    line-height: 1.15;
}
@media (max-width: 1024px) {
    .table__bonus span {
        font-size: 1.3rem;
    }
}
.table__icon {
    width: 23rem;
    text-align: center;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.166666666666667;
}
@media (max-width: 1024px) {
    .table__icon {
        display: none;
    }
}
.table__icon img {
    margin: 0 auto;
    margin-bottom: 1rem;
    width: 3rem;
    height: 3rem;
}
.title {
    margin: 0;
}
.title-h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.277777777777778;
}
@media (max-width: 1024px) {
    .title-h2 {
        font-size: 2rem;
        line-height: 1.2;
    }
}
.title-h2 span {
    position: relative;
    margin-right: -0.5rem;
    padding-right: 0.5rem;
    padding-left: 0.7rem;
    background-color: #ffe52c;
}
