.header {
    position: fixed;
    width: 100%;
    height: 85px;
    z-index: 999;
    transition: all 0.15s ease;

}

.header_fixed {
    position: fixed;
    background: #fe8800;
    box-shadow: 0px 5px 15px #fe880035;
    height: 70px;
}

.header_content {
    position: relative;
    margin: 0 auto;
    max-width: 1300px;
    height: 100%;
    display: flex;
    align-items: center;

}

.logo {
    display: flex;
    align-items: center; 
}

.logo_company {
    position: relative;
    height: 50px;
}

.header_logo {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    margin-left: 15px;
}

.menu_nav {
    position: absolute;
    right: 0;
    width: auto;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-column-gap: 45px;
    align-items: center;
}

.link_nav {
    position: relative;
    width: auto;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}

.call_nav {
    position: relative;
    background: #542300;
    border-radius: 100px;
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 10px 20px 10px 55px;
    
}

.phone_call_nav {
    position: absolute;
    width: 24px;
    left: 20px;
}

.link_nav:hover {
    text-decoration: underline;
    cursor: pointer;
}

.widget_btn {
    position: fixed;
    width: 130px;
    height: 75px;
    border-radius: 100px 0px 0px 100px;
    background: #ff6a00;
    z-index: 900;
    right: 0px;
    top: 30%;
    display: flex;
    align-items: center;
    transition: all 1s ease;
    animation: pulsing 1.5s infinite;
}

.widget_btn:hover {
    width: 140px;
    animation: none;
    cursor: pointer;
}

@-webkit-keyframes pulsing {
  0% {
   width: 130px;
   	 
  }
  50% {
   
   width: 140px;
         
   
   
  }
  100% {
   width: 130px;
   	      
	 
  }
}

.shop_widget_btn {
    position: relative;
    margin-left: 37px;
    width: 45px;
    transition: ease 0.15s;
    
}


.block_1 {
    position: relative;
    min-width: 1300px;
    height: auto;
    background: url(../img/bg_top.png) center no-repeat;
    
}


.block_1_content {
    position: relative;
    margin: 0 auto;
    top: 0px;
    width: 1300px;
    height: 690px;
    
    
}

.bg_logo_top {
    position: absolute;
    top: -15px;
    left: -160px;
}

.mobile_app {
    position: absolute;
    width: 310px;
    right: 105px;
    bottom: -150px;
}

.title_block {
    position: absolute;
    font-size: 48px;
    font-weight: 800;
    color: #FFFFFF;
    top: 205px;
}

.description_block {
    position: absolute;
    top: 300px;
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    border-bottom: 3px dashed;
}

.widget_btn_catalog {
    position: relative;
    display:  inline-block;
    width: auto;
    background: #FFFFFF;
    color: #ff6a00;
    font-weight: 700;
    border-radius: 100px;
    padding: 10px 28px 10px 28px;
    top: 405px;
    font-size: 20px; 
    border: 2px solid #FFFFFF;
}

.widget_btn_catalog:hover {
    background: none;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    cursor: pointer;
}

.widget_btn_contract {
    position: relative;
    display:  inline-block;
    background: #09468F;
    color: #FFFFFF;
    font-weight: 700;
    border-radius: 100px;
    padding: 10px 28px 10px 28px;
    top: 405px;
    margin-left: 40px;
    font-size: 20px; 
    border: 2px solid #09468F;
}

.widget_btn_contract:hover {
    background: none;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    cursor: pointer;
}

.block_2 {
    position: relative;
    min-width: 1300px;
    height: auto;
    background: #FFFFFF;
}

.wave {
    position: relative;
    min-width: 1300px;
    height: 140px;
    background: url(../img/wave.png) center no-repeat;
    top: -138px;
}


.block_2_content {
    position: relative;
    margin: 0 auto;
    margin-top: -15px;
    width: 1300px;
    height: 175px;
}

.download_block {
    position: relative;
    display: flex;
    align-items: center;
    width: 1200px;
    padding: 0px 50px;
    height: 100px;
    border-radius: 16px;
    background: #ff6a00;
    background: linear-gradient(135deg, rgb(252 172 0) 0%, rgb(255 106 0) 100%);
    box-shadow: 0px 15px 35px #ff6a0035;
}

