@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;900&display=swap');

* {
    position: relative;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    outline: none;
}

body {
    padding: 0;
    margin: 0;
    background-color: #22201e;
    color: #FFF;
    overflow-x: hidden;
    scroll-behavior: smooth;
    display: flex;
    flex-direction: column;
}

html, body{
    height: 100%;
}

.box {
    width:100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto 36px;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-direction: row;
}

.ai-center {
    align-items: center;
}

header {
    padding: 38px 0;
}

.header-logo {
    display: block;
    font-size: 0;
}

.header-navigation {
    margin-left: auto;
}

.header-menu {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin:0;
}

.header-menu li {
    padding:0 27px;
}

.header-menu a {
    display: block;
    padding: 3px 0;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    color: #FFF;
    border-bottom: 1px solid transparent;
    transition: border-bottom .2s ease-out;
}

.header-menu li.active a,
.header-menu li a:hover {
    border-bottom: 1px solid #C94243;
}

.header-auth {
    display: block;
    padding: 22px 40px;
    font-weight: 600;
    color:#FFF;
    text-decoration: none;
    font-size: 18px;
    background-color: #C94243;
    border-radius: 6px;
    margin-left: 86px;
    box-shadow: 0px 0px 0px rgba(201, 66, 67, 0.0);
    transition: .3s ease-out;
}

.header-auth:hover {
    box-shadow: 0px 0px 20px rgba(201, 66, 67, 0.76);
    background: #e14a4b;
}

.slider-item {
    display: flex;
    align-items: center;
    min-height: 570px;
}

.slider-item_title {
    font-weight: bold;
    font-size: 72px;
    color: #FFFFFF;
    line-height: 68px;
}

.slider-item_subtitle {
    font-size: 24px;
    color: #FFF;
    margin-top: 25px;
}

.slider-item_btn {
    display: inline-block;
    background: #C94243;
    box-shadow: 0px 0px 0px rgba(201, 66, 67, 0.0);
    border-radius: 5px;
    padding: 30px 32px;
    font-weight: bold;
    font-size: 24px;
    color: #FFF;
    margin-top: 60px;
    margin-bottom: 60px;
    text-decoration: none;
    transition: .3s ease-out;
}

.slider-item_btn:hover {
    box-shadow: 0px 0px 20px rgba(201, 66, 67, 0.76);
    background: #e14a4b;
}

.slider-item_content {
    z-index: 2;
}

.slider-item_img {
    position: absolute;
    z-index: 0;
    right: -45px;
    bottom:-15px;
    background: url("../img/circle.png") center center no-repeat;
    background-size: contain;
}

.addition .addition-item:first-of-type {
    margin-left: 0;
}

.addition .addition-item:last-of-type {
    margin-right: 0;
}

.addition-item {
    background: #C94243;
    border-radius: 12px;
    margin: 0 10px;
    padding: 18px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    cursor: default;
}

.addition-item_img {
    font-size: 0;
}

.addition-item_text {
    padding-left: 15px;
}

.about-box {
    margin-top: 90px;
}

.about-text {
    margin-right: 46px;
}

.about-text_title {
    font-weight: bold;
    font-size: 64px;
    color: #FFF;
    line-height: 60px;
}

.about-text_description {
    font-size: 24px;
    letter-spacing: 0.01em;
    margin-top: 40px;
    font-weight: 300;
}

.main-catalog_title {
    font-weight: bold;
    font-size: 64px;
    line-height: 60px;
    color: #FFF;
    margin-top: 90px;
    text-align: center;
}

.page.main-catalog .main-catalog_title {
    margin-top: 22px;
}

.main-catalog_categories {
    margin-top: 40px;
    display: inline-block;
}

.main-catalog_categories > ul {
    margin:0;
    padding:0;
    list-style: none;
    border: 1px solid #C94243;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    z-index:2;
}

.main-catalog_categories > ul  li {
    margin-right: 26px;
    cursor: pointer;
}

.main-catalog_categories > ul a,
.main-catalog_categories > ul li {
    display: block;
    font-weight: 500;
    font-size: 24px;
    text-decoration: none;
    color: #FFF;
    line-height: 22px;
}

.main-catalog_categories > ul a,
.main-catalog_addition-list {
    padding: 20px 26px;
}

.main-catalog_categories > ul li:last-of-type {
    margin-right: 0;
}

.main-catalog_categories-bar {
    background: #C94243;
    border-radius: 7px;
    position: absolute;
    z-index: 0;
    height: 100%;
    top:0;
    left:0;
    transition: .5s ease-out;
}

.main-catalog_categories-bar.last {
    border-radius: 7px 7px 0 0;
    margin-left:1px;
}

.main-catalog_categories > ul li.main-catalog_addition-list {
    display: flex;
    align-items: center;
}

