body {
    font-family: 'Craftwork', 'Roboto', sans-serif;
    overflow-x: hidden;
    min-width: 320px;
}

a {
    outline: none;
}

/*---------------------------header--------------------------*/
.simple-header {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.simple-header__container {
    background: #F2F5F7;
}

.simple-header__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 2rem;
}
.simple-header__menu:first-child {
    margin-left: 2rem;
}
.simple-header__menu li {
    display: inline-block;
}
.simple-header__container .main-header__link {
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    color: #677178;
    border-color: initial;
    display: inline-block;
    padding: .3rem .5rem;
    text-decoration: none;
}
.simple-header__container .main-header__link:hover,
.simple-header__container .main-header__link:active,
.simple-header__container .main-header__link:focus {
    color: #2856F6;
    background: #dae6ff;
    text-decoration: none;
}
.simple-header__container .main-header__link i {
    margin-right: .5rem;
}

.simple-header__menu .simple-header__region {
    display: none;
}

.main-menu-block .offcanvas-body {
    padding: 0;
}

.main-menu-block .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1.2rem;
    color: #999 !important;
    font-size: .8rem;
    z-index: 2;
}

.main-menu__wrap {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.main-menu__wrap h3 {
    border-bottom: 1px solid #fff;
    border-bottom-color: rgba(0, 0, 0, .1);
    text-align: center;
    font-size: 1.1rem;
    padding: 1rem 0;
    font-weight: 700;
    color: #333;
    margin: 0;
    position: relative;
    user-select: none;
}

.main-menu__wrap h3 i {
    color: #999;
    left: 20px;
    position: absolute;
    line-height: 22px;
}

.main-menu__wrap a,
.main-menu__wrap span {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #000;
    display: block;
    padding: 1rem 2rem;
    text-decoration: none;
    user-select: none;
    border-bottom: 1px solid #fff;
    border-bottom-color: rgba(0, 0, 0, .1);
}

.main-menu__wrap a:hover,
.main-menu__wrap span:hover,
.main-menu__wrap h3.main-menu__btn:hover {
    background-color: #f5f5f5;
}

.main-menu__wrap a img,
.main-menu__wrap span img {
    width: 40px;
    margin-right: .5rem;
}

.main-menu__btn {
    cursor: pointer;
}

.main-menu__wrap span i {
    color: #7a7a7a;
    line-height: 29px;
    font-size: 1rem;
    float: right;
}

.main-menu__item-list {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .4s ease;
    transform: translateX(100%);
}

.main-menu__item-list.active {
    transform: translateX(0);
}

#simple-header__modal .modal-header {
    border-bottom: 0;
}

#simple-header__modal .modal-body span {
    color: #1c1f22;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 2rem;
    display: block;
}

#simple-header__modal .modal-body .form-control {
    border-radius: 10px;
}

#simple-header__modal .modal-body .form-control:focus {
    box-shadow: none;
}

#simple-header__modal #simple-header__modal-button {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background-color: #2856F6;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #2856F6;
    font-weight: bold;
    font-size: .9rem;
    margin-top: 1rem;
    cursor: pointer;
    border-radius: 24px;
}

#simple-header__modal #simple-header__modal-button:hover,
#simple-header__modal #simple-header__modal-button:focus,
#simple-header__modal #simple-header__modal-button:active {
    background-color: #0e3ce4;
    box-shadow: none;
}

#simple-header__modal .modal-content .modal-body {
    padding: 24px;
}

#simple-header__modal .modal-content .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: .4rem;
    height: .4rem;
    z-index: 2;
    color: #8c959c;
}

