@media (max-width: 1550px) {
  #main__section .main__content p {
    margin: 30px 0px;
  }
}
@media (max-width: 1440px) {
  #header__section .laptop__header nav ul li:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 1200px) {
  #header__section .laptop__header button {
    font-size: 16px;
    padding: 0px 10px;
  }
  #header__section .laptop__header nav ul li :not(:last-child) {
    margin-right: 20px;
  }
  #header__section .laptop__header nav ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  header {
    height: 80px;
  }
  .laptop__header {
    display: none;
  }
  .mobile__header {
    display: flex;
  }
  .open-button:hover {
    background-color: #004891;
  }
  #main__section {
    height: calc(100vh - 80px);
  }
  #main__section .main__content {
    justify-content: start;
    margin-top: 50px;
  }
  #main__section .main__content button {
    width: 100%;
  }
  #main__section .main__content a {
    bottom: 70px !important;
    background-color: transparent !important;
  }
  #main__section .main__content p {
    margin: 30px 0px;
  }
  #sold__section .sold__container {
    flex-wrap: wrap;
  }
  #sold__section .sold__container div {
    width: 49.3%;
  }
  #sold__section .sold__container div:hover .card-main {
    transform: scale(1);
  }
  #sold__section .sold__container .fade-left {
    margin-bottom: 10px;
  }
  #offer__section .height__container {
    height: auto;
  }
  #offer__section .grid {
    flex-direction: column;
  }
  #offer__section .card {
    height: 220px !important;
  }
  #offer__section .card.wide {
    flex: auto;
  }
  #achieve__section {
    background-position-x: -300px;
  }
  #achieve__section ul {
    flex-wrap: wrap;
  }
  #achieve__section ul li {
    width: 46%;
    margin: 20px 0px 0px 0px !important;
  }
  #feedback__section .feedback__container {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #feedback__section .feedback__block {
    width: 45%;
  }
  #feedback__section .feedback__block:last-child {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  section {
    scroll-margin-top: 170px;
  }
  h2 {
    text-align: center;
  }
  .container__standart {
    padding: 0px 10px;
  }
  .advantages-list {
    width: 100%;
    margin-top: 0;
  }
  .advantages-list .advantages-element {
    width: 100%;
    padding-top: 20px;
  }
  .advantages-list .advantages-element p {
    margin-top: 10px;
  }
  .absolute-text p {
    font-size: 24px;
  }
  .modal .modal-content {
    margin-top: 50px;
    width: 95% !important;
    height: 60vh;
  }
  .modal .modal-images {
    overflow-x: auto;
  }
  .modal .modal-images img {
    width: 65% !important;
    height: 25%;
    object-fit: cover;
    border-radius: 6px;
  }
  #header__section .mobile__header {
    padding: 0px 10px;
  }
  #offer__section h2 {
    margin-bottom: 40px;
  }
  #offer__section .grid {
    padding: 10px;
  }
  #sold__section .sold__container {
    flex-wrap: wrap;
  }
  #sold__section .sold__container div {
    width: 100%;
  }
  #sold__section .sold__container .fade-left {
    margin-bottom: 10px;
  }
  #achieve__section {
    background-position-x: -500px;
  }
  #achieve__section ul {
    margin-top: 20px;
  }
  #achieve__section ul li {
    width: 100%;
    height: 110px;
  }
  #main__section h2 {
    text-align: start;
  }
  #main__section .main__content {
    width: 100%;
    margin-top: 0;
  }
  #main__section .main__content .main-link {
    width: 100%;
  }
  #main__section .main__content p {
    margin: 30px 0px;
  }
  #main__section .arrow__button {
    right: calc(50% - 25px) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: heartbeat 3s 0s infinite;
  }
  #main__section .arrow__button img {
    color: white;
  }
  #feedback__section .feedback__container {
    margin-top: 0px;
  }
  #feedback__section .feedback__block {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 410px) {
  #header__section .mobile__header img {
    height: 50px;
  }
  #main__section .main__content p {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  #main__section {
    padding-top: 30px;
  }
  #main__section .main__content p {
    font-size: 14px;
    margin: 10px 0px;
  }
}
@media (max-height: 685px) {
  #main__section .main__content a {
    display: none !important;
  }
}
@media (max-height: 500px) {
  #main__section {
    height: 170vh;
  }
}/*# sourceMappingURL=media.css.map */