* {
    font-family: calibri;
    transition: 0.4s;
}

body {
	margin: 0;
	padding: 0;
}

a:visited {
    color: blue;
}

.img-loading {
    margin-top: 20px;
}

.header-loading {
    margin-top: 10px;
    
    font-size: 20pt;
    
    color: #606060;
}

.warehouse {
    margin-left: 20px;
    padding-inline-start: 0;
    
    max-width: 280px;
    width: 100%;
    
    font-size: 14pt;
    
    color: green;
}

.warehouse li {
    margin-left: 20px;
    margin-top: 10px;
    
    font-size: 12pt;
}

.warehouse li a {
    text-decoration-color: #40caff;
}

.content-up-search input {
    outline: none;
}

.content-up-search button {
    outline: none;
}

@media only screen and (min-width: 1024px) {
    
    .view_all_cat {
        color: #606060;
        
        text-align: center;
        text-decoration: none;
        
        font-size: 17pt;
        font-weight: bold;
    }
    
    .view_all_cat:hover .block_button_view_all_cat{
        background-color: #eeeeee;
        color: green;
    }
    
    .view_all_cat:visited {
        color: #606060;
        
        text-align: center;
        text-decoration: none;
        
        font-size: 17pt;
        font-weight: bold;
    }
    
    .block_button_view_all_cat {
        padding-top: 5px;
        
        width: 247px;
        height: 40px;
        
        border-right: 1px solid grey;
        border-left: 1px solid grey;
    }
    
    
    /*Контейнер с карточками категорий*/
    .grid-container {
            margin: 40px auto;
            
            max-width: 900px;
            width: 100%;
            
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-auto-rows: minmax(90px, auto);
        }
        
        .grid-container a {
            color: black;
            text-decoration: none;
        }
        
        .single_cat {
            margin: 5px;
            
            display: flex;
            justify-content: justify;
            
            border: 1px solid #606060;
            border-radius: 15px;
            
            cursor: pointer;
        }
        
        .single_cat:hover {
            box-shadow: 0 0 10px rgba(0,0,0,0.5);
            background-color: #e4e4e4;
        }
        
        .single_cat-left {
            /*width: 50px;*/
        }
        
        .single_cat-left-img {
            margin-top: 10px;
            
            width: 70px;
            
            text-align: center;
        }
        
        .single_cat-left-img img {
            cursor: pointer;
        }
        
        .single_cat-right {
            /*max-width: 150px;*/
        }
        
        .single_cat-right-name {
            margin-top: 10px;
            
            font-weight: bold;
            font-size: 15pt;
        }
    /*Конец контейнера с карточками категорий*/
    
    #banner_mobile {
        display: none;
    }
    
    #banner img {
        cursor: pointer; 
        
        width: 230px; 
        height: auto; 
        
        margin-top: 10px;
    }
    
    #slides {
        position: relative;
        min-height: 340px;
        max-width: 720px;
        width: 95%;
        padding: 0px;
        margin: 0px auto;
        list-style-type: none;
        
        padding-inline-start: 0;
    }
     
    .slide {
        position: absolute;
        left: 0px;
        top: 0px;
        max-width: 720px;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 1;
     
        -webkit-transition: opacity 1s;
        -moz-transition: opacity 1s;
        -o-transition: opacity 1s;
        transition: opacity 1s;
        
        font-size: 40px;
        
        text-align: center;
        
        box-sizing: border-box;
    }
    
    .slide img {
        cursor: default;
        
        border: 2px solid grey;
    }
     
    .showing {
        opacity: 1;
        z-index: 2;
    }
    
    .controls {
        float: right;
        
        font-size: 15pt;
        
        border: none;
        
        cursor: pointer;
        
        color: #eeeeee;
        background-color: #606060;
    }
    
    .controls:hover {
        background-color: black;
    }
    
    .up_arrow {
        display: none;
    }
    
    .singleprice_mobile {
        display: none;
    }
    
    .totalprice_mobile {
        display: none;
    }
    
    .cat_mobile {
        display: none;
    }
    
    .cat_list_mobile {
        display: none;
    }
    
    .count_mobile_confirm_cart {
        display: none;
    }
    
    header {
    	margin: 0 auto;
    
    	width: 1024px;
    	height: 210px;
    }
    
    .header-up {
    	width: 1024px;
    	height: 35px;
    
    	background-color: #f5f5f5;
    	
    	display: flex;
    	justify-content: space-between;
    }
    
    .header-up-left {
    	min-width: 450px;
    	height: 35px;
    
    	color: #909090;
    	
    	position: relative;
    	left: 10px;
        
    	display: flex;
    }
    
    /*.header-up-left-phone {
    	padding-top: 7px;
    
    	min-width: 150px;
    	height: 28px;
    
    	text-align: center;
    
    	float: left;
    }
    
    .header-up-left-mail {
    	padding-top: 7px;
    
    	min-width: 140px;
    	height: 28px;
    
    	float: left;
    }
    
    .header-up-left-mail a {
    	text-decoration: none;
    
    	color: #909090;
    }*/
    
    .header-up-left-location {
    	padding-top: 7px;
    
    	min-width: 150px;
    	height: 28px;
    
    	float: left;
    }
    
    .header-up-right {
    	margin-top: 8px;
    
    	min-width: 200px;
    	height: 28px;
    
    	color: #909090;
    	
    	display: flex;
    }
    
    .header-up-burger {
        display: none;
    }
    
    .header-center {
    	width: 1024px;
    	height: 120px;
    
    	display: flex;
    	justify-content: space-between;
    }
    
    .header-center-left {
        margin-left: 20px;
        margin-top: 3px;
        
    	width: 250px;
    	height: 120px;
    }
    
    .header-center-left img {
        cursor: pointer;
    }
    
    .header-center-left-logo {
    	margin-top: 10px;
    	margin-left: 10px;
    
    	width: 100px;
    	height: 100px;
    
    	float: left;
    	background-image: url('../images/logo.png');
    }
    
    .header-center-left-name {
    	margin-top: 20px;
    	padding-top: 25px;
    
    	width: 200px;
    	height: 55px;
    
    	color: #919191;
    
    	float: right;
    
    	font-size: 22pt;
    }
    
    .header-center-left-name a {
    	text-decoration: none;
    	color: #919191;
    }
    
    .header-center-right {
    	min-width: 265px;
    	height: 120px;
    	
    	justify-content: flex-end;
    	
    	display: flex;
    }
    	
    .header-center-right-lk a {
    	text-decoration: none;
    	color: #919191;
    }
    
    .header-center-right-lk ul {
    	margin-top: -1px;
    	margin-left: -1px;
    	padding-top: 10px;
    
    	display: none;
    
    	text-align: left;
    
    	min-width: 120px;
    	min-height: 35px;
    
    	background-color: #f5f5f5;
    }
    
    .header-center-right-lk:hover {
    	/*border: 1px solid red;*/
    }
    
    .header-center-right-lk:hover ul {
    	display: block;
    	border: 1px solid #ef3739;
    }
    
    .header-center-right-lk ul li {
    	list-style: none;
    }
    
    .header-center-right-backet {
        margin-right: 20px;
        
    	width: 130px;
    	min-height: 100px;
    
    	color: #919191;
    
    	/*float: left;*/
    }
    
    .header-center-right a {
        width: 100px;
        text-decoration: none;
    	color: #919191;
    }
    
    .header-center-right-backet-img {
    	margin-top: 30px;
    	margin-left: 18px;
    
    	width: 55px;
    	height: 48px;
    
    	/*float: left;*/
    
    	background-repeat: no-repeat;
    
    	background-image: url('../images/basket.png');
    }
    
    .header-center-right-backet-name {
    	/*margin-top: 44px;*/
    
    	min-width: 100px;
    	height: 48px;
    
    	font-size: 15pt;
    
    	/*float: right;*/
    }
    
    .header-center-right-backet-name a {
    	text-decoration: none;
    	color: #919191;
    }
    
    .header-center-right-lk {
    	margin-top: 30px;
    
    	width: 165px;
    	min-height: 48px;
    
    	/*float: right;*/
    
    	text-align: center;
    
    	color: #919191;
    	
    	z-index: 9999;
    
    	font-size: 15pt;
    }
    
    .header-center-right-lk img {
        cursor: pointer;
    }
    
    .header-center-right-lk li:hover {
    	text-decoration: underline;
    }
    
    .header-bottom {
    	width: 1024px;
    	height: 54px;
    
    	background-color: #606060;
    }
    
    .header-bottom-home {
    	width: 53px;
    	height: 53px;
    
    	float: left;
    
    	background-color: #505050;
    
    	background-repeat: no-repeat;
    }
    
    .header-bottom-home-img {
    	margin-top: 12px;
    	margin-left: 11px;
    }
    
    .header-bottom-home-img img {
        cursor: pointer;
    }
    
    .header-bottom-menu {
    	min-width: 380px;
    	height: 48px;
    
    	/*float: left;*/
    	display: flex;
    
    	color: #eeeeee;
    }
    
    #header_cat:hover {
        color: #606060;
    }
    
    .header-bottom-menu ul {
    	padding-inline-start: 15px;
    	margin-block-start: 0;
    	margin-block-end: 0;
    	
    	max-width: 760px;
    	width: 90%;
    	
    	display: inline-flex;
    	justify-content: space-around;
    }
    
    .header-bottom-menu ul li {
        padding-top: 14px;
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 5px;
        
    	list-style: none;
    	
    	text-align: center;
    	
    	min-height: 35px;

    	font-size: 15pt;
    }
    
    .header-bottom-menu ul li:hover {
        background-color: #eeeeee;
        color: #606060 !important;
    }
    
    .header-bottom-menu ul li:hover a{
        color: #606060;
        
        font-weight: bold;
    }
    
    .header-bottom-menu-about a {
    	text-decoration: none;
    	color: #eeeeee;
    }
    
    .header-bottom-menu-about a:hover {
    	/*text-decoration: underline;*/
    }
    
    .header-bottom-menu-delivery {
    	/*margin-left: 20px;*/
    }
    
    .header-bottom-menu-delivery a {
    	text-decoration: none;
    	color: #eeeeee;
    }
    
    .header-bottom-menu-delivery a:hover {
    	/*text-decoration: underline;*/
    }
    
    .header-bottom-menu-discount {
    	/*margin-left: 20px;*/
    }
    
    .header-bottom-menu-discount a {
    	text-decoration: none;
    	color: #eeeeee;
    }
    
    .header-bottom-menu-discount a:hover {
    	/*text-decoration: underline;*/
    }
    
    .header-bottom-menu-contacts {
        /*margin-left: 20px;*/
    }
    
    .header-bottom-menu-contacts a {
    	text-decoration: none;
    	color: #eeeeee;
    }
    
    .header-bottom-menu-contacts a:hover {
    	/*text-decoration: underline;*/
    }
    
    .header-bottom-menu-top {
       /* margin-left: 20px;*/
    }
    
    .header-bottom-menu-top a {
    	text-decoration: none;
    	color: #eeeeee;
    }
    
    .header-bottom-menu-top a:hover {
    	/*text-decoration: underline;*/
    }
    
    .header-bottom-menu-header_cat:hover #header_cat{
        color: #606060 !important;
    }
    
    main {
        margin: 0 auto;
        
        width: 1024px;
        min-height: 270px;
    }
    
    .content-up {
    	margin: 0 auto;
    
    	width: 1024px;
    	height: 90px;
    
    	display: flex;
    	justify-content: space-between;
    }
    
    .content-up2 {
        display: none;
    }
    
    .content-up2 .content-up-limit {
        display: none;
    }
    
    .content-up-tablet_cat {
        display: none;
    }
    
    .content-up-search {
    	margin-top: 35px;
    	margin-left: 8px;
    	
    	display: flex;
    
    	width: 250px;
    	height: 20px;
    }
    
    .content-up-search form {
        display: flex;
        height: 36px;
    }
    
    .content-up-search input {
        padding: 5px;
        
    	width: 200px;
    	min-height: 30px;
    
    	float: left;
    
    	font-size: 15pt;
    	
    	border-radius: 15px;
    }
    
    .content-up-search button {
    	width: 41px;
    	height: 41px;
    
    	float: left;
    
    	background-image: url('../images/search2.png');
        background-size: cover;
    	background-repeat: no-repeat;
    	background-color: white;
    	
    	border: none;
    	
    	cursor: pointer;
    }
    
    .content-up-sort {
    	margin-top: 35px;
    	margin-left: 42px;
    
    	font-size: 15pt;
    
    	width: 310px;
    	height: 20px;
    }
    
    .content-up-sort input {
    
    }
    
    .content-up-limit {
    	margin-top: 35px;
    	margin-left: 35px;
    
    	font-size: 15pt;
    
    	width: 270px;
    	height: 20px;
    }
    
    .content-up-limit a {
    	text-decoration: none;
    }
    
    .content-up-limit a:hover {
    	border-bottom: 1px solid red;
    }
    
    .content-center {
    	margin: 0 auto;
    
    	width: 1024px;
    	min-height: 550px;
    	
    	display: flex;
    }
    
    .content-center-left {
        margin-top: 15px;
        
    	width: 250px;
    	min-height: 300px;
    }
    
    .content-center-left-catzagol {
    	margin-top: 5px;
    	padding-top: 5px;
    
    	width: 249px;
    	height: 30px;
    
    	border-radius: 15px 15px 0 0;
    
    	color: #eeeeee;
    	background-color: #404040;
    	
    	border-bottom: 1px solid #909090;
    
    	font-size: 16pt;
    
    	text-align: center;
    }
    
    .content-center-left-cat {
    	width: 250px;
    	min-height: 300px;
    }
    
    .content-center-left-cat-single {
    	padding-top: 5px;
    
    	width: 249px;
    	min-height: 32px;
    
    	color: #eeeeee;
    
    	position: relative;
    
    	text-align: center;
    
    	font-size: 14pt;
    
    	background-color: #606060;
    
    	border-bottom: 1px solid #909090;
    	/*border-left: 1px solid #ef3739;
    	border-right: 1px solid #ef3739;*/
    	
    	z-index: 3;
    }
    
    .content-center-left-cat-single a {
        color: #eeeeee;
        
        text-decoration: none;
    }
    
    .content-center-left-cat-single-ulpodcat {
    	margin-left: 209px;
    	margin-top: -27px;
    
    	display: none;
    
    	width: 250px;
    	height: 18px;
    }
    
    .content-center-left-cat-single-ulpodcat li {
    	padding-left: 10px;
    	padding-top: 5px;
    
    	width: 250px;
    	min-height: 32px;
    
    	color: #eeeeee;
    	background-color: grey;
    
    	border-bottom: 1px solid #909090;
    
    	font-size: 14pt;
    
    	text-align: left;
    	list-style: none;
    }
    
    .content-center-left-cat-single li ul {
        position:absolute; 
        left:0; 
        bottom:100%;
    }
    
    .content-center-left-cat-single-ulpodcat li:hover {
    	background-color: black;
    }
    
    .content-center-left-cat-single-ulpodcat li:hover a {
    	background-color: black;
    }
    
    .content-center-left-cat-single-ulpodcat a {
    	text-decoration: none;
    	color: #eeeeee;
    }
    
    .content-center-left-cat-single:hover {
    	background-color: black;
    }
    
    .content-center-left-cat-single:hover .content-center-left-cat-single-ulpodcat {
    	display: block;
    }
    
    /*.content-center-left-cat-single:last-child {
    	padding-top: 5px;
    
    	width: 249px;
    	height: 30px;
    
    	border-radius: 0 0 15px 15px;
    
    	color: #eeeeee;
    	background-color: #ef3739;
    
    	font-size: 14pt;
    
    	text-align: center;
    }*/
    
    .content-center-right {
    	margin-top: 5px;
    
    	width: 774px;
    	min-height: 200px;
    }
    
    .content-center-right-info {
        margin: 10px auto;
        padding: 10px;
        
        width: 720px;
        min-height: 250px;
        
        font-size: 16pt;
        
        text-align: justify;
        
        /*border: 1px solid #606060;*/
        border-radius: 15px;
    }
    
    .content-center-right-info-map {
        width: 720px;
        height: auto;
        
        text-align: center;
    }
    
    .content-center-right-info-map img {
        text-align: center;
    }
    
    .content-center-right-info-header {
        width: 720px;
        min-height: 50px;
        
        text-align: center;
        
        font-size: 23pt;
    }
    
    .content-center-right-info-text {
        margin-top: 5px;
        
        text-indent: 20px;
        
        width: 720px;
        min-height: 170px;
    }
    
    .content-center-right-info-text ul {
        padding-inline-start: 20px;
    }
    
    .content-center-right-info-text ul li {
        margin-top: 10px;
        margin-left: 20px;
    }
    
    .content-center-right-info-hr {
        margin: 10px auto;
        width: 600px;
    }
    
    .single-products {
        margin: 10px auto auto 20px;
        
        width: 740px;
        min-height: 135px;
        
        border: 1px solid #606060;
        
        display: flex;
        
        border-radius: 15px;
        
        /*background-color: #309439;*/
    }
    
    .single-products-left {
        width: 160px;
        min-height: 160px;
        
        /*background-color: #950490;*/
        
        /*float: left;*/
    }
    
    .single-products-left-image {
        margin-top: 25px;
        margin-left: 15px;
        
        width: 101px;
        min-height: 101px;
    }
    
    .single-products-left-image img {
        width: 100px;
        height: 80px;
    }
    
    .single-products-right {
        width: 580px;
        min-height: 160px;
        
        /*background-color: #965400;*/
        
        /*float: right;*/
    }
    
    .single-products-right-zagol {
        margin-top: 22px;
        width: 565px;
        min-height: 40px;
        
        /*background-color: #859340;*/
    }
    
    .single-products-right-zagol a {
        text-decoration: none;
        color: blue;
    }
    
    .single-products-right-code {
        margin-top: 8px;
        
        width: auto;
        height: 30px;
        
        /*background-color: #485934;*/
    }
    
    .single-products-right-price {
        margin-top: 5px;
        
        width: 200px;
        min-height: 30px;
        
       /* background-color: #758;*/
    }
    
    .single-products-right-buyform {
        margin-left: 180px !important;
        
        min-width: 115px;
        min-height: 30px;
        
        display: flex;
        justify-content: space-around;
    }
    
    .single-products-right-buyform button {
        border: 1px solid grey;
        color: white;
        background-color: green;
        cursor: pointer;
    }
    
    .single-products-right-buyform button:hover {
        border: 1px solid black;
        color: green;
        background-color: white;
    }
    
    .single-products-right-buyform button:active {
        border: 1px solid grey;
        color: white;
        background-color: red;
    }
    
    .single-products-right-buyform input {
        text-align: right;
        height: 15px;
    }
    
    .buyform_mobile_search_product_page {
        margin-left: 0 !important;
    }
    
    .single-products-right-buyform-product {
        margin-left: 80px !important;
    }
    
    .cart_add_notification {
        margin-top: 0 !important;
    }
    
    .content-center-bottom {
    	width: 774px;
    	min-height: 50px;
    }
    
    .content-center-bottom-pagination {
    	margin-top: 20px;
    	margin-left: 20px;
    
    	font-size: 15pt;
    
    	width: 774px;
    	min-height: 30px;
    
    	text-align: left;
    }
    
    .content-center-bottom-pagination a {
    	text-decoration: none;
    }
    
    .content-center-bottom-pagination a:vlink {
    	color: blue;
    }
    
    .content-center-bottom-pagination a:hover {
    	border-bottom: 1px solid red;
    }
    
    
    
    .content-register {
        margin: 20px auto;
        
        width: 1024px;
        min-height: 200px;
        
        text-align: center;
    }
    
    .content-register-gotoreg {
        margin: 35px auto;
        
        min-width: 350px;
        height: 30px;
        
        font-size: 15pt;
        
        text-align: center;
    }
    
    .content-register-gotoreg a {
        text-decoration: none;
    }
    
    .content-register-zagol {
        width: 1024px;
        height: 30px;
        
        font-size: 15pt;
    }
    
    .content-register-answer {
        margin: 10px auto;
        
        width: 340px;
        height: 40px;
        
        border-radius: 15px 15px 0 0;
        border-top: 1px solid grey;
        border-left: 1px solid grey;
        border-right: 1px solid grey;
        
        font-size: 15pt;
    }
    
    .content-register-form {
        margin: -22px auto;
        
        width: 340px;
        min-height: 100px;
        
        border-radius: 15px;
        border: 1px solid grey;
        
        font-size: 13pt;
    }
    
    .content-register-form button {
        margin-top: 10px;
    }
    
    .content-register-form input {
        margin-top: 10px;
    }
    
    .cart-main {
        margin: 30px auto;
        
        width: 950px;
        min-height: 200px;
    }
    
    .cart-main-header_busket {
        margin: 10px auto;
        
        max-width: 950px;
        width: 100%;
        min-height: 20px;
        
        color: #606060;
        
        text-align: center;
        
        font-size: 20pt;
    }
    
    .cart-main-mobile {
        display: none;
    }
    
    .cart-main-zagol {
        width: 950px;
        height: 50px;
        
        background-color: #606060;
        
        color: #eeeeee;
        
        text-align: center;
        
        font-size: 14pt;
        
        display: flex;
    }
    
    .cart-main-zagol-image {
        padding-top: 12px;
        
        width: 90px;
        height: 38px;
        
        border-right: 1px solid #eeeeee;
    }
    
    .cart-main-zagol-name {
        padding-top: 12px;
        
        width: 409px;
        height: 38px;
        
        border-right: 1px solid #eeeeee;
    }
    
    .cart-main-zagol-count {
        padding-top: 12px;
        
        width: 104px;
        height: 38px;
        
        border-right: 1px solid #eeeeee;
    }
    
    .cart-main-zagol-singleprice {
        padding-top: 12px;
        
        width: 144px;
        height: 38px;
        
        border-right: 1px solid #eeeeee;
    }
    
    .cart-main-zagol-totalprice {
        padding-top: 12px;
        
        width: 124px;
        height: 38px;
        
        border-right: 1px solid #eeeeee;
    }
    
    .cart-main-zagol-remove {
        padding-top: 12px;
        
        width: 74px;
        height: 38px;
    }
    
    .cart-main-product {
        width: 948px;
        min-height: 110px;
        
        background-color: #F2F2F2;
        
        text-align: center;
        
        border: 1px solid #606060;
        
        font-size: 12pt;
        
        display: flex;
    }
    
    .cart-main-product-image {
        padding-top: 10px;
        
        width: 90px;
        min-height: 100px;
        
        border-right: 1px solid #606060;
    }
    
    .cart-main-product-image img {
        width: 80px;
        height: 80px;
    }
    
    .cart-main-product-name {
        padding: 5px;
        
        text-align: left;
        
        width: 400px;
        min-height: 100px;
        
        border-right: 1px solid #606060;
    }
    
    .cart-main-product-count {
        padding-top: 20px;
        
        width: 104px;
        min-height: 90px;
        
        display: flex;
        justify-content: space-around;
        
        border-right: 1px solid #606060;
    }
    
    .cart-main-product-count input {
        width: 50px;
        
        text-align: center;
    }
    
    .cart-main-product-count a {
        cursor: pointer;
    }
    
    .cart-main-product-count-dec {
        margin-left: 5px;
        
        width: 12px;
        height: 20px;
        
        color: red;
        
        font-size: 22pt;
    }
    
    .cart-main-product-count-count {
        margin-top: 5px;
        
        min-width: 30px;
        height: 20px;
        
        font-size: 14pt;
    }
    
    .cart-main-product-count-count button {
        margin-top: 5px;
    }
    
    .cart-main-product-count-inc {
        margin-right: 5px;
        
        width: 12px;
        height: 20px;
        
        color: blue;
        
        font-size: 22pt;
    }
    
    .cart-main-product-singleprice {
        padding-top: 20px;
        
        width: 144px;
        min-height: 90px;
        
        font-size: 14pt;
        
        border-right: 1px solid #606060;
    }
    
    .cart-main-product-totalprice {
        padding-top: 20px;
        
        width: 123px;
        min-height: 90;
        
        font-size: 14pt;
        
        border-right: 1px solid #606060;
    }
    
    .cart-main-product-remove {
        padding-top: 40px;
        
        cursor: pointer;
        
        width: 74px;
        min-height: 70px;
    }
    
    .cart-main-oformlenie {
        margin-top: 15px;
        margin-right: 20px;
        
        text-align: right;
        
        font-size: 15pt;
        
        width: 930px;
        height: 30px;
    }
    
    .cart-main-oformlenie input {
        cursor: pointer;
        font-size: 15pt;
        color: white;
        background-color: green;
        border: 1px solid grey;
        border-radius: 15px;
    }
    
    .cart-main-oformlenie input:hover {
        background-color: white;
        color: black;
        border: 1px solid green;
        border-radius: 10px;
    }
    
    .cart-main-oformlenie input:active {
        background-color: pink;
        border: 1px solid grey;
        color: black;
    }
    
    .cart-main-oformlenie a{
        text-decoration: none;
    }
    
    
    .main-order {
        margin: 0 auto;
        
        width: 600px;
        min-height: 5px;
    }
    
    .main-order-header {
        margin: 0 auto;
        
        width: 550px;
        min-height: 30px;
        
        text-align: center;
        
        color: red;
        
        font-size: 17pt;
        font-weight: bold;
    }
    
    .main-order-form {
        margin: 0 auto;
        
        min-width: 450px;
        min-height: 100px;
        
        font-size: 12pt;
    }
    
    .main-order-form-header {
        margin: 5px auto;
        
        min-width: 450px;
        min-height: 30px;
        
        text-align: center;
        
        font-size: 14pt;
    }
    
    .main-order-form-center {
        margin: 5px auto;
        
        width: 450px;
        min-height: 100px;
        
        display: flex;
        justify-content: space-between;
    }
    
    .main-order-form-center-form {
        width: 220px;
        min-height: 100px;
    }
    
    .main-order-form-center-form button {
        cursor: pointer;
        font-size: 15pt;
        color: white;
        background-color: green;
        border: 1px solid grey;
    }
    
    .main-order-form-center-form button:hover {
        background-color: white;
        color: black;
        border: 1px solid green;
        border-radius: 10px;
    }
    
    .main-order-form-center-form button:active {
        background-color: pink;
        border: 1px solid grey;
        color: black;
    }
    
    .main-order-form-center-right {
        width: 230px;
        min-height: 100px;
    }
    
    .main-order-form-center-right-info {
        padding: 5px;
        
        margin-top: 15px;
        margin-left: 50px;
        
        width: 170px;
        min-height: 40px;
        
        font-size: 14pt;
        
        text-align: center;
        
        border: 1px solid grey;
        border-radius: 15px;
    }
    
    .confirm-order-block {
        margin: 50px auto;
        
        text-align: center;
        
        width: 600px;
        min-height: 200px;
    }
    
    .confirm-order-block-image {
        margin: 10px auto;
        
        min-width: 100px;
        min-height: 100px;
    }
    
    .confirm-order-block-info {
        margin: 10px auto;
        
        font-size: 18pt;
        
        min-width: 100px;
        min-height: 100px;
    }
    
    
    .main-lk {
        margin: 0 auto;
        
        width: 1024px;
        min-height: 360px;
        
        display: inline-flex;
        justify-content: space-between;
    }
    
    .main-lk-left {
        margin-top: 30px;
        
        width: 190px;
        height: 79px;
    }
    
    .main-lk-left li {
        margin-top: 10px;
        padding: 4px;
        
        text-align: center;
        
        color: #eeeeee;
        
        font-size: 13pt;
        
        background-color: #606060;
        
        list-style: none;
    }
    
    .main-lk-left a {
        text-decoration: none;
    }
    
    .main-lk-left li:hover {
        background-color: black;
        cursor: pointer;
    }
    
    .main-lk-right {
        margin-top: 45px;
        
        width: 800px;
        min-height: 200px;
    }
    
    .table_affiliate {
        font-size: 12pt;
    }
    
    .main-lk-right-personal_data {
        margin-left: 30px;
        
        width: 600px;
        min-height: 200px;
        
        display: flex;
        
        /*border: 1px solid grey;*/
    }
    
    .main-lk-right-personal_data-left {
        width: 180px;
        height: 131px;
        
        text-align: center;
        
        background-color: #F2F2F2;
    }
    
    .main-lk-right-personal_data-left-info {
        padding-top: 7px;
        
        width: 178px;
        min-height: 24px;
        
        border: 1px solid grey;
    }
    
    .main-lk-right-personal_data-right {
        width: 420px;
        height: 130px;
        
        border: 1px solid grey;
    }
    
    .main-lk-right-personal_data-right-info {
        padding-top: 7px;
        
        width: 418px;
        min-height: 25px;
        
        text-align: center;
        
        border-bottom: 1px solid grey;
    }
    
    .main-lk-right-personal_data-right-info:last-child {
        border: none;
    }
    
    .main-lk-right-my_orders {
        margin-left: 25px;
        
        width: 700px;
        min-height: 100px;
    }
    
    .main-lk-right-my_orders-zagol {
        width: 700px;
        min-height: 30px;
        
        display: inline-flex;
    }
    
    .main-lk-right-my_orders-zagol-menu {
        padding-top: 5px;
        
        width: 170px;
        min-height: 25px;
        
        font-size: 13pt;
        
        border-right: 1px solid #eeeeee;
        
        text-align: center;
        
        color: #eeeeee;
        
        background-color: #606060;
    }
    
    .main-lk-right-my_orders-order {
        width: 700px;
        min-height: 50px;
    }
    
    .main-lk-right-my_orders-order-single {
        width: 697px;
        min-height: 30px;
        
        border: 1px solid grey;
        
        display: inline-flex;
        
        background-color: pink;
    }
    
    .main-lk-right-my_orders-order-single-info {
        padding-top: 5px;
        
        width: 170px;
        min-height: 25px;
        
        border-right: 1px solid grey;
        /*border-bottom: 1px solid grey;*/
        
        text-align: center;
        
        background-color: #f5f5f5;
    }
    
    .main-lk-right-my_orders-order-single-info:last-child {
        border-right: none;
    }
    
    .main-lk-right-header {
        width: inherit;
        min-height: 25px;
        
        font-size: 16pt;
        
        text-align: center;
    }
    
    .main-lk-right-add_cat {
        padding-top: 5px;
        
        width: inherit;
        min-height: 195px;
        
        text-align: center;
    }
    
    .main-lk-right-add_cat-header {
        width: inherit;
        min-height: 25px;
        
        font-size: 16pt;
        
        text-align: center;
        
        color: green;
    }
    
    .product-page-image img {
        width: 640px;
        height: 480px;
    }
    
    img {
      cursor: zoom-in;
    }
    
    .main-discount {
        margin: 0 auto;
        
        width: 900px;
        min-height: 390px;
    }
    
    .main-discount-single {
        margin-top: 40px;
        
        border: 1px solid grey;
        border-radius: 15px;
        
        width: 900px;
        min-height: 390px;
    }
    
    .main-discount-single:first-child {
        margin-top: 20px;
    }
    
    .main-discount-single-header {
        width: 900px;
        min-height: 190px;
    
    }
    
    .main-discount-single-header-img {
        margin: 10px auto;
        
        background-image: url('../images/discount_main_image.png');
        background-size: cover;
        background-repeat: no-repeat;
        
        width: 389px;
        height: 121px;
    }
    
    .main-discount-single-header-zagol {
        margin-top: 10px;
        
        width: 900px;
        min-height: 25px;
        
        font-family: calibri;
        font-size: 26pt;
        font-style: italic;
        
        text-align: center;
    }
    
    .main-discount-single-info {
        width: 900px;
        min-height: 150px;
        
        font-size: 16pt;
        font-family: calibri;
        
        display: flex;
    }
    
    .main-discount-single-info-left {
        padding: 10px;
        
        width: 479px;
        min-height: 130px;
        
        border-right: 1px solid black;
        
        text-align: justify;
    }
    
    .main-discount-single-info-right {
        width: 400px;
        min-height: 150px;
        
        display: flex;
    }
    
    .main-discount-single-info-right-left {
        width: 150px;
        min-height: 120px;
    }
    
    .main-discount-single-info-right-left-image {
        margin-top: 15px;
        width: 160px;
        min-height: 120px;
    }
    
    .main-discount-single-info-right-left-image img {
        cursor: pointer;
        
        width: 160px;
        min-height: 120px;
    }
    
    .main-discount-single-info-right-right {
        width: 240px;
        min-height: 120px;
    }
    
    .main-discount-single-info-right-right-price {
        margin-top: 15px;
        
        width: 240px;
        min-height: 80px;
        
        text-align: center;
        
        font-size: 24pt;
    }
    
    .main-discount-single-info-right-right-buy {
        width: 240px;
        min-height: 40px;
    }
    
    .main-discount-single-info-right-right-buy button {
        margin: 10px auto;
        margin-left: 45px;
        
        width: 150px;
        
        font-size: 14pt;
        
        text-align: center;
        
        border: 1px solid grey;
        color: white;
        background-color: green;
        cursor: pointer;
    }
    
    .main-discount-single-info-right-right-buy button:hover {
        border: 1px solid black;
        color: green;
        background-color: white;
    }
    
    .main-discount-single-info-right-right-buy button:active {
        border: 1px solid grey;
        color: white;
        background-color: red;
    }
    
    
    
    .users {
        margin: 20px auto;
        
        width: 600px;
        min-height: 200px;
    }
    
    .users-header {
        width: 600px;
        min-height: 28px;
        
        /*border: 1px solid grey;*/
        background-color: #606060;
        
        display: flex;
    }
    
    .users-header-id {
        padding-top: 5px;
        
        width: 100px;
        min-height: 23px;
        
        text-align: center;
        
        color: #eeeeee;
        
        border-right: 1px solid #eeeeee;
    }
    
    .users-header-name {
        padding-top: 5px;
        
        width: 200px;
        min-height: 23px;
        
        text-align: center;
        
        color: #eeeeee;
        
        border-right: 1px solid #eeeeee;
    }
    
    .users-header-email {
        padding-top: 5px;
        
        width: 298px;
        min-height: 23px;
        
        text-align: center;
        
        color: #eeeeee;
    }
    
    .users-list {
        width: 598px;
        min-height: 100px;
    }
    
    .users-list a {
        cursor: pointer;
    }
    .users-list a:hover .users-list-single{
        background-color: #c4ffef;
        color: black;
        font-weight: bold;
    }
    
    .users-list-single {
        width: 598px;
        min-height: 28px;
        
        display: flex;
        
        border: 1px solid grey;
        border-top: none;
        
        background-color: #F2F2F2;
    }
    
    .users-list-id {
        padding-top: 5px;
        
        width: 99px;
        min-height: 23px;
        
        border-right: 1px solid grey;
        
        text-align: center;
    }
    
    .users-list-name {
        padding-top: 5px;
        
        width: 200px;
        min-height: 23px;
        
        border-right: 1px solid grey;
        
        text-align: center;
    }
    
    .users-list-email {
        padding-top: 5px;
        
        width: 297px;
        min-height: 23px;
        
        text-align: center;
    }
    
    .payment {
        margin: 50px auto;
        
        width: 500px;
        height: 200px;
    }
    
    .payment-img {
        margin: 0 auto;    
        
        width: 128px;
        height: 128px;
    }
    
    .payment-img img {
        margin-top: 10px;
        margin-left: 10px;
        cursor: default;
    }
    
    .payment-under_text {
        padding: 5px;
        
        font-size: 20pt;
        
        text-align: center;
        
        width: 490px;
        height: 62px;
    }
    
    .top_prod-header {
        margin: 30px auto;
        
        max-width: 500px;
        width: 100%;
        min-height: 30px;
        
        text-align: center;
        
        font-size: 22pt;
    }
    
    .top_prod-product_list {
        margin: 30px auto;
        
        width: 800px;
        min-height: 300px;
    }
    
    .top_prod-product_list .single-products {
        margin: 0 auto;
    }
    
    #top_cat {
        margin-left: 20px;
    }
    
    #top_cat:hover {
        color: #606060 !important;
    }
    
    #top_cat a {
        cursor: pointer;
        text-decoration: none;
    	color: #eeeeee;
    }
    
    #top_cat ul {
        margin-top: 38px;
        margin-left: -170px;
        
        z-index: 10000;
        
        text-align: left;
        
        width: 200px;
        min-height: 50px;
        
        background-color: #606060;
        
        display: none;
    }
    
    #top_cat ul hr {
        margin-right: 15px;
    }
    
    #top_cat ul li {
        margin-top: 10px;
        
        text-align: left;
        
        min-width: 100px;
        min-height: 30px;
    }
    
    #top_cat ul li:hover a {
        color: #606060;
    }
    
    #top_cat li:hover {
        color: #606060;
    }
    
    #top_cat ul li a{
        cursor: pointer;
    }
    
    /*#top_cat ul li a:hover {
        color: pink;
    }*/
    
    #top_cat:hover ul{
        display: block;
    }
    
    /*Блок с информацией о заказе пользователя*/
    .user_order_info {
        margin: 20px auto;
        
        width: 850px;
        min-height: 200px;
    }
    .user_order_info-header {
        margin: 10px auto; 
        
        font-size: 20pt; 
        
        text-align: center; 
        
        width: auto; 
        height: auto; 
        
        color: green;
    }
    
    .user_order_info-info {
        padding: 10px;
        
        font-size: 17pt; 
        
        width: 830px;
        min-height: 180px;
    }
    
    .total_price {
        margin-top: 20px;
        
        font-size: 17pt; 
        
        width: 870px;
        height: auto;
        
        text-align: right;
    }
    
    .payment_form {
        margin-top: 15px;
        
        text-align: right;
        
        width: 870px;
        height: auto;
    }
    
    .payment_form button {
        background-color: green;
        border: none;
        
        color: white;
        
        font-size: 16pt;
    }
    
    .payment_form button:hover {
        background-color: #23A921;
        cursor: pointer;
    }
    
    .delivery_info {
        margin-top: 15px;
        
        text-align: center;
        
        font-size: 15pt;
        font-weight: bold;
        
        color: green;
    }
    
    /*Страница с выводом подкатегорий*/
    .content-center-right-zagol {
        margin-top: 20px;
        margin-left: 60px;
        
        font-size: 24pt;
        
        color: green;
        
        width: inherit;
        min-height: 30px;
    }
    
    .content-center-right-podcats {
        margin-left: 20px;
        
        width: inherit;
        min-height: 50px;
    }
    
    .content-center-right-podcats ul {
        margin-left: 20px;
    }
    
    .content-center-right-podcats ul li {
        margin-top: 5px;
        
        min-width: 100px;
        min-height: 30px;
        
        margin-top: 10px;
        margin-right: 40px;
        /*display: inline-block;*/
        
        font-size: 14pt;
    }
    
    .content-center-right-podcats ul li a{
        text-decoration: none;
        color: LightSlateGrey;
    }
    
    .content-center-right-podcats ul li a:hover {
        color: red;
    }
    
    
    
    
    
    
    
    
    
    
    footer {
    	margin: 40px auto 0 auto;
    
    	width: 1024px;
    	min-height: 120px;
    
    	background-color: #f5f5f5;
    }
    
    .footer-copyright {
    	position: relative;
    	right: 25px;
    	top: 70px;
    
    	font-size: 16pt;
    
    	text-align: right;
    
    	width: 1024px;
    	height: 30px;
    
    	color: #909090;
    }
    
    .footer-policy {
        min-height: 30px;
        min-width: 50px;
        
        float: right;
        margin-right: 25px; 
        color: #909090;
    }
    
    .footer-policy:hover a:link{
        color: red;
        font-size: 10pt;
    }
    
    #cart_add_notification {
        display: none; 
        width: 20px; 
        height: 20px;
        border: 1px solid grey; 
        border-radius: 15px; 
        background-color: red;
    }
    
    #privacy_update {
        text-align: right;
    }
    
    .main-ref-zagol {
        margin: 20px auto;
        
        max-width: 1000px;
        min-height: 30px;
        
        font-size: 20pt;
        
        text-align: center;
        
        color: #606060;
    }
    
    .main-ref-content {
        margin: 10px auto;
        padding: 10px;
        padding-top: 0;
        
        /*text-indent: 30px;*/
        
        max-width: 880px;
        min-height: 30px;
        
        font-size: 15pt;
        
        text-align: justify;
    }
    
    .main-ref-link {
        margin: 10px auto;
        padding: 10px;
        
        width: 300px;
        min-height: 33px;
        
        font-size: 18pt;
        
        text-align: center;
        
        color: green;
        
        border: 1px solid red;
    }
    
    .main-lk-right-ref-header {
        margin: 5px auto;
        margin-left: 10px;
        
        max-width: 780px;
        width: 100%;
        min-height: 30px;
        
        font-size: 18pt;
        
        color: #606060;
    }
    
    .main-lk-right-ref-content {
        margin: 10px auto;
        padding: 10px;
        padding-top: 0;
        
        max-width: 770px;
        min-height: 30px;
        
        font-size: 15pt;
        
        text-align: justify;
    }
    
    
    .main-payout-header {
        margin: 10px auto;
        padding: 10px;
        
        width: 1000px;
        min-height: 30px;
        
        font-size: 20pt;
        
        color: #606060;
        
        text-align: center;
    }
    
    
}