.simple-header__modal-ui-menu.ui-widget-content {
    border-radius: 10px;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    border: 0;
    margin-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.simple-header__modal-ui-menu.ui-widget-content .ui-menu-item-wrapper {
    display: block;
    padding: .5em 1em;
    position: relative;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    color: #111213;
    border: none;
    font-family: 'Craftwork', 'Roboto', sans-serif;
    font-weight: 500;
}

.simple-header__modal-ui-menu.ui-widget-content .ui-menu-item-wrapper:hover,
.simple-header__modal-ui-menu.ui-widget-content .ui-menu-item-wrapper:active,
.simple-header__modal-ui-menu.ui-widget-content .ui-menu-item-wrapper:focus {
    background-color: #eef1f2;
    color: #111213;
    border: none;
}

.simple-header__modal-ui-menu .ui-state-focus,
.simple-header__modal-ui-menu .ui-state-active {
    margin: 0;
    background-color: #eef1f2;
    color: #111213;
}
header .navbar-brand {
    text-transform: uppercase;
    color: #2856F6;
    font-size: 22px;
    font-family: 'Craftwork', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 900;
    letter-spacing: 2.5px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: .2s;
    margin-left: 2rem;
}
header .navbar-brand:hover,
header .navbar-brand:active,
header .navbar-brand:focus {
    color: #1d43c5;
}
header a.navbar-brand:hover,
header a.navbar-brand:active,
header a.navbar-brand:focus {
    color: #1d43c5;
}

.main-nav-menu a {
    color: #2856f6;
    font-size: 20px;
    font-family: 'Craftwork', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 900;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    transition: .2s;
    display: inline-block;
    margin-right: 1rem;
}

.main-nav-menu a:hover,
.main-nav-menu a:focus,
.main-nav-menu a:active {
    margin-bottom: 0.4rem;
}

.main-nav-menu a span {
    color: #fff;
    font-size: 11px;
    line-height: 1.5;
    border-width: 0;
    border-radius: 40px;
    background-color: #ACC000;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    position: absolute;
    padding: 0.1rem 0.3rem;
    top: -10px;
    right: -40px;
    text-transform: none;
}

header .form-inline {
    display: inline-block;
}

header .form-inline input {
    border: 0;
}

.header-navbar__pc a {
    margin-right: 1.5rem;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: .2s;
    position: relative;
    color: #2856F6;
}

.header-navbar__pc a:hover,
.header-navbar__pc a:active,
.header-navbar__pc a:focus {
    color: #1d43c5;
    text-decoration: none;
}

.header-navbar__pc a i {
    margin-bottom: .2rem;
    font-size: 1.2rem;
}

.header-navbar__pc a span {
    display: block;
}

.header-navbar__pc-cart .shopping-cart-count {
    display: none;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -10px;
    right: 0px;
    background-color: red;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.wishlist-cart-count {
    display: none;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -10px;
    right: 0px;
    background-color: red;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.section-cart-content {
    margin-bottom: 4rem;
}
.section-cart-content h1 {
    font-size: 1.5rem;
}
.section-cart-content h2 {
    font-size: 1.4rem;
}
.cart-delivery__desc {
    margin-bottom: .5rem;
}
.modal-reg {
    color: #000;
    text-decoration: underline;
    font-size: 1.3rem;
    padding: 1rem 0;
    display: block;
    margin-top: 1rem;
    transition: .2s;
    text-align: center;
}

.modal-reg:hover,
.modal-reg:active,
.modal-reg:focus {
    color: #444;
    background-color: #f5f5f5;
}

.user-name {
    display: block;
}

.nav-block ul.navbar-nav {
    float: none;
}

.top_profile img {
    height: 20px;
}

.top_profile.navbar-nav > li > a {
    padding: 5px 10px;
    color: #333;
    background-color: #fff;
    font-size: 14px;
}

.top_profile.navbar-nav > li > a:focus,
.top_profile.navbar-nav > li > a:active,
.top_profile.navbar-nav > li > a:hover {
    color: #333;
    transition: background-color .3s;
    background-color: #f1f1f1 !important;
}

.login-form__modal .login-menu-wrapper {
    display: flex;
    align-items: center !important;
}

.header-background {
    background: url('/asset/img/template/background_header_min.jpg') no-repeat center;
    background-size: cover;
    position: absolute;
    height: 200px;
    width: 100%;
}

.main-list-menu__button {
    border: 1px solid #2856f6;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    margin-right: 20px;
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #2856f6;
    margin-left: 2rem;
    display: inline-flex;
    align-items: center;
    color: #fff;
}
.main-list-menu__button:hover,
.main-list-menu__button:active,
.main-list-menu__button:focus {
    background: #1d43c5;
    border: 1px solid #2856f6;
    color: #fff;
}
.main-list-menu__button i {
    font-size: 1.9rem;
    margin-right: .5rem;
}

.minimize-container-header__search {
    border-radius: 8px;
    padding: 0.1rem .8rem;
    margin-right: 20px;
    font-size: 2rem;
    background-color: initial;
    margin-left: 2rem;
    border: none;
}

.minimize-container-header {
    background: -webkit-gradient(linear, left top, right top, from(#2856f6), to(#7b43d7)) no-repeat;
    background: linear-gradient(to right, #2856f6 0, #7b43d7 100%) no-repeat;
    padding: 16px 0;
    position: relative;
    display: none;
}

.minimize-container-header .navbar-brand {
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    font-family: 'Craftwork', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 900;
    letter-spacing: 2.5px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: .2s;
}

/*---------------------------header-end-------------------------*/
/*---------------------------content--------------------------*/
.section-content-block {
    background: #fff;
}

.main-page__content {
    min-height: 600px;
    margin-bottom: 4rem;
}

.main-page__content h2 {
    margin-bottom: 2rem;
    font-size: 34px;
    font-weight: 700;
}

.breadcrumb li > a {
    color: #8b8b8b;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid;
    border-color: transparent;
    line-height: 22px;
    display: inline-block;
}

.breadcrumb li > a:hover,
.breadcrumb li > a:active,
.breadcrumb li > a:focus {
    color: #000;
    border-color: #000;
}

.breadcrumb-item.active a {
    color: #999;
}

/*full news*/
.product-content h1 {
    margin: 0;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.product-content__rating {
    margin-bottom: .5rem;
    display: inline-block;
    color: #878787;
}

.product-content__rating:hover {
    color: #000;
    cursor: pointer;
}

.product-content__edit-print {
    font-size: .8rem;
    font-weight: 500;
    border-bottom: 1px dashed #878787;
    color: #878787;
    text-decoration: none;
    margin-left: 2rem;
}

.product-content__edit-print:hover {
    color: #000;
    cursor: pointer;
}

.product-content__rating i {
    color: #ddd;
    font-size: 1rem;
}

.product-content__rating i.product-content__rating-active {
    color: #FF9935;
}

.product-content__rating .product-content__rating-count {
    font-size: .8rem;
    margin-left: .8rem;
    font-weight: 500;
    border-bottom: 1px dashed #878787;
}

.product-content__tags-item {
    display: inline-block;
    color: #000;
    position: relative;
    margin: .5rem .8rem 0 0;
    font-size: 13px;
    text-decoration: underline;
}

.product-content__tags-item:active,
.product-content__tags-item:hover,
.product-content__tags-item:focus {
    color: #555;
}

.product-content__code {
    font-size: .9rem;
    color: #999;
    display: inline-block;
    margin-right: 1rem;
}

.product-content__code span {
    color: #000;
}

.product-content__text {
    padding: 10px 0;
    margin-bottom: .5rem;
    margin-bottom: .5rem;
}

.product-content__story {
    margin-top: 2.5rem;
}

.product-content__price {
    margin-top: 2rem;
}

.product-content__price .product-content__price-actual {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0px;
    line-height: 46px;
    text-decoration: none;
    text-transform: none;
    margin-right: 1rem;
}

.product-content__ .product-content__price-old {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 46px;
    text-decoration: none;
    text-transform: none;
    color: #8b8b8b;
    text-decoration: line-through;
}

.variants {
    width: 100%;
    padding: .8rem 0;
}

.variants .variants_option {
    padding: .5rem 1rem;
}

.variants .variants_option span {
    display: block;
    background-color: initial;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: .5rem;
}

.variants .variants_option {
    background: #ddecfd;
    color: #0072ff;
    display: inline-block;
    padding: .8rem 1.5rem;
    border-radius: .3rem;
    margin-right: .5rem;
    font-size: 1.1rem;
    border: none;
    font-weight: 700;
    border: 1px solid transparent;
}

.variants .variants_option.active,
.variants .btn-check:active + .btn-secondary,
.variants .btn-check:checked + .btn-secondary,
.variants .btn-secondary.active,
.variants .btn-secondary:active,
.variants .show > .btn-secondary.dropdown-toggle {
    background: #0f7bff;
    color: #fff;
    box-shadow: none;
    border-color: transparent;
}

.variants .variants_option:active,
.variants .variants_option:focus,
.variants .variants_option:hover {
    background: #0f7bff;
    color: #fff;
    cursor: pointer;
}

@-webkit-keyframes blinking {
    0% {
        background-color: rgba(253, 238, 249, 0);
    }
    50% {
        background-color: #fdeef9;
    }
    100% {
        background-color: rgba(253, 238, 249, 0);
    }
}

@keyframes blinking {
    0% {
        background-color: rgba(253, 238, 249, 0);
    }
    50% {
        background-color: #fdeef9;
    }
    100% {
        background-color: rgba(253, 238, 249, 0);
    }
}

.variants.blinking:not(.valid-radio) .variants_option {
    color: #cb11ab;
    border: 1px solid #cb11ab;
    -webkit-box-shadow: inset 0 0 0 1px #cb11ab;
    box-shadow: inset 0 0 0 1px #cb11ab;
    -webkit-animation: blinking 1s linear;
    animation: blinking 1s linear;
}

.breadcrumb-block {
    margin: 0;
    padding: 0;
}

.breadcrumb-block .breadcrumb {
    border: none;
    border-radius: 0;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    background: initial;
}

.download_link_block {
    color: #333;
    background: #eee;
    overflow: auto;
    padding: 10px;
    line-height: 24px;
    display: block;
}

.download_link_block:hover, .download_link_block:active, .download_link_block:focus {
    text-decoration: none;
    background: #E6E6E6;
    color: #333;
}

.download_link_block::before {
    content: "Скачать";
    background: #51AF54;
    color: #fff;
    padding: 5px 10px 5px 20px;
    margin-right: 15px;
    text-decoration: none !important;
    display: inline-block;
    margin: -10px;
    margin-right: 10px;
    line-height: 18px;
}

/*full news end*/
/*short news*/
.short-story-block .short-story__image {
    display: block;
    position: relative;
    margin-bottom: .5rem;
}

.short-story-block .short-story__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.short-story-block h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.short-story-block a {
    color: #000;
    text-decoration: none;
}

.short-story-block a:hover,
.short-story-block a:active,
.short-story-block a:focus {
    text-decoration: none;
    color: #555;
    transition: .3s;
    opacity: .9;
}

.short-story-block .price-discount {
    background-color: #E62C4D;
    color: #fff;
    font-size: .7rem;
    padding: 0.1rem 0.5rem;
    border-radius: 1rem;
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 4;
}

.short-story-block .price-block .price-actual {
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    letter-spacing: 0px;
    line-height: 2.6rem;
}

.short-story-block .price-block .price-old {
    font-size: 1rem;
    font-weight: 800;
    text-decoration: line-through;
    color: #9B97AE;
}

.short-story-block .price-block .cart-button {
    display: inline-block;
    float: right;
    padding: 0.4rem 1rem;
    background-color: #2856F6;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #2856F6;
    font-weight: bold;
    font-size: .8rem;
    margin-top: 1rem;
    cursor: pointer;
    border-radius: 24px;
}

.short-story-block .price-block .cart-button:active,
.short-story-block .price-block .cart-button:hover,
.short-story-block .price-block .cart-button:focus {
    background-color: #3D65F6;
}

.wishlist-button {
    float: right;
    margin-top: 1rem;
    font-size: 1.5rem;
    background: initial;
    border: none;
    margin-left: 1rem;
    color: #c2c2c2;
}

.wishlist-button.active,
.wishlist-button:hover {
    color: #2856F6;
}

.wishlist-button .fas.fa-heart {
    display: none;
}

.wishlist-button.active .fas.fa-heart {
    display: inline-block;
}

.wishlist-button.active .far.fa-heart {
    display: none;
}

.short-story-slider__pagination {
    margin: 0;
    padding: 0;
    position: absolute;
    display: table;
    z-index: 10;
    height: 10%;
    background-color: transparent;
    bottom: 0 !important;
}

.short-story-slider__pagination li {
    width: auto;
    height: 100%;
    display: table-cell;
    border-radius: 0;
    background-color: transparent;
    opacity: initial;
    position: relative;
}

.short-story-slider__pagination li::after {
    content: '';
    background-color: #000;
    width: 95%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .06;
    border-radius: 4px;
}

.short-story-slider__pagination li:hover::after {
    opacity: .33;
}

.empty-cart-info {
    color: #dc3545;
}

/*short news end*/
/*login form*/
.login-block {
    margin-top: 0;
    padding: 15px;
    color: #555;
    width: 100%;
}

.login-block > span {
    text-align: left;
    color: #000;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 2rem;
    font-weight: 700;
}

.checkbox-login {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
}

.login-form__alert {
    margin-bottom: .5rem;
    display: block;
    color: #cb11ab;
    font-size: 14px;
    line-height: 20px;
}

.checkbox-login > label {
    font-weight: 400;
}

.login-form-wrap {
    text-align: left;
}

.login-form-wrap input[type="text"],
.login-form-wrap input[type="password"] {
    margin-bottom: 1.3rem;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    font-size: 1.4rem;
    width: 100%;
    display: block;
    padding-left: 12px;
    padding-right: 12px;
}

.login-form-wrap form button {
    background-color: #2856F6;
    border: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: .8rem .5rem;
    border-radius: 4px;
    display: block;
    width: 100%;
}

.wrong-value {
    border-color: #F55A52;
}

/*login form end*/
/*registration form*/
.registration-block {
    margin-top: 0;
    padding: 15px;
    color: #555;
    width: 100%;
    display: none;
}

.registration-form-wrap .registration-form__title {
    text-align: left;
    color: #000;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 2rem;
    font-weight: 700;
}

.registration-form-code__alert,
.registration-form__alert {
    margin-bottom: .5rem;
    display: block;
    color: #cb11ab;
    font-size: 14px;
    line-height: 20px;
}

.registration-form-wrap {
    text-align: left;
}

.registration-form-wrap input[type="text"] {
    margin-bottom: 1.3rem;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    font-size: 1.4rem;
    width: 100%;
    display: block;
    padding-left: 12px;
    padding-right: 12px;
}

.registration-form-wrap form button {
    background-color: #2856F6;
    border: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: .8rem .5rem;
    border-radius: 4px;
    display: block;
    width: 100%;
}

.registration-form-wrap form .registration-form-code__back {
    background: initial;
    color: #666;
    font-size: 1.5rem;
    padding: .5rem;
    display: inline-block;
    width: auto;
    margin-left: -0.5rem;
}

.registration-oferta-access {
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b;
    position: relative;
    padding-left: 22px;
    margin-top: 1rem;
}

.registration-oferta-access a {
    color: #000;
}

.registration-oferta-access:before {
    content: '';
    border-right: 2px solid #2856F6;
    border-bottom: 2px solid #2856F6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 5px;
    height: 11px;
    left: 5px;
    top: 2px;
}

#registration-form-code {
    display: none;
}

.registration-form-code__email {
    font-weight: bold;
}

/*registration form end*/
/*recover form*/
.recover-block {
    margin-top: 0;
    padding: 15px;
    color: #555;
    width: 100%;
    display: none;
}

.recover-form-wrap .recover-form__title {
    text-align: left;
    color: #000;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 2rem;
    font-weight: 700;
}

.recover-form-code__alert,
.recover-form__alert {
    margin-bottom: .5rem;
    display: block;
    color: #cb11ab;
    font-size: 14px;
    line-height: 20px;
}

.recover-form-wrap {
    text-align: left;
}

.recover-form-wrap input[type="text"] {
    margin-bottom: 1.3rem;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    font-size: 1.4rem;
    width: 100%;
    display: block;
    padding-left: 12px;
    padding-right: 12px;
}

.recover-form-wrap form button {
    background-color: #2856F6;
    border: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: .8rem .5rem;
    border-radius: 4px;
    display: block;
    width: 100%;
}

.recover-form-wrap form .recover-form-code__back {
    background: initial;
    color: #666;
    font-size: 1.5rem;
    padding: .5rem;
    display: inline-block;
    width: auto;
    margin-left: -0.5rem;
}

.recover-oferta-access {
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b;
    position: relative;
    padding-left: 22px;
    margin-top: 1rem;
}

.recover-oferta-access a {
    color: #000;
}

.recover-oferta-access:before {
    content: '';
    border-right: 2px solid #2856F6;
    border-bottom: 2px solid #2856F6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 5px;
    height: 11px;
    left: 5px;
    top: 2px;
}

#recover-form-code {
    display: none;
}

.recover-form-code__email {
    font-weight: bold;
}

#tab_form_recover {
    padding: .5rem 0;
    display: block;
    font-size: 1.1rem;
    text-decoration: none;
    margin-top: .5rem;
}

/*recover form end*/
.success-block {
    border: 4px solid #dff0d4;
    color: #349837;
    display: block;
    font-size: 23px;
    margin: 20px auto;
    padding: 15px;
    text-align: center;
    width: 80%;
}

/*full news*/
.category-block {
    min-height: 600px;
    max-width: 1506px;
    margin: 0 auto;
}

.category-block h1 {
    font-size: 2.3rem;
    font-weight: 700;
    padding: 1rem 0 1.5rem;
}

.category-desc {
    padding: 5px 20px;
    color: #999;
}

.category_sorter {
    display: block;
    margin-bottom: 1rem;
}

.category_sorter span {
    font-size: 14px;
    line-height: 20px;
    margin-right: 20px;
    color: #a7a7a7;
}

.category_sorter a {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px dashed #8b8b8b;
    color: #000;
    margin-right: 20px;
}

.category_sorter a.active,
.category_sorter a:hover {
    color: #2856F6;
    border-color: #2856F6;
}

.category-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-menu__active,
.category-menu a {
    -webkit-transition: background .3s ease 0s;
    transition: background .3s ease 0s;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    margin: 0 0 4px -24px;
    padding: 4px 24px;
    display: block;
    color: #999;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
    text-decoration: none;
    padding-left: 2rem;
}

.category-menu a:hover {
    color: #000;
    background: #f6f6f6;
}

.category-menu__active {
    color: #fff;
    background: #2856F6;
    padding: 4px 24px;
}

.category-menu__title {
    font-weight: 700;
    font-size: .9rem;
    margin-bottom: .5rem;
}

.static-content-block {
    min-height: 600px;
    padding-top: 2rem;
}

.static-content-block h1 {
    font-size: 4rem;
}

.gallery-single {
    width: 100%;
}

.gallery-single img {
    width: 100%;
}

.gallery-single img:hover,
.gallery-single img:focus,
.gallery-single img:active {
    border: none;
    outline: none;
}

.gallery-nav {
    width: 100%;
}

.gallery-nav img {
    width: 100%;
    opacity: .7;
    border: 1px solid #fff;
    cursor: pointer;
}

.gallery-nav img:hover,
.gallery-nav img:focus,
.gallery-nav img:active {
    outline: none;
    opacity: 1;
}

.product-buy {
    background-color: #FEF138;
    border: none;
    padding: .8rem 1.5rem;
    color: #000;
    font-weight: 700;
    font-size: 1.1rem;
    margin-right: .5rem;
    border-radius: .3rem;
}

.product-buy:hover,
.product-buy:active,
.product-buy:focus {
    background-color: #FEF56A;
    outline: none;
}

/*.product-remove {
    background-color: #eee;
    border: none;
    padding: .8rem 1.5rem;
    color: #333;
    font-weight: 700;
    font-size: 1.1rem;
    display: none;
}*/
.product-remove:hover,
.product-remove:active,
.product-remove:focus {
    background-color: #ddd;
    outline: none;
}

.amount-control {
    border: 1px solid #ddd;
    border-radius: .5rem;
    display: none;
    top: 0.2rem;
    position: relative;
    margin-right: .5rem;
}

.product_button,
.product_amount {
    border: 0;
    background: 0;
    padding: .1rem 1.5rem;
    color: #333;
    font-size: 2rem;
    font-weight: normal;
    cursor: pointer;
    display: inline-block;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.product_amount {
    background-color: #eee;
    font-weight: 700;
    display: inline-block;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
}

.product-curt {
    background-color: #fff;
    padding: .8rem 1.5rem;
    color: #000;
    font-weight: 700;
    font-size: 1.1rem;
    border: 3px solid #FEF138;
    margin: .5rem 0;
    display: inline-block;
    text-decoration: none;
    border-radius: .3rem;
}

.product-curt:hover,
.product-curt:active,
.product-curt:focus {
    border-color: #f7ec53;
    color: #222;
    outline: none;
    text-decoration: none;
}

.single-slide img {
    background-color: #fff;
}

/*full news end*/
/*comments*/
.comm-title {
    border-bottom: 2px solid #333;
    display: inline-block;
    font-size: 11pt;
    margin: 10px;
    width: auto;
}

.comment_form {
    display: block;
    padding: 10px;
    width: 100%;
}

#comment_text {
    border: 1px solid #eee;
    min-height: 80px;
    resize: vertical;
    width: 100%;
    padding: 10px;
}

.spec-btn {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #fff;
    border: 1px solid #009688;
    padding: 2px 15px;
    font-weight: 500;
    border-width: 0;
    display: inline-block;
    font-size: 12px;
    line-height: 1.6666667;
    border-radius: 2px;
    margin: 0 10px;
    text-align: center;
}

.spec-btn:hover, .spec-btn:active, .spec-btn:focus {
    text-decoration: none;
    color: #fff;
}

#comment_send {
    background-color: #546E7A;
    border-color: #546E7A;
    float: right;
    margin: 10px 0;
}

#comment_send:hover, #comment_send:active, #comment_send:focus {
    background-color: #46606C;
}

#comment_send:hover {
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.14);
}

