@charset "utf-8";
body{
    --primary-color: #ec5e57;
    --primary-white-color: #ea615b;
    --primary-dark-color: #0064EF;
    --primary-btn-color: #ec5e57;
    --bg_color: #e4ff00ba;
    --bg-old-price-color: #1d9f00;
    --bg-live-color: #412223;
    --live-element-color: #ff0303;
}

*, .filter-choose *, :after, :before, html {
    box-sizing: border-box
}

body, html {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

.header, .header__logo, main {
    position: relative
}

body, button {
    font-size: 16px
}

.language__current, .language__item {
    text-transform: uppercase;
    cursor: pointer
}

.filter-choose-label, .filter__button, .live__item-text {
    text-overflow: ellipsis;
    white-space: nowrap
}

.input__check, .input__input-text,  img {
    vertical-align: middle
}


html {
    -webkit-text-size-adjust: 100%
}

* {
    background-repeat: no-repeat;
    padding: 0;
    margin: 0
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-thumb {
    background-color: #5564c31c;
    border-radius: 2px
}

::-webkit-scrollbar-track {
    background: #181a1e
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

a, button, input {
    outline: 0
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: .3s
}

img {
    border-style: none
}

li, ul {
    list-style: none
}

button, input, select, textarea {
    background-color: transparent;
    border-style: none;
    color: inherit
}

button, select {
    text-transform: none
}

button {
    font-weight: 500
}

input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    font-weight: 500;
    outline: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.field__input-item, .header__coupon-title, body {
    font-weight: 400
}

.header__coupon, .header__coupon-copy {
    border: 1px solid var(--primary-color);
    transition: .3s
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]:focus, input[type=number]:hover {
    -moz-appearance: number-input
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

body {
    color: #fff;
    min-width: 320px;
    background: #252525;
    padding-right: 0 !important
}

main {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: hidden
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.header, .header__logo-link {
    display: flex;
    align-items: center
}

.header {
    width: 100%;
    height: 100px;
    background: #252525;
    z-index: 999
}

.header__logo {
    display: flex;
    justify-content: center;
    height: 100%;
    padding-left: 20px
}

.header__logo-link {
    height: 100%;
    transition: .3s
}

.header__coupon-code, .header__menu {
    position: relative;
    align-items: center;
    display: flex
}

.header__logo-link:hover {
    opacity: .8
}

.header__logo img {
    width: 200px;
    height: auto
}

.header__menu {
    margin-left: 80px;
    text-transform: uppercase;
}

.advantages__item, .button-show-block, .header__menu-list, .product__meta, .product__meta-ratings {
    display: flex
}

.header__menu-item {
    position: relative;
    padding: 0 17px
}

.header__menu-item:first-child {
    padding-left: 0
}

.header__menu-link {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.header__menu-link:hover {
    color: #ec5e57
}

.header__coupon {
    position: relative;
    display: flex;
    margin: 20px auto 0;
    width: 100%;
    max-width: 400px;
    height: 47px;
    cursor: pointer;
    border-radius: 15px;
    overflow: hidden;
    background: #1d1e2a
}

.header__coupon-left {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: none;
    padding: 0 25px;
    background: #7680c3;
    transition: .3s
}

.header__coupon-text, .header__coupon-title {
    font-size: 14px
}

.header__coupon-code {
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #fff
}

.header__coupon-code:before {
    content: "";
    position: absolute;
    left: -2px;
    height: 100%;
    width: 20px;
    background-color: #1d1e2a;
    top: -8px;
    transform: rotate(-13deg)
}

.header__coupon-copy {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #252635;
    padding: 0 10px;
    border-radius: 0 0 7px 7px;
    opacity: 0
}

.header__coupon:hover {
    box-shadow: 0 0 20px 1px #7680c3
}

.header__coupon:hover .header__coupon-left {
    background: #959edc
}

.header__coupon:hover .header__coupon-copy {
    opacity: 1;
    top: 0
}

.header__social {
    margin-left: auto
}

.header__social-list {
    position: relative;
    display: flex
}

.header__social-item {
    position: relative;
    padding: 0 5px;
    display: flex
}

.header__social-link {
    position: relative;
    width: 25px;
    height: 25px;
    transition: .3s
}

.header__social-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}


.header__mybuy {
    padding: 0 20px
}

.header__mybuy-btn {
    position: relative;
    padding: 10px 28px;
    border: 1px solid #ec5e57;
    border-radius: 15px;
    cursor: pointer;
    transition: .3s;
    color: #fff;
    text-transform: uppercase;
}

.header__mybuy-btn:hover {
    border: 1px solid #1d9f00;
}

.smart__menu-btn {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin: 0 10px 0 auto;
    position: relative
}

.smart__menu-bar {
    background: #fff;
    width: 30px;
    height: 3px
}

.language__current, .language__list {
    background-color: #262b43;
    border-radius: 6px
}

.smart__menu-bar + .smart__menu-bar {
    margin-top: 4px
}



.filter-choose-label.drops--open::after, .filter__block-toggles_button.filter--open::after {
    transform: translateY(-50%) rotate(180deg)
}

.product__filter {
    background: #20222f;
    padding: 30px 15px
}

.product__filter-form {
    display: flex;
    justify-content: center;
    align-items: center
}

.filter__field {
    border: transparent;
    padding: 13px 0;
    display: flex;
    align-items: center
}

.filter__field-title {
    color: #fff;
    font-size: 16px
}

.checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.checkbox > span {
    display: inline-flex;
    align-items: center;
    user-select: none
}

.checkbox > span::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    background: center center/50% 50% no-repeat #969ab7;
    border-radius: .25em;
    margin-right: .5em
}


.checkbox > input:checked + span, .product__info-val {
    color: #fff
}

.checkbox > input:disabled + span::before {
    background-color: #e9ecef
}

.checkbox__text {
    font-size: 14px;
    color: #969ab7
}

#checkbox__input {
    background: #969ab7
}

.field__input-list {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.field__input-item {
    width: 100px;
    border: 1px solid #282a39;
    background: #16171f;
    padding: 7px 10px
}

.field__input-item:active, .field__input-item:focus {
    border: 1px solid #414257
}

.bgs__src {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: center center/cover no-repeat
}

.irs, .irs-line {
    position: relative;
    display: block
}

.bgs__src[data-background-image], img.lozad[data-src] {
    opacity: 0;
    transition: opacity .3s
}

.bgs__src[data-background-image][data-loaded=true], img.lozad[data-src][data-loaded=true] {
    opacity: 1
}

.irs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.irs-line {
    overflow: hidden;
    outline: 0 !important
}

.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute;
    display: block;
    top: 0
}

.irs-line-left {
    left: 0;
    width: 11%
}

.irs-line-mid {
    left: 9%;
    width: 82%
}

.irs-line-right {
    right: 0;
    width: 11%
}

.irs-bar, .irs-shadow {
    position: absolute;
    width: 0;
    left: 0
}

.irs-bar {
    display: block
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0
}

.irs-shadow {
    display: none
}

.irs-from, .irs-max, .irs-min, .irs-single, .irs-slider, .irs-to {
    display: block;
    position: absolute;
    cursor: default
}

.irs-slider {
    z-index: 1
}

.irs-slider.type_last {
    z-index: 2
}

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.irs-from, .irs-single, .irs-to {
    top: 0;
    left: 0;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block;
    bottom: -12px
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    background: #000
}

.irs-grid-text {
    position: absolute;
    left: 0;
    white-space: nowrap;
    text-align: center;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    z-index: -9999 !important;
    background: 0 0 !important;
    border-style: solid !important;
    border-color: transparent !important
}

.field-prices, .filter-choose, .input__check, .irs > .irs, .live__item {
    position: relative
}

.irs-from, .irs-to {
    cursor: pointer
}

.irs-line {
    z-index: 22
}

.irs-grid-pol {
    width: 2px;
    height: 8px
}

.irs-grid-pol.small {
    width: 1px;
    height: 6px
}

.irs-grid-text {
    bottom: -8px;
    font-size: 12px
}

.irs > .irs {
    height: 24px;
    display: block
}

.irs-bar:after, .irs > .irs:after {
    height: 2px;
    content: ' ';
    width: auto;
    left: 0;
    right: 0;
    top: 0;
    display: block
}

.irs > .irs:after {
    position: absolute;
    z-index: 1;
    background: #455299
}

.irs-bar:after {
    position: absolute;
    z-index: 2;
    background: #7386ef
}

.irs-bar:before {
    width: auto;
    height: 20px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #7386ef 0, rgba(32, 111, 229, 0) 100%);
    opacity: .25
}

.irs-slider.from, .irs-slider.single, .irs-slider.to {
    width: 0;
    height: 16px;
    top: 0;
    cursor: pointer;
    z-index: 28
}

.irs-slider.from::after, .irs-slider.single::after, .irs-slider.to::after {
    width: 0;
    height: 0;
    content: ' ';
    display: block;
    margin: 4px 0 0;
    position: absolute;
    left: -7px;
    top: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid var(--primary-btn-color)
}

.irs-slider.from::before, .irs-slider.single::before, .irs-slider.to::before {
    width: 20px;
    height: 26px;
    content: ' ';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -13px 0 0 -10px
}

.field-prices input {
    height: 24px;
    opacity: 0
}

.breadcrumbs__item:last-child:after, .field-prices .irs-max, .field-prices .irs-min {
    display: none
}

.field-prices .irs-from, .field-prices .irs-single, .field-prices .irs-to {
    height: 24px;
    line-height: 24px;
    padding: 0 9px;
    top: -32px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-transform: lowercase;
    background: #414b93;
    border-radius: 4px
}

.input__check-icon:before, .input__check::after {
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0
}

.filter__range-input .sc-rubl, .irs .sc-rubl {
    font-size: 11px
}

.live__item-text, .modal__product-name, .product__desc-link_btn, .remodal__title, .title--category, .tooltip__btn, .why-we__title {
    text-transform: uppercase
}

.irs-bar, .irs-line {
    height: 24px;
    top: 0
}

.irs-line-left, .irs-line-mid, .irs-line-right {
    height: 24px
}

.filter__range {
    display: flex;
    justify-content: space-between;
    margin: -8px 0 0
}

.filter__range-input {
    min-width: 56px;
    height: 24px;
    padding: 0 5px;
    display: block;
    margin: 0;
    border: 0;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #414b93;
    border-radius: 4px
}

span.filter__range-input {
    line-height: 24px
}

.case__list, .filter__cols, .product__list {
    display: flex;
    flex-wrap: wrap
}

.main__layout-content {
    position: relative;
    width: 100%
}

.content {
    position: relative;
    display: flex;
    flex-direction: column
}

.live {
    display: flex;
    overflow: hidden;
    margin-top: 5px
}

.live__list {
    width: 100%;
    display: flex;
    align-items: center
}

.live__item + .live__item {
    margin-left: 3px
}

.live__item-link {
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: var(--bg-live-color);
    background: linear-gradient(transparent -20%, var(--bg-live-color) 120%);
    border-radius: 15px
}

.live__item-link:before {
    content: "";
    position: absolute;
    border-radius: 1px;
    height: 2px;
    width: 30%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--live-element-color)
}

.live__item-link:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%)
}