.download_img {
    position: relative;
    display:  inline-block;
    width: 47px;
}

.text_download {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    width: auto;
    margin-left: 30px;
}

.btn_download_apple {
    position: absolute;
    display: inline-block;
    width: 186px;
    right: 271px;
    margin-top: -28px;
}

.btn_download_google {
    position: absolute;
    display: inline-block;
    width: 186px;
    right: 60px;
    margin-top: -28px;
}

.block_3 {
    position: relative;
    min-width: 1300px;
    height: auto;
    background: #FFFFFF;
}

.block_3_content {
    position: relative;
    margin: 0 auto;
    width: 1300px;
    height: auto;
    padding-top: 55px;
}

.title_content {
    position: relative;
    font-size: 36px;
    font-weight: 800;
    color: #061524;
}

.product_categories {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
    justify-items: center;
    align-items: center;
}

.product {
    position: relative;
    width: 304px;
    height: auto;
    border-radius: 24px;  
    padding: 50px 30px;
    margin-bottom: 50px;
    
}

.product:hover {
    box-shadow: 0px 20px 35px #00000025;
    cursor: pointer;
    
}

.product_img {
    position: relative;
    height: 130px;
    margin: 0 auto;
}

.product_title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #ff6a00;
    margin-top: 44px;
}

.product_description {
    font-size: 18px;
    font-weight: 500;
    color: #061524;
    margin-top: 30px;
}

.block_4 {
    position: relative;
    min-width: 1300px;
    height: auto;
    background: #FFFFFF;
}

.block_4_content {
    position: relative;
    margin: 0 auto;
    width: 1300px;
    min-height: 530px;
    padding-top: 55px;
    margin-bottom: 11px;
}

.descrirtion_content {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 600px;
    color: #061524;
    margin-top: 60px;
    width: 410px;
    
}

.descrirtion_content_img {
    position: relative;
    width: 56px;
    margin-right: 30px;
}

.title_delivery_info {
    position: relative;
    font-size: 24px;
    font-weight: 600px;
    color: #061524;
    margin-top: 54px;
}

.text_delivery_info {
    position: relative;
    display: inline-block;
    padding: 7px 30px;
    background: #ff6a00;
    background: linear-gradient(135deg, rgb(252 172 0) 0%, rgb(255 106 0) 100%);
    border-radius: 8px;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 25px;
}

.title_delivery_regions {
    position: relative;
    font-size: 24px;
    font-weight: 600px;
    color: #061524;
    margin-top: 54px;
}

ol {
    list-style-type: inherit;
    color: #ff6a00;
    margin-left: 18px;  
}


.text_delivery_regions {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #061524;
    line-height: 1.7em;

}

.delivery_regions_block {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, auto);
    max-width: 500px;
    margin-top: 25px;
}

.delivery_car {
    position: absolute;
    right: 0px;
    top: 145px;
    width: 630px;
}

.block_5 {
    position: relative;
    min-width: 1300px;
    height: auto;
    background: #FFFFFF;
    padding-top: 110px;
}

.map {
    width: 100%;
    height: 450px;
}


.block_footer {
    position: relative;
    min-width: 1300px;
    height: auto;
    background: #353636;
}

.block_footer_content {
    position: relative;
    margin: 0 auto;
    width: 1300px;
    min-height: 150px;
    padding-top: 100px;

}

.contacts_block {
    position: relative;
    display: grid;
    width: 100%;
    align-items: stretch;
    grid-template-columns: repeat(3, 1fr);
}

.contacts_group {
    position: relative;
    width: 390px;
}

.contact_img {
    position: absolute;
    height: 30px;
    
}

.title_contacts {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    margin-left: 55px;
    margin-top: 5px;
}

ul {
    list-style-type: none;
    margin-left: 55px;
    margin-top: 15px;
}

.contact {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.7em;
}


.social_link_block {
    position: relative;
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(6, auto);
    grid-column-gap: 15px;
    width: auto; 
    
}

