body .wrap-box textarea, html body form input.form-control {
    border-radius: 0;
    border-color: #bdbdbd;
}

body .products-section .products-box .item .info .price {
    font-size: 24px;
}

body .inCart {
    background: none;
    display: flex;
}

body .products-section .products-box .item .info .old-price {
    font-size: 20px;
}

.products-section .products-box .item .info .price.price-red {
    font-size: 24px;
}

.price-disc {
    margin-bottom: -28px;
}

.oldPrice {
    font-size: 14px;
    text-decoration: line-through;
    /*position: relative;/*
    /*top: -20px;*/
    right: 75px;
}

.redPrice {
    /*color: red;*/
    /*position: relative;*/
    top: -27px;
    right: -20px;
    color: black;
}

.category-box li.nav-item-sub {
    /*padding-left: 20px;*/
}

.category-box li.nav-item-sub:before {
    content: '∟';
    position: relative;
    top: -5px;
    left: -2px;
}

.category-box li {
    padding: 5px 20px;
    line-height: 10px;
    margin-left: -20px;
    margin-right: -20px;
}

.info p {
    color: #4f4f4f;
    margin-top: 10px;
    min-height: 22px;
}

.info .price {
    font-size: 20px;
    font-weight: bold;
    margin-left: auto;
}

.inCart {
    display: inline-block;
    padding: 6px 0px;
    border-radius: 50%;
    background-color: #4f4f4f;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;

    height: 45px;
    position: relative;
}

.products-section .item {
    text-align: center;
    margin-bottom: 10px;
}

.arrow-in-cart {
    margin: auto;
    margin-right: 5px;
    display: inline-block;
    /*position: absolute;*/
    left: -30px;
    top: 12px;

    fill: #4f4f4f;
}

.img-box img {
    padding-bottom: 74px;
}

.price-box {
    display: flex;
}

.price-box .item {
    display: inline-block;
    margin-left: auto;
}

.desc_info {
    padding: 20px 0;
}

body .products-section .products-box .item .info .price {
    color: #4f4f4f;
}

#mess_box {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    padding: 10px 10px;
    background: linear-gradient(208.17deg, #848484 11.58%, #4f4f4f 68.01%);
    color: white;
    z-index: 30000;
}


html body form input.form-control {
    border-radius: 5px;
    border: 1px solid grey;
    padding: 10px 10px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.user-cabinet input {
    display: block;
}

.user-cabinet .catalog-menu li {
    display: inline-block;
}

.user-cabinet .catalog-menu li a {
    display: inline-block;
    color: #4f4f4f;
    margin: 10px 10px;
    position: relative;
}

.user-cabinet .catalog-menu li a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #4f4f4f;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: bottom .3s, opacity .3s;
    -o-transition: bottom .3s, opacity .3s;
    transition: bottom .3s, opacity .3s;
}

.user-cabinet .catalog-menu li a:hover:before {
    opacity: 1;
    bottom: -3px;
}

.input {
    border-radius: 0;
}

body .btn {
    background: #848484;
    cursor: pointer;
}

body .btn:hover {
    background: #848484;
}

.desc_info a {
    color: #4f4f4f;
}

body .size-table-btn {
    color: #4f4f4f;
    border-color: #4f4f4f;
}

body .btn-size.size {
    background: #848484;
}

.btn-size.selected:after, .btn-size:hover:after {
    content: ' ';
    display: block;
    border-bottom: 3px solid black;
    position: relative;
    top: 12px;
    margin-top: -3px;
    margin-left: -10px;
    margin-right: -10px;
}

.desc_info {
    padding-right: 20px;
}

.count-like-new, .count-product-new {
    position: relative;
    top: -2px;
    font-weight: bold;
    color: black;
}

.cart-box {
    font-size: 12px;
}

