@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }

  section {
    margin-bottom: 56px;
  }

  .h1 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .h2 {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .container {
    overflow-x: hidden;
  }

  #advantages {
    margin-bottom: -25px;
  }

  .advantage {
    padding: 24px;
    margin: 0 0 13px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 7px 9px rgba(64.78, 61.68, 100.78, 0.10);
  }

  #first-screen .container {
    min-height: 350px;
  }

  #first-screen p {
    font-size: 16px;
  }

  .first-screen__image {
    position: relative;
    min-width: calc(100% - 500px);
    max-width: calc(100% - 500px);
  }

  .first-screen__image img:first-child {
    width: 125%;
  }

  #graphs .h2 {
    margin-bottom: 16px;
  }

  #graphs .container:first-child {
    margin-bottom: 32px;
  }

  .graph {
    gap: 8px;
    justify-content: center;
  }

  .graph div {
    max-width: calc(50% - 8px);
  }

  .blue_form .h2 {
    font-size: 24px;
  }

  .blue-form__checked {
    margin-bottom: 12px;
  }

  .blue-form__checked:before {
    content: url('../../img/dynamic-calltracking/checked.svg');
    max-width: 16px;
    transform: scale(0.8);
  }

  .blue-form__bubble {
    margin-top: 24px;
    font-size: 16px;
  }

  input {
    margin-bottom: 12px;
  }

  .blue-form__form {
    padding: 20px;
  }

  .blue-form__form .button {
    margin-top: 12px;
  }

  #effect .h2 {
    margin-bottom: 32px;
  }

  #designs {
    margin-top: 0;
  }

  #designs .h2 {
    transform: none;
  }

  #results .container {
    padding: 0 40px;
  }

  #sales-form .container {
    padding-bottom: 75px;
  }

  #sales-form .blue-form__form {
    margin-top: 96px;
  }

  .accessory-img.darts {
    width: 134px;
    z-index: -1;
    top: 215px;
    right: calc(100% - 115px);
  }

  .accessory-img.coin {
    bottom: 259px;
    right: 21px;
    width: 27px;
    z-index: 1;
  }

  .accessory-img.big-coin {
    bottom: 15px;
    left: calc(100% - 44px);
    width: 56px;
  }

  .accessory-img.small-coin {
    bottom: 99px;
    left: -16px;
    width: 26px;
  }

  .accessory-img.arrow {
    bottom: 83px;
    left: calc(100% - 200px);
    top: -67px;
    width: 171px;
    z-index: -1;
  }

  .swiper-slide .slide-content {
    align-items: center;
  }

  .slide-content__image {
    max-width: 40%;
  }

  .integrations-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 16px;
  }

  .effect-col {
    gap: 16px;
    padding: 25px 16px;
  }

  .effect-col p {
    padding: 16px;
  }
}

@media (max-width: 768px) {
  li {
    margin-bottom: 8px;
  }

  #first-screen .button {
    min-width: auto;
    width: 100%;
  }

  #first-screen .container {
    flex-direction: column;
  }

  .first-screen__image {
    min-width: 100%;
    max-width: 100%;
  }

  .first-screen__image img:first-child {
    display: none;
  }

  .first-screen__image img:last-child {
    display: block;
    margin-top: 28px;
    transform: translateX(-23px);
    width: calc(100% + 46px);
  }

  #advantages {
    transform: translateY(-15%);
    margin-bottom: 30px;
  }

  #advantages .container {
    gap: 12px;
    overflow: auto;
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox */
  }

  #advantages .container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
  }

  .advantage {
    min-width: 259px;
  }

  .graph {
    flex-direction: column;
  }

  .graph div {
    max-width: 100%;
  }

  .graph-image img:first-child {
    display: none;
  }

  .graph-image img:last-child {
    display: block;
  }

  .blue_form {
    flex-direction: column;
    padding: 40px 20px;
    margin: 0 -20px;
    gap: 40px;
    border-radius: 16px;
    background-image: url('../../img/dynamic-calltracking/BlueForm_mob.png');
    overflow: hidden;
  }

  .blue_form > div {
    width: 100%;
  }

  .effect-col {
    width: 100%;
    padding: 0;
    background-color: transparent;
  }

  .effect-col .h3,
  .effect-col:not(.active) {
    display: none;
  }

  #designs .h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 11px;
  }
  #designs span {
    min-width: 209px;
  }

  #designs .h2 img {
    display: block;
    margin-right: -21px;
  }

  .designs-grid {
    display: flex;
    flex-direction: column;
  }

  .designs-grid__image {
    display: none;
  }

  .blue_form .accessory-img {
    display: none;
  }

  .companies-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .results-slider .swiper-slide {
    padding: 24px 34px;
  }

  .slide-content__image {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }

  .swiper-slide .h3 {
    margin-bottom: 24px;
  }

  .swiper-slide p>b {
    font-size: 14px;
  }

  .swiper-slide ul:first-of-type {
    margin-bottom: 24px;
  }

  .integrations-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .results-slider .swiper-button-next, .results-slider .swiper-button-prev {
    width: 36px;
    height: 36px;
  }

  .effect-cols__switcher {
    position: relative;
    justify-content: space-between;
    display: flex;
    background: #EDEEEE;
    border-radius: 16px;
    padding: 1px;
    margin-bottom: 16px;
    text-align: center;
  }

  .effect-col__switch {
    width: 50%;
    padding: 8px 0;
    border-radius: 16px;
    font-size: 14px;

    transition: all .0s ease-in-out;
    transition-delay: 0s;
  }

  .effect-col__switch span {
    position: relative;
    z-index: 1;

  }

  .effect-col__switch.active {
    font-weight: bold;
    transition: all .1s ease-in-out;
    transition-delay: .2s;
  }

  .effect-col__switch:first-child:before {
    content: "";
    background: #ffffff;
    display: block;
    position: absolute;
    width: calc(50% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 50%;
    border-radius: 16px;
    z-index: 0;
    transition: all .3s ease-in-out;
  }

  .effect-col__switch:first-child.active:before {
    left: 1px;
  }
}