.main-catalog_categories-arrow {
    display: block;
    width: 16px;
    height: 10px;
    background: url("../img/catalog-arrow.png") no-repeat;
    background-size: contain;
    margin-left: 9px;
    margin-top: 2px;
    transform: rotate(0deg);
    transition: transform .3s ease-out;
}

.main-catalog_categories > ul li.main-catalog_addition-list.current .main-catalog_categories-arrow {
    transform: rotate(180deg);
}

.main-catalog_row {
    margin: 30px -15px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.main-catalog_item {
    width: 100%;
    max-width: 25%;
    padding: 15px;
    color: #FFF;
    display: block;
    text-decoration: none;
}

.main-catalog_item-box {
    border: 1px solid #C94243;
    border-radius: 20px;
    box-shadow: 0px 0px 0px rgba(201, 66, 67, 0.0), inset 0px 0px 0px rgba(201, 66, 67, 0.0);
    transition: .3s ease-out;
}

.main-catalog_item-box:hover {
    
    box-shadow: 0px 0px 20px rgba(201, 66, 67, 0.76), inset 0px 0px 20px rgba(201, 66, 67, 0.76);
}

.main-catalog_item-box--img {
    border-radius: 20px 20px 0 0;
    font-size: 0;
    text-align: center;
    padding: 30px 35px 0;
    min-height: 179px;
}

.main-catalog_item-box--overflow {
    position: absolute;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 179px;
    top:0;
    left:0;
    right:0;
    overflow: hidden;
    overflow: hidden;
}

.main-catalog_item-box--overflow::before {
    content: '';
    position: absolute;
    /* background-color: rgba(201, 66, 67, 0.5); */
    width: 100%;
    top:0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 179px;
    border-radius: 20px 20px 0 0;
    opacity: 0;
    transition: .4s;
}

.main-catalog_item-box:hover .main-catalog_item-box--overflow::before {
    opacity: 1;
}

.main-catalog_item-box--overflow a {
    display: block;
    color: #FFF;
    background-color: #c94243;
    padding: 15px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin: 10px 28px;
    z-index: 5;
    top: -20px;
    opacity: 0;
    transition: .3s;
}

.main-catalog_item-box:hover .main-catalog_item-box--overflow a {
    opacity: 1;
    top: 0;
}

.main-catalog_item-box--overflow a:hover {
    background-color: #333;
}

.bundle .main-catalog_item-box--img {
    border-bottom: 1px solid #C94243;
    padding: 0 24px;
    height: 179px;
}

.main-catalog_item-box--img img {
    max-width: 100%;
    z-index: 2;
}

.bundle .main-catalog_item-box--img img {
    position: absolute;
    height: 198px;
    max-width: unset;
    transform: translateX(-50%);
    bottom:0;
}

.main-catalog_item-box--title {
    padding: 13px 28px 10px;
}

.main-catalog_item-box--title a {
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    display: flex;
    min-height: 34px;
    justify-content: center;
    align-items: center;
}

.main-catalog_item-box--subtitle {
    font-size: 14px;
    color: #FFF;
    text-align: center;
    font-weight: 300;
}

.main-catalog_item-box--price {
    margin-top: 28px;
}

.main-catalog_item-box--price a {
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    display: block;
}

.main-catalog_item-box--btn {
    padding: 10px 28px 22px;
}

.main-catalog_item-box--btn a {
    display: block;
    text-align: center;
    background: #C94243;
    border-radius: 6px;
    font-weight: bold;
    font-size: 18px;
    line-height: 17px;
    color: #FFF;
    text-decoration: none;
    padding: 14px 15px;
    box-shadow: 0px 0px 0px rgba(201, 66, 67, 0.0);
    transition: .3s ease-out;
}

.main-catalog_item-box--btn a:hover {
    box-shadow: 0px 0px 20px rgba(201, 66, 67, 0.76);
    background: #e14a4b;
}

.main-catalog_btn {
    margin-top: 30px;
    text-align: center;
}

.main-catalog_btn a {
    display: inline-block;
    background: #C94243;
    border-radius: 8px;
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
    padding: 22px 34px;
    color: #FFF;
    box-shadow: 0px 0px 0px rgba(201, 66, 67, 0.0);
    transition: box-shadow .3s ease-out, background .3s ease-out;
}

.main-catalog_btn a:hover {
    box-shadow: 0px 0px 20px rgba(201, 66, 67, 0.76);
    background: #e14a4b;
}

.promo-title {
    margin-top: 90px;
    font-weight: bold;
    font-size: 64px;
    color: #FFF;
    text-transform: uppercase;
}

.promo-box {
    background: #1C1C1C;
    border: 1px solid #C94243;
    border-radius: 12px;
    margin-top: 44px;
    padding: 40px 30px 22px;
}

.promo-box_img {
    position: absolute;
    right:0;
    bottom:0;
    font-size: 0;
    z-index: 2;
}

.promo-box_img img {
    height: 103%;
}

.promo-box_title {
    font-weight: 800;
    font-size: 36px;
    line-height: 38px;
    color: #FFF;
    text-transform: uppercase;
}

.promo-box_title span {
    color: #c94243;
}

.promo-box_price {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.promo-box_price--old {
    color: #8E8E8E;
    font-weight: 500;
    margin-right: 26px;
    font-size: 24px;
    text-decoration: line-through;
}

.promo-box_price--new {
    font-weight: bold;
    font-size: 36px;
    line-height: 38px;
    color: #F3595A;
}

.promo-box_timer--title {
    margin-top: 38px;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 18px;
}

.promo-box_timer {
    margin: 16px -10px 0;
    display: flex;
}

.promo-box_timer--num {
    margin: 0 10px;
    border: 4px solid #C94243;
    border-radius: 5px;
    text-align: center;
    padding: 22px 40px;
    font-weight: bold;
    font-size: 36px;
    line-height: 38px;
    width: 226px;
}

.promo-box_timer--num span {
    display: block;
}

.promo-box_timer-btns {
    margin: 28px -10px 0;
    display: flex;
}

.promo-box_timer-btns a {
    display: inline-block;
    width: 226px;
    border: 1px solid #C94243;
    background: transparent;
    border-radius: 5px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    margin:0 10px;
    box-shadow: 0px 0px 0px rgba(201, 66, 67, 0);
    transition: box-shadow .3s ease-out, background .3s ease-out;
}

.promo-box_timer-btns a:first-of-type {
    background-color: #C94243;
}

.promo-box_timer-btns a:hover {
    box-shadow: 0px 0px 20px rgba(201, 66, 67, 0.76);
    background: #e14a4b;
}

.promo-box_partners-row {
    display: flex;
    align-items: center;
    margin: 28px -20px 0;
}

.promo-box_partners-item {
    margin: 0 20px;
}

.promo-box_partners-item img {
    max-width: 100%;
}

footer {
    padding: 20px 0;
    background: #C94243;
    margin-top: 36px;
    margin-top: auto;
}

.footer-row {
    display: flex;
    align-items: center;
}

.footer-col--text {
    margin: 0 auto;
}

.main-catalog_categories-submenu {
    position: absolute;
    top: 64px;
    z-index: 6;
    opacity:0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: visibility .3s ease-out, opacity .3s ease-out, transform .3s ease-out;
}

.main-catalog_categories-submenu.active {
    opacity:1;
    visibility: visible;
    transform: translateY(0);
}

.main-catalog_categories-submenu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    max-width: 317px;
    min-width: 280px;
    background: #FFF;
    border-radius: 0 7px 7px 7px;
    padding:0;
    margin:0;
    overflow: hidden;
}

.main-catalog_categories-submenu.right ul {
    border-radius: 7px 0 7px 7px;
}

.main-catalog_categories-submenu li {
    padding: 15px 32px;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    background: #FFF;
    transition: background .2s ease-out;
}

.main-catalog_categories-submenu li:hover,
.main-catalog_categories-submenu li.active {
    background-color: #FFDDDE;
}

.nmr {
    margin-left: unset;
    margin-right: unset;
}

.single-product_box {
    width: 100%;
    background: #1C1C1C;
    border: 1px solid #C94243;
    padding: 60px;
    border-radius: 16px;
}

.single-product_info {
    display: flex;
}

.single-product_info-img {
    max-width: 515px;
    width: 100%;
    border: 1px solid #C94243;
    border-radius: 14px;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    align-self: flex-start;
}

.single-product_info-img img {
    max-width: 100%;
}

.single-product_info-content {
    padding-left: 40px;
    width: 100%;
    max-width: 50%;
}

.single-product_info-description {
    font-size: 16px;
    font-weight: 200;
    padding-right: 75px;
}

.single-product_info-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 25px;
    padding-right: 75px;
}

