html {
    height: 100%
}

body {
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    color: #000;
    min-width: 320px
}

.main {
    flex: 1 0 auto;
    padding-left: 100px
}

.header, .footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 100px
}

h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
    position: relative;
    z-index: 1
}

h2 {
    font-size: 32px;
    font-weight: 600
}

p, .block-page li {
    font-size: 17px;
    line-height: 24px;
    color: #666
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.1;
    font-weight: 700;
    font-family: inherit;
    color: #0a0a28
}

.h2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 20px 0;
    font-size: 48px;
    line-height: 59px;
    font-weight: 600;
    background-color: #fff;
    margin: 0;
    background: transparent
}

.h2 a {
    align-self: flex-end;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase
}

.h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 18px
}

.cart2 {
    display: none
}

.cart2, .cart1 {
    margin-bottom: 180px
}

.cart2 .h3 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 60px
}

.cart2 .form_group span, .cart2 .span {
    font-size: 20px;
    line-height: 24px
}

.cart2 .form_group .form_input {
    margin-top: 15px;
    max-width: 570px
}

.cart2 .form_group {
    margin-bottom: 30px
}

.h5 {
    font-size: 14px;
    color: #606060;
    margin: 0 0 5px
}

a {
    color: inherit;
    transition: .5s
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:after, .container:after, .clearfix:after {
    clear: both;
    content: " ";
    display: block
}

.hidden {
    display: none !important
}

.fleft {
    float: left
}

.fright {
    float: right
}

.nowrap {
    white-space: nowrap
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    text-align: left
}

.table th, .table td {
    padding: 8px;
    vertical-align: top;
    border: 1px solid #e8e8e1
}

.table_striped tbody tr:nth-of-type(odd) {
    background-color: #f5f6f7
}

.fit_img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.label_block {
    display: block;
    margin-bottom: 5px
}

.callback_form .form_input {
    margin-bottom: 20px
}

.form_group {
    position: relative;
    margin-bottom: 20px
}

.callback_form .form_textarea {
    margin-top: 0;
    margin-bottom: 20px;
    height: 100%
}

.form_input {
    line-height: 48px;
    height: 48px;
    padding: 0 15px;
    width: 100%;
    font-family: inherit;
    font-size: 12px;
    background: #FFF;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05)
}

.form_select {
    width: 100%;
    height: 39px;
    line-height: 35px;
    padding: 0 35px 0 15px;
    border: 2px solid #e1e8ed;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select_arrow.png);
    background-position: right 12px center;
    background-repeat: no-repeaxnj t;
    cursor: pointer;
    margin-top: 5px
}

.form_placeholder {
    transition: all .1s linear 0;
    line-height: 1;
    display: table;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
    cursor: text;
    font-family: inherit;
    color: #929292;
    font-size: 12px
}

.form_placeholder.active, .filled .form_placeholder, .placeholder_focus.error ~ label ~ .form_placeholder, .placeholder_focus:focus ~ .form_placeholder {
    font-size: 85%;
    background: #fff;
    padding: 0 5px;
    top: -5px;
    cursor: default;
    color: #929292
}

.placeholder_focus:-webkit-autofill, .placeholder_focus:-webkit-autofill:hover, .placeholder_focus:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 35px #fff inset;
    box-shadow: 0 0 0 35px #fff inset;
    -webkit-text-fill-color: inherit !important
}

.form_placeholder.active, .filled .form_placeholder, .placeholder_focus.error ~ label ~ .form_placeholder, .placeholder_focus:focus ~ .form_placeholder, .placeholder_focus:-webkit-autofill ~ .form_placeholder, .placeholder_focus:-webkit-autofill:focus ~ .form_placeholder, .placeholder_focus:focus ~ .form_placeholder {
    font-size: 85%;
    background: #fff;
    padding: 0 5px;
    top: -5px;
    cursor: default;
    color: #929292
}

.form_placeholder {
    pointer-events: none
}

.form_textarea {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    font-family: inherit;
    font-size: 12px;
    margin-top: 15px;
    height: 210px;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    resize: none;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05)
}

.form_textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #F5F5F5;
    border-radius: 10px
}

.form_textarea::-webkit-scrollbar {
    width: 6px;
    background: #F5F5F5;
    border-radius: 10px
}

.form_textarea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000
}

.captcha {
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 10px 0
}

.form_captcha {
    display: inline-block;
    position: relative;
    margin: 0 0 0 17px;
    vertical-align: top
}

.input_captcha {
    width: 130px;
    line-height: 38px;
    vertical-align: top;
    height: 40px
}

.secret_number {
    border: 1px solid #e8e8e1;
    padding: 9px;
    border-radius: 2px;
    background: #f5f8f9;
    display: inline-block;
    position: relative;
    text-shadow: 1px 1px #38c0f3, -1px 1px mediumturquoise, -1px -1px mediumturquoise, 1px -1px #48d1cc;
    color: #fff;
    font-weight: 700;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer
}

.secret_number:after {
    content: attr(data-name);
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -2;
    text-shadow: 1px 1px white, 2px 2px white, 3px 3px white, 4px 4px #fff;
    color: #fff;
    transition: all 1s
}

.message_error {
    clear: both;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: red;
    background-color: #ffcaca;
    border: 1px dotted #ff4545
}

.discount {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px
}

.discounted_menu {
    position: relative;
    line-height: 22px
}

.discounted_menu span {
    position: relative;
    background: #B50027;
    border-radius: 3px;
    color: #fff;
    padding: 1px 10px;
    margin-left: 19px
}
.discounted_menu-text{
    color: #B50027!important;
}

.discounted_menu:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(https://sportfly.com.ua/design/sportfly/images/discount.png);
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-position-x: 0
}

.promo_img {
    position: absolute;
    max-width: 110px;
    max-height: 60px;
    top: 0;
    left: -15px
}

.block {
    margin-bottom: 25px
}

header a, .top_item, .callback, .search_button, .button, .slick-next::before, .slick-prev::before, .category_link, .arrow_right, .breadcrumbs a, .coupon_button, .page_link, .tab_navigation a, .active.cat_switch::after, .angle_icon, .sort_link.active_down span::after {
    transition: all .2s ease
}

.disabled {
    pointer-events: none;
    opacity: .5
}

.button, .disable_button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 48px;
    padding: 0 25px;
    font-size: 12px;
    line-height: 36px;
    color: #FFF;
    border: 1px solid #000;
    border-radius: 2px;
    background-color: #000;
    text-decoration: none;
    text-align: center;
    transition: .5s;
    text-transform: uppercase
}

.button {
    cursor: pointer
}

.buy {
    font-weight: 600;
    padding: 0 20px;
    line-height: 39px;
    border: 0;
    background: #000;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFF
}

.wishlist_button {
    display: block;
    right: 30px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    background-image: url(../images/heart.svg);
    background-repeat: no-repeat
}

header {
    background-color: #fff
}

header a {
    text-decoration: none
}

.header_social {
    margin-top: 50px;
    display: flex
}

.header_social .instagram, .post_share .instagram {
    margin-right: 30px
}

.header_social svg path, .post_share svg path {
    fill: #000
}

.header_social a {
    font-weight: 500;
    display: flex;
    vertical-align: top;
    text-decoration: none;
    background-repeat: no-repeat
}

.header_mid {
    padding: 30px 15px;
    display: flex;
    align-items: center
}

.informer_counter, .cart_counter {
    position: absolute;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #F72E2E;
    left: 28px;
    top: 0
}

#cart_informer, #wishlist {
    display: flex;
    align-items: center;
    position: relative
}

.search {
    position: relative;
    float: right;
    background-color: transparent;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    border: 1px solid #EDEDED;
    margin-top: 5px
}

.footer_bottom {
    background-color: #000;
    padding: 25px 0;
    font-size: 16px;
    color: #FFF;
    min-height: 500px;
    height: auto
}

.footer_bottom .row {
    height: auto
}

.logo_foot {
    margin-bottom: 30px
}

.menu_group_footer .menu_list {
    list-style-type: disc;
    padding-left: 15px
}

.menu_group_footer .menu_item {
    margin-bottom: 15px
}

.foot .h3 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #FFF
}

.foot_social {
    display: flex;
    justify-content: space-between;
    padding-right: 30px
}

.instagram svg path, .facebook svg path, .twitter svg path {
    transition: .5s
}

.instagram span {
    margin-left: 10px
}

