@media (max-width: 1360px) {
  .row-trust {
    left: 100px;
  }
  .rows2 .square {
    display: none;
  }
  .rows2-title-img {
    margin-top: -50px;
  }
  .rows2-title {
    margin-bottom: 20px;
  }
  .rows2-title {
    gap: unset;
    justify-content: space-between;
  }
}
@media (max-width: 1100px) {
  .rows::before {
    display: none;
  }
  .rows img.pos-a {
    left: 20px;
  }
  .rows {
    gap: 100px;
  }
  .rows2 {
    padding: 50px;
  }
  .row2-col {
    width: 38%;
  }
  .footer-rows {
    gap: 50px;
  }
}
@media (max-width: 1050px) {
  nav.active .nav-wrapper {
    background: var(--mainColor);
  }
  .menu-items {
    position: fixed;
    top: 0;
    left: -100%;
    display: flex !important;
    flex-flow: column;
    align-items: flex-start !important;
    height: 100vh;
    width: 70%;
    background: #fff;
    z-index: -1;
    padding: 100px 16px 16px 16px;
    transition: 0.6s;
  }
  .menu-item {
    pointer-events: none;
    transform: translateX(-50px);
    opacity: 0;
    transition: 0.3s;
  }
  .menu-items a.active-spy {
    color: var(--mainColor);
  }
  nav.active .menu-item {
    pointer-events: visible;
    transform: translateX(0);
    opacity: 1;
  }
  nav.active .menu-item:nth-child(1) {
    transition-delay: 0.2s;
  }
  nav.active .menu-item:nth-child(2) {
    transition-delay: 0.4s;
  }
  nav.active .menu-item:nth-child(3) {
    transition-delay: 0.6s;
  }
  nav.active .menu-item:nth-child(4) {
    transition-delay: 0.8s;
  }
  nav.active .menu-item:nth-child(5) {
    transition-delay: 1s;
  }
  nav.active .menu-items {
    left: 0;
  }
  nav.active .bars span {
    background: var(--whiteColor) !important;
  }
  nav.active h1,
  nav.active h1 span {
    color: var(--whiteColor) !important;
  }
  .menu-items a p {
    font-size: 3.8rem;
    line-height: 4.6rem;
  }
  .bars {
    display: flex;
  }
}
@media (max-width: 800px) {
  html {
    scroll-padding-top: 65px;
  }
  section,
  header,
  footer {
    padding: 20px 16px;
    overflow: hidden;
  }
  .header-row {
    flex-flow: column;
    gap: 60px;
  }
  .header-row-content,
  form,
  .footer-row,
  .footer-row-text {
    max-width: 100%;
  }
  .rows,
  .row3,
  .footer-rows {
    flex-flow: column;
  }
  .row-trust {
    display: flex;
    flex-flow: column;
    order: 4;
    margin-left: auto;
    padding-right: 20px;
    z-index: 3;
  }
  .row-trust,
  .row-trust .square {
    position: unset !important;
    transform: unset;
  }
  .rows,
  .row-content {
    gap: 20px;
  }
  .rows img.pos-a {
    position: unset;
    order: 3;
    margin: -50px auto -80px;
  }
  section.pb-more {
    padding-bottom: 20px;
  }
  .rows2-title {
    flex-flow: column;
    align-items: center;
  }
  .rows2-title-img {
    margin-top: unset;
    max-width: 100%;
    height: 300px;
    justify-content: center;
    width: 100%;
  }
  .rows2 {
    padding: 16px;
  }
  .rows2-cols {
    gap: 20px;
  }
  .row3-content {
    margin-top: unset;
  }
  .row3 {
    gap: unset;
  }
  .text-slide {
    margin-top: 20px;
    gap: 20px;
  }
  .text-slide-wrapper {
    gap: 20px;
  }
  .footer-alert,
  .footer-row-text,
  .footer-row-mail,
  form p {
    margin-bottom: 20px;
  }
  .footer-rows {
    margin-top: 20px;
    gap: 20px;
  }
  .terms {
    margin: 20px 0 0;
  }
  section.pb {
    padding: 16px;
  }
  section.pb * {
    text-align: center;
  }
  section.pb .wrapper {
    flex-flow: column;
    align-items: center;
    gap: 16px;
  }
  .menu-items a p {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 50px;
  }
  .animation {
    transform: translateY(20%);
  }
  .animation.anim-active {
    transform: translateY(0);
  }
  h1 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  p,
  .input-button input,
  .menu-items a p,
  .row-content-box > p,
  .footer-row-mail,
  .footer-row-phone {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .square-wrapper {
    margin-top: 60px;
    left: -100px;
  }
  .square-wrapper img,
  .footer-row img {
    height: 40px;
    max-width: unset;
  }
  .square {
    width: 80px;
    min-width: 80px;
    height: 80px;
    background-size: 12px 12px;
    left: 50%;
  }
  form p {
    margin-bottom: 20px;
  }
  .form-row input,
  .form-row textarea,
  .form-row input::placeholder,
  .form-row textarea::placeholder {
    font-size: 1.6rem;
  }
  .form-row textarea {
    height: 60px;
  }
  .form-content {
    gap: 20px;
  }
  .row2-col-text {
    font-size: 2rem;
    line-height: 2.6rcap;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .accordion-title {
    padding: 16px 0;
  }
  .accordion-title p {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .accordion-row.active {
    padding-bottom: 16px;
  }
  .accordion-icon svg {
    width: 25px;
    height: 25px;
  }
  .text-slide p {
    font-size: 3rem;
    line-height: 4.5rem;
    letter-spacing: 3px;
  }

  .row-wrap {
    gap: 20px;
  }
  .row-dot {
    width: 5px;
    height: 5px;
    min-width: 5px;
  }
  .footer-row-title {
    font-size: 2rem;
    line-height: 2rem;
  }
  .privacy-popup-content {
    padding: 20px;
    height: 660px;
  }
  .privacy-popup-content p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .privacy-popup-content h2 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  .menu-items {
    padding-top: 70px;
  }
  .row-content br {
    display: none;
  }
  .privacy-popup-content svg {
    top: 5px;
    right: 5px;
  }
  .bars.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
  }
  .bars.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
  }
  .bars {
    width: 30px;
    height: 20px;
  }
}
