.inter-tight-container {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
  }
  

*, *::before, *::after{
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

html, body{
    height: 100%;
    min-width: 320px;
}

body{
    line-height: 1;
    font-family: 'Inter Tight';
    size: 16px;
    color: black;
}

ul{}

li{
    list-style: none;
}

a{
    text-decoration: none;
}
h1 {
    font-size: 24px;
    padding-top: 44px;
    padding-bottom: 10px;
}

h2 {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.wrapper{
    overflow: hidden;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

/*--------- PAGES ------------*/

.page{
    flex: 1 1 auto;
}
.page_main {
    margin-bottom: 48px;
}
.page_refill{
    background-color: #F2F4F8;
    padding-bottom: 44px;
}

.page_whyWe {
}

.page_coffe {
    background-color: #F2F4F8;
    padding-bottom: 44px;
}

.page_footer {
    background-color: #1053D4;
    color: #F2F4F8;
    padding-bottom: 44px;
}

[class*="_container"]{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0px 15px;
}
/*--------- table ------------*/

table{

}

th{
    margin: 6px;
    padding: 6px;
    text-align: center;
    font-weight: 200;
    font-size: 12px;
}

td{
    padding: 6px;
    font-size: 16px;
    text-align: center;
}

/* ---------- header -------- */

.header {
    background-color: #1053D4; 
}
.header_contacts_container {
    min-height: 46px;
    display: flex;
    align-items: center;
    font-size: 11px;
    width: 100%;
}
.header_contancts {
   
}
.contancts {
    display: flex;
    gap: 50px;
}
.contancts_item {
}

.header_container {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 122px;
    background-color: #1053D4;
    font-weight: 500;
    size: 16px;
}
.header_logo {
    
}
.logo_img{
    width: 360px;
}
.header_menu {
}
.menu {
}
.menu_list {
    display: flex;
    gap: 56px;
}
.menu_item {
    padding-top: 4px;
    padding-bottom: 4px;
}
.menu_link {
    color: #BBBDC3;
}

.menu_link:hover {
    color: white;
}

@media (max-width: 1024px) {
    .logo_img{
        width: 200px;
    }
    .menu_list {
        gap: 26px;
    }
}
@media (max-width: 768px) {
    .header_container{
        display: block;
        text-align: center;
    }
    .menu_list{
        display: block;
        text-align: center;
    }
}
/*------------- main ------------*/

.main {
}
.main_container {
   
}

.main_content {
    display: flex;
    padding-top: 48px;
}

.main_content:first-child {
    padding-top: 0;
}

.main_item {
    width: 50%;
    margin-right: 48px;
    display: grid;
}

.hidden{
    display: none;
}
.main_item:last-child{
    margin-right: 0px;
}
.main_description {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: normal;
}
.main_brands {
    /* background-image: url("../img/printering.jpg");
    background-size: cover; */
    border-radius: 5px;
    padding: 10px;
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #F2F4F8;
}

.table_block{
    padding: 10px;
    background-color: #1053D4;
    border-radius: 5px;
    display: grid;
    color: white;
}

.brands {
}
.brand_item {
}

.brand_description {
    font-weight: 500;
    font-size: 16px;
    color: black;
}
.brand_number {
    font-weight: 500;
    font-size: 48px;
    color: #1053D4;
    padding: 5px;
}
.brand_laser_img {
    width: 200px;
    padding: 24px;
}

.brand_jet_img{
    width: 230px;
    padding: 24px;
}

.hp_jet{
    width: 180px;
}

@media (max-width: 768px) {
    .main_content {
        display: block;
    }

    .main_item{
        display: block;
        width: 100%;
        padding-bottom: 48px;
    }

    .main_item:last-child{
        padding-bottom: 0;
    }

    .hidden{
        display: block;
    }

    .visible{
        display: none;
    }
    .brand_laser_img {
        width: 140px;
        padding: 16px;
    }
    
    .brand_jet_img{
        width: 120px;
        padding: 16px;
    }

}

/*------------- refill ------------*/

.refill {
}
.refill_container {
}
.refill_blocks {
    display: flex;
    align-items: center;
}

.refill_contents{
    display: flex;
}
.refill_blocks_item {
    width: 50%;
}

.refill_content {
    width: 50%;
    text-align: center;
    font-size: 14px;
    background-color: white;
    padding: 18px;
    border-radius: 5px;
    margin-right: 28px;
}

.refill_content:last-child{
    margin-right: 0;
}

.refill_img {
    width: 70%;
}
.refill_title {
    padding-top: 12px;
    font-weight: 500;
    font-size: 18px;
}

.refill_description{
    
}
.refill_price {
    font-size: 28px;
}
.refill_brands{
    text-align: center;
}
.refill_brand_img {
    width: 45%;
    padding: 24px;
}
.hp{
    width: 140px;
}

@media (max-width: 768px) {
    .refill_blocks {
        display: block;
    }
    .refill_blocks_item {
        width: 100%;
    }
}
/*------------- whyWe ------------*/

.whyWe_title{
    font-weight: bolder;
}
.whyWe {
}
.whyWe_container {
}
.whyWe_blocks {
    display: flex;
    margin-top: 24px;
    align-items: center;
}
.whyWe_block {
    width: 50%;
}
.whyWe_content_item {
    display: flex;
    align-items: center;
    padding-bottom: 18px;
}
.whyWe_content_number {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 2px solid black;
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    margin-right: 12px;
    line-height: 2;
}
.whyWe_content_description {
    font-size: 18px;
    width: 80%;
}
.whyWe_block_img{
    text-align: center;
}
.whyWe_img {
    width: 75%;
}

@media (max-width: 768px) {
    .whyWe_blocks {
        display: block;
    }
    .whyWe_block {
        width: 100%;
    }
}

/*------------- coffe ------------*/

.coffe {
}
.coffe_container {
}
.coffe_blocks {
    display: flex;
    align-items: center;
    justify-content: center;
}
.coffe_block_img{
   
}
.coffe_block {
    
}
.coffe_img {
    width: 420px;
}
.coffe_contents {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 48px;
    text-align: center;
    background-color: #F2F4F8;
    border-radius: 5px;

}
.coffe_contents_item {
}
.coffe_content_img {
    width: 60%;
}
.coffe_content_title {
    padding-top: 12px;
    font-weight: 500;
    font-size: 18px;
}
.coffe_content_description {
}
.coffe_content_price {
    font-size: 28px;
}
.coffe_brands {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between

}
.coffe_brands_img {
    width: 12%;
}

@media (max-width: 768px) {
    .coffe {
        text-align: center;
    }
    .coffe_img {
       display: none;
    }
    .coffe_contents {
        display: block;
    }
    .coffe_contents_item {
        padding-bottom: 18px;
    }
    .coffe_content_img {
        width: 30%;
    }
}

/*------------- footer ------------*/


.footer {
}
.footer_container {
    font-size: 16px;
}
.footer_adress{
    width: 50%!important;
}

.footer_logo {
}
.logo {
}
.footer_logo_img {
}
.footer_blocks {
    display: flex;
    justify-content: space-between;
}
.footer_blocks_item {
    width: 40%;
}
.footer_contact {
    display: flex;
    margin-top: 12px;
}
.footer_contact_icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
.footer_contact_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
}

.footer_contact_phone {
    font-size: 18px;
    line-height: 1.4;
}
.footer_phone_link{
    text-decoration: none;
    color: white;
}

.footer_schedule_time{
     line-height: 1.4;
}
.footer_contact_img{
    width: 70%;
}

@media (max-width: 767px) {
    .footer_blocks {
       display: block;
    }
    .footer_blocks_item {
        width: 100%;
        text-align: center;
    }
    .footer_contact{
        width: 100%;
        justify-content: center;
    }
    .footer_adress{
        width: 100%!important;
    }
    .footer_contact_img{
       display: none;
    }
    .contacts{
        text-align: center;
    }
}