.facebook span {
    margin-left: 5px
}

.foot_social a {
    display: flex;
    vertical-align: top;
    text-decoration: none;
    background-repeat: no-repeat
}

.foot_item {
    margin-bottom: 30px
}

.foot_menu {
    position: relative;
    z-index: 1
}

.footer_contacts .foot_item {
    display: flex
}

.footer_contacts svg {
    margin-right: 15px;
    min-width: 24px;
    width: 24px
}

.category_menu {
    padding: 0
}

.category_menu li {
    position: relative;
    list-style-type: none;
    padding-left: 15px;
    margin-bottom: 15px
}

.category_menu li:before {
    position: absolute;
    left: 0;
    content: "|"
}

.copyright {
    font-size: 12px;
    background: #181818;
    height: auto;
    display: flex;
    line-height: 48px;
    color: #FFF
}

.copyright .fright {
    color: #EEE
}

.copyright .fright a {
    text-decoration: underline
}

.copyright .container {
    width: 100%
}

.banners {
    padding-right: 100px;
    font-size: 0
}

.main_text {
    padding-top: 20px;
    position: relative;
    z-index: 1
}

.main_text .h3 {
    margin-bottom: 15px
}

.main_text .h3:not(:first-of-type) {
    margin-top: 30px
}

.fixseo .substrate-2 {
    background: none
}

.fixseo .block-text {
    top: 95px
}

.news {
    margin: 60px -15px 0;
    background: transparent
}

.news_item {
    max-width: 400px;
    padding: 0 15px !important
}

.news, .news .news_item, .fn_news-mob .news_item, .featured_post, .featured_post .news_item {
    position: relative
}

.news .news_content, .featured_post .news_content {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    bottom: -90px;
    transform: translateX(-50%);
    left: 50%;
    height: auto;
    min-height: 207px;
    width: 270px;
    background: #FFF;
    color: #000 !important
}

.news .news_content .news_content-bottom, .fn_news-mob .news_content .news_content-bottom, .featured_post .news_content .news_content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.news .news_content .h5, .fn_news-mob .news_content .h5, .featured_post .news_content .h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000
}

.news .news_content .read-article, .fn_news-mob .news_content .read-article, .featured_post .news_content .read-article {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .1em;
    text-transform: uppercase
}

.news_content, .blog_content {
    padding: 15px;
    color: #606060
}

.news_image, .blog_image {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 52%;
    background-color: #f5f6f7;
    background-image: url(../images/post_img.png);
    background-position: center center;
    background-repeat: no-repeat
}

.news .news_image, .featured_post .news_image {
    background-color: #FFF;
    height: 570px;
    padding-bottom: 0
}

.news .news_img, .featured_post .news_img, .blog_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    object-fit: cover
}

.news_author, .news_date {
    font-size: 12px;
    line-height: 15px
}

.news_date {
    color: #B4B4B4 !important
}

.news_author {
    display: flex;
    align-items: center;
    color: #666 !important
}

.news_author span {
    margin-left: 10px
}

.all_brands {
    margin: 40px auto 125px;
    padding-bottom: 125px;
    position: relative;
    background: transparent
}

.all_brands .slick-list {
    margin: 0 -15px
}

.m-15px {
    margin: 15px
}

.all_brands_link, .brand_link {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #606060;
    padding: 30px 25px
}

.all_brands_link {
    transition: .5s;
    background: #FFF;
    border: 1px solid #EDEDED
}

.brand_image, .brand_name {
    height: 110px;
    overflow: hidden;
    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;
    text-align: center;
    text-decoration: none
}

.brand_img {
    vertical-align: middle;
    max-height: 100%
}

.fs-12 {
    font-size: 12px
}

.main_products {
    margin-top: 60px;
    position: relative
}

.fn_main_products-mob .products_item {
    height: 460px;
    margin: 0 !important
}

.main_products .slick-list {
    z-index: 1
}

.sort form:not(:first-of-type) .sort_link span::after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    background: url(../images/sprite.png) no-repeat -1px -303px
}

a.fn_wishlist.selected.remove_link:hover {
    transform: rotate(90deg)
}

.preview {
    position: relative;
    padding: 20px 15px 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: #fff;
    overflow: hidden
}

.preview::-webkit-scrollbar-track {
    display: none
}

.preview::-webkit-scrollbar {
    display: none
}

.preview::-webkit-scrollbar-thumb {
    display: none
}

.preview_full-height {
    z-index: 1;
    max-height: 500px
}

.select-size {
    margin-bottom: 10px;
    width: 100%;
    min-height: 64px;
    overflow-y: hidden;
    max-height: 65px;
    transition: .5s
}

.select-size .grid-wrapper {
    grid-gap: 15px;
    grid-template-rows:auto;
    grid-template-columns:1fr 1fr 1fr 1fr
}

.features_wrap {
    margin-top: 30px
}

.size-item {
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    width: 100%;
    height: 24px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    overflow: hidden
}

.stock {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 0;
    width: 75px;
    height: 24px;
    background: #F72E2E;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    text-align: center
}

.other_image {
    width: 70px;
    height: 70px;
    line-height: 70px
}

.preview .annotation, .preview .meta_keywords {
    font-size: 12px;
    line-height: 15px;
    color: #666;
    min-height: 45px
}

.preview .annotation {
    min-height: 45px
}

.other_img {
    width: 70px;
    height: 70px
}

.preview_full-height.hover:hover {
    max-height: 635px;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3)
}

.products_item {
    margin: 55px 10px;
    height: 570px
}

.product_name {
    display: block;
    font-weight: 600;
    height: 44px;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    overflow: hidden;
    margin-bottom: 10px
}

.preview_image {
    display: block;
    position: relative;
    height: 200px;
    line-height: 200px;
    text-align: center;
    margin-bottom: 10px;
}

.wish_products {
    margin: 60px -10px
}

.wish_products .products_item {
    max-width: 277px;
    height: 460px !important
}

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

.product_images a {
    margin-left: 7px
}

.product_images a:first-of-type {
    margin-left: 0
}

.preview_img {
    vertical-align: middle;
}

.preview .price_container {
    font-weight: 700;
    line-height: 1.4;
    min-height: 42px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center
}

.preview_form {
    width: 100%;
    float: left;
    padding-top: 3px
}

.preview_form .buy {
    padding: 0;
    font-size: 10px;
    line-height: 17px
}

.preview .button {
    width: 100%
}

.preview .price {
    font-size: 19px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    float: right;
    white-space: nowrap;
    letter-spacing: -.04em
}

.old_price {
    float: right;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    color: #F45A5A;
    text-decoration: line-through
}

.remove_link {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #000;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
    width: 24px;
    height: 24px;
    transition: .5s;
    z-index: 1
}

.preview_full-height:hover .remove_link {
    opacity: 1
}

.remove_link .remove_icon {
    color: #000
}

.sort {
    line-height: 17px;
    background-color: #fff;
    padding-left: 3px
}

.sort_title {
    display: block;
    padding: 14px 12px 0;
    font-weight: 700;
    font-size: 16px
}

.sort_link {
    float: left;
    padding: 14px 5px 14px 10px;
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    border: none;
    background: none;
    cursor: pointer;
    color: #999
}

.sort_link.active_up, .sort_link.active_down {
    color: #000
}

.sort_link span {
    display: inline-block;
    position: relative;
    padding-right: 21px
}

.purchase, .orders {
    width: 100%;
    margin-bottom: 40px
}

.order_hidden {
    display: none
}

.orders {
    margin-top: 75px
}

.orders .total_price, .orders-mob .total_price {
    font-weight: 600;
    color: #000 !important
}

.purchase th, .orders td
.purchase td {
    vertical-align: middle;
    text-align: center
}

.purchase tbody tr td {
    text-align: center
}

.purchase th, .orders th {
    padding: 30px 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    background-color: transparent
}

.purchase td, .orders td {
    font-size: 20px;
    line-height: 14px;
    border-top: 1px solid #e8e8e1;
    border-bottom: 1px solid #e8e8e1;
    padding: 30px 8px;
    background-color: #fff
}

.purchase td {
    font-weight: 600
}

.orders td {
    color: #333
}

.purchase tbody tr:last-of-type td {
    border-bottom: 1px solid transparent
}

.purchase tfoot td {
    border-bottom: 0
}

.purchase_remove, .purchase_image {
    font-size: 0
}

.purchase_remove a {
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative
}

