/*Header CSS*/
* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-image: url(/img/background.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-width: 1140px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    flex-direction: column;
    position: relative;
}

a {
    text-decoration: none;
    color: black;
}
img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
ul {
    list-style: none;
}
pre {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:15px;
    font-weight:700;
}
.loading { /*gif загрузка*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

#content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.header_top {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 32px;
    background-color: black;
    padding: 8px 0;
}

.user a{
    float: left;
    color: white;
}

/*-----------------Login----------------------*/
.acount {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    color: white;
    width: 1140px;
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.acount span{
    display: flex;
    align-items: center;
    max-height: 22px;
    float: right;
}
.acount img{
    max-height: 30px;
    margin-left: 5px;
}

.acount label{
    padding-right: 3px;
}
.acount>span>p{
    margin: 0 3px;
}

.acount a:hover {
    color: #337ab7;
}
.acount label:hover{
    cursor: pointer;
    color: #337ab7;
}
.acount input[type='checkbox']{
    display: none;
}
.user{
    width: 50%;
}
.right{
    font-size: 14px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content:flex-end;
    width: 50%;
    text-align: right;
}

.header_bottom {
    width: 1140px;
    height: 125px;
}
.logo {
    float: left;
    position: relative;
    height: 100%;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo>a>img {
    height: 110px;
    /*width: 90%;*/

}
.search {
    float: left;
    height: 100%;
    width: 58%;
    display: flex;
    align-items: center;
    justify-content: center;


}

.search>input {
    width: 90%;
    height: 42px;
    font-family: Arial, FontAwesome;
    border: 1px solid #f0f0f0;
    padding: 10px;

}


.telefon {
    float: left;
    font-weight: bold;
    font-size: 18px;
    width: 17%;
    height: 100%;
    color: black;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 20px;


}

.telefon>span>img{
    display: inline-block;
    height: 17px;
    padding-right: 5px;
    margin-bottom: 4px;
}

.nav_area {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 44px;
    background-color: #247ebd;
}
.nav_areaFixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.navigation {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    list-style: none;
    height: 100%;
    width: 1140px;
    box-sizing: border-box;
}
.nav_left {
    border-radius: 7px;
    cursor: pointer;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none repeat scroll 0 0 #14659e;
    height: 100%;
    position: relative;
    width: 17%;
    color: white;
}
.nav_left>span {
    margin-right: 10px;

}
.navigation a{
    color: #fff;
}
.open_menu {
    border-radius: 7px 7px 10px 10px;
    z-index: -1;
    box-shadow: 0 10px 15px #ddd;
    overflow: hidden;
    padding: 0 30px;
    box-sizing: border-box;
    position: absolute;
    top: 44px;
    left: 0;
    width: 0px;
    height: 0px;
    opacity: 0;
    background: no-repeat url("/img/menu.jpg");
    background-size: cover;
    transition: all 0.5s ease;

}
.menu_show{
    width: 1140px;
    height: 460px;
    transition: all 0.5s ease;
    opacity: 0.95;
    z-index: 9;
}
#bCatalog{
    display: flex;
    align-items: center;
    justify-content: center;
}
.open_menu>ul {
    display: block;
    float: left;
    padding: 0px 30px 10px 0;
}
.open_menu li{
    padding: 10px 35px 10px 10px;
}
.open_menu li:hover{
    background-color: #18328238;
    color: black;
    border-radius: 7px;
    transition: all 0.3s;
}

.open_menu p{
    padding: 10px 0 10px 0;
}

.nav_left>a>i{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-left: 35px;
}
.nav_left i {
    font-size: x-large
}

.nav_center{
    position: relative;
    text-transform: uppercase;
    float: left;
    width: 66%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#mobile_contact {
    display: none;
}

.nav_center ul{
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;

}
.nav_center li{
    padding: 0 37px;
    position: relative;
}

.nav_center>ul>li>a:hover{
    transition: border-top-color 0.3s;
    cursor: pointer;
    text-shadow: 0px 0px 1px black;
    border-top: solid 5px black;
    padding-top: 14px;
    padding-bottom: 5px;
}
/*--------------Кошик-------------------*/
.koshuk {
    color: white;
    position: relative;
    border-radius: 7px;
    cursor: pointer;
    height: 100%;
    width: 17%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #14659e;;
}
.close_koshuk, .open_koshuk {
    color: black;
    background-color: white;
    border-radius: 7px 7px 10px 10px;
    box-shadow: 0 5px 13px #98989863;
    overflow-y: overlay;
    overflow-x: hidden;
    padding: 0 30px;
    position: absolute;
    box-sizing: border-box;
    right: 0;
    top: 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.5s ease;
}
.close_koshuk {
    opacity: 0;
    z-index: -1;
    max-height: 0px;
    width: 0px;
}

.open_koshuk{
    opacity: 0.99;
    z-index: 9;
    width: 1140px;
    height: max-content;
    max-height: 700px;
}
#zoom{
    width: 30px;
    height: 30px;
}
.button_cart img{
    height: 20px;
    margin-bottom: 5px;
    padding-right: 10px;
}
.open_koshuk table th{
    background-color: #cecece;
    padding: 10px;
    border: 1px solid #dad8d8;
}

.open_koshuk table	th:nth-child(1){
    width: 5%;
}
.open_koshuk table	th:nth-child(2){
    width: 50%;
}
.open_koshuk td:last-child img{
    padding: 0;
    margin: 0;
    max-height: 20px;
}
.open_koshuk table	th{
    width: 10%;
}
.open_koshuk table	th:last-child{
    width: 4%;
}

.open_koshuk table td {
    color: black;
    padding: 10px;
    text-transform: initial;
    font-weight: 100;
    background-color: #f6f7f9;
    border: 1px solid #ffffff;
}
.open_koshuk table td:nth-child(1), td:nth-child(3), td:nth-child(4), td:nth-child(5), td:nth-child(6){
    text-align: center;
}
.open_koshuk table tr:last-child td{
    background-color: white;
    text-align: left;
}

.koshuk table{
    margin-top: 25px;
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 1080px;
}
.input_left{
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    bottom: 0;
    z-index: -2;
    min-height: 150px;
}
.input_left input[type="text"], .open_koshuk input[type="tel"], .open_koshuk input[type="email"]{
    width: 600px;
    margin-bottom: 3px;
    font-size: 16px;
    padding: 5px;
    background: none repeat scroll 0 0 #f7f8f9;
    border: 1px solid #e8e8e8;
    color: #777777;
}
.open_koshuk input[type="submit"]{
    position: absolute;
    bottom: 10px;
    right: 100px;
    border: 2px solid #247ebd;
    color: #232323;
    font-size: 12px;
    padding: 10px 25px;
    text-transform: uppercase;
    background-color: white;
}
.open_koshuk input[type="submit"]:hover, #clearCart:hover{
    cursor: pointer;
    background-color: #247ebd;
    color: white;
    transition: all 0.2s ease;
}

