/** Main **/
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.eot');
    src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SegoeUI.woff') format('woff'),
    url('../fonts/SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUIBold.eot');
    src: url('../fonts/SegoeUIBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SegoeUIBold.woff') format('woff'),
    url('../fonts/SegoeUIBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    transition: 1s;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ee233c;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
.callback{
    background: #EE233C;
    border-radius: 4px;
    padding: 8px 25px 10px 25px;
    display: block;
    color: white;
    border: 1px solid #EE233C;
    text-decoration: none;
    font-weight: bold;
    line-height: 22px;
    height: fit-content;
    cursor: pointer;
}
.callback:hover{
    background: transparent;
    color: #EE233C;
    transition: all 500ms;
}
.copyright {
    position: absolute;
    bottom: 0px;
}
.col-4 {
    position: relative;
}
/** /Main **/

/** Header **/
header{
    box-shadow: 0px 4px 12px rgba(43, 45, 65, 0.25);
    margin-top: 154px;
}
h1{
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: bold;
}
h2{
  font-size: 24px;
  margin-bottom: 10px;
}
.border-bottom-mobile {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #EBEBED;
    margin: 0!important;
    bottom: 2px;
    opacity: 1;
    transition: 1s;
}
.header-desktop{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999999;
    box-shadow: 0px 4px 12px rgba(43, 45, 65, 0.25);
}
.header-block1{
    display: flex;
    justify-content: space-around;
    background: #2B2D41;
    height: 47px;
    width: 100%;
    color: #FFFFFF;
}
.header-block1 a{
    font-weight: bold;
    color: #FFFFFF;
}
.header-block1 span, .header-block1 li{
   line-height: 40px;
}
.menu ul{
    display: flex;
}
.menu ul > li{
    margin-left: 24px;
    margin-right: 24px;
    list-style-type: none;
    text-transform: uppercase;
}
.menu li > a{
    text-decoration: none;
}
.contacts span:first-child{
    margin-right: 41px;
}
.contacts small{
    font-size: 12px;
}
.header-block2{
    display: flex;
    justify-content: space-around;
    background: #ffffff;
    width: 100%;
}
.logo svg{
    margin-top: 25px;
    margin-bottom: 25px;
    height: 55px;
}
.header-block2 input{
    border: 1px solid #EE233C;
}
.search button{
    padding: 10px;
    border: none;
    background: #EE233C;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.search-mobile {
    position: absolute;
    top: 14%;
    right: 18%;
}
.callback-block{
    display: flex;
}
.cart{
    display: flex;
    margin-left: 32px;
}
.count-block{
    position: relative;
    margin-right: 14px;
}
#count, #count1{
    position: absolute;
    left: -2px;
    top: 11px;
    padding: 0px 5px;
    background: #2B2D41;
    color: #ffffff;
    border-radius: 100%;
    font-size: 12px;
}
.cart-price{
    text-decoration: none;
}
.cart-price > span{
    color: #333333;
    text-decoration: none;
}
.header-block2 .callback{
    margin-top: 32px;
}
.header-block2 .cart{
    margin-top: 39px;
}
#search{
    width: 464px;
    height: 40px;
    margin-top: 32px;
    border-radius: 4px;
}
#search:after{
    content: '<button><svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.3608 10.5253L16.7082 18.2873" stroke="white" stroke-width="2"/> <circle cx="6.62141" cy="6.62141" r="5.62141" stroke="white" stroke-width="2"/> </svg></button>';
}
.header-desktop{
    display: block;
}
.header-phone{
    display: none;
}
.marker{
    margin-bottom: -2px;
}
@media only screen and (max-width: 1440px) {
    #search{
        width: 400px;
    }
}
@media only screen and (max-width: 768px) {
    .header-desktop{
        display: none;
    }
    .header-phone{
        display: block;
    }
}
/** /Header **/

/** item **/
.item{
    border: 1px solid #DFDFDF;
    padding: 18px 20px;
    margin-right: 25px;
    margin-top: 18px;
    border-radius: 4px;
    max-width: 310px;
    background: #fff;
    position: relative;
}
/*.item:hover{
    box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}*/
