@media screen and (min-width: 768px) and (max-width: 960px) {
  .footerNavigation ul {
    margin-bottom: 2em;
  }
  .footerNavigation__calls {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footerNavigation__call {
    width: 50%;
  }
  .footerNavigation__socials {
    text-align: right;
  }
  .takhfif__text img {
    width: 50px;
  }
  .takhfif__text strong {
    font-size: 12px;
  }
  .takhfif__form {
    border-radius: 15px;
  }
  .takhfif__form input {
    width: 100%;
    border-radius: 15px;
  }
  .takhfif__form button {
    width: 120px;
    border-radius: 15px;
    margin-right: 1em;
  }
  .namad img {
    width: 50%;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .takhfif__text {
    text-align: center;
  }
  .takhfif__text img {
    width: 30px;
  }
  .takhfif__text .mr-5 {
    margin-right: 1em !important;
  }
  .takhfif__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
  }
  .takhfif__form input {
    width: 100%;
    border-radius: 15px;
  }
  .takhfif__form button {
    margin-bottom: 1em;
    color: #FF6D02;
    border-radius: 15px;
    background-color: #fff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 1em;
  }
  .soc__mobilesize {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1em auto 1em auto;
  }
  .footerNavigation ul {
    margin-bottom: 2em;
  }
  .footerNavigation__calls {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footerNavigation__call {
    width: 50%;
  }
  .footerNavigation__socials {
    text-align: right;
  }
  .namad img {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .options__row img{
    width: auto;
    height: 50px;
  }
  .options__row strong{
    font-weight: normal;
    font-size: 12px;
  }
  .options__row {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.7em;
  }
  .footerNavigation__call, .soc__call{
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .takhfif__text {
    text-align: center;
  }
  .takhfif__text img {
    width: 30px;
  }
  .takhfif__text .mr-5 {
    margin-right: 1em !important;
  }
  .takhfif__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
  }
  .takhfif__form input {
    width: 100%;
    border-radius: 15px;
  }
  .takhfif__form button {
    margin-bottom: 1em;
    color: #FF6D02;
    border-radius: 15px;
    background-color: #fff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 1em;
  }
  .options__row {
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    grid-gap: .2em;
  }
  .options__row img {
    height: 32px;
    width: auto;
    opacity: 75%;
  }
  .options__row a {
    text-align: center;
  }
  .options__row strong{
    font-size: 11px;
    margin-bottom: 5px;
  }
  .options__row a{
    margin-bottom: 10px;
  }
  .footerNavigation ul,
  .soc ul {
    margin-bottom: 2em;
  }
  .footerNavigation__mobilesize,
  .soc__mobilesize {
    width: 50%;
    margin-bottom: 1em;
    padding-left: 5px;
    padding-right: 5px;
  }
  .footerNavigation__mobilesize img,
  .soc__mobilesize img {
    width: 100%;
  }
  /*.footerNavigation__calls,
  .soc__calls {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footerNavigation__call,
  .soc__call {
    width: 50%;
    font-size: 10px;
  }*/
  .footerNavigation__call img,
  .soc__call img {
    width: 20px;
  }
  .footerNavigation__li{
    margin: 1em .5em !important;
  }
  .footerNavigation__li a{
    font-size: 12px !important;
  }
  .footerNavigation__li::before{
    width: 12px;
    height: 22px;
    right: -15px;
    background-size: contain;
    background-position: center center;
  }
  .footerNavigation__socials{
    text-align: right !important;
    padding-right: 5px;
  }
  .footerNavigation__socials strong br{
    display: none;
  }
  .footerNavigation__calls{
    margin: 0;
  }
  .soc .col-lg-8,
  .soc .col-lg-4{
    width: 50% !important;
  }
  .soc .col-lg-8{
    padding-left: 0px;
  }
  .soc .col-lg-4{
    padding-right:0px;
  }
  .soc h4{
    font-size: 11px !important;
  }
  a.social_footer{
    margin: 5px !important;
  }
  a.social_footer img {
    width: 32px !important;
  }
  .namad h6{
    font-size: 14px !important;
    padding: 1em 0;
  }
  .namad p{
    font-size: 12px;
  }
  .namad__namads .col-lg-4{
    width: 100%;
    padding: 0;
    margin-bottom: 0.5em;
  }
  .namad__namads .col-lg-4 img{
    width: 50% !important;
    height: auto;
  }
}
@media screen and (max-width: 380px) {
  .options__row strong{
    font-size: 10px;
  }
}
@media screen and (max-width: 350px) {
  .footerNavigation__mobilesize,
  .soc__mobilesize {
    width: 100%;
  }
}

/*# sourceMappingURL=footerresponsive.css.map */