.single-product_info-img.overview {
    overflow:unset;
    max-height: 200px;
}

.single-product_info-img.overview img {
    height: 120%;
    top: -20%;
    z-index: 2;
}

.single-product_info-img--car {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .7;
}

.single-product_info-img--car img {
    max-width: 400px;
}

.ui-icon.ui-icon-steam {
    background-image:url("../img/platforms/steam.svg");
    background-position: center center;
    background-size: cover;
}

.ui-icon.ui-icon-ps {
    background-image:url("../img/platforms/ps.svg");
    background-position: center center;
    background-size: cover;
}

.ui-icon.ui-icon-xbox {
    background-image:url("../img/platforms/xbox.svg");
    background-position: center center;
    background-size: cover;
}

.ui-icon.ui-icon-social-club {
    background-image:url("../img/platforms/social-club.svg");
    background-position: center center;
    background-size: cover;
}

.ui-icon.ui-icon-epic-games {
    background-image:url("../img/platforms/epic-games.svg");
    background-position: center center;
    background-size: cover;
}

.single-product_info-platform {
    margin-top: 25px;
    padding-right: 75px;
}

.single-product_info-platform .single-product_info-platform--title {
    display: block;
    margin-bottom: 10px;
}

.single-product_info-price {
    padding: 17px 0;
    font-weight: 700;
    font-size: 24px;
}