.open_koshuk input[type="number"]
{
    outline: 0;
    border: 1px solid #c7c7c7;
    color: #232323;
    font-size: 15px;
    padding: 3px;
    text-transform: uppercase;
    width: 45px;
    text-align: center;
    border-right: none;
    border-left: none;
    margin: -5px;
}
#clearCart{
    border: 2px solid #247ebd;
    color: #232323;
    font-size: 12px;
    padding: 5px 10px;
    text-transform: uppercase;
    background-color: white;
}
.btn_minus{
    border: 1px solid #c7c7c7;
    border-right: none;
    outline: 0;
}
.btn_plus{
    border: 1px solid #c7c7c7;
    border-left: none;
    outline: 0;
}
.btn_minus, .btn_plus{
    color: #232323;
    font-size: 15px;
    padding: 3px;
    text-transform: uppercase;
    width: 22px;
    text-align: center;
    background-color: white;
    cursor: pointer;
}
.btn_minus:active, .btn_plus:active{
    background-color: #f7f7f7;
    transition: all 0.2s ease;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*Firefox */
input[type=number] {
    -moz-appearance:textfield;
}

.buttom_koshik{
    font-size: 11px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    background-color: #247ebd;
    border: 2px solid #247ebd;
    border-radius: 15px;
    transition: 0.2s ease;
    width: 105px;
    display: block;

}

.buttom_koshik a{
    vertical-align: sub;
    color: white;
    padding: 6px 11px;
}
.buttom_koshik:hover{
    cursor: pointer;
}
.buttom_koshik:active {
    color: black;
    background-color: white;
    border: 2px solid #247ebd;
    cursor: pointer;
    transition: 0.2s ease;
}
.button_cart {
    height: 100%;
    width: 100%;
    display: inherit;
    align-items: center;
    justify-content: center;
}

.zoom {
    position: absolute;
    box-shadow: 0 5px 13px #98989863;
    z-index:-1;
    opacity: 0;
    width: 0px;
    height: 0px;
    transition: all 0.5s ease;
    max-width: 300px;
}
#zoom:hover~ .zoom{
    opacity: 1;
    z-index: 1;
    height: 290px;
    width: auto;
    transition: all 0.5s ease;
}
.massege {
    position: absolute;
    top: 0;
    right: 0;
    height: 120px;
    width: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    text-align: center;
    text-transform: none;
    font-family: sans-serif;
    font-style: oblique;
    font-weight: 500;
    font-size: 24px;
    color: #d6d6d6;
}
/*--------------------------Content CSS--------------------------*/