@media only screen and (min-width: 768px) and (max-width: 1023px), (min-width: 768px) and (max-width: 1023px) and (orientation:landscape) {
    
    .contact_phone {
        display: none;
    }
    
    /*Контейнер с карточками категорий*/
    .grid-container {
            margin: 40px auto;
            
            max-width: 900px;
            width: 100%;
            
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-auto-rows: minmax(90px, auto);
        }
        
        .grid-container a {
            color: black;
            text-decoration: none;
        }
        
        .single_cat {
            margin: 5px;
            
            display: flex;
            justify-content: justify;
            
            border: 1px solid #606060;
            border-radius: 15px;
            
            cursor: pointer;
        }
        
        .single_cat:hover {
            box-shadow: 0 0 10px rgba(0,0,0,0.5);
            background-color: #e4e4e4;
        }
        
        .single_cat-left {
            /*width: 50px;*/
        }
        
        .single_cat-left-img {
            margin-top: 10px;
            
            width: 70px;
            
            text-align: center;
        }
        
        .single_cat-left-img img {
            cursor: pointer;
        }
        
        .single_cat-right {
            /*max-width: 150px;*/
        }
        
        .single_cat-right-name {
            margin-top: 10px;
            
            font-weight: bold;
            font-size: 15pt;
        }
    /*Конец контейнера с карточками категорий*/
    
    #banner_mobile {
        display: none;
    }
    
    #banner img {
        cursor: pointer; 
        
        width: 163px; 
        height: 60px; 
        
        margin-top: 40px;
    }
    
    #slides {
        position: relative;
        min-height: 340px;
        max-width: 720px;
        width: 95%;
        padding: 0px;
        margin: 0px auto;
        list-style-type: none;
        
        padding-inline-start: 0;
    }
     
    .slide {
        position: absolute;
        left: 0px;
        top: 0px;
        max-width: 720px;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 1;
     
        -webkit-transition: opacity 1s;
        -moz-transition: opacity 1s;
        -o-transition: opacity 1s;
        transition: opacity 1s;
        
        font-size: 40px;
        
        text-align: center;
        
        box-sizing: border-box;
    }
    
    .slide img {
        cursor: default;
        
        border: 2px solid grey;
    }
     
    .showing {
        opacity: 1;
        z-index: 2;
    }
    
    .controls {
        position: relative;
        left: 65%;
        
        font-size: 15pt;
        
        border: none;
        
        cursor: pointer;
        
        color: #eeeeee;
        background-color: #606060;
    }
    
    .controls:hover {
        background-color: black;
    }
    
    .up_arrow {
        position: fixed;
        bottom: 0;
        right: 0;
        
        z-index: 100000;
        
        max-width: 1023px;
        width: 100%;
        min-height: 20px;
        
        font-size: 23pt;
        
        text-align: center;
        
        color: #eeeeee;
        
        background-color: #606060;
        
        display: none;
    }
    
    .cat_mobile {
        display: none;
    }
    
    .cat_list_mobile {
        display: none;
    }
    
    .count_mobile_confirm_cart {
        display: none;
    }
    
    header {
    	margin: 0 auto;
    
    	max-width: 1023px;
    	width: 100%;
    	height: 210px;
    }
    
    .header-up {
    	max-width: 1023px;
    	width: 100%;
    	height: 32px;
    
    	background-color: #f5f5f5;
    	
    	display: flex;
    }
    
    .header-up-left {
    	min-width: 44%;
    	height: 35px;
    
    	color: #909090;
    	
    	display: flex;
    }
    
    /*.header-up-left-phone {
    	padding-top: 7px;
    
    	min-width: 150px;
    	height: 28px;
    
    	text-align: center;
    }
    
    .header-up-left-mail {
    	padding-top: 7px;
    
    	min-width: 140px;
    	height: 28px;
    }
    
    .header-up-left-mail a {
    	text-decoration: none;
    
    	color: #909090;
    }*/
    
    .header-up-left-location {
    	padding-top: 7px;
    
    	min-width: 20%;
    	height: 28px;
    	
    	position: relative;
    	left: 10px;
    }
    
    .header-up-right {
    	margin-top: 8px;
    
    	min-width: 10%;
    	height: 32px;
    	
    	position: relative;
    	left: 28%;
    	
    	display: flex;
    
    	color: #909090;
    }
    
    .header-up-burger {
        display: none;
    }
    
    .header-center {
    	max-width: 1023px;
    	width: 100%;
    	height: 120px;
    
    	display: flex;
    	justify-content: space-between;
    }
    
    .header-center-left {
        margin-left: 20px;
        margin-top: 3px;
        
    	min-width: 30%;
    	height: 120px;
    }
    
    .header-center-left img {
        cursor: pointer;
    }
    
    .header-center-left-logo {
    	margin-top: 10px;
    	margin-left: 10px;
    
    	width: 100px;
    	height: 100px;
    	background-image: url('../images/logo.png');
    }
    
    /*.header-center-left-name {
    	margin-top: 20px;
    	padding-top: 25px;
    
    	width: 200px;
    	height: 55px;
    
    	color: #919191;
    
    	float: right;
    
    	font-size: 22pt;
    }
    
    .header-center-left-name a {
    	text-decoration: none;
    	color: #919191;
    }*/
    
    .header-center-right {
    	min-width: 300px;
    	height: 120px;
    	
    	display: flex;
    }
    	
    .header-center-right-lk a {
    	text-decoration: none;
    	color: #919191;
    }
    
    .header-center-right-lk ul {
    	margin-top: -1px;
    	margin-left: -1px;
    	padding-top: 10px;
    
    	display: none;
    
    	text-align: left;
    
    	min-width: 120px;
    	min-height: 35px;
    
    	background-color: #f5f5f5;
    }
    
    .header-center-right-lk:hover {
    	/*border: 1px solid red;*/
    }
    
    .header-center-right-lk:hover ul {
    	display: block;
    	border: 1px solid #ef3739;
    }
    
    .header-center-right-lk ul li {
    	list-style: none;
    }
    
    .header-center-right-backet {
        margin-right: 20px;
        
    	width: 130px;
    	min-height: 100px;
    
    	color: #919191;
    
    	/*float: left;*/
    }
    
    .header-center-right a {
        text-decoration: none;
    	color: #919191;
    }
    
    .header-center-right-backet-img {
    	margin-top: 30px;
    	margin-left: 18px;
    
    	width: 55px;
    	height: 48px;
    
    	/*float: left;*/
    
    	background-repeat: no-repeat;
    
    	background-image: url('../images/basket.png');
    }
    
    .header-center-right-backet-name {
    	/*margin-top: 44px;*/
    
    	min-width: 100px;
    	height: 48px;
    
    	font-size: 15pt;
    
    	/*float: right;*/
    }
    
    .header-center-right-backet-name a {
    	text-decoration: none;
    	color: #919191;
    }
    
    .header-center-right-lk {
    	margin-top: 30px;
    
    	width: 165px;
    	min-height: 48px;
    
    	/*float: right;*/
    
    	text-align: center;
    
    	color: #919191;
    	
    	z-index: 9999;
    
    	font-size: 15pt;
    }
    
    .header-center-right-lk img {
        cursor: pointer;
    }
    
    .header-center-right-lk li:hover {
    	text-decoration: underline;
    }
    
    .header-bottom {
    	max-width: 1023px;
    	width: 100%;
    	min-height: 54px;
    	
    	display: flex;
    
    	background-color: #606060;
    }
    
    .header-bottom-home {
    	width: 53px;
    	height: 53px;
    
    	background-color: #505050;
    
    	background-repeat: no-repeat;
    }
    
    .header-bottom-home-img {
    	margin-top: 12px;
    	margin-left: 11px;
    }
    
    .header-bottom-home-img img {
        cursor: pointer;
    }
    
    .header-bottom-menu {
    	min-width: 380px;
    	height: 48px;
    	
    	display: flex;
    
    	color: #eeeeee;
    }
    
    .header-bottom-menu ul {
    	padding-inline-start: 10px;
    }
    
    .header-bottom-menu ul li {
    	list-style: none;
    	display: inline-flex;
    	justify-content: space-between;
    
    	font-size: 15pt;
    }
    
    .header-bottom-menu-about a {
    	text-decoration: none;
    	color: #eeeeee;
    }
    
    .header-bottom-menu-about a:hover {
    	/*text-decoration: underline;*/
    	border-bottom: 1px solid red;
    }
    
    .header-bottom-menu-delivery {
    	margin-left: 13px;
    }
    
    .header-bottom-menu-delivery a {
    	text-decoration: none;
    	color: #eeeeee;
    }
    
    .header-bottom-menu-delivery a:hover {
    	/*text-decoration: underline;*/
    	border-bottom: 1px solid red;
    }
    
    .header-bottom-menu-discount {
    	margin-left: 13px;
    }
    
    .header-bottom-menu-discount a {
    	text-decoration: none;
    	color: #eeeeee;
    }
    
    .header-bottom-menu-discount a:hover {
    	/*text-decoration: underline;*/
    	border-bottom: 1px solid red;
    }
    
    .header-bottom-menu-contacts {
        margin-left: 13px;
    }
    
    .header-bottom-menu-contacts a {
    	text-decoration: none;
    	color: #eeeeee;
    }
    
    .header-bottom-menu-contacts a:hover {
    	/*text-decoration: underline;*/
    	border-bottom: 1px solid red;
    }
    
    .header-bottom-menu-top {
        margin-left: 13px;
    }
    
    .header-bottom-menu-top a {
    	text-decoration: none;
    	color: #eeeeee;
    }
    
    .header-bottom-menu-top a:hover {
    	/*text-decoration: underline;*/
    	border-bottom: 1px solid red;
    }
    
    main {
        margin: 0 auto;
        
        max-width: 1023px;
        width: 100%;
        min-height: 270px;
    }
    
    .content-up {
    	margin: 0 auto;
    
    	max-width: 1023px;
    	width: 90%;
    	height: 90px;
    
    	display: flex;
    	justify-content: space-around;
    }
    
    .content-up .content-up-limit {
        display: none;
    }
    
    .content-up2 {
        margin: 0 auto;
    
    	max-width: 1023px;
    	width: 90%;
    	height: 90px;
    
    	display: flex;
    	justify-content: space-around;
    }
    
    .content-up a {
        cursor: pointer;
    }
    
    .content-up2 a {
        cursor: pointer;
    }
    
    .content-up-tablet_cat {
        margin: 35px auto;
        padding-top: 10px;
        padding-bottom: 15px;
        /*margin-top: 35px;*/
        padding-left: 5px;
        
        min-width: 350px;
        min-height: 29px;
        
        font-size: 20pt;
        
        background-color: #606060;
        
        border-radius: 5px;
        
        color: #eeeeee;
        
        z-index: 99999999;
    }
    
    .content-up-tablet_cat ul {
        padding: 0;
        margin: 0;
        margin-left: -5px;
        padding: 3px;
        display: none;
        
        background-color: #606060;
        color: #eeeeee;

        padding-inline-start: 0;
        
        font-size: 18pt;
        
        border-bottom: 1px solid #eeeeee;
        
        text-align: center;
    }
    
    /*.content-up-tablet_cat:hover ul {
        display: block;
        
        z-index: 100000;
        
        min-width: 150px;
        min-height: 32px;
        
        background-color: #606060;
        color: #eeeeee;
        
        padding-inline-start: 0;
        
        text-align: center;
    }*/
    
    .content-up-tablet_cat a{
        text-decoration: none;
    }
    
    .content-up-tablet_cat a:hover ul {
        background-color: black;
    }
    
    .content-up-tablet_cat-img {
        margin: 2px auto auto 16px;
        
        float: left;
        
        width: 20px;
        height: 20px;
    }
    
    .content-up-tablet_cat-img img {
        cursor: pointer;
        
        width: 20px;
        height: 20px;
    }
    
    .content-up-tablet_cat-zagol {
        text-align: center;
        
        min-width: 20px;
        min-height: 20px;
    }
    
    .content-up-search {
        margin: 45px auto;

    	display: flex;
    
    	width: 250px;
    	height: 20px;
    }
    
    .content-up-search form {
        display: flex;
        height: 36px;
    }
    
    .content-up-search input {
        padding: 5px;
        
    	width: 200px;
    	min-height: 30px;
    
    	float: left;
    
    	font-size: 15pt;
    	
    	border-radius: 15px;
    }
    
    .content-up-search button {
    	width: 41px;
    	height: 41px;
    
    	float: left;
    
    	background-image: url('../images/search2.png');
    	background-size: cover;
    	background-color: white;
    	background-repeat: no-repeat;
    	
    	border: none;
    }
    
    .content-up-sort {
        margin: 48px auto;
    
    	font-size: 15pt;
    
    	width: 310px;
    	height: 20px;
    }
    
    .content-up-sort input {
    
    }
    
    .content-up-limit {
        margin: 47px auto;
    	/*margin-top: 47px;*/
    	margin-left: 35px;
    
    	font-size: 15pt;
    
    	width: 270px;
    	height: 20px;
    }
    
    .content-up-limit a {
    	text-decoration: none;
    }
    
    .content-up-limit a:hover {
    	border-bottom: 1px solid red;
    }
    
    .content-center {
    	margin: 0 auto;
    
    	max-width: 1023px;
    	width: 100%;
    	min-height: 550px;
    	
    	display: flex;
    }
    
    .content-center-left {
        display: none;
    }
    
    .content-center-left-catzagol {
    	margin-top: 5px;
    	padding-top: 5px;
    
    	width: 249px;
    	height: 30px;
    
    	border-radius: 15px 15px 0 0;
    
    	color: #eeeeee;
    	background-color: #404040;
    	
    	border-bottom: 1px solid #909090;
    
    	font-size: 16pt;
    
    	text-align: center;
    }
    
    .content-center-left-cat {
    	width: 250px;
    	min-height: 300px;
    }
    
    .content-center-left-cat-single {
    	padding-top: 5px;
    
    	width: 249px;
    	min-height: 32px;
    
    	color: #eeeeee;
    
    	position: relative;
    
    	text-align: center;
    
    	font-size: 14pt;
    
    	background-color: #606060;
    
    	border-bottom: 1px solid #909090;
    	/*border-left: 1px solid #ef3739;
    	border-right: 1px solid #ef3739;*/
    }
    
    .content-center-left-cat-single a {
        color: #eeeeee;
        
        text-decoration: none;
    }
    
    .content-center-left-cat-single-ulpodcat {
    	margin-left: 209px;
    	margin-top: -27px;
    
    	display: none;
    
    	width: 250px;
    	height: 18px;
    }
    
    .content-center-left-cat-single-ulpodcat li {
    	padding-left: 10px;
    	padding-top: 5px;
    
    	width: 250px;
    	min-height: 32px;
    
    	color: #eeeeee;
    	background-color: grey;
    
    	border-bottom: 1px solid #909090;
    
    	font-size: 14pt;
    
    	text-align: left;
    	list-style: none;
    }
    
    .content-center-left-cat-single li ul {
        position:absolute; 
        left:0; 
        bottom:100%;
    }
    
    .content-center-left-cat-single-ulpodcat li:hover {
    	background-color: black;
    }
    
    .content-center-left-cat-single-ulpodcat li:hover a {
    	background-color: black;
    }
    
    .content-center-left-cat-single-ulpodcat a {
    	text-decoration: none;
    	color: #eeeeee;
    }
    
    .content-center-left-cat-single:hover {
    	background-color: black;
    }
    
    .content-center-left-cat-single:hover .content-center-left-cat-single-ulpodcat {
    	display: block;
    }
    
    /*.content-center-left-cat-single:last-child {
    	padding-top: 5px;
    
    	width: 249px;
    	height: 30px;
    
    	border-radius: 0 0 15px 15px;
    
    	color: #eeeeee;
    	background-color: #ef3739;
    
    	font-size: 14pt;
    
    	text-align: center;
    }*/
    
    .content-center-right {
    	margin-top: 5px;
    
    	max-width: 1023px;
    	width: 100%;
    	min-height: 200px;
    }
    
   /* .content-center-right .count_prod_search {
        margin: 0 auto;
        text-align: center;
    }*/
    
    .count_prod_search {
        margin: 0 auto;
        
        text-align: center;
        
        width: 450px;
    }
    
    .content-center-right-info-map {
        margin: 0 auto;
        
        max-width: 720px;
        width: 100%;
        height: auto;
        
        text-align: center;
    }
    
    .content-center-right-info-map img {
        text-align: center;
    }
    
    .content-center-right-info {
        
        margin: 0 auto;
        
        max-width: 983px;
        width: 97%;
        min-height: 250px;
        
        font-size: 16pt;
        
        text-align: justify;
        
        /*border: 1px solid #606060;*/
        border-radius: 15px;
    }
    .content-center-right-info-header {
        margin-top: 10px;
        max-width: 1023px;
        width: 95%;
        min-height: 50px;
        
        text-align: center;
        
        font-size: 23pt;
    }
    
    .content-center-right-info-text {
        margin: 5px auto;
        
        text-indent: 20px;
        
        max-width: 1003px;
        width: 95%;
        min-height: 170px;
    }
    
    .content-center-right-info-text ul li {
        margin-top: 10px;
    }
    
    .content-center-right-info-hr {
        margin: 10px auto;
        max-width: 1000px;
        width: 98%;
    }
    
    .single-products {
        margin: 10px auto;
        
        max-width: 740px;
        width: 95%;
        min-height: 150px;
        
        border: 1px solid #606060;
        
        display: flex;
        
        border-radius: 15px;
        
        /*background-color: #309439;*/
    }
    
    .single-products-left {
        width: 160px;
        min-height: 160px;
        
        /*background-color: #950490;*/
        
        /*float: left;*/
    }
    
    .single-products-left-image {
        margin-top: 25px;
        margin-left: 15px;
        
        width: 101px;
        height: 101px;
    }
    
    .single-products-left-image img {
        width: 100px;
        height: 80px;
    }
    
    .single-products-right {
        margin-left: 10px;
        max-width: 570px;
        width: 95%;
        min-height: 160px;
        
        /*background-color: #965400;*/
        
        /*float: right;*/
    }
    
    .single-products-right-zagol {
        margin-top: 22px;
        max-width: 570px;
        width: 100%;
        min-height: 40px;
        
        /*background-color: #859340;*/
    }
    
    .single-products-right-zagol a {
        text-decoration: none;
        color: blue;
    }
    
    .single-products-right-code {
        margin-top: 4px;
        
        width: auto;
        height: 30px;
        
        /*background-color: #485934;*/
    }
    
    .single-products-right-price {
        margin-top: 10px;
        
        width: 200px;
        min-height: 30px;
        
       /* background-color: #758;*/
    }
    
    .single-products-right-buyform {
        margin-top: 10px;
        
        min-width: 115px;
        min-height: 30px;
    }
    
    .single-products-right-buyform button {
        border: 1px solid grey;
        color: white;
        background-color: green;
        cursor: pointer;
    }
    
    .single-products-right-buyform button:hover {
        border: 1px solid black;
        color: green;
        background-color: white;
    }
    
    .single-products-right-buyform button:active {
        border: 1px solid grey;
        color: white;
        background-color: red;
    }
    
    .single-products-right-buyform input {
        text-align: right;
    }
    
    .content-center-bottom {
        margin: 0 auto;
        
    	max-width: 774px;
    	width: 100%;
    	min-height: 50px;
    }
    
    .content-center-bottom-pagination {
    	margin-top: 20px;
    	margin-left: 20px;
    
    	font-size: 15pt;
    
    	max-width: 750px;
    	width: 95%;
    	min-height: 30px;
    
    	text-align: left;
    }
    
    .content-center-bottom-pagination a {
    	text-decoration: none;
    }
    
    .content-center-bottom-pagination a:vlink {
    	color: blue;
    }
    
    .content-center-bottom-pagination a:hover {
    	border-bottom: 1px solid red;
    }
    
    
    
    .content-register {
        margin: 20px auto;
        
        max-width: 1023px;
        min-height: 200px;
        
        text-align: center;
    }
    
    .content-register-gotoreg {
        margin: 35px auto;
        
        min-width: 350px;
        height: 30px;
        
        font-size: 15pt;
        
        text-align: center;
    }
    
    .content-register-gotoreg a {
        text-decoration: none;
    }
    
    .content-register-zagol {
        max-width: 1023px;
        width: 100%;
        height: 30px;
        
        font-size: 15pt;
    }
    
    .content-register-answer {
        margin: 10px auto;
        
        width: 340px;
        height: 40px;
        
        border-radius: 15px 15px 0 0;
        border-top: 1px solid grey;
        border-left: 1px solid grey;
        border-right: 1px solid grey;
        
        font-size: 15pt;
    }
    
    .content-register-form {
        margin: -22px auto;
        
        width: 340px;
        min-height: 100px;
        
        border-radius: 15px;
        border: 1px solid grey;
        
        font-size: 13pt;
    }
    
    .content-register-form button {
        margin-top: 10px;
    }
    
    .content-register-form input {
        margin-top: 10px;
    }
    
    
    
    
    .singleprice_mobile {
        display: none;
    }
    
    .totalprice_mobile {
        display: none;
    }
    
    
    
    
    .cart-main {
        margin: 30px auto;
        
        max-width: 950px;
        width: 100%;
        min-height: 200px;
    }
    
    .cart-main-header_busket {
        margin: 10px auto;
        
        max-width: 950px;
        width: 100%;
        min-height: 20px;
        
        color: #606060;
        
        text-align: center;
        
        font-size: 20pt;
    }
    
    .cart-main-mobile {
        display: none;
    }
    
    .cart-main-zagol {
        margin: 0 auto;
        width: 752px;
        min-height: 50px;
        
        background-color: #606060;
        
        color: #eeeeee;
        
        text-align: center;
        
        font-size: 14pt;
        
        display: flex;
    }
    
    .cart-zagol-tablet {
        width: 709px !important;
    }
    
    .cart-zagol-tablet .cart-main-zagol-totalprice {
        border-right: none !important;
    }
    
    .cart-prod-tablet {
        width: 708px !important;
        border-right: none !important;
    }
    
    .content-center-right-info-hr {
        width: 740px !important;
    }
    
    .cart-main-zagol-image {
        padding-top: 12px;
        
        width: 92px;
        min-height: 38px;
        
        border-right: 1px solid #eeeeee;
    }
    
    .cart-main-zagol-name {
        padding-top: 12px;
        
        width: 302px;
        min-height: 38px;
        
        border-right: 1px solid #eeeeee;
    }
    
    .cart-main-zagol-count {
        padding-top: 12px;
        
        width: 110px;
        min-height: 38px;
        
        border-right: 1px solid #eeeeee;
    }
    
    .cart-main-zagol-singleprice {
        padding-top: 12px;
        
        width: 100px;
        min-height: 38px;
        
        border-right: 1px solid #eeeeee;
    }
    
    .cart-main-zagol-totalprice {
        padding-top: 12px;
        
        width: 100px;
        min-height: 38px;
        
        border-right: 1px solid #eeeeee;
    }
    
    .cart-main-zagol-remove {
        padding-top: 12px;
        
        width: 30px;
        min-height: 38px;
    }
    
    .cart-main-product {
        margin: 0 auto;
        width: 750px;
        min-height: 110px;
        
        background-color: #F2F2F2;
        
        text-align: center;
        
        border: 1px solid #606060;
        
        font-size: 12pt;
        
        display: flex;
    }
    
    .cart-main-product-image {
        padding-top: 10px;
        
        width: 90px;
        min-height: 100px;
        
        border-right: 1px solid #606060;
    }
    
    .cart-main-product-image img {
        width: 80px;
        height: 80px;
    }
    
    .cart-main-product-name {
        padding: 5px;
        
        text-align: left;
        
        width: 293px;
        min-height: 100px;
        
        border-right: 1px solid #606060;
    }
    
    .cart-main-product-count {
        padding-top: 20px;
        
        width: 110px;
        min-height: 90px;
        
        display: flex;
        justify-content: space-around;
        
        border-right: 1px solid #606060;
    }
    
    .cart-main-product-count input {
        width: 50px;
        
        text-align: center;
    }
    
    .cart-main-product-count a {
        cursor: pointer;
    }
    
    .cart-main-product-count-dec {
        margin-left: 5px;
        
        width: 12px;
        height: 20px;
        
        color: red;
        
        font-size: 22pt;
    }
    
    .cart-main-product-count-count {
        margin-top: 5px;
        
        min-width: 30px;
        height: 20px;
        
        font-size: 14pt;
    }
    
    .cart-main-product-count-count button {
        margin-top: 5px;
    }
    
    .cart-main-product-count-inc {
        margin-right: 5px;
        
        width: 12px;
        height: 20px;
        
        color: blue;
        
        font-size: 22pt;
    }
    
    .cart-main-product-singleprice {
        padding-top: 20px;
        
        width: 100px;
        min-height: 90px;
        
        font-size: 14pt;
        
        border-right: 1px solid #606060;
    }
    
    .cart-main-product-totalprice {
        padding-top: 20px;
        
        width: 100px;
        min-height: 90;
        
        font-size: 14pt;
        
        border-right: 1px solid #606060;
    }
    
    .cart-main-product-remove {
        padding-top: 40px;
        
        cursor: pointer;
        
        width: 30px;
        min-height: 70px;
    }
    
    .cart-main-oformlenie {
        margin: 15px auto;
        
        text-align: right;
        
        font-size: 15pt;
        
        width: 742px;
        height: 30px;
    }
    
    .cart-main-oformlenie input {
        cursor: pointer;
        font-size: 15pt;
        color: white;
        background-color: green;
        border: 1px solid grey;
        border-radius: 15px;
    }
    
    .cart-main-oformlenie input:hover {
        background-color: white;
        color: black;
        border: 1px solid green;
        border-radius: 10px;
    }
    
    .cart-main-oformlenie input:active {
        background-color: pink;
        border: 1px solid grey;
        color: black;
    }
    
    .cart-main-oformlenie a{
        text-decoration: none;
    }
    
    .main-totalprice {
        margin: 0 auto;
        margin-right: auto !important;
        width: 735px;
    }
    
    
    .main-order {
        margin: 0 auto;
        
        width: 600px;
        min-height: 5px;
    }
    
    .main-order-header {
        margin: 0 auto;
        
        width: 550px;
        min-height: 30px;
        
        text-align: center;
        
        color: red;
        
        font-size: 17pt;
        font-weight: bold;
    }
    
    .main-order-form {
        margin: 0 auto;
        
        min-width: 450px;
        min-height: 100px;
        
        font-size: 12pt;
    }
    
    .main-order-form-header {
        margin: 5px auto;
        
        min-width: 450px;
        min-height: 30px;
        
        text-align: center;
        
        font-size: 14pt;
    }
    
    .main-order-form-center {
        margin: 5px auto;
        
        width: 450px;
        min-height: 100px;
        
        display: flex;
        justify-content: space-between;
    }
    
    .main-order-form-center-form {
        width: 220px;
        min-height: 100px;
    }
    
    .main-order-form-center-form button {
        cursor: pointer;
        font-size: 15pt;
        color: white;
        background-color: green;
        border: 1px solid grey;
    }
    
    .main-order-form-center-form button:hover {
        background-color: white;
        color: black;
        border: 1px solid green;
        border-radius: 10px;
    }
    
    .main-order-form-center-form button:active {
        background-color: pink;
        border: 1px solid grey;
        color: black;
    }
    
    .main-order-form-center-right {
        width: 230px;
        min-height: 100px;
    }
    
    .main-order-form-center-right-info {
        padding: 5px;
        
        margin-top: 15px;
        margin-left: 50px;
        
        width: 170px;
        min-height: 40px;
        
        font-size: 14pt;
        
        text-align: center;
        
        border: 1px solid grey;
        border-radius: 15px;
    }
    
    .confirm-order-block {
        margin: 50px auto;
        
        text-align: center;
        
        width: 600px;
        min-height: 200px;
    }
    
    .confirm-order-block-image {
        margin: 10px auto;
        
        min-width: 100px;
        min-height: 100px;
    }
    
    .confirm-order-block-info {
        margin: 10px auto;
        
        font-size: 18pt;
        
        min-width: 100px;
        min-height: 100px;
    }
    
    
    .main-lk {
        margin: 0 auto;
        
        max-width: 1023px;
        width: 100%;
        min-height: 310px;
        
        /*display: inline-flex;
        justify-content: space-between;*/
    }
    
    .main-lk-left {
        margin: 30px auto;
        
        min-width: 190px;
        width: 100%;
        height: 79px;
    }
    
    .main-lk-left_tablet {
        display: block !important;
    }
    
    .edit_cat_ul_tablet {
        margin: 0 !important;
    }
    
    .edit_podcat_ul_tablet {
        margin: 0 !important;
    }
    
    .edit_prod_ul_tablet {
        margin: 0 !important;
    }
    
    .main-lk-left li {
        margin-left: 20px;
        margin-top: 10px;
        padding: 4px;
        
        text-align: center;
        
        color: #eeeeee;
        
        font-size: 13pt;
        
        background-color: #606060;
        
        list-style: none;
        
        min-width: 120px;
    }
    
    .main-lk-left ul {
        margin: 0 auto;
        max-width: 320px;
        max-height: 60px;
        
        display: flex;
        padding-inline-start: 0;
    }
    
    .main-lk-left ul a:first-child {
        margin-left: 0;
    }
    
    .main-lk-left a {
        margin: 0 auto;
        
        text-decoration: none;
    }
    
    .main-lk-left li:hover {
        background-color: black;
        cursor: pointer;
    }
    
    .main-lk-right {
        margin: 0 auto;
        
        max-width: 800px;
        width: 100%;
        min-height: 200px;
    }
    
    .main-lk-right-personal_data {
        margin: 0 auto;
        
        width: 600px;
        min-height: 200px;
        
        display: flex;
        
        /*border: 1px solid grey;*/
    }
    
    .main-lk-right-personal_data-left {
        width: 180px;
        height: 131px;
        
        text-align: center;
        
        background-color: #F2F2F2;
    }
    
    .main-lk-right-personal_data-left-info {
        padding-top: 7px;
        
        width: 178px;
        min-height: 24px;
        
        border: 1px solid grey;
    }
    
    .main-lk-right-personal_data-right {
        width: 420px;
        height: 130px;
        
        border: 1px solid grey;
    }
    
    .main-lk-right-personal_data-right-info {
        padding-top: 7px;
        
        width: 418px;
        min-height: 25px;
        
        text-align: center;
        
        border-bottom: 1px solid grey;
    }
    
    .main-lk-right-personal_data-right-info:last-child {
        border: none;
    }
    
    .main-lk-right-my_orders {
        margin: 0 auto;
        
        width: 700px;
        min-height: 100px;
    }
    
    .main-lk-right-my_orders-zagol {
        width: 700px;
        min-height: 30px;
        
        display: inline-flex;
    }
    
    .main-lk-right-my_orders-zagol-menu {
        padding-top: 5px;
        
        width: 170px;
        min-height: 25px;
        
        font-size: 13pt;
        
        border-right: 1px solid #eeeeee;
        
        text-align: center;
        
        color: #eeeeee;
        
        background-color: #606060;
    }
    
    .main-lk-right-my_orders-order {
        width: 700px;
        min-height: 50px;
    }
    
    .main-lk-right-my_orders-order-single {
        width: 697px;
        min-height: 30px;
        
        border: 1px solid grey;
        
        display: inline-flex;
        
        background-color: pink;
    }
    
    .main-lk-right-my_orders-order-single-info {
        padding-top: 5px;
        
        width: 170px;
        min-height: 25px;
        
        border-right: 1px solid grey;
        /*border-bottom: 1px solid grey;*/
        
        text-align: center;
        
        background-color: #f5f5f5;
    }
    
    .main-lk-right-my_orders-order-single-info:last-child {
        border-right: none;
    }
    
    .main-lk-right-header {
        width: inherit;
        min-height: 25px;
        
        font-size: 16pt;
        
        text-align: center;
    }
    
    .main-lk-right-add_cat {
        padding-top: 5px;
        
        width: inherit;
        min-height: 195px;
        
        text-align: center;
    }
    
    .main-lk-right-add_cat-header {
        width: inherit;
        min-height: 25px;
        
        font-size: 16pt;
        
        text-align: center;
        
        color: green;
    }
    
    .product-page-image img {
        width: 640px;
        height: 480px;
    }
    
    img {
      cursor: zoom-in;
    }
    /*img:focus {
      position: fixed;
      z-index: 10;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: auto;
      height: auto;
      max-width: 99%;
      max-height: 99%;
      margin: auto;
      box-shadow: 0 0 20px #000, 0 0 0 1000px rgba(210,210,210,.4);
    }*/
    /*img:focus,*/  /* убрать строку, если не нужно, чтобы при клике на увеличенное фото, оно возвращалось в исходное состояние */
    /*img:focus ~ * {
      pointer-events: none;
      cursor: zoom-out;
    }*/
    
    .main-discount {
        margin: 0 auto;
        
        max-width: 1023px;
        width: 100%;
        min-height: 390px;
    }
    
    .main-discount-single {
        margin: 40px auto;
        
        border: 1px solid grey;
        border-radius: 15px;
        
        max-width: 900px;
        width: 90%;
        min-height: 390px;
    }
    
    .main-discount-single:first-child {
        margin-top: 20px;
    }
    
    .main-discount-single-header {
        max-width: 900px;
        width: 100%;
        min-height: 190px;
    
    }
    
    .main-discount-single-header-img {
        margin: 10px auto;
        
        background-image: url('../images/discount_main_image.png');
        background-size: cover;
        background-repeat: no-repeat;
        
        width: 389px;
        height: 121px;
    }
    
    .main-discount-single-header-zagol {
        margin: 10px auto;
        
        max-width: 900px;
        width: 100%;
        min-height: 25px;
        
        font-family: calibri;
        font-size: 26pt;
        font-style: italic;
        
        text-align: center;
    }
    
    .main-discount-single-info {
        max-width: 900px;
        width: 100%;
        min-height: 150px;
        
        font-size: 16pt;
        font-family: calibri;
        
        display: flex;
    }
    
    .main-discount-single-info-left {
        padding: 10px;
        
        max-width: 479px;
        width: 100%;
        min-height: 130px;
        
        border-right: 1px solid black;
        
        text-align: justify;
    }
    
    .main-discount-single-info-right {
        max-width: 400px;
        width: 100%;
        min-height: 150px;
        
        display: flex;
    }
    
    .main-discount-single-info-right-left {
        max-width: 150px;
        width: 100%;
        min-height: 120px;
    }
    
    .main-discount-single-info-right-left-image {
        margin-top: 15px;
        max-width: 160px;
        width: 100%;
        min-height: 120px;
    }
    
    .main-discount-single-info-right-left-image img {
        cursor: pointer;
        
        max-width: 160px;
        width: 100%;
        min-height: 120px;
    }
    
    .main-discount-single-info-right-right {
        max-width: 240px;
        width: 100%;
        min-height: 120px;
    }
    
    .main-discount-single-info-right-right-price {
        margin-top: 15px;
        
        max-width: 240px;
        width: 100%;
        min-height: 80px;
        
        text-align: center;
        
        font-size: 24pt;
    }
    
    .main-discount-single-info-right-right-buy {
        width: 240px;
        min-height: 40px;
    }
    
    .main-discount-single-info-right-right-buy button {
        margin: 10px auto;
        margin-left: 45px;
        
        width: 150px;
        
        font-size: 14pt;
        
        text-align: center;
        
        border: 1px solid grey;
        color: white;
        background-color: green;
        cursor: pointer;
    }
    
    .main-discount-single-info-right-right-buy button:hover {
        border: 1px solid black;
        color: green;
        background-color: white;
    }
    
    .main-discount-single-info-right-right-buy button:active {
        border: 1px solid grey;
        color: white;
        background-color: red;
    }
    
    
    
    .users {
        margin: 20px auto;
        
        width: 600px;
        min-height: 200px;
    }
    
    .users-header {
        width: 600px;
        min-height: 28px;
        
        /*border: 1px solid grey;*/
        background-color: #606060;
        
        display: flex;
    }
    
    .users-header-id {
        padding-top: 5px;
        
        width: 100px;
        min-height: 23px;
        
        text-align: center;
        
        color: #eeeeee;
        
        border-right: 1px solid #eeeeee;
    }
    
    .users-header-name {
        padding-top: 5px;
        
        width: 200px;
        min-height: 23px;
        
        text-align: center;
        
        color: #eeeeee;
        
        border-right: 1px solid #eeeeee;
    }
    
    .users-header-email {
        padding-top: 5px;
        
        width: 298px;
        min-height: 23px;
        
        text-align: center;
        
        color: #eeeeee;
    }
    
    .users-list {
        width: 598px;
        min-height: 100px;
    }
    
    .users-list a {
        cursor: pointer;
    }
    .users-list a:hover .users-list-single{
        background-color: #c4ffef;
        color: black;
        font-weight: bold;
    }
    
    .users-list-single {
        width: 598px;
        min-height: 28px;
        
        display: flex;
        
        border: 1px solid grey;
        border-top: none;
        
        background-color: #F2F2F2;
    }
    
    .users-list-id {
        padding-top: 5px;
        
        width: 99px;
        min-height: 23px;
        
        border-right: 1px solid grey;
        
        text-align: center;
    }
    
    .users-list-name {
        padding-top: 5px;
        
        width: 200px;
        min-height: 23px;
        
        border-right: 1px solid grey;
        
        text-align: center;
    }
    
    .users-list-email {
        padding-top: 5px;
        
        width: 297px;
        min-height: 23px;
        
        text-align: center;
    }
    
    .payment {
        margin: 50px auto;
        
        width: 500px;
        height: 200px;
    }
    
    .payment-img {
        margin: 0 auto;    
        
        width: 128px;
        height: 128px;
    }
    
    .payment-img img {
        margin-top: 10px;
        margin-left: 10px;
        cursor: default;
    }
    
    .payment-under_text {
        padding: 5px;
        
        font-size: 20pt;
        
        text-align: center;
        
        width: 490px;
        height: 62px;
    }
    
    .top_prod-header {
        margin: 30px auto;
        
        max-width: 500px;
        width: 100%;
        min-height: 30px;
        
        text-align: center;
        
        font-size: 22pt;
    }
    
    .top_prod-product_list {
        margin: 30px auto;
        
        width: 748px;
        min-height: 300px;
    }
    
    .top_prod-product_list .single-products {
        margin: 0 auto;
    }
    
    #top_cat {
        margin-left: 13px;
    }
    
    #top_cat a {
        cursor: pointer;
        text-decoration: none;
    	color: #eeeeee;
    }
    
    #top_cat ul {
        margin-top: 38px;
        margin-left: -170px;
        
        z-index: 100000000;
        
        text-align: left;
        
        width: 200px;
        min-height: 50px;
        
        background-color: #606060;
        
        display: none;
    }
    
    #top_cat ul hr {
        margin-right: 15px;
    }
    
    #top_cat ul li {
        margin-top: 10px;
        
        eeeeee
        
        text-align: left;
        
        min-width: 100px;
        min-height: 30px;
    }
    
    #top_cat ul li a{
        cursor: pointer;
    }
    
    #top_cat ul li a:hover {
        color: pink;
    }
    
    #top_cat:hover ul{
        display: block;
    }
    
    /*Блок с информацией о заказе пользователя*/
    .user_order_info {
        margin: 20px auto;
        
        max-width: 850px;
        width: 100%;
        min-height: 200px;
    }
    .user_order_info-header {
        margin: 10px auto; 
        
        font-size: 20pt; 
        
        text-align: center; 
        
        width: auto; 
        height: auto; 
        
        color: green;
    }
    
    .user_order_info-info {
        padding: 10px 10px 10px 25px;
        
        font-size: 17pt; 
        
        max-width: 760px;
        width: 95%;
        min-height: 180px;
    }
    
    .my_order_zagol_tablet {
        width: 708px !important;
    }
    
    .my_order_prod_tablet {
        width: 705px !important;
    }
    
    .my_order_prod_tablet .cart-main-product-totalprice {
        border-right: none !important;
    }
    
    .total_price {
        margin: 20px auto;
        
        font-size: 17pt; 
        
        width: 700px;
        height: auto;
        
        text-align: right;
    }
    
    .payment_form {
        margin-top: 15px;
        
        text-align: right;
        
        width: 725px;
        height: auto;
    }
    
    .payment_form button {
        background-color: green;
        border: none;
        
        color: white;
        
        font-size: 16pt;
    }
    
    .payment_form button:hover {
        background-color: #23A921;
        cursor: pointer;
    }
    
    .delivery_info {
        margin-top: 15px;
        
        text-align: center;
        
        font-size: 15pt;
        font-weight: bold;
        
        color: green;
    }
    
    /*Страница с выводом подкатегорий*/
    .content-center-right-zagol {
        margin-top: 20px;
        margin-left: 60px;
        
        font-size: 24pt;
        
        color: green;
        
        width: inherit;
        min-height: 30px;
    }
    
    .name-podcat_tablet {
        margin: 0 0 0 50px !important;
        
        width: 700px;
    }
    
    .content-center-right-podcats {
        margin-left: 20px;
        
        width: 700px;
        min-height: 50px;
    }
    
    .content-center-right-podcats ul {
        margin-left: 20px;
    }
    
    .content-center-right-podcats ul li {
        margin-top: 5px;
        
        min-width: 100px;
        min-height: 30px;
        
        margin-top: 10px;
        margin-right: 40px;
        /*display: inline-block;*/
        
        font-size: 14pt;
    }
    
    .content-center-right-podcats ul li a{
        text-decoration: none;
        color: LightSlateGrey;
    }
    
    .content-center-right-podcats ul li a:hover {
        color: red;
    }
    
    
    
    
    
    
    
    
    
    
    footer {
    	margin: 40px auto 0 auto;
    
    	max-width: 1023px;
    	width: 100%;
    	min-height: 120px;
    
    	background-color: #f5f5f5;
    }
    
    .footer-copyright {
    	position: relative;
    	right: 30px;
    	top: 70px;
    
    	font-size: 16pt;
    
    	text-align: right;
    
    	max-width: 1023px;
    	width: 100%;
    	height: 30px;
    
    	color: #909090;
    }
    
    .footer-policy {
        min-height: 30px;
        min-width: 50px;
        
        float: right;
        margin-right: 25px; 
        color: #909090;
    }
    
    .footer-policy:hover a:link{
        color: red;
        font-size: 10pt;
    }
    
    #cart_add_notification {
        display: none; 
        width: 20px; 
        height: 20px;
        border: 1px solid grey; 
        border-radius: 15px; 
        background-color: red;
    }
    
    #privacy_update {
        text-align: right;
    }
    
    .main-ref-zagol {
        margin: 20px auto;
        
        max-width: 1000px;
        width: 97%;
        min-height: 30px;
        
        font-size: 20pt;
        
        text-align: center;
        
        color: #606060;
    }
    
    .main-ref-content {
        margin: 10px auto;
        padding: 10px;
        padding-top: 0;
        
        /*text-indent: 30px;*/
        
        max-width: 880px;
        width: 97%;
        min-height: 30px;
        
        font-size: 15pt;
        
        text-align: justify;
    }
    
    .main-ref-link {
        margin: 10px auto;
        padding: 10px;
        
        width: 300px;
        min-height: 33px;
        
        font-size: 18pt;
        
        text-align: center;
        
        color: green;
        
        border: 1px solid red;
    }
    
    .main-lk-right-ref-header {
        margin: 5px auto;
        margin-left: 10px;
        
        max-width: 780px;
        width: 100%;
        min-height: 30px;
        
        font-size: 18pt;
        
        color: #606060;
    }
    
    .table_affiliate {
        font-size: 11pt;
    }
    
    .main-lk-right-ref-content {
        margin: 10px auto;
        padding: 10px;
        padding-top: 0;
        
        max-width: 770px;
        min-height: 30px;
        
        font-size: 15pt;
        
        text-align: justify;
    }
    
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    
    .contact_phone {
        height: inherit !important;
        min-height: 100px !important;
    }
    
    /*Контейнер с карточками категорий*/
    .grid-container {
            margin: 10px auto;
            
            max-width: 320px;
            width: 100%;
            
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            grid-auto-rows: minmax(90px, auto);
        }
        
        .grid-container a {
            color: black;
            text-decoration: none;
        }
        
        .single_cat {
            margin: 5px;
            
            display: flex;
            justify-content: justify;
            
            border: 1px solid #606060;
            border-radius: 15px;
            
            cursor: pointer;
        }
        
        .single_cat:hover {
            box-shadow: 0 0 10px rgba(0,0,0,0.5);
            background-color: #e4e4e4;
        }
        
        .single_cat-left {
            /*width: 50px;*/
        }
        
        .single_cat-left-img {
            margin-top: 10px;
            
            width: 70px;
            
            text-align: center;
        }
        
        .single_cat-left-img img {
            cursor: pointer;
        }
        
        .single_cat-right {
            /*max-width: 150px;*/
        }
        
        .single_cat-right-name {
            margin-top: 10px;
            
            font-weight: bold;
            font-size: 15pt;
        }
    /*Конец контейнера с карточками категорий*/
    
    #banner_mobile {
        text-align: center;
    }
    
    #banner_mobile img {
        width: 295px;
        height: 118px;
        
        cursor: pointer;
    }
    
    #banner_mobile a {
        text-align: center;
    }
    
    #banner img {
        display: none;
    }
    
    .slider {
        display: none;
    }
    
    header {
    	margin: 0 auto;
    
    	max-width: 767px;
    	width: 100%;
    	min-height: 200px;
    }
    
    .header-up {
    	max-width: 767px;
    	width: 100%;
    	height: 45px;
    
    	background-color: #606060;
    	
    	z-index: 100000000;
    	
    	position: fixed;
    	top: 0;
    	left: 0;
    	
    	display: flex;
    	justify-content: space-between;
    	
    	border-bottom: 1px solid red;
    }
    
    .header-up-left {
    	display: none;
    }
    
    /*.header-up-left-phone {
    	padding-top: 7px;
    
    	min-width: 150px;
    	height: 28px;
    
    	text-align: center;
    
    	float: left;
    }
    
    .header-up-left-mail {
    	padding-top: 7px;
    
    	min-width: 140px;
    	height: 28px;
    
    	float: left;
    }
    
    .header-up-left-mail a {
    	text-decoration: none;
    
    	color: #909090;
    }*/
    
    .header-up-left-location {
    	display: none;
    }
    
    .header-up-right {
    	margin: 12px;
    
    	max-width: 250px;
    	width: 100%;
    	height: 28px;
    
    	color: #eeeeee;
    	
    	text-align: right;
    	
    	font-size: 13pt;
    	
    	display: flex;
    }
    
    .header-up-burger {
        min-width: 38px;
        min-height: 45px;
        
        z-index: 10000;
    }
    
    .header-up-burger img {
        margin-top: 6px;
        margin-right: 6px;
        
        width: 32px;
        height: 32px;
        
        cursor: pointer;
    }
    
    .header-up-burger ul {
        max-width: 767px;
        width: 100%;
        min-height: 100px;
        
        background-color: #606060;
        
        display: none;
        
        padding-inline-start: 0;
    }
    
    .header-up-burger ul a {
        text-decoration: none;
    }
    
    .header-up-burger ul li {
        margin: 2px auto;
        padding: 3px;
        
        border-bottom: 1px solid #eeeeee;
        
        min-width: 44px;
        max-width: 767px;
        width: 98%;
        min-height: 24px;
        
        font-size: 14pt;
        
        text-align: center;
        
        color: #eeeeee;

        list-style: none;
    }
    
    .header-up-burger ul li:hover {
        background-color: black;
    }
    
    .header-center {
        margin-top: 50px;
        
    	max-width: 767px;
    	width: 100%;
    	min-height: 120px;
    
    	display: flex;
    	justify-content: space-between;
    }
    
    .header-center-left {
        margin: 0 auto;
        
    	max-width: 320px;
    	width: 100%;
    	height: 120px;
    }
    
    .header-center-left img {
        cursor: pointer;
        
        /*width: 300px;
        height: 77px;*/
    }
    
    .header-center-left a {
        width: 200px;
    }
    
    .header-center-left-logo {
    	margin-top: 10px;
    	/*margin-left: 10px;*/
    
    	width: 100px;
    	height: 100px;
    
    	float: left;
    	background-image: url('../images/logo.png');
    }
    
    .header-center-left-name {
    	display: none;
    }
    
    .header-center-left-name a {
    	text-decoration: none;
    	color: #919191;
    }
    
    .header-center-right {
    	display: none;
    }
    	
    .header-center-right-lk a {
    	text-decoration: none;
    	color: #919191;
    }
    
    .header-center-right-lk ul {
    	margin-top: -1px;
    	margin-left: -1px;
    	padding-top: 10px;
    
    	display: none;
    
    	text-align: left;
    
    	min-width: 120px;
    	min-height: 35px;
    
    	background-color: #f5f5f5;
    }
    
    .header-center-right-lk:hover {
    	/*border: 1px solid red;*/
    }
    
    .header-center-right-lk:hover ul {
    	display: block;
    	border: 1px solid #ef3739;
    }
    
    .header-center-right-lk ul li {
    	list-style: none;
    }
    
    .header-center-right-backet {
        margin-right: 20px;
        
    	width: 130px;
    	min-height: 100px;
    
    	color: #919191;
    
    	/*float: left;*/
    }
    
    .header-center-right a {
        text-decoration: none;
    	color: #919191;
    }
    
    .header-center-right-backet-img {
    	margin-top: 30px;
    	margin-left: 18px;
    
    	width: 55px;
    	height: 48px;
    
    	/*float: left;*/
    
    	background-repeat: no-repeat;
    
    	background-image: url('../images/basket.png');
    }
    
    .header-center-right-backet-name {
    	/*margin-top: 44px;*/
    
    	min-width: 100px;
    	height: 48px;
    
    	font-size: 15pt;
    
    	/*float: right;*/
    }
    
    .header-center-right-backet-name a {
    	text-decoration: none;
    	color: #919191;
    }
    
    .header-center-right-lk {
    	margin-top: 30px;
    
    	width: 165px;
    	min-height: 48px;
    
    	/*float: right;*/
    
    	text-align: center;
    
    	color: #919191;
    	
    	z-index: 9999;
    
    	font-size: 15pt;
    }
    
    .header-center-right-lk img {
        cursor: pointer;
    }
    
    .header-center-right-lk li:hover {
    	text-decoration: underline;
    }
    
    .header-bottom {
    	display: none;
    }
    
    .header-bottom-home {
    	display: none;
    }
    
    .header-bottom-home-img {
    	margin-top: 12px;
    	margin-left: 11px;
    }
    
    .header-bottom-home-img img {
        cursor: pointer;
    }
    
    .header-bottom-menu {
    	display: none;
    }
    
    .header-bottom-menu ul {
    	padding-inline-start: 15px;
    }
    
    .header-bottom-menu ul li {
    	list-style: none;
    	display: inline-flex;
    	justify-content: space-between;
    
    	font-size: 15pt;
    }
    
    .header-bottom-menu-about a {
    	text-decoration: none;
    	color: #eeeeee;
    }
    
    .header-bottom-menu-about a:hover {
    	/*text-decoration: underline;*/
    	border-bottom: 1px solid red;
    }
    
    .header-bottom-menu-delivery {
    	margin-left: 20px;
    }
    
    .header-bottom-menu-delivery a {
    	text-decoration: none;
    	color: #eeeeee;
    }
    
    .header-bottom-menu-delivery a:hover {
    	/*text-decoration: underline;*/
    	border-bottom: 1px solid red;
    }
    
    .header-bottom-menu-discount {
    	margin-left: 20px;
    }
    
    .header-bottom-menu-discount a {
    	text-decoration: none;
    	color: #eeeeee;
    }
    
    .header-bottom-menu-discount a:hover {
    	/*text-decoration: underline;*/
    	border-bottom: 1px solid red;
    }
    
    .header-bottom-menu-contacts {
        margin-left: 20px;
    }
    
    .header-bottom-menu-contacts a {
    	text-decoration: none;
    	color: #eeeeee;
    }
    
    .header-bottom-menu-contacts a:hover {
    	/*text-decoration: underline;*/
    	border-bottom: 1px solid red;
    }
    
    .header-bottom-menu-top {
        margin-left: 20px;
    }
    
    .header-bottom-menu-top a {
    	text-decoration: none;
    	color: #eeeeee;
    }
    
    .header-bottom-menu-top a:hover {
    	/*text-decoration: underline;*/
    	border-bottom: 1px solid red;
    }
    
    .cat_mobile {
        margin: 5px auto;
        padding-top: 7px;
        
        max-width: 767px;
        width: 100%;
        height: 38px;
        
        font-size: 17pt;
        
        display: flex;
        justify-content: center;
        
        background-color: #606060;
        color: #eeeeee;
        
        cursor: pointer;
    }
    
    .cat_mobile img {
        width: 32px;
        height: 32px;
    }
    
    .cat_mobile_header {
        margin-top: 2px;
        margin-left: 20px;
    }
    
    .cat_list_mobile {
        display: none;
    }
    
    .cat_mobile_ul {
        margin-top: -5px;
        padding-inline-start: 0;
        
        max-width: 767px;
        width: 100%;
        min-height: 33px;
        
        background-color: #606060;
        color: #eeeeee;
        
        font-size: 17pt;
    }
    
    .cat_mobile_li {
        margin: 0 auto;
        padding: 3px;
        
        text-align: center;
        
        max-width: 767px;
        width: 100%;
        
        cursor: pointer;
        
        border-top: 1px solid #eeeeee;
    }
    
    .cat_mobile_ul a {
        text-decoration: none;
        
        color: #eeeeee;
    }
    
    .cat_mobile_li:hover {
        background-color: black;
    }
    
    main {
        margin: 0 auto;
        
        max-width: 767px;
        width: 100%;
        min-height: 270px;
    }
    
    .content-up {
    	margin: 0 auto;
    
    	max-width: 767px;
        width: 100%;
    	min-height: 90px;
    }
    
    .delivery_mobile {
        min-height: 30px !important;
    }
    
    .content-up2 {
        display: none;
    }
    
    .content-up2 .content-up-limit {
        display: none;
    }
    
    .content-up-tablet_cat {
        display: none;
    }
    
    .content-up-search {
    	margin: 0 auto;
    	
    	display: flex;
    
    	width: 250px;
    	height: 20px;
    }
    
    .content-up-search form {
        display: flex;
        height: 36px;
    }
    
    .content-up-search input {
        padding: 5px;
        
    	width: 200px;
    	min-height: 30px;
    
    	float: left;
    
    	font-size: 15pt;
    	
    	border-radius: 15px;
    }
    
    .content-up-search button {
    	width: 41px;
    	height: 41px;
    
    	float: left;
    	
    	cursor: pointer;
    
    	background-image: url('../images/search2.png');
    	background-size: cover;
    	background-color: white;
    	background-repeat: no-repeat;
    	
    	border: none;
    }
    
    .content-up-sort {
    	margin: 35px auto;
    
    	font-size: 15pt;
    
    	max-width: 310px;
    	width: 100%;
    	height: 20px;
    }
    
    .content-up-sort form {
        display: flex;
    }
    
    .content-up-limit {
    	margin-top: 35px;
    	/*margin-right: 20px;*/
    
    	font-size: 14pt;
    	
    	text-align: right;
    
    	max-width: 767px;
    	width: 96%;
    	min-height: 20px;
    }
    
    .content-up-limit a {
    	text-decoration: none;
    }
    
    .content-up-limit a:hover {
    	border-bottom: 1px solid red;
    }
    
    .content-center {
    	margin: 0 auto;
    
    	max-width: 767px;
        width: 100%;
    	min-height: 550px;
    	
    	display: flex;
    }
    
    .content-center-left {
        display: none;
    }
    
    .content-center-left-catzagol {
    	margin-top: 5px;
    	padding-top: 5px;
    
    	width: 249px;
    	height: 30px;
    
    	border-radius: 15px 15px 0 0;
    
    	color: #eeeeee;
    	background-color: #404040;
    	
    	border-bottom: 1px solid #909090;
    
    	font-size: 16pt;
    
    	text-align: center;
    }
    
    .content-center-left-cat {
    	display: none;
    }
    
    .content-center-left-cat-single {
    	padding-top: 5px;
    
    	width: 249px;
    	min-height: 32px;
    
    	color: #eeeeee;
    
    	position: relative;
    
    	text-align: center;
    
    	font-size: 14pt;
    
    	background-color: #606060;
    
    	border-bottom: 1px solid #909090;
    	/*border-left: 1px solid #ef3739;
    	border-right: 1px solid #ef3739;*/
    }
    
    .content-center-left-cat-single a {
        color: #eeeeee;
        
        text-decoration: none;
    }
    
    .content-center-left-cat-single-ulpodcat {
    	margin-left: 209px;
    	margin-top: -27px;
    
    	display: none;
    
    	width: 250px;
    	height: 18px;
    }
    
    .content-center-left-cat-single-ulpodcat li {
    	padding-left: 10px;
    	padding-top: 5px;
    
    	width: 250px;
    	min-height: 32px;
    
    	color: #eeeeee;
    	background-color: grey;
    
    	border-bottom: 1px solid #909090;
    
    	font-size: 14pt;
    
    	text-align: left;
    	list-style: none;
    }
    
    .content-center-left-cat-single li ul {
        position:absolute; 
        left:0; 
        bottom:100%;
    }
    
    .content-center-left-cat-single-ulpodcat li:hover {
    	background-color: black;
    }
    
    .content-center-left-cat-single-ulpodcat li:hover a {
    	background-color: black;
    }
    
    .content-center-left-cat-single-ulpodcat a {
    	text-decoration: none;
    	color: #eeeeee;
    }
    
    .content-center-left-cat-single:hover {
    	background-color: black;
    }
    
    .content-center-left-cat-single:hover .content-center-left-cat-single-ulpodcat {
    	display: block;
    }
    
    /*.content-center-left-cat-single:last-child {
    	padding-top: 5px;
    
    	width: 249px;
    	height: 30px;
    
    	border-radius: 0 0 15px 15px;
    
    	color: #eeeeee;
    	background-color: #ef3739;
    
    	font-size: 14pt;
    
    	text-align: center;
    }*/
    
    .content-center-right {
    	margin-top: 5px;
    
    	max-width: 767px;
        width: 100%;
    	min-height: 200px;
    }
    
    .count_prod_search {
        margin-top: 20px;
    }
    
    .content-center-right-info-map {
        margin: 0 auto;
        
        max-width: 700px;
        width: 98%;
        height: auto;
        
        text-align: center;
    }
    
    .content-center-right-info-map img {
        text-align: center;
    }
    
    .content-center-right-info {
        margin: 10px auto;
        padding: 5px;
        
        max-width: 700px;
        width: 96%;
        min-height: 250px;
        
        font-size: 16pt;
        
        text-align: justify;
        
        /*border: 1px solid #606060;*/
        border-radius: 15px;
    }
    .content-center-right-info-header {
        max-width: 720px;
        width: 100%;
        min-height: 50px;
        
        text-align: center;
        
        font-size: 18pt;
    }
    
    .content-center-right-info-text {
        margin: 5px auto;
        
        text-indent: 10px;
        
        font-size: 14pt;
        
        max-width: 720px;
        width: 95%;
        min-height: 170px;
    }
    
    .content-center-right-info-text ul {
        padding-inline-start: 10px;
    }
    
    .content-center-right-info-text ul li {
        margin-top: 10px;
        margin-left: 10px;
    }
    
    .content-center-right-info-hr {
        margin: 10px auto;
        max-width: 600px;
        width: 80%;
    }
    
    .single-products {
        margin: 10px auto;
        
        max-width: 750px;
        width: 96%;
        min-height: 150px;
        
        border: 1px solid #606060;
        
        /*display: flex;*/
        
        border-radius: 15px;
        
        /*background-color: #309439;*/
    }
    
    .single-products-left {
        margin: 0 auto;
        
        max-width: 110px;
        min-height: 110px;
        
        /*background-color: #950490;*/
        
        /*float: left;*/
    }
    
    .single-products-left-image {
        margin: 25px auto;
        
        width: 101px;
        height: 101px;
    }
    
    /*.single-products-left-image img {
        width: 100px;
        height: 80px;
    }*/
    
    .single-products-right {
        max-width: 767px;
        width: 100%;
        min-height: 160px;
        
        /*background-color: #965400;*/
        
        /*float: right;*/
    }
    
    .single-products-right-zagol {
        padding: 5px;
        margin: 22px auto;
        max-width: 767px;
        width: 95%;
        min-height: 30px;
        
        /*background-color: #859340;*/
    }
    
    .single-products-right-zagol a {
        text-decoration: none;
        color: blue;
    }
    
    .single-products-right-code {
        margin-top: 4px;
        margin-left: 5px;
        
        max-width: 200px;
        width: 100%;
        height: 30px;
        
        /*background-color: #485934;*/
    }
    
    .single-products-right-price {
        margin-top: 10px;
        margin-left: 5px;
        
        max-width: 200px;
        width: 100%;
        min-height: 30px;
        
       /* background-color: #758;*/
    }
    
    .act_with_money {
        max-width: 767px !important;
        min-width: 150px !important;
        width: 100% !important;
        min-height: 30px !important;
        
        justify-content: space-between;
    }
    
    .single-products-right-buyform {
        margin-top: 10px;
        margin-left: 0 !important;
        
        max-width: 120px !important;
        width: 100% !important;
        min-height: 30px !important;
        /*min-width: 115px;
        min-height: 30px;*/
    }
    
    .single-products-right-buyform button {
        border: 1px solid grey;
        color: white;
        background-color: green;
        cursor: pointer;
    }
    
    .single-products-right-buyform button:hover {
        border: 1px solid black;
        color: green;
        background-color: white;
    }
    
    .single-products-right-buyform button:active {
        border: 1px solid grey;
        color: white;
        background-color: red;
    }
    
    .single-products-right-buyform input {
        text-align: right;
    }
    
    .buyform_mobile_search_product_page {
        margin-left: 20px !important;
    }
    
    .content-center-bottom {
    	max-width: 730px;
    	width: 98%;
    	min-height: 50px;
    }
    
    .content-center-bottom-pagination {
    	margin: 20px auto;
    
    	font-size: 15pt;
    	
    	text-align: left;
    
    	max-width: 730px;
    	width: 98%;
    	min-height: 30px;
    
    	text-align: left;
    }
    
    .content-center-bottom-pagination a {
    	text-decoration: none;
    }
    
    .content-center-bottom-pagination a:vlink {
    	color: blue;
    }
    
    .content-center-bottom-pagination a:hover {
    	border-bottom: 1px solid red;
    }
    
    
    
    .content-register {
        margin: 20px auto;
        
        max-width: 767px;
        width: 100%;
        min-height: 200px;
        
        text-align: center;
    }
    
    .content-register-gotoreg {
        margin: 35px auto;
        
        min-width: 350px;
        max-width: 767px;
        width: 100%;
        height: 30px;
        
        font-size: 15pt;
        
        text-align: center;
    }
    
    .content-register-gotoreg a {
        text-decoration: none;
    }
    
    .content-register-zagol {
        max-width: 767px;
        width: 100%;
        height: 30px;
        
        font-size: 15pt;
    }
    
    .content-register-answer {
        margin: 10px auto;
        
        max-width: 300px;
        width: 100%;
        height: 40px;
        
        border-radius: 15px 15px 0 0;
        border-top: 1px solid grey;
        border-left: 1px solid grey;
        border-right: 1px solid grey;
        
        font-size: 15pt;
    }
    
    .content-register-form {
        margin: -22px auto;
        
        max-width: 300px;
        width: 100%;
        min-height: 100px;
        
        border-radius: 15px;
        border: 1px solid grey;
        
        font-size: 13pt;
    }
    
    .content-register-form button {
        margin-top: 10px;
    }
    
    .content-register-form input {
        margin-top: 10px;
    }
    
    .cart-main {
        margin: 15px auto;
        
        max-width: 750px;
        width: 100%;
        min-height: 200px;
    }
    
    .cart-main-header_busket {
        margin: 10px auto;
        
        max-width: 750px;
        width: 98%;
        min-height: 20px;
        
        color: #606060;
        
        text-align: center;
        
        font-size: 20pt;
    }
    
    .cart-main-zagol {
        /*width: 950px;
        height: 50px;
        
        background-color: #606060;
        
        color: #eeeeee;
        
        text-align: center;
        
        font-size: 14pt;
        
        display: flex;*/
        
        display: none;
    }
    
    .cart-main-zagol-image {
        padding-top: 12px;
        
        width: 90px;
        height: 38px;
        
        border-right: 1px solid #eeeeee;
    }
    
    .cart-main-zagol-name {
        padding-top: 12px;
        
        width: 409px;
        height: 38px;
        
        border-right: 1px solid #eeeeee;
    }
    
    .cart-main-zagol-count {
        padding-top: 12px;
        
        width: 104px;
        height: 38px;
        
        border-right: 1px solid #eeeeee;
    }
    
    .cart-main-zagol-singleprice {
        padding-top: 12px;
        
        width: 144px;
        height: 38px;
        
        border-right: 1px solid #eeeeee;
    }
    
    .cart-main-zagol-totalprice {
        padding-top: 12px;
        
        width: 124px;
        height: 38px;
        
        border-right: 1px solid #eeeeee;
    }
    
    .cart-main-zagol-remove {
        padding-top: 12px;
        
        width: 74px;
        height: 38px;
    }
    
    .cart-main-product {
        margin: 0 auto;
        padding: 10px;
        
        max-width: 750px;
        width: 92%;
        min-height: 110px;
        
        background-color: #F2F2F2;
        
        text-align: center;
        
        border: 1px solid black;
        
        font-size: 12pt;
    }
    
    .cart-main-product-image {
        margin: 0 auto;
        
        width: 80px;
        min-height: 80px;
    }
    
    .cart-main-product-image img {
        width: 80px;
        height: 80px;
    }
    
    .cart-main-product-name {
        margin: 0 auto;
        text-align: center;
        
        max-width: 750px;
        width: 95%;
        min-height: 40px;
        
        border-bottom: 1px solid #606060;
    }
    
    .cart-main-product-count {
        margin: 0 auto;
        
        max-width: 104px;
        min-height: 80px;
        
        display: flex;
        justify-content: space-around;
    }
    
    .cart-main-product-count input {
        margin-top: 10px;
        width: 50px;
        
        text-align: center;
    }
    
    .cart-main-product-count a {
        cursor: pointer;
    }
    
    .cart-main-product-count-dec {
        margin-left: 5px;
        
        width: 12px;
        height: 20px;
        
        color: red;
        
        font-size: 30pt;
    }
    
    .cart-main-product-count-count {
        margin-top: 5px;
        
        min-width: 30px;
        height: 20px;
        
        font-size: 14pt;
    }
    
    .cart-main-product-count-count button {
        margin: 10px auto;
    }
    
    .cart-main-product-count-inc {
        margin-right: 5px;
        
        width: 12px;
        height: 20px;
        
        color: blue;
        
        font-size: 30pt;
    }
    
    .singleprice_mobile {
        border-top: 1px solid #606060;
        margin-top: 5px;
    }
    
    .cart-main-product-singleprice {
        margin: 10px auto;
        
        max-width: 750px;
        width: 100%;
        min-height: 30px;
        
        color: green;
        font-weight: bold;
        
        border-bottom: 1px solid #606060;
        
        font-size: 14pt;
    }
    
    .cart-main-product-totalprice {
        margin: 10px auto;
        
        max-width: 750px;
        width: 100%;
        min-height: 30px;
        
        color: green;
        
        font-weight: bold;
        
        border-bottom: 1px solid #606060;
        
        font-size: 14pt;
    }
    
    .cart-main-product-remove {
        margin: 0 auto;
        
        cursor: pointer;
        
        width: 74px;
        min-height: 25px;
    }
    
    
    .cart-prod_mobile {
        max-width: 750px !important;
        width: 90% !important;
        min-height: 200px !important;
    }
    
    .cart-main-product-count_mobile {
        margin: 0 auto;
        
        max-width: 750px;
        width: 95%;
        min-height: 63px;
        
        display: block;
    }
    
    .content-center-right-info-hr_mobile {
        max-width: 750px !important;
        width: 95% !important;
    }
    
    .delivery_info {
        margin: 0 auto;
        max-width: 750px;
        width: 98%;
        min-height: 40px;
    }
    
    
    
    
    .cart-main-oformlenie {
        margin-top: 15px;
        margin-right: 20px;
        
        text-align: right;
        
        font-size: 15pt;
        
        max-width: 750px;
        width: 96%;
        height: 30px;
    }
    
    .cart-main-oformlenie input {
        cursor: pointer;
        font-size: 15pt;
        color: white;
        background-color: green;
        border: 1px solid grey;
        border-radius: 15px;
    }
    
    .cart-main-oformlenie input:hover {
        background-color: white;
        color: black;
        border: 1px solid green;
        border-radius: 10px;
    }
    
    .cart-main-oformlenie input:active {
        background-color: pink;
        border: 1px solid grey;
        color: black;
    }
    
    .cart-main-oformlenie a{
        text-decoration: none;
    }
    
    .main-order {
        margin: 0 auto;
        
        max-width: 750px;
        width: 98%;
        min-height: 5px;
    }
    
    .main-order-header {
        margin: 0 auto;
        
        max-width: 750px;
        width: 98%;
        min-height: 30px;
        
        text-align: center;
        
        color: red;
        
        font-size: 17pt;
        font-weight: bold;
    }
    
    .main-order-form {
        margin: 0 auto;
        
        max-width: 750px;
        width: 98%;
        min-height: 100px;
        
        font-size: 12pt;
    }
    
    .main-order-form-header {
        margin: 5px auto;
        
        max-width: 750px;
        width: 98%;
        min-height: 30px;
        
        text-align: center;
        
        font-size: 14pt;
    }
    
    .main-order-form-center {
        max-width: 750px;
        width: 98%;
        min-height: 100px;
    }
    
    .main-order-form-center-form {
        margin: 15px auto;
        
        max-width: 160px;
        width: 95%;
        min-height: 100px;
    }
    
    .main-order-form-center-form button {
        cursor: pointer;
        font-size: 15pt;
        color: white;
        background-color: green;
        border: 1px solid grey;
    }
    
    .main-order-form-center-form button:hover {
        background-color: white;
        color: black;
        border: 1px solid green;
        border-radius: 10px;
    }
    
    .main-order-form-center-form button:active {
        background-color: pink;
        border: 1px solid grey;
        color: black;
    }
    
    .main-order-form-center-right {
        margin: 0 auto;
        
        max-width: 750px;
        width: 98%;
        min-height: 100px;
    }
    
    .main-order-form-center-right-info {
        padding: 5px;
        
        margin: 30px auto;
        
        max-width: 170px;
        width: 100%;
        min-height: 40px;
        
        font-size: 14pt;
        
        text-align: center;
        
        border: 1px solid grey;
        border-radius: 15px;
    }
    
    .confirm-order-block {
        margin: 0 auto;
        
        text-align: center;
        
        max-width: 750px;
        width: 100%;
        min-height: 200px;
    }
    
    .confirm-order-block-image {
        margin: 10px auto;
        
        min-width: 100px;
        min-height: 100px;
    }
    
    .confirm-order-block-info {
        margin: 10px auto;
        
        font-size: 18pt;
        
        min-width: 100px;
        min-height: 100px;
    }
    
    
    .main-lk {
        margin: 0 auto;
        
        max-width: 767px;
        min-height: 310px;
        
        /*display: inline-flex;
        justify-content: space-between;*/
    }
    
    .main-lk-left {
        margin: 30px auto;
        
        max-width: 450px;
        width: 100%;
        height: 79px;
    }
    
    .main-lk-left ul {
        padding-inline-start: 0;
        
        display: flex;
        
        justify-content: space-around;
    }
    
    .main-lk-left li {
        padding: 3px;
        
        text-align: center;
        
        color: #eeeeee;
        
        font-size: 13pt;
        
        background-color: #606060;
        
        border-right: 1px solid white;
        
        list-style: none;
    }
    
    .main-lk-left a {
        text-decoration: none;
    }
    
    .main-lk-left li:hover {
        background-color: black;
        cursor: pointer;
    }
    
    .main-lk-right {
        margin-top: 20px;
        
        max-width: 767px;
        width: 100%;
        min-height: 200px;
    }
    
    .table_affiliate {
        font-size: 9.3pt;
    }
    
    .main-lk-right-personal_data {
        margin: 0 auto;
        
        max-width: 450px;
        width: 100%;
        min-height: 200px;
        
        display: flex;
        
        /*border: 1px solid grey;*/
    }
    
    .main-lk-right-personal_data-left {
        width: 70px;
        height: 131px;
        
        text-align: center;
        
        background-color: #F2F2F2;
    }
    
    .main-lk-right-personal_data-left-info {
        padding-top: 7px;
        
        width: 70px;
        min-height: 24px;
        
        border: 1px solid grey;
    }
    
    .main-lk-right-personal_data-right {
        max-width: 420px;
        width: 100%;
        height: 130px;
        
        border: 1px solid grey;
    }
    
    .main-lk-right-personal_data-right-info {
        padding-top: 7px;
        
        max-width: 418px;
        width: 100%;
        min-height: 25px;
        
        text-align: center;
        
        border-bottom: 1px solid grey;
    }
    
    .main-lk-right-personal_data-right-info:last-child {
        border: none;
    }
    
    .main-lk-right-my_orders {
        margin: 0 auto;
        
        max-width: 767px;
        width: 100%;
        min-height: 100px;
    }
    
    .main-lk-right-my_orders-zagol {
        margin: 0 auto;
        
        max-width: 400px;
        width: 100%;
        min-height: 30px;
        
        display: flex;
    }
    
    .main-lk-right-my_orders-zagol-menu {
        padding-top: 5px;
        
        max-width: 90px;
        width: 100%;
        min-height: 25px;
        
        font-size: 13pt;
        
        border-right: 1px solid #eeeeee;
        
        text-align: center;
        
        color: #eeeeee;
        
        background-color: #606060;
    }
    
    .main-lk-right-my_orders-zagol-menu:nth-of-type(1) {
        width: 35px !important;
        min-width: 35px !important;
    }
    
    .main-lk-right-my_orders-order {
        margin: 0 auto;
        
        max-width: 401px;
        width: 100%;
        min-height: 50px;
    }
    
    .main-lk-right-my_orders-order-single {
        max-width: 400px;
        width: 99%;
        min-height: 30px;
        
        border: 1px solid grey;
        
        display: flex;
        justify-content: space-between;
    }
    
    .main-lk-right-my_orders-order-single-info {
        padding-top: 5px;
        
        max-width: 90px;
        width: 99%;
        min-height: 25px;
        
        border-right: 1px solid grey;
        /*border-bottom: 1px solid grey;*/
        
        text-align: center;
        
        background-color: #f5f5f5;
    }
    
    .main-lk-right-my_orders-order-single-info:nth-of-type(1) {
        width: 35px !important;
        min-width: 35px !important;
    }
    
    .main-lk-right-my_orders-order-single-info:last-child {
        border-right: none;
    }
    
    .main-lk-right-header {
        width: inherit;
        min-height: 25px;
        
        font-size: 16pt;
        
        text-align: center;
    }
    
    .main-lk-right-add_cat {
        padding-top: 5px;
        
        width: inherit;
        min-height: 195px;
        
        text-align: center;
    }
    
    .main-lk-right-add_cat-header {
        width: inherit;
        min-height: 25px;
        
        font-size: 16pt;
        
        text-align: center;
        
        color: green;
    }
    
    .product-page-zagol {
        margin-left: 20px !important;
        
        max-width: 600px;
        width: 92%;
        min-height: 30px;
    }
    
    .product-page-code {
        margin-left: 20px !important;
    }
    
    .product-page-price {
        margin-left: 20px !important;
    }
    
    .buyform_product_page_mobile {
        margin-left: 20px !important;
    }
    
    .product_page_mobile_search {
        margin-left: 5px !important;
    }
    
    img {
      cursor: zoom-in;
    }
    
    .main-discount {
        margin: 0 auto;
        
        max-width: 767px;
        width: 100%;
        min-height: 390px;
    }
    
    .main-discount-single {
        margin: 40px auto;
        
        border: 1px solid grey;
        border-radius: 15px;
        
        max-width: 760px;
        width: 96%;
        min-height: 390px;
    }
    
    .main-discount-single:first-child {
        margin-top: 20px;
    }
    
    .main-discount-single-header {
        max-width: 760px;
        width: 100%;
        min-height: 190px;
    
    }
    
    .main-discount-single-header-img {
        margin: 10px auto;
        
        background-image: url('../images/discount_main_image.png');
        background-size: cover;
        background-repeat: no-repeat;
        
        width: 275px;
        height: 98px;
    }
    
    .main-discount-single-header-zagol {
        margin-top: 10px;
        
        max-width: 760px;
        width: 100%;
        min-height: 25px;
        
        font-family: calibri;
        font-size: 23pt;
        font-style: italic;
        
        text-align: center;
    }
    
    .main-discount-single-info {
        max-width: 760px;
        width: 100%;
        min-height: 50px;
        
        font-size: 16pt;
        font-family: calibri;
    }
    
    .main-discount-single-info-left {
        padding: 10px;
        
        max-width: 740px;
        width: 95%;
        min-height: 50px;
        
        text-align: justify;
    }
    
    .main-discount-single-info-right {
        max-width: 760px;
        width: 100%;
        min-height: 150px;
        
        border-top: 1px solid black;
        
        display: flex;
        
        justify-content: space-around;
    }
    
    .main-discount-single-info-right-left {
        max-width: 120px;
        min-height: 120px;
    }
    
    .main-discount-single-info-right-left-image {
        margin-top: 15px;
        width: 160px;
        min-height: 120px;
    }
    
    .main-discount-single-info-right-left-image img {
        cursor: pointer;
        
        width: 160px;
        min-height: 120px;
    }
    
    .main-discount-single-info-right-right {
        max-width: 150px;
        width: 100%;
        min-height: 120px;
    }
    
    .main-discount-single-info-right-right-price {
        margin-top: 15px;
        
        max-width: 150px;
        width: 100%;
        min-height: 80px;
        
        text-align: center;
        
        font-size: 21pt;
    }
    
    .main-discount-single-info-right-right-buy {
        max-width: 150px;
        width: 100%;
        min-height: 40px;
    }
    
    .main-discount-single-info-right-right-buy button {
        margin: 10px auto;
        /*margin-left: 45px;*/
        
        width: 150px;
        
        font-size: 14pt;
        
        text-align: center;
        
        border: 1px solid grey;
        color: white;
        background-color: green;
        cursor: pointer;
    }
    
    .main-discount-single-info-right-right-buy button:hover {
        border: 1px solid black;
        color: green;
        background-color: white;
    }
    
    .main-discount-single-info-right-right-buy button:active {
        border: 1px solid grey;
        color: white;
        background-color: red;
    }
    
    
    
    .users {
        margin: 20px auto;
        
        width: 600px;
        min-height: 200px;
    }
    
    .users-header {
        width: 600px;
        min-height: 28px;
        
        /*border: 1px solid grey;*/
        background-color: #606060;
        
        display: flex;
    }
    
    .users-header-id {
        padding-top: 5px;
        
        width: 100px;
        min-height: 23px;
        
        text-align: center;
        
        color: #eeeeee;
        
        border-right: 1px solid #eeeeee;
    }
    
    .users-header-name {
        padding-top: 5px;
        
        width: 200px;
        min-height: 23px;
        
        text-align: center;
        
        color: #eeeeee;
        
        border-right: 1px solid #eeeeee;
    }
    
    .users-header-email {
        padding-top: 5px;
        
        width: 298px;
        min-height: 23px;
        
        text-align: center;
        
        color: #eeeeee;
    }
    
    .users-list {
        width: 598px;
        min-height: 100px;
    }
    
    .users-list a {
        cursor: pointer;
    }
    .users-list a:hover .users-list-single{
        background-color: #c4ffef;
        color: black;
        font-weight: bold;
    }
    
    .users-list-single {
        width: 598px;
        min-height: 28px;
        
        display: flex;
        
        border: 1px solid grey;
        border-top: none;
        
        background-color: #F2F2F2;
    }
    
    .users-list-id {
        padding-top: 5px;
        
        width: 99px;
        min-height: 23px;
        
        border-right: 1px solid grey;
        
        text-align: center;
    }
    
    .users-list-name {
        padding-top: 5px;
        
        width: 200px;
        min-height: 23px;
        
        border-right: 1px solid grey;
        
        text-align: center;
    }
    
    .users-list-email {
        padding-top: 5px;
        
        width: 297px;
        min-height: 23px;
        
        text-align: center;
    }
    
    .payment {
        margin: 50px auto;
        
        max-width: 750px;
        width: 98%;
        height: 200px;
    }
    
    .payment-img {
        margin: 0 auto;    
        
        width: 128px;
        height: 128px;
    }
    
    .payment-img img {
        margin-top: 10px;
        margin-left: 10px;
        cursor: default;
    }
    
    .payment-under_text {
        padding: 5px;
        margin: 0 auto;
        
        font-size: 20pt;
        
        text-align: center;
        
        max-width: 750px;
        width: 98%;
        min-height: 62px;
    }
    
    .top_prod-header {
        margin: 30px auto;
        
        max-width: 310px;
        width: 100%;
        min-height: 30px;
        
        text-align: center;
        
        font-size: 22pt;
    }
    
    .top_prod-header hr {
        max-width: 290px;
        width: 100%;
    }
    
    .top_prod-product_list {
        margin: 30px auto;
        
        max-width: 767px;
        width: 100%;
        min-height: 300px;
    }
    
    .top_prod-product_list .single-products {
        margin: 0 auto;
    }
    
    #top_cat {
        margin-left: 20px;
    }
    
    #top_cat a {
        cursor: pointer;
        text-decoration: none;
    	color: #eeeeee;
    }
    
    #top_cat ul {
        margin-top: 38px;
        margin-left: -170px;
        
        z-index: 10000;
        
        text-align: left;
        
        width: 200px;
        min-height: 50px;
        
        background-color: #606060;
        
        display: none;
    }
    
    #top_cat ul hr {
        margin-right: 15px;
    }
    
    #top_cat ul li {
        margin-top: 10px;
        
        eeeeee
        
        text-align: left;
        
        min-width: 100px;
        min-height: 30px;
    }
    
    #top_cat ul li a{
        cursor: pointer;
    }
    
    #top_cat ul li a:hover {
        color: pink;
    }
    
    #top_cat:hover ul{
        display: block;
    }
    
    /*Блок с информацией о заказе пользователя*/
    .user_order_info {
        margin: 30px auto;
        
        max-width: 750px;
        width: 98%;
        min-height: 200px;
    }
    
    .user_order_info-header {
        margin: 10px auto; 
        
        font-size: 18pt; 
        
        text-align: center; 
        
        max-width: 750px; 
        width: 98%;
        height: auto; 
        
        color: green;
    }
    
    .user_order_info-info {
        padding: 10px;
        
        font-size: 14pt; 
        
        max-width: 750px; 
        width: 93%;
        min-height: 180px;
    }
    
    .total_price {
        margin-top: 20px;
        
        font-size: 17pt; 
        
        max-width: 750px;
        width: 95%;
        height: auto;
        
        text-align: right;
    }
    
    .payment_form {
        margin-top: 15px;
        
        text-align: right;
        
        max-width: 750px;
        width: 95%;
        height: auto;
    }
    
    .payment_form button {
        background-color: green;
        border: none;
        
        color: white;
        
        font-size: 16pt;
    }
    
    .payment_form button:hover {
        background-color: #23A921;
        cursor: pointer;
    }
    
    .delivery_info {
        margin-top: 15px;
        
        text-align: center;
        
        font-size: 15pt;
        font-weight: bold;
        
        color: green;
    }
    
    /*Страница с выводом подкатегорий*/
    .content-center-right-zagol {
        /*margin-top: 20px;*/
        margin-left: 30px;
        
        font-size: 24pt;
        
        color: green;
        
        width: 270px;
        min-height: 30px;
    }
    
    .content-center-right-podcats {
        /*margin-left: 10px;*/
        
        max-width: 767px;
        width: 90%;
        min-height: 50px;
    }
    
    .content-center-right-podcats ul {
        /*margin-left: 20px;*/
        padding-inline-start: 0;
        
        margin-left: 30px;
        
        max-width: 767px;
        width: 90%;
    }
    
    .content-center-right-podcats ul li {
        margin-top: 5px;
        
        
        /*display: inline-block;*/
        
        max-width: 767px;
        width: 90%;
        
        font-size: 14pt;
    }
    
    .content-center-right-podcats ul li a{
        text-decoration: none;
        color: LightSlateGrey;
        
        max-width: 767px;
        width: 85%;
    }
    
    .content-center-right-podcats ul li a:hover {
        color: red;
    }
    
    
    
    
    
    
    
    
    
    
    footer {
    	margin: 40px auto 0 auto;
    
    	max-width: 767px;
    	width: 100%;
    	min-height: 120px;
    
    	background-color: #f5f5f5;
    }
    
    .footer-copyright {
    	position: relative;
    	right: 25px;
    	top: 70px;
    
    	font-size: 16pt;
    
    	text-align: right;
    
    	max-width: 767px;
    	width: 100%;
    	height: 30px;
    
    	color: #909090;
    }
    
    .footer-policy {
        min-height: 30px;
        min-width: 50px;
        
        float: right;
        margin-right: 25px; 
        color: #909090;
    }
    
    .footer-policy:hover a:link{
        color: red;
        font-size: 10pt;
    }
    
    #cart_add_notification {
        display: none; 
        width: 20px; 
        height: 20px;
        border: 1px solid grey; 
        border-radius: 15px; 
        background-color: red;
    }
    
    #privacy_update {
        text-align: right;
    }
    
    .up_arrow {
        position: fixed;
        bottom: 0;
        right: 0;
        
        z-index: 100000;
        
        max-width: 767px;
        width: 100%;
        min-height: 20px;
        
        font-size: 23pt;
        
        text-align: center;
        
        color: #eeeeee;
        
        background-color: #606060;
        
        display: none;
    }
    
    .main-ref-zagol {
        margin: 20px auto;
        
        max-width: 747px;
        width: 97%;
        min-height: 30px;
        
        font-size: 20pt;
        
        text-align: center;
        
        color: #606060;
    }
    
    .main-ref-content {
        margin: 10px auto;
        padding: 10px;
        padding-top: 0;
        
        /*text-indent: 30px;*/
        
        max-width: 737px;
        width: 93%;
        min-height: 30px;
        
        font-size: 14pt !important;
        
        text-align: justify;
    }
    
    .main-ref-link {
        margin: 10px auto;
        padding: 10px;
        
        width: 270px;
        min-height: 33px;
        
        font-size: 18pt;
        
        text-align: center;
        
        color: green;
        
        border: 1px solid red;
    }
    
    .main-lk-right-ref-header {
        margin: 5px auto;
        margin-left: 10px;
        
        max-width: 767px;
        width: 96%;
        min-height: 30px;
        
        font-size: 18pt;
        
        color: #606060;
    }
    
    .main-lk-right-ref-content {
        margin: 10px auto;
        padding: 10px;
        padding-top: 0;
        
        max-width: 750px;
        width: 93%;
        min-height: 30px;
        
        font-size: 15pt;
        
        text-align: justify;
    }
    
}