.comment-content {
    height: auto;
    padding: 15px;
    width: 100%;
}

.comment-image {
    border-radius: 4px;
    float: left;
    height: 32px;
    width: 32px;
    margin: 0 5px 5px 0;
    overflow: hidden;
}

.comment-option-top > a {
    color: #6C757D;
    font-weight: bold;
    font-size: 13px;
}

.comment-image > img {
    height: 100%;
}

.comment-option-top {
    color: #a3a3a3;
}

.comment-message {
    padding: 10px;
    margin-left: 28px;
    padding-top: 2px;
}

.comment-option-bottom {
    display: block;
    text-align: right;
    width: 100%;
}

.comment-rating {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    color: #666;
    font-size: 16px;
}

.rating-like:hover, .activelike {
    color: #00FF00;
}

.rating-dislike:hover, .activedislike {
    color: #FF0000;
}

.comments-sorter {
    display: block;
    margin-bottom: 1rem;
}

.comments-sorter span {
    font-size: 14px;
    line-height: 20px;
    margin-right: 20px;
    color: #a7a7a7;
}

.comments-sorter a {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px dashed #8b8b8b;
    color: #000;
    margin-right: 20px;
    user-select: none;
}

.comments-sorter a i {
    display: none;
}

.comments-sorter a.active i {
    display: inline-block;
}

.comments-sorter a[data-direct='up'] i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.comments-sorter a.active,
.comments-sorter a:hover {
    color: #2856F6;
    border-color: #2856F6;
}

/*comments-end*/
/*tags*/
.tags-block-short-news {
    margin: 5px 10px;
}

.tags-block-short-news > .tag {
    color: #555;
    background: initial;
    margin: 5px 10px 0 0;
}

.tags-block-short-news > .tag:before {
    color: #555;
}

.tags-block-short-news > .tag:after {
    display: none;
}

.tags-block-short-news > .tag:hover, .tags-block-short-news > .tag:focus {
    background-color: #eee;
    text-decoration: none;
    color: #555;
    transition: .3s;
}

.load-tags__spinner {
    display: none;
}

.tags-block {
    min-height: 400px;
}

.tags-block h1 {
    font-size: 2.3rem;
    font-weight: 700;
    padding: 1rem 0 1.5rem;
}

.tags-card {
    margin-bottom: 2rem;
}

.tags-card a {
    display: block;
    background-color: #F8F8FA;
    text-decoration: none;
    padding: 1rem;
    transition: .2s;
}

.tags-card a:hover,
.tags-card a:focus,
.tags-card a:active {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 16px;
}

.tags-card__image {
    display: block;
    margin-bottom: .5rem;
    position: relative;
}

.tags-card__image img {
    width: 100%;
}

.tags-card .tags-card__discount {
    background-color: #E62C4D;
    color: #fff;
    font-size: .7rem;
    padding: 0.1rem 0.5rem;
    border-radius: 1rem;
    display: inline-block;
    margin: 0;
    position: absolute;
    bottom: .5rem;
    left: .5rem;
    font-weight: 700;
}

.tags-card__price {
    padding-top: .5rem;
}

.tags-card__price-actual {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 800;
    margin-right: 10px;
}

.tags-card__price-old {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    margin-right: 10px;
    color: #8b8b8b;
    font-weight: 700;
    text-decoration: line-through;
}

.tags-card__brand {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    font-weight: 400;
}

/*tags-end*/
/*----------------user-profile -----------------*/
.top_profile .dropdown-toggle > img {
    border-radius: 30px;
    margin: 0 5px;
    width: 20px;
}

.user_page {
    min-height: 600px;
}

.user_page_wrapper {
    background: #fff;
    padding: 1.5rem;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 15px;
}

.user_page_avatar {
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 1rem;
}

.user_page_avatar i {
    display: block;
    position: absolute;
    z-index: 3;
    right: 25px;
    bottom: 25px;
    border-radius: 50%;
    background-color: #2856F6;
    color: #fff;
    padding: 5px 7px;
    font-size: .8rem;
    text-align: center;
    line-height: 1rem;
}

.user_page_img_wrap {
    border-radius: 50%;
    cursor: pointer;
    transition: .3s;
    position: relative;
    overflow: hidden;
}

.user_page_img_wrap:hover {
    background: #000;
}

.user_page_img_wrap:hover img {
    opacity: .7;
}

.user_page_img_wrap span {
    opacity: 0;
    position: absolute;
    color: #fff;
    margin-top: 50%;
    padding: 0 2rem;
}

.user_page_img_wrap:hover span {
    opacity: 1;
}

.user_page_img_wrap img {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    transition: .3s;
}

.user-page__edit {
    cursor: pointer;
    margin-left: .5rem;
    color: #2856F6;
    font-size: 1rem;
}

.user_page_login {
    padding: 0px;
    font-size: 18px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 5px;
}

.user_page_date {
    font-size: .8rem;
    display: inline-block;
    color: #999;
    margin-bottom: 1.5rem;
}

.user_page_header {
    color: #8b8b8b;
    display: block;
    font-size: .9rem;
    font-weight: 600;
}

.user_page_wrapper p {
    margin: .5rem 0;
    color: #222;
}

.user_page_wrapper h3 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.user_page_feed_comment {
    padding: 10px 0;
    margin-bottom: 5px;
}

.user_page_feed_comment_link {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.user_page_feed_comment_link:hover {
    text-decoration: none;
}

.user_page_feed_comment_link:active {
    text-decoration: none;
}

.user_page_feed_comment_link:focus {
    text-decoration: none;
}

.user_page_feed_comment_info {
    display: block;
    position: relative;
    padding: 5px 0;
}

.user_page_feed_comment_text {
    color: #333;
    font-size: 14px;
    display: block;
}

.user_page_feed_comment_date {
    display: inline-block;
    color: #666;
}

.user_page_feed_comment_vote {
    color: #818181;
    text-align: center;
    white-space: nowrap;
    padding: 1px 5px;
    min-width: 40px;
    background: rgba(129, 129, 129, .08);
    position: absolute;
    right: 25px;
    top: 0;
}

.edit-user__modal .modal-content .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: .4rem;
    height: .4rem;
    z-index: 2;
    color: #8c959c;
}

.edit-user__modal h4 {
    color: #1c1f22;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 2rem;
    display: block;
}

.edit-user__modal .modal-body {
    padding: 2.5rem;
}

.edit-user__modal .modal-body .form-control {
    border-radius: 10px;
    margin-bottom: 1rem;
    padding: .8rem 1rem;
}

.edit-user__modal .modal-body .form-control:focus {
    box-shadow: none;
}

.edit-user__modal .modal-body select {
    border-radius: 10px;
    padding-top: .8rem;
    padding-bottom: .8rem;
    margin-right: .5rem;
    font-size: 1.2rem;
}

.edit-user__modal .modal-body label {
    color: #8b8b8b;
    margin-bottom: .5rem;
}

.edit-user__modal .modal-body label span {
    color: #ff7171;
}

.edit-user__modal .modal-body button {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
    font-weight: bold;
    font-size: .9rem;
    margin-top: 1rem;
    cursor: pointer;
    border-radius: 24px;
}

.edit-user__modal .modal-body button.btn-primary {
    background-color: #2856F6;
    border: 2px solid #2856F6;
    color: #fff;
}

.edit-user__modal .modal-body button.btn-primary:hover {
    background-color: #0e3ce4;
    box-shadow: none;
}

.edit-user__modal .modal-body button.btn-secondary {
    background-color: transparent;
    border: 2px solid #2856F6;
    color: #2856F6;
}

.edit-user__modal .modal-body button.btn-secondary:hover {
    background-color: #0e3ce4;
    box-shadow: none;
    color: #fff;
}