.single-product_info-row {
    display: flex;
    align-items:center;
}

.single-product_info-row--buy a {
    display: block;
    background: #C94243;
    color: #FFF;
    padding: 24px 26px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    line-height: 24px;
    box-shadow: 0px 0px 0px rgb(201 66 67 / 0%);
    transition: .3s ease-out;
}

.single-product_info-row--buy a:hover {
    box-shadow: 0px 0px 20px rgb(201 66 67 / 76%);
    background: #e14a4b;
}

.single-product_info-row--buy {
    padding-right: 37px;
}

.single-product_info-row--btn {
    background: #C94243;
    border-radius: 7px;
    color: #FFF;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0px 0px 0px rgb(201 66 67 / 0%);
    transition: .3s ease-out;
}

.single-product_info-row--btn:hover {
    box-shadow: 0px 0px 20px rgb(201 66 67 / 76%);
    background: #e14a4b;
}

.single-product_info-row--nums {
    display: flex;
    align-items: center;
}

.single-product_info-row--number {
    padding: 0 16px;
    min-width: 60px;
    text-align: center;
    display: block;
}

.basket-box {
    background: #1C1C1C;
    border-radius: 18px;
    border: 1px solid #C94243;
    padding: 50px;
    display: flex;
}

.basket-box_left {
    max-width: 670px;
    z-index: 2;
}

.basket-box_right {
    position: absolute;
    right: -30px;
    bottom:0;
    font-size:0;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.basket-box_right img {
    max-height: 780px;
    height: 103%;
}

.basket-title {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 23px;
}

.basket-subtitle {
    padding-top: 25px;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
}

.basket-table_box {
    border: 1px solid #C94243;
    border-radius: 4px;
    overflow: hidden;
    width: fit-content;
}

.basket-table {
    border-collapse: collapse;
}

.basket-table th,
.basket-table td {
    border: 1px solid #C94243;
    padding: 27px 25px;
}

.basket-table th {
    border-top: none;
}

.basket-table tr:last-of-type td {
    border-bottom: none;
}

.basket-table tr td:first-of-type,
.basket-table tr th:first-of-type {
    border-left: none;
}

.basket-table tr td:first-of-type {
    border-right:1px solid transparent;
    padding: 27px 10px;
}

.basket-table tr td:nth-child(2) {
    padding-left: 0px;
}

.basket-table tr td:last-of-type,
.basket-table tr th:last-of-type {
    border-right: none;
}

.basket-input {
    flex: 1;
}

.basket-input input {
    display: inline-block;
    padding: 21px 30px;
    background: #1c1c1c;
    border: 1px solid #C94243;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    color: #FFF;
    line-height: 18px;
    width: 100%;
}

.basket-input input::placeholder {
    font-weight: 500;
    font-size: 18px;
    color: #919191;
}

.basket-field_row {
    display: flex;
}

.basket-btn {
    margin-left: 15px;
}

.basket-btn a {
    display: inline-block;
    background: #C94243;
    border-radius: 6px;
    color: #FFF;
    text-decoration: none;
    padding: 22px 40px;
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap;
    box-shadow: 0px 0px 0px rgb(201 66 67 / 0%);
    transition: .3s ease-out;
}

.basket-btn a:hover {
    box-shadow: 0px 0px 20px rgb(201 66 67 / 76%);
    background: #e14a4b;
}

.basket-table_remove {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    opacity: .3;
}

.basket-table_remove svg {
    width: 10px;
    fill: #FFF;
}

.basket-table_full {
    font-size: 20px;
    font-weight: 600;
    color: #DDD;
    margin-top: 15px;
    text-decoration: underline;
    padding-left: 5px;
}

.basket-table_count {
    display: flex;
    margin: 0 auto;
    border: 1px solid #C94243;
    border-radius: 4px;
    font-size: 0;
}

.basket-table_count > div {
    padding: 10px 15px;
    font-size: 16px;
}

.basket-table_count-num {
    border-left: 1px solid #C94243;
    border-right: 1px solid #C94243;
    flex: 1;
}

.basket-table_center {
    text-align: center;
}

.basket-table_count-plus,
.basket-table_count-minus {
    background: transparent;
    transition: background .3s ease-in-out;
}

.basket-table_count-plus:hover ,
.basket-table_count-minus:hover {
    background: rgba(201, 66, 67, 0.76);
    cursor: pointer;
}

.basket-field_error {
    min-height: 50px;
    color: #e14a4b;
    font-weight: bold;
    opacity:0;
    transition: .2s ease-in-out;
    padding-top: 10px;
}

.basket-field_error.active {
    opacity: 1;
}

.order .basket-btn {
    margin-left: 0;
}

.basket-info {
    margin: 50px 0 15px;
}

.order .basket-subtitle {
    padding-top: 15px;
    font-size: 22px;
    padding-bottom: 0;
}

.overlay-modal,
.overlay-modal_basket {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,.7);
    z-index: 20;
    padding: 30px;
    opacity:0;
    visibility: hidden;
    pointer-events: none;
    transition: .4s;
}

