.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: flex;
  margin: 0 -15px;
}

.col {
  padding: 0 15px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body main {
  flex: 1 1 auto;
}

.theme-button {
  padding: 12px 24px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 16px;
  background: #DD463E;
  border: 1px solid #DD463E;
  display: inline-flex;
  color: #fff;
  text-decoration: none;
  transition: all .3s;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}

.theme-button:hover {
  color: #DD463E;
  background: transparent;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

/* END GENERAL STYLES */

.header {
  padding: 24px 0;
  background: #fff;
  position: relative;
}
.header__row {
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header__logo {}
.header__logo a {}
.header__logo a img {
  display: block;
}

.header__menu {}
.header__menu ul {
  display: flex;
  margin: 0 -20px;
}
.header__menu ul li {
  padding: 0 20px;
}
.header__menu ul li a {
  color: #0A0B0C;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}
.header__menu ul li a:hover,
.header__menu ul li.current-menu-item a {
  color: #DD463E;
  text-decoration: underline;
}

.header__menu ul li.contact-us a,
.header__menu ul li.current-menu-item.contact-us a {
  color: #fff;
  text-decoration: none;
  padding: 4px 12px;
  border-radius: 12px;
  background: #DD463E;
  border: 1px solid #DD463E;
}

.header__menu ul li.contact-us a:hover,
.header__menu ul li.current-menu-item.contact-us a:hover {
  background: #fff;
  color: #DD463E;
}

.footer {
  padding: 88px 0;
  background: #fff;
}
.footer__row {
  justify-content: space-between;
}
.footer__info {}
.footer__info-copyright {
  padding-bottom: 12px;
}
.footer__info-email {}
.footer__info-email a {
  color: #000;
  text-decoration: none;
  transition: all .3s;
}
.footer__info-email a:hover {
  color: #DD463E;
}

.footer__menu-row {
  align-items: center;
}
.footer__menu-socials {
  font-size: 24px;
}
.footer__menu-socials ul {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}
.footer__menu-socials ul li {
  padding: 0 15px;
}
.footer__menu-socials ul li a {
  color: #0A0B0B;
  transition: all .3s;
}
.footer__menu-socials ul li a:hover {
  color: #DD463E;
}
.footer__menu-items {}
.footer__menu-items ul {
  display: flex;
  margin: 0 -15px;
}
.footer__menu-items ul li {
  padding: 0 15px;
}
.footer__menu-items ul li a {
  transition: all .3s;
  text-decoration: none;
  color: #0A0B0B;
}
.footer__menu-items ul li a:hover {
  color: #DD463E;
}

.home-page {
  background: radial-gradient(80.05% 80.05% at 80.59% 107.94%, rgba(234, 0, 94, 0.10) 0%, rgba(234, 0, 94, 0.00) 100%), radial-gradient(44.39% 44.39% at -2.94% 63.53%, rgba(0, 183, 195, 0.10) 0%, rgba(0, 183, 195, 0.00) 100%), radial-gradient(75.72% 161.92% at 183.02% -5.42%, rgba(152, 62, 221, 0.10) 0%, rgba(255, 140, 0, 0.00) 100%), rgba(10, 11, 12, 0.00);
}

.preview-section__data-title {
  font-family: 'Work Sans', sans-serif;
  padding-bottom: 24px;
  line-height: 1.3;
  font-size: 62px;
  font-weight: 800;
}

.review-section__data-text {
  font-size: 18px;
}

.preview-section {
  padding-bottom: 160px;
  padding-top: 90px;
}
.home-page__preview-section {
  padding-bottom: 200px;
}

.preview-section__row {
  margin: 0 -27px;
}

.preview-section__row .col {
  padding: 0 27px;
}

.preview-section__data {
  flex: 0 0 45%;
}
.preview-section__image {
  flex: 0 0 55%;
}

.preview-section__image img {
  border-radius: 18px;
  display: block;
}

.statistics {
  padding-bottom: 48px;
}

.statistics__row {
  display: flex;
  margin: 0 -12px -24px;
}

.statistics__item {
  padding: 0 12px 24px;
  flex: 0 0 33.33333%;
  text-align: center;
}

.statistics__item-inner {
  border-radius: 32px;
  background: radial-gradient(80.05% 80.05% at 80.59% 107.94%, rgba(234, 0, 94, 0.10) 0%, rgba(234, 0, 94, 0.00) 100%), radial-gradient(44.39% 44.39% at -2.94% 63.53%, rgba(0, 183, 195, 0.10) 0%, rgba(0, 183, 195, 0.00) 100%), radial-gradient(77.59% 77.59% at 91.47% 10.00%, rgba(255, 140, 0, 0.10) 0%, rgba(255, 140, 0, 0.00) 100%), rgba(10, 11, 12, 0.05);
  padding: 30px 10px 20px;
  color: rgba(10, 11, 12, 0.50);
  min-height: 100%;
}

.statistics__item-title {
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 11px;
}
.statistics__item-subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.review-section__data-link {
  padding-top: 24px;
}

.review-section__data-link .theme-button {
  width: 232px;
  max-width: 100%;
}

.advantages__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.advantages__item {
  padding: 0 12px 24px;
  flex: 0 0 50%;
}

.advantages__item-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  min-height: 100%;
}

.advantages__items .advantages__item:nth-child(1) .advantages__item-inner {
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(0, 163, 255, 0.10) 0%, rgba(0, 163, 255, 0.00) 100%), rgba(10, 11, 12, 0.05);
}

.advantages__items .advantages__item:nth-child(2) .advantages__item-inner {
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(24, 183, 129, 0.10) 0%, rgba(24, 183, 129, 0.00) 100%), rgba(10, 11, 12, 0.05);
}

.advantage-service__item-img img {
  display: block;
}

.advantages__item-title {
  color: rgba(10, 11, 12, 0.50);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.40;
  padding-top: 15px;
}

.advantage-service__item-inner {
  border-radius: 32px;
  background: rgba(10, 11, 12, 0.05);
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.advantage-service__item-title {
  color: rgba(10, 11, 12, 0.50);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 13px;
}

.advantage-service {
  padding-bottom: 160px;
}

.services__title {
  text-align: center;
  font-family: 'Work Sans';
  font-size: 64px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1.28px;
  padding-bottom: 133px;
}

.services__item {
  display: flex;
  align-items: center;
  margin: 0 -43px;
  padding-bottom: 160px;
}

.services__item-img,
.services__item-info {
  padding: 0 43px;
  flex: 0 0 50%;
}

.services__item-info-title {
  color: #0A0B0C;
  font-family: 'Work Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.48px;
  padding-bottom: 15px;
}

.services__item-info-text {
  line-height: 1.5;
  padding-bottom: 15px;
}

.services__item-img img {
  display: block;
}

.services__item-info-link {}
.services__item-info-link a {
  color: #DD463E;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.18px;
  text-decoration-line: underline;
  transition: all .3s;
}
.services__item-info-link a:hover {
  text-decoration: none;
}

.home-news {}
.home-news__title {
  color: #0A0B0C;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.64px;
  padding-bottom: 16px;
}

.home-news__text {
  color: #0A0B0C;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 80px;
}

.home-news__row {
  flex-wrap: wrap;
}

.home-news__item {
  flex: 0 0 33.33333333%;
  padding-bottom: 30px;
}

.news__item-img {
  padding-bottom: 13px;
  position: relative;
}
.news__item-img:before {

}
.news__item-img a {
  display: block;
}
.news__item-img a:before {
  content: '';
  display: block;
  padding-top: 67%;
  width: 100%;
}
.news__item-img a picture {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.news__item-img a img {
  display: block;
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.news__item-category {
  color: #EB5757;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  padding-bottom: 14px;
}

.news__item-title {

}
.news__item-title a {
  color: #0A0B0C;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.24px;
  text-decoration: none;
  transition: all .3s;
}
.news__item-title a:hover {
  color: #EB5757;
}

.news__item-date {
  color: #4F4F4F;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.14px;
}

.home-news__more {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 180px;
}

.partners__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.64px;
  padding-bottom: 57px;
}

.partners__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px -24px;
}

.partner__item {
  padding: 0 12px 24px;
  flex: 1 1 auto;
  max-width: 33.3333333%;
}

.partner__item-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 178px;
  border-radius: 40px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  padding: 15px;
}

.partner__item-img img {
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.partners {
  padding-bottom: 230px;
}

.start {
  padding-bottom: 230px;
}

.start__title {
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1.28px;
  padding-bottom: 48px;
}

.start__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -12px -24px;
}

.start__buttons-button {
  padding: 0 12px 24px;
}

.header__toggle {}
.header__toggle button {
  border: none;
  background: none;
  outline: none;
  width: 40px;
  height: 30px;
  display: block;
  position: relative;
  padding: 0;
}
.header__toggle button span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  transition: all .3s;
}
.header__toggle button span:nth-child(1) {
  top: 0;
  left: 0;
}
.header__toggle button span:nth-child(2) {
  top: calc(50% - 1px);
  left: 0;
}
.header__toggle button span:nth-child(3) {
  bottom: 0;
  left: 0;
}