@media (min-width: 768px) {
    .wrap-box, .products-box {
        padding: 20px 40px;
    }

    .cart-box a {
        margin-left: 30px;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .wrap-box, .products-box {
        padding: 20px 20px;
    }

    body .main-banner > div {
        margin: 0;
    }

    .like_center {
        padding: 0 10px;
    }

    .cart-box a:nth-child(1), .cart-box a:nth-child(2) {
        display: none;
    }
}

@font-face {
    font-family: ProximaNova;
    src: url(/fonts_new/ProximaNova-Regular.woff) format("woff");
    font-weight: 400
}

@font-face {
    font-family: ProximaNova;
    src: url(/fonts_new/ProximaNova-Bold.ttf) format("ttf");
    font-weight: 700
}

body {
    font-family: ProximaNova, Helvetica, Arial, sans-serif;
}

.btn-change-count {
    width: 14px;
    height: 14px;
    margin: 0 5px;
}

@media screen and (max-width: 1265px) {
    body .lang_btns {
        order: 3;
    }
}

.rassrochka-link {
    margin: 15px 0;
    display: inherit;
}

header {
    padding: 18px 40px;
}

@media screen and (max-width: 768px) {

    header .logo-box {
        max-width: 120px;
        margin-right: auto;
        margin-left: auto;
{#margin-left: 15px;#}
}

.catalog-section {
    padding: 0;
}

body .detail-page {
    padding: 10px 15px;
}

header {
    padding: 11px 15px;
    position: fixed;
    z-index: 10000;
    background: white;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 0;
    left: 0;
}

.wrapper {
    padding-top: 43px;
}
}

.mobile-menu-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.2;
    z-index: 10000;
}

.mobile-menu .nav-item.current {
    background-color: #ddd;
}

.cart-box {
    position: relative;
}

.cart-box svg, .cart-box img {
    width: 18px;
}

.lang_btns {
    display: flex;
    /*position: absolute;*/
    right: 0;
    top: 25px;
    margin-right: 20px;
}

.kupon-image-place {
    width: 300px;
    max-height: 300px;
    overflow: hidden;
}

#form-kupon {
    width: 300px;
}

#form-kupon h2 {
    color: black;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    #form-kupon {
        font-size: 12px;
    }

    #form-kupon h2 {
        color: black;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .lang_btns {
        right: 20px;
        top: 0px;
        order: 2;
        margin-right: 10px;
    }

    .desc-view {
        display: none;
    }

    body .wrap-box {
        padding: 20px 5px;
    }

    .kupon-image-place {
        width: 200px;
        height: 200px;
    }

    body #form-kupon {
        width: 200px;
    }

    #crumbs {
        display: none;
    }
}

@media (min-width: 769px) {
    .mob-view {
        display: none;
    }
}

.lang_btns a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #4f4f4f;
}

.lang_btns a.current {
    background-color: #888;
    text-decoration: underline;
    display: none;
}

.menu-box {
    position: relative;
}

body footer .info-box {
    width: 20%;
    margin-right: 0;
    padding: 40px;
    border-right: 1px solid grey;
    font-size: 12px;
}

body footer .info-box ul li {
    margin-bottom: 10px;
}

body footer .info-box ul li a {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

body footer .info-box:last-child {
    border-right: none;
}

header .phone-box a:before, footer .info-box .phone:before {
    display: none;
}

body footer .info-box .phone {
    padding-left: 0;
}

.title-box .title-section:before, .title-box .title-section:after {
    display: none;
}

/*
.fa.fa-minus {
    margin-top: -2px;
    font-size: 20px;
}
*/

.link {
    cursor: pointer;
}

.underline {
    text-decoration: underline;
}

.form_subscribe_description input {
    padding: 5px;
    border: 1px solid grey;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.price-box {
    display: flex;
    margin-bottom: 40px;
    margin-top: -12px;
}

#crumbs {
    display: flex;
}

.pagination .page-item .page-link {
    margin: auto 10px;
    padding: 5px 15px;
    border-radius: 0px;
    background: black;
    color: white;
    display: inline-block;
    border: 1px solid black;
}

.pagination .page-item.active .page-link, .pagination .page-item.disabled .page-link {
    background: white;
    color: black;
    font-weight: bold;
}

#crumbs li {
    margin-right: 15px;
    color: #aaa;
}

#crumbs li a {
    color: #666;
}

.icon-box {
    margin-left: 45px;
}

@media (max-width: 768px) {
    body footer .info-box {
        width: 100%;
        border-right: none;
    }

    #crumbs {
        display: none;
    }

    .pagination .page-item {
        display: none;
    }

    .pagination .page-item.active {
        display: inline-block;
    }

    .pagination .page-item:first-child {
        display: inline-block;
    }

    .pagination .page-item:last-child {
        display: inline-block;
    }

    footer .info-box.last-box {
        border-top: 1px solid grey;
        padding-top: 20px;
    }

    .icon-box {
        margin-left: 20px;
    }
}

.btn {
    box-shadow: none;
}


.splide__slide .sizes {
    display: none;
    position: absolute;
    bottom: 132px;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    color: #000;
    max-height: 50px;
    overflow: hidden;
}

.splide__slide .sizes span {
    padding: 0 10px;
}

.splide__slide .sizes span.no {
    text-decoration: line-through;
    color: #707070;
}

.splide__slide .item:hover .sizes {
    display: block;
}

header .cart-box .icon-box .count-product-new {

}

footer {
    padding: 0;
}

