@import url('https://fonts.googleapis.com/css?family=Inter');
body, h1, h2, p, span, a, li {
    font-family: 'Inter';
}
.bx-authform {
	margin: 40px auto 0 !important;
}
p {
    margin: 0;
}
a {
    text-decoration: none;
}
header {
    padding: 0 150px;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
	position: relative;
    z-index: 12;
}
header .up-line {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
    color: #878787;
}
header .up-line .location {
    display: flex;
    align-items: center;
    margin-right: auto;
}
header .up-line .location:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('/images/li_map-pin.svg');
    background-position: 50% 50%;
    background-size: contain;
    margin-right: 5px;
}
header .up-line .up-menu {
    margin: 0 90px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
}
header .up-line .up-menu li {
    margin-left: 45px;
	transition: .25s;
}
header .up-line .up-menu li:hover {
	font-weight: bold;
	color: #000;
}
header .up-line .up-menu li:nth-child(1) {
    margin-left: 0;
}
header .up-line .contacts {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 12px;
    cursor: pointer;
}
header .up-line .contacts:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('/images/li_phone-call.svg');
    background-position: 50% 50%;
    background-size: contain;
    margin-right: 5px;
}
header .up-line .contacts:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-bottom: 1px solid #878787;
    border-right: 1px solid #878787;
    position: absolute;
    top: 7px;
    right: 0px;
}
header .up-line .contacts .drop-list {
    position: absolute;
    list-style: none;
    top: 100%;
    padding: 3px;
    background: #fff;
    z-index: 1;
    width: calc(100% - 20px);
    color: #000;
    margin: 0 0 0 20px;
    display: none;
	box-shadow: 0 3px 7px -5px;
    border-radius: 0 0 5px 5px;
}
header .up-line .contacts:hover .drop-list {
    display: block;
}
header .up-line .contacts .drop-list li:nth-of-type(2) {
    margin-top: 10px;
}
header .main-line {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 30px;
    align-items: center;
}
header .main-line .center-part {
    display: flex;
    align-items: center;
}
header .main-line .center-part .catalog-btn {
    color: #fff;
    background: #c5191d;
    height: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    margin-right: 20px;
    cursor: pointer;
	transition: .25s;
}
header .main-line .center-part .catalog-btn:hover {
	background: #e32e32;
}
header .main-line .center-part .catalog-btn:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('/images/li_layout-list.svg');
    background-position: 50% 50%;
    background-size: contain;
    margin-right: 5px;
}
header .main-line .center-part .search-panel {
    border: 1px solid #d3d2d2;
    border-radius: 20px;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 15px;
    width: calc(100vw - 1000px);
    position: relative;
}
header .main-line .center-part .search-panel.active {
    border-radius: 20px 20px 0 0;
}
header .main-line .center-part .search-panel input[name="q"] {
    border: none;
    outline: none;
    font-size: 12px;
    padding: 0;
    width: 100%;
}
header .main-line .center-part .search-panel input[type="submit"] {
    width: 17px;
    height: 17px;
    background: transparent;
    border: none;
    outline: none;
    background-image: url(/images/li_search.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    flex: none;
}
header .main-line .center-part .search-panel .search-result {
    position: absolute;
    top: 100%;
    width: calc(100% + 2px);
    background: #fff;
    z-index: 9;
    left: -1px;
    padding: 5px 15px 15px;
    border-radius: 0 0 20px 20px;
    border: 1px solid #878787;
    border-top: none;
    display: none;
    flex-direction: column;
}
header .main-line .center-part .search-panel.active .search-result {
    display: flex;
}
header .main-line .center-part .search-panel .search-result .category-list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #878787;
}
header .main-line .center-part .search-panel .search-result .category-list a {
    padding: 2px 10px;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    background: #d7d8d9;
}
header .main-line .center-part .search-panel .search-result a {
    font-size: 14px;
    transition: .25s;
}
header .main-line .center-part .search-panel .search-result .category-list a:hover {
    color: #fff;
    background: #c5191d;
}
header .main-line .center-part .search-panel .search-result .title {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 5px;
    width: 100%;
}
header .main-line .center-part .search-panel .search-result .items {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
header .main-line .center-part .search-panel .search-result .items .item {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 5px 10px 5px 0;
    border: 1px solid #fff;
    overflow: hidden;
}
header .main-line .center-part .search-panel .search-result .items .item:hover {
    border: 1px solid #eee;
}
header .main-line .center-part .search-panel .search-result .items .item .img {
    width: 60px;
    height: 60px;
    background-position: 50% 50%;
    background-size: contain;
	background-repeat: no-repeat;
    margin-right: 10px;
}
header .main-line .center-part .search-panel .search-result .items .item .desc {
    width: calc(100% - 70px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}
header .main-line .center-part .search-panel .search-result .items .item .name {
    
}
header .main-line .center-part .search-panel .search-result .items .item .price {
    font-weight: bold;
    font-size: 14px;
}
header .main-line .user-panel {
    display: flex;
    align-items: center;
}
header .main-line .user-panel .cart {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid #878787;
    margin-right: 20px;
    position: relative;
}
header .main-line .user-panel .cart .count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #c5191d;
    color: #fff;
    min-width: 20px;
    min-height: 20px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}
header .main-line .user-panel .profile {
    background: #c5191d;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 20px;
    height: 40px;
    font-size: 14px;
    cursor: pointer;
	transition: .25s;
}
header .main-line .user-panel .profile:hover {
	background: #e32e32;
}
header .main-line .user-panel .profile:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('/images/li_user.svg');
    background-position: 50% 50%;
    background-size: contain;
    margin-right: 5px;
}
header .main-line .user-panel .cart img {
    width: 20px;
}
header .categories {
    padding-bottom: 20px;
}
header .categories .categories-list {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    flex: none;
    overflow: hidden;
    font-weight: bold;
    height: 20px;
    justify-content: space-between;
}
header .categories .categories-list a {
    display: flex;
    margin-left: 45px;
    font-size: 14px;
}
header .categories .categories-list a:nth-child(2) {
    margin-left: 0;
}
header .menu-block {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 30px 150px;
    display: none;
}
header .menu-block:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, #000000a6 40%, transparent);
    z-index: -1;
    left: 0;
    top: 0;
}
header .menu-block.active {
    display: flex;
}
header .menu-block .main-menu {
    width: 100%;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
header .menu-block .main-menu li {
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 5px 10px;
}
header .menu-block:after {
    content: '';
    display: block;
}
header .menu-block .main-menu a {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
    transition: .25s;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}
header .menu-block .main-menu li:nth-of-type(1) a {
    margin-top: 0;
}
header .menu-block .main-menu a:hover,
header .menu-block .main-menu a.active {
    box-shadow: 0px 0px 7px rgb(0 0 0 / 20%);
}
header .menu-block .main-menu a img {
    width: 30px;
    max-height: 30px;
    margin-right: 10px;
}
header .menu-block .submenu-block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 1000px;
    align-content: flex-start;
    width: 80%;
    display: none;
}
header .menu-block .submenu-block .subcategory {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 20px;
    width: calc(100% / 4 - 20px);
}
header .menu-block .submenu-block .subcategory .parent {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
header .menu-block .submenu-block .subcategory li {
    margin-bottom: 8px;
    font-size: 14px;
    transition: .25s;
}
header .menu-block .submenu-block .subcategory li:hover {
    color: #C5191D;
}
footer {
    box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
	margin-top: 50px;
    padding: 20px 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .footer-text {
    font-size: 12px;
    text-align: right;
    color: #878787;
}
.auth-popup {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #000000a6;
    display: none;
}
.auth-popup.active {
    display: flex;
}
.auth-popup .auth-block {
    padding: 50px;
    background: #fff;
    border-radius: 10px;
    position: relative;
}
.auth-popup .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .25s;
    opacity: .25;
}
.auth-popup .close:hover {
    opacity: 1;
}
.auth-popup .close:before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #000;
    transform: rotate(-45deg);
    position: absolute;
}
.auth-popup .close:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
    position: absolute;
}
.auth-popup .auth-block .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
}
.auth-popup .auth-block form {
    flex-direction: column;
    display: flex;
}
.auth-popup .auth-block label {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}
.auth-popup .auth-block .error {
    color: #c5191d;
    font-size: 14px;
    margin: -20px 0 15px;
}
.auth-popup .auth-block input[type="text"],
.auth-popup .auth-block input[type="password"] {
    margin-bottom: 15px;
    width: 300px;
    height: 30px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #878787;
    padding: 0 10px;
}
.auth-popup .auth-block input[type="submit"] {
    background: #C5191D;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-weight: bold;
    display: flex;
    width: 300px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}