.overlay-modal_basket {
    z-index: 30;
}

.overlay-modal.active,
.overlay-modal_basket.active {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

.modal-box {
    max-width: 1170px;
    margin: 0 auto;
}

.modal-box_basket {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    background: #1C1C1C;
    border: 1px solid #C94243;
    padding: 40px;
    border-radius: 16px;
    top: 30px;
}

.modal-close {
    position: absolute;
    top:20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2;
    opacity: .5;
    transition: .2s;
}

.modal-close:hover {
    opacity: 1;
}

.modal-close::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #FFF;
    position: absolute;
    right: 0px;
    top: 15px;
    transform: rotate(45deg);
}

.modal-close::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #FFF;
    position: absolute;
    right: 0px;
    top: 15px;
    transform: rotate(135deg);
}

.modal-box_basket-img .checkmark {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    stroke-width: 2;
    stroke: #C94243;
    stroke-miterlimit: 10;
    margin: 0 auto 30px;
    box-shadow: inset 0 0 0 #C94243;
}

.overlay-modal_basket.active .checkmark {
    animation: fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both;
}

.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #C94243;
    fill: none;
}

.overlay-modal_basket.active .checkmark-circle {
    animation: stroke .6s cubic-bezier(.65,0,.45,1) forwards;
}

@keyframes stroke{
    100%{stroke-dashoffset:0}
}

@keyframes scale{
    0%,100%{transform:none}
    50%{transform:scale3d(1.1,1.1,1)}
}
@keyframes fill{
    100%{box-shadow:inset 0 0 0 100px #C94243}
}

.modal-box_basket-title {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.modal-box_basket-info {
    font-size: 14px;
    color: #EEE;
    text-align: center;
}

.modal-box_basket-btns {
    display: flex;
    margin-top: 30px;
}

.modal-box_basket-btns a:first-of-type {
    margin-right: 15px;
}

.modal-box_basket-btns a:last-of-type {
    background-color: #333;
}

.modal-box_basket-btns a {
    display: block;
    color: #FFF;
    background-color: #c94243;
    padding: 15px 10px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    text-align: center;
    z-index: 5;
    transition: .3s;
}

.modal-box_basket-btns a:hover {
    box-shadow: 0px 0px 20px rgb(201 66 67 / 76%);
    background: #e14a4b;
}

.contacts-box {
    width: 100%;
    background: #1C1C1C;
    border: 1px solid #C94243;
    padding: 60px 45px;
    border-radius: 16px;
}

.contacts-row {
    display: flex;
    flex-direction: row;
}

.contacts-row > div {
    padding: 0 15px;
    max-width: 50%;
    width: 100%;
}

.contacts-page_title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contacts-page_label a {
    color: #e14a4b;
}

.contacts-page_label a:hover {
    color: #C94243;
}

#contacts-form label {
    display: block;
    margin-bottom: 5px;
}

.contacts-page_input-row {
    display: flex;
    margin: 0 -10px 15px;
}

.contacts-page_input-item {
    width: 100%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}

#contacts-form textarea {
    display: block;
    padding: 10px 15px;
    background: #1c1c1c;
    border: 1px solid #C94243;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    color: #FFF;
    line-height: 18px;
    width: 100%;
    max-width: 100%;
}

#contacts-form input {
    display: block;
    padding: 10px 15px;
    background: #1c1c1c;
    border: 1px solid #C94243;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    color: #FFF;
    line-height: 18px;
    width: 100%;
}

#contacts-form .contacts-btn {
    margin-top: 15px;
}

#contacts-form .contacts-btn input {
    display: inline-block;
    padding: 22px 40px;
    font-weight: 600;
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    background-color: #C94243;
    border:none;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 0px 0px 0px rgb(201 66 67 / 0%);
    width: auto;
    transition: .3s ease-out;
}

#contacts-form .contacts-btn input:hover {
    box-shadow: 0px 0px 20px rgb(201 66 67 / 76%);
    background: #e14a4b;
}

.faq-row {
    display: flex;
    flex-direction: column;
}

.faq-item {
    margin: 15px 0;
    background: #1C1C1C;
    border-radius: 6px;
}

.faq-answer {
    display: block;
    padding: 22px 40px;
    font-weight: 600;
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    background-color: #C94243;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgb(201 66 67 / 0%);
    transition: .3s ease-out;
}