.social_link_block-section {
    position: relative;
    display: grid;
    width: auto;
    height: 150px;
    justify-items: start;
    align-items: top;
    margin-top: 0px;
}

.download_footer_block {
    position: relative;
    display: grid;
    width: auto;
    justify-content: left;
    height: 150px;
        
}

.title_download_footer {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 0px;
}

.qr_footer_img {
    position: relative;
    height: 100px;
    top: 25px;
    border-radius: 10px;
}

.btn_download_apple_footer {
    position: relative;
    height: 45px;
    top: -75px;
    left: 120px;
}

.btn_download_google_footer {
    position: relative;
    height: 45px;
    top: -65px;
    left: 120px;
}

.footer_wgt_block {
    position: relative;
}

.widget_btn_catalog_footer {
    position: relative;
    display:  inline-block;
    width: auto;
    background: #FFFFFF;
    color: #ff6a00;
    font-weight: 700;
    border-radius: 100px;
    padding: 10px 28px 10px 28px;
    top: 0px;
    font-size: 20px; 
    border: 2px solid #FFFFFF;
}

.widget_btn_catalog_footer:hover {
    background: none;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    cursor: pointer;
}

.widget_btn_contract_footer {
    position: relative;
    display:  inline-block;
    background: #09468F;
    color: #FFFFFF;
    font-weight: 700;
    border-radius: 100px;
    padding: 10px 28px 10px 28px;
    top: 0px;
    margin-left: 40px;
    font-size: 20px; 
    border: 2px solid #09468F;
}

.widget_btn_contract_footer:hover {
    background: none;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    cursor: pointer;
}

.footer_block_2 {
    position: relative;
    display: grid;
    grid-template-columns: 432px auto auto;
    width: auto;
    margin-top: 75px;
}

.footer_info_block {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 105px;
    bottom: 15px;
    align-items: center;
}

.footer_info_block_item {
    position: relative;
    width: 100%;
    font-size: 12px;
    color: #FFFFFF;
}

.footer_info_block_item_img {
    position: relative;
    display: grid;
    width: 100%;
    justify-items: end;
}

.pay_img {
    position: relative;
    width: 200px;
    right: 0px;
}

.link_politic {
    color: #FFFFFF;
    text-decoration: underline;
}

.menu_nav_mobile {
    display: none;
}

@media (max-width: 1350px) {

.header_content {
    max-width: 1100px;

}

.block_1 {
    min-width: 1100px;
   
}


.block_1_content {
    width: 1100px;  
}


.mobile_app {
    width: 270px;
    right: 155px;
    bottom: -163px;
}


.block_2 {
    min-width: 1100px;

}


.block_2_content {
    width: 1100px;
    height: 175px;
}

.download_block {
    width: 1000px;
}

.text_download {
    width: 480px;
    
}


.block_3 {
    min-width: 1100px;
}

.block_3_content {
    width: 1100px;
}

.product {
    width: 274px;
  
}

.block_4 {
    min-width: 1100px;
}

.block_4_content {
    width: 1100px;
}

.delivery_car {
    position: absolute;
    right: 0px;
    top: 175px;
    width: 530px;
}

.block_5 {
    min-width: 1100px;
}

.block_footer {
    min-width: 1100px;
}

.block_footer_content {
    width: 1100px;

}
    
}

