* {
    margin: 0;
    padding: 0;
}

body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Open Sans', sans-serif;

}
.video{
    display: flex;
    justify-content: center;
}
video{
    height: 50vh;
}

a {
    text-decoration: none;
}

a li {
    list-style: none;
}

input [type=submit] {
    border: none;
    outline: none;
}

.mobile_header {
    display: none;
}

.header_container {
    box-shadow: 0 4px 2px -2px gray;
    position: fixed;
    width: 100vw;
    z-index: 99;
    background-color: white;
}

.header_row-black {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(75, 74, 74);
    padding: 5px 70px 5px 95px;
    color: white;
}

.row-black_contacts {
    display: flex;
    align-items: center;
}

.row-black_item {
    display: flex;
    align-items: center;
    margin-right: 35px;
}

.row-black_item img {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.row-black_item a {
    color: white;
}

.header_row-bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 90px 10px 150px;
    /* background-image: url("../img/bg.jpg");
   background-size: cover;
   background-position: center; */
}

.logo {

    border-radius: 5px;


}

.logo img {
    width: 110px;
}

.logo_text {
    text-align: center;
    font-weight: bolder;
    font-size: 20px;
    color: rgb(0, 166, 255);

}

.nav_row nav {
    display: flex;
    justify-content: center;
}

.nav_item {
    margin-right: 20px;
}

.nav_item a {
    color: black;
}

.nav_item a:hover {
    color: #02a2ff;
}

.search {
    display: flex;
    justify-content: center;
    align-items: center;
}
tr, td{
    padding:  3px 10px;
}


input[type="text"] {
    width: 260px;
    font-size: 16px;
    height: 35px;
    padding: 0 30px;
    border-radius: 15px;
    border: none;
    background-color: #F5F5F5;
    outline: none;
    -khtml-border-radius: 3px;
    background-image: url('../img/loop.svg');
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 15px;
}