.auth-popup .auth-block .help-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.auth-popup .auth-block .help-line a {
    color: #C5191D;
    font-weight: bold;
}
.auth-popup .auth-block .part {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.auth-popup .auth-block .part label {
    padding: 0;
    margin-left: 5px;
}
.auth-popup .auth-block .new-user {
    font-size: 14px;
    color: #878787;
    text-align: center;
}
.auth-popup .auth-block .new-user span {
    color: #C5191D;
    font-weight: bold;
    cursor: pointer;
}
.register-popup {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #000000a6;
    display: none;
}
.register-popup.active {
    display: flex;
}
.register-popup .register-block {
    padding: 50px;
    background: #fff;
    border-radius: 10px;
    position: relative;
}
.register-popup .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .25s;
    opacity: .25;
}
.register-popup .close:hover {
    opacity: 1;
}
.register-popup .close:before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #000;
    transform: rotate(-45deg);
    position: absolute;
}
.register-popup .close:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
    position: absolute;
}
.register-popup .register-block .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
	margin: auto;
}
.register-popup .register-block form {
    flex-direction: column;
    display: flex;
}
.register-popup .register-block label {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}
.register-popup .register-block input[type="text"],
.register-popup .register-block input[type="password"] {
    margin-bottom: 15px;
    width: 300px;
    height: 30px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #878787;
    padding: 0 10px;
}
.register-popup .register-block input[type="submit"] {
    background: #C5191D;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-weight: bold;
    display: flex;
    width: 300px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
}
.register-popup .scroll-block {
   	max-height: 400px;
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    width: 610px;
}
.register-popup .scroll-block::-webkit-scrollbar {
    width: 0px;
}
.register-popup p {
    width: 300px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto 10px;
}
.register-popup .scroll-block .field-block {
	display: flex;
    flex-direction: column;
    width: 300px;
    margin-right: 10px;
}
.register-popup .scroll-block .field-block:nth-of-type(2n + 2) {
	margin-right: 0;
}
.register-popup input,
.auth-popup input {
    flex: none;
    font-size: 14px;
}
.message-block {
    position: fixed;
    top: 100%;
    left: 0;
    padding: 20px 0;
    background: #c5191d;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: .5s;
}
.message-block.active {
    top: calc(100% - 61px);
}
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.75);
    display: none;
}
.preloader.active {
    display: flex;
}
header .main-line .user-panel-mobile {
    display: none;
}
@media screen and (max-width: 768px) {
    header {
        padding: 0 10px;
    }
    header .up-line {
        display: none;
    }
    header .categories {
        display: none;
    }
    header .main-line {
        flex-wrap: wrap;
        padding: 15px 0;
    }
    header .main-line > a:nth-of-type(1) {
        order: 1;
    }
    header .main-line > a:nth-of-type(1) img {
        height: 45px;
    }
    header .main-line .user-panel {
        display: none;
    }
    header .main-line .center-part {
        order: 3;
        width: 100%;
        padding-top: 15px;
    }
    header .main-line .center-part .catalog-btn:before {
        margin: 0;
    }
    header .main-line .center-part .catalog-btn {
        font-size: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        flex: none;
    }
    header .main-line .center-part .search-panel {
        width: 100%;
        height: 40px;
        border-radius: 40px;
    }
    header .main-line .center-part .search-panel input[name="q"] {
        font-size: 14px;
    }
    header .main-line .user-panel-mobile {
        display: flex;
        order: 2;
        align-items: center;
    }
    header .main-line .user-panel-mobile a {
        margin-right: 10px;
    }
    header .main-line .user-panel-mobile a.cart {
        position: relative;
        display: flex;
        justify-content: center;
    }
    header .main-line .user-panel-mobile a.cart .count {
        position: absolute;
        top: -8px;
        font-size: 10px;
        background: #fff;
        color: #c5191d;
        margin-left: 4px;
        line-height: 10px;
    }
    header .menu-block {
        padding: 20px 10px;
    }
    footer {
		margin-top: 20px;
		padding: 20px 10px;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
		text-align: center;
    }
    footer .footer-text {
    	margin: 10px 0 0;
    	text-align: center;
    }
    .breadcrumbs {
        padding-top: 0 !important;
    }
	.register-popup .scroll-block {
		width: 300px;
	}
	.register-popup .scroll-block .field-block {
		margin-right: 0;
	}
	header .menu-block .main-menu li {
	    width: 100%;
	    padding: 0;
	}
}