.header__toggle button.opened {}
.header__toggle button.opened span {}
.header__toggle button.opened span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}
.header__toggle button.opened span:nth-child(2) {
  opacity: 0;
}
.header__toggle button.opened span:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
}

.start__buttons-button .theme-button {
  width: 232px;
}

.feedbacks {
  padding-bottom: 140px;
}

.feedbacks__item-author {
  display: flex;
  align-items: center;
  padding-top: 12px;
}

.feedbacks__item {
  padding-bottom: 48px;
}

.feedbacks__item-author-img {
  position: relative;
}

.feedbacks__item-author-img-user img {
  display: block;
  border-radius: 50%;
}

.feedbacks__item-text {
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(216, 85, 55, 0.05);
}

.feedbacks__item-author-img-thumb {
  position: absolute;
  right: -5px;
  bottom: -5px;
}

.feedbacks__item-author-img-thumb img {
  display: block;
}

.feedbacks__item-author-name {
  padding-left: 20px;
}

.theme-link {
  color: #DD463E;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

.theme-link svg {
  display: block;
  margin-left: 24px;
}

.theme-link:hover {
  text-decoration: underline;
}

.about-us-page__title {
  padding-bottom: 48px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

.about-us-page__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px -80px;
}

.about-us-page__item {
  flex: 0 0 50%;
  padding: 0 40px 80px;
}

.about-us-page__item-image {
  padding-bottom: 27px;
}
.about-us-page__item-image img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.about-us-page__item-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.48px;
  padding-bottom: 16px;
}