.purchase_preorder, .purchase_remove a:hover {
    color: #e62e04
}

.remove_icon {
    width: 18px;
    height: 18px;
    vertical-align: middle
}

.purchase-mob .remove_icon, .purchase .remove_icon, .close-wrap .remove_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.amount {
    min-width: 84px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #EEE;
    line-height: 34px;
    border-radius: 100px
}

.plus, .minus {
    font-size: 16px;
    float: left;
    width: 25px;
    height: 34px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.minus_icon, .plus_icon {
    color: #EEE
}

.minus_icon:hover, .plus_icon:hover {
    color: #999
}

.input_amount {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    border-top: none;
    border-bottom: none;
    padding: 0;
    margin: 0;
    height: 34px;
    width: 32px;
    border: 0
}

.purchase_total td {
    font-weight: 700;
    font-size: 16px;
    border-bottom: none
}

.edit_profile span {
    cursor: pointer
}

.edit-change, .edit-change + label, .user_img label span {
    color: #2394BC;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    transition: .5s;
    cursor: pointer
}

.edit-change input {
    background: transparent;
    border: 0;
    cursor: pointer
}

.edit_icon {
    margin-left: 10px;
    color: #2394BC
}

.edit-change + label:hover, .edit-change:hover, .edit-change:hover + label + .edit_icon, .edit-change + label:hover + .edit_icon, .user_img label span:hover {
    color: #CCC
}

.purchase_total .hvr-sweep-to-right {
    padding: 1.5em 2.6em;
    text-transform: uppercase;
    margin-top: 10px;
    width: 240px;
    text-align: center;
    color: #FFF;
    cursor: pointer
}

.purchase_total .flex_col {
    align-items: flex-end;
    margin: 30px 0 15px;
}

.purchase_total {
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 15px;
    color: #666
}

.purchase_total .total_sum {
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 600;
    color: #000
}

.purchase_total .total_bonus {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
}

.purchase_name {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px
}

.purchase_sku {
    font-size: 12px;
    line-height: 15px;
    color: #666;
    font-weight: 400;
    margin-top: 5px
}

.fix-padding td {
    padding: 10px 0 0
}

.purchase-mob .purchase_size {
    padding-left: 10px;
    text-align: center
}

.purchase-mob .purchase_sum div {
    float: right
}

/* .cart_total_price{margin:30px 0 15px} */
.border_btm {
    border-bottom: 1px solid #EEE
}

.pd_btm-15px {
    padding-bottom: 15px
}

.pd-15px {
    padding: 15px 0
}

.profile_top_info {
    margin-top: 80px;
    margin-bottom: 30px
}

.profile_bottom_info {
    margin-bottom: 80px
}

.purchase .coupon, .purchase .purchase_total {
    padding: 10px
}

.lk_bottom {
    border-top: 1px solid #EEE;
    padding-top: 15px;
    font-size: 12px;
    line-height: 15px;
    color: #666;
    margin-top: 30px
}

.coupon {
    vertical-align: bottom
}

.input_coupon {
    margin-top: 15px;
    vertical-align: top;
    width: 165px;
    height: 34px;
    padding: 0 15px;
    border: 1px solid #EDEDED;
    font-size: 13px;
    font-family: inherit;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 100px
}

.coupon_button {
    margin-top: 15px;
    height: 34px;
    padding: 0 25px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    background: #000;
    border: 1px solid #000;
    border-radius: 2px;
    cursor: pointer;
    transition: .5s;
    margin-left: 15px
}

.coupon_button:hover {
    background: transparent;
    color: #000
}

.coupon .message_error {
    margin: 20px 0 0;
    background: none;
    border: 0;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #F45A5A
}

.delivery {
    margin-top: 15px
}

.delivery_item {
    margin-bottom: 15px
}

.input_delivery {
    display: none
}

.delivery_item img {
    vertical-align: middle;
    margin-right: 4px
}

.delivery_name {
    font-size: 20px;
    line-height: 24px;
    color: #333
}

.inp-check {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.delivery_label {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: 500;
    padding-left: 25px
}

.active.delivery_label .inp-check:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.order_details {
    width: 100%;
    margin-top: 30px
}

.order_details tr td:first-of-type {
    font-weight: 500
}

.order_details td {
    padding: 0 0 15px
}

.order_notify {
    background-color: #fff;
    border: 2px solid #38c0f3;
    margin-bottom: 25px;
    padding: 18px 20px
}

.order_heading {
    color: #0a0a28;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 10px
}

.order_thank {
    color: #0a0a28;
    font-size: 18px;
    line-height: 1.2;
    font-family: inherit;
    margin-top: 10px
}

.order_tag {
    color: #fff;
    line-height: inherit;
    padding: 0 8px;
    font-size: 16px;
    border-radius: 4px;
    display: inline-block;
    background-color: #38c0f3
}

.order_heading_promo {
    color: #0a0a28;
    font-size: 16px;
    line-height: 1.3
}

.method {
    margin-top: 30px
}

.method_name {
    font-weight: 500;
    font-size: 16px
}

.method_form {
    margin: 15px 0
}

.method_description {
    margin-bottom: 15px
}

.feedback_form {
    background-color: #f5f6f7;
    border: 1px solid #e8e8e1
}

.feedback_inner {
    padding-top: 25px
}

.fn_validate_cart .btn-hover {
    width: 240px;
    height: 65px;
    background: #000;
    color: #FFF;
    transition: .5s;
    border: 1px solid #000;
    cursor: pointer;
    margin-top: 40px;
    margin-bottom: 50px
}

.fn_validate_cart .btn-hover:hover {
    background: transparent;
    color: #000
}

.pagination {
    padding-top: 10px;
    margin: 0
}

#more_post {
    background: none;
    border: 0;
    font-size: 25px;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
    transition: .5s
}

#more_post:hover, #more_post:hover + svg path {
    color: #CCC
}

#more_post + svg path {
    transition: .5s
}

#more_post + svg {
    margin-left: 10px
}

.fn_live_pagination {
    padding-bottom: 15px;
    display: flex;
    align-items: center
}

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

.page_item {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 10px
}

.page_link {
    display: block;
    padding: 3px 7px;
    min-width: 30px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e8e8e1;
    background-color: #fff;
    color: #303030
}

.page_link:hover, .active .page_link {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.product_heading, .product_heading_like {
    font-weight: 600;
    line-height: 1.1
}

.product_heading {
    font-size: 48px;
    margin: 0
}

.brand_img_wrap {
    min-width: 100px !important
}

.product_heading_like {
    font-size: 22px
}

.sku {
    margin-top: 3px;
    margin-bottom: 16px;
    font-size: 13px
}

.sku_nubmer {
    color: #adaaaa
}

.product_brand_block {
    font-size: 13px;
    float: left;
    margin-right: 25px
}

.product_image {
    position: relative;
    text-align: center;
    width: 50%;
    float: left;
    max-width: 370px;
    margin-bottom: 15px;
    padding: 0 7.5px;
    display: inline-block
}

.technics .product_image {
    position: inherit;
    text-align: center;
    width: 50%;
    float: unset;
    width: 370px;
    margin-bottom: 0;
    padding: 0;
    display: block
}

.product_images_wrapper .fn_images {
    display: flex
}

.masonry.technics .slick-track {
    display: flex
}

.product_image img {
    max-height: 100%;
    max-width: 100%;
    /* height: 100% !important; */
    /* width: auto !important */
}

.product_image a {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 370px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product_img {
    position: relative;
    max-height: 100%
}

.images {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 23px
}

.drop_menu {
    display: block;
    position: relative;
    content: "";
    right: 7px;
    text-align: center;
    width: 25px;
    height: 30px;
    top: -2px;
    transition: .5s
}

.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
    border: none;
    margin-left: 0;
    margin-bottom: 0
}

.xactive {
    box-shadow: none
}

.xzoom, .xzoom2, .xzoom3, .xzoom4, .xzoom5 {
    box-shadow: none
}

.xzoom-preview img {
    z-index: 1
}

.xzoom-lens {
    cursor: none;
    border: 1px solid #666
}

.xzoom-preview {
    border: 0;
    box-shadow: none;
    padding-right: 1px
}

.images_item {
    position: relative;
    float: left;
    width: 200px;
    padding-left: 6px;
    padding-right: 6px
}

.fn_images .images_item:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.19)
}

.fn_images img {
    height: 100% !important
}