.live__item-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
    color: #fff;
    overflow: hidden
}

.live__item-img, .product__item {
    align-items: center;
    display: flex;
    position: relative
}

.live__item-text {
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    font-weight: 700
}

.case__buy-price, .title {
    font-weight: 500
}

.live__item-img {
    max-width: 100px;
    height: 75px;
    justify-content: center
}

.live__item-img img {
    width: 100%;
    height: auto;
    max-height: 100%
}

.live__item-price {
    font-size: 12px;
    text-align: center;
}

.live__item-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 0 10px;
    margin-top: 3px
}

.title, .title--first {
    margin: 40px 0
}

.container {
    padding: 0 70px
}

.page .container {
    max-width: 1440px;
    width: 100%;
    padding: 0;
    margin: 0 auto
}

.title {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
}

.title--main {
    margin-bottom: 15px
}

.title--category {
    font-size: 20px
}

.content__info-text {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center
}

.product__random + .product__random, .product__regular {
    margin-top: 40px
}

.product__item {
    justify-content: center;
    width: 20%;
    padding: 10px;
    overflow: hidden
}

.product__item-link {
    position: relative;
    width: 100%;
    max-width: 350px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    transition: .3s;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    background: #232531
}

.product__item-link:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%)
}

.product__item-name {
    margin-top: 43px;
    color: #fff;
    font-size: 18px
}

.product__item-buy {
    width: 100%;
    position: relative
}

.case__buy-button, .product__item-button {
    position: relative;
    color: #fff;
    font-size: 18px;
    padding: 15px 29px;
    background-color: var(--primary-btn-color);
    transition: .3s
}

.product__item-button:hover {
    box-shadow: 0 8px 8px 0 rgb(0 0 0 / 40%)
}

.case__buy-oldprice, .product__item-oldprice {
    position: absolute;
    top: -15px;
    right: 0;
    padding: 4px 13px;
    border-radius: 7px;
    color: #fff;
    font-size: 14px;
    background: var(--bg-old-price-color);
    box-shadow: 0 8px 13px 0 rgba(0, 0, 0, .4);
    text-decoration: line-through
}

.product__info-text {
    color: #9ba9ff
}

.product__item-img {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 125px
}

.product__item-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.product__item-desc {
    padding: 0 15px;
    color: #fff;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 17px
}

.footer__logo, .product__item-wrapper, .tooltip {
    display: flex;
    flex-direction: column;
    align-items: center
}
.footer__logo img{
    max-width: 200px;
}

.agreement {
    text-align: left
}

.case__buy-button, .case__info, .case__name, .why-we__text, .why-we__title {
    text-align: center
}

.agreement ol {
    counter-reset: item
}

.agreement__list .agreement__list-item {
    margin-bottom: 10px;
    font-weight: 400
}

.agreement ol li:before, .howtobuy__items li:before {
    color: #acb7ff;
    content: counters(item, ".") ". ";
    counter-increment: item
}

.agreement__paragraph {
    display: inline-block;
    font-weight: 500
}

.alert__text, .faq__answer, .footer__copyright-text, .why-we__text {
    font-weight: 400
}