.edit-user__modal .modal-body select:focus,
.edit-user__modal .modal-body button.btn:focus {
    box-shadow: none;
}

.user-edit__error {
    margin-bottom: .5rem;
    display: block;
    color: #cb11ab;
    font-size: 14px;
    line-height: 20px;
}
.user-content-block {
    margin-top: 3rem;
}
.profile-tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.profile-tabs a {
    display: block;
    color: #000;
    padding: .3rem 1rem;
    position: relative;
    border: 0;
    text-decoration: none;
    outline: none;
    margin: 0px;
    font-size: 1.2rem;
    margin-bottom: .5rem;
    margin-left: .5rem;
}

.profile-tabs a:hover,
.profile-tabs a:focus,
.profile-tabs a:active {
    color: #00A2FF;
    text-decoration: none;
}
.profile-tabs a.active {
    border-left: 4px solid #00A2FF;
}
.profile-tabs a i {
    margin-right: .5rem;
}
.profile-tabs span {
    margin-bottom: .5rem;
    display: block;
    color: #666;
    font-size: .9rem;
}
.cart-user-data__edit {
    font-size: .9rem;
    font-weight: 700;
    color: #2856F6;
    cursor: pointer;
    float: right;
    border: 1px solid #2856F6;
    padding: .3rem .5rem;
    border-radius: .3rem;
    text-decoration: none;
}
.cart-user-data__edit:active,
.cart-user-data__edit:focus,
.cart-user-data__edit:hover {
    color: #0037FF;
    background: #f7f8ff;
}
.user-menu-wrapper {
    padding: 0;
}

.user-menu-wrapper h4 {
    margin-left: 1rem;
}

.user-menu-canvas {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 3rem;
}

.user-menu-canvas a {
    padding: 2rem 1rem;
    font-size: 2rem;
    text-align: left;
    font-weight: 600;
}

.user-menu-canvas a:hover,
.user-menu-canvas a:active,
.user-menu-canvas a:focus {
    background: #00A2FF;
    color: #fff;
    text-decoration: none;
}

.user-menu-canvas a i {
    margin-right: 1rem;
}

.user-orders__item {
    margin-bottom: 2rem;
    background: #fff;
    padding: 1.5rem;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 15px;
}

.user-orders__item-head {
    background: #F7F7F7;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
}

.user-orders__item-head-number {
    display: inline-block;
    color: #333;
    font-size: .9rem;
}

.user-orders__item-head-status {
    display: inline-block;
    margin-right: 1rem;
}

.user-orders__item-head-status span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: .3rem;
    background-color: #898f97;
}

.user-orders__item-head-status h5 {
    display: inline-block;
}

span.order-status-payment {
    background-color: #FFC107;
}

span.order-status-processing {
    background-color: #0DCAF0;
}

span.order-status-delivery {
    background-color: #0D6EFD;
}

span.order-status-delivered {
    background-color: #198754;
}

span.order-status-canceling {
    background-color: #45637D;
}

span.order-status-canceled {
    background-color: #6C757D;
}

.user-orders__item-product {
    margin-bottom: 1rem;
    overflow: hidden;
}

.user-orders__item-product img {
    width: 80px;
    margin: 0 1rem 0 0;
    float: left;
}

.user-orders__item-product a {
    text-decoration: none;
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 600;
    color: #000;
}

.user-orders__item-product div {
    word-break: break-word;
    line-height: 1rem;
    margin-bottom: .2rem;
}

.order-info div {
    margin-bottom: .5rem;
    display: block;
    font-weight: inherit;
    color: #000;
}

.order-info span {
    font-weight: 700;
    margin-left: .5rem;
}

.order-info strong {
    margin-top: .5rem;
    display: block;
}

.user-orders__item-buttons {
    text-align: right;
    display: inline-block;
    margin-left: 1rem;
}

.user-orders__item-buttons button,
.user-orders__item-buttons a {
    padding: .8rem 1.5rem;
    display: inline-block;
    margin-right: 1rem;
    text-decoration: none;
    border-radius: 8px;
    font-size: 1.1rem;
    border: none;
    transition: .2s;
}

.confirm-order {
    background-color: #00A2FF;
    color: #fff;
}

.confirm-order:focus,
.confirm-order:active,
.confirm-order:hover {
    background-color: #008DDE;
    color: #fff;
}

.cancel-order {
    background-color: #d8d8d8;
    color: #333;
}

.cancel-order:focus,
.cancel-order:active,
.cancel-order:hover {
    background-color: #BDBDBD;
    color: #333;
}

.pay-order {
    background-color: #FF9019;
    color: #fff;
}

.pay-order:focus,
.pay-order:active,
.pay-order:hover {
    background-color: #FF8400;
    color: #fff;
}

.cancel-order__modal .modal-content .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: .4rem;
    height: .4rem;
    z-index: 2;
    color: #8c959c;
}

.cancel-order__modal h4 {
    color: #1c1f22;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 2rem;
    display: block;
}

.cancel-order__modal .modal-body {
    padding: 2.5rem;
}

.cancel-order__modal .modal-body .form-control {
    border-radius: 10px;
    margin-bottom: 1rem;
    padding: .8rem 1rem;
}

.cancel-order__modal .modal-body .form-control:focus {
    box-shadow: none;
}

.cancel-order__modal .modal-body select {
    border-radius: 10px;
    padding-top: .8rem;
    padding-bottom: .8rem;
    margin-right: .5rem;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.cancel-order__modal .modal-body label {
    color: #8b8b8b;
    margin-bottom: .5rem;
}

.cancel-order__modal .modal-body label span {
    color: #ff7171;
}

.cancel-order__modal .modal-body button {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
    font-weight: bold;
    font-size: .9rem;
    margin-top: 1rem;
    cursor: pointer;
    border-radius: 24px;
}

.cancel-order__modal .modal-body button.btn-primary {
    background-color: #2856F6;
    border: 2px solid #2856F6;
    color: #fff;
}

.cancel-order__modal .modal-body button.btn-primary:hover {
    background-color: #0e3ce4;
    box-shadow: none;
}

.cancel-order__modal .modal-body button.btn-secondary {
    background-color: transparent;
    border: 2px solid #2856F6;
    color: #2856F6;
}

.cancel-order__modal .modal-body button.btn-secondary:hover {
    background-color: #0e3ce4;
    box-shadow: none;
    color: #fff;
}

.cancel-order__modal .modal-body select:focus,
.cancel-order__modal .modal-body button.btn:focus {
    box-shadow: none;
}

.setmyreason {
    display: block;
    text-decoration: none;
    margin-bottom: 1rem;
}

.cancel-order__error {
    margin-bottom: .5rem;
    display: block;
    color: #cb11ab;
    font-size: 14px;
    line-height: 20px;
}

.user-feedback__tablist .nav-link {
    color: #8b8b8b;
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    padding: .5rem 0;
    margin-right: 2.5rem;
    border-radius: 0;
    user-select: none;
}

.user-feedback__tablist .nav-link:hover,
.user-feedback__tablist .nav-link:active,
.user-feedback__tablist .nav-link:focus {
    border-color: #2856F6;
    color: #2856F6;
    background-color: initial;
}

.user-feedback__tablist .nav-link.active {
    border-color: #2856F6;
    color: #2856F6;
    background-color: initial;
}

.user-feedback__tablist {
    margin-bottom: 2.2rem;
}

.user-feedback__reviews-list {
    padding: 2rem 0;
}

.user-feedback__reviews-item {
    margin-bottom: 2rem;
}

.user-feedback__reviews-item-info {
    margin-bottom: .6rem;
}

.user-feedback__reviews-item-info-date {
    font-size: 1rem;
    color: #8b8b8b;
}

.user-feedback__reviews-item-info a {
    text-decoration: none;
    transition: .2s;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    margin-right: 1rem;
}

.user-feedback__reviews-item-info a:hover {
    color: #2856F6;
}

.user-feedback__reviews-item-text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
    overflow-wrap: break-word;
    word-break: break-word;
}

.user-feedback__reviews-item-info-page {
    margin-bottom: .5rem;
}

.user-feedback__reviews-item-rating {
    margin-bottom: .2rem;
    display: inline-block;
    margin-right: .5rem;
}

.user-feedback__reviews-item-rating i {
    color: #ddd;
    font-size: .8rem;
}

.user-feedback__reviews-item-rating i.user-feedback__reviews-item-rating__active {
    color: #FF9935;
}

.user-feedback__reviews-images {
    margin: 24px 0 12px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.user-feedback__reviews-images li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 60px;
    position: relative;
    margin-right: 8px;
    background-color: #e8e8e8;
    cursor: pointer;
    overflow: hidden;
    height: 60px;
    border-radius: 8px;
}

.user-feedback__reviews-images img {
    width: 100%;
}

.user-feedback__reviews-item-option {
    display: inline-block;
    margin-left: .5rem;
}

.user-feedback__reviews-votes {
    display: inline-block;
}

.user-feedback__reviews-votes i {
    color: #dfdfdf;
    font-size: 1rem;
    transition: .2s;
}

.user-feedback__reviews-votes span {
    margin-right: 1rem;
    user-select: none;
}

.user-feedback__reviews-item-image {
    width: 100%;
}

.user-feedback__reviews-item-status {
    color: #000;
    background: #DFDFDF;
    border-radius: 3px;
    padding: .2rem .5rem;
    font-size: .9rem;
}

.user-feedback__comments-list {
    padding: 2rem 0;
}

.user-feedback__comments-item {
    margin-bottom: 2rem;
}

.user-feedback__comments-item-info {
    margin-bottom: .6rem;
}

.user-feedback__comments-item-info-date {
    font-size: 1rem;
    color: #8b8b8b;
}

.user-feedback__comments-item-info a {
    text-decoration: none;
    transition: .2s;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    margin-right: 1rem;
}

.user-feedback__comments-item-info a:hover {
    color: #2856F6;
}

.user-feedback__comments-item-text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
    overflow-wrap: break-word;
    word-break: break-word;
}

.user-feedback__comments-item-info-page {
    margin-bottom: .5rem;
}

.user-feedback__comments-item-option {
    display: inline-block;
    margin-left: .5rem;
}

.user-feedback__comments-votes {
    display: inline-block;
}

.user-feedback__comments-votes i {
    color: #dfdfdf;
    font-size: 1rem;
    transition: .2s;
}

.user-feedback__comments-votes span {
    margin-right: 1rem;
    user-select: none;
}

.user-feedback__comments-item-image {
    width: 100%;
}

.user-feedback__comments-item-status {
    color: #000;
    background: #DFDFDF;
    border-radius: 3px;
    padding: .2rem .5rem;
    font-size: .9rem;
}

.user-feedback__comments-item-parent {
    color: #000;
    border-radius: 3px;
    padding: .2rem .5rem;
    background: #f2f2f2;
    font-size: .9rem;
    margin-right: .5rem;
}

/* user-profile-end */
.message {
    color: #333;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    position: fixed;
    z-index: 20;
    min-width: 200px;
    right: 20px;
    top: 20px;
    min-height: 50px;
    border-left: 40px solid transparent;
    background-color: #fff;
    display: none;
}

.message > i {
    position: absolute;
    left: -27px;
    color: #fff;
    top: 38%;
}