.item a{
    text-decoration: none;
}
.img-item{
    /*height: 164px;*/
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.item .item-name{
    font-weight: bold;
    color: #333333;
    display: block;
    margin-top: 15px;
    height: 70px;
    overflow: hidden;
}
.hit{
    position: absolute;
    top: 0;
    right: 22px;
    width: 44px;
}
.item .obrabotka{
    font-size: 14px;
    color: #333333;
}
.obrabotka-items{
    display: flex;
}
.obrabotka-items span{
    color: white;
    border-radius: 4px;
    padding: 7px;
    margin-right: 10px;
    display: block;
    width: fit-content;
    margin-top: 13px;
    font-size: 12px;
    margin-bottom: 39px;
}
.obrabotka-items .w{
    background: #BA5811;
}
.obrabotka-items .m{
    background: #EE233C;
}
.obrabotka-items .p{
    background: #2B2D41;
}
.item .old-price{
    font-size: 14px;
    text-decoration-line: line-through;
    color: #6C757D;
    display: block;
    min-height: 20px;
}
.item .price{
    font-weight: bold;
    color: #000000;
    margin-top: 13px;
    margin-bottom: 36px;
    display: block;
}
.item .btn{
    color: #EE233C;
    font-size: 14px;
    margin-top: 8px;
    display: block;
}
.item .btn:hover{
    color: #333333;
    transition: all 500ms;
}
.order-btn{
    color: white;
    font-size: 14px;
    background: #EE233C;
    padding: 8px 35px;
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid #EE233C;
}
.order-btn:hover{
    color: #EE233C;
    background: transparent;
    transition: all 500ms;
}
.item .item-btn{
    display: flex;
    justify-content: space-between;
}
.item-small{
    width: 280px;
}
.item-standart{
    width: 250px;
}
/** /item **/
footer{
    background: #2B2D41;
    display: flex;
    padding-left: 75px;
    padding-right: 75px;
    justify-content: space-around;
    padding-top: 75px;
    padding-bottom: 135px;
}
footer span{
    color: #FFFFFF;
    display: block;
}
.col{
    width: 20%;
    min-width: 200px;
    display: inline-block;
}
footer p, footer a{
    color: rgba(255, 255, 255, 0.5);
    display: block;
}
footer a:hover, header a:hover {
    color: #EE233C;
}
footer a:active, header a:active {
    color: #007BFF;
}
b {
    font-weight: bold;
}
.col-2 span, .col-3 span, .col-4 span{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 16px;
}
.col-1 img{
    margin-bottom: 30px;
}
.col-1 p{
    margin-top: 30px;
    margin-bottom: 30px;
}
.col-1 a{
    margin-bottom: 30px;
    text-decoration: none;
}
.col-2 a, .col-3 a{
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
}
.text-center{
  text-align: center;
}

.page-category{
    width: 112px;
    height: 100%;
}
.cart > span{
    color: #333333;
}

.modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
    z-index: 999999999;
    transition: 1s;
}