.case__item, .case__list, .product__similar .product__list {
    justify-content: center
}

.case__item {
    display: flex;
    flex-shrink: 0;
    width: 16.6666%;
    padding: 10px;
    transition: .3s
}

.case__item:hover {
    filter: brightness(110%)
}

.case__link {
    position: relative;
    display: block;
    width: 100%;
    max-width: 310px;
    padding: 10px 6px 0;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: none
}

.case__info {
    position: absolute;
    left: 15px;
    top: 30px;
    padding: 8px 13px;
    color: #fff;
    font-size: 16px;
    background-color: #da3c49;
    border-radius: 15px 2px;
    z-index: 10
}

.case__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto
}

.case__image-wrapper {
    position: relative;
    display: block;
    width: 100%;
    bottom: 0;
    line-height: 1;
    transition: bottom .3s
}

.case__item:hover .case__image-wrapper {
    bottom: 7px
}

.case__image-src {
    width: 100%
}

.case__name {
    display: block;
    margin: 5px 0 30px;
    overflow: hidden;
    color: #fff;
    transition: color .3s
}

.case__buy, .exitblock__timer {
    display: flex;
    align-items: center;
    justify-content: center
}

.case__buy-button {
    border-radius: 10px
}

.case__buy-oldprice {
    right: -17px
}

.faq, .mybuy__block {
    max-width: 1200px;
    margin: 0 auto
}

.faq__item {
    background-color: #373737;
    border-radius: 5px;
    position: relative;
    padding-left: 70px;
    transition: background-color .3s
}

.faq__item + .faq__item {
    margin-top: 7px
}

.faq__question {
    display: flex;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.faq__question-text {
    position: relative;
    padding: 20px 22px 20px 0;
    color: #FFF;
    font-size: 18px;
    transition: color .3s, text-shadow .4s
}

.faq__question.current .faq__question-text {
    color: var(--primary-color)
}

.faq__answer {
    position: relative;
    color: #FFF;
    font-size: 18px;
    padding-bottom: 20px;
    padding-left: 15px;
    display: none
}

.faq__separator {
    position: absolute;
    top: 16px;
    left: 20px;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #515160;
    border-radius: 100%;
    transition: border-color .3s
}

.faq__question.current .faq__separator {
    border-color: var(--primary-color)
}

.faq__separator-line {
    position: absolute;
    top: 8px;
    left: 12px;
    z-index: 1;
    display: inline-block;
    width: 2px;
    height: 10px;
    background-color: #cdcdcf
}

.faq__separator-line:first-child {
    transition: opacity .4s
}

.faq__separator-line:nth-child(2) {
    top: 12px;
    left: 8px;
    width: 10px;
    height: 2px;
    transition: background-color .3s
}

.faq__question.current .faq__separator-line:first-child {
    opacity: 0
}

.faq__question.current .faq__separator-line:nth-child(2) {
    background-color: var(--primary-color)
}

.why-we__content {
    position: relative;
    max-width: 1100px;
    height: 620px;
    margin-right: auto;
    margin-left: auto
}

.why-we__content:before {
    position: absolute;
    top: 110px;
    right: 0;
    left: 0;
    height: 271px;
    background: url(../../images/why-we-lines.svg) 50% no-repeat;
    content: ""
}

.why-we__item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 225px
}

.why-we__item--center {
    top: 130px;
    left: 50%;
    transform: translateX(-50%)
}

.why-we__item--center .why-we__title {
    margin-top: -23px
}

.why-we__icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 275px;
    height: 275px;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 0 0 80px rgb(129 146 255 / 40%);
    transition: .3s
}

.alert, .why-we__icon {
    align-items: center;
    display: flex
}

.why-we__icon-wrapper:after {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border-radius: 100%;
    box-shadow: 0 0 150px rgb(129 146 255 / 70%), inset 0 0 40px rgb(129 146 255 / 20%)
}

.why-we__icon {
    position: relative;
    justify-content: center;
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
    border: 1px dashed var(--primary-color);
    border-radius: 100%;
    box-shadow: 0 0 20px rgb(129 146 255 / 25%);
    transition: .3s
}

.why-we__icon:hover {
    border: 1px dashed #ec5e57;
    transition: .3s
}

.why-we__icon-wrapper:hover {
    box-shadow: rgb(236, 94, 87) 0 0 80px
}

.why-we__item--center:hover .why-we__icon {
    box-shadow: 0 0 150px #ec5e57
}

.why-we__icon-wrapper:hover .why-we__icon:after, .why-we__icon:hover:after {
    border: 2px dotted #ec5e57;
    box-shadow: 0 0 20px #ec5e57, inset 0 0 30px #ec5e57;
    transition: .3s
}

.why-we__icon img {
    width: 70px;
    transition: .3s
}

.why-we__icon:hover img {
    transform: rotate(18deg)
}

.why-we__icon-wrapper:hover .why-we__icon img {
    transform: scale(1.25)
}

.why-we__item--center .why-we__icon {
    margin-bottom: 0;
    box-shadow: 0 0 150px rgb(129 146 255 / 25%)
}

.why-we__icon:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 2px dotted var(--primary-color);
    border-radius: 100%;
    box-shadow: 0 0 20px rgb(129 146 255 / 50%), inset 0 0 30px rgb(129 146 255 / 50%)
}

.why-we__title {
    z-index: 1;
    margin-bottom: 10px;
    color: var(--primary-color);
    font-size: 18px
}

.why-we__text {
    color: #FFF;
    font-size: 15px
}

.why-we__item--tl {
    top: 0;
    left: 0
}

.why-we__item--bl {
    top: 330px;
    left: 0
}

.why-we__item--tr {
    top: 0;
    right: 0
}

.why-we__item--br {
    top: 330px;
    right: 0
}

.alert {
    width: 100%;
    max-width: 1000px;
    margin: 48px auto 0;
    padding: 18px 23px;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    background: radial-gradient(75.67% 50% at 50% 50%, transparent 0, rgba(255, 94, 109, .07) 100%)
}

.alert--warning {
    background-color: rgba(109, 18, 46, .14);
    border-color: #df1137
}

.alert__logo {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 23px;
    color: #f42f52;
    margin-right: 23px;
    border-radius: 100%;
    background: linear-gradient(180deg, #8e1439 8%, #4d1d26 36%, #f42f52 76%);
    z-index: 1
}

.alert__text a, .alert__text span, .alert__title {
    color: #ff1440
}

.alert__logo:before {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    border-radius: 100%;
    background: #2c161a;
    z-index: -1
}

.title--product {
    text-align: left;
    margin: 26px 0 15px
}

.product__block {
    position: relative;
    max-width: 1440px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 40px auto 0;
    border-radius: 10px
}

.product__block-desc {
    display: flex;
    flex-direction: column;
    margin-top: 60px
}

.product__block-desc__label {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #fff
}

.product__block-desc__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ddd;
    margin-top: 20px;
    max-width: 704px;
    width: 100%
}

.product__card {
    width: 250px;
    height: 420px;
    background: #2b2d40;
    border-radius: 10px
}

.product__card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 280px
}

.product__card-name {
    top: 40px
}