sort_bar{
    display: block;
    width: 100%;
    padding: 0 0 15px 20px;
}
sort_bar select{
    padding: 5px;
    border: 1px solid #dadada;
    outline: none;
    border-radius: 3px;
}
.upscroll{
    position: sticky;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #1858ab;
    z-index: 0;
    opacity: 0;
    transition: all 0.5s ease;
}
.upscroll_back{
    width: 1285px;
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: flex-end;
}
.show {
    opacity: 0.75;
    z-index: 100;
}
.upscroll::after {
    content: "^";
    font-size: 50px;
    font-family: monospace;
    position: absolute;
    top: 53%;
    left: 50%;
    color: white;
    transform: translate(-50%, -42%);
}
.upscroll:hover{
    cursor: pointer;
    box-shadow: 0px 0 20px white;
}
.breadcumb {
    font-size: 15px;
    width: 100%;
    height: 50px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #ffffffa1;
    box-shadow: 0px 5px 10px #0000000d;
}
.breadcumb>span{
    padding-left: 5px;
    text-transform: uppercase;
}
.breadcumb>a{
    color: grey;
}
.main_content, .product_info {
    display: flex;
    width: 1140px;
    /*justify-content: center;*/
    margin-bottom: 50px;
}
.content {
    height: 100%;
    width: 1140px;
    padding-top: 10px;

}
.content_menu {
    float: left;
    overflow: hidden;
    width: 23%;
    /*height: 100%;*/
    /*border-radius: 7px;*/
    background-color: #ffffffc2;
    box-shadow: 0 0 10px rgba(114, 114, 114, 0.5);

}

.content_menu li{
    padding: 10px 0 10px 20px;
    /*line-height: 34px;*/
    border-bottom: 2px solid #f0f0f0;
}
.content_menu h3{
    font-size: 13px;
}
.content_menu a{
    color: #14659E;
}

.content_menu li:hover{
    background: #eff8ff;
    border-left: 5px solid #68aede;
}
.active li{
    background: #eff8ff;
    border-left: 5px solid #68aede;
}