.modal-form{
    background: white;
    padding: 64px;
    width: 378px;
    opacity: 1;
    margin: auto;
    height: fit-content;
    margin-top: 5rem;
    position: relative;
}
.close{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.form-title{
    font-weight: bold;
    font-size: 28px;
    line-height: 37px;
    text-align: center;
    color: #EE233C;
    display: block;
}
.form-input{
    background: #FFFFFF;
    border: 1px solid rgba(43, 45, 65, 0.25);
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    height: 32px;
    display: block;
}
textarea{
    height: 60px!important;
}
.form-label{
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    margin-top: 28px;
    display: block;
    margin-bottom: 5px;
}
.form-label > span{
    color: #EE233C;
}
form .callback{
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
}
.form-check{
    margin-top: 12px;
}

.header-phone > div{
    display: inline-block;
    margin: 11px 0px 15px 15px;
}
.phone-mobile {
    margin: 8px 0px 15px 15px!important;
}
.phone-mobile a{
    color: #EE233C;
    font-weight: 600;
    font-size: 14px;
}
.phone-mobile span {
    font-size: 14px;
}
.logo-mobile{
    margin: 15px;
}
.mobile-menu{
    position: absolute;
    top: 16%;
    right: 5%;
    /*margin: 22px!important;*/
}
.mobile-menu > span{
    width: 22px;
    height: 3px;
    display: block;
    margin-bottom: 6px;
    background: #EE233C;
}
/*.hidden-m{*/
/*    display: block;*/
/*}*/
.block-m{
    display: none;
}
.social a{
    display: inline-block;
}
.social{
    margin-bottom: 40px;
}
.f-right-arrow{
    display: none;
}
@media only screen and (max-width: 768px) {
    footer{
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .hidden-m{
        display: none;
    }
    .block-m{
        display: block;
    }
    footer p a, footer p span{
        display: inline-block;
    }
    .modal-form {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
    }
    form{
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    form .callback{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
    }
    .form-title{
        text-align: left;
        width: 50%;
        margin-left: 12px;
        font-weight: bold;
        font-size: 20px;
        line-height: 21px;
        padding-top: 10px;
    }
    .close{
        right: 0;
        top: 0;
    }
    header{
        margin-top: 72px;
    }
    .header-phone{
        top: 0;
        position: fixed;
        background: white;
        width: 100%;
        z-index: 9999999;
        box-shadow: 0px 4px 12px rgba(43, 45, 65, 0.25);
    }
    #links-info, #links-help, #links-chpu, #links-training{
        display: none;
        transition: 1s;
    }
    .f-toggle{
        display: block!important;
    }
    .col{
        width: 100%;
    }
    .f-right-arrow{
        float: right;
        margin-top: 13px;
        display: block;
    }
}

/*#burger{*/
/*    position: fixed;*/
/*    right: 0;*/
/*    top: 0;*/
/*    color: white;*/
/*    background: linear-gradient(45deg, #9682C8 10%, #05BCC9);;*/
/*    font-size: 32px;*/
/*    padding: 16px 16px 32px 32px;*/
/*    border-radius: 0% 0% 0% 100%;*/
/*    transition: 1s;*/
/*    cursor: pointer;*/
/*}*/

.back_to_top {
    position: fixed;
    bottom: 80px;
    right: 40px;
    z-index: 9999;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border-radius: 2px;
    display: none;
}

.back_to_top-show {
    display: block;
}

#quit{
    position: fixed;
    top: 0;
    color: white;
    font-size: 32px;
    padding: 16px;
    display: none;
    cursor: pointer;
}
#menu{
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    background: white;
    transition: 1s;
}
#menu ul{
    margin-top: 80px;
    height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
#menu li{
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-left: 15px;
    list-style: none;
}
#menu a{
    text-decoration: none;
    color: #2B2D41;
}
.menu-callback{
    background: #EE233C;
    padding: 8px 0px 10px 0px;
    display: block;
    color: white!important;
    border: 1px solid #EE233C;
    text-decoration: none;
    font-weight: bold;
    line-height: 22px;
    height: fit-content;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
}
#close-menu{
    position: fixed;
    top: 0;
    right: 0;
    display: none;
}

#links{
    display: none;
    flex-direction: column;
    width: 100vw;
    height: 50vh;
    padding: 25vh 0;
    justify-content: space-around;
}

#links a{
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 2em;
    font-family: 'Roboto';
    z-index: 10;
}
#search-data{
    position: absolute;
    background: white;
    padding: 15px;
    width: 410px;
    height: fit-content;
    max-height: 175px;
    overflow-y: scroll;
    display: none;
}
#search-data li{
    list-style: none;
    margin-bottom: 10px;
}
input{
    padding-left: 10px;
    outline: #EE233C;
}
#search-data a{
    color: #2B2D41;
    text-decoration: none;
}
.search-btn{
    background: #EE233C;
    position: absolute;
    display: inline-block;
    margin-top: 32px;
    height: 24px;
    border: 1px solid #EE233C;
    margin-left: -2px;
    padding: 10px 10px 6px 10px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
}
.aside-cat-menu{
    position: absolute;
    width: 50vw;
    background: white;
    left: 60px;
    /* margin-right: 65px; */
    top: 0;
    /* bottom: 0; */
    display: none;
    border-radius: 4px;
    padding: 55px;
    /* overflow: scroll; */
    box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}
.cat-menu{
    position: absolute;
    /* width: calc(60vw - 110px); */
    background: white;
    /* right: 0; */
    margin-right: -60.1vw;
     /*top: 0;*/
    /* bottom: 0; */
    display: none;
    border-radius: 4px;
    padding: 55px;
    margin-left: 310px;
}
.category a:hover + .cat-menu {
    display:block;
}
.cat-menu:hover {
    display:block;
}
.category-aside-item:hover + .aside-cat-menu {
    display:block;
}
.aside-cat-menu:hover {
    display:block;
}
aside{
    z-index: 99999;
}