@media (max-width: 1150px) {
    



.header_content {
    max-width: 900px;

}


.menu_nav {
    display: none;
}
    
.btn_nav_menu {
    position: absolute;
    display: grid;
    justify-items: center;
    align-items: center;
    width: 35px;
    height: 35px;
    right: 0px; 
    cursor: pointer;
}
      

.pillar1 {
    width: 35px;
    height: 3px;
    background: #FFFFFF;
    transition: all 0.15s ease;
}

.pillar2 {
    width: 35px;
    height: 3px;
    background: #FFFFFF;
    transition: all 0.15s ease;
} 

.pillar3 {
    width: 35px;
    height: 3px;
    background: #FFFFFF;
    transition: all 0.15s ease;
}     
    
.pillar1_active {
    margin-top: 16px;
    width: 35px;
    height: 3px;
    background: #FFFFFF;
    transform: rotate(45deg);
}  

.pillar2_active {
    width: 0px;
    height: 3px;
    background: #FFFFFF;
} 

.pillar3_active {
    margin-top: -26px;
    width: 35px;
    height: 3px;
    background: #FFFFFF;
    transform: rotate(-45deg);
}     
    
.menu_nav_mobile {
    position: fixed;
    width: 100%;
    height: auto;
    background: rgba(255,255,255,0.95);
    display: none;
    grid-template-columns: 100%;
    grid-row-gap: 25px;
    align-items: center;
    justify-items: center;
    padding: 25px 0px;
    box-shadow: 0px 5px 15px #04335835;
}  
    
.link_nav {
    color: #061524;
}


.block_1 {
    min-width: 900px;   
}


.block_1_content {
    width: 900px;
    height: 690px;
    
    
}


.mobile_app {
    width: 240px;
    right: 145px;
    bottom: -90px;
}

.title_block {
    top: 175px;
}

.description_block {
    top: 260px;
}

.widget_btn_catalog {
    top: 365px;
}


.widget_btn_contract {
    top: 365px;
}

.block_2 {
    min-width: 900px;
}


.block_2_content {
    width: 900px;
    height: 175px;
}

.download_block {
    width: 840px;
    padding: 0px 30px;
}


.text_download {
    font-size: 18px;
    width: 320px;
}

.btn_download_apple {
    right: 251px;
    
}

.btn_download_google {
    right: 40px;
}

.block_3 {
    min-width: 900px;
}

.block_3_content {
    width: 900px;
}


.product_categories {
    grid-template-columns: repeat(2, 1fr);
}


.block_4 {
    min-width: 900px;
}

.block_4_content {
    width: 900px;
}


.delivery_car {
    top: 205px;
    width: 400px;
}

.block_5 {
    min-width: 900px;
}


.block_footer {
    min-width: 900px;
}

.block_footer_content {
    width: 900px;
    min-height: 450px;
    padding-top: 100px;

}

.contacts_block {
    grid-column-gap: 25px;
}

.contacts_group {
    width: 100%;
}   
    
}

@media (max-width: 950px) {


.header_content {
    max-width: 700px;

}

.block_1 {
    min-width: 700px;
    
}


.block_1_content {
    width: 700px;
    height: 850px;
    
    
}

.mobile_app {
    width: 280px;
    right: 210px;
    bottom: -180px;
}

.title_block {
    top: 175px;
    font-size: 40px;
}

.description_block {
    top: 248px;
}

.widget_btn_catalog {
    top: 353px;

}


.widget_btn_contract {
    top: 353px;
}


.block_2 {
    min-width: 700px;
}

.wave {
    min-width: 700px;
    max-width: 950px;
    height: 70px;
    background: url(../img/wave_mini.png) center no-repeat;
    top: -68px;
}


.block_2_content {
    margin-top: 55px;
    width: 700px;
    height: 265px;
}

.download_block {
    width: 630px;
    padding: 0px 30px;
    height: 180px;
}

.download_img {
    display: none;
}

.text_download {
    font-size: 22px;
    width: 100%;
    text-align: center;
    margin-left: 0px;
    top: -40px
}

.btn_download_apple {
    width: 186px;
    right: 0px;
    left: 140px;
    margin-top: 5px;
}

.btn_download_google {
    width: 186px;
    right: 140px;
    margin-top: 5px;
}

.block_3 {
    min-width: 700px;
}

.block_3_content {
    width: 700px;
}


.product_categories {
    grid-template-columns: repeat(1, 1fr);

}

.product {
    box-shadow: 0px 20px 35px #00000025;
    cursor: pointer;
    
}



.block_4 {
    min-width: 700px;
}

.block_4_content {
    width: 700px;
}


.delivery_car {
    top: 420px;
    width: 200px;
}

.block_5 {
    min-width: 700px;
}


.block_footer {
    min-width: 700px;
}

.block_footer_content {
    width: 700px;

}

.contacts_block {
    grid-row-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
}

.contacts_group {
    width: 335px;
}


.social_link_block {
    margin-top: 23px;
    
    
}


.footer_block_2 {
    grid-template-columns: auto;
    grid-row-gap: 50px;
}

.footer_info_block {
    margin-top: 128px;

}


.pay_img {
    width: 180px;

}
   
}