.faq-item:not(.active) .faq-answer:hover {
    box-shadow: 0px 0px 20px rgb(201 66 67 / 76%);
    background: #e14a4b;
}

.faq-question {
    padding: 22px 40px;
    display: none;
}

.faq-item.active .faq-question {
    display: block;
}

.faq-row .faq-item:first-of-type {
    margin-top: 50px;
}

.basket-subtitle.error {
    color: #c94243;
    font-weight: bold;
}

.order-error {
    font-weight: bold;
    color: #C94243;
}

.order-success {
    font-weight: bold;
    color: #48b333;
}

.basket-info.success {
    font-size: 20px;
}

.basket-info.success a {
    color: #e14a4b;
}

.basket-info.success a:hover {
    color: #C94243;
}

.header-burger {
    padding: 15px;
    border-radius: 4px;
    background-color: #C94243;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-burger span {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    background-color: #FFF;
    margin: 3px 0;
    transition: .3s;
}

.header-burger {
    display: none;
}

.main-catalog_categories--sub {
    display: none;
    flex-direction: column;
}

.reviews-title {
    margin-top: 90px;
    font-weight: bold;
    font-size: 48px;
    color: #FFF;
    text-transform: uppercase;
}

.reviews-item {
    margin-bottom: 10px;
}

.reviews-item_box {
    display: flex;
    background: rgba(255, 255, 255, .1);
    padding: 15px;
    border-radius: 4px;
    background: #1C1C1C;
    border: 1px solid #c942426e;
}

.reviews-item_img {
    max-width: 100px;
    margin-right: 30px;
}

.reviews-item_img-overlay {
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    overflow: hidden;
    width: 60px;
    height: 60px;
}

.reviews-item_img img {
    max-width: 100%;
}

.reviews {
    margin-top: 30px;
}

.reviews-item_content--info {
    display: flex;
    align-items: center;
}

.reviews-item_content--stars {
    margin-left: auto;
    width: 104px;
    height: 20px;
    display: flex;
    background: url("../img/stars-spray.png") top left no-repeat;
}

.reviews-item_content--stars-active {
    background: url("../img/stars-spray.png") bottom left no-repeat;
    height: 20px;
}

.reviews-item_content--stars-active.star-1 {
    width: 20%;
}

.reviews-item_content--stars-active.star-2 {
    width: 40%;
}

.reviews-item_content--stars-active.star-3 {
    width: 60%;
}

.reviews-item_content--stars-active.star-4 {
    width: 80%;
}

.reviews-item_content--stars-active.star-5 {
    width: 100%;
}

.reviews-item_content--verified {
    font-style: italic;
    font-size: 14px;
    color: #9acd32;
    font-weight: 100;
    display: block;
    margin-left: 15px;
}

.reviews-item_content--date {
    display: block;
    font-size: 12px;
    color: #ababab;
    margin-left: 5px;
}

.reviews-item_content--date::before {
    content: " - ";
}

.reviews-item_content--username {
    font-weight: bold;
}

.reviews-item_content-body {
    font-size: 14px;
    font-weight: 100;
    margin-top: 8px;
}

.reviews-item_content-header {
    display: flex;
}

.reviews-item_content {
    width: 100%;
}

.reviews-add_box {
    margin-top: 30px;
    display: flex;
    background: rgba(255, 255, 255, .1);
    padding: 30px;
    border-radius: 4px;
    background: #1C1C1C;
    border: 1px solid #c942426e;
}

.main-comments_title {
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    color: #FFF;
    margin-top: 90px;
    text-align: center;
    margin-bottom: 50px;
}

.main-comments_row {
    margin-left:-10px;
    margin-right:-10px;
}

.main-comments_item {
    padding: 10px;
    margin-top: 75px;
} 

.main-comments_box {
    
    border: 1px solid #C94243;
    border-radius: 20px;
    box-shadow: 0px 0px 0px rgb(201 66 67 / 0%), inset 0px 0px 0px rgb(201 66 67 / 0%);
    margin-bottom: 15px;
    padding: 50px 30px 30px;
}

.main-comments_item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-comments_item-name {
    text-align: center;
    margin: 15px 0;
    font-size: 20px;
    font-weight: bold;
}

.main-comments_img {
    position: absolute;
    width: 100px;
    left: calc(50% - 50px);
    top: -50px;
    font-size: 0;
    border-radius: 50%;
    overflow: hidden;
    background: #222;
    border: 2px solid #C94243;
    z-index: 2;
    box-shadow: 0 0 15px 15px rgba(0,0,0,.1);
}

.main-comments_img img {
    max-width: 100%;
}

.main-comments_stars {
    width: 104px;
    height: 20px;
    display: flex;
    background: url("../img/stars-spray.png") top left no-repeat;
}

.main-comments_stars-active {
    background: url("../img/stars-spray.png") bottom left no-repeat;
    height: 20px;
}

