@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    padding: 0;
    margin: 0;
    padding-bottom: 902px;
    overflow-y: scroll;
    min-height: 100vh;
    position: relative;
}
body.modal-open{
    padding-right: 0 !important;
    margin-right: 15px;
}
.linked:hover{
    color: #bb4419;
    text-decoration: underline;
}
*{
    font-family: "Jost", "Arial", serif;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.logo{
    height: 42px
}
.contacts{
    display: flex;
    align-items: center;
    margin-left: auto;
}
header .container{
    display: flex;
    align-items: center;
}
.contact{
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.contact i{
    margin-right: 10px;
    font-size: 17px;
    color: #E9541E
}
.contact span{
    line-height: 1.1;
    font-size: 15px;
}
header{
    padding: 25px 0;
}
.content{
    max-width: 700px;
}
.catalog_menu{
    background-color: #F6F6F6;
    margin-bottom: 16px;
    position: relative;
    z-index: 12;
}
.catalog_button{
    padding: 10px 23px;
    display: inline-block;
    display: flex;
    background-color: #E9541E;
    user-select: none;
    color: white;
    border-radius: 4px;
    font-weight: 400;
    align-items: center;
    transition: 0.3s;
}
.catalog_button:hover{
    background-color: #c7491b;
}
.left_side i{
    margin-right: 10px;
    font-size: 13px;
}
.right_side i{
    margin-left: 10px;
    font-size: 13px;
}
.catalog_button span{
    font-size: 14px;
}
.catalog_menu .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search_field{
    background-color: white;
    flex: 2;
    margin: 10px;
}
.search_field{
    display: flex;
}
.search_field button{
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    border: 0;
    outline: none !important;
    background-color: #E9541E;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 14px;
    color: white;
    transition: 0.3s;
}
.search_field button:hover{
    background-color: #c7491b;
}
.search_field input{
    flex: 1;
    padding: 9px;
    border: 0;
    border-radius: 4px 0 0 4px;
    outline: none !important;
    font-size: 14px;
    border: 1px #b9b9b9 solid;
    border-right: 0px;
}
.hovered:hover, .linked{
    text-decoration: underline;
    color: #E9541E;
}
.title_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.title_flex h1{
    font-size: 25px;
    font-weight: 500;
}
.side_button{
    color: white;
    background-color: #E9541E;
    transition: 0.3s;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 14px;
}
.side_button:hover{
    background-color: #c7491b;
}
.breadcrumbs{
    font-size: 15px;
    margin-bottom: 16px;
}
.categories{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.category{
    border: 1px rgb(241 241 241) solid;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.16);
    transition: 0.3s;
    padding: 30px;
}
.category .image{
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center center;
    margin-bottom: 40px;
}
.category .image img{
    width: 100%;
}
.category .title{   
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    word-break: break-word;
}
.category:hover, .product:hover{
    box-shadow: 0 8px 8px 0 rgba(0,0,0,.05), 0 29px 26px 0 rgba(0,0,0,.08);
    z-index: 3;
}
.products{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.product_card_title{
    font-size: 15px;
    max-height: 67.5px;
    overflow: hidden;
}
.product_card_description{
    font-size: 13px;
    color: gray;
}
.product{
    border: 1px rgb(241 241 241) solid;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.16);
    transition: 0.3s;
}
.product:hover{
    box-shadow: 0 8px 8px 0 rgba(0,0,0,.05), 0 29px 26px 0 rgba(0,0,0,.08);
}
.image_part{
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.image_part img{
    width: 100%;
}
.text_part{
    padding: 15px;
    border-top: 1px rgb(230, 230, 230) solid;
}
.photo_main{
    height: 400px;
    width: 400px;
    position: relative;
    margin-right: 40px;
    border: 1px rgb(230, 230, 230) solid;
}
.photo_main img{
    width: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    height: 90%;
    object-fit: contain;
    opacity: 0;
    z-index: 1;
    transition: 0.3s;
}
.photo_main img.active{
    opacity: 1;
    z-index: 2;
}
.photos_container{
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}
.mini_photos{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.mini_photos img{
    object-fit: contain;
    width: 70px;
    height: 70px;
    border: 1px rgb(236, 236, 236) solid;
    margin: 0 10px 10px 0;
}
.mini_photos img.active{
    outline: #E9541E 2px solid;
}
.mini_photos img:not(.active){
    cursor: pointer;
}
.product_title{
    margin-bottom: 28px;
}
.add_to_cart_form{
    display: flex;
    align-items: center;
}
.add_to_cart_counter{
    display: flex;
    align-items: center;
    margin-right: 12px;
}
.add_to_cart_counter input{
    width: 60px;
    outline: none !important;
    padding: 7px;
    text-align: center;
    font-size: 13px;
    border: 0;
    border-top: 1px lightgray solid;
    border-bottom: 1px lightgray solid;
}
.add_to_cart_counter .arrow{
    width: 35.5px;
    height: 35.5px;
    text-align: center;
    line-height: 35.5px;
    font-size: 10px;
    font-weight: 500;
    border: 1px lightgray solid;
    font-weight: 200;
    cursor: pointer;
    background-color: white;
    transition: 0.25s;
}
.add_to_cart_counter .arrow:hover{
    background-color: rgb(240, 240, 240);
}
.minus {
    border-radius: 5px 0 0 5px;
}
.plus {
    border-radius: 0 5px 5px 0;
}
.add_to_cart_form button{
    background-color: #E9541E;
    width: 35.5px;
    height: 35.5px;
    text-align: center;
    cursor: pointer;
    line-height: 25.5px;
    font-size: 12px;
    transition: 0.25s;
    outline: none !important;
    color: white;
    border: 0;
    border-radius: 5px;
}
.add_to_cart_form button:hover{
    background-color: #c7491b;
}
.add_to_cart_text{
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
}
.message_input {
    margin-top: 8px;
    font-size: 14px;
}
.red_linked {
    color: rgb(139, 14, 14);
    position: relative;
}
.red_linked:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 2px;
    background: rgb(139, 14, 14);
}
.specifications{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px 15px;
}
.prod_title{
    word-break: break-word;
}
.prod_category{
    font-size: 14px;
    color: gray
}
.spec_name{
    display: block;
    color: #e9541e;
}
.spec_value{
    display: block;
    font-size: 14px;
}
.feauture_block{
    margin-bottom: 16px;
}
.features h2{
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 500;
}
.feauture_block h3{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 8px;
}
.cart{
    width: 37px;
    height:37px;
    position: relative;
    text-align: center;
    line-height: 37px;
    border-radius: 3px;
    background-color: #F6F6F6;
    border: 1px solid #E4E4E4;
    font-size: 12px;
    margin-left: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.cart:hover{
    background-color: #e6e6e6;
}
.cart_count{
    background-color: #E9541E;
    color: #ffffff;
    position: absolute;
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    font-size: 10px;
    top: -9px;
    font-weight: 600;
    right: -9px;
    border-radius: 100px;
}
table{
    width: 100%;
    overflow: hidden;
    font-size: 15px;
}
thead{
    color: black;
}
thead td{
    padding: 10px 15px;
}
tbody td{
    padding: 10px 15px;
}
tbody tr{
    border: 1px rgb(225, 225, 225) solid;
    border-top: 0px;
}
thead tr{
    border: 1px #e1e1e1 solid;
}
.trash_td_head{
    text-align: center;
}
.trash{
    background-color: #c53e3a;
    display: block;
    width: 35.5px;
    height: 35.5px;
    text-align: center;
    cursor: pointer;
    line-height: 35.5px;
    font-size: 12px;
    transition: 0.25s;
    color: white;
    border: 0;
    border-radius: 3px;
    margin: 0 auto;
}
.trash:hover{
    background-color: #a12f2b;
}
.thead_product{
    display: flex;
    transition: 0.3s;
    align-items: center;
}
.thead_product:hover{
    opacity: 0.7;
}
.thead_product img{
    width: 100px;
    max-height: 70px;
    object-fit: contain;
    border: 1px rgb(243, 243, 243) solid;
    border-radius: 4px;
    margin-right: 15px;
}
.after_cart{
    padding: 20px 35px;
    border: 1px rgb(225, 225, 225) solid;
    border-top: 0;
    border-radius: 0 0 6px 6px;
}
.order_form{
    max-width: 400px;
    margin-left: auto;
}
up_form_small{
    max-width: 500px;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 20px;
}
.input_item{
    display: block;
    margin-bottom: 10px;
}
.input_item input, .input_item select, .input_item textarea{
    width: 100%;
    background-color: white;
    display: block;
    font-size: 14px;
    outline: NONE !important;
    border: 1px rgb(228, 228, 228) solid;
    padding: 8px;
}
.input_item textarea{
    resize: none;
    height: 100px
}
.input_item label{
    margin-bottom: 3px;
    font-size: 15px;
    display: block;
}
.input_item small{
    font-size: 13px;
    color: gray;
    display: block;
    margin-top: 5px;
}
.order_form button, .button_form{
    background-color: #E9541E;
    color: white;
    text-align: center;
    cursor: pointer;
    padding: 7px;
    border: 0;
    font-size: 14px;
    outline: none !important;
    width: 100%;
    display: block;
    border-radius: 5px;
    transition: 0.3s;
}
.order_form button:hover, .button_form:hover{
    background-color: #bb4419;
}
.red_side_button{
    background-color: #C53E3A
}
.red_side_button:hover{
    background-color: #8f2522
}
.dropdown{
    position: absolute;
    right: 20px;
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.16);
    border: 1px solid rgb(235, 235, 235);
    border-bottom: 0;
    top: 100%;
    display: none;
}
.dropdowned > a{
    cursor: pointer;
}
.dropdown a{
    display: block;
    padding: 7px 20px;
    text-align: center;
    min-width: 200px;
    font-size: 15px;
    transition: 0.2s;
    color: black;
    border-bottom: 1px rgb(240, 240, 240) solid;
}
.dropdown a:hover{
    background-color: rgb(245, 245, 245);
}
.catalog_menu .container{
    position: relative;
}
.dropdowned .chevron{
    transition: 0.2s;
}
.dropdowned.active .chevron{
    transform: rotate(180deg);
}
.contact_form{
    background-color: #F6F6F6;
    color: rgb(37, 37, 37);
    padding: 50px 0;
}
.contact_title{
    font-weight: 500;
    margin-bottom: 15px;
}
.errored{
    color: #c53e3a !important;
}
.main_categories{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.main_category{
    box-shadow: 0px 0px 3px 0px rgba(34, 60, 80, 0.2);
    padding: 10px;
    font-size: 15px;
    border-radius: 3px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.main_category:hover{
    background-color: #f3f3f3;
}
.block{
    margin-bottom: 50px;
}
.inputs_container{
    display: flex;
}
.input_container{
    width: 100%;
    margin-bottom: 20px;
    margin-right: 20px;
}
.input_container:last-child{
    margin-right: 0;
}
.input_container label{
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}
.input_container input, .input_container textarea{
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 8px;
    outline: none !important;
    background-color: white;
    border: 1px lightgray solid;
    border-radius: 5px;
}
.input_container textarea{
    height: 200px;
    resize: none;
}
.send_button{
    display: inline-block;
    cursor: pointer;
    outline: none !important;
    background-color: #E9541E;
    border: 0 !important;
    color: white;
    font-size: 14px;
    padding: 10px 50px;
    transition: 0.3s;
    border-radius: 5px;
}
.send_button:hover{
    background-color: #c7491b;
}

.main_footer .container .grid{
    padding: 50px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    align-items: center;
    text-align: center;
}
.footer_logo{
    width: 190px;
}

.address{
    font-size: 14px;
    margin-top: 15px;
}
.footer_menu span{
    display: block;
    font-size: 14px;
}
.address i{
    font-size: 13px;
    margin-right: 6px;
}
.footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.contacts_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    align-items: center;
}
.contacts_table{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 10px 10px;
    align-items: center;
}
.map_container{
    border-radius: 8px;
    box-shadow: 0px 0px 6px 0px rgba(34, 60, 80, 0.3);
    overflow: hidden;
}
.contacts_table i{
    margin-bottom: -2px;
    color: rgb(27, 27, 27);
    font-size: 14px;
}
.documents{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.document{
    display: flex;
    border: 1px lightgray solid;
    padding: 15px;
    border-radius: 5px;
    align-items: center;
    transition: 0.3s;
}
.document:hover{
    background-color: rgb(241, 241, 241);
}
.document img{
    height: 40px;
    margin-right: 10px;
}
.title_flex{
    flex-wrap: wrap;
}
.title_flex > *{
    margin: 5px 0;
}
.title_flex h1{
    margin-right: 15px;
}
.preloader {
    /*фиксированное позиционирование*/
    position: fixed;
    /* координаты положения */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* фоновый цвет элемента */
    background: #ffffff;
    /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
    z-index: 1001;
  }
  
  .preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
  }
  
  .preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #E9541E;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    animation: preloader-bounce 2s infinite ease-in-out;
  }
  
  .preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
  }
  
.navs{
    display: flex;
    padding: 20px 20px 15px 20px;
    align-items: center;
    flex-wrap: wrap;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px lightgray solid;
}
.nav{
    margin: 0 5px 5px 0;
    font-size: 14px;
    border: 1px solid #E9541E;
    color: #E9541E;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: 500;
    transition: 0.3s;
}
.create_more{
    display: inline-block;
    color: white;
    background-color: #E9541E;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 7px 20px;
    border-radius: 3px;
    font-weight: 500;
}
.mini_block{
    margin-bottom: 30px;
}

.attachments_container{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.attachment{
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px lightgray solid;
    border-radius: 5px;
    overflow: hidden;
}
.input_block{
    background-color: white;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.26);
    display: flex;
    margin-bottom: 10px;
    padding: 20px;
    flex-wrap: wrap;
    align-items: center;
    align-items: flex-end;
}
.delete_button{
    font-size: 13px;
    background-color: #b31414;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    padding: 7px 15px;
}
.input_one{
    margin-right: 10px;
}
.plus_chars{
    margin: 20px 0;
    background-color: #E9541E;
    font-size: 14px;
    color: white;
    cursor: pointer;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 4px;
}
.input_one > *{
    display: block;
}
.input_one input{
    min-width: 300px;
    font-size: 14px;
    padding: 5px;
    outline: none !important;
    border: 1px lightgray solid;
}
.attachment img{
    width: 100px;
    height: 80px;
    object-fit: contain;
    border-bottom: 1px lightgray solid;
}
.attachment a{
    display: block;
    background-color: #a12f2b;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 5px;
}
.admin_form{
    max-width: 600px;
}
.page_title{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.pagination{
    margin-top: 20px;
}
.create_more:hover{
    background-color: #E9541E;
}
.nav.active, .nav:hover{
    color: white;
    background-color: #E9541E;
}
  @keyframes preloader-rotate {
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes preloader-bounce {
  
    0%,
    100% {
      transform: scale(0);
    }
  
    50% {
      transform: scale(1);
    }
  }
  
  .loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
  }
  
  .loaded .preloader {
    display: none;
  }
@media (max-width: 950px) {
    .products, .categories{
        grid-template-columns: repeat(2, 1fr);
    }
    .main_categories{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 800px) {
    .documents{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 700px) {
    header .container{
        text-align: center;
        display: block;
    }
    .cart{
        display: inline-block;
    }
    .contacts{
        justify-content: center;
        margin: 15px 0;
        flex-wrap: wrap;
    }
    .contact{
        margin: 10px;
    }
    .inputs_container{
        display: block;
    }
    .contact_title{
        text-align: center;
    }
    .send_button{
        width: 100%;
    }
    .main_footer .container .grid{
        grid-template-columns: 1fr;
    }
}
@media (max-width: 600px) {
    .catalog_menu .container{
        display: block;
        padding: 20px;
    }
    .search_field{
        margin: 10px 0;
    }
    .catalog_button{
        justify-content: center;
    }
    .dropdown{
        width: calc(100% - 40px);
    }
    .specifications{
        grid-template-columns: 1fr;
    }
}

.colwo{
    min-width: 80px;
}
@media (max-width: 500px) {
    
    .container table{
        border-top: 1px lightgray solid;
    }
    .meta_data{
        text-align: center;
    }
    .container table tr {
        padding: 10px 0;
        display: block;
    } 
    .container table td {
        display: flex;
        justify-content: center;
        font-size: 14px;
        text-align: right;
    }
    .container table thead {
        display: none;
    }
    .thead_product{
        display: block;
        text-align: center;
    }
    .thead_product img{
        margin: 20px auto;
    }
    .photos_container{
        display: block;
    }
    .photo_main{
        margin-bottom: 20px;
    }
    .contacts_grid{
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .products, .categories, .main_categories{
        grid-template-columns: 1fr;
    }
    .photo_main{
        width: 250px;
        height: 250px;
    }
    .documents{
        grid-template-columns: repeat(1, 1fr);
    }
}