.message-body {
    padding: 15px 20px;
    display: block;
}

.message-success {
    border-color: #4CAF50;
}

.message-error {
    border-color: #FF5722;
}

.message-info {
    border-color: #00BCD4;
}

.notfound_block_cover > div {
    background: #fff;
    padding-bottom: 40px;
    min-height: 600px;
}

.notfound_block span {
    font-size: 20vh;
    font-family: sans-serif;
    position: relative;
    background: white;
    color: black;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.notfound_block span:before {
    content: '';
    display: block;
    position: absolute;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: screen;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 1em, #9E2053 1em, orange 50%), repeating-linear-gradient(45deg, #111626, #111626 1em, pink 1em, #571B3D 50%);
    background-size: 3em 3em, 2em 2em;
    animation-name: ani;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes ani {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 400% 0;
    }
}

.notfound_block {
    font-size: 70px;
    color: #ccc;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 60px;
}

.notfound_block_info {
    font-weight: bold;
    color: #444;
    font-size: 20px;
}

.notfound_block_helper {
    margin-top: 60px;
    font-size: 15px;
}

.no-marker-list {
    list-style: none;
    padding: 0;
    padding-left: 10px;
}

.main-search-block {
    margin-right: 5rem;
    position: relative;
    z-index: 52;
    font-size: 24px;
    line-height: 1.55;
    font-weight: 900;
    border-radius: 100px;
    background-position: center center;
    background: initial;
    color: #2856f6;
    border: 2px solid #2856f6;
}

.main_search-before {
    float: left;
    line-height: 1.8rem;
    padding: 0.8rem 1.5rem;
    background-color: initial;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2.5px;
    padding-right: 10px;
}

.main-search-block #main_search {
    width: 400px;
    line-height: 30px;
    padding: 0.8rem 1.5rem;
    background-color: initial;
    font-size: 16px;
    font-weight: 700;
    padding-left: 0;
    color: #2856f6;
}

.main-search-block #main_search:focus {
    border: 0;
    box-shadow: none;
    color: #000;
}

input#main_search::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    width: 10px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
    background-size: 10px 10px;
    color: #666;
}

.main-search-block #main_search::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    text-transform: none
}

.main-search-block #main_search::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5);
    text-transform: none
}

.main-search-block.focused {
    background-color: #fff;
    color: #000 !important;
}

.main-search-block button {
    border: 0;
    color: #333;
    font-size: 1.1rem;
}

.main-search__autocomplete {
    display: block;
}

.main-search__autocomplete span {
    border-bottom: 1px solid #ddd;
    display: block;
    margin: .4rem 0;
}

.main-search__autocomplete a {
    color: #000;
    font-size: 1rem;
    font-weight: 800;
    padding: .5rem .8rem;
    text-decoration: none;
    display: block;
}

.main-search__autocomplete a i {
    color: #999;
    margin-right: .5rem;
}

.main-search-block button:active,
.main-search-block button:focus,
.main-search-block button:hover {
    box-shadow: none;
    color: #777 !important;
}

.main-search-list {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 99;
    margin-top: .4rem;
    border: 1px solid #ddd;
    display: none;
    left: 0;
    padding: 1rem .5rem;
    border-radius: 8px;
    overflow: hidden;
}

.main-search-progressbar {
    text-align: center;
    display: none;
}

.main-search-progressbar .spinner-grow {
    width: .4rem;
    height: .4rem;
}

.main-search-help {
    color: #222;
    font-size: 1.2rem;
    text-align: center;
    padding: 1.5rem 0;
    letter-spacing: normal;
    font-weight: 600;
}

.main-search-result-notfound {
    padding: .5rem 1rem;
    color: #555;
    font-size: .9rem;
    text-align: center;
}

.main-search-result-item a {
    font-size: 1.1rem;
    color: #333;
    display: block;
    padding: .2rem .8rem;
    text-decoration: none;
    font-weight: 600;
}

.main-search__autocomplete a:hover,
.main-search-result-item a:focus,
.main-search-result-item a:hover,
.main-search-result-item a:active {
    background: #eee;
    border-radius: 8px;
    text-decoration: none;
}

.main-search-result-item:last-child a {
    border-bottom: 0;
}

.main-search-result-item a span {
    font-size: .9rem;
    font-weight: 500;
    color: #989898;
    display: block;
}

.main-search-bg {
    position: absolute;
    z-index: 51;
    height: 100%;
    width: 100%;
    display: none;
}

.search-block h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    padding: 1rem 0 2rem;
}

.search-block h1 span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #8b8b8b;
}

.search-page__text {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 0;
    padding: 0;
}

.static_full_story {
    margin-bottom: 6rem;
    color: #000;
    min-height: 400px;
    font-size: 1.3rem;
    position: relative;
}

.static_full_story ul {
    margin-left: 2rem;
}
.static_full_story h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    margin-top: 1rem;
    color: #111A58;
}

.static_full_story h3,
.static_full_story h2 {
    margin-bottom: 1.5rem;
}

.footer-title {
    font-size: 1rem;
    margin-bottom: .7rem;
    display: block;
    font-weight: bold;
}

.common-form-subscribe {
    margin-bottom: 2rem;
}

.common-form-subscribe input.invalid {
    border: 2px solid #ef8888;
}

.common-form-subscribe input {
    border: 2px solid #fff;
    padding: 0 .5rem;
    width: 100%;
    line-height: 1.5rem;
    height: 56px;
    font-size: 1.1rem;
    font-weight: bold;
}

.common-form-subscribe input:focus {
    outline: none;
}

.common-form-subscribe input::-moz-focus-inner {
    border: 0;
}

.common-form-subscribe button {
    background-color: #FEF138;
    padding: 0 .5rem;
    border: 2px solid #FEF138;
    width: 100%;
    font-weight: 500;
    line-height: 1.2rem;
    height: 56px;
    letter-spacing: 1px;
}

.common-form-subscribe button:hover, .common-form-subscribe button:active, .common-form-subscribe button:focus {
    background-color: #FEF56A;
    outline: none;
    text-decoration: none;
    color: #000;
}

.subscribe-alert {
    display: block;
    min-height: 30px;
}

