
/* ===== block_footer ===== */
footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  
  .footer_block_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .footer_block_left img {
    max-width: 80px;
    width: 100%;
    height: 65px;
  }
  
  .footer_block_left p {
    margin-top: 24px;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1px;
    vertical-align: middle;
    color: #000000EB;
  
  }
  
  .footer_block_right {
    max-width: 490px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 12px;
  }
  
  .footer_group {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  
  input.footer_group_input {
    max-width: 284px;
    width: 100%;
    height: 48px;
    padding: 16px;
    font-size: 16px;
    border: none;
    color: #A0AEC0;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    border-radius: 12px;
    background-color: #EDF2F7;
  }
  
  .footer_group button {
    max-width: 194px;
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #171923;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFF;
    border-radius: 12px;
  }
  
  .footer_list {
    margin-top: 41px;
    width: 100%;
    display: flex;
  }
  
  .footer_list ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .footer_list ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #2D3748;
  }
  
  .bottom_footer {
    margin-top: 32px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  
  .bottom_footer_left span {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #A0AEC0;
  }
  
  .bottom_footer_right {
    max-width: 300px;
    width: 100%;
    display: flex;
  }
  
  .contact_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  
  .contact_block a {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #A0AEC0;
  }
  @media(max-width:820px){
    .footer_block_right {
        max-width: 62%;
    }
    .container.footer_wrapp {
        margin-top: 50px;
        margin-bottom: 50px;
    }
  }

  @media(max-width:780px){
    .footer_block_left p {
        margin-top: 24px;
        font-size: 24px;
    }
  }
  @media(max-width:740px){
    footer {
        flex-direction: column;
    }
    .footer_block_right {
        max-width: 90%;
    }
    .footer_group {
        justify-content: flex-start;
    }
    input.footer_group_input {
        margin-right: 10px;
    }
    .bottom_footer_right {
        max-width: 65%;
    }
    .bottom_footer {
        width: 90%;
    }
    .footer_list ul {
        width: 100%;
    }
    
  }

  @media(max-width:600px){
    input.footer_group_input {
        font-size: 12px;
        line-height: 18px;
        height: 40px;
    }
    .footer_group button {
        font-size: 12px;
    line-height: 18px;
    height: 40px;
    }
    .footer_block_left p {
        font-size: 16px;
    }
  }
  @media(max-width:520px){
    .footer_group {
        flex-direction: column;
    }
    input.footer_group_input {
        margin-bottom: 10px;
        margin-right: 0px;
    }
    .footer_list ul {
        flex-direction: column;
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .footer_list ul li {
        padding-bottom: 10px; 
    }
    .bottom_footer {
        flex-direction: column;
    }
    .bottom_footer_right {
        max-width: 65%;
    }
    .bottom_footer {
        width: 100%;
        flex-direction:row;
    }
    .contact_block {
        /* flex-direction: column; */
    }
    .bottom_footer_left {
        padding-bottom: 0px; 
    }
    .contact_block a {
        padding-bottom: 00px; 
    }
    .container.footer_wrapp {
        margin-bottom: 25px;
    }
  }
  @media(max-width:440px){
    .bottom_footer {
        flex-direction: column;
    }
    .bottom_footer_right {
        max-width: 90%;
    }
    .contact_block {
        flex-direction: column;
    }
    .container.footer_wrapp {
        display: flex;
        position: relative;
    }
    
    footer {
        width: 50%;
    }
    .bottom_footer {
        width: 45%;
        justify-content: flex-end;
        align-items: flex-end;
    }
    
    .contact_block a {
        padding-bottom: 15px;
    }
    
    .bottom_footer_left {
        padding-bottom: 40px;
    }
    .footer_group {
        flex-direction: column;
        position: absolute;
        top: 0;
        right: 0;
        width: 60%;
        align-items: flex-end;
    }
    .contact_block a {
        text-align: right;
    }
  }
  @media(max-width:375px){
    .bottom_footer {
        width: 60%;
    }
  
  }