@media (max-width: 750px) {
    
.header_content {
    max-width: 500px;

}


.widget_btn {
    width: 100px;
    height: 60px;
}

.widget_btn:hover {
    width: 110px;
}

@-webkit-keyframes pulsing {
  0% {
   width: 100px;
   	 
  }
  50% {
   
   width: 110px;
         
   
   
  }
  100% {
   width: 100px;
   	      
	 
  }
}

.shop_widget_btn {
    margin-left: 35px;
    width: 35px;   
}


.block_1 {
    min-width: 500px; 
}

.block_1_content {
    width: 500px;
    height: 830px;
     
}


.mobile_app {
    width: 250px;
    right: 125px;
    bottom: -130px;
}

.title_block {
    font-size: 30px;
    top: 175px;
}

.description_block {
    top: 220px;
    font-size: 24px;
}

.widget_btn_catalog {
    top: 345px;
}


.widget_btn_contract {
    top: 345px;
}


.block_2 {
    min-width: 500px;
}

.wave {
    min-width: 500px;
    height: 70px;
    background: url(../img/wave_mini.png) center no-repeat;
    top: -68px;
}


.block_2_content {
    margin-top: 50px;
    width: 500px;
    height: 240px;
}

.download_block {
    width: 450px;
    padding: 0px 25px;
    height: 180px;
}

.download_img {
    display: none;
}

.text_download {
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin-left: 0px;
    top: -40px
}

.btn_download_apple {
    width: 186px;
    right: 0px;
    left: 45px;
    margin-top: 10px;
}

.btn_download_google {
    width: 186px;
    right: 45px;
    margin-top: 10px;
}

.block_3 {
    min-width: 500px;
}


.block_3_content {
    width: 500px;
}

.title_content {
    font-size: 34px;

}

.product_categories {
    grid-template-columns: repeat(1, 1fr);
}


.block_4 {
    min-width: 500px;
}

.block_4_content {
    width: 500px;
}

.delivery_car {
    position: relative;
    right: 0px;
    left: 150px;
    top: 0px;
    width: 200px;
    margin-top: 55px;
}

.block_5 {
    min-width: 500px;
    padding-top: 70px;
}

.map {
    height: 350px;
}


.block_footer {
    min-width: 500px;
}

.block_footer_content {
    width: 500px;
}

.contacts_block {
    grid-template-columns: repeat(1, 1fr);
}

.contacts_group {
    width: 500px;
}

.footer_info_block {
    grid-template-columns: repeat(2, 250px);
    grid-row-gap: 20px;
}

.footer_info_block_item {
    position: relative;
    width: 100%;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
}

.footer_info_block_item_img {
    justify-items: center;
    width: 500px;
}
    
.widget_btn_contract_footer {
    top: 0px;
}
    
  
}