.about-us-page {
  padding-bottom: 160px;
}

.arrange-delivery {
  padding-bottom: 48px;
}

.arrange-delivery__title {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.31;
  letter-spacing: -1px;
}
.arrange-delivery__text {
  padding-top: 24px;
  padding-bottom: 48px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.arrange-delivery__text a {
  text-decoration: none;
  color: inherit;
}

.form__wrap {
  border-radius: 16px;
  background: #FFF;
  padding: 32px 15px 24px
}

.about-form {
  padding-bottom: 200px;
}

.form__title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 24px;
}

.about-form .form__wrap {
  display: flex;
  justify-content: center;
}

.about-form .form__wrap-inner {
  width: 520px;
  max-width: 100%;
}

.form__field-label {
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
}

.form__field {
  padding-bottom: 24px;
}

.form__field-input input {
  border-radius: 8px;
  border: 1px solid rgba(10, 11, 12, 0.10);
  background: #fff;
  padding: 8px 12px;
  display: block;
  width: 100%;
}

.form__field-textarea textarea {
  border-radius: 8px;
  border: 1px solid rgba(10, 11, 12, 0.10);
  background: #fff;
  padding: 8px 12px;
  display: block;
  width: 100%;
  height: 120px;
  font-family: 'Inter';
  resize: none;
}

.form__field-textarea-header {
  align-items: center;
  justify-content: space-between;
}

.form__field-counter {
  color: rgba(10, 11, 12, 0.50);
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 8px;
  white-space: nowrap;
}

.form__field-submit {
  display: flex;
  justify-content: center;
}

.form__field-submit .theme-button {
  width: 140px;
}

.benefits {
  padding-bottom: 160px;
}
.benefits__title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -1px;
  text-align: center;
  padding-bottom: 48px;
}

.benefits__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px -24px;
}

.benefits__item {
  flex: 0 0 33.3333333%;
  padding: 0 24px 48px;
}

.benefits__item-wrapper {
  border-radius: 16px;
  border: 1px solid rgba(10, 11, 12, 0.20);
  background: #FFF;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
  padding: 16px;
  min-height: 100%;
}

.benefits__item-image {
  height: 53px;
  display: flex;
  justify-content: center;
  padding-bottom: 5px;
}

.benefits__item-image img {
  max-width: 100%;
  display: block;
  max-height: 100%;
}

.benefits__item-image picture {
  display: block;
}