.main-comments_stars-active.star-1 {
    width: 20%;
}

.main-comments_stars-active.star-2 {
    width: 40%;
}

.main-comments_stars-active.star-3 {
    width: 60%;
}

.main-comments_stars-active.star-4 {
    width: 80%;
}

.main-comments_stars-active.star-5 {
    width: 100%;
}

.main-comments_product-title {
    font-size: 14px;
}

.main-comments_product-title a {
    color: #c94243;
    font-weight: bold;
    transition: .3s;
}

.main-comments_product-title a:hover {
    color: #e14a4b;
}

.main-comments_item-date {
    margin-top: 30px;
    text-align: right;
    color: #777;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #FFF;
}

@media screen and (max-width: 1200px) {
    .about-video,
    .about-text {
        flex: 1;
    }
    .about-video img {
        max-width: 100%;
    }
    .promo-box_timer,
    .promo-box_partners-row {
        z-index: 3;
    }
    .slider-item_img {
        right: -15px;
    }
    .header-auth {
        white-space: nowrap;
    }
    .slider-item_title {
        text-shadow: 1px 1px rgba(0, 0, 0, .5);
    }
}

@media screen and (max-width: 980px) {
    .header-burger {
        display: flex;
    }
    .addition .row {
        flex-wrap: wrap;
    }
    .addition-item,
    .addition .addition-item:first-of-type {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .header-auth {
        margin-left: auto;
    }
    .header-navigation {
        order: 3;
        margin-left: unset;
    }
    .about-box .row {
        flex-direction: column;
    }
    .about-video {
        margin-top: 15px;
        text-align: center;
    }
    .main-catalog_item {
        max-width: 33.33%;
    }
    .single-product_info-content {
        max-width: 60%;
    }
    .promo-box_timer-btns {
        z-index: 3;
    }
    .overlay-modal.active, .overlay-modal_basket.active {
        overflow: auto;
    }
    .basket-table_box {
        background: rgba(28, 28, 28, .8);
    }
    .header-auth {
        padding: 16px 40px;
    }
    .header-navigation {
        margin-left: 30px;
    }
    .header-menu {
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        position: absolute;
        flex-direction: column;
        z-index: 4;
        top: 60px;
        right: 0;
    }
    .header-menu.active {
        opacity:1;
        visibility: visible;
        background: #333;
        border-radius: 4px;
        overflow: hidden;
    }
    .header-menu li {
        width: 100%;
        padding: 10px 20px;
    }
    .header-menu li.active a, .header-menu li a:hover {
        border-bottom: none;
    }
    .header-menu li.active {
        background: #444;
    }
    .header-menu a {
        white-space: nowrap;
    }
    .header-burger.active span:first-of-type {
        transform: rotate(45deg);
        top: 9px;
    }
    .header-burger.active span:nth-child(2) {
        width:0;
    }
    .header-burger.active span:last-of-type {
        transform: rotate(-45deg);
        bottom: 7px;
    }
    .basket-box_right {
        right: -15px;
    }
}

@media screen and (max-width: 768px) {
    .header-logo img {
        width: 80px;
    }
    .promo-box_img {
        opacity: .3;
    }
    .promo-box_timer--num {
        width: unset;
        padding: 15px;
        font-size: 20px;
        line-height: 20px;
    }
    .promo-box_container {
        z-index: 3;
        text-shadow: 1px 1px #000;
    }
    .promo-box_timer-btns a {
        width: unset;
        padding: 14px;
    }
    .promo-box_partners-row {
        display: none;
    }
    .main-catalog_item {
        max-width: 50%;
    }
    .promo-box_img img {
        max-height: 490px;
    }
    .promo-title {
        margin-top: 60px;
    }
    .promo-box {
        margin-top: 20px;
    }
    .promo-box_title,
    .main-catalog_title,
    .basket-title,
    .about-text_title,
    .promo-title,
    .reviews-title {
        font-size: 30px;
        line-height: 32px;
    }
    .single-product_info {
        flex-direction: column;
    }
    .single-product_info-content {
        max-width: 100%;
        padding-left: unset;
    }
    .single-product_info-img {
        margin-bottom: 20px;
    }
    .single-product_box {
        padding: 30px;
    }
    .single-product_info-title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 15px;
        padding-right: 0;
    }
    .single-product_info-row {
        flex-direction: column;
    }
    .single-product_info-row--buy {
        order: 2;
        margin-top: 15px;
        padding-right: 0;
    }
    .bundle .main-catalog_item-box--img img {
        height: calc(100% - 10px);
    }
    .modal-close {
        top: 3px;
        right: 8px;
    }
    .main-catalog_categories > ul {
        flex-direction: column;
    }
    .main-catalog_categories > ul li {
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
    .main-catalog_categories > ul li.current {
        background-color:#C94243;
    }
    .main-catalog_categories-bar {
        opacity:0;
    }
    .main-catalog_categories > ul li.main-catalog_addition-list {
        display: none;
    }
    .main-catalog_categories--sub {
        display: flex;
        width: 100%;
    }
    .main-catalog_categories > ul {
        display: flex;
    }
    .main-catalog_categories {
        display: block;
    }
    .basket-table_count-plus, .basket-table_count-minus {
        display: none;
    }
    .basket-table_count,
    .basket-table_count-num {
        border: none;
    }
    .basket-table th, 
    .basket-table td, 
    .basket-table_count > div {
        padding: 10px;
        font-size: 14px;
    }
    .basket-subtitle,
    .basket-table_full {
        font-size: 18px;
    }
    .basket-title {
        margin-bottom:0;
    }
    .basket-box_right img {
        max-height: 680px;
    }
    .basket-box {
        padding: 25px;
    }
    .basket-btn a {
        padding: 12px 20px;
    }
    .basket-input input {
        padding: 11px 20px;
    }
    .contacts-row {
        flex-direction: column;
    }
    .contacts-row > div {
        max-width: 100%;
    }
    .contacts-row_right {
        margin-top: 20px;
    }
    #contacts-form .contacts-btn input {
        width: 100%;
    }
    .contacts-box {
        padding: 30px 15px;
    }
    .reviews-item_content--info {
        flex-direction: column;
        align-items: flex-start;
    }
    .reviews-item_content--date {
        margin:0;
    }
    .reviews-item_content--date::before {
        display: none;
    }
    .reviews-item_content--verified {
        margin-left:0 ;
    }
}

