@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

svg use {
    fill: #fff;
    fill-rule: evenodd;
}

.path {
    fill: #fff;
    stroke: #fff;
}

html {
    scroll-behavior: smooth;
}

.svg-menu rect, .menu {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    width: 100%;
    color: #3C3F44;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
    background: #E5E8ED;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
}

body.active {
    margin-top: 70px;
}

* {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

ul > li {
    display: inline-block;
}

span {
    display: inline-block;
}

.image img {
    display: block;
}

.header {
    z-index: 1000;
    width: 100%;
    background: #282B30;
}

.main > * + * {
    margin-top: 20px;
}

.image img {
    margin: auto;
}

.content {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
}

a {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

h1, h2, h3, h4, .title {
    font-weight: 700;
    z-index: 100;
    color: #E96E32;
    text-transform: uppercase;
}

h1, .title.general {
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    text-transform: uppercase;
}

h2, .title.high {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
}

h3, .title.middle {
    font-size: 30px;
    line-height: 38px;
    color: #fff;
}

h4, .title.small {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

.button {
    min-width: 153px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF4303), to(#FD6A35));
    background: -webkit-linear-gradient(#FF4303, #FD6A35);
    background: -moz-linear-gradient(#FF4303, #FD6A35);
    background: -o-linear-gradient(#FF4303, #FD6A35);
    background: linear-gradient(#FF4303, #FD6A35);
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    padding: 11.5px 20px;
    display: inline-block;
    position: relative;
	height: auto;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
    cursor: pointer;
    margin: auto;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.button:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}



/* header */

/* first */

.content.header__content {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    background: transparent;
    border: none;
}

.header.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.logo img {
    display: block;
    max-width: none;
}

.header__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 120px;
    -moz-box-flex: 0;
    flex: 0 1 120px;
}

.header__menu-button {
    display: none;
    background: transparent;
    z-index: 1000;
}

.header__menu-button svg {
    display: block;
    width: 45px;
}

.header__button.button {
    min-width: 125px;
    padding: 7.5px 20px;
}

.header__button + .header__button {
    background: #9E2B86;
    margin-left: 12px;
}

.header__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.header__menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin-left: 60px;
    margin-right: 60px;
}

.header__menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    text-align: right;
    overflow: hidden;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
}

.header__menu > ul a {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    padding: 25px 0 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.4;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header__menu > ul a img {
    display: block;
}

.header__menu > ul a:hover {
    opacity: 1;
    border-bottom: 5px solid #9E2B86;
}

.header__menu > ul a span:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 18px;
    -moz-box-flex: 0;
    flex: 0 1 18px;
    margin-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.header__menu > ul a svg path {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header__menu > ul a:hover svg path {
    fill: #9E2B86;
}

.header__menu > ul li + li {
    margin-left: 17px;
}

.header__expand-menu {
    display: none;
    margin-bottom: 50px;
    z-index: 1001;
}

.header__expand-menu svg {
    display: block;
    margin: auto;
}

.header__expand-menu > * {
    display: none;
    width: 100%;
}

.header__expand-menu > *:nth-child(2) a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.header__expand-menu li {
    display: block;
}

.header__expand-menu > *:nth-child(2) a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: 500;
    padding: 12.5px;
    margin-bottom: 15px;
    width: 100vw;
    text-transform: uppercase;
}

.header__expand-menu img {
    display: block;
}

.header__expand-menu a span:first-child {
    margin-right: 10px;
}






/* cover */

.cover {
    overflow: hidden;
}

.content.cover__content {
    padding: 0;
    overflow: visible;
    background: transparent;
    padding: 160px 0;
}

.cover__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cover__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.cover__wrap {
    z-index: 100;
    max-width: 750px;
    width: 65%;
    text-align: left;
}

.cover__image {
    position: absolute;
    bottom: 0;
    right: 10px;
    height: 100%;
    z-index: 1;
}

.cover__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
}

.title.cover__title span {
    display: block;
}

.cover__button.button {
    min-width: 243px;
    background: #9E2B86;
}

.cover__footnote {
    font-size: 10px;
    line-height: 15px;
    margin-top: 8px;
    color: #fff;
    max-width: 243px;
    text-align: center;
}


/* first bonus */

.first-bonus__content.content {
    background: transparent;
    overflow: hidden;
    padding: 140px 30px 60px;
    background: #351E51;
}

.first-bonus__wrap {
    text-align: center;
    z-index: 100;
    width: 70%;
    max-width: 550px;
    margin: auto;
    padding: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.first-bonus__title.title {
    text-transform: uppercase;
    color: #fff;
}

.title.high.first-bonus__title {
    margin-bottom: 20px;
}

.title.small.first-bonus__title {
    margin-bottom: 16px;
}

.button.first-bonus__button {
    min-width: 270px;
    background: #E96E32;
}

.first-bonus__footnote {
    font-size: 10px;
    line-height: 15px;
    margin-top: 8px;
    color: #fff;
}

.first-bonus__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.first-bonus__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
    width: 100%;
}



/* main info */

.wrap {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #E96E32;
    overflow: hidden;
}

table {
    width: 100%;
}

table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

table tr td {
    padding: 10px 30px;
    min-height: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border: 1px solid #E96E32;
    text-align: center;
}

table a:hover {
    text-decoration: underline;
}

table img {
    display: block;
    margin: auto;
}

table thead {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

table thead tr {
    background: -webkit-gradient(linear, left top, right top, from(#E96E32), to(#A22489));
    background: -webkit-linear-gradient(left, #E96E32, #A22489);
    background: -moz-linear-gradient(left, #E96E32, #A22489);
    background: -o-linear-gradient(left, #E96E32, #A22489);
    background: linear-gradient(to right, #E96E32, #A22489);
}

.general__table tr td:first-child {
    font-weight: 600;
}

.general__table tr td, .pros__table tr td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    flex: 0 1 50%;
    padding: 25px 40px;
}

.general__table thead tr td:first-child, .pros__table thead tr td:first-child {
    border-right: none;
}

.general__table thead tr td:last-child, .pros__table thead tr td:last-child {
    border-left: none;
}



.online__table tr td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 21%;
    -moz-box-flex: 0;
    flex: 0 1 21%;
}



/* vip */

.vip__content.content {
    padding-right: 34%;
    overflow: hidden;
}

.vip__title.title {
    color: #fff;
}

.vip__wrap > * + * {
    margin-top: 16px;
}

.vip__wrap div {
    padding: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: -webkit-gradient(linear, left top, right top, from(#E96E32), to(#A22489));
    background: -webkit-linear-gradient(left, #E96E32, #A22489);
    background: -moz-linear-gradient(left, #E96E32, #A22489);
    background: -o-linear-gradient(left, #E96E32, #A22489);
    background: linear-gradient(to right, #E96E32, #A22489);
    color: #fff;
    z-index: 100;
}

.vip__image {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.vip__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
    width: 100%;
    -o-object-position: 80%;
    object-position: 80%;
}



/* license */

.license__content.content {
    padding-bottom: 60px;
    overflow: hidden;
}

.license__article {
    max-width: 700px;
    margin: auto;
    width: 70%;
    z-index: 100;
    text-align: center;
}

.license__image {
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: 1;
}

.license__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
}

.license__image.left {
    left: 70px;
}

.license__image.right {
    right: 70px;
}

.article .license__wrap {
    margin-top: 30px;
}

.license__wrap {
    padding: 20px;
    text-align: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #E96E32;
    max-width: 560px;
    margin: 0 auto 0;
    background: rgba(255, 255, 255, 0.7);
}




/* article  */



article > *, .article > * {
    margin-top: 16px;
}

.article > * + .button, article > * + .button {
    margin-top: 16px;
}

article > *:first-child, .article > *:first-child, article > a.button:first-child, .article > a.button:first-child {
    margin-top: 0;
}

article li, .article li {
    padding-left: 15px;
    display: block;
    text-align: left;
}

.article ul li:before, article ul li:before {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #E96E32;
    position: absolute;
    left: 0;
    top: -webkit-calc(50% - 6px);
    top: -moz-calc(50% - 6px);
    top: calc(50% - 6px);
}

.article ol, article ol {
    list-style-position: inside;
    list-style: none;
}

.article ol > li, article > ol li {
    counter-increment: ol;
}

.article ol > li:before, article ol > li:before {
    content: counter(ol) '.';
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    color: #3C3F44;
}

.article > ol > li:marker, article > ol > li:marker {
    content: counters(li);
}

/* faq */

.faq__content.content {
    overflow: hidden;
}

.faq__title.title {
    color: #fff;
}

.faq__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.faq__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    -o-object-position: 70%;
    object-position: 70%;
}

.faq__item {
    display: block;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, right top, from(rgba(233, 110, 50, 0.85)), to(rgba(162, 36, 137, 0.85)));
    background: -webkit-linear-gradient(left, rgba(233, 110, 50, 0.85), rgba(162, 36, 137, 0.85));
    background: -moz-linear-gradient(left, rgba(233, 110, 50, 0.85), rgba(162, 36, 137, 0.85));
    background: -o-linear-gradient(left, rgba(233, 110, 50, 0.85), rgba(162, 36, 137, 0.85));
    background: linear-gradient(to right, rgba(233, 110, 50, 0.85), rgba(162, 36, 137, 0.85));
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 100;
}

.faq-item__question {
    text-transform: uppercase;
    padding: 13.5px 16px 13.5px 55px;
    position: relative;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    text-align: left;
}

.faq-item__question:before {
    content: url(../images/faq.svg);
    position: absolute;
    left: 16px;
    top: -webkit-calc(50% - 16px);
    top: -moz-calc(50% - 16px);
    top: calc(50% - 16px);
    height: 32px;
}

.faq-item__question:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    background: #fff;
    top: -webkit-calc(50% - 7.5px);
    top: -moz-calc(50% - 7.5px);
    top: calc(50% - 7.5px);
    left: 31px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.faq__item.active .faq-item__question:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq__item + .faq__item {
    margin-top: 8px;
}

.faq-item__answer {
    padding: 0 16px 10px;
    color: #fff;
}

.js-expand-content {
    display: none;
    overflow: hidden;
}

.js-expand-content.expanded {
    height: 100%;
}



/* footer */

.footer {
    background: #282B30;
    margin-top: 20px;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.2;
}

.footer__content.content {
    padding: 30px 0;
    background: transparent;
    border: none;
    color: #868C96;
    font-weight: 500;
	max-width: 1240px;
	margin: auto;
}

.footer__payment {
    padding-bottom: 30px;
    padding-top: 20px;
    margin-left: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	position: relative;
	width: -webkit-calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
}

.footer__payment li {
    margin-top: 10px;
    margin-left: 10px;
    width: 113px;
    height: 66px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 15px;
}

.footer img {
    display: block;
    margin: auto;
}

.footer__payment:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100vw;
    height: 1px;
    background: #fff;
    left: -webkit-calc((1240px - 100vw) / 2 + 10px);
    left: -moz-calc((1240px - 100vw) / 2 + 10px);
    left: calc((1240px - 100vw) / 2 + 10px);
}

.footer__payment:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background: #fff;
    left: -webkit-calc((1240px - 100vw) / 2 + 10px);
    left: -moz-calc((1240px - 100vw) / 2 + 10px);
    left: calc((1240px - 100vw) / 2 + 10px);
}

.footer__payment > li:before {
	content: none !important;
}

.footer__wrap {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.footer__age {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40px;
    -moz-box-flex: 0;
    flex: 0 1 40px;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f04e34;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
}

.footer__article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 40px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 40px);
    padding-right: 25px
}

.footer__article > *:first-child {
	margin-top: 0;
}

.footer__article > * + * {
    margin-top: 16px;
}

.footer__article a {
    color: #0000EE;
    text-decoration: underline;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.footer__article a:hover {
    color: #3030ff;
}

.footer__list {
    margin-top: 0;
    margin-left: -25px !important;
	width: -webkit-calc(100% + 25px);
	width: -moz-calc(100% + 25px);
	width: calc(100% + 25px);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1240px;
    margin: auto;
}

.footer__list li {
    margin-left: 25px;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
	padding: 0 !important;
}

.footer__list > li:before {
    content: none !important;
}

.footer__list a {
    display: block;
}

.footer__list img {
    height: 40px;
}

@media screen and (max-width: 1260px) {
	.footer__content.content {
		margin: auto 10px;
	}

    .footer__payment:before {
        left: 0;
    }

    .footer__payment:after {
        left: 0;
    }
}

@media screen and (max-width: 700px) {
    .footer__list {
        margin-top: 10px;
    }

	.footer__payment li {
        width: 90px;
        height: 50px;
        padding: 10px;
    }
}



/* breadcrumbs */

.breadcrumbs {
    margin-bottom: 8px;
}

.breadcrumbs a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.breadcrumbs li:after {
    content: "|";
    color: #fff;
    font-size: 16px;
    margin: 0 8px 0 6px;
}

.breadcrumbs li:last-child:after {
    content: none;
}

.breadcrumbs li:not(.last-child) a:hover {
    color: #FDCD0A;
}

.breadcrumbs li:last-child a:hover {
    color: #fff;
}



/* bonus */

.promotions__content > * + * {
    margin-top: 16px;
}

.promotions__list {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.promotions-list__item {
    margin-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    min-height: 250px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: -webkit-gradient(linear, left top, right top, from(#E96E32), to(#A22489));
    background: -webkit-linear-gradient(left, #E96E32, #A22489);
    background: -moz-linear-gradient(left, #E96E32, #A22489);
    background: -o-linear-gradient(left, #E96E32, #A22489);
    background: linear-gradient(to right, #E96E32, #A22489);
    overflow: hidden;
}

.promotions-item__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 22%;
    -moz-box-flex: 0;
    flex: 0 1 22%;
    min-width: 200px;
}

.promotions-item__article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 78%;
    -moz-box-flex: 0;
    flex: 0 1 78%;
    padding: 20px 40px 20px 0;
    color: #fff;
    max-width: -webkit-calc(100% - 200px);
    max-width: -moz-calc(100% - 200px);
    max-width: calc(100% - 200px);
}

.promotions-item__article.article > * + * {
    margin-top: 12px;
}



/* mobile-app */

.mobile-app__content.content {
    overflow: hidden;
}

.mobile-app__wrap {
    padding-right: 360px;
}

.mobile-app__article {
    padding: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: -webkit-gradient(linear, left top, right top, from(#E96E32), to(#A22489));
    background: -webkit-linear-gradient(left, #E96E32, #A22489);
    background: -moz-linear-gradient(left, #E96E32, #A22489);
    background: -o-linear-gradient(left, #E96E32, #A22489);
    background: linear-gradient(to right, #E96E32, #A22489);
    color: #fff;
    z-index: 100;
    margin-top: 16px;
}

.mobile-app__article.article > * + * {
    margin-top: 8px;
}

.mobile-app__article.article h3 {
    color: #fff;
    font-weight: 400;
    text-transform: none;
}

.mobile-app__article.article ol li:before {
    color: #fff;
}

.mobile-app__image {
    position: absolute;
    right: 25px;
    bottom: 0;
    height: 100%;
    z-index: 1;
}

.mobile-app__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
}



/* comment */

.comment__content.content {
    overflow: hidden;
    padding-right: 26%;
}

.comment__title.title {
    color: #fff;
}

.comment__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.comment__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    -o-object-position: 80%;
    object-position: 80%;
}

.comment__list {
    margin-top: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 100;
}

.comment-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(233, 110, 50, 0.85)), to(rgba(162, 36, 137, 0.85)));
    background: -webkit-linear-gradient(left, rgba(233, 110, 50, 0.85), rgba(162, 36, 137, 0.85));
    background: -moz-linear-gradient(left, rgba(233, 110, 50, 0.85), rgba(162, 36, 137, 0.85));
    background: -o-linear-gradient(left, rgba(233, 110, 50, 0.85), rgba(162, 36, 137, 0.85));
    background: linear-gradient(to right, rgba(233, 110, 50, 0.85), rgba(162, 36, 137, 0.85));
    color: #fff;
    margin-top: 20px;
}

.comment-item__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.comment-item__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 60px;
    -moz-box-flex: 0;
    flex: 0 1 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.comment-item__wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(1005 - 60px - 20px);
    -moz-box-flex: 0;
    flex: 0 1 calc(1005 - 60px - 20px);
    font-weight: 700;
}

.comment-item__name {
    margin-bottom: 6px;
}




/* grade */

.grade__content.content {
    overflow: hidden;
    background: #D98C23;
    min-height: 500px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

.grade__title.title {
    color: #fff;
}

.grade__image {
    z-index: 1;
    position: absolute;
    bottom: 0;
    height: -webkit-calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: calc(100% - 10px);
    left: -500px;
    width: -webkit-calc(100% + 1000px);
    width: -moz-calc(100% + 1000px);
    width: calc(100% + 1000px);
}

.grade__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
}

.grade__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-left: -20px;
    margin-top: -12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grade-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 60px) / 3);
    margin-top: 12px;
    margin-left: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(233, 110, 50, 0.85)), to(rgba(162, 36, 137, 0.85)));
    background: -webkit-linear-gradient(left, rgba(233, 110, 50, 0.85), rgba(162, 36, 137, 0.85));
    background: -moz-linear-gradient(left, rgba(233, 110, 50, 0.85), rgba(162, 36, 137, 0.85));
    background: -o-linear-gradient(left, rgba(233, 110, 50, 0.85), rgba(162, 36, 137, 0.85));
    background: linear-gradient(to right, rgba(233, 110, 50, 0.85), rgba(162, 36, 137, 0.85));
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 10px;
    min-height: 76px;
    color: #fff;
    z-index: 100;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 24px;
}

.grade-list__item:nth-child(2) {
    margin-left: 30px;
}

.grade-list__item img {
    display: block;
    margin: auto;
}

.grade-list__item span:nth-child(2) {
    margin: 0 20px;
    font-weight: 700;
}