.content_products {
    /*border-radius: 7px;*/
    position: relative;
    /*overflow: hidden;*/
    float: right;
    width: 75%;
    height: 100%;
    background-color: #ffffffc2;
    padding: 20px;
    box-shadow: 0 0 10px rgba(114, 114, 114, 0.5);
}

.products {
    overflow: hidden;
    border-radius: 5px;
    float: left;
    padding: 10px;
    position: relative;
    width: 247px;
    height: 395px;
    margin: 0px 1% 3% 2%;
    background-color: white;
    box-shadow: 0 0 10px rgba(114, 114, 114, 0.5);
}

.product_top {
    height: 11%;
    width: 100%;
}
.products h5{
    color: black;
    text-align: center;
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 10px;

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

    width: 100%;
    height: 77%;
}


.product_sub {
    align-items: center;
    justify-content: space-between;
    display: flex;
    width: 100%;
    height: 10%;
    padding: 0px 10px 0 10px;
}
.price {
    float: left;
    font-size: 18px;
    text-transform: inherit;
    color: red;
    font-weight: 750;

}
.price_retail{
    /*display:none;*/
    position: absolute;
    top: 94%;
    color: #0000003d;
    text-decoration: line-through;
}

#count1 {
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    margin: 0 8px;
    background-color: #2d94b1;
    border-radius: 50%;
}
#count {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:15px;
    font-weight:700;
}
/*----------------------Start_content.php----------------------*/
.start_content{
    min-height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
.baner{
    display: flex;
    justify-content: center;
    width: 100%;
    max-height: 360px;
    position: relative;
    overflow: hidden;
    /*text-align: center;*/
}
.baner>img{
    justify-content: center;
}

.random_content{
    position: relative;
    overflow: hidden;
    float: right;
    width: 1140px;
    height: 100%;
    padding-top: 30px;
}
.random_products{
    width: 1140px;

}


/*------------------------footer-------------------------------*/
.footer {
    width: 100%;
    display: flex;
    background-color: #181818;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding: 10px 0;
    margin-top: 10px;
    bottom: 0px;
    left: 0;
    position: absolute;
}

/*------------------------------product--------------------------*/
.product_info{
    margin-top: 20px;
}
.breadcumb>ul>li{
    padding: 0 5px 0 5px;
    display: inline-flex;
    text-transform: uppercase;
    font-weight: 500;
}
.breadcumb a{
    color:grey;
}
.left_image {
    float: left;
}
.left_image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 380px;
    height: 492px;
    background-color: white;
    box-shadow: 0px 2px 11px #44444452;
    transition: 0.5s;
}
.left_image>img{
    max-width: 100%;
    max-height: 100%;
    position: relative;
    align-items: center;
}
.right_title {
    width: 760px;
    padding: 0px 10px 10px 35px;
}
.right_title h3, h4{
    font-weight: normal;
    font-size: x-large;
    margin-bottom: 25px;
}
.right_title h4 {
    display: inline;
}
.buttom_product1{
    display: inline;
}
.buttom_product1>a{
    display: inline-block;
    float: right;
    border: 2px solid #247ebd;
    color: #232323;
    font-size: 12px;
    padding: 10px 25px;
    text-transform: uppercase;
}
.buttom_product1:hover a, .button_back_mail:hover{
    cursor: pointer;
    font-size: 12px;
    padding: 10px 25px;
    background-color: #247ebd;
    color: white;
    transition: all 0.2s ease;
}
.buttom_product1:active a{
    border-color: #68aede;
}
.other_image{
    padding: 0 0 10px 0;
    margin: 30px 0 0 0;
    overflow: hidden;
    border-top: 2px solid #8080804d;
    width: 100%;
    overflow-y: auto;
    max-height: 410px;
}
.other_image img{
    padding: 5px;
    height: 135px;
}
.other_image img:hover{
    cursor: pointer;
    box-shadow: 0px 0px 11px #44444452;
}
/*----------------Contacts-------------------*/
.contact_content, .registration_content{
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 1140px;
    margin-top: 20px;
    background-color: #f0f0f0c4;
    border-radius: 15px;
    box-shadow: 0 0px 6px 0px #8080803b;
    padding: 30px 11px;
    border: 1px solid #00000030;
}
.contact_conten h3{
    text-transform: uppercase;
}
.back_mail{
    width: 60%;
    padding: 0 10px 0 20px;
    display: flex;
    flex-direction: column;
    overflow: overlay;
    position: relative;
}
.multi_line {
    border-bottom: 2px solid #247ebd;
    border-top: 1px solid #247ebd;
    height: 5px;
    margin: 10px 0 20px 0;
    width: 40px;
}
.back_mail form{
    display: flex;
}
.back_mail_contact {
    width: 49%;
}
.back_mail_contact input, .back_mail textarea{
    background: none repeat scroll 0 0 #f7f8f9;
    border: 1px solid #cfcfcf;
    color: #777777;
    font-size: 16px;
    margin-bottom: 13px;
    padding: 10px 16px;
    text-transform: inherit;
    width: 300px;
}