footer .container {
    padding-top: 0;
}

footer .info-box .copy {
    font-size: 12px;
}

footer .category-box li {
    padding: 0;
}

body header .menu-box>ul .modal-menu {
    display: none;
    top: 41px;
}

body header .menu-box>ul .modal-menu .wrap-menu{
    border-radius: 0;
    box-shadow: none;
    border: 1px solid;
    padding: 20px 30px;
}

body header .menu-box>ul .modal-menu .column a {
    font-size: 12px;
}

header .menu-box > ul a {
    font-size: 12px;
}

.give_confirm_description {
    margin-top: 14px;
    color: #6A6A6A;
}

.give_confirm_description a {
    color: #222;
}

footer .info-box .logo {
    margin-bottom: 30px;
    display: block;
}

footer .social {
    margin-top: 20px;
    margin-left: -10px;
}

footer .social a {
    padding: 10px;
}

.block-payments {
    margin-top: 35px;
    margin-right: -21px;
}

.block-payments svg {
    margin-right: 21px;
}

.main-banner {
    padding: 0;
}

.modal_form_subscribe_description {
    width: 300px;
    padding: 15px;
}

.stars-input {
    padding-bottom: 20px;
}

#form-kupon {
    padding: 15px;
    border-radius: 0px;
    /*margin-top: 0px;*/
    width: 600px;
    margin: auto;
}

body .btn {
    height: auto;
    font-size: 14px;
    padding: 6px 15px;
    background: black;
}

html body form input.form-control {
    border-radius: 0;
}

body .btn-size.size {

}

#modal_send_order form {
    border-radius: 0;
}

#modal_form_review form {
    border-radius: 0;
}

.desc-flex {
    display: block;
}

#form-kupon {
    width: 300px;
    /*margin-top: 0px;*/
}

.btn-close {
    color: white;
}

@media (max-width: 768px) {
    .popular-items .item .item-title {
        font-size: 8px;
    }

    .popular-items .item .item-price {
        font-size: 11px;
    }

    .slider-products .item-old-price {
        font-size: 12px;
        display: block;
    }

    .slider-products .item-price {
        padding: 0;
    }

    body .popular-items .item .hart_btn img {
        width: 13px;
    }

    footer .info-box .logo {
        margin-bottom: 15px;
    }

    .block-payments {
        margin-top: 15px;
    }

    #form-kupon {
        padding: 15px;
        border-radius: 0px;
    }

    .btn-pink {
        padding: 5px 15px;
    }

    .total_rate {
        line-height: 36px;
    }

    .reviews-rate p {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .modal-form .btn {
        padding: 5px 5px;
    }

    .modal_form_subscribe_description {
        width: auto;
        font-size: 14px;
    }

    .modal-form {
        padding: 0px;
        padding-top: 40px;
    }

    .modal-block {
        padding: 30px 15px;
    }

    #modal_form_review form {
        padding: 15px;
    }

    .stars-input {
        padding-bottom: 0px;
    }

    #modal_form_review h2 {
        font-size: 28px;
    }

    #modal_send_order form {
        width: 300px;
    }

    html body form input.form-control {
        width: 100%;
    }

    body footer .info-box {
        padding: 10px 28px;
    }

    body footer .info-box:first-child {
        padding-top: 40px;
    }
}

.info .name {
    min-height: 40px;
}

#form-kupon- {
    /*width: 205px;*/
}

#form-kupon- input {
    width: 100%;
    padding: 20px 16px;
}

#form-kupon- #send_kupon {
    height: auto;
    font-size: 12px;
    padding: 13px 14px;
    text-transform: uppercase;

    background: white;
    border: 1px solid black;
    color: #212121;
    border-radius: 5px;
}

.desc-50-p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.baner-btn {
    position: relative;
    display: inline-block;
}

.baner-btn .baner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.baner-btn h2 {
    margin: auto;
    color: white;
    font-size: 144px;
    text-transform: uppercase;
}

.crumbs {
    height: 64px;
    padding: 25px 40px;
    border-bottom: 1px solid #212121;
    border-top: 1px solid #212121;
}

.crumbs span, .crumbs a {
    padding-right: 10px;
}

.crumbs, .crumbs a {
    text-transform: uppercase;
    color: #212121;
    font-size: 12px;
}

.slider-products-flex {
    display: block;
}

html body .white-text {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

@media screen and (min-width: 769px) {
    .flex-desc {
        display: flex;
    }

    .desc-50-p {
        width: 49.5%;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .flex-desc .desc-50-p:first-child {
        margin-right: auto;
    }

    .flex-desc .desc-50-p:last-child {
        margin-last: auto;
    }
}