.images_link {
    display: block;
    height: 250px;
    line-height: 250px;
    text-align: center;
    font-size: 0
}

.fn_images .slick-active {
    position: relative
}

.fn_images .slick-active:before {
    content: none
}

.images_item img {
    vertical-align: middle
}

.product_details .info_change {
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    padding: 0;
    height: 25px;
    cursor: pointer;
    transition: .5s;
    color: #666;
    padding: 0 5px
}

.product_details .info_change:hover {
    color: #CCC
}

.product_details .info_change.is_active {
    border-bottom: 1px solid #000;
    color: #000;
    pointer-events: none
}

.product_details .block-info {
    display: none;
    height: auto;
    padding: 25px 0 15px;
    border-bottom: 1px solid #EEE
}

.product_details .block-info * {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    color: #666
}

.product_details .block-info ul {
    margin: 20px 0;
    padding-left: 20px
}

.product_details .block-info ul li {
    padding: 5px 0
}

.product_details .block-info.is_active {
    display: block
}

.product_wish {
    margin-bottom: 12px
}

.product_wish, .product_compare {
    position: relative;
    display: inline-block;
    color: #686666;
    font-size: 12px;
    padding-left: 27px
}

.product_wish::before, .product_compare::before {
    content: "";
    width: 16px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 2px;
    background-repeat: no-repeat;
    background-image: url(../images/sprite.png)
}

.product_wish::before {
    background-position: -17px -15px
}

.product_wish.selected::before {
    background-position: -34px -15px
}

.product_compare::before {
    background-position: -17px 0
}

.product_compare.selected::before {
    background-position: -34px 0
}

.product_wish::after, .product_compare::after {
    content: attr(title)
}

.details_label {
    font-size: 13px;
    margin-right: 0px;
    display: inline-block;
    float: right
}

.product_rating {
    display: inline-block;
    margin: 20px 0 16px;
    font-size: 13px
}

.available {
    display: inline-block;
    font-size: 13px;
    font-weight: 700
}

.in_stock, .no_stock {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase
}

.no_stock {
    color: red
}

.in_stock {
    color: #009F06
}

.quontity_label {
    margin-top: 34px
}

.product .amount {
    display: inline-block;
    vertical-align: top
}

.products_item.mob_fixheight {
    height: 620px !important
}

.product_btn {
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
    height: 48px;
    line-height: 20px;
    transition: .5s;
    margin: 0 10px
}

.product_btn.fixbtn {
    min-width: 210px
}

.product_btn:hover {
    color: #000;
    background-color: transparent
}

.no_select_color:before, .no_select_color:after {
    position: absolute;
    content: "";
    width: 75px;
    border-radius: 100px;
    height: 3px;
    background: red
}

.no_select_color:before {
    transform: rotate(45deg)
}

.no_select_color:after {
    transform: rotate(-45deg)
}

.info_delivery, .info_payment {
    margin-top: 25px
}

.product .variant_select, .products_item .variant_select {
    width: 100%;
    height: 39px;
    line-height: 35px;
    padding: 0 35px 0 15px;
    border: 2px solid #e1e8ed;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select_arrow.png);
    background-position: right 12px center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 5px
}

.variant_select::-ms-expand {
    display: none
}

.contact_wrap {
    margin-top: 80px;
    margin-bottom: 60px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.contact_wrap + .h3 {
    font-size: 32px;
    margin-bottom: 60px
}

.contact_wrap + .h3 + .hidden-md-down {
    margin-bottom: 125px
}

.contact_wrap + .h3 + .hidden-md-down .slick-prev, .contact_wrap + .h3 + .hidden-md-down .slick-next {
    top: 60%
}

.contact-info {
    padding: 30px !important
}

.contact-info ul {
    padding: 0
}

.contact-place {
    padding-right: 20px !important;
    margin: 30px 0 0;
    max-height: 360px;
    overflow-y: auto
}

.contact-place::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #F5F5F5;
    border-radius: 10px
}

.contact-place::-webkit-scrollbar {
    width: 6px;
    background: #F5F5F5;
    border-radius: 10px
}

.contact-place::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000
}

.contact-info .instagram span {
    margin-left: 5px;
    margin-right: 10px
}

.contact-info li {
    position: relative;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
    list-style-type: none;
    padding-left: 40px;
    transition: .5s;
    cursor: pointer
}

.contact-place li {
    color: #666
}

.contact-email li, .contact-phone li {
    display: flex;
    align-items: center
}

.contact-email li a:hover, .contact-phone li a:hover {
    color: #CCC
}

.contact-place li:hover {
    color: #000
}

.contact-info .instagram svg path, .contact-info .facebook svg path {
    color: #000
}

.contact-info .facebook span {
    margin: 0
}

.contact-place li:hover:before {
    background: url(../images/placeholder-active.svg);
    background-size: contain
}

.contact-place .is_active {
    color: #000
}

.contact-info .is_active:before {
    background: url(../images/placeholder-active.svg);
    background-size: contain
}

.contact-email li:before {
    background: url(../images/email.svg)
}

.contact-phone li {
    cursor: default !important
}

.contact-phone li:before {
    background: url(../images/phone-call.svg)
}

.contact-info li:before {
    position: absolute;
    content: "";
    left: 0;
    width: 24px;
    height: 24px;
    background-size: contain
}

.contact-place li:before {
    background: url(../images/placeholder.svg);
    background-size: contain;
    transition: .5s
}

.contact-place li:last-of-type {
    margin-bottom: 0
}

.product .old_price {
    float: left;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 15px
}

.product_price {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_color {
    padding: 30px 0;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch
}

.select_color, .select_color_cart {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e8ed;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1)
}

.color_cart_wrap {
    width: 70px;
    height: 70px;
    margin-top: 2px;
    margin-bottom: 2px;
    display: flex !important;
    align-items: center;
    justify-content: center
}

.color_cart_wrap:not(:first-of-type) {
    margin-left: 10px
}

.select_color.is_active, .select_color_cart.is_active {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    pointer-events: none
}

.product_color::-webkit-scrollbar-track {
    display: none
}

.product_color::-webkit-scrollbar {
    display: none
}

.product_color::-webkit-scrollbar-thumb {
    display: none
}

.product_color .grid-wrapper {
    grid-gap: 30px;
    grid-template-columns:70px 70px 70px 70px
}

.product_color .grid-wrapper .item {
    background: linear-gradient(180deg, #F7F7F7 0%, #F7F7F7 100%);
    border: 1px solid #EDEDED;
    height: 70px
}

.products_link {
    margin-top: 15px
}

.products_link a {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #2394BC
}

.products_link a:hover {
    color: #CCC
}

.comment-wrapper {
    max-height: 760px;
    overflow-y: auto
}

.comment-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #F5F5F5;
    border-radius: 10px
}

.comment-wrapper::-webkit-scrollbar {
    width: 6px;
    background: #F5F5F5;
    border-radius: 10px
}

.comment-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000
}

.comment_form {
    padding: 30px 30px 60px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1)
}

.comment_form .form_group {
    margin-bottom: 30px
}

.comment_form .button {
    width: 100%
}

.comment_form .h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

.comment_form p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 35px
}

.comment_form .form_input {
    margin-top: 15px;
    height: 48px;
    padding: 15px
}

.pick_size {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #2394BC
}

.pick_size:hover {
    color: #CCC
}

.select_size .jq-selectbox {
    width: 100%
}

.select_size .jq-selectbox__select {
    height: 48px;
    background: #EEE;
    padding: 0 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 0;
    border-radius: unset
}

.select_size .jq-selectbox__trigger {
    border: 0;
    width: 50px
}

.select_size .jq-selectbox__trigger-arrow {
    right: 20px;
    right: 20px;
    border: 0;
    top: 16px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg)
}

.select_size .jq-selectbox__dropdown {
    margin: 0;
    border: 0;
    border-radius: unset;
    box-shadow: none;
    background: #EEE
}

.select_size .jq-selectbox li {
    color: #000;
    text-align: center;
    padding: 15px 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Montserrat', sans-serif
}

.select_size .jq-selectbox__select-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    text-shadow: none;
    text-transform: uppercase;
    text-align: center
}

.product .price {
    float: left;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px
}

.product .hidden + .price {
    margin-top: 25px
}