.section-content-block {
    min-height: 600px;
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.sales-link {
    background-color: #FEF138;
    border: none;
    padding: .8rem 1.5rem;
    color: #000;
    font-size: 1.1rem;
    margin-top: 1.5rem;
    display: inline-block;
    text-decoration: none;
}

.sales-link:hover,
.sales-link:active,
.sales-link:focus {
    background-color: #FEF56A;
    outline: none;
    text-decoration: none;
    color: #000;
}

.empty-cart {
    margin-top: 5rem;
    min-height: 600px;
}

.cart {
    margin-bottom: 1.5rem;
}

.cart-section {
    -webkit-box-shadow: 0 0 20px rgb(0 0 / 10%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 12px;
    border: 1px solid transparent;
    padding: 1.5rem;
}
.cart-section.sticky-top {
    top: 10px;
}
.cart-user__auth-wrap {
    margin-bottom: .5rem;
}
.cart-user__auth-button {
    font-size: .9rem;
    font-weight: 700;
    color: #2856F6;
    cursor: pointer;
    border: 1px solid #2856F6;
    padding: .3rem .5rem;
    border-radius: .3rem;
    text-decoration: none;
    margin: 0 .2rem .2rem 0;
    display: inline-block;
}
.cart-user__auth-button:active,
.cart-user__auth-button:focus,
.cart-user__auth-button:hover {
    color: #0037FF;
    background: #f7f8ff;
}
.list-cart-divider {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 1.5rem;
}

.list-cart-item {
    margin-bottom: 1rem;
}

.cart-item__image {
    width: 80px;
    margin-right: 1rem;
    display: inline-block;
    float: left;
    position: relative;
}

.cart-item__image img {
    width: 100%;
}

.cart-item__discount {
    background-color: #E62C4D;
    color: #fff;
    font-size: 8px;
    padding: 0.1rem 0.5rem;
    border-radius: 1rem;
    display: inline-block;
    margin: 0;
    position: absolute;
    bottom: .5rem;
    left: .5rem;
    font-weight: 700;
}

.cart-info {
    display: inline-block;
}

.cart-url {
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #000;
    font-size: 1.1rem;
}

.cart-url:focus,
.cart-url:hover,
.cart-url:active {
    color: #898f97;
    text-decoration: none;
}

.cart-options {
    font-size: .9rem;
    color: #555;
}

.cart-number-group {
    display: inline-block;
    text-align: center;
    float: left;
    width: 110px;
}

.cart-number-group .input-group button {
    border: 0;
    background: #eee;
    border-radius: 3rem !important;
    font-size: .7rem;
}

.cart-number-group .input-group button:focus,
.cart-number-group .input-group button:hover,
.cart-number-group .input-group button:active {
    color: #555;
    background-color: #e1e1e1;
    box-shadow: none;
}

.cart-number-group input {
    text-align: center;
    border: 0;
}
.cart-number-group input:focus {
    box-shadow: none;
}
.cart-price-item {
    margin-top: .5rem;
    display: block;
    font-size: .75rem;
    color: #8d8d8d;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.cart-price-sum {
    font-size: 1.3rem;
    display: inline-block;
    margin-left: 1.5rem;
    color: #000;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    font-weight: 600;
}

.cart-item__price-old {
    color: #666;
    text-decoration: line-through;
    font-size: 16px;
    display: inline-block;
}

.cart-item-remove {
    width: 2rem;
    float: right;
    background-color: #eee;
    border-radius: 50%;
    height: 2rem;
    text-align: center;
    padding: .3rem;
    color: #666;
    font-size: .9rem;
    line-height: 1.5rem;
}

.cart-item-remove:focus,
.cart-item-remove:hover,
.cart-item-remove:active {
    background-color: #c4e9ff;
    color: #00a2ff;
    cursor: pointer;
}

.cart-button-submit {
    color: #fff;
    display: inline-block;
    background-color: #2856F6;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid #2856F6;
    width: 100%;
    font-size: 16px;
    padding: 15px 25px 15px;
    font-weight: 600;
    text-align: center;
    margin: 1rem 0;
}

.cart-oferta-access {
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b;
    position: relative;
    padding-left: 22px;
}

.cart-oferta-access a {
    color: #000;
}

.cart-oferta-access:before {
    content: '';
    border-right: 2px solid #2856F6;
    border-bottom: 2px solid #2856F6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 5px;
    height: 11px;
    left: 5px;
    top: 2px;
}

.cart-button-submit:focus,
.cart-button-submit:hover,
.cart-button-submit:active {
    background: #446df8;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

.cart-price {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 22px;
    line-height: 32px;
}

.cart-user-data input[type="checkbox"] {
    width: 1.4rem;
    height: 1.4rem;
}

.cart-user-data .form-check-label {
    margin-left: 0.7rem;
}

.cart-user-data .form-check-input:focus {
    box-shadow: none;
}

.cart-user-data input[type="text"], .cart-user-data input[type="email"] {
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    font-size: 16px;
    line-height: 22px;
    line-height: 1;
    color: #000;
    padding: 10px 14px 11px;
    height: 44px;
}

.cart-user-data input[type="text"]:focus, .cart-user-data input[type="email"]:focus {
    border-color: #2856F6;
    -webkit-box-shadow: inset 1px 0 0 #2856F6, inset 0 1px 0 #2856F6, inset -1px 0 0 #2856F6, inset 0 -1px 0 #2856F6;
    box-shadow: inset 1px 0 0 #2856F6, inset 0 1px 0 #2856F6, inset -1px 0 0 #2856F6, inset 0 -1px 0 #2856F6;
}

.cart-user-data textarea {
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    font-size: 16px;
    line-height: 22px;
    line-height: 1;
    color: #000;
    padding: 10px 14px 11px;
    height: 100px;
}

.cart-user-data textarea:focus {
    border-color: #2856F6;
    -webkit-box-shadow: inset 1px 0 0 #2856F6, inset 0 1px 0 #2856F6, inset -1px 0 0 #2856F6, inset 0 -1px 0 #2856F6;
    box-shadow: inset 1px 0 0 #2856F6, inset 0 1px 0 #2856F6, inset -1px 0 0 #2856F6, inset 0 -1px 0 #2856F6;
}

.show-comment-field {
    text-decoration: underline;
    display: block;
    cursor: pointer;
    margin-bottom: 0.5rem;
}
.comment-field {
    display: none;
}
.cart-user-data__list {
    font-size: .9rem;
    color: #666;
}
.cart-user-data__list span {
    color: #000;
}
.cart-user-data label {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 8px;
    color: #8b8b8b;
    cursor: pointer;
}

.cart-user-data .text-required {
    color: #cb11ab;
    margin-left: 4px;
}

.cart-delivery-choose-address {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #2856F6;
    display: block;
    cursor: pointer;
    margin-bottom: 1rem;
    border: 1px solid #eee;
    padding: .5rem;
    border-radius: .3rem;
    box-shadow: 0 0 5px rgb(0 0 0 / 3%);
}

.cart-delivery-choose-address:active,
.cart-delivery-choose-address:focus,
.cart-delivery-choose-address:hover {
    color: #0037FF;
    background: #f5f5f5;
}
.cart-delivery-choose-address img {
    width: 100px;
    margin-right: .5rem;
}

.cart-delivery-rechoose-address {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2856F6;
    cursor: pointer;
    float: right;
    display: none;
    border: 1px solid #2856F6;
    padding: .3rem .5rem;
    border-radius: .3rem;
}

.cart-delivery-rechoose-address:active,
.cart-delivery-rechoose-address:focus,
.cart-delivery-rechoose-address:hover {
    color: #0037FF;
    background: #f7f8ff;
}

.cart-user-data-tooltip {
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: 1px solid #a7a7a7;
    border-radius: 100%;
    background: 0 0;
    color: #a7a7a7;
    font-size: 10px;
    line-height: 15px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    margin-bottom: 10px;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #fff;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #fff;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #fff;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #fff;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #fff;
}

.tooltip-inner {
    max-width: 250px;
    color: #000;
    background-color: #fff;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    text-align: left;
}

.cart-delivery .modal-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
}

.cart-address-item {
    background: #f6f6f6;
    padding: 12px 16px;
    border-radius: 8px;
    position: relative;
    -webkit-transition: background .3s ease 0s;
    display: none;
}

.cart-address-item__name {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000;
}

.cart-address-item span {
    color: #8b8b8b;
    font-size: .9rem;
    margin: .4rem 0;
    display: block;
}

.address-item__info {
    font-weight: 600;
}

.cart-promocode input:focus {
    border-color: #2856F6;
    -webkit-box-shadow: inset 1px 0 0 #2856F6, inset 0 1px 0 #2856F6, inset -1px 0 0 #2856F6, inset 0 -1px 0 #2856F6;
    box-shadow: inset 1px 0 0 #2856F6, inset 0 1px 0 #2856F6, inset -1px 0 0 #2856F6, inset 0 -1px 0 #2856F6;
}

.cart-promocode {
    display: none;
}

.cart-promocode__field {
    margin-bottom: 0.5rem;
}

.cart-promocode input {
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    font-size: 16px;
    line-height: 22px;
    line-height: 1;
    color: #000;
    padding: 10px 14px 11px;
    height: 44px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.cart-promocode button {
    border-color: #d5d5d5;
    color: #2856f6;
    font-weight: 600;
    font-size: .8rem;
}

.cart-promocode button:hover,
.cart-promocode button:active {
    color: #2856f6;
    border-color: #d5d5d5;
    box-shadow: none;
    background-color: #f5f5f5;
}

.cart-promocode button:focus,
.cart-promocode button:active:focus {
    box-shadow: none;
}

.cart-promocode__show {
    text-decoration: underline;
    display: block;
    cursor: pointer;
    margin-bottom: 0.5rem;
}

.cart-price-advent span {
    font-size: 16px;
    line-height: 22px;
    color: #8b8b8b;
    font-weight: normal;
}

.cart-order__error {
    margin-bottom: .5rem;
    display: block;
    color: #cb11ab;
    font-size: 14px;
    line-height: 20px;
}

.swiper {
    width: 100%;
    height: 100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feedback-block {
    min-height: 400px;
}

.feedback-head h1 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 42px;
    font-weight: 800;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #2c39a4;
    font-size: 70px;
}

.feedback-head-filter {
    padding-bottom: 1.5rem;
}

.feedback-head-filter a {
    font-size: 28px;
    color: #2c39a4;
    margin: 10px 15px;
    display: inline-block;
    position: relative;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
}

.feedback-head-filter a:hover,
.feedback-head-filter a:active,
.feedback-head-filter a:focus {
    color: #2856f6;
}

.feedback-head-filter a.active {
    color: #2856f6;
}

.feedback-list {
    background-color: #F8F9FD;
    padding: 7rem 1.5rem;
    padding-top: 0;
}

.feedback-list .card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 30px rgba(22, 31, 106, .05);
    border: 0;
    transition: .2s;
}

.feedback-list .card-body {
    padding: 0 20px 20px;
}

.feedback-list .card-body a {
    font-size: 1.4rem;
    margin-bottom: .5rem;
    display: inline-block;
    text-decoration: none;
}

.reviews-images__reviews-images {
    margin: 24px 0 12px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reviews-images__reviews-images li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    position: relative;
    margin-right: 8px;
    background-color: #e8e8e8;
    cursor: pointer;
    overflow: hidden;
    height: 80px;
    border-radius: 8px;
}

.reviews-images__reviews-images img {
    width: 100%;
}

.feedback-list .card .reviews-images__reviews-images li:hover,
.feedback-list .card .reviews-images__reviews-images li:focus,
.feedback-list .card .reviews-images__reviews-images li:active {
    -webkit-transform: translate(0, -8px) !important;
    -ms-transform: translate(0, -8px) !important;
    transform: translate(0, -8px) !important;
    transition: .2s;
}

.feedback-list h5 {
    color: #171f66;
    font-size: 24px;
    font-weight: 800;
    margin: 10px 10px 22px;
    padding-bottom: 4px;
    text-align: center;
}

.feedback-list .card-text {
    color: #161f6a;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.feedback-list .card-rating i {
    color: #ddd;
    font-size: .8rem;
}

.feedback-list .card-rating i.rating_active {
    color: #FF9935;
}

.feedback-list .card-rating {
    margin-bottom: 10px;
}

.feedback-list .card-date {
    font-size: 12px;
    color: #161f6a;
    font-weight: 800;
    display: block;
}

#load-reviews {
    margin: 2rem 0;
}

.load-reviews__spinner {
    display: none;
}

#load-recommendations {
    margin: 2rem 0;
}

.load-recommendations__spinner {
    display: none;
}

.reviews-list-item {
    padding: 1.5rem 1rem;
}

.recommendations-block {
    min-height: 400px;
}

.recommendations-block h1 {
    font-size: 2.3rem;
    font-weight: 700;
    padding: 1rem 0 1.5rem;
}

.review-modal-block .modal-header {
    border-bottom: 0;
}

.review-modal-block .modal-body {
    padding: 1rem 3rem;
}

.review-modal-block .modal-body h2 {
    color: #161f6a;
    font-size: 40px;
    font-family: 'Craftwork', Arial, sans-serif;
    line-height: 1;
    font-weight: 900;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: left;
}

.review-modal-block .modal-body > span {
    color: #161f6a;
    font-size: 20px;
    font-family: 'Craftwork', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: left;
    display: block;
}

.review-modal-block .review-form {
    margin: 3rem 0;
}

.review-modal-block .review-form > div {
    margin-bottom: 1.5rem;
}

.review-modal-block .review-form input[type="file"] {
    display: none;
}

.review-modal-block .review-form textarea::placeholder {
    color: #999cba;
}

.review-modal-block .review-form textarea:focus-visible {
    outline: none;
}

.review-modal-block .review-form textarea:focus-visible::placeholder {
    color: transparent;
}

.review-modal-block .review-form textarea {
    color: #161f6a;
    border: none;
    border: 2px solid #e5ebff;
    background-color: #fff;
    font-size: 25px;
    font-weight: 400;
    height: 50px;
    line-height: 1.33;
    width: 100%;
    height: 200px;
    margin: 0;
    border-radius: 8px;
    padding: .5rem;
}

.review-modal-block .review-form label {
    color: #161f6a;
    font-weight: 400;
    font-family: 'Craftwork';
    font-size: 16px;
    padding-bottom: 5px;
    text-align: left;
    display: block;
    vertical-align: middle;
    height: 100%;
    padding-right: 10px;
}

.review-modal-block .review-form label span {
    color: #cb11ab;
    margin-left: 4px;
}

.review-form__wrapper-submit {
    display: block;
    text-align: right;
}

.review-form__wrapper-submit button {
    display: inline-block;
    padding: 0.6rem 4rem;
    background-color: #2856F6;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #2856F6;
    font-weight: bold;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 24px;
}

.review-form__wrapper-submit button:hover,
.review-form__wrapper-submit button:active,
.review-form__wrapper-submit button:focus {
    background-color: #0e3ce4;
    box-shadow: none;
}

.review-form__wrapper-submit button .spinner-border {
    margin-right: 0.5rem;
    display: none;
}

.review-modal-block .review-form label.review-form__image-label {
    color: #fff;
    font-size: 20px;
    font-family: 'Craftwork', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    border-width: 1px;
    border-radius: 100px;
    background-color: #acc000;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    padding: .5rem 2rem;
    cursor: pointer;
    user-select: none;
    display: inline-block;
    height: initial;
}

.review-modal-block .review-form label.review-form__image-label:hover,
.review-modal-block .review-form label.review-form__image-label:active,
.review-modal-block .review-form label.review-form__image-label:focus {
    background-color: #b7cf00;
}

.navbar-mobile-bootom {
    background-color: #fff;
    padding: .5rem 0;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    display: none;
}

.navbar-mobile-bootom a {
    text-decoration: none;
}

.navbar-mobile-bootom a:hover i,
.navbar-mobile-bootom a:active i,
.navbar-mobile-bootom a:focus i,
.navbar-mobile-bootom a:hover span,
.navbar-mobile-bootom a:active span,
.navbar-mobile-bootom a:focus span {
    color: #2A56F5;
}

.navbar-mobile-bootom i {
    font-size: 1.3rem;
    display: block;
    color: #b2b2b2;
    line-height: 1.5rem;
}

