.track__img { display: flex; justify-content: center; margin-bottom: 42px; }

.track__text { margin-top: 32px; margin-bottom: 42px; font-size: 15px; }

.track h2 { text-align: center; }

.track-form { display: flex; align-items: flex-end; margin-bottom: 74px; padding: 26px 28px 33px 28px; background-color: #EDF0F2; border-radius: 4px; }

.track-form div { width: 230px; margin-right: 30px; }

.track-form label { font-size: 13px; }

.track-form__btn { height: 36px; line-height: 22px; }

.track-icons { margin-top: 56px; }

.track-icons__items { display: flex; justify-content: space-between; margin: 0; padding: 0; list-style: none; }

.track-icons__item { display: flex; flex-direction: column; align-items: center; justify-content: flex-end; max-width: 234px; }

.track-icons__text { margin-top: 16px; font-size: 15px; text-align: center; }

.track img { max-width: 100%; }

@media (max-width: 767.98px) { .track-form { flex-direction: column; align-items: center; }
    .track-form div { margin: 0 0 20px 0; }
    .track-icons__items { display: block; margin: 0 auto; max-width: 400px; }
    .track-icons__item { flex-direction: row; max-width: 400px; justify-content: flex-start; align-items: center; margin-bottom: 20px; }
    .track-icons__icon { display: flex; justify-content: center; align-items: center; min-width: 80px; }
    .track-icons__text { margin: 0; padding-left: 10px; text-align: left; } }