@media screen and (max-width: 480px) {
    .header-auth {
        font-size: 16px;
    }
    .reviews-item_content--username {
        word-break: break-all;
    }
    .reviews-item_content--stars {
        min-width: 104px;
    }
    .reviews-item_content--verified span {
        display: none;
    }
    .header-logo img {
        width: 50px;
    }
    .header-auth {
        padding: 10px 15px;
    }
    .header-burger span {
        height: 1px;
        width: 20px;
        margin: 3px 0;
    }
    .header-burger {
        padding: 10px 15px;
    }
    .header-burger.active span:first-of-type{
        top: 7px;
    }
    .slider-item_title {
        font-size: 32px;
        line-height: 30px;
    }
    .addition-item, 
    .addition .addition-item:first-of-type {
        width: 100%;
        padding: 10px;
        margin: 5px 0;
    }
    .addition-item_text {
        font-size: 14px;
    }
    .addition-item_img img {
        max-width: 50px;
        max-height: 50px;
    }
    .addition-item_img {
        width: 50px;
        text-align: center;
    }
    .slider-item_subtitle {
        font-size: 20px;
    }
    .slider-item_btn {
        display: block;
    }
    .slider-item_btn {
        padding: 15px;
        font-size: 16px;
    }
    .slider-item_img {
        bottom: -10px;
    }
    .slider-item {
        min-height: 450px;
    }
    .about-text_description {
        font-size: 16px;
        margin-top: 20px;
    }
    .main-catalog_item {
        max-width: 100%;
    }
    .promo-box_timer--num {
        margin: 0 5px;
    }
    .promo-box_timer {
        margin-left: -5px;
        margin-right: -5px;
    }
    .promo-box_timer--num {
        padding: 8px;
        font-size: 18px;
        line-height: 20px;
        border-width: 2px;
    }
    .promo-box_title, 
    .main-catalog_title, 
    .basket-title, 
    .about-text_title, 
    .promo-title,
    .reviews-title,
    .main-comments_title {
        font-size: 28px;
        line-height: 30px;
    }
    .promo-box_timer-btns {
        flex-direction: column;
    }
    .promo-box_timer-btns a {
        margin: 5px 0;
        font-size: 18px;
        line-height: 14px;
    }
    .promo-box_timer--num.seconds {
        display: none;
    }
    .main-catalog_btn a {
        font-size: 18px;
        padding: 16px 28px;
    }
    header {
        z-index: 3;
    }
    .slider-item {
        min-height: unset;
    }
    .slider-item_img img {
        max-width: 100%;
        opacity: .5;
    }
    .header-navigation {
        margin-left: 15px;
    }
    .main-catalog_categories > ul a, .main-catalog_addition-list {
        padding: 12px 26px;
        font-size: 18px;
    }
    .single-product_info-platform,
    .single-product_info-description {
        padding-right:0;
    }
    .basket-table_center {
        display: none;
    }
    .basket-table tr th:nth-child(2) {
        display: none;
    }
    .basket-box_left {
        text-shadow: 1px 1px rgba(0,0,0,.5);
    }
    .basket-field_row {
        flex-direction: column;
    }
    .basket-btn {
        margin-left: 0;
        margin-top:15px;
    }
    .basket-btn a {
        display: block;
        text-align: center;
    }
    .basket-box_right {
        opacity: .2;
    }
}