.navbar-mobile-bootom span {
    color: #616161;
    font-weight: 600;
    font-size: .7rem;
    line-height: 1rem;
    display: block;
}

.footer-navbar__mobile-cart {
    position: relative;
}

.footer-navbar__mobile-cart .shopping-cart-count {
    display: none;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -10px;
    right: 0px;
    background-color: red;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    z-index: 9;
}

.recommended-goods-wrapper {
    padding-top: 4rem;
}

.recommended-goods-wrapper h2 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 2rem;
    display: inline-block;
    margin-right: 1.5rem;
}

.recommended-goods-wrapper .recommended-goods__more {
    color: #2856F6;
    font-size: .9rem;
    font-weight: 800;
    text-decoration: none;
    line-height: 1.5rem;
    border-bottom: 1px solid;
    border-color: transparent;
    display: inline-block;
}

.recommended-goods-wrapper .recommended-goods__more:hover,
.recommended-goods-wrapper .recommended-goods__more:focus,
.recommended-goods-wrapper .recommended-goods__more:active {
    color: #2856F6;
    border-color: initial;
}

.recommendation-card {
    margin-bottom: 2rem;
}

.recommendation-card a {
    display: block;
    background-color: #F8F8FA;
    text-decoration: none;
    padding: 1rem;
    transition: .2s;
}

.recommendation-card a:hover,
.recommendation-card a:focus,
.recommendation-card a:active {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 16px;
}

.recommendation-card__image {
    display: block;
    margin-bottom: .5rem;
    position: relative;
}

.recommendation-card__image img {
    width: 100%;
}

.recommendation-card .recommendation-card__discount {
    background-color: #E62C4D;
    color: #fff;
    font-size: .7rem;
    padding: 0.1rem 0.5rem;
    border-radius: 1rem;
    display: inline-block;
    margin: 0;
    position: absolute;
    bottom: .5rem;
    left: .5rem;
    font-weight: 700;
}

.recommendation-card__price {
    padding-top: .5rem;
}

.recommendation-card__price-actual {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 800;
    margin-right: 10px;
}

.recommendation-card__price-old {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    margin-right: 10px;
    color: #8b8b8b;
    font-weight: 700;
    text-decoration: line-through;
}

.recommendation-card__brand {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    font-weight: 400;
}

.recommendation-card-slide {
    margin-bottom: 2rem;
}

.recommendation-card-slide a {
    display: block;
    text-decoration: none;
}

.recommendation-card-slide a:hover img,
.recommendation-card-slide a:focus img,
.recommendation-card-slide a:active img {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 16px;
}

.recommendation-card-slide__image {
    display: block;
    position: relative;
}

.recommendation-card-slide__image img {
    width: 100%;
    background-color: #F8F8FA;
    padding-bottom: .5rem;
    transition: .2s;
}

.recommendation-card-slide .recommendation-card-slide__discount {
    background-color: #E62C4D;
    color: #fff;
    font-size: .7rem;
    padding: 0.1rem 0.5rem;
    border-radius: 1rem;
    display: inline-block;
    margin: 0;
    position: absolute;
    bottom: .5rem;
    left: .5rem;
    font-weight: 700;
}

.recommendation-card-slide__price {
    padding-top: .5rem;
}

.recommendation-card-slide__price-actual {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 800;
    margin-right: 10px;
}

.recommendation-card-slide__price-old {
    font-size: 12px;
    line-height: 20px;
    position: relative;
    margin-right: 10px;
    color: #8b8b8b;
    font-weight: 700;
    text-decoration: line-through;
}

.recommendation-card-slide__brand {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    font-weight: 400;
}

.promotions__wrap {
    margin-bottom: 3rem;
}

.promotions__wrap h2 {
    margin-bottom: 2rem;
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
    margin-right: 1.5rem;
}

.promotions-goods__more {
    color: #2856F6;
    font-size: .9rem;
    font-weight: 800;
    text-decoration: none;
    line-height: 1.5rem;
    border-bottom: 1px solid;
    border-color: transparent;
    display: inline-block;
}

.promotions-goods__more:hover,
.promotions-goods__more:focus,
.promotions-goods__more:active {
    color: #2856F6;
    border-color: initial;
}

.promotions-card-slide {
    margin-bottom: 2rem;
}

.promotions-card-slide a {
    display: block;
    text-decoration: none;
}

.promotions-card-slide a:hover img,
.promotions-card-slide a:focus img,
.promotions-card-slide a:active img {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 16px;
}

.promotions-card-slide__image {
    display: block;
    position: relative;
}

.promotions-card-slide__image img {
    width: 100%;
    background-color: #F8F8FA;
    padding-bottom: .5rem;
    transition: .2s;
}

.promotions-card-slide .promotions-card-slide__discount {
    background-color: #E62C4D;
    color: #fff;
    font-size: .7rem;
    padding: 0.1rem 0.5rem;
    border-radius: 1rem;
    display: inline-block;
    margin: 0;
    position: absolute;
    bottom: .5rem;
    left: .5rem;
    font-weight: 700;
}

.promotions-card-slide__price {
    padding-top: .5rem;
}

.promotions-card-slide__price-actual {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 800;
    margin-right: 10px;
}

.promotions-card-slide__price-old {
    font-size: 12px;
    line-height: 20px;
    position: relative;
    margin-right: 10px;
    color: #8b8b8b;
    font-weight: 700;
    text-decoration: line-through;
}

.promotions-card-slide__brand {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    font-weight: 400;
}
.promotions-block {
    min-height: 400px;
}

.promotions-block h1 {
    font-size: 2.3rem;
    font-weight: 700;
    padding: 1rem 0 1.5rem;
}

#load-promotions {
    margin: 2rem 0;
}

.load-promotions__spinner {
    display: none;
}

.topbrands__wrap {
    margin-bottom: 3rem;
}

.topbrands__wrap h2 {
    margin-bottom: 2rem;
    font-size: 34px;
    font-weight: 700;
}

.topbrands-card-slide {
    margin-bottom: 2rem;
}

.topbrands-card-slide a {
    display: block;
    text-decoration: none;
}

.topbrands-card-slide a:hover img,
.topbrands-card-slide a:focus img,
.topbrands-card-slide a:active img {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 16px;
}

.topbrands-card-slide__image {
    display: block;
    position: relative;
}

.topbrands-card-slide__image img {
    width: 100%;
    background-color: #F8F8FA;
    padding-bottom: .5rem;
    transition: .2s;
}

.topbrands-card-slide .topbrands-card-slide__discount {
    background-color: #E62C4D;
    color: #fff;
    font-size: .7rem;
    padding: 0.1rem 0.5rem;
    border-radius: 1rem;
    display: inline-block;
    margin: 0;
    position: absolute;
    bottom: .5rem;
    left: .5rem;
    font-weight: 700;
}

.topbrands-card-slide__price {
    padding-top: .5rem;
}

.topbrands-card-slide__price-actual {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 800;
    margin-right: 10px;
}

.topbrands-card-slide__price-old {
    font-size: 12px;
    line-height: 20px;
    position: relative;
    margin-right: 10px;
    color: #8b8b8b;
    font-weight: 700;
    text-decoration: line-through;
}

.topbrands-card-slide__brand {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    font-weight: 400;
}
#quick-order-modal .modal-content .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: .4rem;
    height: .4rem;
    z-index: 2;
    color: #8c959c;
}

#quick-order-modal .modal-content .modal-body {
    padding: 24px;
}

.product-rating {
    margin-bottom: .2rem;
}

.product-rating i {
    color: #ddd;
    font-size: .8rem;
}

.product-rating i.product-rating__active {
    color: #FF9935;
}
.user-activity h2 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 2rem;
    display: inline-block;
    margin-right: 1.5rem;
}

.user-activity__tablist .nav-link {
    color: #8b8b8b;
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    padding: .5rem 0;
    margin-right: 2.5rem;
    border-radius: 0;
    user-select: none;
}

.user-activity__tablist .nav-link:hover,
.user-activity__tablist .nav-link:active,
.user-activity__tablist .nav-link:focus {
    border-color: #2856F6;
    color: #2856F6;
    background-color: initial;
}

.user-activity__tablist .nav-link.active {
    border-color: #2856F6;
    color: #2856F6;
    background-color: initial;
}

.user-activity__tablist {
    margin-bottom: 2.2rem;
}

.user-activity__new-feedback {
    margin-right: 1.5rem;
}

.new-feedback__message {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-left: 34px;
    margin: 0;
    font-weight: 700;
}

.new-feedback__message::after {
    content: '!';
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: -1px;
    display: block;
    width: 22px;
    height: 22px;
    padding: 0;
    border-radius: 100%;
    background: #2856F6;
}

.review-form__message {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-left: 34px;
    margin: 0;
    font-weight: 700;
}

.review-form__message::after {
    content: '!';
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: -1px;
    display: block;
    width: 22px;
    height: 22px;
    padding: 0;
    border-radius: 100%;
    background: #2856F6;
}

.user-activity__new-feedback,
.user-activity__new-comment {
    display: inline-block;
    padding: 0.6rem 4rem;
    background-color: #2856F6;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #2856F6;
    font-weight: bold;
    font-size: .9rem;
    cursor: pointer;
    border-radius: 24px;
}

.user-activity__new-feedback:hover,
.user-activity__new-feedback:active,
.user-activity__new-feedback:focus,
.user-activity__new-comment:hover,
.user-activity__new-comment:active,
.user-activity__new-comment:focus {
    background-color: #0e3ce4;
    box-shadow: none;
}

.user-activity__new-feedback:active:focus,
.user-activity__new-comment:active:focus {
    box-shadow: none;
}

.user-activity__reviews-list {
    padding: 2rem 0;
}

.user-activity__reviews-item {
    margin-bottom: 2rem;
}

.user-activity__reviews-item-info {
    margin-bottom: .6rem;
}

.user-activity__reviews-item-info-name {
    font-size: 1rem;
    color: #000;
    font-weight: 700;
    margin-right: 1rem;
}

.user-activity__reviews-item-info-date {
    font-size: 1rem;
    color: #8b8b8b;
}

.user-activity__reviews-item-text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
    overflow-wrap: break-word;
    word-break: break-word;
}

.user-activity__reviews-item-rating {
    margin-bottom: .2rem;
}

.user-activity__reviews-item-rating i {
    color: #ddd;
    font-size: .8rem;
}

.user-activity__reviews-item-rating i.user-activity__reviews-item-rating__active {
    color: #FF9935;
}

.user-activity__comments-list {
    padding: 2rem 0;
}

.user-activity__comments-item {
    margin-bottom: 2rem;
}

.user-activity__comments-item > .user-activity__comments-item {
    margin: 1rem 0 0 2rem;
}

.user-activity__comments-item-info {
    margin-bottom: .6rem;
}

.user-activity__comments-item-info-name {
    font-size: 1rem;
    color: #000;
    font-weight: 700;
    margin-right: 1rem;
}

.user-activity__comments-item-info-date {
    font-size: 1rem;
    color: #8b8b8b;
}

.user-activity__comments-item-text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
    overflow-wrap: break-word;
    word-break: break-word;
}