.product__card-text {
    position: absolute;
    top: 45px
}

.product__card-advantages {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8192ff21;
    width: 250px;
    height: 140px;
    border-radius: 0 0 10px 10px;
    bottom: 0
}

.advantages__list, .footer__nav, .footer__social {
    display: flex;
    flex-direction: column
}

.advantages__item + .advantages__item {
    margin-top: 10px
}

.advantages__item-icon {
    margin-right: 2px
}

.advantages__item-img {
    position: relative;
    width: 25px
}

.advantages__item-text {
    font-size: 15px;
    color: #848ac6
}

.product__buy {
    position: relative;
    cursor: pointer;
    margin: 14px 0 14px
}

.product__buy-text {
    position: relative;
    color: #1f1f26;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    padding: 20px 30px;
    border-radius: 6px;
    background: #ffb64f;
    transition: .2s;
    text-align: center;
    display:block;
    width: 100%;
    cursor:pointer;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.disabled{
    filter: grayscale(100%);
}

.product__buy:hover .product__buy-text {
    background: #ffa424
}

.product__block-right {
    display: flex;
    position: relative;
    width: 100%
}

.product__block-content.block-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative
}

.product__info, .regular__info-list {
    display: flex;
    flex-direction: column;
    position: relative
}

.product__image {
    width: 460px;
    height: 460px
}

.product__block-regular .product__image {
    width: 427px;
    height: 312px
}

.product__image-src {
    width: 100%;
    height: auto
}

.product__info {
    max-width: 340px
}

.product__info-label {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500
}

.regular__info-list {
    text-align: left;
    margin-top: 24px
}

.buy__block, .regular__info-item {
    flex-direction: column;
    display: flex
}

.regular__info-item {
    margin-top: 0
}

.regular__info-item + .regular__info-item {
    margin-top: 20px
}

.regular__info-val {
    font-size: 20px;
    line-height: 120%;
    color: #fff
}

.regular__info-val img {
    width: 100px;
    height: auto;
    margin-bottom: 3px
}

.regular__info-text {
    font-size: 16px;
    line-height: 120%;
    color: #9397ae;
    margin-bottom: 4px
}

.buy__block {
    position: relative;
    width: 428px;
    height: 265px;
    background: #373737;
    border-radius: 10px;
    padding: 35px 28px
}

.price {
    display: flex;
    flex-direction: column;
    align-items: self-start
}

.price__discounts, .product__buy-info, .product__buy-info__icon {
    display: flex;
    align-items: center
}

.price__discounts-procent {
    background: #ec5e57;
    box-shadow: 0 2px 5px rgba(34, 37, 48, .6);
    border-radius: 4px;
    padding: 2px 4px;
    font-weight: 600;
    font-size: 14px
}

.price__new {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    margin-top: 10px
}

.price__discount {
    position: relative;
    font-size: 17px;
    line-height: 110%;
    color: #66697a;
    margin-left: 8px
}

.price__discount:before {
    content: "";
    background-color: #ec5e57;
    border-radius: 20px;
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 7px;
    -webkit-transform: rotate(169deg);
    transform: rotate(169deg);
    width: 100%
}

.discount__info {
    display: flex;
    font-size: 15px;
    line-height: 120%;
    margin-top: 24px;
    color: #e5e5e8
}

.discount__info-val {
    margin-left: 6px
}

.product__buy-info__text {
    font-size: 16px;
    line-height: 120%;
    color: #e5e5e8;
    margin-left: 10px
}

.product__meta-ratings__text {
    margin-left: 8px
}

.product__meta-availability {
    display: flex;
    align-items: center;
    margin-left: 27px;
    color: #fff;
    font-size: 16px;
    line-height: 120%
}

.product__meta-availability.green {
    color: #5ebb6d
}

.product__meta-availability.red {
    color: #ec5e57
}

.product__meta-availability__status {
    margin-left: 8px
}

.product__meta-availability__dotted {
    width: 8px;
    height: 8px;
    border-radius: 50%
}

.green .product__meta-availability__dotted {
    background: #5ebb6d
}

.red .product__meta-availability__dotted {
    background: #ec5e57
}

.product__meta-item {
    font-size: 18px;
    position: relative
}

.product__meta-text {
    color: #848ac6;
    font-weight: 400
}

.green-text {
    color: #4fffa6
}

.product__meta-item + .product__meta-item {
    margin-top: 16px
}

.product__desc {
    position: relative;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400
}

.mybuy__heads, .product__desc-title, .tooltip__wrapper {
    position: relative
}

.product__desc-title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #848ac6;
    bottom: -5px
}

.product__desc-text {
    margin-top: 20px;
    max-height: 100px;
    overflow: auto
}

.product__spoiler .faq__question-text {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding-right: 0
}

.product__spoiler .faq__question:hover .faq__question-text {
    color: #848ac6
}

.product__spoiler .faq__separator {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    margin-right: 10px
}

.product__spoiler .faq__item {
    padding-left: 0;
    background-color: transparent
}

.product__spoiler .faq__answer {
    padding-left: 0;
    font-size: 16px;
    color: #fff
}

.product__spoiler .faq__separator:before {
    content: "!";
    color: #515160;
    font-size: 14px
}

.product__spoiler .faq__question {
    align-items: center
}

.product__spoiler .current .faq__question-text, .product__spoiler .current .faq__separator:before, .product__spoiler .faq__question.current {
    color: #848ac6
}

.scrollnew::-webkit-scrollbar-thumb, .sidebar__wrapper::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #7680c3
}

.scrollnew::-webkit-scrollbar, .sidebar__wrapper::-webkit-scrollbar-thumb {
    width: 7px
}

.button-show {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    background: var(--primary-btn-color);
    margin: 40px auto 0;
    cursor: pointer;
    transition: .3s
}

.button-show:hover {
    background: #4a5dd0
}

.button-show:before {
    content: "";
    position: relative;
    margin-right: 7px;
    display: flex;
    background: url(../../images/ic-load.svg);
    width: 25px;
    height: 25px
}

.title--similar {
    margin-top: 60px
}

.product__desc-link_btn {
    position: relative;
    display: inline-block;
    padding: 8px 32px 8px 12px;
    color: #8b8e9e;
    font-weight: 700;
    font-size: 14px;
    background-color: #303040;
    border-radius: 7px;
    transition: background-color .3s, color .3s
}

.btn-back, .btn-mybuy {
    font-weight: 500;
    cursor: pointer
}

.product__desc-link_btn:hover {
    background-color: #33334c
}


.product__screen {
    position: relative;
    max-width: 1174px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

.product__screen a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 540px
}

.product__screen a + a {
    margin-top: 15px
}

.product__screen img {
    max-width: 540px;
    max-height: 800px;
    padding: 5px
}

.product__screen-zoom {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    background: url(../../images/zoom-ic.svg) no-repeat;
    transition: .3s
}

.product__screen a:hover .product__screen-zoom {
    filter: drop-shadow(2px 4px 6px black)
}

.breadcrumbs__items {
    padding: 12px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(36 39 54);
    font-size: 15px;
    color: #a0a0a0
}

.breadcrumbs__item a {
    color: #8b8e9e;
    text-decoration: none
}