.benefits__item-title {
  font-size: 20px;
  font-weight: 600;
}

.benefits__item-text {
  color: rgba(10, 11, 12, 0.50);
  font-size: 14px;
  font-weight: 400;
}

.our-truck {

}

.our-trucks__title {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3; /* 52px */
  letter-spacing: -0.8px;
  padding-bottom: 85px;
}

.our-trucks__item {
  padding-bottom: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -50px;
}

.our-trucks__item-specifications,
.our-trucks__item-text {
  padding: 0 50px;
  flex: 0 0 50%;
}

.our-trucks__item-specifications {

}

.our-trucks__item-text-title {
  padding-bottom: 24px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.8px;
}

.our-trucks__item-specifications-image {
  display: flex;
  justify-content: center;
}
.our-trucks__item-specifications-image img {
  display: block
}

.our-trucks__item-specifications-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
  padding-top: 24px;
}

.our-trucks__item-specifications-items-item {
  border-radius: 20px;
  background: rgba(10, 11, 12, 0.05);
  padding: 14px 22px;
  flex: 0 0 calc(25% - 20px);
  margin: 0 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
}

.our-trucks__item-specifications-items-item-title {
  font-weight: 700;
  word-break: break-word;
}

.our-trucks__item-specifications-items-item-description {
  font-weight: 500;
  word-break: break-word;
}

.request-a-quote {
  padding: 88px 0 48px;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -1px;
}

.request-a-quote-page {
  background: radial-gradient(80.05% 80.05% at 80.59% 107.94%, rgba(234, 0, 94, 0.10) 0%, rgba(234, 0, 94, 0.00) 100%), radial-gradient(44.39% 44.39% at -2.94% 63.53%, rgba(0, 183, 195, 0.10) 0%, rgba(0, 183, 195, 0.00) 100%), radial-gradient(77.59% 77.59% at 91.47% 10.00%, rgba(255, 140, 0, 0.10) 0%, rgba(255, 140, 0, 0.00) 100%), rgba(10, 11, 12, 0.05);
}

.news-page {
  background: radial-gradient(80.05% 80.05% at 80.59% 107.94%, rgba(33, 33, 33, 0.05) 0%, rgba(234, 0, 94, 0.00) 100%), radial-gradient(44.39% 44.39% at -2.94% 63.53%, rgba(0, 183, 195, 0.05) 0%, rgba(0, 183, 195, 0.00) 100%), radial-gradient(77.59% 77.59% at 91.47% 10.00%, rgba(255, 140, 0, 0.05) 0%, rgba(255, 140, 0, 0.00) 100%), rgba(10, 11, 12, 0.05);
  padding: 88px 0 200px;
}

.news-page__preview-title {
  text-align: center;
  font-size: 63px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1.26px;
  padding-bottom: 30px;
}

.news-page-preview {
  padding-bottom: 24px;
}

.news-page__preview-categories {
  padding-bottom: 65px;
}
.news-page__preview-categories ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
  justify-content: center;
}
.news-page__preview-categories ul li {
  padding: 0 10px 20px;
}
.news-page__preview-categories ul li a {
  font-weight: 600;
  color: #0A0B0C;
  text-decoration: none;
}

.news-page__preview-categories ul li a:hover {
  text-decoration: underline;
}

.news-page__preview-categories ul li.current-menu-item a {
  color: #898989;
}

.news-page-preview__row {
  display: flex;
  align-items: center;
  margin: 0 -24px;
}

.news-page-preview__row-item {
  padding: 0 24px;
  flex: 0 0 50%;
}

.news-page-preview__image img {
  border-radius: 20px;
}

.news-page-preview__text-category {
  padding-bottom: 12px;
  color: #DD463E;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}
.news-page-preview__text-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.8px;
}
.news-page-preview__text-title a {
  color: inherit;
  text-decoration: none;
  transition: all .3s;
}
.news-page-preview__text-title a:hover {
  color: #EB5757;
}
.news-page-preview__text-description {
  padding-top: 12px;
  font-size: 14px;
  letter-spacing: 0.14px;
  color: #4F4F4F;
}

.news-page-preview__wrap {
  padding-bottom: 63px;
  border-bottom: 1px solid #DEDEDE;
}

.news-page__posts-title {
  padding-bottom: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08px;
}

.news-page__posts-row {
  flex-wrap: wrap;
}

.news-page__posts-item {
  flex: 0 0 33.33333333%;
}