.product_buttons {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.product_buttons .wishlist_button {
    position: unset
}

.btn-one-click {
    margin-top: 15px;
    width: 100%;
    height: 48px;
    border: 1px solid #000;
    color: #000;
    background: transparent;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: .5s
}

.btn-one-click:hover {
    color: #FFF;
    background: #000
}

.info_delivery, .info_payment {
    border: 1px solid #e1e8ed;
    padding: 20px 18px 14px;
    font-size: 14px;
    position: relative
}

.info_delivery::before, .info_payment::before {
    content: "";
    position: absolute;
    bottom: 12px
}

.info_delivery::before {
    width: 48px;
    height: 64px;
    right: 12px;
    background: url(../images/sprite.png) no-repeat 1px -178px
}

.info_payment::before {
    width: 64px;
    height: 58px;
    right: 10px;
    background: url(../images/sprite.png) no-repeat 0 -243px
}

.info_delivery .h5, .info_payment .h5 {
    color: #030303;
    margin-bottom: 15px
}

.info_delivery p, .info_payment p {
    margin-bottom: 7px;
    opacity: .7
}

.product_share {
    margin: 20px 0 25px
}

.share_text {
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 5px
}

.product_share > div {
    display: inline-block;
    vertical-align: middle
}

.product .pager {
    padding: 0
}

.tab_navigation {
    overflow: hidden;
    z-index: 1
}

.tab_navigation a {
    display: block;
    padding: 7px 10px;
    background-color: #f7f7f7;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #e1e8ed
}

.tab_navigation a.selected {
    background-color: #fff;
    box-shadow: inset 0 2px 0 0 #38c0f3
}

.tab_container {
    overflow: hidden;
    border-top: 1px solid #e1e8ed;
    margin: -1px 0 0
}

.tab {
    display: none;
    padding: 15px
}

.product_description {
    margin-top: 50px;
    margin-bottom: 125px;
    line-height: 1.65
}

.product_description .h2, #comments .h2 {
    padding: 0;
    margin-bottom: 60px
}

.features {
    list-style: none;
    padding: 0;
    margin: 20px 0 30px
}

.features li {
    padding: 10px 0;
    margin-bottom: 7px;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #EEE
}

.features_name, .features_value {
    display: block;
    float: left;
    padding-left: 7px;
    font-size: 12px;
    line-height: 15px
}

.features_value {
    color: #333;
    width: 50%;
    padding-right: 15px
}

.features_name {
    font-weight: 600;
    color: #000;
    width: 50%;
    position: relative
}

.features_name span {
    position: relative;
    padding-right: 10px;
    z-index: 1;
    background-color: #fff
}

.comment_item {
    margin-bottom: 30px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 30px;
    padding-right: 20px
}

.admin_note {
    margin-top: 10px;
    margin-left: 15px;
    border-left: 3px solid rgba(56, 192, 243, 0.8);
    padding: 10px;
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: #f8f8f8
}

.comment_header {
    position: relative;
    display: flex;
    margin-bottom: 30px
}

.comment_author-img {
    width: 64px;
    height: 64px;
    background: linear-gradient(0deg, #EEE, #EEE);
    margin-right: 15px;
    overflow: hidden;
    text-align: center;
    line-height: 64px
}

.flex-item.like .avatar {
    width: 24px;
    color: #fff
}

.comment_author-img .avatar {
    width: 32px;
    height: 32px
}

.round_img {
    border-radius: 100%
}

.personal_info .avatar {
    width: 72px;
    height: 72px;
    color: #000
}

.personal_info input[type=submit] {
    border: 0;
    background: 0
}

.profile_img {
    width: 100%;
    height: 144px;
    max-width: 144px;
    background: #faebd7;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #EEE, #EEE);
    overflow: hidden
}

.profile_img img {
    height: 144px;
    max-width: 144px
}

.comment_author {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px
}

.edit_input {
    background: transparent;
    border: 0;
    width: 100%;
    padding: 8px 10px
}

.edit_input.is_active {
    background: #F4F4F4;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05)
}

.edit_group span {
    font-size: 14px;
    line-height: 15px;
    color: #000;
    font-weight: 500
}

.edit_group:not(:last-of-type) {
    margin-bottom: 15px
}

.edit_group.prof_name .edit_input {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    padding-left: 15px !important
}

.edit_group.prof_name {
    margin: 0 0 15px -15px
}

.edit_group:not(:first-of-type) .edit_input {
    font-size: 12px;
    line-height: 15px;
    color: #666
}

.m-30px {
    margin-bottom: 30px;
    margin-top: 30px
}

.order_q {
    color: #666
}

.comment_date {
    opacity: .5;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 8px;
    display: block
}

.comment_content {
    font-size: 12px;
    line-height: 18px;
    color: #333
}

.no_comments {
    height: 760px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.no_comments svg {
    width: 250px;
    height: 250px
}

.post {
    margin-top: 80px;
    margin-bottom: 125px
}

.blog_info {
    margin-top: 30px
}

.post_date, .post_author, .post_rating-wrap {
    font-size: 12px;
    line-height: 15px;
    display: flex
}

.post_date {
    color: #B4B4B4;
    margin-top: 10px
}

.post_date svg, .post_author svg {
    margin-right: 10px
}

.post_author, .post_rating-wrap {
    color: #666
}

.post_rating-wrap {
    display: flex;
    flex-direction: column
}

.post_rating-wrap .post_rating {
    margin-top: 10px
}

.post_view {
    font-size: 20px;
    line-height: 24px;
    color: #666
}

.post_view svg {
    width: 24px;
    height: 24px;
    margin-right: 15px
}

.post_view {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.post_share {
    padding-top: 30px;
    border-top: 1px solid #EEE;
    margin: 30px 0 0
}

.post_share .h3 {
    font-weight: 400;
    margin-bottom: 30px
}

.pager {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    list-style: none;
    overflow: hidden
}

.pager li {
    padding-top: 5px;
    padding-bottom: 5px
}

.pager li:nth-child(even) {
    text-align: right
}

.pager a, .pager a:hover span {
    text-decoration: none
}

.pager a span {
    text-decoration: underline
}

.change_pass {
    margin-bottom: 10px
}

.change_pass span {
    cursor: pointer;
    border-bottom: 1px dotted
}

.change_pass span:hover {
    border-color: transparent
}

.password_remind {
    float: right;
    font-size: 12px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #000
}

.catalog_menu {
    padding: 0 15px
}

.sidebar {
    padding: 30px 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1)
}

.sidebar_top {
    background-color: #fff;
    margin-bottom: 20px
}

.sidebar_center {
    background-color: #fff;
    margin-bottom: 20px
}

.sidebar .h2 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
    padding-top: 12px
}

.filter_group {
    padding: 0 15px
}

.filter_brands, .other_filters {
    max-height: 225px;
    overflow-y: auto
}

.products_container .products_item {
    max-width: 270px;
    height: 535px !important
}

.filter_brands::-webkit-scrollbar-track, .other_filters::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #F5F5F5;
    border-radius: 10px
}

.filter_brands::-webkit-scrollbar, .other_filters::-webkit-scrollbar {
    width: 6px;
    background: #F5F5F5;
    border-radius: 10px
}

.filter_brands::-webkit-scrollbar-thumb, .other_filters::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000
}

.selected_filter_boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    padding-left: 15px
}

.selected_filter_box {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.selected_filter_item {
    background: #333;
    border-radius: 100px;
    max-width: 100%;
    margin-top: 15px;
    transition: .5s;
    border: 1px solid #333
}

.filter_reset {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    padding: 8px 15px;
    background: transparent;
    font-weight: 500;
    overflow: hidden;
    display: inline-block;
    border: 0;
    line-height: 20px;
    cursor: pointer;
    transition: .5s;
    border-radius: 100px
}

.filter_reset:hover {
    color: #CCC
}

.selected_filter_box .s_filter_link {
    border: none;
    line-height: 20px;
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-size: 12px;
    padding: 8px 15px;
    cursor: pointer;
    color: #fff;
    transition: .5s
}

.reset_filter_item {
    background: #2394BC;
    border-radius: 100px;
    max-width: 100%;
    margin-top: 15px;
    transition: .5s;
    border: 1px solid #2394BC
}

.selected_filter_box .s_filter_link span {
    margin-right: 5px;
    cursor: pointer;
    text-align: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 20px);
    -ms-flex: 0 0 calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px)
}

.selected_filter_box .s_filter_link svg, .reset_filter_item svg {
    width: 16px;
    height: 16px;
    color: #fff;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    max-width: 16px;
    margin-left: 5px
}