.search_button {
    background-color: #2a2a72;
    background-image: linear-gradient(315deg, #274fff 0%, #02a2ff 74%);
    padding: 10px 25px;
    border-radius: 15px;
    color: white;
    margin-left: 20px;
    border: none;
    font-size: 16px;
}

.search a {
    text-decoration: none;
    color: #171717;
}

.socials {
    display: flex;
}

.socials img {
    width: 35px;
}

.backet_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.count {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-color: #02a2ff;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 100%;

}

.bg {
    width: 100vw;
    height: 80vh;
    background-image: url("../img/39.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-start;
    padding: 5vw;
}

.baner {
    width: 50vw;
    height: 30vh;
    background-image: url("../img/2a.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-start;
    padding: 5vw;
    position: relative;
    -webkit-animation-name: run;
    -webkit-animation-duration: 1s;
}

@-webkit-keyframes run {
    0% {
        right: -100vw;
    }

    100% {
        right: 0;
    }
}

.main_content_title_baner {
    color: #02a2ff;
    text-align: center;
}

.left_navigation {
    padding-left: 3vw;
}

.left_navigation a {
    color: black;
}

.left_navigation li {
    color: white;
}

.content {
    display: flex;
    padding: 0 5vw;
    background-color: #F8F8F8;
}

.center {
    width: 40vw;
    text-align: center;
    margin: 5vh 0;
}

.text_content {
    padding: 10vh 0;
}

.left_navigation_products_container {
    padding-top: 5vh;
}

.left_navigation_products a {
    color: black;
}

.left_navigation_products:hover {
    background-color: #02a2ff;
}

.left_navigation_products {
    color: black;
    background-color: #f0f0f0;
    width: 18vw;
    padding: 10px 25px;
    border-radius: 5px;
    box-shadow: 0 2px 2px -2px gray;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.left_navigation_products img {
    width: 30px;
    margin-right: 5px;
}

.left_nav_item_products {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.left_nav_item_products img {
    width: 15px;
}

.left_nav_item {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.breadcrumbs_container {
    padding: 15px 0;
    display: flex;
    align-items: center;
    padding-left: 5vw;
    font-size: 14px;
    padding-top: 22vh;

}

.breadcrumbs_container a {
    color: black;
}

.breadcrumb {
    display: flex;
    align-items: center;
}

.breadcrumb a {
    color: black;
}

.breadcrumb img {
    position: relative;
    top: 2px;
    padding: 0 10px;
    width: 8px;
}

.breadcrumb_last_item a {
    color: #02a2ff;
    font-weight: bold;
}

.home {
    display: flex;
    align-items: center;
}

.home img {
    width: 20px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.main_content {
    padding: 5vh 0vw;
    width: 70vw;
    background-color: #F8F8F8;
    margin-left: 5vw;
}
.about_us{
    padding: 5vh 5vw;
}
.main_content_title h1 {
    text-align: center;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #171717;
}

.items {
    padding-top: 5vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;

}

.item {
    background-color: white;
    margin-right: 1vw;
    margin-bottom: 1vw;
    padding: 10px 0 20px 0;
    border-radius: 10px;
    color: #171717;
    width: 280px;
}

.item:hover {
    opacity: 0.6;
}

.item_img {
    text-align: center;
}

.item_img img {
    width: 260px;
    height: 240px;
    object-fit: cover;

}

.item_title h2 {
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
}

.item_price {
    text-align: center;
    padding: 10px 0;
}

.item_btn {

    background-color: #2a2a72;
    background-image: linear-gradient(315deg, #274fff 0%, #02a2ff 74%);
    text-align: center;
    width: 170px;
    margin: 1px auto;
    padding: 2px 5px;
    border-radius: 6px;
    color: white;
}

.product {
    display: flex;

}

.slider {
    padding-right: 3vw;
}

.product_img img {
    width: 340px;
    border-radius: 10px;
    object-fit: cover;
}

.product_text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.product h1 {
    padding: 10px 0;
    font-weight: 600;
}

.product_description {
    padding: 10px 0;
    font-size: 15px;
}

.price_n_btn {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.product_price {
    font-weight: bold;
    margin-right: 20px;
    font-size: 24px;
}

.add_to_cart {
    background-image: linear-gradient(315deg, #274fff 0%, #02a2ff 74%);
    border-radius: 10px;
    color: white;
    padding: 7px 20px;
    border: none;
    outline: none;
    font-size: 16px;
}

.recomendations {
    padding: 20px 0;
}

.recomendations_products {
    display: flex;
}

.recomendations_item {
    margin-top: 10px;
    margin-right: 10px;
    font-size: 14px;
    background-color: white;
    border-radius: 5px;
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    width: 140px;
}

.recomendations_item a {
    color: #171717;
}

.recomendations_item_img img {
    width: 140px;
    border-radius: 10px;
    object-fit: cover;
}

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

.content_item_head {
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    width: 50%;
    text-align: center;
    padding: 5px 0;
}

.content_item_text {
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    border-radius: 0 0 5px 5px;
}

.blue {
    background-color: #02a2ff;
}

.product_content {
    padding: 5vh 0;
}

.about {
    padding: 5vh 2vw;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    margin: 5vh 0 15vh 0;
    border-radius: 8px;
}

.footer_container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 50px;
    background-color: rgb(75, 74, 74);
}

.center {
    color: white;
    padding: 0 250px;
}

.right {
    color: #02a2ff;
    font-weight: bold;
}

.right .row-black_item {
    margin-bottom: 5px;
}

.m_cntnt {
    padding-left: 10vw;
}

.mobile_items {
    padding-bottom: 40vh;
}

.mobile_menu {
    list-style-type: none;
    font-size: 24px;
    padding: 5vh 6vw;
}

.mb {
    background-color: #efefef;
    width: 100vw;
    position: fixed;
    z-index: 1;
}

.mobile_menu a {
    color: black;
}

.mobile_menu li {
    padding-bottom: 10px;
}

.mobile_item {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.mobile_item__text a {
    color: black;
}

.mobile_item__img {
    width: 25px;
    padding-right: 5px;
}

input {
    border-radius: 0;
}

input[type="search"] {
    -webkit-appearance: none;
}

.basket_container {
    padding-top: 20vh;
    min-height: 65vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.basket_container h1 {
    font-size: 4vh;
}

.empty_basket {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.empty_basket p {
    text-align: center;
    font-size: 5vh;
}

.count {
    display: flex;
}

.count p {
    margin: 0 5px;
}

.basket-form {
    margin-top: 5vh;
    text-align: center;
}

.basket-form input {
    width: 20vw;
    padding: 2px 0;
    margin-bottom: 2vh;
}

.basket-form input[type=submit] {
    background-color:#02a2ff;
    width: 19vw;
    color: white;
    padding: 1vh 1vw;
    border-radius: 5px;
    margin-top: 5vh;
    margin: 1px auto;
    text-align: center;
    margin-top: 3vh;
    border: none;
}

.basket_button {
    background-color: #02a2ff;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 3vh;

}

.basket_button a {
    color: white;
    padding: 2vh 3vw;
}

.basket_button a:hover {
    text-decoration: none;
}

.add_low {
    padding: 1px 3px;
}

.table {
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    table-layout: fixed;
    width: 100%;
}

.table th {
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.table td {
    padding: 5px 10px;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    text-align: left;
    margin-bottom: 20px;
    text-align: center;

}

.table tbody tr:nth-child(odd) {
    background: #fff;
}

.table tbody tr:nth-child(even) {
    background: #F7F7F7;
}

.contacts {
    background-color: rgb(67, 67, 67);
    border-radius: 10px;
    margin: 1px auto;
    width: 15vw;
    color: white;
    padding: 5vh 7vw;
}

.contacts a {
    color: white;
}

.contacts_row {
    display: flex;
    margin-bottom: 15px;
}

.contacts img {
    margin-right: 10px;
}

.delivery_container {
    margin: 5vh 0;
}

.delivery {
    background-color: #363636;
    width: 35vw;
    margin: 1px auto;
    color: white;
    padding: 30px 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: bold;
}

.delivery img {
    width: 10vw;
}

.delivery h1 {
    text-align: center;
    color: #02a2ff;
    margin-bottom: 5vh;
    font-size: 20px;
}

.delivery_body {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.delivery_body li {
    margin-bottom: 20px;
    list-style: disc;
}

@media only screen and (min-width : 320px) and (max-width : 479px) {
    video{
        height: 50vh;
    }
    .basket-form {
        width: 90vw;
    }

    .item_title h2 {
        font-size: 22px;
    }

    .item_price {
        font-size: 18px;
    }

    .basket-form input {
        width: 60vw;
        border-radius: 0px;
    }

    .basket-form input[type=submit] {
        width: 30vw;
    }

    .basket_button a {
        color: white;
        font-size: 25px;
        padding: 10px 50px;
    }

    .add_low {
        padding: 1px 5px;
        background-color: grey;
        color: white;
    }

    .basket_container {
        font-size: 17.5px;
    }
}

@media only screen and (min-width : 320px) and (max-width : 479px) {
    .header_container {
        display: none;
    }

    .mobile_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }

    .mobile_logo img {
        width: 70px;
    }

    .burger img {
        width: 20px;
    }

    .backet_flex img {
        width: 25px;
        margin-right: 10px;
    }

    .bnb {
        display: flex;
        align-items: center;
    }

    footer {}

    .footer_container {
        flex-wrap: wrap;
    }

    .footer_container .logo img {
        width: 90px;
    }

    .left {
        padding-right: 10px;
    }

    .center {
        padding: 0;
        font-size: 14px;
    }

    .right {
        padding-left: 40px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .count {
        position: relative;
        left: -4px;
    }

    .left_navigation_products_container {
        display: none;
    }

    .breadcrumbs_container {
        display: none;
    }

    .content {
        padding: 15vh 0;
    }

    .main_content {
        width: 100vw;
        padding-left: 0;
        margin-left: 0;
        padding: 0;
    }

    .baner {
        width: 90vw;
    }

    .items {
        justify-content: center;
        width: 100vw;
    }

    .item {
        width: 90vw;
        margin-bottom: 20px;
    }

    .slider {
        padding-right: 0;
    }

    .item img {
        width: 90vw;
    }

    .product {
        flex-wrap: wrap;
        padding: 0 5vw;
    }

    .product h1 {
        padding: 20px 10px;
    }
    .countl{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .countl p{
        padding: 0 5px;
    }

    .product_content {
        padding: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-left: 3vw;
    }

    .about {
        width: 80vw;
        padding: 15px 25px;
        margin: 20px 0 40px 0;
    }

    .recomendations_products {
        justify-content: center;
    }

    .recomendations_item {
        width: 100px;
    }

    .recomendations_item img {
        width: 90px;
    }

    .content_items {
        width: 95vw;
    }

    .contacts {
        width: 85vw;
        font-size: 20px;
    }

    .delivery {
        width: 60vw;
        border-radius: 10px;
    }

    .delivery_body {
        flex-direction: column;

    }

    .delivery_body img {
        width: 20vw;
    }
    .text_content{
        padding: 0 5vw;
    }

}
@media (min-width: 480px) and (max-width: 1199.98px) {
    .header_container {
        display: none;
    }

    .mobile_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }

    .mobile_logo img {
        width: 70px;
    }

    .burger img {
        width: 20px;
    }

    .backet_flex img {
        width: 25px;
        margin-right: 10px;
    }

    .bnb {
        display: flex;
        align-items: center;
    }



    .footer_container {
        flex-wrap: wrap;
    }

    .footer_container .logo img {
        width: 90px;
    }

    .left {
        padding-right: 10px;
    }

    .center {
        padding: 0;
        font-size: 14px;
    }

    .right {
        padding-left: 40px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .count {
        position: relative;
        left: -4px;
    }

    .left_navigation_products_container {
        display: none;
    }

    .breadcrumbs_container {
        display: none;
    }

    .content {
        padding: 15vh 0;
    }

    .main_content {
        width: 100vw;
        padding-left: 0;
        margin-left: 0;
        padding: 0;
    }

    .baner {
        width: 90vw;
    }

    .items {
        justify-content: center;
        width: 100vw;
    }

    .item {
        width: 90vw;
        margin-bottom: 20px;
    }

    .slider {
        padding-right: 0;
    }

    .item img {

    }
    .img img{
        width: 10px;
    }
    .product {
        flex-wrap: wrap;
        padding: 0 5vw;
    }

    .product h1 {
        padding: 20px 10px;
    }
    .countl{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .countl p{
        padding: 0 5px;
    }

    .product_content {
        padding: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-left: 3vw;
    }

    .about {
        width: 80vw;
        padding: 15px 25px;
        margin: 20px 0 40px 0;
    }

    .recomendations_products {
        justify-content: center;
    }

    .recomendations_item {
        width: 100px;
    }

    .recomendations_item img {
        width: 90px;
    }

    .content_items {
        width: 95vw;
    }

    .contacts {
        width: 70vw;
        font-size: 20px;
    }

    .delivery {
        width: 60vw;
        border-radius: 10px;
    }

    .delivery_body {
        flex-direction: column;

    }

    .delivery_body img {
        width: 20vw;
    }
    .text_content{
        padding: 0 5vw;
    }
}