.breadcrumbs__item:hover a, .page__error-link, .tasks__item-title a {
    text-decoration: underline
}

.breadcrumbs__item:after {
    content: "/";
    margin: 0 6px 0 4px;
    color: #FFF
}

.btn-back {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    padding: 15px 20px 15px 46px;
    background: #373737;
    font-size: 14px;
    color: #FFF;
    border-radius: 5px;
    transition: .3s
}



.btn-back:before {
    position: absolute;
    top: 16px;
    left: 19px;
    width: 17px;
    height: 15px;
    background: url(../../images/left-arrows.svg) no-repeat;
    content: "";
    transition: .3s
}

.btn-back:hover {
    background:  #ec5e57;
    color: #fff
}

.btn-back:hover:before {
    left: 17px
}

.contacts, .discounts, .input__text, .manual, .modal__notify-subs, .modal__product-name, .modal__text-info, .page__error, .tasks {
    text-align: center
}


.fieldset__item, .fieldset__item .price, .header__language, .payment__btn, .payment__list {
    display: flex;
}

.remodal__close {
    width: 28px;
    height: 28px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 16px;
    color: #68759c;
    cursor: pointer;
    z-index: 88
}


.fieldset__item-purchase {
    margin: 20px 0
}

.fieldset__label {
    width: 140px
}

.btn-mybuy, .input__text {
    width: 100%;
    font-size: 18px
}

.fieldset__content {
    flex: 1
}

.input__text {
    height: 53px;
    background: #2a2c3e;
    border-radius: 10px !important;
    padding: 0 10px
}

.btn-mybuy {
    min-width: 120px;
    max-width: 100%;
    background: rgb(0 173 109);
    padding: 19px 0;
    border-radius: 10px;
    color: #fff;
    transition: .3s
}

.btn-mybuy:hover {
    background: #11c683
}


.payment__btn {
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 81px;
    background-color: #2a2c3e;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .4s
}

.overlay__smart, .smart-menu {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0
}

.payment__btn:hover {
    background-color: #393b50
}

.fieldset__item .price {
    align-items: center;
    align-items: center;
    flex-direction: unset
}

.fieldset__item .price .price__new {
    font-size: 25px;
    margin-top: 0
}

.fieldset__item .price .price__old {
    padding-left: 5px;
    margin-top: -15px;
    color: #ed1b1b;
    font-size: 20px;
    text-decoration: line-through
}

.header__language {
    margin-left: 20px;
    padding: 14px 11px;
    background: #262b43;
    border-radius: 12px;
    border: none;
    align-items: center;
    height: 48px;
    color: #fff;
    cursor: pointer
}

.exitblock .exitblock__bg, .overlay__smart {
    background: #141518;
    opacity: .8
}

.header__language-eng .header__language-ic_ru, .header__language-ic_eng, .smart-menu {
    display: none
}

.header__language-eng .header__language-ic_eng, .smart--menu .overlay__smart, .smart--menu .smart-menu {
    display: block
}

.overlay__smart {
    z-index: 9999;
    left: 0;
    display: none
}

.smart-menu {
    width: 240px;
    height: 100%;
    background: #1c1c22;
    border-left: 1px solid #3c3c3c;
    z-index: 10000
}

.smart__menu-header {
    height: 50px;
    background: #1c1c22;
    border-bottom: 1px solid #3c3c3c;
    display: flex;
    align-items: center
}

.exitblock, .exitblock .exitblock__bg {
    height: 100%;
    width: 100%;
    position: fixed
}

.smart__menu-header_text {
    font-size: 18px;
    font-weight: 400;
    padding-left: 15px
}

.smart__menu-close {
    position: absolute;
    right: 20px
}

.smart__menu-list .header__menu-list {
    flex-direction: column
}

.smart__menu-list .header__menu-item:first-child {
    padding: 0 17px
}

.exitblock__text, .smart__menu-list .header__menu-item {
    margin: 10px 0
}

.smart-buy, .smart__lang {
    margin-top: 20px
}

.smart__lang, .smart__social {
    display: flex;
    justify-content: center
}

.smart__lang .language__list {
    margin-top: 44px
}

.smart__social .header__social-list {
    position: fixed;
    bottom: 20px
}

.smart__lang .header__language {
    position: fixed;
    bottom: 80px;
    margin-left: 0
}

.smart-buy .header__mybuy {
    display: flex;
    justify-content: center;
    padding: 0
}

.adap__filter {
    padding: 12px;
    background: #000;
    max-width: 150px;
    cursor: pointer
}

.page__error {
    margin: 50px 0;
    position: relative
}

.page__error-icon {
    width: 96px;
    position: absolute;
    top: 88px;
    margin-left: -41px
}

.page__error-title {
    font-size: 200px
}

.page__error-text {
    margin: -25px 0 25px;
    font-size: 20px;
    font-weight: 400
}

.page__error-desc {
    font-weight: 400;
    margin-bottom: 5px
}

.footer__link:hover, .page__error-link:hover {
    color: #fff
}

.contacts {
    margin: 50px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 400
}

.contacts__brand {
    font-size: 25px;
    font-weight: 500
}

.contacts__label {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px
}

.exitblock {
    display: none;
    left: 0;
    top: 0;
    z-index: 100000
}

.exitblock .exitblock__wrapper {
    background: #1d1e29;
    position: fixed;
    max-width: 500px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .5);
    text-align: center;
    border-radius: 10px
}

.exitblock .exitblock__content {
    padding: 30px 40px;
    text-transform: uppercase
}

.exitblock__label {
    font-size: 21px;
    color: #7a8dff
}