.back_mail form>textarea {
    float: right;
    max-width: 320px;
    min-width: 320px;
    height: 140px;
}
.button_back_mail{
    width: fit-content;
    display: inline-block;
    float: left;
    border: 2px solid #247ebd;
    color: #232323;
    font-size: 12px;
    padding: 10px 25px;
    text-transform: uppercase;
}
.button_back_mail:active {
    border-color: #68aede;
}
.contact_info{
    width:40%;
    padding: 0 20px;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;

}
.info_address{
    width: 100%;
    padding-bottom: 22px;
}
.info {
    margin: 1px 0;
    padding: 22px 0;
}
.info ul{
    list-style: none;
}
.dotted_line {
    border-top: 2px dotted #d9d9d9;
    border-bottom: 2px dotted #d9d9d9;
    padding: 1px 0;
}
.contact_massege{
    width: 320px;
    position: absolute;
    bottom: 53px;
    left: 332px;
    text-align: center;
    color: #00a400;
    opacity: 0;
    transition: 1s;
}
/*--------------------Regestration-------------------------*/
.registration_content{
    flex-direction: column;
    position: relative;
    width: min-content;
    align-items: center;
}
.registration_content p{
    color: green;
    width: 72%;
    text-align: center;
}
.registration_content h2{
    margin-bottom: 5px;
}
.registration_form, .logining{
    display: flex;
    flex-direction: column;
    margin: 5px 35px;
    width: 400px;
}
.registration_form input, .logining input{
    height: 44px;
    margin: 10px 0px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #b7b7b7;
}
.registration_button, .logining_button{
    width: fit-content;
    display: inline-block;
    float: left;
    border: 2px solid #247ebd;
    color: #232323;
    font-size: 12px;
    padding: 10px 25px;
    text-transform: uppercase;
    margin-top: 30px;
}
.registration_button:hover, .logining_button:hover {
    cursor: pointer;
    font-size: 12px;
    padding: 10px 25px;
    background-color: #247ebd;
    color: white;
    transition: all 0.2s ease;
}
.registration_button:active {
    border-color: #68aede;
}
/*-------------------------Авторизація-------------------------------*/
.acount>span {
    float: right;
}
.acount>span>a {
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
.logining a{
    float: right;
    padding-top: 40px;
}
.logining a:hover {
    cursor: pointer;
    text-decoration: underline;
}
/*
 @media screen and (max-width: 1140px){
    .upscroll_back{
        bottom: 20px;
        padding-right: 20px;
        width: 100%;
        z-index: 9;
    }
    .upscroll {
        height: 40px;
        width: 40px;
    }
    .upscroll::after{
        font-size: 39px;
    }
    .nav_left i{
        font-style: normal;
    }
    .buttom_product1{
        margin: 12px 0;
        float: left;
    }
}
*/
@media screen and (max-width: 1140px){
    body {
        min-width: 320px;

    }
    .registration_content {
        width: 90%;
        margin-bottom: 60px;
    }
    .registration_form, .logining {
        width: 80%;
    }
    .registration_button, .logining_button{
        padding: 10px 20px!important;
    }

    .header_top{
        width: 100%;
    }

    .logo {
        display: block;
    }
    .header_bottom {
        width: 100%;
        height: 100%;
        margin: 10px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }
    .breadcumb {
        height: 30px;
        font-size: 10px;
    }
    .search{
        width: 90%;
        margin-top: 10px;
    }
    .logo>a>img {
        height: auto;
        width: auto;
    }
    .navigation{
        display: flex;
        margin: 0 10px;
        justify-content: space-between;
    }
    .nav_center ul{
        display: none;
    }
    #mobile_contact{
        display: flex;
    }
    .nav_left {
        background: none;
    }
    .koshuk{
        background: none;
        width: fit-content;
    }
    #count1 {
        margin: 0;
        margin: 0;
        background: none;
        color: white;
        text-shadow: 0px 0px 12px black;
    }
    .nav_left span{
        display: none;
    }
    .nav_left i{
        font-size: 35px;
    }
    .menu_show{
        width: 300px;
        /*height: fit-content;*/
        height: 440px;
        overflow: auto;
    }
    .open_menu{
        left: 50%;
    }
    .open_menu>ul {
        padding: 0px;
    }
    .right_title h4 {
        display: block;
        padding: 0;
        margin: 0;
    }
    /*----------------Cart-------------------------*/
    .zoom{
        display: none;
    }
    #product_logo{
        width: 100%;
    }
    #product_logo img{
        width:250px;
        height: 100%;
    }
    #product_name{
        display:block;
        padding: 5px 10px;
        font-weight: 600;
    
    }
    #clearCart{
        font-weight: 400;
        font-size: 14px;
        padding: 5px 21px;
        position: absolute;
        transform: translate(9%,0);
        top: 61px;
        border: 2px solid #247ebd;
    }
    .cart_name {
        display: none;
    }
    .button_cart {
        display: flex;
    }
    .button_cart img {
        height: 35px;
    }
    .open_koshuk {
        overflow: auto;
        right: -10px;
        padding-bottom: 70px;
        max-height: 680px;
    }
    .massege {
        width: 100%;
        height: 175px;
/*        left: 50%;
        transform: translate(-50%, 0px);*/
        background: white;
    }
    .input_left{
        margin-bottom: 55px;
        top: 35px;
    }
    .input_left input[type="text"], .open_koshuk input[type="tel"], .open_koshuk input[type="email"]{
        width: 100%;
    }
    .input_left form{
        text-align: center;
    }
    .open_koshuk input[type="submit"]{
        position: unset;
        margin-top: 10px;
    }
    .open_koshuk table {
        text-align: center;
    }
    .open_koshuk table	th{
        display: none;
    }
    .open_koshuk tr{
        border: 2px solid #74747426;
        position: relative;
    }
    .open_koshuk table td:nth-child(1){
        display: none;
    }
    .open_koshuk table td:nth-child(2){
        width: 90%;
        text-align: center;
    }
    .open_koshuk table td:nth-child(3){
        display:none;
    }
    .open_koshuk table td:nth-child(4){
        width: 50%;
        padding: 0px 10px;
    }
    .open_koshuk td:last-child img{
        padding: 0;
        margin: 0;
        max-height: 15px;
        display: block;
        position: absolute;
        right: 6px;
        top: 9px;
    }
    .open_koshuk table	td:last-child{
        width: fit-content;
        min-width: 15px;
    }
    .open_koshuk table td {
        padding: 20px 0px;
        font-size: 17px;
        font-weight: 600;
        display: inline-block;
        background-color: white;
    }
    .open_koshuk table td:nth-child(1), td:nth-child(3), td:nth-child(4), td:nth-child(5), td:nth-child(6){
        text-align: center;
    }
    .open_koshuk table tr:last-child td{
        background-color: white;
        display: inline-block;
        width: fit-content;
        padding: 12px 0;
    }

    .koshuk table{
        margin-top: 25px;
        margin-bottom: 20px;
        width: 100%;
        font-size: 10px;
    }
    .open_koshuk input[type="number"]{
        width: 30%;
    }
    .koshuk table td img{
        /*display: none;*/
    }
    /*-----------------------------------------------*/

    .baner{
        display: none;
    }
    .acount{
        width: 100%;
        margin: 0px 10px;
    }
    .footer {
        text-align: center;
    }
    .telefon{
        display: none;
    }
    .random_content{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 8px;
    }
    .products{
        width: 90%;
        height:470px;
        margin: 7px 0px;
    }
    #content {
        margin-bottom: 40px;
    }
    .UserInfo {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .menuInfo {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 100%;
        justify-content: center;
    }
    .clientsInfo {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 55px;
    }
    #table{
        width: 100%;
        font-size: 14px;
    }
    .menuInfo a {
        font-size: 14px;
    }
    .order_table{
        font-size: 12px;
    }
    .order_table td{
        text-align: center;
    }
    .info_order {
        width: 100%;
        font-size: 10px;
    }
    .info_order th{
        padding: 0;
    }
    .product_info{
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .left_image{
        width: 90%;
        height: auto;
    }
    .right_title {
        width: 90%;
        padding: 20px 10px 20px 10px;
    }
    .right_title h3{
        text-align: center;
    }
    /*
    .other_image {
        margin: 30px 0 0 0;
    }
    */
    .other_image img{
        height: 80px;
    }
    .content{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .content_menu{
        display: none;
    }
    .main_content{
        width: 100%;
    }
    .content_products {
        width: 95%;
        margin: 5px 10px 0px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 5px;
    }
    .contact_content{
        flex-direction: column;
        width: 95%;
    }
    .back_mail{
        width: 100%;
        overflow: hidden;
    }
    .back_mail_contact{
        width: 100%;
    }
    .back_mail form{
        flex-direction: column;
    }
    .back_mail form>textarea {
        max-width: 100%;
        min-width: 100%;
        height: 140px;
    }
    .back_mail_contact input{
        min-width: 100%;
        width: 100%;
    }
    .contact_massege {
        position:  initial;
        margin: 5px 0 18px 0;
    }
    .button_back_mail {
        margin-bottom: 20px;
    }
    .contact_info {
        line-height: 18px;
        width: 100%;
    }

}

@media screen and (max-width: 320px) {
    #clearCart{
        font-weight: 400;
        font-size: 14px;
        padding: 5px 21px;
    }
    .menuInfo a{
        font-size: 12px;
    }
    .acount .right{
        font-size: 11px;
    }
    .user a{
        font-size: 10px;
    }
    .clientsInfo{
        margin: 10px 0 55px 0;
    }
    .nav_left:hover .open_menu {
        width: 260px;
        height: 366px;
        overflow: auto;
    }
    .open_koshuk {
        width: 300px;
        max-height: 500px;
    }
    .open_koshuk table td{
        font-weight: 600;
    }
    .open_menu {
        width: 255px;
    }
    .contact_info{
        font-size: 12px;
    }
    .right_title h4 {
        display: block;
        padding: 0;
        margin: 0;
    }
}
@media screen and (max-width: 640px) {
    .open_koshuk {
        width: 300px;
        max-height: 580px;
    }
    #clearCart{
        font-weight: 400;
        font-size: 14px;
        padding: 5px 21px;
    }
    .right_title h4 {
        display: block;
        padding: 0;
        margin: 0;
    }
}