.news__item-text {
  color: #4F4F4F;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.14px;
  padding-top: 12px;
}

.news-page__posts-item .home-news__item {
  padding-bottom: 48px;
}

.news-page-pagination {
  padding-bottom: 88px;
  padding-top: 22px;
}

.news-page-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -20px;
  color: #BDBDBD;
}

.news-page-pagination li {
  padding: 0 20px;
}

.news-page-pagination a {
  color: #BDBDBD;
  transition: all .3s;
  text-decoration: none;
}

.news-page-pagination .current,
.news-page-pagination .current a,
.news-page-pagination a:hover {
  color: #000;
}

.seo-text {

}

.news-page-preview__image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-us-page__forms {
  padding-bottom: 200px;
}

.contact-us-page__forms-row {
  display: flex;
  margin: 0 -74px
}

.contact-us-page__form {
  padding: 0 74px;
  flex: 0 0 50%;
}

.contact-us-page {
  background: radial-gradient(80.05% 80.05% at 80.59% 107.94%, rgba(234, 0, 94, 0.10) 0%, rgba(234, 0, 94, 0.00) 100%), radial-gradient(44.39% 44.39% at -2.94% 63.53%, rgba(0, 183, 195, 0.10) 0%, rgba(0, 183, 195, 0.00) 100%), radial-gradient(77.59% 77.59% at 91.47% 10.00%, rgba(255, 140, 0, 0.10) 0%, rgba(255, 140, 0, 0.00) 100%), rgba(10, 11, 12, 0.05);
  padding: 88px 0 200px;
}

.contact-us-page__form-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
  padding-bottom: 12px;
}

.contact-us-page__form-text {
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 400;
}

.heed-help__title {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.9px;
  padding-bottom: 15px;
}

.heed-help__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
}

.heed-help__list-item-inner {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}

.heed-help__list-item-inner:before {
  content: "";
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.heed-help__list-item {}

.heed-help__list-item a {
  color: #000;
  text-decoration: none;
}

.heed-help__list-item a:hover {
  text-decoration: underline;
}

.single-news-page {
  padding: 80px 100px;
}

.single-news-page__title {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.8px;
  padding-bottom: 85px;
}

.single-news-page {
  background: radial-gradient(80.05% 80.05% at 80.59% 107.94%, rgba(234, 0, 94, 0.10) 0%, rgba(234, 0, 94, 0.00) 100%), radial-gradient(44.39% 44.39% at -2.94% 63.53%, rgba(0, 183, 195, 0.10) 0%, rgba(0, 183, 195, 0.00) 100%), radial-gradient(75.72% 161.92% at 183.02% -5.42%, rgba(152, 62, 221, 0.10) 0%, rgba(255, 140, 0, 0.00) 100%), rgba(10, 11, 12, 0.00);
}

.error_404 {
  display: flex;
  align-items: center;
}

.error_404 .single-news-page__title {
  padding-bottom: 0;
}

.error_404-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.feedbacks .padding-top {
  padding-top: 60px;
}

.wpcf7-spinner {
  display: none;
}

.review-section__data-text-data strong {
  font-weight: 600;
}

.wpcf7-spinner {
  display: none!important;
}

.error_404 {
  background: #000;
  color: #fff;
}

.error_404-button {
  padding-top: 80px;
  padding-bottom: 175px;
}

.error_404-items {
  display: flex;
  justify-content: center;
  margin: 0 -22px
}

.error_404-item {
  padding: 0 22px;
}

.error_404-item a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.error_404-item a.underline {
  text-decoration: underline;
}
.error_404-item a.underline:hover {
  text-decoration: none;
}

.error_404-button .theme-button {
  width: 232px;
}

picture {
  display: flex;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.apps__buttons {
  padding-top: 100px;
}
.apps__buttons-title {}
.apps__buttons ul {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 0 -15px;
}
.apps__buttons ul li {
  padding: 0 15px;
}
.apps__buttons ul li a {
  font-size: 50px;
  align-items: center;
  display: flex;
  color: #000;
  transition: all .3s;
  text-decoration: none;
}
.apps__buttons ul li a img {
  display: block;
  max-width: 240px;
}
.apps__buttons ul li a:hover {
  color: #DD463E;
}

.apps__buttons ul li a i {
  display: block;
  margin-right: 10px;
}

.apps__buttons-title {
  padding-bottom: 30px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.64px;
}

.for-drivers__apps {

}