.exitblock__header {
    position: relative;
    height: 100px;
    background-image: url(https://loot.run/img/modal-header-bg.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0
}

.exitblock__header img {
    width: 250px;
    height: auto
}

.exitblock__btn, .modal__notify-subs {
    position: relative;
    display: inline-block;
    background: #566eff;
    border-radius: 10px;
    color: #fff;
    padding: 15px 20px;
    cursor: pointer;
    margin-top: 20px;
    transition: .3s
}

.exitblock__btn:hover, .modal__notify-subs:hover {
    background: #7a8dff
}

.exitblock__timer span {
    color: #7a8dff;
    font-size: 23px;
    line-height: 1;
    margin-left: 10px
}

.toast-item {
    height: auto;
    background: #161b29;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #eee;
    padding: 20px 6px;
    font-size: 16px;
    border: 2px solid #999;
    display: block;
    position: relative;
    margin: 0 0 12px
}

.toast-item p {
    text-align: left;
    margin-left: 50px;
    margin-right: 30px;
    color: #fff
}

.toast-type-warning {
    color: #fff;
    border-color: #7a8dff
}

.modal__notify {
    position: fixed;
    display: none;
    flex-direction: column;
    top: 110px;
    left: 50px;
    background: #1d1e29;
    border-radius: 15px;
    width: 300px;
    height: auto;
    padding: 20px;
    z-index: 999
}

.modal__notify-head {
    font-size: 18px
}

.modal__notify-text {
    margin: 10px 0
}

.modal__notify-subs {
    margin-top: 10px
}

.product__sale {
    position: relative;
    background-size: 1218px 284px;
    border-radius: 12px
}

.product__sale:before {
    content: "";
    background: url(https://ggdrop.gg/static/media/bg.39f796e0.png) top no-repeat #1a1b23
}

.tooltip__btn {
    padding: 10px 14px;
    color: #a2a4b2;
    font-weight: 700;
    font-size: 12px;
    background-color: #424352;
    border-radius: 6px;
    cursor: help;
    transition: background-color .3s
}

.buster-text, .discounts-text, .discounts__item, .manual-text, .manual__step, .tasks-text {
    font-weight: 400;
    font-size: 18px
}

.tooltip__content {
    position: absolute;
    right: 0;
    bottom: calc(100% + 15px);
    z-index: 1;
    width: 370px;
    padding: 13px 15px;
    color: #fff;
    font-size: 13px;
    text-transform: none;
    background-color: rgba(85, 86, 101, .98);
    border-radius: 6px;
    transform: translateY(-5px);
    visibility: hidden;
    opacity: 0;
    transition: visibility .3s, opacity .3s, transform .3s
}

.tooltip__btn:hover + .tooltip__content {
    visibility: visible;
    opacity: 1
}

.tooltip__content:after {
    position: absolute;
    right: 15px;
    bottom: -8px;
    width: 0;
    height: 0;
    border-top: 9px solid rgba(85, 86, 101, .98);
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: ""
}

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

.footer {
    position: relative;
    display: flex;
    margin-top: 48px;
    background: #1e1e1f;
    padding: 25px 0;
}

.footer__wrapper {
    width: 100%;
    padding: 0 70px;
    text-align:center;
    text-transform: uppercase;
}
.footer__menu{
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.footer__menu a{
    padding: 10px;
    color: rgba(255, 255, 255, 0.8);
}
.footer__menu a:hover{
    opacity: 0.7;
}
.footer__copyright{
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
}

.mybuy__block table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed
}

.mybuy__block td, .mybuy__block th {
    padding: 7px 8px;
    font-size: 20px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .1);
    text-align: left;
    transition: background-color .4s
}

.mybuy__block td {
    padding: 12px;
    font-size: 17px
}

.mybuy__name {
    width: 40%
}

.mybuy__cost, .mybuy__download, .mybuy__pcs {
    width: 20%
}

.btn-download {
    padding: 3px 10px;
    background: var(--primary-btn-color);
    cursor: pointer;
    font-size: 18px;
    transition: .3s
}

.btn-download:hover {
    background: #5d6dd3
}

.discounts, .manual, .tasks {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto
}

.manual__steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

.manual-text, .manual__step {
    margin: 7px 0
}

.manual-text span, .manual__step-text a, .manual__step-text span {
    color: #9dabff
}

.manual__img {
    margin-top: 10px;
    max-width: 1000px;
    width: 100%
}

.discounts {
    margin-bottom: 40px
}

.discounts-text:nth-child(3) {
    margin-top: 22px
}

.discounts-text span {
    color: #04ffa2;
    font-weight: 500;
    font-size: 20px
}

.discounts__list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    max-width: 700px;
    width: 100%
}

.discounts__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0
}

.buster-text, .tasks-text:first-child {
    font-size: 30px
}

.discounts__item-val {
    width: 80px;
    padding: 15px 0;
    background: #11c683;
    font-weight: 500;
    border-radius: 10px;
    margin-left: 60px
}

.discounts__item-text span {
    font-weight: 500
}

.buster-text {
    margin-bottom: 22px
}

.tasks__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px
}

.tasks__item {
    position: relative;
    padding: 36px 320px 36px 45px;
    margin: 10px 0;
    border-radius: 10px;
    background: #1f1f27;
    border-left: 6px solid var(--primary-btn-color);
    box-shadow: 0 20px 80px 0 rgb(13 21 30 / 10%);
    overflow: hidden;
    text-align: left
}

.tasks__item-title {
    font-size: 20px;
    margin-bottom: 15px
}

.tasks__item-title a {
    color: #8f9eff
}

.tasks__item-text {
    font-weight: 400;
    font-size: 18px
}

.tasks__item-num {
    font-size: 128px;
    line-height: 128px;
    font-weight: 700;
    color: #e5e6e9;
    position: absolute;
    top: -5px;
    left: -15px;
    z-index: 1;
    opacity: .2
}

.tasks__item-buttons {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    border-left: 1px dashed #efefef1a;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.tasks__item-buttons span {
    padding: 15px 20px;
    background: rgb(85 100 195);
    border-radius: 15px;
    cursor: pointer;
    transition: .3s
}

.tasks__item-buttons span:hover {
    background: #5264d8
}

.tasks__item-bonus {
    background: var(--primary-btn-color);
    border-radius: 50px;
    font-size: 15px;
    line-height: 16px;
    padding: 2px 10px;
    margin-left: 5px
}

.text_block {
    padding: 0 80px
}

@media (max-width: 1200px) {
    .text_block {
        padding: 0 20px
    }
}

@media (max-width: 860px) {
    .text_block {
        padding: 0 10px
    }
}

.seo__text {
    text-align: left;
    margin: 48px auto 0;
    border-top: 1px solid rgb(36 39 54);
    padding-top: 48px
}

.seo__text-subtitle, .seo__text-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #c7c7c7
}

.seo__text-desc, .seo__text-item {
    font-size: 15px;
    font-weight: 400;
    color: #c1c1c1
}

.seo__text-subtitle {
    margin-top: 30px
}

.seo__text-desc {
    margin: 10px 0
}

.seo__text-item, .seo__text-list {
    list-style: square
}

.seo__text-item {
    margin: 5px 0 5px 30px
}

@charset "utf-8";
@media all and (min-width: 1800px) {
    .product__item {
        width: 16.66%
    }
}

@media all and (max-width: 1700px) {
    .header__menu {
        margin-left: 30px
    }

    .header .header__menu-item {
        padding: 0 15px
    }
}

@media all and (max-width: 1600px) {
    .case__item {
        width: 20%
    }

    .case__image-wrapper {
        max-width: 220px
    }

    .header__menu-link {
        font-size: 16px
    }
}

@media all and (max-width: 1480px) {
    .page .container {
        padding: 0 20px
    }
}

@media all and (max-width: 1400px) {
    .header-language, .header__mybuy, .header__social {
        display: none
    }

    .smart__menu-btn {
        display: flex
    }

    .product__item {
        width: 33.33%
    }
}

@media all and (max-width: 1300px) {
    .case__item {
        width: 25%
    }
}

@media all and (max-width: 1280px) {
    .product__block-regular .product__block-content.block-right {
        flex-direction: column
    }

    .product__block-regular .product__image {
        margin: 0 auto
    }

    .product__block-regular .product__info {
        order: 3;
        margin-top: 40px
    }

    .product__block-regular .buy__block {
        margin-top: 15px;
        width: 100%
    }
}