.selected_filter_box .selected_filter_item:hover .s_filter_link svg, .reset_filter_item:hover svg {
    color: #333
}

.selected_filter_box .selected_filter_item:hover, .reset_filter_item:hover {
    background: transparent
}

.selected_filter_box .selected_filter_item:hover .s_filter_link, .reset_filter_item:hover button {
    color: #333
}

.filters_heading {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    padding: 9px 15px;
    cursor: pointer
}

.filters_heading .angle_icon {
    position: absolute;
    right: 20px;
    top: 18px
}

.filter_item {
    line-height: 24px;
    padding: 7px 0
}

.catalog_item {
    position: relative;
    padding: 0 0 0 25px
}

.catalog_link.selected + .inp-check:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.filter_link {
    display: block;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    min-height: 15px;
    line-height: 15px;
    text-decoration: none;
    cursor: pointer;
    background: no-repeat;
    border: none;
    text-align: left
}

.catalog_link {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    position: relative;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    padding: 7px 0
}

.catalog_link.sub_cat::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-left: 1px;
    background-image: url(../images/select_arrow.png);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    max-width: 16px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.filter_indicator {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    border: 1px solid #000;
    top: 50%;
    transform: translateY(-50%)
}

.checked .filter_indicator:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.price_range {
    overflow: hidden;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 15px
}

.price_label {
    float: left;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px
}

.max_price {
    text-align: right
}

.max_input, .min_input {
    max-width: 100%;
    padding: 0 8px;
    line-height: 30px;
    height: 32px;
    border: 1px solid #e8e8e1
}

.browsed {
    padding-top: 10px;
    padding-bottom: 15px
}

.browsed_item {
    line-height: 50px;
    height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center
}

.browsed_item img {
    vertical-align: middle
}

.rating_starOff {
    display: inline-block;
    vertical-align: top
}

.rating_starOff, .rating_starOn {
    width: 90px;
    height: 18px;
    background: url(../images/rating.png) repeat-x left top
}

.rating_starOn {
    display: block;
    background-position: left bottom
}

.rating_text {
    vertical-align: middle;
    line-height: 18px;
    display: inline-block
}

.breadcrumbs {
    display: inline-block;
    vertical-align: top;
    padding: 11px 68px;
    margin: 25px -68px 65px;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    background-color: #fff
}

.breadcrumbs li:last-of-type {
    color: #999
}

.breadcrumbs-substrate {
    position: relative;
    background: #F4F4F4
}

.breadcrumbs-substrate:before, .breadcrumbs-substrate:after {
    position: absolute;
    content: "";
    background: #FFF;
    width: 58px;
    height: 75px
}

.breadcrumbs-substrate:before {
    top: -30px;
    left: -20px;
    transform: rotate(45deg)
}

.breadcrumbs-substrate:after {
    bottom: -30px;
    right: -20px;
    transform: rotate(45deg)
}

.breadcrumbs li {
    display: inline-block;
    padding: 0;
    margin: 3px 0
}

.breadcrumbs li + li:before {
    padding: 0 17px 0 15px;
    content: "/";
    color: #ccc
}

.to_top {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 99;
    display: none;
    background-color: #b8b7b7;
    background-image: url(../images/up-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer
}

.to_top:hover {
    opacity: .5
}

.popup {
    padding: 20px
}

.popup_heading {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.popup_heading svg {
    margin-right: 15px;
}

.comparison_page {
    padding-bottom: 40px
}

.comparison_left {
    float: left;
    width: 30%
}

.comparison_products {
    float: right;
    width: 70%;
    position: relative;
    margin: 0;
    border-left: 1px solid #e8e8e1
}

.comparison_item {
    border-right: 1px solid #e8e8e1
}

.cell {
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e1
}

.comparison_item .cell, .comparison_item .cprs_rating {
    text-align: center
}

.cprs_rating {
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e1;
    border-top: 1px solid #e8e8e1
}

.cell:nth-child(odd) {
    background: #efefef
}

.compare_controls {
    position: relative
}

.compare_show {
    position: absolute;
    left: 0;
    bottom: 25px
}

.compare_show a {
    display: inline-block;
    padding: 6px 11px;
    text-decoration: none;
    margin: 0 5px 5px 15px
}

.compare_show a:hover, .compare_show .active {
    background: #fff;
    border: 1px solid #e8e8e1;
    padding: 5px 10px;
    color: #030303
}

.compare_show a span {
    border-bottom: 1px dashed
}

.compare_show a:hover span, .compare_show .active span {
    border-color: transparent
}

.preorder_label {
    padding: 0 5px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    background: #f2bd0b;
    border: none;
    border-radius: 2px
}

.callback_form .captcha {
    display: block;
    margin: 0 0 20px
}

.callback_form .captcha .secret_number {
    width: 95px
}

.callback_form .captcha .form_captcha {
    width: calc(100% - 117px)
}

.callback_form .button {
    display: block;
    width: 100%
}

.order_notify_v2 {
    margin-bottom: 40px;
    background: #fff;
    padding: 15px 0
}

.order_notify_v2 .o_notify_v2_head {
    vertical-align: middle;
    margin-bottom: 20px
}

.order_notify_v2 svg {
    width: 44px;
    height: 44px;
    color: #74B636;
    margin-right: 12px;
    vertical-align: middle
}

.order_notify_v2 .o_notify_v2_heading {
    font-size: 32px;
    font-weight: 600;
    vertical-align: middle
}

.o_notify_v2_content {
    margin-bottom: 25px
}

.o_notify_v2_content .o_notify_v2_content_inner {
    display: inline-block
}

.o_notify_v2_order_id .o_notify_v2_order_id_box {
    display: inline-block;
    border: 2px solid #FFC007;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 10px;
    line-height: 1.2;
    background: #fff;
    text-transform: uppercase;
    font-weight: 600;
    color: #414141
}

.o_notify_v2_order_id .o_notify_v2_order_id_box .o_notify_v2_order_id_bold {
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    margin-top: 3px;
    display: block;
    color: #000
}

.menu_list_2, .menu_list_3, .menu_list_4 {
    padding-left: 15px;
    list-style: none
}

.menu_list {
    margin: 5px 0 0
}

.menu_list span {
    transition: .5s
}

.menu_list a:hover span, .menu_list a:hover {
    color: #CCC
}

.menu_item {
    margin-bottom: 5px
}

menu_group_404 .menu_list {
    margin: 0;
    padding-left: 15px
}

.menu_404 {
    margin-top: 30px
}

.menu_404 .text_404 {
    margin: 0 0 40px;
    font-weight: 500;
    font-family: inherit;
    color: #595959;
    font-size: 18px;
    line-height: 1.3
}

.menu_group_404 .menu_list {
    padding: 0;
    list-style: none;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-right: -20px;
    margin-left: -20px
}

.menu_group_404 .menu_list_2 {
    display: none !important
}

.menu_group_404 .menu_list .menu_item {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-bottom: 20px;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.menu_group_404 .menu_list .menu_link {
    text-align: center;
    color: #fff;
    background-color: #00C1F5;
    border: 1px solid #0091b9;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    border: none;
    text-decoration: none;
    cursor: pointer;
    border-radius: 20px;
    width: 100%
}

.menu_group_404 .menu_list .menu_link:hover {
    color: #fff;
    background-color: #04495c
}

[class^="hvr-"] {
    padding: 1.9em 4.3em;
    background: transparent;
    text-decoration: none;
    color: #FFF;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    border: 1px solid #000;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: #000
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.main-page__preview {
    padding-left: 100px;
    position: relative;
    margin-bottom: 125px
}

.main-page__preview-mob {
    background: linear-gradient(0deg, #30728A, #30728A), linear-gradient(0deg, rgba(48, 114, 138, 0.9), rgba(48, 114, 138, 0.9))
}

.main-page__preview .btn-links {
    display: flex;
    align-items: center
}

.main-page__preview .btn-links a {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    text-transform: uppercase
}

.main-page__preview .btn-links a:last-of-type:hover {
    color: #CCC
}

.main-page__preview .btn-links .hvr-sweep-to-right {
    margin-right: 60px
}

.main-page__preview p {
    margin: 80px 0
}

.main-page__preview .header {
    padding: 0
}

.main-page__preview .header .menu_group, .main-page__preview .header .top_nav, .main-page__preview .row {
    position: relative;
    z-index: 1
}

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

.substrate {
    background-image: url(../images/podlogka.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain
}

.substrate-2 {
    background-image: url(../images/substrate.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain
}

.substrate--banner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    top: 0
}

.banner-color1 {
    background: linear-gradient(0deg, #30728A, #30728A), linear-gradient(0deg, rgba(48, 114, 138, 0.9), rgba(48, 114, 138, 0.9))
}

.block-text {
    cursor: default;
    position: absolute;
    font-weight: 600;
    font-size: 96px;
    line-height: 117px;
    color: #F8F8F8;
    right: 0;
    transform: translateY(20px)
}

.fix-color {
    color: #EEE !important
}

.make_call span {
    font-weight: 500;
    color: #fff;
    margin-left: 5px
}

.no-scroll {
    overflow-y: hidden
}

.payments {
    display: flex
}

.bg-pb {
    margin-left: 30px;
    width: 24px;
    height: 24px;
    background: url(../images/pay_sprite.png) -107px -10px
}

.bg-mastercard {
    margin-left: 30px;
    width: 39px;
    height: 24px;
    background: url(../images/pay_sprite.png) -10px -54px
}

.bg-visa {
    width: 77px;
    height: 24px;
    background: url(../images/pay_sprite.png) -10px -10px
}

.no-dots {
    width: 30%;
    list-style-type: none;
    margin-bottom: 50px
}

.no-dots .accordion_link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 0
}

.no-dots.categories_menu li {
    list-style-type: none !important
}

.link_end {
    padding: 5px 0;
    display: block
}

.footer_bottom .accordion {
    margin: 0;
    display: flex;
    justify-content: space-between
}

.footer_bottom .drop_menu {
    top: 2px
}

.footer_bottom .accordion .menu_group_footer .menu_item {
    margin-bottom: 15px
}

.footer_bottom .accordion .inner li {
    list-style-type: disc
}

.footer_bottom .accordion ul {
    padding: 0 0 0 10px
}

.footer_bottom .inner {
    margin-top: 15px;
    display: none
}

.ml-20px {
    margin-left: 20px
}

.background, .background2 {
    position: relative
}

.background2 .container {
    padding-top: 125px
}

.background2 .container .h2 {
    margin-bottom: 60px
}

.background:before, .background2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, #F8F8F8, #F8F8F8), #F8F8F8
}

.background:before {
    top: 365px
}

.background2:before {
    top: 0
}

.popup-wrapper {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 3% 5px;
    justify-content: center;
    overflow-y: scroll
}

.autocomplete-suggestions::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #F5F5F5;
    border-radius: 10px
}

.autocomplete-suggestions::-webkit-scrollbar {
    width: 6px;
    background: #F5F5F5;
    border-radius: 10px
}

.autocomplete-suggestions::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000
}

#popup-box-search {
    margin-bottom: 30%;
    align-items: center;
    overflow: visible !important
}

#popup-box-search .popup-box {
    position: absolute;
    max-width: 720px
}

#popup-box-search .search {
    float: none;
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.autocomplete-suggestions{
    top: 100%;
}

#popup-box-search .search_button{
    background-color: #fff;
    border: 1px solid;
    padding: 5px;
    cursor: pointer;
    transition: .5s
}


