

@media screen and (min-width:769px) {
    .footer_mob{
        display: none;
    }

    .footer .container{
        padding: 0;
    }

    .footer{
        color: #fff;
        height: 397px;
        background: #333333;
    }

    .footer .menu{
        width: 50%;
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer .menu a{
        color: #fff;
        font-size: 14px;
        line-height: 22px;
    }

    .footer .content{
        border-bottom: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
        padding: 40px 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer .content img{
        width: 150px;
    }

    .footer .content p{
        margin-top: 23px;
        font-size: 14px;
        color: #fff;
        margin-bottom: 0;
    }

    .footer .content .contact{
        width: 386px;
    }

    .footer .content .contact-title{
        font-size: 16px;
        color: #ffffff;
        line-height: 19px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .footer .content .contact input{
        width: 100%;
        height: 48px;
        background: #ffffff;
        border-radius: 8px;
        padding: 10px 20px;
        color: #333;
    }

    .footer .content .contact .text{
        font-size: 14px;
        color: #5b5b5b;
        line-height: 16px;
        margin: 20px 0 10px 0;
    }

    .footer .content .contact .send-button{
        width: 100%;
        padding: 10px 0;
        text-align: center;
        border: 1px solid #ffffff;
        border-radius: 8px;
        margin-top: 20px;
    }

    .footer .copyright{
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }

    .footer .media{
        margin-top: 0;
        display: flex;
        align-items: center;
    }

    .footer .media img{
        width: 22px;
        height: 22px;
        margin-left: 20px;
    }

    .free-part-modal .modal-dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -180px;
        margin-left: -180px;
        width: 360px;
        height: 360px;
        border-radius: 18px;
        max-width: initial;
      }
      .free-part-modal .modal-dialog .modal-content .model-close {
          display: inline-block;
          position: absolute;
          right: 8px;
          top: 8px;
          font-size: 20px;
          font-weight: 400 !important;
          z-index: 999999;
       }
      .free-part-modal .modal-dialog .modal-content .modal-body {
          border-radius: 18px;
          padding: 0;
      }
      .free-part-modal .modal-dialog .modal-content .modal-body img {
            width: 100%;
            height: 100%;
            border: none;
            margin: 0;
      }
      .modal-open {
            padding-right: 0 !important;
        }
}

@media screen and (max-width:769px) {
    .footer{
        display: none;
    }

    .footer_mob{
        color: #fff;
        background: #333333;
    }

    .footer_mob .content{
        width: 100%;
        margin: 0 auto;
    }

    .footer_mob .content img{
        width: 150px;
    }

    .footer_mob .content p{
        margin-top: 15px;
        font-size: 14px;
        color: #fff;
        margin-bottom: 0;
    }

    .footer_mob .content .contact-title{
        font-size: 14px;
        color: #ffffff;
        line-height: 19px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .footer_mob .content .contact input{
        width: 100%;
        height: 43px;
        background: #ffffff;
        border-radius: 8px;
        padding: 10px 20px;
        color: #333;
    }

    .footer_mob .content .info{
        margin-top: 30px;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        padding: 30px 0;
    }

    .footer_mob .content .contact .text{
        font-size: 14px;
        color: #5b5b5b;
        line-height: 16px;
        margin: 20px 0;
    }

    .footer_mob .content .contact .send-button{
        width: 100%;
        padding: 10px 0;
        text-align: center;
        border: 1px solid #ffffff;
        border-radius: 8px;
        margin-top: 20px;
    }

    .footer_mob .copyright{
        margin-top: 20px;
    }

    .footer_mob .media{
        margin-top: 0;
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .footer_mob .media img{
        width: 22px;
        height: 22px;
        margin-right: 20px;
    }

    .free-part-modal .modal-dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -180px;
        margin-left: -180px;
        width: 360px;
        height: 360px;
        border-radius: 18px;
        max-width: initial;
      }
      .free-part-modal .modal-dialog .modal-content .model-close {
          display: inline-block;
          position: absolute;
          right: 8px;
          top: 8px;
          font-size: 20px;
          font-weight: 400 !important;
          z-index: 999999;
       }
      .free-part-modal .modal-dialog .modal-content .modal-body {
          border-radius: 18px;
          padding: 0;
      }
      .free-part-modal .modal-dialog .modal-content .modal-body img {
            width: 100%;
            height: 100%;
            border: none;
            margin: 0;
      }
      .modal-open {
            padding-right: 0 !important;
        }
}