#category {
    position: absolute;
    top: 0;
    height: 100%;
    background: white;
    display: none;
    right: 0;
    width: 0;
    transition: 1s;
}
.sub-cat{
    /*display: inline-block!important;*/
    /*width: 49%;*/
    margin-bottom: 14px;
    color: #2B2D41;
}
.sub-cat:hover{
    color: #EE233C;
}
.menu-row{
    min-width: 400px;
    display: block;
}
.menu-col-2-1{
    display: inline-flex;
    flex-direction: column;
    min-width: 370px;
}
.menu-col-2-2{
    display: inline-flex;
    flex-direction: column;
}
.menu-col-3-1 {
    display: inline-flex;
    flex-direction: column;
    min-width: 240px;
}
.sub-main{
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}
.menu-row span{
    margin-bottom: 20px;
}

aside{
    position: fixed;
    left: 20px;
    top: 200px;
}
aside .category-aside li{
    list-style: none;
    padding: 0px;
    background: rgba(223, 223, 223, 0);
}
aside .category-aside li:hover{
    background: #DFDFDF;
}
.category-aside{
    background: #ffffff;
    height: fit-content;
    border-radius: 4px;
    filter: drop-shadow(2px 5px 10px rgba(43, 45, 65, 0.1));
    margin-top: -30px;
}
.category-aside li{
    list-style-type: none;
    border-bottom: 1px solid rgba(43, 45, 65, 0.25);
}
.category-aside li:hover{
    background: #EBEBED;
}
.category-aside a{
    display: flex;
    text-decoration: none;
}
.category-aside svg{
    padding: 18px;
}
.category-aside span{
    margin-top: auto;
    margin-bottom: auto;
    font-weight: bold;
    color: #333333;
    display: none;
    margin-right: 18px;
}
.category-aside .cat-menu{
    margin-left: 292px;
}
.category-aside li:hover .cat-menu{
    display: block;
}
.menu-row span{
    display: block;
    margin-bottom: 14px;
}

@media only screen and (max-width: 1240px) {
    aside{
        display: none;
    }
}
.breadcrumbs{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-left: 10px;
}
.breadcrumbs li{
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 16px!important;
    line-height: 21px;
    color: #2B2D41;
    list-style: none;
    display: inline-block;
}
.breadcrumbs a span, .breadcrumbs li span, .breadcrumbs ol span{
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 16px!important;
    line-height: 21px;
    color: #2B2D41;
}
.breadcrumb-active{
    opacity: .5;
}
.breadcrumbs span{
    display: inline-block;
}
.menu div{
    background: white;
    position: absolute;
    display: block;
    margin-left: -12px;
    display: none;
    filter: drop-shadow(2px 5px 10px rgba(43, 45, 65, 0.1));
}
.menu div ul{
    display: block;
}
.menu div li{
    padding: 6px 12px;
    margin: 0;
}
.menu div li:hover{
    background: #EBEBED;
}
.menu div li a{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #2B2D41;
}
.menu div li a:active{
    color: #EE233C;
}
.cookie-block{
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 300px;
    padding: 20px 24px;
    background: #FFFFFF;
    border: 1px solid #EE233C;
    box-sizing: border-box;
    border-radius: 8px;
    transition: 1s;
}
.cookie-btn{
    background: #EE233C;
    border-radius: 8px;
    width: 175px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.cookie-text{
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #252738;
    display: block;
    margin-bottom: 9px;
}
.cookie-text a{
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #EE233C;
}
@media only screen and (max-width: 1366px) {
    .item .price {
        margin-bottom: 25px;
    }
    .obrabotka-items span {
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 768px) {
    .count-block{
        top: 20px;
        position: absolute;
        right: 130px;
    }
    .cookie-block {
        display: none;
        position: fixed;
        bottom: 0;
        right: 0;
        width: 300px;
        padding: 25px 25px 0 25px;
        background: #FFFFFF;
        border: none;
        box-sizing: border-box;
        border-radius: 8px;
        transition: 1s;
        width: 100%;
    }
    .cookie-btn{
        background: #EE233C;
        border-radius: 0;
        width: 100vw;
        padding-top: 12px;
        padding-bottom: 12px;
        font-family: Segoe UI;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        color: white;
        display: block;
        cursor: pointer;
        margin-left: -25px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 320px) {
    .search-mobile {
        right: 20%;
    }
}

.back_to_top-show:hover circle{
    fill: white;
}
.back_to_top-show:hover path{
    fill: #2B2D41;
}
.cart-price:hover span{
    color: #EE233C;
}