#popup-box-search .search_button:hover{
    background-color: #000;
}

#popup-box-search .search_button path{
    fill: #000;
    transition: .5s
}

#popup-box-search .search_button:hover path{
    fill: #fff;
}

#popup-box-search .popup-box__container {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.popup-wrapper::-webkit-scrollbar-track {
    display: none
}

.popup-wrapper::-webkit-scrollbar {
    display: none
}

.popup-wrapper::-webkit-scrollbar-thumb {
    display: none
}

.overlay_popup {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: .5;
    background: #1e1e1e
}

.popup-box {
    padding: 40px 15px 15px;
    width: 100%;
    max-width: 400px;
    border-radius: 5px;
    background: transparent;
    z-index: 9999999;
    font-size: 14px;
    position: relative
}

#popup-box-user .popup-box {
    max-width: 700px;
}

.popup-box .right {
    border-left: 1px solid #EEE;
    flex: 1 1 200px;
    padding: 20px 30px;
}

.popup-box .right .info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.popup-box .right .info__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.popup-box .right .info .icon svg {
    height: 50px;
    width: auto;
}

.popup-box .right .info .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}

.popup-box .right .info .text {
    color: #666;
    text-align: center;
}

.popup-box__container {
    background: #FFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
}

.close-wrap {
    position: absolute;
    top: 24px;
    right: 0;
    width: 32px;
    height: 32px;
    background: #FFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.close-wrap:hover .close {
    transform: rotate(90deg)
}

.popup-box .close {
    position: relative;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    background: transparent;
    border-radius: 100%;
    transition: .5s
}

.popup-box__top {
    padding: 20px 30px 25px;
    height: 68px;
    border-bottom: 1px solid #EEE;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px
}

.popup-box__top a {
    cursor: pointer;
    pointer-events: none
}

.popup-box__top span {
    padding-bottom: 4px;
    cursor: pointer
}

.popup-box__top .is_active {
    pointer-events: none;
    padding-bottom: 4px;
    border-bottom: 1px solid #000
}

.popup-box__mid {
    display: flex;
    flex-direction: column;
    padding: 30px
}

.popup-box__mid .h3 {
    margin-bottom: 30px
}

.popup-box__mid label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px
}

.popup-box__mid input {
    height: 48px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #EDEDED;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 0 15px
}

input[type=checkbox]:checked + label .inp-check:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.popup-box__mid input[type=checkbox] {
    display: none
}

.checkbox {
    font-size: 12px !important;
    line-height: 15px !important;
    position: relative;
    padding-left: 30px;
    color: #666;
    display: flex;
    align-items: center
}

.popup-box__mid input[type=submit] {
    margin-top: 30px;
    border-radius: unset;
    height: 48px;
    background: #000;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
    transition: .5s
}

.popup-box__mid input[type=submit]:hover {
    background: transparent;
    border: 1px solid #000;
    color: #000
}

.popup-box__bottom {
    border-top: 1px solid #EEE;
    padding: 30px
}

.other_log-in {
    display: flex;
    margin-top: 15px
}

.other_log-in a {
    width: 64px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.other_log-in a:first-of-type {
    margin-right: 30px
}

.other_log-in .f {
    background: #304694
}

.other_log-in .f svg path, .other_log-in .g svg path {
    width: 16px;
    transition: .5s
}

.other_log-in .g {
    background: #F45A5A
}

.other_log-in .g:hover, .other_log-in .f:hover {
    background: transparent
}

.other_log-in .g:hover svg path {
    fill: #F45A5A
}

.other_log-in .f:hover svg path {
    fill: #304694
}

.masonry {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.masonry .inside {
    border: 1px solid #e0e0e0
}

.lk_sale .h3 {
    margin-bottom: 15px
}

.personal_info, .tech_help, .lk_order, .lk_sale, .lk_feedback {
    background: #FFF;
    border: 1px solid #EEE;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 60px
}

.personal_info, .tech_help {
    min-height: 420px
}

.lk_order, .lk_sale, .lk_feedback {
    height: 310px
}

.lk_feedback p, .lk_feedback .thx {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500
}

.lk_feedback p {
    margin-top: 20px;
    color: #000
}

.lk_feedback .thx {
    color: #666
}

.lk_feedback p .fixsize {
    font-size: 20px;
    font-weight: 600
}

.tech_help textarea {
    background: #F4F4F4;
    border-radius: 10px;
    resize: none;
    min-height: 175px;
    width: 100%;
    margin-top: 30px;
    padding: 15px;
    border: 0
}

.fn_user_page {
    margin-top: 60px;
    margin-bottom: 70px
}

.lk_order .h3 {
    margin-bottom: 30px
}

.tech_help_text {
    font-size: 12px;
    line-height: 15px;
    color: #666
}

.lk_order .h3 a, .look_wishlist {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #2394BC;
    float: right
}

.lk_order .h3 a:hover, .look_wishlist:hover {
    color: #CCC
}

.lk_order .h3 a {
    margin-top: 2px
}

.look_wishlist {
    margin-top: 10px
}

.lk_order .flex_row-jb {
    font-size: 12px;
    line-height: 15px
}

.lk_order .flex_row-jb:not(:last-of-type) {
    margin-bottom: 15px
}

.lk_order .flex_row-jb a {
    font-weight: 500;
    color: #000
}

.lk_order .flex_row-jb span:last-of-type {
    color: #666
}

.scroll_block {
    max-height: 90px;
    overflow-y: auto;
    padding-right: 20px
}

.scroll_block::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #F5F5F5;
    border-radius: 10px
}

.scroll_block::-webkit-scrollbar {
    width: 6px;
    background: #F5F5F5;
    border-radius: 10px
}

.scroll_block::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000
}