@media all and (max-width: 1200px) {
    .main__layout-content {
        width: 100%
    }

    .main__layout-content .container {
        padding: 0 20px
    }

    .header__mybuy {
        padding-right: 5px
    }

    .header__mybuy-btn {
        padding: 10px
    }

    .header .header__language, .header__menu, .sidebar {
        display: none
    }

    .product__block-content.block-right {
        flex-direction: column
    }

    .product__info {
        order: 3;
        margin-top: 40px
    }

    .product__block {
        margin-top: 30px
    }

    .buy__block {
        margin-top: 15px;
        width: 100%
    }

    .page .container {
        padding: 0 16px !important
    }

    .product__image {
        margin: 0 auto
    }
}

@media all and (max-width: 920px) {
    .product__screenshot-small__item {
        width: 33.33%
    }
}

@media all and (max-width: 860px) {
    .main__layout-content .container {
        padding: 0 10px
    }

    .product__item {
        width: 50%
    }

    .product__block, .product__item-link {
        height: auto
    }

    .product__image {
        width: 360px;
        height: 360px
    }

    .header {
        height: 80px
    }

    .product__random .product__item-link {
        height: 261px
    }

    .product__random .product__item-buy {
        margin-top: auto
    }

    .product__item-buy {
        position: relative;
        bottom: unset;
        margin-top: 23px
    }

    .why-we__content {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .why-we__content:before {
        display: none
    }

    .why-we__item {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        transform: unset;
        width: 50%;
        padding: 10px
    }

    .why-we__icon-wrapper {
        width: auto;
        height: auto
    }

    .why-we__item--center .why-we__title {
        margin-top: 0
    }

    .why-we__item--center .why-we__icon {
        margin-bottom: 20px
    }

    .product__info-label {
        margin-bottom: 0
    }

    .footer__bottom {
        flex-direction: column;
        align-items: center
    }

    .footer-link + .footer-link, .footer-partners {
        margin-left: 0
    }
}

@media all and (max-width: 680px) {
    .mybuy__heads {
        display: none !important
    }

    .mybuy__block table, .mybuy__block tbody, .mybuy__block td, .mybuy__block tr {
        display: block
    }

    .btn-download {
        display: flex;
        justify-content: center
    }

    .case__item, .product__screenshot-small__item {
        width: 50%
    }

    .product__desc-link {
        text-align: center;
        margin-top: 10px
    }

    .product__item-buy {
        bottom: 0
    }

    .product__block-content.block-right {
        flex-direction: column
    }

    .buy__block {
        margin-top: 20px;
        margin-left: unset
    }

    .btn-back {
        padding: 5px 20px 5px 46px;
        margin-top: 5px
    }

    .btn-back:before {
        top: 7px
    }
    .footer__menu{
        flex-direction: column;
    }
    .footer__menu a{
        font-size: 13px;
        padding: 5px;
    }
}

@media all and (max-width: 560px) {
    .case__info {
        padding: 8px;
        font-size: 15px
    }

    .faq__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .product__item {
        padding: 5px
    }

    .product__item-img {
        height: 50px;
        width: 80%
    }

    .product__item-image {
        width: auto;
        height: auto
    }

    .product__item-button {
        font-size: 16px;
        padding: 10px
    }

    .product__item-oldprice {
        font-size: 13px;
        top: -19px
    }

    .remodal__content {
        padding: 10px 15px
    }

    .fieldset__label {
        font-size: 15px;
        width: 120px
    }

    .input__text {
        font-size: 15px
    }

    .product__item-desc {
        padding: 0 10px
    }

    .page .container {
        padding: 0 10px !important
    }

    .title--product {
        font-size: 24px;
        text-align: center
    }

    .product__meta {
        justify-content: center
    }
}

@media all and (max-width: 450px) {
    .product__image {
        width: 336px;
        height: 336px
    }

    .product__block-regular .product__image {
        width: 100% !important
    }
}

@media all and (max-width: 400px) {
    .product__item-buy, .product__screenshot-small__item {
        width: 100%
    }

    .product__item-button {
        text-align: center
    }

    .header__logo {
        margin-left: 5px
    }

    .header__logo img {
        width: 150px
    }

    .footer__logo img {
        width: 200px
    }

    .product__spoiler .faq__separator {
        margin-right: 5px
    }

    .case__info {
        top: 15px
    }

    .product__image {
        width: 250px;
        height: 250px
    }
}
.modgl:hover {
    cursor:help;
}
.btnbuy {
    margin-top: -38px;
    margin-left: 367px;
}
.hnomarg {
    margin-top: 0px!important;
    margin: 0 0 9px;
    font-size: 13px;
    line-height: 18px;
    width: 134px;
}




.screens-width__item {
    margin: 50px 0 0 0;
}
.screens-width__items {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -15px 0;
}
.screens-width__item {
    width: 25%;
    padding: 20px 15px 0;
}
.screens-width__item a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px;
}
.screens-width__item img {
    width: 100%;
    vertical-align: top;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.screens-width__item .icon-zoom {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.screens-width__item a:hover img {
    opacity: 1;
}




/* [rule=background-image] [selector=lq-sym-umainlq-sym-twrapperlq-sym-uhome] [msize=desktop] */
.main-wrapper .home{background-image:url("https://images.unsplash.com/photo-1471651053150-777962b5adaf?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzNTc5fDB8MXxzZWFyY2h8MTF8fGJsYWNrJTIwd2F0ZXJ8ZW58MHx8fHwxNjc3NjA1MDkx&ixlib=rb-4.0.3&q=80&w=2560")}
/* [rule=background-size] [selector=lq-sym-umainlq-sym-twrapperlq-sym-uhome] [msize=desktop] */
.main-wrapper .home{background-size:cover}
/* [rule=background-position-y] [selector=lq-sym-umainlq-sym-twrapperlq-sym-uhome] [msize=desktop] */
.main-wrapper .home{background-position-y:44%}
/* [rule=-webkit-box-shadow] [selector=lq-sym-uheaderlq-sym-twrapperlq-sym-ulogoa] [msize=desktop] */
.header-wrapper .logo a{-webkit-box-shadow:none}
/* [rule=box-shadow] [selector=lq-sym-uheaderlq-sym-twrapperlq-sym-ulogoa] [msize=desktop] */
.header-wrapper .logo a{box-shadow:none}
/* [rule=text-shadow] [selector=lq-sym-uheaderlq-sym-twrapperlq-sym-ulogoa] [msize=desktop] */
.header-wrapper .logo a{text-shadow:none}
/* [rule=color] [selector=lq-sym-uheaderlq-sym-twrapperlq-sym-ulogoa] [msize=desktop] */
.header-wrapper .logo a{color:#ffffff}
/* [rule=color] [selector=lq-sym-umainlq-sym-tmenulq-sym-umainlq-sym-tmenu__itema] [msize=desktop] */
.main-menu .main-menu__item a{color:#ffffff !important}
/* [rule=text-shadow] [selector=lq-sym-umainlq-sym-tmenulq-sym-umainlq-sym-tmenu__itema] [msize=desktop] */
.main-menu .main-menu__item a{text-shadow:none}
/* [rule=background-image] [selector=lq-sym-umainlq-sym-twrapperlq-sym-umain] [msize=desktop] */
.main-wrapper .main{background-image:url("https://editorcssm.lequeshop.com/assets/lghtmesh.png")}
/* [rule=background-image] [selector=lq-sym-umainlq-sym-twrapperfooter] [msize=desktop] */
.main-wrapper footer{background-image:url("https://editorcssm.lequeshop.com/assets/lghtmesh.png")}
/* [rule=background-image] [selector=lq-sym-umainlq-sym-uwrapperlq-sym-ubox] [msize=desktop] */
.main .wrapper .box{background-image:url("https://editorcssm.lequeshop.com/assets/subtle_dots.png")}
/* [rule=background-color] [selector=lq-sym-uboxlq-sym-uboxlq-sym-tlistingli] [msize=desktop] */
.box .box-listing li{background-color:#ffffff}
/* [rule=border-width] [selector=lq-sym-uboxlq-sym-uboxlq-sym-tlistingli] [msize=desktop] */
.box .box-listing li{border-width:1px}
/* [rule=border-color] [selector=lq-sym-uboxlq-sym-uboxlq-sym-tlistingli] [msize=desktop] */
.box .box-listing li{border-color:#000000}
/* [rule=border-style] [selector=lq-sym-uboxlq-sym-uboxlq-sym-tlistingli] [msize=desktop] */
.box .box-listing li{border-style:solid}
/* [rule=-webkit-transform] [selector=lq-sym-uboxlq-sym-uboxlq-sym-tlistingli] [msize=desktop] */
.box .box-listing li{-webkit-transform:translatex(0px) translatey(0px)}
/* [rule=transform] [selector=lq-sym-uboxlq-sym-uboxlq-sym-tlistingli] [msize=desktop] */
.box .box-listing li{transform:translatex(0px) translatey(0px)}
/* [rule=color] [selector=lq-sym-umainlq-sym-twrapperlq-sym-umainlq-sym-uwrapperlq-sym-uboxlq-sym-uboxlq-sym-tlistinglq-sym-uboxlq-sym-tlisting__itemlq-sym-uboxlq-sym-tlisting__textp] [msize=desktop] */
.main-wrapper .main .wrapper .box .box-listing .box-listing__item .box-listing__text p{color:#000000 !important}
/* [rule=background-color] [selector=lq-sym-uboxlq-sym-tlistinglq-sym-uboxlq-sym-tlisting__itemlq-sym-ubadge] [msize=desktop] */
.box-listing .box-listing__item .badge{background-color:#000000}
/* [rule=background-color] [selector=lq-sym-uboxlq-sym-tlistinglq-sym-uboxlq-sym-tlisting__infoa] [msize=desktop] */
.box-listing .box-listing__info a{background-color:#000000}
/* [rule=background-color] [selector=bodylq-sym-ulqlq-sym-tselectorlq-sym-thoverlq-sym-umainlq-sym-ufiltera] [msize=desktop] */
body.lq-selector-hover .main .filter a{background-color:#000000 !important}
/* [rule=color] [selector=bodylq-sym-ulqlq-sym-tselectorlq-sym-thoverlq-sym-umainlq-sym-ufiltera] [msize=desktop] */
body.lq-selector-hover .main .filter a{color:#ffffff}
/* [rule=background-color] [selector=bodylq-sym-ulqlq-sym-tselectorlq-sym-thoverlq-sym-umainlq-sym-ufilterlq-sym-ufilter__linklqlq-sym-tsymlq-sym-tpnthlq-sym-tchildlqlq-sym-tsymlq-sym-te1lqlq-sym-tsymlq-sym-ts] [msize=desktop] */
body.lq-selector-hover .main .filter .filter__link:nth-child(1){background-color:#d6d6d6}
/* [rule=color] [selector=bodylq-sym-ulqlq-sym-tselectorlq-sym-thoverlq-sym-uboxlq-sym-tlistinglq-sym-uboxlq-sym-tlisting__infoa] [msize=desktop] */
body.lq-selector-hover .box-listing .box-listing__info a{color:#ffffff}
/* [rule=background-color] [selector=bodylq-sym-ulqlq-sym-tselectorlq-sym-thoverlq-sym-uboxlq-sym-uboxlq-sym-tlistingli] [msize=desktop] */
body.lq-selector-hover .box .box-listing li{background-color:rgba(216,216,216,0.59)}
/* [rule=opacity] [selector=lq-sym-uboxlq-sym-tproductlq-sym-uproductlq-sym-tsidebarlq-sym-uproductlq-sym-timg] [msize=desktop] */
.box-product .product-sidebar .product-img{opacity:1}
/* [rule=background-color] [selector=lq-sym-uboxlq-sym-tproductlq-sym-uproductlq-sym-tsidebarlq-sym-uproductlq-sym-timg] [msize=desktop] */
.box-product .product-sidebar .product-img{background-color:rgba(246,246,246,0)}
/* [rule=background-color] [selector=lq-sym-uboxlq-sym-uboxlq-sym-tproductlq-sym-uproductlq-sym-tsidebar] [msize=desktop] */
.box .box-product .product-sidebar{background-color:rgba(237,237,237,0)}
/* [rule=-webkit-transform] [selector=lq-sym-uboxlq-sym-uboxlq-sym-tproductlq-sym-uproductlq-sym-tsidebar] [msize=desktop] */
.box .box-product .product-sidebar{-webkit-transform:translatex(0px) translatey(0px)}
/* [rule=transform] [selector=lq-sym-uboxlq-sym-uboxlq-sym-tproductlq-sym-uproductlq-sym-tsidebar] [msize=desktop] */
.box .box-product .product-sidebar{transform:translatex(0px) translatey(0px)}
/* [rule=background-color] [selector=lq-sym-uproductlq-sym-tsidebarlq-sym-uproductlq-sym-tdetailslq-sym-ubadge] [msize=desktop] */
.product-sidebar .product-details .badge{background-color:#000000}
/* [rule=background-color] [selector=lq-sym-uboxlq-sym-tproductlq-sym-uproductlq-sym-tsidebara] [msize=desktop] */
.box-product .product-sidebar a{background-color:#000000}
/* [rule=visibility] [selector=lq-sym-ufblq-sym-trightlq-sym-ufblq-sym-tright__countersimg] [msize=desktop] */
.fb-right .fb-right__counters img{visibility:visible}
/* [rule=opacity] [selector=lq-sym-ufblq-sym-trightlq-sym-ufblq-sym-tright__countersimglqlq-sym-tsymlq-sym-tpnthlq-sym-tchildlqlq-sym-tsymlq-sym-te2lqlq-sym-tsymlq-sym-ts] [msize=desktop] */
.fb-right .fb-right__counters img:nth-child(2){opacity:0}
/* [rule=color] [selector=bodylq-sym-ulqlq-sym-tselectorlq-sym-thoverlq-sym-uboxlq-sym-tproductlq-sym-uproductlq-sym-tsidebara] [msize=desktop] */
body.lq-selector-hover .box-product .product-sidebar a{color:#ffffff}
/* [rule=color] [selector=lqlq-sym-tsymlq-sym-tcsetpaidwaydiva] [msize=desktop] */
#setpaidway div a{color:#3247ff}
/* [rule=color] [selector=lqlq-sym-tsymlq-sym-tcsetpaidwaylq-sym-umodallq-sym-tbodydiv] [msize=desktop] */
#setpaidway .modal-body div{color:#000000}