.user-activity__reviews-images {
    margin: 24px 0 12px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.user-activity__reviews-images li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    position: relative;
    margin-right: 8px;
    background-color: #e8e8e8;
    cursor: pointer;
    overflow: hidden;
    height: 80px;
    border-radius: 8px;
}

.user-activity__reviews-images img {
    width: 100%;
}

.new-comment__wrap textarea {
    min-height: 120px;
    font-size: 1.1rem;
    line-height: 25px;
    width: 100%;
    padding: 10px 11px;
    border: 1px solid rgb(213, 213, 213);
    border-radius: 8px;
}

.new-comment__wrap textarea:focus {
    border-color: #2856F6;
    -webkit-box-shadow: 1px 0 0 #2856F6, 0 1px 0 #2856F6, -1px 0 0 #2856F6, 0 -1px 0 #2856F6;
    box-shadow: 1px 0 0 #2856F6, 0 1px 0 #2856F6, -1px 0 0 #2856F6, 0 -1px 0 #2856F6;
    outline: none;
}

.new-comment__btn-block button {
    display: inline-block;
    padding: 0.6rem 2rem;
    background-color: #2856F6;
    color: #fff;
    border: 2px solid #2856F6;
    font-weight: bold;
    font-size: .9rem;
    cursor: pointer;
    border-radius: 24px;
}

.new-comment__btn-block button:hover,
.new-comment__btn-block button:focus,
.new-comment__btn-block button:active {
    background-color: #0e3ce4;
    box-shadow: none;
}

.new-comment__btn-block {
    margin-top: .5rem;
}

.new-comment__message {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-left: 34px;
    font-weight: 700;
    margin: .2rem 0 1rem;
    display: block;
}

.new-comment__message::after {
    content: '!';
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: -1px;
    display: block;
    width: 22px;
    height: 22px;
    padding: 0;
    border-radius: 100%;
    background: #2856F6;
}

.new-comment-modal-wrap h2 {
    color: #1c1f22;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 2rem;
    display: block;
}

.new-comment-modal-wrap span {
    font-size: 16px;
    line-height: 22px;
    color: #8b8b8b;
}

.new-comment-modal-wrap .modal-body {
    padding: 30px 40px 40px;
}

.new-comment-modal-wrap .modal-content .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: .4rem;
    height: .4rem;
    z-index: 2;
    color: #8c959c;
}

.reply-comment__wrap {
    margin-top: 1rem;
}

.reply-comment__wrap textarea {
    min-height: 80px;
    font-size: 1.1rem;
    line-height: 25px;
    width: 100%;
    padding: 10px 11px;
    border: 1px solid rgb(213, 213, 213);
    border-radius: 8px;
}

.reply-comment__wrap textarea:focus {
    border-color: #2856F6;
    -webkit-box-shadow: 1px 0 0 #2856F6, 0 1px 0 #2856F6, -1px 0 0 #2856F6, 0 -1px 0 #2856F6;
    box-shadow: 1px 0 0 #2856F6, 0 1px 0 #2856F6, -1px 0 0 #2856F6, 0 -1px 0 #2856F6;
    outline: none;
}

.reply-comment__btn-block button {
    display: inline-block;
    padding: 0.4rem 1rem;
    background-color: #2856F6;
    color: #fff;
    border: 2px solid #2856F6;
    font-weight: bold;
    font-size: .8rem;
    cursor: pointer;
    border-radius: 24px;
}

.reply-comment__btn-block button.reply-comment__cancel {
    background-color: transparent;
    color: #2856F6;
}

.reply-comment__btn-block button:hover,
.reply-comment__btn-block button:focus,
.reply-comment__btn-block button:active {
    background-color: #0e3ce4;
    box-shadow: none;
    color: #fff;
}

.reply-comment__btn-block {
    margin-top: .3rem;
}

.reply-comment__message {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-left: 34px;
    font-weight: 700;
    margin: .2rem 0 1rem;
    display: block;
}

.reply-comment__message::after {
    content: '!';
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: -1px;
    display: block;
    width: 22px;
    height: 22px;
    padding: 0;
    border-radius: 100%;
    background: #2856F6;
}

.user-activity__comments-item-option {
    text-align: right;
}

.user-activity__comments-votes {
    display: inline-block;
}

.user-activity__comments-votes span {
    margin-right: 1rem;
    user-select: none;
}

.comments-vote__button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-right: .2rem;
}

.comments-vote__button-dislike {
    top: 5px;
    position: relative;
}

.comments-vote__button i {
    color: #dfdfdf;
    font-size: 1.3rem;
    transition: .2s;
}

.comments-vote__button:hover i {
    color: #2856F6;
}

.comments-vote__button.active-vote i {
    color: #2856F6;
}

.user-activity__comments-answer {
    background-color: transparent;
    border: none;
    padding: 0;
    border-bottom: 1px dashed #000;
}

.user-activity__comments-answer:hover {
    color: #2856F6;
    border-color: #2856F6;
}

.user-activity__comments-answer.disabled {
    border: none;
    color: #a0a0a0;
    cursor: default;
}

.btn-show-more {
    line-height: 1.1;
    letter-spacing: 0;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    text-decoration: none;
    color: #2856F6;
    font-size: 16px;
    padding: 1rem 5rem;
    border-radius: 60px;
    margin: 2rem;
    background-color: #fff;
    border: 2px solid #2856F6;
}

.btn-show-more:hover {
    background-color: #2856F6;
    color: #fff;
}

.btn-show-more .spinner-border {
    margin-right: .5rem;
    display: none;
}

.user-activity__reviews-votes {
    display: inline-block;
}

.user-activity__reviews-votes span {
    margin-right: 1rem;
    user-select: none;
}

.reviews-vote__button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-right: .2rem;
}

.reviews-vote__button-dislike {
    top: 5px;
    position: relative;
}

.reviews-vote__button i {
    color: #dfdfdf;
    font-size: 1.3rem;
    transition: .2s;
}

.reviews-vote__button:hover i {
    color: #2856F6;
}

.reviews-vote__button.active-vote i {
    color: #2856F6;
}

.fullscreen-gallery-slider {
    height: 85%;
    width: 100%;
}

.fullscreen-gallery-slider .swiper-button-next,
.fullscreen-gallery-slider .swiper-button-prev {
    height: 100%;
    margin: 0;
    top: 0;
    padding: 0 4rem;
}

.fullscreen-gallery-slider .swiper-button-next {
    right: 0;
}

.fullscreen-gallery-slider .swiper-button-prev {
    left: 0;
}

.fullscreen-gallery-slider .swiper-button-next:hover,
.fullscreen-gallery-slider .swiper-button-prev:hover {
    background-color: rgb(120 120 120 / 5%);
}

.fullscreen-gallery-slider .swiper-slide img {
    width: auto;
}

.fullscreen-gallery-slider .swiper-wrapper .swiper-slide img {
    max-height: 100%;
    max-width: 100%;
}

.fullscreen-gallery-thumbs {
    height: 15%;
    box-sizing: border-box;
    padding: 10px 0;
}

.fullscreen-gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 12px;
    overflow: hidden;
}

.fullscreen-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #2856F6;
    border-radius: 12px;
    overflow: hidden;
}

.fullscreen-gallery-thumbs .swiper-slide img {
    width: auto;
}

#fullscreen-gallery .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 5.4rem;
    height: 5.4rem;
    z-index: 2;
    font-size: 1.5rem;
    color: #8c959c;
}

.load-spinner-block {
    display: block;
    text-align: center;
    margin: 2rem;
}

.load-spinner-block .spinner-border {
    display: none;
}
.form-feedback .form-label {
    font-size: .9rem;
}
.form-feedback .form-control {
    margin-bottom: 1rem;
    transition: .3s;
}
.form-feedback .form-control:focus {
    box-shadow: none;
    border: 1px solid #0b5ed7;
}
.form-feedback textarea.form-control {
    height: 100px;
}
.form-feedback .input-group-text {
    padding: 0;
    margin: 0;
    height: 38px;
    overflow: hidden;
}
.form-feedback .feedback-form__alert {
    margin-bottom: .5rem;
    display: block;
    color: #cb11ab;
    font-size: 14px;
    line-height: 20px;
}
.form-feedback .spinner-border {
    width: 18px;
    height: 18px;
    display: none;
    border-width: 2px;
}
.form-feedback .feedback-success {
    color: #055160;
    background: #CFF4FC;
    border: 1px solid #9EEAF9;
    display: inline-block;
    padding: .2rem 1rem;
    border-radius: .2rem;
    font-size: 1.1rem;
}
.section-constructor-content {
    min-height: 600px;
    margin-top: 2rem;
    margin-bottom: 4rem;
}
.constructor-object-wrap,
.constructor-option-wrap {
    -webkit-box-shadow: 0 0 20px rgb(0 0 / 10%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 12px;
    border: 1px solid transparent;
    padding: 1.5rem;
}
.constructor__divider {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 1.5rem;
}
.section-constructor-content h2 {
    font-size: 1.4rem;
}
.constructor-option__layers {
    border: 1px solid #e8e8e8;
    max-height: 200px;
    overflow-y: scroll;
}
.constructor-image__modal .modal-content .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 0.4rem;
    height: 0.4rem;
    z-index: 2;
    color: #8c959c;
}


/*-----------------content-end--------------------*/
/* footer */
footer {
    padding: 20px 0;
    background-color: #521382;
    color: #fff;
}

footer ul {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li > a {
    font-size: 1.2rem;
    color: #fff;
    padding: 5px 0;
    display: inline-block;
    padding-bottom: 1px;
    margin: 0;
    line-height: 1.1rem;
    text-decoration: underline;
    margin-bottom: 0.5rem;
}

footer ul li > a:hover, footer ul li > a:active, footer ul li > a:focus {
    color: #c6c6c6;
}

.adven-info-block {
    margin-bottom: 1rem;
}

.adven-info h5 {
    font-size: 1rem;
}

.adven-info h5 {
    font-weight: bold;
}

.adven-info span {
    font-size: .9rem;
    line-height: 1.2rem;
    display: block;
}

.copyright-block {
    font-size: .8rem;
    margin: 1rem 0;
}

.footer-bottom {
    background-color: #F6F6F6;
    padding: 20px 0;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom a:hover,
.footer-bottom a:focus,
.footer-bottom a:active {
    text-decoration: underline;
}

.footer-bottom img {
    height: 20px;
    margin-right: 2rem;
}

.footer-text-circle {
    height: 140px;
    overflow: hidden;
    text-align: right;
    position: relative;
}

.footer-text-circle img {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -60px 0 0 -60px;
    -webkit-animation: spin 20s linear infinite;
    -moz-animation: spin 10s linear infinite;
    animation: spin 20s linear infinite;
    animation-direction: reverse;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* footer-end */
/*---------------------------content-end-------------------------*/
@media screen and (min-width: 768px) {
    .nav-block .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }

    .nav-block .container-fluid {
        padding-left: 0px;
    }
}

@media screen and (max-width: 992px) {
    .navbar-mobile-bootom {
        display: block;
    }

    .minimize-container-header {
        display: block;
    }

    header {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .main-search-block #main_search {
        width: 230px;
    }
}

@media screen and (max-width: 1200px) {
    .main-search-block {
        margin-right: 1rem;
    }

    header .navbar-brand {
        margin-right: 1rem;
        font-size: 22px;
    }
}