.user_img {
    text-align: center;
    margin-top: 9px;
    margin-right: 7px
}

.logout {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #F72E2E;
    position: relative;
    z-index: 1
}

.logout:hover {
    color: #CCC
}

.pos_rel {
    position: relative
}

.order_span {
    font-weight: 600;
    color: #333
}

.orders-mob {
    margin-top: 40px
}

.m_btm-20px {
    margin-bottom: 20px
}

.m_btm-10px {
    margin-bottom: 10px
}

.delivery_tarif {
    font-size: 1em;
    line-height: 24px;
    color: #2394BC
}

.delivery_tarif:hover {
    color: #CCC
}

.project_timeline_wrap {
    margin-top: 60px;
    overflow-x: auto
}

.project_timeline {
    width: 1170px
}

.project_timeline_wrap::-webkit-scrollbar-track {
    display: none
}

.project_timeline_wrap::-webkit-scrollbar {
    display: none
}

.project_timeline_wrap::-webkit-scrollbar-thumb {
    display: none
}

.timeline_info {
    margin: 30px 0 20px
}

.dashed {
    margin: 30px 0 30px 24px;
    height: 100px;
    border-left: 1px dashed #C5C5C5
}

.project_timeline .year {
    position: relative;
    width: 100%;
    height: 92px;
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px
}

.project_timeline .year span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.round_check {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.project_timeline .period:nth-of-type(1) .round_check, .project_timeline .period:nth-of-type(1) .year {
    background: #C5C5C5
}

.project_timeline .period:nth-of-type(2) .round_check, .project_timeline .period:nth-of-type(2) .year {
    background: #8B8B8B
}

.project_timeline .period:nth-of-type(3) .round_check, .project_timeline .period:nth-of-type(3) .year {
    background: #434343
}

.project_timeline .period:nth-of-type(4) .round_check, .project_timeline .period:nth-of-type(4) .year {
    background: #000
}

.project_timeline .period:nth-of-type(2) .round_check, .project_timeline .period:nth-of-type(4) .round_check {
    margin-top: 20px
}

.project_timeline .period:nth-of-type(2) .dashed, .project_timeline .period:nth-of-type(4) .dashed {
    height: 80px
}

.project_timeline .year:before, .project_timeline .year:after {
    position: absolute;
    content: "";
    border: 46px solid transparent
}

.project_timeline .year:after {
    right: -73px;
    top: 0
}

.project_timeline .period:nth-of-type(4) .year:after {
    border-left: 28px solid #000
}

.project_timeline .year:before {
    border-left: 28px solid #fff
}

.project_timeline .period:nth-of-type(1) .year:after {
    border-left: 28px solid #C5C5C5
}

.project_timeline .period:nth-of-type(2) .year:after {
    border-left: 28px solid #8B8B8B
}

.project_timeline .period:nth-of-type(3) .year:after {
    border-left: 28px solid #434343
}

#popup-box-size-grid {
    align-items: center
}

#popup-box-size-grid .popup-box.size-grid-true {
    max-width: 800px;
    max-height: 570px
}

#popup-box-size-grid .popup-box.size-grid-false {
    max-width: 600px
}

#popup-box-size-grid .popup-box.size-grid-true .popup-box__container {
    text-align: center
}

#popup-box-size-grid .popup-box.size-grid-false .popup-box__container {
    padding: 20px
}

#popup-box-size-grid .popup-box.size-grid-false .h3 {
    margin-bottom: 20px
}

#popup-box-select-size .popup-box {
    max-width: 700px
}

.no_prod_desc {
    margin-top: 70px
}

.fn_variants input[type=radio] {
    display: none
}

.fn_variants .select-size input[type=radio]:checked + label {
    border: 1px solid;
    background: #000;
    color: #fff
}

.fn_select_color_cart {
    width: 100%
}

.more_size, .hidden_size {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #696969
}

.fn_switch_filter, .fn_switch_sort {
    width: 50%
}

.more_color {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #2394BC;
    margin-bottom: 15px;
    margin-top: 10px
}

.more_color span {
    padding: 10px 0
}

select option:disabled {
    color: rgba(0, 0, 0, 0.3)
}

.sort_mob {
    display: none
}

.fn_banner_group1 {
    z-index: 1
}

.fixmenu .drop_menu {
    width: 100% !important
}

.fixmenu .drop_menu svg {
    position: absolute;
    top: 10px;
    right: 20px
}

.catalog_nav .catalog_item {
    padding: 0
}

.catalog_nav .inp-check {
    display: none
}

.catalog_nav .has_child_item {
    padding-left: 20px !important
}

.catalog_nav a.catalog_link.selected {
    font-weight: 700
}

.reviews-count {
    font-size: 13px
}

.product_rating_disable {
    min-height: 24px
}

.comment-wrapper {
    margin-bottom: 15px;
    border: 1px solid #ccc
}

.comment-wrapper > * {
    padding: 10px
}

.comment-author {
    border-bottom: 1px solid #ccc
}

.limitations, .adv {
    font-size: 16px !important;
    font-weight: 700;
    color: #000 !important
}

.fast-filters a {
    background-color: #b3d4fc;
    color: #fff;
    border-radius: 5px
}

.btn_black {
    color: #fff;
    border: 1px solid #000;
    background-color: #000
}

.btn_black:hover {
    color: #000;
    background-color: transparent
}

.max_width_500px {
    max-width: 500px
}

.o_notify_v2_content_inner form .button {
    padding: 0 60px
}

.popup_boding {
    margin-bottom: 20px
}

.product_image_slider .fn_images .images_item:before {
    content: none
}

.product_image_slider .images_item {
    width: auto;
    height: fit-content
}

.product_image_slider .images_link {
    width: 100px;
    height: 100px;
    line-height: inherit
}

.product_images_wrapper {
    display: flex
}

.main_product_image_wrapper {
    width: 100%
}

.main_product_image_wrapper .main_product_image {
    max-width: 500px;
    margin: auto
}

.main_product_image_wrapper .images_link {
    height: auto
}

.product_images_wrapper .slick-prev {
    left: 10px;
    top: 50%;
    margin-top: 0
}

.product_images_wrapper .slick-next {
    right: 10px;
    top: 50%;
    margin-top: 0
}

.product_images_wrapper .product_image_slider .slick-active.slick-current .images_link {
    border: 1px solid #a3a3a3
}

.product_image_slider .images {
    margin: auto
}

.product_images_wrapper .product_image_slider {
    display: flex;
    max-width: 114px
}

.features_value a {
    text-decoration: underline
}

.features_value a:hover {
    text-decoration: none
}

.product_images_wrapper .product_image_slider .slick-active .images_link {
    border: 1px solid transparent
}

.fn_user_page .slick-list {
    margin-bottom: -300px;
    padding-bottom: 300px
}

.menu_404 {
    margin-top: 0
}

.menu_404 .text_404 {
    margin: 0 0 40px
}

.menu_404 .text_404 {
    font-weight: 500;
    font-family: inherit;
    color: #000;
    font-size: 18px;
    line-height: 140%;
    text-align: center
}

.number404 {
    text-align: center;
    display: block;
    color: #000;
    font-size: 240px;
    font-weight: 700
}

.sportfly-video-logo::before {
    background-image: url(../images/YouTube.png);
    transition: .5s;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    background-size: cover;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 85px
}

.sportfly-video-img {
    min-height: 300px;
    padding: 0 15px;
    display: block;
    margin: 0 auto
}

.row.fn_transfer .fn_product_images.col-sm-12.col-md-7.col-lg-7.col-xl-8 {
    display: flex;
    flex-wrap: wrap;
}

.fn_images.images.clearfix.slick-initialized.slick-slider.slick-dotted {
    width: 100%;
}
.product_description_wrap{
    width: 100%;
}
.product_description .table_responsive {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1.5rem;
}
.product_description .table_responsive table{
    min-width: 500px;
    width: 100%;
    max-width: 100%;
}