@media (max-width: 550px) {
    
.header_content {
    max-width: 340px;

}

.logo_company {
    max-height: 28px;
}


.widget_btn {
    width: 90px;
    height: 60px;
    top: 30%;
}

.widget_btn:hover {
    width: 100px;
}

@-webkit-keyframes pulsing {
  0% {
   width: 90px;
   	 
  }
  50% {
   
   width: 100px;
         
   
   
  }
  100% {
   width: 90px;
   	      
	 
  }
}

.shop_widget_btn {
    margin-left: 28px;
    width: 40px;
    
}


.block_1 {
    min-width: 340px;
    
}


.block_1_content {
    width: 340px;
    height: 700px;
    
    
}


.mobile_app {
    width: 210px;
    right: 65px;
    bottom: -120px;
}

.title_block {
    font-size: 24px;
    top: 145px;
}

.description_block {
    top: 190px;
    font-size: 18px;

}

.widget_btn_catalog {
    top: 290px;
}


.widget_btn_contract {
    top: 320px;
    margin-left: 0px;
}


.block_2 {
    min-width: 340px;
}

.wave {
    min-width: 340px;
}


.block_2_content {
    width: 340px;
    height: 350px;
}

.download_block {
    width: 300px;
    padding: 0px 20px;
    height: 280px;
}

.download_img {
    display: none;
}

.text_download {
    font-size: 18px;
    top: -90px;
}

.btn_download_apple {
    left: 77px;
    margin-top: -30px;
}

.btn_download_google {
    right: 77px;
    margin-top: 50px;
}

.block_3 {
    min-width: 340px;
}

.block_3_content {
    width: 340px;
}

.title_content {
    font-size: 24px;

}

.product_categories {
    grid-template-columns: repeat(1, 1fr);
}

.product {
    width: 280px;
    border-radius: 20px;  
    padding: 35px 25px;   
}


.product_img {
    height: 90px;
}

.product_title {
    font-size: 20px;
    margin-top: 30px;
}

.product_description {
    font-size: 16px;
    margin-top: 20px;
}

.block_4 {
    min-width: 340px;
}

.block_4_content {
    width: 340px;
}

.descrirtion_content {
    font-size: 18px;
    width: 340px;
    
}

.descrirtion_content_img {
    width: 35px;
    margin-right: 20px;
}

.title_delivery_info {
    font-size: 18px;
}

.text_delivery_info {
    padding: 5px 25px;
    border-radius: 5px;
    font-size: 14px;
}

.title_delivery_regions {
    font-size: 18px;
}

ol {
    margin-left: 14px;  
}


.text_delivery_regions {
    font-size: 14px;

}

.delivery_regions_block {
    grid-template-columns: repeat(1, auto);
    max-width: 340px;

}

.delivery_car {
    left: 70px;
}

.block_5 {
    min-width: 340px;
    padding-top: 55px;
}

.map {
    width: 100%;
    height: 230px;
}


.block_footer {
    min-width: 340px;
}

.block_footer_content {
    width: 340px;
    min-height: 450px;
    padding-top: 70px;

}

.contacts_block {
    grid-template-columns: repeat(1, 1fr);
}

.contacts_group {
    width: 340px;
}

.social_link_block {
    grid-template-columns: repeat(5, auto);
    grid-row-gap: 15px; 
    
}



.qr_footer_img {
    display: none;
}

.btn_download_apple_footer {
    margin-top: 20px;
    top: 0px;
    left: 0px;
}

.btn_download_google_footer {
    margin-top: 15px;
    top: 0px;
    left: 0px;
}

.footer_block_2 {
    grid-template-columns: auto;
    margin-top: 70px;
}

.footer_info_block {
    grid-template-columns: repeat(1, 340px);
    margin-top: 105px;
}

.footer_info_block_item_img {
    width: 100%;
    justify-items: center;
}

.widget_btn_contract_footer {
    top: 20px;
    margin-left: 0px;
}    
    
}


@media (max-width: 340px) {
    
.header_content {
    max-width: 300px;

}

.logo_company {
    max-height: 25px;
}

.block_1 {
    min-width: 300px;
    
}


.block_1_content {
    width: 300px;
 
}


.mobile_app {
    right: 45px;
}

.title_block {
    font-size: 20px;
    top: 150px;
}


.block_2 {
    min-width: 300px;
}

.wave {
    min-width: 300px;

}


.block_2_content {
    width: 300px;
}

.download_block {
    width: 280px;
    padding: 0px 10px;
}


.text_download {
    font-size: 16px;
}

.btn_download_apple {
    left: 57px;
    margin-top: -30px;
}

.btn_download_google {
    right: 57px;
    margin-top: 50px;
}

.block_3 {
    min-width: 300px;
}

.block_3_content {
    width: 300px;
}


.product {
    width: 240px;  
}


.block_4 {
    min-width: 300px;
}

.block_4_content {
    width: 300px;
}

.descrirtion_content {
    width: 300px;
    
}


.delivery_car {
    left: 50px;

}

.block_5 {
    min-width: 300px;
}


.block_footer {
    min-width: 300px;
}

.block_footer_content {
    width: 300px;

}

.contacts_group {
    width: 300px;
}

.social_link_block {
    grid-template-columns: repeat(4, auto);
    
}

.footer_info_block {
    grid-template-columns: repeat(1, 300px);
}
}
