@media screen and (max-width: 1380px) {
  .nav__center .nav__pages .nav__page {
    margin-inline-end: 1.5em;
  }
  .nav__center .nav__pages .nav__page .nav__link {
    font-size: 1rem;
  }
  .nav__parent {
    font-size: 1rem;
  }
  .internal__header .header__content {
    margin-top: 14em;
  }
}

@media screen and (max-width: 1200px) {
  header {
    padding-top: 3.375em;
    background-size: contain;
  }
  nav {
    padding: 1em 1% 0.75em 1%;
    top: 3.375em !important;
  }
  .nav__left {
    width: 9.5rem;
  }
  .nav__left .nav__logo {
    width: 9.5rem;
    top: -52px;
  }
  .nav__center .nav__pages .nav__page {
    margin-inline-end: 1em;
  }
  .nav__center .nav__pages .nav__page .nav__link {
    font-size: 0.8em;
  }
  .nav__parent {
    font-size: 0.8rem;
  }
  .nav__right .nav__contacts .nav__contact .nav__number {
    font-size: 1.35rem;
    margin-inline-end: 4px;
  }
  .nav__right .nav__contacts .nav__contact .nav__number img {
    margin-inline-end: 10px;
    width: 20px;
  }
  .nav__right .nav__contacts .nav__contact img {
    width: 25px;
    margin-inline-end: 4px;
  }
  .header__content {
    position: relative;
    margin-top: 10em;
    padding-bottom: 8em;
    margin-inline-start: 54%;
    width: 40%;
    z-index: 1;
  }
  .header__content .header__title {
    font-size: 4.5rem;
    line-height: 40px;
  }
  .header__content .header__title span {
    font-size: 2.2rem;
  }
  .header__content .header__paragraph {
    font-size: 0.875rem;
    margin-top: 2em;
  }
  .header__shadowOverlay {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    transform: rotate(-180deg);
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
  }
  .header__shadowOverlay2 {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: -20%;
  }
  #section1 {
    position: relative;
    margin-top: 2.5em;
    z-index: 1;
  }
  .section__top {
    margin-left: 8.5%;
    margin-right: 8.5%;
    margin-bottom: 3.625em;
  }
  #car {
    margin-left: 3em !important;
    width: 40%;
  }
  .section__content .section__title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  .section__content .section__paragraph {
    font-size: 1.125rem;
  }
  .slide__button {
    font-size: 0.9rem;
    line-height: 30px;
    width: 25%;
  }
  .swiper-slide .slide__container {
    padding: 1em;
  }
  .swiper-slide .slide__container .slide__image {
    width: 80;
    margin-bottom: 1em;
  }
  .swiper-slide .slide__container .slide__title {
    font-size: 1rem;
    margin-bottom: 0.5em;
    min-height: 38px;
  }
  .swiper-slide .slide__container .slide__paragraph {
    font-size: 0.85rem;
    margin-bottom: 1.55em;
  }
  .swiper-slide .slide__container .slide__button {
    font-size: 0.9rem;
    line-height: 30px;
    width: 25%;
  }
  .seperator__image {
    width: 66.77%;
  }
  .contact__form .contact__bottom .radio__container {
    margin-inline-end: 5.5%;
  }
  .contact__form .contact__bottom .radio__container .contact__label {
    font-size: 1.15rem;
  }
  .footer__pages .footer__row {
    margin-inline-end: 3em;
  }
  .footer__pages .footer__row .footer__link {
    font-size: 1.1rem;
  }
  .internal__header .header__content {
    padding-bottom: 20.5em;
    margin-top: 12em;
    margin-inline-start: 76%;
    width: 20%;
  }
  .internal__header .header__content .header__title {
    line-height: 75px !important;
  }
  .article__card .content__container .slide__button {
    width: 15%;
  }
}
@media screen and (max-width: 1024px) {
  header {
    background-size: cover;
  }
  nav {
    padding: 0.75em 2% 0.5em 4%;
  }
  .nav__left {
    width: 10rem;
  }
  .nav__left .nav__logo {
    width: 10rem;
    top: -45px;
  }
  .nav__center {
    display: none;
  }
  .nav__right .nav__contacts {
    display: none;
  }
  .nav__right .hamburger-area {
    display: block;
  }
  .hamburger-area {
    margin-right: 0.5em;
  }
  .hamburger-area .hamburger-icon {
    position: relative;
    width: 40px;
    height: 30px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
  }
  .hamburger-area .hamburger-icon span {
    position: absolute;
    width: 100%;
    height: 2.5px;
    background-color: #f4b92e;
    border-radius: 10px;
    display: block;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out;
  }
  .hamburger-area .hamburger-icon span:nth-child(1) {
    top: 0;
  }
  .hamburger-area .hamburger-icon span:nth-child(2) {
    top: 12.5px;
  }
  .hamburger-area .hamburger-icon span:nth-child(3) {
    top: 25px;
  }
  .hamburger-area .animate--hamburger span {
    background-color: #1e91c1;
  }
  .hamburger-area .animate--hamburger span:nth-child(1) {
    top: 12.5px;
    transform: rotate(135deg);
  }
  .hamburger-area .animate--hamburger span:nth-child(2) {
    opacity: 0;
    transform: translate(10px);
  }
  .hamburger-area .animate--hamburger span:nth-child(3) {
    top: 12.5px;
    transform: rotate(-135deg);
  }
  .header__content {
    margin-top: 10em;
    padding-bottom: 8em;
    margin-bottom: 5em;
    margin-inline-start: 57%;
    width: 40%;
    z-index: 1;
  }
  .header__content .header__title {
    font-size: 3.7rem;
    line-height: 40px;
  }
  .header__content .header__title span {
    font-size: 1.8rem;
  }
  .header__content .header__paragraph {
    font-size: 0.8rem;
    margin-top: 2em;
  }
  #section1 {
    position: relative;
    margin-top: 2.5em;
    z-index: 1;
  }
  .section__top {
    flex-direction: column-reverse;
    align-items: center;
    margin-left: 3.5%;
    margin-right: 3.5%;
    margin-bottom: 3.625em;
  }
  .section__top .section__img {
    margin-inline-start: 0;
    margin-bottom: 2em;
    width: 50%;
  }
  .section:nth-child(even) .section__top {
    flex-direction: column-reverse;
  }
  .section:nth-child(even) .section__top h1 {
    text-align: left;
  }
  .section:nth-child(even) .section__top .section__img {
    width: 50%;
    margin-inline-end: 0;
    margin-bottom: 2em !important;
    margin-bottom: 0em;
  }
  #car {
    margin-left: 0 !important;
    width: 60%;
  }
  .seperator__image {
    width: 100%;
  }
  .contact__container {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
  .contact__form .contact__top .contact__input {
    width: 40%;
    height: 36px;
    padding: 0px 18px 0px 18px;
    font-size: 1.375rem;
    margin-bottom: 22px;
  }
  .contact__form .contact__top .contact__input::placeholder {
    font-size: 1.375rem;
    color: #b1b1b1;
  }
  .contact__form .contact__top .contact__input:first-child {
    margin-inline-end: 5%;
  }
  .contact__form .contact__bottom .contact__label {
    font-size: 1.15rem;
    margin-inline-end: 5.5%;
  }
  .footer {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
  .footer__container .footer__logo {
    width: 150px;
  }
  .footer__contact {
    margin-right: 1em;
  }
  .footer__pages .footer__row {
    margin-inline-end: 2em;
  }
  .footer__pages .footer__row .footer__link {
    font-size: 1.1rem;
  }
  aside {
    display: flex !important;
    position: fixed;
    overflow-x: hidden;
    flex-direction: column;
    width: 18em;
    background-color: black;
    top: 0;
    bottom: 0;
    right: 0px;
    left: -290px;
    z-index: 20;
    padding: 2em;
    opacity: 0;
    transition: all 0.35s ease-in-out;
  }
  aside .aside--logo {
    width: 100%;
    padding-bottom: 2em;
    border-bottom: 1px solid #f4b92e;
  }
  aside .aside--logo img {
    width: 100%;
  }
  aside .aside__center {
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    color: #e5e5e5;
    margin-top: 1.5em;
  }
  aside .aside__center .aside__center__list .aside__center__list--item {
    display: flex;
    cursor: pointer;
    padding: 0.35em 0em 0.35em 0;
  }
  aside
    .aside__center
    .aside__center__list
    .aside__center__list--item
    .telephoneIcon {
    width: 15px;
    height: 15px;
  }
  aside .aside__center .aside__center__list--parent {
    padding-bottom: 0;
    flex-direction: column;
  }
  aside .aside__center .aside__center__list--parent .parent-title-container {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
  }
  aside
    .aside__center
    .aside__center__list--parent
    .parent-title-container
    .aside__center__list--link {
    padding-bottom: 0em;
  }
  aside
    .aside__center
    .aside__center__list--parent
    .parent-title-container
    .dropdown {
    width: 0.8rem;
    transition: all 0.35s ease-in-out;
    transform: rotateZ(0deg);
  }
  aside
    .aside__center
    .aside__center__list--parent
    .parent-title-container
    .animate--dropdown {
    transform: rotateZ(180deg);
  }
  aside
    .aside__center
    .aside__center__list--parent
    .parent-title-container:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #f4b92e;
    bottom: 0;
    transition: all 0.35s ease-in-out;
  }
  aside
    .aside__center
    .aside__center__list--parent
    .animate--parent-title:after {
    width: 100%;
  }
  aside
    .aside__center
    .aside__center__list--parent
    .aside__center__list__child {
    margin-inline-start: 0.6em;
    display: none;
  }
  aside
    .aside__center
    .aside__center__list--parent
    .aside__center__list__child
    li {
    padding: 0.35em 0em 0.35em 0;
    font-size: 1.2rem;
  }
  .animate--sidemenu {
    left: 0;
    opacity: 1;
  }
  .background {
    display: block;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.68);
    z-index: 4;
    opacity: 0;
    transition: all 0.35s ease-in-out;
  }
  .animate--background {
    visibility: visible;
    opacity: 1;
  }
  .arbitration__button {
    align-self: flex-start;
  }
  .auctions-page .auction__card {
    margin-bottom: 1.5em;
    flex-basis: 49%;
  }
  .auctions-page .auction__card .slide__image {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .auctions-page .auction__card .slide__title {
    font-size: 1rem;
    margin-bottom: 1em;
  }
  .auctions-page .auction__card .slide__paragraph {
    font-size: 0.85rem;
  }
  .auctions-page .auction__card:nth-child(2) {
    margin-inline: 0%;
  }
  .auctions-page .auction__card:nth-child(5) {
    margin-inline: 0%;
  }
  .auctions-page .auction__card:nth-child(8) {
    margin-inline: 0%;
  }
  .auctions-page .auction__card:nth-child(even) {
    margin-inline-start: 2%;
  }
  .article__card {
    flex-direction: column;
    align-items: center;
  }
  .article__card img {
    width: 80%;
    margin-bottom: 1em;
  }
  .article__card .content__container {
    margin-inline-start: 0em;
    display: flex;
    flex-direction: column;
  }
  .article__card .content__container h1 {
    font-size: 1.5rem;
  }
  .article__card .content__container .slide__button {
    align-self: flex-start;
    width: 15%;
  }
}
@media screen and (max-width: 767px) {
  header {
    background-size: cover;
    padding-top: 2em;
  }
  nav {
    top: 2em !important;
    padding: 0.5em 2% 0.5em 4%;
  }
  .section__top a .slide__button {
    width: 40%;
  }
  .nav__left {
    width: 6.5rem;
  }
  .nav__left .nav__logo {
    width: 6.5rem;
    top: -30px;
  }
  .hamburger-area .hamburger-icon {
    width: 30px;
    height: 15px;
  }
  .hamburger-area .hamburger-icon span {
    height: 1.5px;
  }
  .hamburger-area .hamburger-icon span:nth-child(1) {
    top: 0;
  }
  .hamburger-area .hamburger-icon span:nth-child(2) {
    top: 7.5px;
  }
  .hamburger-area .hamburger-icon span:nth-child(3) {
    top: 15px;
  }
  .hamburger-area .animate--hamburger span:nth-child(1) {
    top: 7.5px;
  }
  .hamburger-area .animate--hamburger span:nth-child(3) {
    top: 7.5px;
  }
  .header__content {
    margin-top: 5em;
    padding-bottom: 5em;
    margin-inline-start: 45%;
    width: 50%;
    z-index: 1;
  }
  .header__content .header__title {
    font-size: 2.8rem;
    line-height: 35px;
  }
  .header__content .header__title span {
    font-size: 1.35rem;
  }
  .header__content .header__paragraph {
    font-size: 0.8rem;
    margin-top: 2em;
  }
  .section__content .section__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .section__content .section__paragraph {
    font-size: 1rem;
  }
  .contact__container {
    margin-bottom: 5.25em;
  }
  .contact__container .contact__title {
    font-size: 1.25rem;
    margin-bottom: 1em;
    margin-top: 1.6em;
  }
  .contact__form .contact__top {
    flex-direction: column;
    align-items: center;
  }
  .contact__form .contact__top .contact__input {
    width: 90%;
    height: 36px;
    padding: 0px 18px 0px 18px;
    font-size: 1rem;
    margin-bottom: 22px;
  }
  .contact__form .contact__top .contact__input::placeholder {
    font-size: 1rem;
    color: #b1b1b1;
  }
  .contact__form .contact__top .contact__input:first-child {
    margin-inline-end: 0;
  }
  .contact__form .contact__bottom {
    flex-wrap: wrap;
  }
  .contact__form .contact__bottom .radio__container {
    margin-bottom: 0.5em;
  }
  .contact__form .contact__bottom .radio__container .contact__label {
    font-size: 1rem;
    margin-left: 5.5%;
  }
  .contact__form .contact__submit {
    font-family: "Noto Sans Arabic", sans-serif;
    font-size: 1rem;
    background-color: #9f6d2e;
    border: none;
    border-radius: 4px;
    padding: 0em 1em 0em 1em;
    margin-top: 2em;
    margin-bottom: 4em;
    cursor: pointer;
    transition: all 0.2s linear;
  }
  .swiper {
    width: 80%;
  }
  .footer .footer__rights {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 10px;
    color: #9e9e9e;
  }
  .footer__contact {
    margin-right: 0;
  }
  .footer__contact .footer__social {
    display: flex;
    justify-content: center;
  }
  .footer__container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .footer__container .footer__logo {
    width: 150px;
  }
  .footer__pages {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .footer__pages .footer__row {
    margin-inline-end: 2em;
  }
  .footer__pages .footer__row .footer__link {
    font-size: 1.1rem;
  }
  .internal__header {
    background-size: 110% 100%;
  }
  .internal__header .header__content {
    padding-bottom: 12em;
    margin-top: 12em;
    margin-bottom: 2em;
  }
  .internal__header .header__content .header__title {
    line-height: 50px !important;
  }
  #internal-title {
    font-size: 3.1875rem;
  }
  .internal-section h2 {
    font-size: 1.5rem;
    margin-bottom: 1em;
  }
  .accordion-button::after {
    margin-inline-end: 35%;
  }
  .specialists__section {
    padding-bottom: 0em;
    justify-content: center;
  }
  .specialists__section .specialist__card {
    width: 40%;
    margin-inline-end: 10%;
    cursor: pointer;
  }
  .specialists__section .specialist__card:nth-child(3n) {
    margin-inline-end: 10%;
  }
  .specialists__section .specialist__card:nth-child(even) {
    margin-inline-end: 0;
  }
  .arbitration-child-page .footer {
    margin-top: 4em;
  }
  .article__card img {
    width: 100%;
    margin-bottom: 1em;
  }
  .article__card .content__container {
    margin-inline-start: 0em;
    display: flex;
    flex-direction: column;
  }
  .article__card .content__container h1 {
    font-size: 1.5rem;
  }
  .article__card .content__container .slide__button {
    align-self: flex-start;
    width: 25%;
  }
  .menu__container .menu__list {
    font-size: 1rem;
    margin-bottom: 0 !important;
  }
  .menu__container .menu__list .menu__item {
    padding: 0.3em 1em 0.3em 1em;
  }
  .auctions-page .internal-section {
    margin: 0em 2% 4em 2%;
  }
  .auctions-page .auctions__section {
    justify-content: flex-start;
  }
  .auctions-page .auction__card {
    margin-bottom: 1.5em;
    flex-basis: 49%;
  }
  .auctions-page .auction__card:nth-child(even) {
    margin-inline-start: 1.5%;
  }
  .pages__container .pages__list .page__item {
    width: 1em;
  }
  .content__list {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 460px) {
  .header-desktop {
    display: none;
  }
  .header-mobile {
    display: block;
  }
  header {
    background-size: 150%;
    background-position: center center;
  }
  .section__top a .slide__button {
    width: 55%;
  }
  .header__content {
    width: 100%;
    margin-inline-start: 35%;
    z-index: 1;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .header__content .header__title {
    font-size: 2.5rem;
    line-height: 30px;
    margin-bottom: 7.5em;
  }
  .header__content .header__title span {
    font-size: 1.2rem;
  }
  .header__content .header__paragraph {
    text-align: center;
    margin-inline: 5%;
    font-size: 1rem;
  }
  .section__top {
    margin-left: 5%;
    margin-right: 5%;
  }
  .section__top .section__img {
    width: 80% !important;
  }
  .footer__pages {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .footer__pages .footer__row {
    margin-inline-end: 1em;
  }
  .footer__pages .footer__row .footer__link {
    font-size: 0.8rem;
  }
  aside {
    width: 60%;
    padding: 1em;
  }
  .consultation-page aside {
    width: 60%;
  }
  .about-page aside {
    width: 60%;
  }
  #internal-title {
    font-size: 2.5rem;
    margin-bottom: 1em;
  }
  .internal__header {
    background-size: 110% 100%;
  }
  .internal__header .header__content {
    padding-bottom: 6.5em;
    margin-top: 5em;
    margin-inline-start: 35% !important;
    display: block;
  }
  .text-section {
    font-size: 1rem;
  }
  .text-section p {
    margin-bottom: 1em;
  }
  .text-section ul {
    margin-bottom: 1em !important;
  }
  .about-page .internal__header .header__content {
    width: 80%;
    margin-inline-start: 35% !important;
  }
  .accordion-button::after {
    margin-inline-end: 20%;
  }
  .accordion-body {
    padding-left: 0;
    padding-right: 0;
  }
  .arbitration-page .footer {
    margin-top: 4em;
  }
  .pages__container .pages__list .page__item {
    width: 0.8em;
  }
  .menu__container .menu__list {
    font-size: 0.8rem;
  }
  .menu__container .menu__list .menu__item {
    padding: 0.3em 0.8em 0.3em 0.8em;
  }
  .auctions-page .internal-section {
    margin: 0em 2% 4em 2%;
  }
  .auctions-page .auctions__section {
    justify-content: center;
  }
  .auctions-page .auction__card {
    margin-bottom: 1.5em;
    flex-basis: 99%;
  }
  .auctions-page .auction__card .slide__button {
    width: 100%;
  }
  .auctions-page .auction__card:nth-child(even) {
    margin-inline-start: 1.5%;
  }
  .contact-page .internal-section {
    margin: 0em 2% 4em 2%;
  }
  .content__list {
    font-size: 0.8rem;
  }
  .content__list:nth-child(1) li {
    margin-inline-start: 0;
  }
}
